Searched refs:DRV_CIPHER_CCM (Results 1 – 2 of 2) sorted by relevance
99 DRV_CIPHER_CCM = 8, enumerator
251 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,