Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c166 static struct kmem_cache *crypto_session_cache; variable
373 crypto_session_cache = kmem_cache_create("crypto_session_cache", in crypto_attach()
376 if (crypto_session_cache == NULL) in crypto_attach()
382 kmem_cache_destroy(crypto_session_cache); in crypto_attach()
383 crypto_session_cache = NULL; in crypto_attach()
428 kmem_cache_destroy(crypto_session_cache); in crypto_detach()
429 crypto_session_cache = NULL; in crypto_detach()
606 kmem_cache_free(crypto_session_cache, sp); in crypto_close()
1987 sp = kmem_cache_alloc(crypto_session_cache, KM_SLEEP); in crypto_create_session_ptr()
2072 kmem_cache_free(crypto_session_cache, sp); in crypto_close_session()