Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c779 crypto_provider_ext_info_t *ext_info) in match_ext_info()
815 crypto_provider_ext_info_t *ext_info; in crypto_get_provider()
830 ext_info = kmem_zalloc(sizeof (crypto_provider_ext_info_t), KM_SLEEP); in crypto_get_provider()
843 kmem_free(ext_info, sizeof (crypto_provider_ext_info_t)); in crypto_get_provider()
852 crypto_get_provinfo(crypto_provider_t hndl, crypto_provider_ext_info_t *info) in crypto_get_provinfo()
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dspi.c90 crypto_provider_ext_info_t ext_prov; in crypto_provider_ext_info()
100 if (mdb_vread(&ext_prov, sizeof (crypto_provider_ext_info_t), addr) in crypto_provider_ext_info()
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_kcf.c49 static int ext_info(crypto_provider_handle_t, crypto_provider_ext_info_t *,
120 ext_info(crypto_provider_handle_t prov, crypto_provider_ext_info_t *ext_info, in ext_info()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h467 } crypto_provider_ext_info_t; typedef
H A Dapi.h347 extern int crypto_get_provinfo(crypto_provider_t, crypto_provider_ext_info_t *);
H A Dspi.h461 crypto_provider_ext_info_t *, crypto_req_handle_t);
H A Dops_impl.h223 crypto_provider_ext_info_t *po_ext_info;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c325 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq);
327 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq);
329 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq, char *id);
4694 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq) in ext_info_sym()
4701 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq) in ext_info_asym()
4715 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq, char *id) in ext_info_base()
H A Dcrypto.c1335 crypto_provider_ext_info_t *ei, void *out) in ext_to_provider_data()
1389 crypto_provider_ext_info_t *ei) in fabricate_ext_info()
1429 crypto_provider_ext_info_t *ext_info = NULL; in get_provider_info()
1447 need = sizeof (crypto_provider_ext_info_t); in get_provider_info()
1507 kmem_free(ext_info, sizeof (crypto_provider_ext_info_t)); in get_provider_info()
H A Ddprov.c1012 crypto_provider_ext_info_t *, crypto_req_handle_t);
1501 crypto_provider_ext_info_t *mr_ext_info;
1594 char *, crypto_provider_ext_info_t *);
4144 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t req) in dprov_ext_info()
5390 crypto_provider_ext_info_t *ext_info) in dprov_mgmt_submit_req()
8535 crypto_provider_ext_info_t *ext_info = in dprov_mgmt_task()
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c250 crypto_provider_ext_info_t *,
2028 crypto_provider_ext_info_t *ext_info, in tpmrng_ext_info()
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c297 crypto_provider_ext_info_t ext_info; in crypto_register_provider()