Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A 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()
H A Dspum.h150 u32 cipher_flags; member
/OK3568_Linux_fs/kernel/drivers/md/
H A 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()
2762 set_bit(CRYPT_ENCRYPT_PREPROCESS, &cc->cipher_flags); in crypt_ctr_ivmode()
3091 set_bit(CRYPT_MODE_INTEGRITY_AEAD, &cc->cipher_flags); in crypt_ctr_optional()
3113 set_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_ctr_optional()
3448 num_feature_args += test_bit(CRYPT_IV_LARGE_SECTORS, &cc->cipher_flags); in crypt_status()
[all …]