Lines Matching refs:AES_BLOCK_SIZE
123 if (nbytes <= AES_BLOCK_SIZE) { in nx_gca()
166 AES_BLOCK_SIZE); in nx_gca()
175 memcpy(out, csbcpb_aead->cpb.aes_gca.out_pat, AES_BLOCK_SIZE); in nx_gca()
204 memcpy(csbcpb->cpb.aes_gcm.iv_or_cnt, desc->info, AES_BLOCK_SIZE); in gmac()
236 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gmac()
238 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gmac()
261 char out[AES_BLOCK_SIZE]; in gcm_empty()
279 len = AES_BLOCK_SIZE; in gcm_empty()
285 if (len != AES_BLOCK_SIZE) in gcm_empty()
391 memcpy(desc.info, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
393 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
395 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
502 .maxauthsize = AES_BLOCK_SIZE,
520 .maxauthsize = AES_BLOCK_SIZE,