cipher_flags
cflags = be32_to_cpu(spuh->sa.cipher_flags);
spuh->sa.cipher_flags = cpu_to_be32(cipher_bits);
spuh->sa.cipher_flags = cpu_to_be32(cipher_bits);
cipher_bits = be32_to_cpu(spuh->sa.cipher_flags);
spuh->sa.cipher_flags = cpu_to_be32(cipher_bits);
__be32 cipher_flags;
return test_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags);
if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags))
if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags))
if (test_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags))
unsigned long cipher_flags;
set_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags);
if (!test_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags))
set_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags);
set_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags);
set_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags);
num_feature_args += test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags);
num_feature_args += test_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags);
if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags))
if (test_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags))
DMEMIT(",iv_large_sectors=%c", test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags) ?