/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 231 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_to_text() 238 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dh_to_text() 306 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_to_text() 313 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dsa_to_text() 511 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_to_text() 519 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ec_to_text() 596 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ecx_to_text() 659 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_to_text() 673 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_to_text() 687 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_to_text()
|
H A D | decode_der2key.c | 180 OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in der2key_check_selection() 240 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in der2key_decode() 632 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY ), \ 668 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY \ 681 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY ), \ 741 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY \
|
H A D | encode_key2ms.c | 137 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in key2msblob_encode() 158 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) in key2pvk_encode()
|
H A D | decode_pvk2key.c | 113 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in pvk2key_does_selection() 134 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in pvk2key_decode()
|
H A D | decode_msblob2key.c | 87 if ((selection & (OSSL_KEYMGMT_SELECT_PRIVATE_KEY in msblob2key_does_selection() 144 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in msblob2key_decode()
|
H A D | encode_key2blob.c | 62 OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in key2blob_check_selection()
|
/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 149 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in mac_has() 164 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in mac_match() 232 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) in mac_import() 278 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) in mac_export() 285 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in mac_export() 307 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in mac_imexport_types() 321 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in cmac_imexport_types()
|
H A D | template_kmgmt.c | 126 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in template_match() 165 int include_private = ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0); in template_export() 227 include_private = selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in template_import()
|
H A D | dsa_kmgmt.c | 145 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_has() 174 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dsa_match() 210 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in dsa_import() 240 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in dsa_export() 398 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_validate()
|
H A D | rsa_kmgmt.c | 130 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in rsa_has() 159 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_match() 195 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in rsa_import() 227 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in rsa_export() 408 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in rsa_validate()
|
H A D | ec_kmgmt.c | 319 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_has() 363 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ec_match() 425 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in common_import() 480 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ec_export() 503 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in ec_export() 564 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_imexport_types() 925 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in sm2_validate() 971 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_validate()
|
H A D | dh_kmgmt.c | 142 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_has() 171 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dh_match() 207 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in dh_import() 238 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in dh_export() 438 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_validate()
|
H A D | ecx_kmgmt.c | 142 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ecx_has() 177 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ecx_match() 208 include_private = selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in ecx_import() 254 int include_private = ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0); in ecx_export() 960 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ecx_validate()
|
/openssl/crypto/pem/ |
H A D | pem_pkey.c | 79 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in pem_read_bio_key_decoder() 113 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in pem_read_bio_key_legacy() 181 } else if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0 in pem_read_bio_key_legacy()
|
/openssl/crypto/evp/ |
H A D | pmeth_check.c | 146 if ((ok = try_provided_check(ctx, OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in EVP_PKEY_private_check()
|
/openssl/crypto/dsa/ |
H A D | dsa_backend.c | 104 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_dsa_dup()
|
H A D | dsa_ameth.c | 464 selection |= OSSL_KEYMGMT_SELECT_PRIVATE_KEY; in dsa_pkey_export_to()
|
/openssl/crypto/dh/ |
H A D | dh_backend.c | 162 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_dh_dup()
|
/openssl/crypto/ec/ |
H A D | ecx_backend.c | 136 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_ecx_key_dup()
|
/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 78 && evp_keymgmt_util_has(*ppkey, OSSL_KEYMGMT_SELECT_PRIVATE_KEY)) { in d2i_PrivateKey_decoder()
|
/openssl/test/ |
H A D | tls-provider.c | 748 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in xor_has() 771 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in xor_dup() 882 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in xor_match() 1806 OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in key2any_check_selection() 1861 #define DO_ENC_PRIVATE_KEY_selection_mask OSSL_KEYMGMT_SELECT_PRIVATE_KEY 2300 OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in der2key_check_selection() 2359 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in xor_der2key_decode() 2481 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY ), \
|
H A D | fake_rsaprov.c | 173 if (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) in fake_rsa_keymgmt_export()
|
/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 493 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ossl_rsa_dup() 519 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_rsa_dup()
|
/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 151 =item B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY> 200 This is a combination of B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY> and 322 For example, the combination of B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY> and
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 569 # define OSSL_KEYMGMT_SELECT_PRIVATE_KEY 0x01 macro 579 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY | OSSL_KEYMGMT_SELECT_PUBLIC_KEY )
|