Home
last modified time | relevance | path

Searched refs:aes_gcm (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/crypto/nx/
Dnx-aes-gcm.c66 memcpy(csbcpb->cpb.aes_gcm.key, in_key, key_len); in gcm_aes_nx_set_key()
215 memcpy(csbcpb->cpb.aes_gcm.iv_or_cnt, desc->info, AES_BLOCK_SIZE); in gmac()
238 csbcpb->cpb.aes_gcm.bit_length_data = 0; in gmac()
239 csbcpb->cpb.aes_gcm.bit_length_aad = 8 * nbytes; in gmac()
246 memcpy(csbcpb->cpb.aes_gcm.in_pat_or_aad, in gmac()
247 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gmac()
248 memcpy(csbcpb->cpb.aes_gcm.in_s0, in gmac()
249 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gmac()
282 memcpy(csbcpb->cpb.aes_ecb.key, csbcpb->cpb.aes_gcm.key, in gcm_empty()
315 memcpy(csbcpb->cpb.aes_gcm.out_pat_or_mac, out, in gcm_empty()
[all …]
Dnx_csbcpb.h124 struct cop_symcpb_aes_gcm aes_gcm; member
/linux-4.1.27/net/mac80211/
DMakefile18 aes_gcm.o \