Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h143 } crypto_ctx_ops_t; typedef
523 crypto_ctx_ops_t *co_ctx_ops;
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c289 dst->co_ctx_ops = kmem_alloc(sizeof (crypto_ctx_ops_t), in allocate_ops_v1()
472 sizeof (crypto_ctx_ops_t)); in kcf_free_provider_desc()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c111 static crypto_ctx_ops_t rc4_ctx_ops = {
H A Dblowfish.c163 static crypto_ctx_ops_t blowfish_ctx_ops = {
H A Dskein_mod.c120 static crypto_ctx_ops_t skein_ctx_ops = {
H A Dmd5_mod.c203 static crypto_ctx_ops_t md5_ctx_ops = {
H A Dsha1_mod.c164 static crypto_ctx_ops_t sha1_ctx_ops = {
H A Drsa.c272 static crypto_ctx_ops_t rsa_ctx_ops = {
H A Dsha2_mod.c195 static crypto_ctx_ops_t sha2_ctx_ops = {
H A Daes.c187 static crypto_ctx_ops_t aes_ctx_ops = {
H A Ddca.c347 static crypto_ctx_ops_t dca_ctx_ops = {
H A Ddprov.c1035 static crypto_ctx_ops_t dprov_ctx_ops = {
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c200 static crypto_ctx_ops_t des_ctx_ops = {