Home
last modified time | relevance | path

Searched refs:RSA_R_ALGORITHM_MISMATCH (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_err.c74 {ERR_REASON(RSA_R_ALGORITHM_MISMATCH) , "algorithm mismatch"},
H A Drsa_pmeth.c261 RSAerror(RSA_R_ALGORITHM_MISMATCH); in pkey_rsa_verifyrecover()
/dragonfly/crypto/libressl/include/openssl/
H A Drsa.h541 #define RSA_R_ALGORITHM_MISMATCH 100 macro