Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-crypt.c126 CRYPT_MODE_INTEGRITY_AEAD, /* Use authenticated mode for cihper */ enumerator
697 if (test_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags)) { in crypt_iv_eboiv_ctr()
795 return test_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_integrity_aead()
2518 set_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_ctr_optional()