Searched refs:RSA_F_RSA_EAY_PUBLIC_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| H A D | rsa_eay.c | 164 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_MODULUS_TOO_LARGE); in RSA_eay_public_encrypt() 169 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_BAD_E_VALUE); in RSA_eay_public_encrypt() 176 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_BAD_E_VALUE); in RSA_eay_public_encrypt() 189 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, ERR_R_MALLOC_FAILURE); in RSA_eay_public_encrypt() 209 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_UNKNOWN_PADDING_TYPE); in RSA_eay_public_encrypt() 220 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, in RSA_eay_public_encrypt() 501 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_MODULUS_TOO_LARGE); in RSA_eay_private_decrypt() 506 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_BAD_E_VALUE); in RSA_eay_private_decrypt() 513 RSAerr(RSA_F_RSA_EAY_PUBLIC_ENCRYPT, RSA_R_BAD_E_VALUE); in RSA_eay_private_decrypt()
|
| H A D | rsa_err.c | 88 {ERR_FUNC(RSA_F_RSA_EAY_PUBLIC_ENCRYPT), "RSA_EAY_PUBLIC_ENCRYPT"},
|
| H A D | rsa.h | 502 # define RSA_F_RSA_EAY_PUBLIC_ENCRYPT 104 macro
|