Searched refs:hmac_out (Results 1 – 2 of 2) sorted by relevance
185 const char *hmac_out = NULL; in main() local224 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()
290 unsigned char hmac_out[SHA256_DIGEST_LENGTH]; in ossl_rsa_prf() local354 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()