Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ccree/
Dcc_cipher.c86 ctx_p->cipher_mode == DRV_CIPHER_ESSIV) in validate_keys_sizes()
122 case DRV_CIPHER_ESSIV: in validate_data_size()
168 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_init()
242 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_exit()
348 ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_sethkey()
420 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_setkey()
471 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_setkey()
545 case DRV_CIPHER_ESSIV: in cc_setup_readiv_desc()
599 case DRV_CIPHER_ESSIV: in cc_setup_state_desc()
632 case DRV_CIPHER_ESSIV: in cc_setup_xex_state_desc()
[all …]
Dcc_crypto_ctx.h110 DRV_CIPHER_ESSIV = 13, enumerator