Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dhmac.c16 struct ltc_hmac_ctx { struct
24 static struct ltc_hmac_ctx *to_hmac_ctx(struct crypto_mac_ctx *ctx) in to_hmac_ctx() argument
28 return container_of(ctx, struct ltc_hmac_ctx, ctx); in to_hmac_ctx()
34 struct ltc_hmac_ctx *hc = to_hmac_ctx(ctx); in ltc_hmac_init()
70 struct ltc_hmac_ctx *src = to_hmac_ctx(src_ctx); in ltc_hmac_copy_state()
71 struct ltc_hmac_ctx *dst = to_hmac_ctx(dst_ctx); in ltc_hmac_copy_state()
88 struct ltc_hmac_ctx *ctx = NULL; in ltc_hmac_alloc_ctx()