Searched refs:crypto_put_output_data (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 274 rv = crypto_put_output_data(macp, out, ctx->gcm_remainder_len); in gcm_encrypt_final() 280 rv = crypto_put_output_data(ghash, out, ctx->gcm_tag_len); in gcm_encrypt_final() 449 rv = crypto_put_output_data(ctx->gcm_pt_buf, out, pt_len); in gcm_decrypt_final() 1303 rv = crypto_put_output_data(tmp, out, block_size); in gcm_mode_encrypt_contiguous_blocks_avx() 1324 rv = crypto_put_output_data(ct_buf, out, chunk_size); in gcm_mode_encrypt_contiguous_blocks_avx() 1345 rv = crypto_put_output_data(ct_buf, out, done); in gcm_mode_encrypt_contiguous_blocks_avx() 1369 rv = crypto_put_output_data(tmp, out, block_size); in gcm_mode_encrypt_contiguous_blocks_avx() 1439 rv = crypto_put_output_data(remainder, out, rem_len); in gcm_encrypt_final_avx() 1445 rv = crypto_put_output_data(ghash, out, ctx->gcm_tag_len); in gcm_encrypt_final_avx() 1586 rv = crypto_put_output_data(ctx->gcm_pt_buf, out, pt_len); in gcm_decrypt_final_avx()
|
| H A D | ccm.c | 565 rv = crypto_put_output_data(ctx->ccm_pt_buf, out, pt_len); in ccm_decrypt_final()
|
| /src/sys/contrib/openzfs/module/icp/core/ |
| H A D | kcf_prov_lib.c | 95 crypto_put_output_data(uchar_t *buf, crypto_data_t *output, int len) in crypto_put_output_data() function
|
| /src/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 333 extern int crypto_put_output_data(uchar_t *, crypto_data_t *, int);
|