Searched refs:HMAC_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dhmac.h118 /* HMAC_size returns the size, in bytes, of the HMAC that will be produced by
120 OPENSSL_EXPORT size_t HMAC_size(const HMAC_CTX *ctx);
/external/openssl/crypto/hmac/
H A Dhmac.h85 #define HMAC_size(e) (EVP_MD_size((e)->md)) macro
/external/openssl/include/openssl/
H A Dhmac.h85 #define HMAC_size(e) (EVP_MD_size((e)->md)) macro
/external/chromium_org/third_party/boringssl/src/crypto/hmac/
H A Dhmac.c180 size_t HMAC_size(const HMAC_CTX *ctx) { function
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c2385 mlen = HMAC_size(&hctx);
/external/openssl/ssl/
H A Dt1_lib.c2552 mlen = HMAC_size(&hctx);

Completed in 221 milliseconds