Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/hmac/
HDhmactest.c181 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) { in main()
191 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) { in main()
205 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) { in main()
220 if (!HMAC_Update(&ctx, test[4].data, test[4].data_len)) { in main()
247 if (!HMAC_Update(&ctx, test[5].data, test[5].data_len)) { in main()
269 if (!HMAC_Update(&ctx, test[6].data, test[6].data_len)) { in main()
295 if (!HMAC_Update(&ctx, test[7].data, test[7].data_len)) { in main()
HDhmac.c165 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() function
252 if (!HMAC_Update(&c, d, n)) in HMAC()
HDhmac.h96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
HDhm_pmeth.c143 if (!HMAC_Update(&hctx->ctx, data, count)) in int_update()
/NextBSD/crypto/openssl/doc/crypto/
HDhmac.pod5 HMAC, HMAC_CTX_init, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_cleanup,
22 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, int len);
71 HMAC_Update() can be called repeatedly with chunks of the message to
82 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() return 1 for success or 0 if
97 HMAC(), HMAC_Init(), HMAC_Update(), HMAC_Final() and HMAC_cleanup()
103 HMAC_Init_ex(), HMAC_Update() and HMAC_Final() did not return values in
/NextBSD/crypto/heimdal/kdc/
HDkx509.c82 HMAC_Update(&ctx, version_2_0, sizeof(version_2_0)); in verify_req_hash()
83 HMAC_Update(&ctx, req->pk_key.data, req->pk_key.length); in verify_req_hash()
114 HMAC_Update(&ctx, version_2_0, sizeof(version_2_0)); in calculate_reply_hash()
119 HMAC_Update(&ctx, &p, 1); in calculate_reply_hash()
124 HMAC_Update(&ctx, rep->certificate->data, rep->certificate->length); in calculate_reply_hash()
126 HMAC_Update(&ctx, (unsigned char *)*rep->e_text, strlen(*rep->e_text)); in calculate_reply_hash()
/NextBSD/crypto/openssl/crypto/evp/
HDp5_crpt2.c123 if (!HMAC_Update(&hctx, salt, saltlen) in PKCS5_PBKDF2_HMAC()
124 || !HMAC_Update(&hctx, itmp, 4) in PKCS5_PBKDF2_HMAC()
137 if (!HMAC_Update(&hctx, digtmp, mdlen) in PKCS5_PBKDF2_HMAC()
/NextBSD/contrib/ntp/lib/isc/
HDhmacsha.c54 HMAC_Update(ctx, buf, (int) len); in isc_hmacsha1_update()
85 HMAC_Update(ctx, buf, (int) len); in isc_hmacsha224_update()
116 HMAC_Update(ctx, buf, (int) len); in isc_hmacsha256_update()
147 HMAC_Update(ctx, buf, (int) len); in isc_hmacsha384_update()
178 HMAC_Update(ctx, buf, (int) len); in isc_hmacsha512_update()
HDhmacmd5.c53 HMAC_Update(ctx, buf, (int) len); in isc_hmacmd5_update()
/NextBSD/lib/libradius/
HDradlib.c163 HMAC_Update(&ctx, &h->out[POS_CODE], POS_AUTH - POS_CODE); in insert_message_authenticator()
165 HMAC_Update(&ctx, &h->in[POS_AUTH], LEN_AUTH); in insert_message_authenticator()
167 HMAC_Update(&ctx, &h->out[POS_AUTH], LEN_AUTH); in insert_message_authenticator()
168 HMAC_Update(&ctx, &h->out[POS_ATTRS], in insert_message_authenticator()
242 HMAC_Update(&hctx, &h->in[POS_CODE], in is_valid_response()
244 HMAC_Update(&hctx, &h->out[POS_AUTH], in is_valid_response()
246 HMAC_Update(&hctx, &resp[POS_ATTRS], in is_valid_response()
317 HMAC_Update(&hctx, resp, h->in_len); in is_valid_request()
/NextBSD/crypto/openssl/crypto/pkcs12/
HDp12_mutl.c103 || !HMAC_Update(&hmac, p12->authsafes->d.data->data, in PKCS12_gen_mac()
/NextBSD/crypto/heimdal/lib/gssapi/ntlm/
HDcrypto.c157 HMAC_Update(&c, hmac, 4); in v2_sign_message()
158 HMAC_Update(&c, in->value, in->length); in v2_sign_message()
/NextBSD/crypto/heimdal/lib/ntlm/
HDntlm.c1169 HMAC_Update(&c, ntlmResponse->data, 16); in heim_ntlm_v2_base_session()
1372 HMAC_Update(&c, buf.data, buf.length); in heim_ntlm_ntlmv2_key()
1378 HMAC_Update(&c, buf.data, buf.length); in heim_ntlm_ntlmv2_key()
1798 HMAC_Update(&c, svr_chal, 8); in heim_ntlm_derive_ntlm2_sess()
1799 HMAC_Update(&c, clnt_nonce, clnt_nonce_length); in heim_ntlm_derive_ntlm2_sess()
HDChangeLog26 * ntlm.c: Use unsigned char * as argument to HMAC_Update to please
/NextBSD/contrib/wpa/src/crypto/
HDcrypto_openssl.c729 HMAC_Update(&ctx->ctx, data, len); in crypto_hash_update()
783 HMAC_Update(&ctx, addr[i], len[i]); in openssl_hmac_vector()
/NextBSD/secure/lib/libcrypto/
HDMakefile.man1045 MLINKS+= hmac.3 HMAC_Update.3
/NextBSD/crypto/openssl/apps/
HDspeed.c1616 HMAC_Update(&hctx, buf, lengths[j]); in MAIN()
/NextBSD/crypto/openssl/ssl/
HDs3_srvr.c3470 if (!HMAC_Update(&hctx, macstart, p - macstart)) in ssl3_send_newsession_ticket()
HDt1_lib.c3406 if (HMAC_Update(&hctx, etick, eticklen) <= 0 in tls_decrypt_ticket()
/NextBSD/crypto/openssl/util/
HDlibeay.num947 HMAC_Update 964 EXIST::FUNCTION:HMAC