Searched refs:cipher_key (Results 1 – 6 of 6) sorted by relevance
129 uint8_t *cipher_key = kmemdup(key, keylen, GFP_ATOMIC); in virtio_crypto_alg_skcipher_init_session() local131 if (!cipher_key) in virtio_crypto_alg_skcipher_init_session()160 sg_init_one(&key_sg, cipher_key, keylen); in virtio_crypto_alg_skcipher_init_session()186 kfree_sensitive(cipher_key); in virtio_crypto_alg_skcipher_init_session()
341 kc->encrypt.cipher_key, in ovpn_aead_crypto_key_slot_new()350 kc->decrypt.cipher_key, in ovpn_aead_crypto_key_slot_new()
18 const u8 *cipher_key; member
832 dir->cipher_key = nla_data(attrs[OVPN_A_KEYDIR_CIPHER_KEY]); in ovpn_nl_get_key_dir()
142 u8 cipher_key[32]; /* W4 - W7 */ member
558 memcpy(sa_entry->cipher_key, key, key_len); in cn10k_outb_prepare_sa()559 tmp_key = (u64 *)sa_entry->cipher_key; in cn10k_outb_prepare_sa()
Completed in 20 milliseconds