Searched refs:HKDF (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/kdf/
H A Dhkdf.c20 static unsigned char *HKDF(const EVP_MD *evp_md,
206 return HKDF(kctx->md, kctx->salt, kctx->salt_len, kctx->key,
257 static unsigned char *HKDF(const EVP_MD *evp_md, function
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_crypto.c1057 check_equals("KAT HKDF 1", tmp, okm, okm_len);
1067 check_equals("KAT HKDF 2", tmp, okm, okm_len);
1075 check_equals("KAT HKDF 3", tmp, okm, okm_len);
1084 printf("Test HKDF: ");
9393 STU(HKDF),

Completed in 117 milliseconds