Searched refs:RSAerr (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 161 # define RSAerr(f, r) ERR_raise_data(ERR_LIB_RSA, (r), NULL) macro
|
H A D | err.h.in | 163 # define RSAerr(f, r) ERR_raise_data(ERR_LIB_RSA, (r), NULL) macro
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 419 RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, in cryptoapi_rsa_priv_enc() 425 RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, in cryptoapi_rsa_priv_enc() 433 RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, in cryptoapi_rsa_priv_enc() 454 RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, in cryptoapi_rsa_priv_enc() 466 RSAerr(RSA_F_RSA_EAY_PRIVATE_ENCRYPT, ERR_R_MALLOC_FAILURE); in cryptoapi_rsa_priv_enc()
|