Home
last modified time | relevance | path

Searched refs:RSA_R_KEY_SIZE_TOO_SMALL (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Drsaerr.h68 # define RSA_R_KEY_SIZE_TOO_SMALL 120 macro
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_err.c87 {ERR_PACK(ERR_LIB_RSA, 0, RSA_R_KEY_SIZE_TOO_SMALL), "key size too small"},
H A Drsa_pmeth.c163 ERR_raise(ERR_LIB_RSA, RSA_R_KEY_SIZE_TOO_SMALL); in pkey_rsa_sign()
493 ERR_raise(ERR_LIB_RSA, RSA_R_KEY_SIZE_TOO_SMALL); in pkey_rsa_ctrl()
H A Drsa_oaep.c92 ERR_raise(ERR_LIB_RSA, RSA_R_KEY_SIZE_TOO_SMALL); in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex()
H A Drsa_sp800_56b_gen.c92 ERR_raise(ERR_LIB_RSA, RSA_R_KEY_SIZE_TOO_SMALL); in ossl_rsa_fips186_4_gen_prob_primes()
H A Drsa_gen.c90 ERR_raise(ERR_LIB_RSA, RSA_R_KEY_SIZE_TOO_SMALL); in rsa_multiprime_keygen()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1189 RSA_R_KEY_SIZE_TOO_SMALL:120:key size too small