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/
A Dcipher.c29 to_stm32_cipher_ctx(struct crypto_cipher_ctx *ctx) in to_stm32_cipher_ctx() function
38 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(dinit->ctx); in stm32_cipher_initialize()
64 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(dupdate->ctx); in stm32_cipher_update()
78 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(ctx); in stm32_cipher_free()
85 struct stm32_cipher_ctx *src = to_stm32_cipher_ctx(src_ctx); in stm32_cipher_copy_state()
86 struct stm32_cipher_ctx *dst = to_stm32_cipher_ctx(dst_ctx); in stm32_cipher_copy_state()

Completed in 7 milliseconds