Searched refs:GCM_AVX_MIN_ENCRYPT_BYTES (Results 1 – 1 of 1) sorted by relevance
1040 #define GCM_AVX_MIN_ENCRYPT_BYTES (GCM_BLOCK_LEN * 6 * 3) macro1200 if (bleft >= GCM_AVX_MIN_ENCRYPT_BYTES) { in gcm_mode_encrypt_contiguous_blocks_avx()1252 if (bleft >= GCM_AVX_MIN_ENCRYPT_BYTES) { in gcm_mode_encrypt_contiguous_blocks_avx()1572 if (val < GCM_AVX_MIN_ENCRYPT_BYTES || val > GCM_AVX_MAX_CHUNK_SIZE) in icp_gcm_avx_set_chunk_size()