Searched refs:crypto_put_output_data (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 270 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() 438 rv = crypto_put_output_data(ctx->gcm_pt_buf, out, pt_len); in gcm_decrypt_final() 1217 rv = crypto_put_output_data(tmp, out, block_size); 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() 1258 rv = crypto_put_output_data(ct_buf, out, done); in gcm_mode_encrypt_contiguous_blocks_avx() 1282 rv = crypto_put_output_data(tmp, out, block_size); in gcm_mode_encrypt_contiguous_blocks_avx() 1350 rv = crypto_put_output_data(remainder, out, rem_len); in gcm_encrypt_final_avx() 1356 rv = crypto_put_output_data(ghash, out, ctx->gcm_tag_len); in gcm_encrypt_final_avx() 1467 rv = crypto_put_output_data(ctx->gcm_pt_buf, out, pt_len); in gcm_decrypt_final_avx()
|
| H A D | ccm.c | 568 rv = crypto_put_output_data(ctx->ccm_pt_buf, out, pt_len); in ccm_decrypt_final()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_prov_lib.c | 118 crypto_put_output_data(uchar_t *buf, crypto_data_t *output, int len) in crypto_put_output_data() function
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 1308 extern int crypto_put_output_data(uchar_t *, crypto_data_t *, int);
|