/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 186 rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_import() 334 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_get_params() 662 if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != expected_rsa_type) in common_load()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 186 rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_import() 334 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_get_params() 662 if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != expected_rsa_type) in common_load()
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | securitycheck.c | 46 if (RSA_test_flags(rsa, in ossl_rsa_check_key()
|
/third_party/openssl/providers/common/ |
H A D | securitycheck.c | 46 if (RSA_test_flags(rsa, in ossl_rsa_check_key()
|
/third_party/node/deps/openssl/openssl/providers/common/der/ |
H A D | der_rsa_key.c | 395 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in ossl_DER_w_algorithmIdentifier_RSA()
|
/third_party/openssl/providers/common/der/ |
H A D | der_rsa_key.c | 395 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in ossl_DER_w_algorithmIdentifier_RSA()
|
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 111 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_init()
|
/third_party/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 111 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_init()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 844 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in prepare_rsa_params() 922 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_check_key_type()
|
H A D | decode_der2key.c | 519 switch (RSA_test_flags(key, RSA_FLAG_TYPE_MASK)) { in rsa_check()
|
H A D | encode_key2text.c | 724 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_to_text()
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 415 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_signverify_init() 1239 if (RSA_test_flags(prsactx->rsa, in rsa_set_ctx_params()
|
/third_party/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 415 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_signverify_init() 1238 if (RSA_test_flags(prsactx->rsa, in rsa_set_ctx_params()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 836 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in prepare_rsa_params() 911 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_check_key_type()
|
H A D | decode_der2key.c | 515 switch (RSA_test_flags(key, RSA_FLAG_TYPE_MASK)) { in rsa_check()
|
H A D | encode_key2text.c | 737 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_to_text()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rsa.h | 242 OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
|
/third_party/openssl/include/openssl/ |
H A D | rsa.h | 242 OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | rsa.h | 229 int RSA_test_flags(const RSA *r, int flags);
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 36 if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != RSA_FLAG_TYPE_RSASSAPSS) { in rsa_param_encode() 769 * There is no need to do RSA_test_flags(rsa, RSA_FLAG_TYPE_RSASSAPSS)
|
H A D | rsa_lib.c | 708 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags() function
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 36 if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != RSA_FLAG_TYPE_RSASSAPSS) { in rsa_param_encode() 734 * There is no need to do RSA_test_flags(rsa, RSA_FLAG_TYPE_RSASSAPSS)
|
H A D | rsa_lib.c | 708 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags() function
|