Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c32 HMAC_Update(ctx, data, len); in H_Update()
63 HMAC_Update(&hctx, digest, mdlen); in eap_pwd_kdf()
64 HMAC_Update(&hctx, (u8 *) &i, sizeof(u16)); in eap_pwd_kdf()
65 HMAC_Update(&hctx, label, labellen); in eap_pwd_kdf()
66 HMAC_Update(&hctx, (u8 *) &L, sizeof(u16)); in eap_pwd_kdf()
/external/openssl/ssl/
Dt1_enc.c177 if (seed1 != NULL && !HMAC_Update(&ctx,seed1,seed1_len)) in tls1_P_hash()
179 if (seed2 != NULL && !HMAC_Update(&ctx,seed2,seed2_len)) in tls1_P_hash()
181 if (seed3 != NULL && !HMAC_Update(&ctx,seed3,seed3_len)) in tls1_P_hash()
183 if (seed4 != NULL && !HMAC_Update(&ctx,seed4,seed4_len)) in tls1_P_hash()
185 if (seed5 != NULL && !HMAC_Update(&ctx,seed5,seed5_len)) in tls1_P_hash()
196 if (!HMAC_Update(&ctx,A1,A1_len)) in tls1_P_hash()
198 if (!HMAC_Update(&ctx_tmp,A1,A1_len)) in tls1_P_hash()
200 if (seed1 != NULL && !HMAC_Update(&ctx,seed1,seed1_len)) in tls1_P_hash()
202 if (seed2 != NULL && !HMAC_Update(&ctx,seed2,seed2_len)) in tls1_P_hash()
204 if (seed3 != NULL && !HMAC_Update(&ctx,seed3,seed3_len)) in tls1_P_hash()
[all …]
Dd1_srvr.c1533 HMAC_Update(&hctx, macstart, p - macstart); in dtls1_send_newsession_ticket()
Dt1_lib.c1813 HMAC_Update(&hctx, etick, eticklen); in tls_decrypt_ticket()
Ds3_srvr.c3188 HMAC_Update(&hctx, macstart, p - macstart); in ssl3_send_newsession_ticket()
/external/openssl/crypto/hmac/
Dhmac.c134 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() function
199 if (!HMAC_Update(&c,d,n)) in HMAC()
Dhmac.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
Dhm_pmeth.c144 HMAC_Update(&hctx->ctx, data, count); in int_update()
/external/openssl/crypto/evp/
Dp5_crpt2.c114 HMAC_Update(&hctx, salt, saltlen); in PKCS5_PBKDF2_HMAC()
115 HMAC_Update(&hctx, itmp, 4); in PKCS5_PBKDF2_HMAC()
/external/openssl/include/openssl/
Dhmac.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/external/openssl/crypto/pkcs12/
Dp12_mutl.c101 HMAC_Update(&hmac, p12->authsafes->d.data->data, in PKCS12_gen_mac()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1936 HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l);
1986 HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l);
2036 HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l);
2087 HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l);
2137 HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l);
/external/openssl/apps/
Dspeed.c1543 HMAC_Update(&hctx,buf,lengths[j]); in MAIN()