Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dcipher.c22 struct stm32_cipher_ctx { struct
28 static struct stm32_cipher_ctx * argument
33 return container_of(ctx, struct stm32_cipher_ctx, c_ctx); in to_stm32_cipher_ctx()
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()
93 struct stm32_cipher_ctx *c = calloc(1, sizeof(*c)); in alloc_ctx()

Completed in 3 milliseconds