Home
last modified time | relevance | path

Searched refs:RSA_check_key (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/rsa/
Drsa_test.c262 if (RSA_check_key(key)) { in test_bad_key()
293 if (!RSA_check_key(key)) { in test_only_d_given()
340 if (!RSA_check_key(key1)) { in test_recover_crt_params()
362 if (!RSA_check_key(key2)) { in test_recover_crt_params()
422 if (!RSA_check_key(key)) { in main()
Drsa.c501 int RSA_check_key(const RSA *key) { in RSA_check_key() function
512 OPENSSL_PUT_ERROR(RSA, RSA_check_key, RSA_R_ONLY_ONE_OF_P_Q_GIVEN); in RSA_check_key()
517 OPENSSL_PUT_ERROR(RSA, RSA_check_key, RSA_R_VALUE_MISSING); in RSA_check_key()
529 OPENSSL_PUT_ERROR(RSA, RSA_check_key, ERR_R_MALLOC_FAILURE); in RSA_check_key()
553 OPENSSL_PUT_ERROR(RSA, RSA_check_key, ERR_LIB_BN); in RSA_check_key()
558 OPENSSL_PUT_ERROR(RSA, RSA_check_key, RSA_R_N_NOT_EQUAL_P_Q); in RSA_check_key()
563 OPENSSL_PUT_ERROR(RSA, RSA_check_key, RSA_R_D_E_NOT_CONGRUENT_TO_1); in RSA_check_key()
570 OPENSSL_PUT_ERROR(RSA, RSA_check_key, RSA_R_INCONSISTENT_SET_OF_CRT_VALUES); in RSA_check_key()
581 OPENSSL_PUT_ERROR(RSA, RSA_check_key, ERR_LIB_BN); in RSA_check_key()
588 OPENSSL_PUT_ERROR(RSA, RSA_check_key, RSA_R_CRT_VALUES_INCORRECT); in RSA_check_key()
/external/boringssl/src/crypto/err/
Drsa.errordata6 RSA,function,105,RSA_check_key
/external/boringssl/src/include/openssl/
Drsa.h280 OPENSSL_EXPORT int RSA_check_key(const RSA *rsa);
/external/libvncserver/x11vnc/
Denc.h1213 if (RSA_check_key(rsa) != 1) { in load_client_auth()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2668 int check = RSA_check_key(rsa.get());