Home
last modified time | relevance | path

Searched refs:ossl_slh_dsa_verify (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dslh_dsa.h62 __owur int ossl_slh_dsa_verify(SLH_DSA_HASH_CTX *slh_ctx,
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa.c293 int ossl_slh_dsa_verify(SLH_DSA_HASH_CTX *slh_ctx, in ossl_slh_dsa_verify() function
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dslh_dsa_sig.c249 return ossl_slh_dsa_verify(ctx->hash_ctx, msg, msg_len, in slh_dsa_verify()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dslh_dsa_kmgmt.c320 if (ossl_slh_dsa_verify(ctx, msg, msg_len, NULL, 0, 0, sig, sig_len) != 1) in slh_dsa_fips140_pairwise_test()