Home
last modified time | relevance | path

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

/linux-5.19.10/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()
351 ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_sethkey()
423 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_setkey()
474 if (ctx_p->cipher_mode == DRV_CIPHER_ESSIV) { in cc_cipher_setkey()
548 case DRV_CIPHER_ESSIV: in cc_setup_readiv_desc()
602 case DRV_CIPHER_ESSIV: in cc_setup_state_desc()
635 case DRV_CIPHER_ESSIV: in cc_setup_xex_state_desc()
[all …]
Dcc_crypto_ctx.h110 DRV_CIPHER_ESSIV = 13, enumerator