Searched refs:RSA_test_flags (Results 1 – 14 of 14) sorted by relevance
/openssl/doc/man3/ |
H A D | RSA_get0_key.pod | 10 RSA_test_flags, RSA_set_flags, RSA_get0_engine, RSA_get_multi_prime_extra_count, 42 int RSA_test_flags(const RSA *r, int flags); 114 Any flags that are already set are left set. RSA_test_flags() tests to 163 RSA_test_flags() returns the current state of the flags in the RSA object.
|
/openssl/providers/common/ |
H A D | securitycheck.c | 44 if (RSA_test_flags(rsa, in ossl_rsa_key_op_get_protect()
|
/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()
|
/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()
|
/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 114 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_init()
|
/openssl/include/openssl/ |
H A D | rsa.h | 253 OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 842 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in prepare_rsa_params() 920 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_check_key_type()
|
H A D | decode_der2key.c | 568 switch (RSA_test_flags(key, RSA_FLAG_TYPE_MASK)) { in rsa_check()
|
H A D | encode_key2text.c | 727 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_to_text()
|
/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 536 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_signverify_init() 1649 if (RSA_test_flags(prsactx->rsa, in rsa_set_ctx_params()
|
/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()
|
H A D | rsa_lib.c | 717 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags() function
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 2081 RSA_clear_flags(), RSA_flags(), RSA_set_flags(), RSA_test_flags(),
|
/openssl/util/ |
H A D | libcrypto.num | 3913 RSA_test_flags 4000 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
Completed in 63 milliseconds