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.c500 struct eddsa_processing_ctx *eddsa_ctx = NULL; in step_asymm_operation() local
556 eddsa_ctx = proc->extra_ctx; in step_asymm_operation()
565 if (eddsa_ctx->flag) { in step_asymm_operation()
571 if (eddsa_ctx->ctx_len > 0) { in step_asymm_operation()
573 TEE_ATTR_EDDSA_CTX, eddsa_ctx->ctx, in step_asymm_operation()
574 eddsa_ctx->ctx_len); in step_asymm_operation()