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/
H A Dcipher.c22 static struct crypto_cipher *to_cipher_ctx(struct crypto_cipher_ctx *ctx) in to_cipher_ctx() function
36 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_free_ctx()
53 struct crypto_cipher *cipher_src = to_cipher_ctx(src_ctx); in cipher_copy_state()
54 struct crypto_cipher *cipher_dst = to_cipher_ctx(dst_ctx); in cipher_copy_state()
78 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_init()
120 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_update()
156 struct crypto_cipher *cipher = to_cipher_ctx(ctx); in cipher_final()