Searched refs:HMAC_Update (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 32 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/ |
D | t1_enc.c | 177 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 …]
|
D | d1_srvr.c | 1533 HMAC_Update(&hctx, macstart, p - macstart); in dtls1_send_newsession_ticket()
|
D | t1_lib.c | 1813 HMAC_Update(&hctx, etick, eticklen); in tls_decrypt_ticket()
|
D | s3_srvr.c | 3188 HMAC_Update(&hctx, macstart, p - macstart); in ssl3_send_newsession_ticket()
|
/external/openssl/crypto/hmac/ |
D | hmac.c | 134 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()
|
D | hmac.h | 97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
|
D | hm_pmeth.c | 144 HMAC_Update(&hctx->ctx, data, count); in int_update()
|
/external/openssl/crypto/evp/ |
D | p5_crpt2.c | 114 HMAC_Update(&hctx, salt, saltlen); in PKCS5_PBKDF2_HMAC() 115 HMAC_Update(&hctx, itmp, 4); in PKCS5_PBKDF2_HMAC()
|
/external/openssl/include/openssl/ |
D | hmac.h | 97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
|
/external/openssl/crypto/pkcs12/ |
D | p12_mutl.c | 101 HMAC_Update(&hmac, p12->authsafes->d.data->data, in PKCS12_gen_mac()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 1936 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/ |
D | speed.c | 1543 HMAC_Update(&hctx,buf,lengths[j]); in MAIN()
|