Home
last modified time | relevance | path

Searched refs:HMAC_Update (Results 1 – 15 of 15) sorted by relevance

/dragonfly/crypto/libressl/crypto/hkdf/
HDhkdf.c96 !HMAC_Update(&hmac, previous, digest_len))) in HKDF_expand()
99 if (!HMAC_Update(&hmac, info, info_len) || in HKDF_expand()
100 !HMAC_Update(&hmac, &ctr, 1) || in HKDF_expand()
/dragonfly/crypto/libressl/crypto/evp/
HDp5_crpt2.c121 if (!HMAC_Update(&hctx, salt, saltlen) || in PKCS5_PBKDF2_HMAC()
122 !HMAC_Update(&hctx, itmp, 4) || in PKCS5_PBKDF2_HMAC()
135 if (!HMAC_Update(&hctx, digtmp, mdlen) || in PKCS5_PBKDF2_HMAC()
/dragonfly/usr.sbin/ppp/libradius/
HDradlib.c168 HMAC_Update(ctx, &h->out[POS_CODE], POS_AUTH - POS_CODE); in insert_message_authenticator()
170 HMAC_Update(ctx, &h->in[POS_AUTH], LEN_AUTH); in insert_message_authenticator()
172 HMAC_Update(ctx, &h->out[POS_AUTH], LEN_AUTH); in insert_message_authenticator()
173 HMAC_Update(ctx, &h->out[POS_ATTRS], in insert_message_authenticator()
246 HMAC_Update(hctx, &h->in[POS_CODE], in is_valid_response()
248 HMAC_Update(hctx, &h->out[POS_AUTH], in is_valid_response()
250 HMAC_Update(hctx, &resp[POS_ATTRS], in is_valid_response()
323 HMAC_Update(hctx, resp, h->in_len); in is_valid_request()
/dragonfly/crypto/libressl/crypto/hmac/
HDhmac.c147 HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() function
275 if (!HMAC_Update(&c, d, n)) in HMAC()
HDhm_pmeth.c150 if (!HMAC_Update(&hctx->ctx, data, count)) in int_update()
/dragonfly/crypto/libressl/include/openssl/
HDhmac.h85 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/dragonfly/crypto/libressl/ssl/
HDt1_lib.c1074 if (HMAC_Update(hctx, CBS_data(&ticket_name), in tls_decrypt_ticket()
1077 if (HMAC_Update(hctx, CBS_data(&ticket_iv), in tls_decrypt_ticket()
1080 if (HMAC_Update(hctx, CBS_data(&ticket_encdata), in tls_decrypt_ticket()
HDtls13_client.c744 if (!HMAC_Update(hmac_ctx, ctx->hs->tls13.transcript_hash, in tls13_server_finished_recv()
1030 if (!HMAC_Update(hmac_ctx, transcript_hash, transcript_hash_len)) in tls13_client_finished_send()
HDtls13_server.c822 if (!HMAC_Update(hmac_ctx, transcript_hash, transcript_hash_len)) in tls13_server_finished_send()
1060 if (!HMAC_Update(hmac_ctx, ctx->hs->tls13.transcript_hash, in tls13_client_finished_recv()
HDssl_srvr.c2386 if (!HMAC_Update(hctx, key_name, sizeof(key_name))) in ssl3_send_newsession_ticket()
2388 if (!HMAC_Update(hctx, iv, EVP_CIPHER_CTX_iv_length(ctx))) in ssl3_send_newsession_ticket()
2390 if (!HMAC_Update(hctx, enc_session, enc_session_len)) in ssl3_send_newsession_ticket()
/dragonfly/contrib/cryptsetup/luks/
HDpbkdf.c184 HMAC_Update(ctx, tmp, tmplen); in pkcs5_pbkdf2()
/dragonfly/crypto/libressl/crypto/pkcs12/
HDp12_mutl.c156 if (!HMAC_Update(hmac, p12->authsafes->d.data->data, in PKCS12_gen_mac()
/dragonfly/contrib/libarchive/libarchive/
HDarchive_hmac.c244 HMAC_Update(*ctx, data, data_len); in __hmac_sha1_update()
/dragonfly/contrib/wpa_supplicant/src/crypto/
HDcrypto_openssl.c1034 HMAC_Update(ctx->ctx, data, len); in crypto_hash_update()
1089 HMAC_Update(ctx, addr[i], len[i]); in openssl_hmac_vector()
/dragonfly/crypto/libressl/apps/openssl/
HDspeed.c1069 if (!HMAC_Update(hctx, buf, lengths[j])) { in speed_main()