Home
last modified time | relevance | path

Searched refs:RSA_test_flags (Results 1 – 14 of 14) sorted by relevance

/openssl/doc/man3/
H A DRSA_get0_key.pod10 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 Dsecuritycheck.c44 if (RSA_test_flags(rsa, in ossl_rsa_key_op_get_protect()
/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c186 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 Dder_rsa_key.c395 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in ossl_DER_w_algorithmIdentifier_RSA()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c114 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_init()
/openssl/include/openssl/
H A Drsa.h253 OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c842 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 Dencode_key2text.c726 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_to_text()
H A Ddecode_der2key.c568 switch (RSA_test_flags(key, RSA_FLAG_TYPE_MASK)) { in rsa_check()
/openssl/providers/implementations/signature/
H A Drsa_sig.c536 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 Drsa_ameth.c36 if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != RSA_FLAG_TYPE_RSASSAPSS) { in rsa_param_encode()
H A Drsa_lib.c717 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags() function
/openssl/doc/man7/
H A Dossl-guide-migration.pod2081 RSA_clear_flags(), RSA_flags(), RSA_set_flags(), RSA_test_flags(),
/openssl/util/
H A Dlibcrypto.num3913 RSA_test_flags 4000 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 99 milliseconds