Searched refs:mbed_hmac_ctx (Results 1 – 1 of 1) sorted by relevance
19 struct mbed_hmac_ctx { struct26 static struct mbed_hmac_ctx *to_hmac_ctx(struct crypto_mac_ctx *ctx) in to_hmac_ctx() argument30 return container_of(ctx, struct mbed_hmac_ctx, mac_ctx); in to_hmac_ctx()54 struct mbed_hmac_ctx *c = to_hmac_ctx(ctx); in mbed_hmac_final()82 struct mbed_hmac_ctx *c = to_hmac_ctx(ctx); in mbed_hmac_free_ctx()91 struct mbed_hmac_ctx *src = to_hmac_ctx(src_ctx); in mbed_hmac_copy_state()92 struct mbed_hmac_ctx *dst = to_hmac_ctx(dst_ctx); in mbed_hmac_copy_state()110 struct mbed_hmac_ctx *c = NULL; in mbed_hmac_alloc_ctx()