Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dkeymgmt_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/crypto/openssl/doc/man7/
H A Dprovider-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)>.
H A Dprovider-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
H A Dprovider-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
H A Dprovider-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
H A Dprovider.pod190 The number for this operation is B<OSSL_OP_KEYMGMT>.
/freebsd/crypto/openssl/test/
H A Dfake_rsaprov.c490 case OSSL_OP_KEYMGMT: in fake_rsa_query()
H A Dtls-provider.c773 case OSSL_OP_KEYMGMT: in tls_prov_query()
H A Dsslapitest.c9158 || !TEST_true(filter_provider_set_filter(OSSL_OP_KEYMGMT, in test_sigalgs_available()
/freebsd/crypto/openssl/providers/
H A Ddefltprov.c502 case OSSL_OP_KEYMGMT: in deflt_query()
/freebsd/crypto/openssl/providers/fips/
H A Dfipsprov.c476 case OSSL_OP_KEYMGMT: in fips_query()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h259 # define OSSL_OP_KEYMGMT 10 macro