Searched refs:stm32_hmac_ctx (Results 1 – 1 of 1) sorted by relevance
19 struct stm32_hmac_ctx { struct26 static struct stm32_hmac_ctx *to_stm32_hmac_ctx(struct crypto_mac_ctx *ctx) in to_stm32_hmac_ctx() argument30 return container_of(ctx, struct stm32_hmac_ctx, mac_ctx); in to_stm32_hmac_ctx()43 struct stm32_hmac_ctx *c = to_stm32_hmac_ctx(ctx); in do_hmac_init()73 struct stm32_hmac_ctx *c = to_stm32_hmac_ctx(ctx); in do_hmac_update()93 struct stm32_hmac_ctx *c = to_stm32_hmac_ctx(ctx); in do_hmac_final()121 struct stm32_hmac_ctx *c = to_stm32_hmac_ctx(ctx); in do_hmac_free()137 struct stm32_hmac_ctx *src = to_stm32_hmac_ctx(src_ctx); in do_hmac_copy_state()138 struct stm32_hmac_ctx *dst = to_stm32_hmac_ctx(dst_ctx); in do_hmac_copy_state()176 struct stm32_hmac_ctx *c = NULL; in stm32_hmac_allocate()