Searched refs:ERR_LIB_RSA (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/rsa/ |
D | rsa_error.c | 20 {ERR_PACK(ERR_LIB_RSA, RSA_F_BN_BLINDING_convert_ex, 0), "BN_BLINDING_convert_ex"}, 21 {ERR_PACK(ERR_LIB_RSA, RSA_F_BN_BLINDING_create_param, 0), "BN_BLINDING_create_param"}, 22 {ERR_PACK(ERR_LIB_RSA, RSA_F_BN_BLINDING_invert_ex, 0), "BN_BLINDING_invert_ex"}, 23 {ERR_PACK(ERR_LIB_RSA, RSA_F_BN_BLINDING_new, 0), "BN_BLINDING_new"}, 24 {ERR_PACK(ERR_LIB_RSA, RSA_F_BN_BLINDING_update, 0), "BN_BLINDING_update"}, 25 {ERR_PACK(ERR_LIB_RSA, RSA_F_RSA_check_key, 0), "RSA_check_key"}, 26 {ERR_PACK(ERR_LIB_RSA, RSA_F_RSA_new_method, 0), "RSA_new_method"}, 27 …{ERR_PACK(ERR_LIB_RSA, RSA_F_RSA_padding_add_PKCS1_OAEP_mgf1, 0), "RSA_padding_add_PKCS1_OAEP_mgf1… 28 …{ERR_PACK(ERR_LIB_RSA, RSA_F_RSA_padding_add_PKCS1_PSS_mgf1, 0), "RSA_padding_add_PKCS1_PSS_mgf1"}, 29 {ERR_PACK(ERR_LIB_RSA, RSA_F_RSA_padding_add_PKCS1_type_1, 0), "RSA_padding_add_PKCS1_type_1"}, [all …]
|
/external/openssl/crypto/rsa/ |
D | rsa_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RSA,0,reason)
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | err.h | 371 ERR_LIB_RSA, enumerator 405 #define ERR_R_RSA_LIB ERR_LIB_RSA
|
/external/openssl/crypto/err/ |
D | err.h | 164 #define ERR_LIB_RSA 4 macro 206 #define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) 266 #define ERR_R_RSA_LIB ERR_LIB_RSA /* 4 */
|
D | err.c | 134 {ERR_PACK(ERR_LIB_RSA,0,0) ,"rsa routines"},
|
/external/openssl/include/openssl/ |
D | err.h | 164 #define ERR_LIB_RSA 4 macro 206 #define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) 266 #define ERR_R_RSA_LIB ERR_LIB_RSA /* 4 */
|
/external/openssl/apps/ |
D | rsa.c | 351 ERR_GET_LIB(err) == ERR_LIB_RSA && in MAIN()
|
/external/openssl/ssl/ |
D | d1_srvr.c | 1406 SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_RSA); in dtls1_send_server_key_exchange()
|
D | s3_srvr.c | 2021 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_LIB_RSA); in ssl3_send_server_key_exchange()
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | s3_srvr.c | 1593 OPENSSL_PUT_ERROR(SSL, ssl3_send_server_key_exchange, ERR_LIB_RSA); in ssl3_send_server_key_exchange()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 563 case ERR_LIB_RSA: in throwExceptionIfNecessary()
|