Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/bcm/
Dspum.h150 u32 cipher_flags; member
Dspu.c68 cflags = be32_to_cpu(spuh->sa.cipher_flags); in spum_dump_msg_hdr()
782 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_create_request()
899 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_cipher_req_init()
962 cipher_bits = be32_to_cpu(spuh->sa.cipher_flags); in spum_cipher_req_finish()
975 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_cipher_req_finish()
/Linux-v5.10/drivers/md/
Ddm-crypt.c135 enum cipher_flags { enum
178 unsigned long cipher_flags; member
1116 return test_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_integrity_aead()
1301 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_aead()
1396 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_skcipher()
1428 if (test_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags)) in crypt_convert_block_skcipher()
2623 set_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags); in crypt_ctr_ivmode()
2952 set_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_ctr_optional()
2974 set_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_ctr_optional()
3300 num_feature_args += test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_status()
[all …]