Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c270 rv = crypto_put_output_data(macp, out, ctx->gcm_remainder_len); in gcm_encrypt_final()
276 rv = crypto_put_output_data(ghash, out, ctx->gcm_tag_len); in gcm_encrypt_final()
445 rv = crypto_put_output_data(ctx->gcm_pt_buf, out, pt_len); in gcm_decrypt_final()
1148 rv = crypto_put_output_data(tmp, out, block_size); in gcm_mode_encrypt_contiguous_blocks_avx()
1169 rv = crypto_put_output_data(ct_buf, out, chunk_size); in gcm_mode_encrypt_contiguous_blocks_avx()
1189 rv = crypto_put_output_data(ct_buf, out, done); in gcm_mode_encrypt_contiguous_blocks_avx()
1213 rv = crypto_put_output_data(tmp, out, block_size); in gcm_mode_encrypt_contiguous_blocks_avx()
1283 rv = crypto_put_output_data(remainder, out, rem_len); in gcm_encrypt_final_avx()
1289 rv = crypto_put_output_data(ghash, out, ctx->gcm_tag_len); in gcm_encrypt_final_avx()
1400 rv = crypto_put_output_data(ctx->gcm_pt_buf, out, pt_len); in gcm_decrypt_final_avx()
H A Dccm.c564 rv = crypto_put_output_data(ctx->ccm_pt_buf, out, pt_len); in ccm_decrypt_final()
/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_prov_lib.c94 crypto_put_output_data(uchar_t *buf, crypto_data_t *output, int len) in crypto_put_output_data() function
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h332 extern int crypto_put_output_data(uchar_t *, crypto_data_t *, int);