Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dspu.c82 cflags = be32_to_cpu(spuh->sa.cipher_flags); in spum_dump_msg_hdr()
800 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_create_request()
917 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_cipher_req_init()
990 cipher_bits = be32_to_cpu(spuh->sa.cipher_flags); in spum_cipher_req_finish()
1000 spuh->sa.cipher_flags |= in spum_cipher_req_finish()
1010 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_cipher_req_finish()
Dspum.h161 u32 cipher_flags; member
/Linux-v4.19/drivers/md/
Ddm-crypt.c130 enum cipher_flags { enum
175 unsigned long cipher_flags; member
904 return test_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_integrity_aead()
1088 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_aead()
1181 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_skcipher()
2625 set_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_ctr_optional()
2647 set_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_ctr_optional()
2944 num_feature_args += test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_status()
2959 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_status()