Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/cipher/
H A Dcipher.c53 struct crypto_cipher *cipher_src = to_cipher_ctx(src_ctx); in cipher_copy_state() local
56 if (cipher_src->op && cipher_src->op->copy_state) in cipher_copy_state()
57 cipher_src->op->copy_state(cipher_dst->ctx, cipher_src->ctx); in cipher_copy_state()