/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2text.c | 226 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_to_text() 233 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dh_to_text() 296 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_to_text() 303 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dsa_to_text() 501 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_to_text() 508 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ec_to_text() 569 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ecx_to_text() 614 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ecx_to_text() 660 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_to_text() 674 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_to_text() [all …]
|
A D | decode_der2key.c | 150 OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in der2key_check_selection() 209 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in der2key_decode() 560 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY ), \ 596 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY \ 609 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY ), \ 669 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY \
|
A D | encode_key2ms.c | 133 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in key2msblob_encode() 154 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) in key2pvk_encode()
|
A D | encode_key2blob.c | 58 OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in key2blob_check_selection()
|
A D | decode_pvk2key.c | 94 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in pvk2key_decode()
|
A D | decode_msblob2key.c | 131 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in msblob2key_decode()
|
/openssl-master/providers/implementations/keymgmt/ |
A D | mac_legacy_kmgmt.c | 152 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in mac_has() 167 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in mac_match() 239 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) in mac_import() 289 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in mac_export() 311 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in mac_imexport_types() 325 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in cmac_imexport_types()
|
A D | ec_kmgmt.c | 309 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_has() 340 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ec_match() 403 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in common_import() 458 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ec_export() 484 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in ec_export() 540 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_imexport_types() 895 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in sm2_validate() 941 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_validate()
|
A D | ecx_kmgmt.c | 139 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ecx_has() 156 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ecx_match() 190 include_private = ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0); in ecx_import() 748 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ecx_validate()
|
A D | dsa_kmgmt.c | 141 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_has() 160 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_match() 359 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_validate()
|
A D | rsa_kmgmt.c | 130 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in rsa_has() 148 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in rsa_match() 379 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in rsa_validate()
|
A D | dh_kmgmt.c | 141 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_has() 159 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_match() 403 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_validate()
|
/openssl-master/crypto/evp/ |
A D | pmeth_check.c | 146 if ((ok = try_provided_check(ctx, OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in EVP_PKEY_private_check()
|
/openssl-master/crypto/dsa/ |
A D | dsa_backend.c | 101 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_dsa_dup()
|
A D | dsa_ameth.c | 461 selection |= OSSL_KEYMGMT_SELECT_PRIVATE_KEY; in dsa_pkey_export_to()
|
/openssl-master/crypto/dh/ |
A D | dh_backend.c | 163 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_dh_dup()
|
/openssl-master/crypto/asn1/ |
A D | d2i_pr.c | 61 && evp_keymgmt_util_has(*ppkey, OSSL_KEYMGMT_SELECT_PRIVATE_KEY)) { in d2i_PrivateKey_decoder()
|
/openssl-master/crypto/ec/ |
A D | ecx_backend.c | 128 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_ecx_key_dup()
|
A D | ec_ameth.c | 582 selection |= OSSL_KEYMGMT_SELECT_PRIVATE_KEY; in ec_pkey_export_to()
|
/openssl-master/crypto/rsa/ |
A D | rsa_backend.c | 366 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ossl_rsa_dup() 392 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_rsa_dup()
|
/openssl-master/test/ |
A D | tls-provider.c | 474 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in xor_has() 497 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in xor_dup()
|
/openssl-master/doc/man7/ |
A D | provider-keymgmt.pod | 142 =item B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY> 191 This is a combination of B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY> and 306 For example, the combination of B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY> and
|
/openssl-master/include/openssl/ |
A D | core_dispatch.h | 542 # define OSSL_KEYMGMT_SELECT_PRIVATE_KEY 0x01 macro 552 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY | OSSL_KEYMGMT_SELECT_PUBLIC_KEY )
|
/openssl-master/crypto/pem/ |
A D | pem_pkey.c | 109 if (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) { in pem_read_bio_key_legacy()
|
/openssl-master/crypto/store/ |
A D | store_result.c | 420 if (evp_keymgmt_util_has(pk, OSSL_KEYMGMT_SELECT_PRIVATE_KEY)) in try_key()
|