Home
last modified time | relevance | path

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

/drivers/crypto/ccree/
Dcc_cipher.c81 if (ctx_p->cipher_mode != DRV_CIPHER_XTS && in validate_keys_sizes()
90 if (ctx_p->cipher_mode == DRV_CIPHER_XTS || in validate_keys_sizes()
118 case DRV_CIPHER_XTS: in validate_data_size()
327 if (ctx_p->cipher_mode == DRV_CIPHER_XTS || in cc_cipher_sethkey()
418 if (ctx_p->cipher_mode == DRV_CIPHER_XTS && in cc_cipher_setkey()
507 case DRV_CIPHER_XTS: in cc_setup_readiv_desc()
571 case DRV_CIPHER_XTS: in cc_setup_state_desc()
681 case DRV_CIPHER_XTS: in cc_setup_key_desc()
946 .cipher_mode = DRV_CIPHER_XTS,
964 .cipher_mode = DRV_CIPHER_XTS,
[all …]
Dcc_crypto_ctx.h103 DRV_CIPHER_XTS = 4, enumerator