Home
last modified time | relevance | path

Searched refs:DRV_CIPHER_XTS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/ccree/
Dcc_cipher.c65 if (ctx_p->cipher_mode != DRV_CIPHER_XTS && in validate_keys_sizes()
74 if (ctx_p->cipher_mode == DRV_CIPHER_XTS || in validate_keys_sizes()
98 case DRV_CIPHER_XTS: in validate_data_size()
279 if (ctx_p->cipher_mode == DRV_CIPHER_XTS || in cc_cipher_sethkey()
347 if (ctx_p->cipher_mode == DRV_CIPHER_XTS && in cc_cipher_setkey()
454 case DRV_CIPHER_XTS: in cc_setup_cipher_desc()
815 .cipher_mode = DRV_CIPHER_XTS,
831 .cipher_mode = DRV_CIPHER_XTS,
848 .cipher_mode = DRV_CIPHER_XTS,
1045 .cipher_mode = DRV_CIPHER_XTS,
[all …]
Dcc_crypto_ctx.h95 DRV_CIPHER_XTS = 4, enumerator