Searched refs:ei_key (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEncrypt.c91 encrypt_init.ei_key.ck_format = CRYPTO_KEY_REFERENCE;
92 encrypt_init.ei_key.ck_obj_id = key_p->k_handle;
95 encrypt_init.ei_key.ck_format = CRYPTO_KEY_RAW;
96 encrypt_init.ei_key.ck_data =
98 if (encrypt_init.ei_key.ck_data == NULL) {
102 encrypt_init.ei_key.ck_length =
106 if (get_rsa_public_key(key_p, &encrypt_init.ei_key) !=
147 free(encrypt_init.ei_key.ck_data);
149 free_key_attributes(&encrypt_init.ei_key);
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h267 crypto_key_t ei_key; member in struct:crypto_encrypt_init
535 crypto_key32_t ei_key; member in struct:crypto_encrypt_init32
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2656 if (!copyin_key(mode, sp, STRUCT_FADDR(encrypt_init, ei_key), &key,

Completed in 65 milliseconds