Lines Matching refs:AES_BLOCK_SIZE
124 if (nbytes <= AES_BLOCK_SIZE) { in nx_gca()
167 AES_BLOCK_SIZE); in nx_gca()
176 memcpy(out, csbcpb_aead->cpb.aes_gca.out_pat, AES_BLOCK_SIZE); in nx_gca()
205 memcpy(csbcpb->cpb.aes_gcm.iv_or_cnt, desc->info, AES_BLOCK_SIZE); in gmac()
237 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gmac()
239 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gmac()
262 char out[AES_BLOCK_SIZE]; in gcm_empty()
280 len = AES_BLOCK_SIZE; in gcm_empty()
286 if (len != AES_BLOCK_SIZE) in gcm_empty()
392 memcpy(desc.info, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
394 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
396 csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
503 .maxauthsize = AES_BLOCK_SIZE,
521 .maxauthsize = AES_BLOCK_SIZE,