Symbol: RSA_test_flags
crypto/openssl/crypto/rsa/rsa_ameth.c
36
if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != RSA_FLAG_TYPE_RSASSAPSS) {
crypto/openssl/include/openssl/rsa.h
253
OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
crypto/openssl/providers/common/der/der_rsa_key.c
394
int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK);
crypto/openssl/providers/common/securitycheck.c
44
if (RSA_test_flags(rsa,
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
114
switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) {
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
910
switch (RSA_test_flags(key, RSA_FLAG_TYPE_MASK)) {
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
918
switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) {
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
999
switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) {
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
556
switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) {
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
186
rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK);
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
328
int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK);
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
656
if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != expected_rsa_type)
crypto/openssl/providers/implementations/signature/rsa_sig.c
1643
if (RSA_test_flags(prsactx->rsa,
crypto/openssl/providers/implementations/signature/rsa_sig.c
537
switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) {