Searched refs:sk_prf (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/crypto/slh_dsa/ |
| H A D | slh_hash.c | 91 slh_prf_msg_shake(SLH_DSA_HASH_CTX *ctx, const uint8_t *sk_prf, in slh_prf_msg_shake() argument 99 return xof_digest_3(ctx->md_ctx, sk_prf, n, opt_rand, n, msg, msg_len, out, n) in slh_prf_msg_shake() 173 const uint8_t *sk_prf, const uint8_t *opt_rand, in slh_prf_msg_sha2() argument 203 ret = EVP_MAC_init(mctx, sk_prf, n, p) == 1 in slh_prf_msg_sha2()
|
| H A D | slh_hash.h | 35 typedef int(OSSL_SLH_HASHFUNC_PRF_MSG)(SLH_DSA_HASH_CTX *ctx, const uint8_t *sk_prf,
|