Home
last modified time | relevance | path

Searched refs:OSSL_OP_KEYMGMT (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/crypto/openssl/crypto/evp/
HDkeymgmt_meth.c210 OSSL_OP_KEYMGMT, name_id, properties, in evp_keymgmt_fetch_by_number()
220 return evp_generic_fetch_from_prov(prov, OSSL_OP_KEYMGMT, in evp_keymgmt_fetch_from_prov()
230 return evp_generic_fetch(ctx, OSSL_OP_KEYMGMT, algorithm, properties, in EVP_KEYMGMT_fetch()
290 evp_generic_do_all(libctx, OSSL_OP_KEYMGMT, in EVP_KEYMGMT_do_all_provided()
/freebsd-head/crypto/openssl/doc/man7/
HDprovider-signature.pod176 loading or importing keys via the key management (OSSL_OP_KEYMGMT) operation.
205 the provider using the key management (OSSL_OP_KEYMGMT) operation (see
227 the provider using the key management (OSSL_OP_KEYMGMT) operation (see
245 the provider using the key management (OSSL_OP_KEYMGMT) operation (see
268 key management (OSSL_OP_KEYMGMT) operation (see provider-keymgmt(7)>.
305 key management (OSSL_OP_KEYMGMT) operation (see provider-keymgmt(7)>.
HDprovider-kem.pod99 loading or importing keys via the key management (OSSL_OP_KEYMGMT) operation.
127 the provider using the key management (OSSL_OP_KEYMGMT) operation (see
151 the provider using the key management (OSSL_OP_KEYMGMT) operation (see
HDprovider-keyexch.pod88 loading or importing keys via the key management (OSSL_OP_KEYMGMT) operation.
116 (OSSL_OP_KEYMGMT) operation (see provider-keymgmt(7)>.
123 the provider using the key management (OSSL_OP_KEYMGMT) operation (see
HDprovider-asym_cipher.pod103 loading or importing keys via the key management (OSSL_OP_KEYMGMT) operation.
130 the provider using the key management (OSSL_OP_KEYMGMT) operation (see L<provider-keymgmt(7)>).
151 the provider using the key management (OSSL_OP_KEYMGMT) operation (see
HDprovider.pod190 The number for this operation is B<OSSL_OP_KEYMGMT>.
/freebsd-head/crypto/openssl/test/
HDfake_rsaprov.c490 case OSSL_OP_KEYMGMT: in fake_rsa_query()
HDtls-provider.c779 case OSSL_OP_KEYMGMT: in tls_prov_query()
HDsslapitest.c9336 || !TEST_true(filter_provider_set_filter(OSSL_OP_KEYMGMT, in test_sigalgs_available()
/freebsd-head/crypto/openssl/providers/
HDdefltprov.c502 case OSSL_OP_KEYMGMT: in deflt_query()
/freebsd-head/crypto/openssl/providers/fips/
HDfipsprov.c476 case OSSL_OP_KEYMGMT: in fips_query()
/freebsd-head/crypto/openssl/include/openssl/
HDcore_dispatch.h259 # define OSSL_OP_KEYMGMT 10 macro