Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRSA_get0_key.pod10 RSA_test_flags, RSA_set_flags, RSA_get0_engine, RSA_get_multi_prime_extra_count,
38 int RSA_test_flags(const RSA *r, int flags);
106 Any flags that are already set are left set. RSA_test_flags() tests to
152 RSA_test_flags() returns the current state of the flags in the RSA object.
/netbsd/crypto/external/bsd/openssl/dist/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.
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dopensslrsa_link.c182 RSA_test_flags(const RSA *r, int flags) { in RSA_test_flags() function
407 if (RSA_test_flags(rsa1, RSA_FLAG_EXT_PKEY) != 0 || in opensslrsa_compare()
408 RSA_test_flags(rsa2, RSA_FLAG_EXT_PKEY) != 0) in opensslrsa_compare()
410 if (RSA_test_flags(rsa1, RSA_FLAG_EXT_PKEY) == 0 || in opensslrsa_compare()
411 RSA_test_flags(rsa2, RSA_FLAG_EXT_PKEY) == 0) in opensslrsa_compare()
560 if (rsa != NULL && RSA_test_flags(rsa, RSA_FLAG_EXT_PKEY) != 0) { in opensslrsa_isprivate()
/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/crypto/external/bsd/openssl/dist/providers/common/
H A Dsecuritycheck.c46 if (RSA_test_flags(rsa, in ossl_rsa_check_key()
/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_lib.c464 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags() function
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/
H A Drsa_enc.c111 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_init()
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/signature/
H A Drsa_sig.c415 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_signverify_init()
1238 if (RSA_test_flags(prsactx->rsa, in rsa_set_ctx_params()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drsa.h229 int RSA_test_flags(const RSA *r, int flags);
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H 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()
H A Ddecode_der2key.c515 switch (RSA_test_flags(key, RSA_FLAG_TYPE_MASK)) { in rsa_check()
H A Dencode_key2text.c737 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_to_text()
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Drsa.h242 OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
/netbsd/crypto/external/bsd/openssl/dist/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.c708 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags() function
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map2580 RSA_test_flags;
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/
H A Dcrypto.map3862 RSA_test_flags;
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dmigration_guide.pod2029 RSA_clear_flags(), RSA_flags(), RSA_set_flags(), RSA_test_flags(),
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num4054 RSA_test_flags 4000 1_1_0 EXIST::FUNCTION:RSA
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dlibcrypto.num3913 RSA_test_flags 4000 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0