Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-crypt.c151 CRYPT_KEY_MAC_SIZE_SET, /* The integrity_key_size option was used */
2927 if (!test_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags)) in crypt_ctr_auth_cipher()
3216 set_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags); in crypt_ctr_optional()
3608 num_feature_args += test_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags); in crypt_status()
3629 if (test_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags)) in crypt_status()
150 CRYPT_KEY_MAC_SIZE_SET, /* The integrity_key_size option was used */ global() enumerator