Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c177 struct crypto_cipher_ctx *fb_ctx = src_ctx->fallback_ctx; in saes_copy_state() local
186 fb_ctx->ops->copy_state(dst_ip_ctx->saes.fallback_ctx, fb_ctx); in saes_copy_state()
337 struct crypto_cipher_ctx *fb_ctx = c->ip_ctx.saes.fallback_ctx; in stm32_saes_cipher_free() local
339 fb_ctx->ops->free_ctx(fb_ctx); in stm32_saes_cipher_free()