Searched refs:crypto_provider_ext_info_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dspi.c86 crypto_provider_ext_info_t ext_prov;
96 if (mdb_vread(&ext_prov, sizeof (crypto_provider_ext_info_t), addr)
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c779 crypto_provider_ext_info_t *ext_info)
815 crypto_provider_ext_info_t *ext_info;
830 ext_info = kmem_zalloc(sizeof (crypto_provider_ext_info_t), KM_SLEEP);
843 kmem_free(ext_info, sizeof (crypto_provider_ext_info_t));
852 crypto_get_provinfo(crypto_provider_t hndl, crypto_provider_ext_info_t *info)
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_kcf.c51 static int ext_info(crypto_provider_handle_t, crypto_provider_ext_info_t *,
122 ext_info(crypto_provider_handle_t prov, crypto_provider_ext_info_t *ext_info,
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c649 crypto_provider_ext_info_t info;
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h347 extern int crypto_get_provinfo(crypto_provider_t, crypto_provider_ext_info_t *);
H A Dcommon.h466 } crypto_provider_ext_info_t; typedef in typeref:struct:crypto_provider_ext_info
H A Dops_impl.h223 crypto_provider_ext_info_t *po_ext_info;
H A Dspi.h461 crypto_provider_ext_info_t *, crypto_req_handle_t);
727 * this value in crypto_provider_ext_info_t by implementing
734 * this value in crypto_provider_ext_info_t by implementing
/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);
4733 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq)
4740 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq)
4754 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq, char *id)
H A Dcrypto.c1322 crypto_provider_ext_info_t *ei, void *out)
1376 crypto_provider_ext_info_t *ei)
1416 crypto_provider_ext_info_t *ext_info = NULL;
1434 need = sizeof (crypto_provider_ext_info_t);
1494 kmem_free(ext_info, sizeof (crypto_provider_ext_info_t));
H A Ddprov.c991 crypto_provider_ext_info_t *, crypto_req_handle_t);
1480 crypto_provider_ext_info_t *mr_ext_info;
1573 char *, crypto_provider_ext_info_t *);
4118 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t req)
5364 crypto_provider_ext_info_t *ext_info)
8508 crypto_provider_ext_info_t *ext_info =
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c249 crypto_provider_ext_info_t *,
2031 crypto_provider_ext_info_t *ext_info,
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c297 crypto_provider_ext_info_t ext_info;

Completed in 151 milliseconds