Searched refs:locpctx (Results 1 – 1 of 1) sorted by relevance
43 EVP_PKEY_CTX *locpctx = NULL; in do_sigver_init() local67 locpctx = ctx->pctx; in do_sigver_init()70 if (evp_pkey_ctx_is_legacy(locpctx)) in do_sigver_init()83 props = locpctx->propquery; in do_sigver_init()85 if (locpctx->pkey == NULL) { in do_sigver_init()92 evp_pkey_ctx_free_old_ops(locpctx); in do_sigver_init()103 || locpctx->pkey->keymgmt == locpctx->keymgmt)) { in do_sigver_init()178 provkey = evp_pkey_export_to_provider(locpctx->pkey, locpctx->libctx, in do_sigver_init()198 locpctx->op.sig.algctx in do_sigver_init()207 *pctx = locpctx; in do_sigver_init()[all …]
Completed in 5 milliseconds