Searched refs:RSA_R_KEY_SIZE_TOO_SMALL (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_err.c156 {ERR_REASON(RSA_R_KEY_SIZE_TOO_SMALL), "key size too small"},
H A Drsa_gen.c161 RSAerr(RSA_F_RSA_BUILTIN_KEYGEN, RSA_R_KEY_SIZE_TOO_SMALL);
H A Drsa_oaep.c49 RSAerr(RSA_F_RSA_PADDING_ADD_PKCS1_OAEP, RSA_R_KEY_SIZE_TOO_SMALL);
H A Drsa.h500 # define RSA_R_KEY_SIZE_TOO_SMALL 120 macro
/freebsd-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsa_eay.c182 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_KEY_SIZE_TOO_SMALL);
377 RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, RSA_R_KEY_SIZE_TOO_SMALL);
512 RSAerr(RSA_F_RSA_EAY_PRIVATE_DECRYPT, RSA_R_KEY_SIZE_TOO_SMALL);
643 RSAerr(RSA_F_RSA_EAY_PUBLIC_DECRYPT, RSA_R_KEY_SIZE_TOO_SMALL);
H A Dfips_rsa_gen.c243 RSAerr(RSA_F_RSA_BUILTIN_KEYGEN, RSA_R_KEY_SIZE_TOO_SMALL);

Completed in 115 milliseconds