Searched refs:stm32_cipher_ctx (Results 1 – 1 of 1) sorted by relevance
57 struct stm32_cipher_ctx { struct197 static struct stm32_cipher_ctx *202 return container_of(ctx, struct stm32_cipher_ctx, c_ctx); in to_stm32_cipher_ctx()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()241 struct stm32_cipher_ctx *c = calloc(1, sizeof(*c)); in alloc_cryp_ctx()281 struct stm32_cipher_ctx *c = to_stm32_cipher_ctx(ctx); in stm32_cryp_cipher_free()[all …]