Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/bcm/
H A Dspu.c68 cflags = be32_to_cpu(spuh->sa.cipher_flags); in spum_dump_msg_hdr()
780 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_create_request()
892 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_cipher_req_init()
955 cipher_bits = be32_to_cpu(spuh->sa.cipher_flags); in spum_cipher_req_finish()
968 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_cipher_req_finish()
H A Dspum.h150 __be32 cipher_flags; member
/linux-6.15/drivers/md/
H A Ddm-crypt.c147 enum cipher_flags { enum
192 unsigned long cipher_flags; member
1324 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_aead()
1425 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_skcipher()
2849 set_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags); in crypt_ctr_ivmode()
2906 if (!test_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags)) in crypt_ctr_auth_cipher()
3180 set_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_ctr_optional()
3195 set_bit(CRYPT_KEY_MAC_SIZE_SET, &cc->cipher_flags); in crypt_ctr_optional()
3209 set_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_ctr_optional()
3606 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_status()
[all …]