Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/ccree/
Dcc_cipher.c86 ctx_p->cipher_mode == DRV_CIPHER_ESSIV) in validate_keys_sizes()
123 case DRV_CIPHER_ESSIV: in validate_data_size()
171 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_init()
245 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_exit()
345 ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_sethkey()
417 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_setkey()
468 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_setkey()
542 case DRV_CIPHER_ESSIV: in cc_setup_readiv_desc()
596 case DRV_CIPHER_ESSIV: in cc_setup_state_desc()
629 case DRV_CIPHER_ESSIV: in cc_setup_xex_state_desc()
[all …]
Dcc_crypto_ctx.h110 DRV_CIPHER_ESSIV = 13, enumerator