Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c158 static struct kmem_cache *crypto_session_cache; variable
361 crypto_session_cache = kmem_cache_create("crypto_session_cache", in crypto_attach()
364 if (crypto_session_cache == NULL) in crypto_attach()
370 kmem_cache_destroy(crypto_session_cache); in crypto_attach()
371 crypto_session_cache = NULL; in crypto_attach()
416 kmem_cache_destroy(crypto_session_cache); in crypto_detach()
417 crypto_session_cache = NULL; in crypto_detach()
594 kmem_cache_free(crypto_session_cache, sp); in crypto_close()
1951 sp = kmem_cache_alloc(crypto_session_cache, KM_SLEEP); in crypto_open_session()
2036 kmem_cache_free(crypto_session_cache, sp); in crypto_close_session()