Lines Matching refs:AES_BLOCK_SIZE
112 if (nbytes <= AES_BLOCK_SIZE) { in nx_gca()
155 AES_BLOCK_SIZE); in nx_gca()
164 memcpy(out, csbcpb_aead->cpb.aes_gca.out_pat, AES_BLOCK_SIZE); in nx_gca()
193 memcpy(csbcpb->cpb.aes_gcm.iv_or_cnt, desc->info, AES_BLOCK_SIZE); in gmac()
225 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gmac()
227 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gmac()
250 char out[AES_BLOCK_SIZE]; in gcm_empty()
268 len = AES_BLOCK_SIZE; in gcm_empty()
274 if (len != AES_BLOCK_SIZE) in gcm_empty()
380 memcpy(desc.info, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
382 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
384 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
491 .maxauthsize = AES_BLOCK_SIZE,
509 .maxauthsize = AES_BLOCK_SIZE,