Lines Matching refs:AES_BLOCK_SIZE
136 if (nbytes <= AES_BLOCK_SIZE) { in nx_gca()
179 AES_BLOCK_SIZE); in nx_gca()
188 memcpy(out, csbcpb_aead->cpb.aes_gca.out_pat, AES_BLOCK_SIZE); in nx_gca()
215 memcpy(csbcpb->cpb.aes_gcm.iv_or_cnt, desc->info, AES_BLOCK_SIZE); in gmac()
247 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gmac()
249 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gmac()
271 char out[AES_BLOCK_SIZE]; in gcm_empty()
289 len = AES_BLOCK_SIZE; in gcm_empty()
295 if (len != AES_BLOCK_SIZE) in gcm_empty()
398 memcpy(desc.info, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
400 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
402 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
499 .ivsize = AES_BLOCK_SIZE,
500 .maxauthsize = AES_BLOCK_SIZE,
521 .maxauthsize = AES_BLOCK_SIZE,