/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 230 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_to_text() 237 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dh_to_text() 305 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_to_text() 312 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dsa_to_text() 510 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_to_text() 517 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ec_to_text() 593 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ecx_to_text() 656 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_to_text() 670 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_to_text() 684 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in rsa_to_text()
|
H A D | decode_der2key.c | 154 OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in der2key_check_selection() 214 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in der2key_decode() 596 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY ), \ 632 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY \ 645 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY ), \ 705 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY \
|
H A D | decode_pvk2key.c | 87 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in pvk2key_does_selection() 108 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in pvk2key_decode()
|
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_msblob2key.c | 87 if ((selection & (OSSL_KEYMGMT_SELECT_PRIVATE_KEY in msblob2key_does_selection() 146 || (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()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 151 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in mac_has() 166 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in mac_match() 238 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) in mac_import() 284 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) in mac_export() 291 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in mac_export() 313 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in mac_imexport_types() 327 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in cmac_imexport_types()
|
H A D | dsa_kmgmt.c | 142 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dsa_has() 171 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dsa_match() 207 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in dsa_import() 237 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in dsa_export() 395 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 | 316 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_has() 360 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ec_match() 422 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in common_import() 477 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ec_export() 500 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in ec_export() 561 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_imexport_types() 923 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in sm2_validate() 969 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ec_validate()
|
H A D | dh_kmgmt.c | 141 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_has() 170 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in dh_match() 206 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in dh_import() 237 selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in dh_export() 435 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in dh_validate()
|
H A D | ecx_kmgmt.c | 137 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ecx_has() 172 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ecx_match() 203 include_private = selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY ? 1 : 0; in ecx_import() 249 int include_private = ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0); in ecx_export() 768 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in ecx_validate()
|
/freebsd/crypto/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()
|
/freebsd/crypto/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()
|
/freebsd/crypto/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()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 357 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in ossl_rsa_dup() 383 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_rsa_dup()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_backend.c | 168 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_dh_dup()
|
H A D | dh_ameth.c | 494 selection |= OSSL_KEYMGMT_SELECT_PRIVATE_KEY; in dh_pkey_export_to()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 61 && evp_keymgmt_util_has(*ppkey, OSSL_KEYMGMT_SELECT_PRIVATE_KEY)) { in d2i_PrivateKey_decoder()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_backend.c | 142 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_ecx_key_dup()
|
/freebsd/crypto/openssl/test/ |
H A D | tls-provider.c | 480 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in xor_dup() 503 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { in xor_dup()
|
H A D | fake_rsaprov.c | 167 if (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) in fake_rsa_keymgmt_export()
|
/freebsd/crypto/openssl/doc/man7/ |
H 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 305 For example, the combination of B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY> and
|
/freebsd/crypto/openssl/include/openssl/ |
H 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 )
|