Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_locl.h9 #define pkey_ctx_is_pss(ctx) (ctx->pmeth->pkey_id == EVP_PKEY_RSA_PSS) macro
H A Drsa_ameth.c828 if (pkey_ctx_is_pss(pkctx)) { in rsa_cms_verify()