Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c346 cipher_parms.iv_len = rctx->iv_ctr_len; in handle_ablkcipher_req()
373 rctx->iv_ctr_len, in handle_ablkcipher_req()
374 chunk_start - rctx->iv_ctr_len); in handle_ablkcipher_req()
376 if (rctx->iv_ctr_len) { in handle_ablkcipher_req()
379 rctx->iv_ctr_len); in handle_ablkcipher_req()
389 rctx->iv_ctr_len, in handle_ablkcipher_req()
390 rctx->src_sent - rctx->iv_ctr_len); in handle_ablkcipher_req()
1355 cipher_parms.iv_len = rctx->iv_ctr_len; in handle_aead_req()
1409 rctx->iv_ctr_len); in handle_aead_req()
1799 rctx->iv_ctr_len = in ablkcipher_enqueue()
[all …]
Dcipher.h323 unsigned int iv_ctr_len; member