Searched refs:ck_data (Results 26 - 35 of 35) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h288 CRYPTO_KEY_RAW = 1, /* ck_data is a cleartext key */
339 uint_t cku_v_length; /* # of bits in ck_data */
367 uint32_t cku_v_length; /* # of bytes in ck_data */
384 #define ck_data cku_data.cku_key_value.cku_v_data macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c224 arcfour_key_init(keystream, key->ck_data,
H A Dblowfish.c257 blowfish_init_keysched(key->ck_data, key->ck_length, keysched);
H A Ddca_3des.c721 value = (uchar_t *)key->ck_data;
H A Dskein_mod.c698 SKEIN_OP(ctx, InitExt, ctx->sc_digest_bitlen, 0, key->ck_data,
H A Dcrypto.c2196 if (key->ck_length == 0 || key->ck_data == NULL)
2200 bzero(key->ck_data, len);
2201 kmem_free(key->ck_data, len);
2391 out_key->ck_data = kmem_alloc(key_bytes, KM_SLEEP);
2393 if (copyin((char *)STRUCT_FGETP(key, ck_data),
2394 out_key->ck_data, key_bytes) != 0) {
2395 kmem_free(out_key->ck_data, key_bytes);
2396 out_key->ck_data = NULL;
H A Daes.c322 aes_init_keysched(key->ck_data, key->ck_length, newbie);
H A Ddprov.c5474 data.cd_raw.iov_base = key.ck_data;
8165 data.cd_raw.iov_base = base_keyp->ck_data;
8807 * attribute, or by reference, initialize the ck_data and ck_length
8811 * For a key by value, this function uess the ck_data and ck_length,
8829 ret_key->ck_data = key->ck_data;
8857 ret_key->ck_data = value;
8912 ret_key->ck_data = value;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c1025 key->kef_key.ck_data = NULL;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c931 newbie->ipsa_kcfauthkey.ck_data =
950 newbie->ipsa_kcfencrkey.ck_data =
3199 newbie->ipsa_kcfauthkey.ck_data = newbie->ipsa_authkey;
3374 newbie->ipsa_kcfencrkey.ck_data = newbie->ipsa_encrkey;
7291 crypto_key.ck_data = sadb_key + 1;

Completed in 114 milliseconds

12