Searched refs:ltc_omac_ctx (Results 1 – 1 of 1) sorted by relevance
17 struct ltc_omac_ctx { struct25 static struct ltc_omac_ctx *to_omac_ctx(struct crypto_mac_ctx *ctx) in to_omac_ctx() argument29 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