Searched refs:is_cmac_aes (Results 1 – 3 of 3) sorted by relevance
304 bool is_cmac_aes = false; in test_cmp_getsockopt_setsockopt() local308 is_cmac_aes = true; in test_cmp_getsockopt_setsockopt()348 if (!is_cmac_aes && strcmp(b->alg_name, a->alg_name)) { in test_cmp_getsockopt_setsockopt()352 if (is_cmac_aes && strcmp(b->alg_name, "cmac(aes)")) { in test_cmp_getsockopt_setsockopt()
703 bool is_cmac_aes = false; in verify_keys() local738 is_cmac_aes = true; in verify_keys()741 if (is_cmac_aes) { in verify_keys()
138 static inline bool is_cmac_aes(u32 algtype) in is_cmac_aes() function845 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_ctx()1221 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_no_ctx()1418 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_first()1802 } else if (is_cmac_aes(caam_hash->alg_type)) { in caam_hash_cra_init()