Home
last modified time | relevance | path

Searched refs:hmac_out (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libfido2/examples/
H A Dassert.c185 const char *hmac_out = NULL; in main() local
224 hmac_out = optarg; in main()
331 if (hmac_out != NULL) { in main()
333 if (write_blob(hmac_out, fido_assert_hmac_secret_ptr(assert, 0), in main()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c290 unsigned char hmac_out[SHA256_DIGEST_LENGTH]; in ossl_rsa_prf() local
354 if (HMAC_Final(hmac, hmac_out, &md_len) <= 0) { in ossl_rsa_prf()
358 memcpy(to + pos, hmac_out, tlen - pos); in ossl_rsa_prf()