Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dcbc-mac.c21 struct crypto_cbc_mac_ctx { struct
35 static struct crypto_cbc_mac_ctx *to_cbc_mac_ctx(struct crypto_mac_ctx *ctx) in to_cbc_mac_ctx() argument
39 return container_of(ctx, struct crypto_cbc_mac_ctx, ctx); in to_cbc_mac_ctx()
45 struct crypto_cbc_mac_ctx *mc = to_cbc_mac_ctx(ctx); in crypto_cbc_mac_init()
65 struct crypto_cbc_mac_ctx *mc = to_cbc_mac_ctx(ctx); in crypto_cbc_mac_update()
130 struct crypto_cbc_mac_ctx *mc = to_cbc_mac_ctx(ctx); in crypto_cbc_mac_final()
157 struct crypto_cbc_mac_ctx *mc = to_cbc_mac_ctx(ctx); in crypto_cbc_mac_free_ctx()
166 struct crypto_cbc_mac_ctx *dst = to_cbc_mac_ctx(dst_ctx); in crypto_cbc_mac_copy_state()
167 struct crypto_cbc_mac_ctx *src = to_cbc_mac_ctx(src_ctx); in crypto_cbc_mac_copy_state()
193 struct crypto_cbc_mac_ctx *ctx = NULL; in crypto_cbc_mac_alloc_ctx()

Completed in 3 milliseconds