Home
last modified time | relevance | path

Searched refs:OSSL_KEYMGMT_SELECT_ALL_PARAMETERS (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c152 OSSL_KEYMGMT_SELECT_ALL_PARAMETERS in der2key_check_selection()
237 if (key == NULL && (selection & OSSL_KEYMGMT_SELECT_ALL_PARAMETERS) != 0) { in der2key_decode()
589 ( OSSL_KEYMGMT_SELECT_ALL_PARAMETERS ), \
614 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS ), \
650 ( OSSL_KEYMGMT_SELECT_ALL_PARAMETERS ), \
662 ( OSSL_KEYMGMT_SELECT_ALL_PARAMETERS ), \
687 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS ), \
H A Dencode_key2blob.c64 OSSL_KEYMGMT_SELECT_ALL_PARAMETERS in key2blob_check_selection()
H A Dencode_key2any.c1022 OSSL_KEYMGMT_SELECT_ALL_PARAMETERS in key2any_check_selection()
1095 #define DO_PARAMETERS_selection_mask OSSL_KEYMGMT_SELECT_ALL_PARAMETERS
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c550 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in test_key()
568 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in test_key()
589 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in test_key()
625 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in test_key()
643 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in test_key()
662 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in test_key()
H A Dendecode_test.c553 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS, in test_unprotected_via_DER()
575 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS, in test_unprotected_via_PEM()
823 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS, in test_public_via_DER()
845 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS, in test_public_via_PEM()
H A Devp_extra_test.c809 if (!test_selection(just_params, OSSL_KEYMGMT_SELECT_ALL_PARAMETERS) in test_EVP_PKEY_ffc_priv_pub()
945 if (!test_selection(just_params, OSSL_KEYMGMT_SELECT_ALL_PARAMETERS) in test_EC_priv_pub()
972 if (!test_selection(params_and_priv, OSSL_KEYMGMT_SELECT_ALL_PARAMETERS) in test_EC_priv_pub()
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_check.c102 OSSL_KEYMGMT_SELECT_ALL_PARAMETERS, in evp_pkey_param_check_combined()
H A Dpmeth_gn.c42 OSSL_KEYMGMT_SELECT_ALL_PARAMETERS, NULL); in gen_init()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_result.c274 selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in try_key_value()
279 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in try_key_value()
/freebsd/crypto/openssl/apps/
H A Ddsa.c259 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS); in dsa_main()
H A Drsa.c343 | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS); in rsa_main()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c233 if ((selection & OSSL_KEYMGMT_SELECT_ALL_PARAMETERS) != 0) in dsa_export()
295 if ((selection & OSSL_KEYMGMT_SELECT_ALL_PARAMETERS) != 0) in dsa_imexport_types()
H A Ddh_kmgmt.c232 if ((selection & OSSL_KEYMGMT_SELECT_ALL_PARAMETERS) != 0) in dh_export()
297 if ((selection & OSSL_KEYMGMT_SELECT_ALL_PARAMETERS) != 0) in dh_imexport_types()
H A Dec_kmgmt.c74 (OSSL_KEYMGMT_SELECT_KEYPAIR | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS)
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ec.c30 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in pkey_type2param()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h548 # define OSSL_KEYMGMT_SELECT_ALL_PARAMETERS \ macro
554 ( OSSL_KEYMGMT_SELECT_KEYPAIR | OSSL_KEYMGMT_SELECT_ALL_PARAMETERS )
H A Devp.h87 ( OSSL_KEYMGMT_SELECT_ALL_PARAMETERS )
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-keymgmt.pod172 =item B<OSSL_KEYMGMT_SELECT_ALL_PARAMETERS>