Home
last modified time | relevance | path

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

/drivers/crypto/bcm/
Dcipher.c335 cipher_parms.iv_len = rctx->iv_ctr_len; in handle_ablkcipher_req()
362 rctx->iv_ctr_len, in handle_ablkcipher_req()
363 chunk_start - rctx->iv_ctr_len); in handle_ablkcipher_req()
365 if (rctx->iv_ctr_len) { in handle_ablkcipher_req()
368 rctx->iv_ctr_len); in handle_ablkcipher_req()
378 rctx->iv_ctr_len, in handle_ablkcipher_req()
379 rctx->src_sent - rctx->iv_ctr_len); in handle_ablkcipher_req()
1344 cipher_parms.iv_len = rctx->iv_ctr_len; in handle_aead_req()
1398 rctx->iv_ctr_len); in handle_aead_req()
1784 rctx->iv_ctr_len = in ablkcipher_enqueue()
[all …]
Dcipher.h310 unsigned int iv_ctr_len; member