Lines Matching refs:rem_bytes
124 int rem_bytes = CAAM_DESC_BYTES_MAX - AEAD_DESC_JOB_IO_LEN - in aead_null_set_sh_desc() local
131 if (rem_bytes >= DESC_AEAD_NULL_ENC_LEN) { in aead_null_set_sh_desc()
150 if (rem_bytes >= DESC_AEAD_NULL_DEC_LEN) { in aead_null_set_sh_desc()
333 int rem_bytes = CAAM_DESC_BYTES_MAX - GCM_DESC_JOB_IO_LEN - in gcm_set_sh_desc() local
344 if (rem_bytes >= DESC_GCM_ENC_LEN) { in gcm_set_sh_desc()
361 if (rem_bytes >= DESC_GCM_DEC_LEN) { in gcm_set_sh_desc()
393 int rem_bytes = CAAM_DESC_BYTES_MAX - GCM_DESC_JOB_IO_LEN - in rfc4106_set_sh_desc() local
404 if (rem_bytes >= DESC_RFC4106_ENC_LEN) { in rfc4106_set_sh_desc()
422 if (rem_bytes >= DESC_RFC4106_DEC_LEN) { in rfc4106_set_sh_desc()
456 int rem_bytes = CAAM_DESC_BYTES_MAX - GCM_DESC_JOB_IO_LEN - in rfc4543_set_sh_desc() local
467 if (rem_bytes >= DESC_RFC4543_ENC_LEN) { in rfc4543_set_sh_desc()
485 if (rem_bytes >= DESC_RFC4543_DEC_LEN) { in rfc4543_set_sh_desc()