Searched refs:cipher_flags (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | spu.c | 68 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()
|
H A D | spum.h | 150 u32 cipher_flags; member
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu.c | 68 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() 897 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_cipher_req_init() 960 cipher_bits = be32_to_cpu(spuh->sa.cipher_flags); in spum_cipher_req_finish() 973 spuh->sa.cipher_flags = cpu_to_be32(cipher_bits); in spum_cipher_req_finish()
|
H A D | spum.h | 150 __be32 cipher_flags; member
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-crypt.c | 144 enum cipher_flags { enum 187 unsigned long cipher_flags; member 1133 return test_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_integrity_aead() 1319 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_aead() 1420 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_skcipher() 1452 if (test_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags)) in crypt_convert_block_skcipher() 2853 set_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags); in crypt_ctr_ivmode() 3182 set_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_ctr_optional() 3204 set_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_ctr_optional() 3557 num_feature_args += test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_status() [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-crypt.c | 137 enum cipher_flags { enum 180 unsigned long cipher_flags; member 1118 return test_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_integrity_aead() 1303 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_aead() 1398 if (test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags)) in crypt_convert_block_skcipher() 1430 if (test_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags)) in crypt_convert_block_skcipher() 2766 set_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags); in crypt_ctr_ivmode() 3095 set_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_ctr_optional() 3117 set_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_ctr_optional() 3452 num_feature_args += test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_status() [all...] |
Completed in 14 milliseconds