/netbsd/crypto/external/bsd/openssl.old/dist/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, 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 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.
|
/netbsd/external/mpl/bind/dist/lib/dns/ |
H A D | opensslrsa_link.c | 182 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 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()
|
/netbsd/crypto/external/bsd/openssl/dist/providers/common/ |
H A D | securitycheck.c | 46 if (RSA_test_flags(rsa, in ossl_rsa_check_key()
|
/netbsd/crypto/external/bsd/openssl/dist/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()
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
H A D | rsa_lib.c | 464 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 D | rsa_enc.c | 111 switch (RSA_test_flags(prsactx->rsa, RSA_FLAG_TYPE_MASK)) { in rsa_init()
|
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/signature/ |
H A D | rsa_sig.c | 415 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 D | rsa.h | 229 int RSA_test_flags(const RSA *r, int flags);
|
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 836 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 D | decode_der2key.c | 515 switch (RSA_test_flags(key, RSA_FLAG_TYPE_MASK)) { in rsa_check()
|
H A D | encode_key2text.c | 737 switch (RSA_test_flags(rsa, RSA_FLAG_TYPE_MASK)) { in rsa_to_text()
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | rsa.h | 242 OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
|
/netbsd/crypto/external/bsd/openssl/dist/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 | 708 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags() function
|
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 2580 RSA_test_flags;
|
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | crypto.map | 3862 RSA_test_flags;
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | migration_guide.pod | 2029 RSA_clear_flags(), RSA_flags(), RSA_set_flags(), RSA_test_flags(),
|
/netbsd/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 4054 RSA_test_flags 4000 1_1_0 EXIST::FUNCTION:RSA
|
/netbsd/crypto/external/bsd/openssl/dist/util/ |
H A D | libcrypto.num | 3913 RSA_test_flags 4000 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|