Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/cipher/
A Dcipher.c24 static struct crypto_cipher *to_cipher_ctx(struct crypto_cipher_ctx *ctx) in to_cipher_ctx() function
38 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_free_ctx()
55 struct crypto_cipher *cipher_src = to_cipher_ctx(src_ctx); in cipher_copy_state()
56 struct crypto_cipher *cipher_dst = to_cipher_ctx(dst_ctx); in cipher_copy_state()
80 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_init()
122 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_update()
158 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_final()

Completed in 2 milliseconds