Home
last modified time | relevance | path

Searched refs:is_cmac_aes (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c304 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()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c703 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()
/linux/drivers/crypto/caam/
H A Dcaamhash.c138 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()