Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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-master/providers/common/
A Dsecuritycheck.c46 if (RSA_test_flags(rsa, in ossl_rsa_check_key()
/openssl-master/providers/implementations/keymgmt/
A Drsa_kmgmt.c166 rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_import()
305 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in rsa_get_params()
628 if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != expected_rsa_type) in common_load()
/openssl-master/providers/common/der/
A Dder_rsa_key.c386 int rsa_type = RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK); in ossl_DER_w_algorithmIdentifier_RSA()
/openssl-master/providers/implementations/asymciphers/
A Drsa_enc.c111 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_init()
/openssl-master/providers/implementations/signature/
A Drsa_sig.c416 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_signverify_init()
1232 if (RSA_test_flags(prsactx->rsa, in rsa_set_ctx_params()
/openssl-master/include/openssl/
A Drsa.h242 OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
/openssl-master/providers/implementations/encode_decode/
A Ddecode_der2key.c502 switch (RSA_test_flags(key, RSA_FLAG_TYPE_MASK)) { in rsa_check()
A Dencode_key2any.c836 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()
A Dencode_key2text.c728 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_to_text()
/openssl-master/crypto/rsa/
A Drsa_ameth.c36 if (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK) != RSA_FLAG_TYPE_RSASSAPSS) { in rsa_param_encode()
A Drsa_lib.c708 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags() function
/openssl-master/doc/man7/
A Dmigration_guide.pod1996 RSA_clear_flags(), RSA_flags(), RSA_set_flags(), RSA_test_flags(),
/openssl-master/util/
A Dlibcrypto.num3913 RSA_test_flags 4000 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 45 milliseconds