Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/rsa/
Drsa_null.c107 RSAerr(RSA_F_RSA_NULL, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED); in RSA_null_public_encrypt()
114 RSAerr(RSA_F_RSA_NULL, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED); in RSA_null_private_encrypt()
121 RSAerr(RSA_F_RSA_NULL, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED); in RSA_null_private_decrypt()
128 RSAerr(RSA_F_RSA_NULL, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED); in RSA_null_public_decrypt()
135 RSAerr(RSA_F_RSA_NULL, RSA_R_RSA_OPERATIONS_NOT_SUPPORTED);
Drsa_err.c139 {ERR_REASON(RSA_R_RSA_OPERATIONS_NOT_SUPPORTED),"rsa operations not supported"},
Drsa.h406 #define RSA_R_RSA_OPERATIONS_NOT_SUPPORTED 130 macro