Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dcmac.c17 struct ltc_omac_ctx { struct
25 static struct ltc_omac_ctx *to_omac_ctx(struct crypto_mac_ctx *ctx) in to_omac_ctx() argument
29 return container_of(ctx, struct ltc_omac_ctx, ctx); in to_omac_ctx()
35 struct ltc_omac_ctx *hc = to_omac_ctx(ctx); in ltc_omac_init()
71 struct ltc_omac_ctx *src = to_omac_ctx(src_ctx); in ltc_omac_copy_state()
72 struct ltc_omac_ctx *dst = to_omac_ctx(dst_ctx); in ltc_omac_copy_state()
89 struct ltc_omac_ctx *ctx = NULL; in crypto_common_cmac_alloc_ctx()

Completed in 2 milliseconds