Searched refs:crypto_ops_t (Results 1 – 25 of 31) sorted by relevance
12
/titanic_50/usr/src/uts/common/crypto/core/ |
H A D | kcf_prov_tabs.c | 225 allocate_ops_v1(crypto_ops_t *src, crypto_ops_t *dst, uint_t *mech_list_count) in allocate_ops_v1() 294 allocate_ops_v2(crypto_ops_t *src, crypto_ops_t *dst) in allocate_ops_v2() 302 allocate_ops_v3(crypto_ops_t *src, crypto_ops_t *dst) in allocate_ops_v3() 310 allocate_ops_v4(crypto_ops_t *src, crypto_ops_t *dst) in allocate_ops_v4() 330 crypto_ops_t *src_ops = info->pi_ops_vector; in kcf_alloc_provider_desc() 358 desc->pd_ops_vector = kmem_zalloc(sizeof (crypto_ops_t), KM_SLEEP); in kcf_alloc_provider_desc() 486 kmem_free(desc->pd_ops_vector, sizeof (crypto_ops_t)); in kcf_free_provider_desc()
|
/titanic_50/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 86 copy_ops_vector_v1(crypto_ops_t *src_ops, crypto_ops_t *dst_ops) in copy_ops_vector_v1() 105 copy_ops_vector_v2(crypto_ops_t *src_ops, crypto_ops_t *dst_ops) in copy_ops_vector_v2() 111 copy_ops_vector_v3(crypto_ops_t *src_ops, crypto_ops_t *dst_ops) in copy_ops_vector_v3() 117 copy_ops_vector_v4(crypto_ops_t *src_ops, crypto_ops_t *dst_ops) in copy_ops_vector_v4()
|
/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_session.c | 37 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
H A D | kcf_keys.c | 36 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
H A D | kcf_digest.c | 36 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
H A D | kcf_object.c | 37 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
H A D | kcf_sign.c | 35 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
H A D | kcf_mac.c | 35 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
H A D | kcf_verify.c | 35 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
H A D | kcf_miscapi.c | 38 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
H A D | kcf_cipher.c | 35 #define CRYPTO_OPS_OFFSET(f) offsetof(crypto_ops_t, co_##f)
|
/titanic_50/usr/src/uts/common/sys/crypto/ |
H A D | spi.h | 548 } crypto_ops_t; typedef 691 crypto_ops_t *pi_ops_vector;
|
/titanic_50/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_kcf.c | 79 static crypto_ops_t n2rng_ops = {
|
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | md4_mod.c | 129 static crypto_ops_t md4_crypto_ops = {
|
H A D | arcfour.c | 116 static crypto_ops_t rc4_crypto_ops = {
|
H A D | blowfish.c | 168 static crypto_ops_t blowfish_crypto_ops = {
|
H A D | skein_mod.c | 125 static crypto_ops_t skein_crypto_ops = {
|
H A D | swrand.c | 165 static crypto_ops_t swrand_crypto_ops = {
|
H A D | md5_mod.c | 208 static crypto_ops_t md5_crypto_ops = {
|
H A D | sha1_mod.c | 166 static crypto_ops_t sha1_crypto_ops = {
|
H A D | ecc.c | 194 static crypto_ops_t ecc_crypto_ops = {
|
H A D | sha2_mod.c | 192 static crypto_ops_t sha2_crypto_ops = {
|
H A D | aes.c | 177 static crypto_ops_t aes_crypto_ops = {
|
H A D | rsa.c | 277 static crypto_ops_t rsa_crypto_ops = {
|
/titanic_50/usr/src/uts/common/des/ |
H A D | des_crypt.c | 217 static crypto_ops_t des_crypto_ops = {
|
12