Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c198 to_stm32_cipher_ctx(struct crypto_cipher_ctx *ctx) in to_stm32_cipher_ctx() function
207 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(dinit->ctx); in stm32_cipher_initialize()
216 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(dupdate->ctx); in stm32_cipher_update()
225 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(ctx); in stm32_cipher_final()
233 struct stm32_cipher_ctx *src_c = to_stm32_cipher_ctx(src_ctx); in stm32_cipher_copy_state()
234 struct stm32_cipher_ctx *dst_c = to_stm32_cipher_ctx(dst_ctx); in stm32_cipher_copy_state()
281 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(ctx); in stm32_cryp_cipher_free()
334 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(ctx); in stm32_saes_cipher_free()