Home
last modified time | relevance | path

Searched refs:OSSL_KEYMGMT_SELECT_PRIVATE_KEY (Results 1 – 25 of 35) sorted by relevance

12

/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c226 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 Ddecode_der2key.c150 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 Dencode_key2ms.c133 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in key2msblob_encode()
154 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) in key2pvk_encode()
A Dencode_key2blob.c58 OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in key2blob_check_selection()
A Ddecode_pvk2key.c94 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in pvk2key_decode()
A Ddecode_msblob2key.c131 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in msblob2key_decode()
/openssl-master/providers/implementations/keymgmt/
A Dmac_legacy_kmgmt.c152 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 Dec_kmgmt.c309 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 Decx_kmgmt.c139 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 Ddsa_kmgmt.c141 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 Drsa_kmgmt.c130 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 Ddh_kmgmt.c141 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 Dpmeth_check.c146 if ((ok = try_provided_check(ctx, OSSL_KEYMGMT_SELECT_PRIVATE_KEY, in EVP_PKEY_private_check()
/openssl-master/crypto/dsa/
A Ddsa_backend.c101 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_dsa_dup()
A Ddsa_ameth.c461 selection |= OSSL_KEYMGMT_SELECT_PRIVATE_KEY; in dsa_pkey_export_to()
/openssl-master/crypto/dh/
A Ddh_backend.c163 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_dh_dup()
/openssl-master/crypto/asn1/
A Dd2i_pr.c61 && evp_keymgmt_util_has(*ppkey, OSSL_KEYMGMT_SELECT_PRIVATE_KEY)) { in d2i_PrivateKey_decoder()
/openssl-master/crypto/ec/
A Decx_backend.c128 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 in ossl_ecx_key_dup()
A Dec_ameth.c582 selection |= OSSL_KEYMGMT_SELECT_PRIVATE_KEY; in ec_pkey_export_to()
/openssl-master/crypto/rsa/
A Drsa_backend.c366 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 Dtls-provider.c474 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 Dprovider-keymgmt.pod142 =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 Dcore_dispatch.h542 # define OSSL_KEYMGMT_SELECT_PRIVATE_KEY 0x01 macro
552 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY | OSSL_KEYMGMT_SELECT_PUBLIC_KEY )
/openssl-master/crypto/pem/
A Dpem_pkey.c109 if (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) { in pem_read_bio_key_legacy()
/openssl-master/crypto/store/
A Dstore_result.c420 if (evp_keymgmt_util_has(pk, OSSL_KEYMGMT_SELECT_PRIVATE_KEY)) in try_key()

Completed in 56 milliseconds

12