Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/cipher/
A Dcipher.c23 static struct crypto_cipher *to_cipher_ctx(struct crypto_cipher_ctx *ctx) in to_cipher_ctx() function
37 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_free_ctx()
54 struct crypto_cipher *cipher_src = to_cipher_ctx(src_ctx); in cipher_copy_state()
55 struct crypto_cipher *cipher_dst = to_cipher_ctx(dst_ctx); in cipher_copy_state()
79 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_init()
121 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_update()
157 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_final()

Completed in 3 milliseconds