Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/crypto/
H A Dspi.h198 } crypto_cipher_ops_t; typedef
512 crypto_cipher_ops_t *co_cipher_ops;
/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c236 dst->co_cipher_ops = kmem_alloc(sizeof (crypto_cipher_ops_t), in allocate_ops_v1()
428 sizeof (crypto_cipher_ops_t)); in kcf_free_provider_desc()
/titanic_50/usr/src/uts/common/crypto/io/
H A Darcfour.c96 static crypto_cipher_ops_t rc4_cipher_ops = {
H A Dblowfish.c145 static crypto_cipher_ops_t blowfish_cipher_ops = {
H A Daes.c138 static crypto_cipher_ops_t aes_cipher_ops = {
H A Drsa.c198 static crypto_cipher_ops_t rsa_cipher_ops = {
H A Ddca.c243 static crypto_cipher_ops_t dca_cipher_ops = {
H A Dcrypto.c652 crypto_cipher_ops_t *cipher_ops; in crypto_build_function_list()
H A Ddprov.c758 static crypto_cipher_ops_t dprov_cipher_ops = {
/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_cipher.c36 #define CRYPTO_CIPHER_OFFSET(f) offsetof(crypto_cipher_ops_t, f)
/titanic_50/usr/src/uts/common/des/
H A Ddes_crypt.c182 static crypto_cipher_ops_t des_cipher_ops = {