Searched refs:HMAC_Final (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_openssl.c | 664 HMAC_Final(&ctx->ctx, mac, &mdlen); in crypto_hash_finish() 667 res = HMAC_Final(&ctx->ctx, mac, &mdlen); in crypto_hash_finish() 719 HMAC_Final(&ctx, mac, &mdlen); in hmac_sha1_vector() 722 res = HMAC_Final(&ctx, mac, &mdlen); in hmac_sha1_vector() 760 HMAC_Final(&ctx, mac, &mdlen); in hmac_sha256_vector() 763 res = HMAC_Final(&ctx, mac, &mdlen); in hmac_sha256_vector()
|
/external/openssl/crypto/hmac/ |
D | hmac.c | 165 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() function 238 if (!HMAC_Final(&c,md,md_len)) in HMAC()
|
D | hmac.h | 98 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
|
D | hm_pmeth.c | 172 if (!HMAC_Final(&hctx->ctx, sig, &hlen)) in hmac_signctx()
|
/external/openssl/include/openssl/ |
D | hmac.h | 98 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
|
/external/openssl/crypto/pkcs12/ |
D | p12_mutl.c | 103 || !HMAC_Final(&hmac, mac, maclen)) in PKCS12_gen_mac()
|
/external/openssh/ |
D | mac.c | 146 HMAC_Final(&mac->evp_ctx, m, NULL); in mac_compute()
|
D | hostfile.c | 137 HMAC_Final(&mac_ctx, result, NULL); in host_hash()
|
/external/openssl/crypto/evp/ |
D | p5_crpt2.c | 117 || !HMAC_Final(&hctx, digtmp, NULL)) in PKCS5_PBKDF2_HMAC()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 1862 HMAC_Final((HMAC_CTX *)c, (unsigned char *) res->v, &l); 1919 HMAC_Final((HMAC_CTX *)c, (unsigned char *) res->v, &l); 1976 HMAC_Final((HMAC_CTX *)c, (unsigned char *) res->v, &l); 2034 HMAC_Final((HMAC_CTX *)c, (unsigned char *) res->v, &l); 2091 HMAC_Final((HMAC_CTX *)c, (unsigned char *) res->v, &l);
|
/external/openssl/ssl/ |
D | d1_srvr.c | 1682 HMAC_Final(&hctx, p, &hlen); in dtls1_send_newsession_ticket()
|
D | t1_lib.c | 2190 HMAC_Final(&hctx, tick_hmac, NULL); in tls_decrypt_ticket()
|
D | s3_srvr.c | 3473 HMAC_Final(&hctx, p, &hlen); in ssl3_send_newsession_ticket()
|
/external/openssl/apps/ |
D | speed.c | 1578 HMAC_Final(&hctx,&(hmac[0]),NULL); in MAIN()
|