Searched refs:crypto_provider_ext_info_t (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 779 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()
|
/titanic_50/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | spi.c | 86 crypto_provider_ext_info_t ext_prov; in crypto_provider_ext_info() 96 if (mdb_vread(&ext_prov, sizeof (crypto_provider_ext_info_t), addr) in crypto_provider_ext_info()
|
/titanic_50/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_kcf.c | 51 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, in ext_info()
|
/titanic_50/usr/src/uts/common/sys/crypto/ |
H A D | common.h | 466 } crypto_provider_ext_info_t; typedef
|
H A D | api.h | 347 extern int crypto_get_provinfo(crypto_provider_t, crypto_provider_ext_info_t *);
|
H A D | spi.h | 461 crypto_provider_ext_info_t *, crypto_req_handle_t);
|
H A D | ops_impl.h | 223 crypto_provider_ext_info_t *po_ext_info;
|
/titanic_50/usr/src/uts/common/inet/kssl/ |
H A D | kssl.c | 649 crypto_provider_ext_info_t info; in kssl_prov_evnt()
|
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | dca.c | 325 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); 4807 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq) in ext_info_sym() 4814 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq) in ext_info_asym() 4828 crypto_provider_ext_info_t *ext_info, crypto_req_handle_t cfreq, char *id) in ext_info_base()
|
H A D | crypto.c | 1322 crypto_provider_ext_info_t *ei, void *out) in ext_to_provider_data() 1376 crypto_provider_ext_info_t *ei) in fabricate_ext_info() 1416 crypto_provider_ext_info_t *ext_info = NULL; in get_provider_info() 1434 need = sizeof (crypto_provider_ext_info_t); in get_provider_info() 1494 kmem_free(ext_info, sizeof (crypto_provider_ext_info_t)); in get_provider_info()
|
H A D | dprov.c | 991 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) in dprov_ext_info() 5364 crypto_provider_ext_info_t *ext_info) in dprov_mgmt_submit_req() 8508 crypto_provider_ext_info_t *ext_info = in dprov_mgmt_task()
|
/titanic_50/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 297 crypto_provider_ext_info_t ext_info; in crypto_register_provider()
|
/titanic_50/usr/src/uts/common/io/tpm/ |
H A D | tpm.c | 249 crypto_provider_ext_info_t *, 2031 crypto_provider_ext_info_t *ext_info, in tpmrng_ext_info()
|