Home
last modified time | relevance | path

Searched refs:HMAC_Init_ex (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/uboringssl/crypto/fipsmodule/hmac/
A Dhmac.c73 if (!HMAC_Init_ex(&ctx, key, key_len, evp_md, NULL) || in HMAC()
114 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, size_t key_len, in HMAC_Init_ex() function
222 return HMAC_Init_ex(ctx, key, key_len, md, NULL); in HMAC_Init()
/third_party/ulib/uboringssl/crypto/hkdf/
A Dhkdf.c78 if (!HMAC_Init_ex(&hmac, prk, prk_len, digest, NULL)) { in HKDF_expand()
86 if (i != 0 && (!HMAC_Init_ex(&hmac, NULL, 0, NULL, NULL) || in HKDF_expand()
/third_party/ulib/uboringssl/include/openssl/
A Dhmac.h113 OPENSSL_EXPORT int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, size_t key_len,

Completed in 8 milliseconds