Home
last modified time | relevance | path

Searched refs:crypto_cipher (Results 1 – 2 of 2) 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()
28 return container_of(ctx, struct crypto_cipher, cipher_ctx); in to_cipher_ctx()
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()
176 struct crypto_cipher *cipher = NULL; in drvcrypt_cipher_alloc_ctx()
/optee_os/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_cipher.h16 struct crypto_cipher { struct

Completed in 4 milliseconds