Searched refs:is_cmac_aes (Results 1 – 3 of 3) sorted by relevance
304 bool is_cmac_aes = false; in test_cmp_getsockopt_setsockopt() local 308 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() local 738 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() function 844 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_ctx() 1220 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_no_ctx() 1417 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_first() 1801 } else if (is_cmac_aes(caam_hash->alg_type)) { in caam_hash_cra_init()