Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/apis/
A Duser.c39 NXSCP03_DynCtx_t *pDyn_ctx = NULL; in prepare_host_scp() local
46 pDyn_ctx = &auth->dynamic_ctx; in prepare_host_scp()
49 scp->pDyn_ctx = pDyn_ctx; in prepare_host_scp()
82 status = alloc_scp_key_to_auth(&pDyn_ctx->Enc, k_store, oid++); in prepare_host_scp()
86 status = alloc_scp_key_to_auth(&pDyn_ctx->Mac, k_store, oid++); in prepare_host_scp()
90 return alloc_scp_key_to_auth(&pDyn_ctx->Rmac, k_store, oid++); in prepare_host_scp()

Completed in 2 milliseconds