Searched refs:crypto_minor_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 110 static void crypto_release_provider_session(crypto_minor_t *, 114 static int crypto_get_provider_list(crypto_minor_t *, uint_t *, 117 static int crypto_create_provider_session(crypto_minor_t *, 120 static int crypto_create_session_ptr(crypto_minor_t *, kcf_provider_desc_t *, 167 static crypto_minor_t **crypto_minors = NULL; 432 sizeof (crypto_minor_t *) * crypto_minors_table_count); in crypto_detach() 450 crypto_minor_t *cm = NULL; in crypto_open() 471 crypto_minor_t **newtable; in crypto_open() 484 new_size = sizeof (crypto_minor_t *) * in crypto_open() 503 sizeof (crypto_minor_t *) * crypto_minors_table_count); in crypto_open() [all …]
|
/illumos-gate/usr/src/uts/common/crypto/core/ |
H A D | kcf_crypto.c | 47 crypto_get_provider_mechanisms(crypto_minor_t *cm, crypto_provider_id_t id, in crypto_get_provider_mechanisms()
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | impl.h | 542 } crypto_minor_t; typedef 1292 int crypto_get_provider_mechanisms(crypto_minor_t *, crypto_provider_id_t id,
|