Symbol: RSA_FLAG_TYPE_MASK
crypto/openssl/crypto/rsa/rsa_ameth.c
36
if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != RSA_FLAG_TYPE_RSASSAPSS) {
crypto/openssl/crypto/rsa/rsa_ameth.c
866
RSA_clear_flags(rsa, RSA_FLAG_TYPE_MASK);
crypto/openssl/crypto/rsa/rsa_ameth.c
92
RSA_clear_flags(rsa, RSA_FLAG_TYPE_MASK);
crypto/openssl/crypto/rsa/rsa_backend.c
698
RSA_clear_flags(rsa, RSA_FLAG_TYPE_MASK);
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
45
RSA_FLAG_TYPE_MASK)
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
104
RSA_clear_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
622
RSA_clear_flags(rsa_tmp, 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/keymgmt/rsa_kmgmt.c
88
RSA_clear_flags(rsa, RSA_FLAG_TYPE_MASK);
crypto/openssl/providers/implementations/signature/rsa_sig.c
1644
RSA_FLAG_TYPE_MASK)
crypto/openssl/providers/implementations/signature/rsa_sig.c
537
switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) {