Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_crypto_ctx.h99 DRV_CIPHER_CCM = 8, enumerator
Dcc_aead.c251 else if (ctx->cipher_mode == DRV_CIPHER_CCM) in cc_aead_complete()
1321 if (ctx->cipher_mode == DRV_CIPHER_CCM) in validate_data_size()
1937 } else if ((ctx->cipher_mode == DRV_CIPHER_CCM) || in cc_proc_aead()
1949 if (ctx->cipher_mode == DRV_CIPHER_CCM) { in cc_proc_aead()
1983 } else if (ctx->cipher_mode == DRV_CIPHER_CCM) { in cc_proc_aead()
2024 if (ctx->cipher_mode == DRV_CIPHER_CCM) in cc_proc_aead()
2509 .cipher_mode = DRV_CIPHER_CCM,
2528 .cipher_mode = DRV_CIPHER_CCM,