Home
last modified time | relevance | path

Searched refs:ct_buf (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1169 uint8_t *ct_buf = NULL; in gcm_mode_encrypt_contiguous_blocks_avx() local
1201 ct_buf = vmem_alloc(chunk_size, ctx->gcm_kmflag); in gcm_mode_encrypt_contiguous_blocks_avx()
1202 if (ct_buf == NULL) { in gcm_mode_encrypt_contiguous_blocks_avx()
1230 datap, ct_buf, chunk_size, key, cb, ghash); in gcm_mode_encrypt_contiguous_blocks_avx()
1238 rv = crypto_put_output_data(ct_buf, out, chunk_size); in gcm_mode_encrypt_contiguous_blocks_avx()
1253 done = aesni_gcm_encrypt(datap, ct_buf, bleft, key, cb, ghash); in gcm_mode_encrypt_contiguous_blocks_avx()
1258 rv = crypto_put_output_data(ct_buf, out, done); in gcm_mode_encrypt_contiguous_blocks_avx()
1296 if (ct_buf != NULL) { in gcm_mode_encrypt_contiguous_blocks_avx()
1297 vmem_free(ct_buf, chunk_size); in gcm_mode_encrypt_contiguous_blocks_avx()