Searched refs:iv_ctr (Results 1 – 2 of 2) sorted by relevance
/drivers/crypto/bcm/ |
D | cipher.h | 129 u8 iv_ctr[ALIGN(2 * AES_BLOCK_SIZE, SPU_MSG_ALIGN)]; member 308 u8 *iv_ctr; member
|
D | cipher.c | 225 sg_set_buf(sg++, rctx->msg_buf.iv_ctr, SPU_XTS_TWEAK_SIZE); in spu_ablkcipher_tx_sg_create() 361 sg_copy_part_to_buf(req->dst, rctx->msg_buf.iv_ctr, in handle_ablkcipher_req() 367 __builtin_memcpy(local_iv_ctr, rctx->msg_buf.iv_ctr, in handle_ablkcipher_req() 377 sg_copy_part_to_buf(req->src, rctx->msg_buf.iv_ctr, in handle_ablkcipher_req() 390 add_to_ctr(rctx->msg_buf.iv_ctr, chunksize >> 4); in handle_ablkcipher_req() 1242 sg_set_buf(sg++, rctx->msg_buf.iv_ctr, aead_iv_len); in spu_aead_tx_sg_create() 1343 cipher_parms.iv_buf = rctx->msg_buf.iv_ctr; in handle_aead_req() 1496 packet_dump(" aead iv: ", rctx->msg_buf.iv_ctr, aead_parms.iv_len); in handle_aead_req() 1786 memcpy(rctx->msg_buf.iv_ctr, req->info, rctx->iv_ctr_len); in ablkcipher_enqueue() 2803 memcpy(rctx->msg_buf.iv_ctr + ctx->salt_offset, in aead_enqueue() [all …]
|