Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_asymm.c506 struct eddsa_processing_ctx *eddsa_ctx = NULL; in step_asymm_operation() local
562 eddsa_ctx = proc->extra_ctx; in step_asymm_operation()
571 if (eddsa_ctx->flag) { in step_asymm_operation()
577 if (eddsa_ctx->ctx_len > 0) { in step_asymm_operation()
579 TEE_ATTR_EDDSA_CTX, eddsa_ctx->ctx, in step_asymm_operation()
580 eddsa_ctx->ctx_len); in step_asymm_operation()