Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c55 struct crypto_authenc *authenc_src = to_authenc_ctx(src_ctx); in authenc_copy_state() local
58 if (authenc_src->op && authenc_src->op->copy_state) in authenc_copy_state()
59 authenc_src->op->copy_state(authenc_dst->ctx, authenc_src->ctx); in authenc_copy_state()

Completed in 2 milliseconds