Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dm_sigver.c45 EVP_PKEY_CTX *locpctx = NULL; in do_sigver_init() local
74 locpctx = ctx->pctx; in do_sigver_init()
77 if (evp_pkey_ctx_is_legacy(locpctx)) in do_sigver_init()
83 || locpctx->operation != (ver ? EVP_PKEY_OP_VERIFYCTX in do_sigver_init()
85 || (signature = locpctx->op.sig.signature) == NULL in do_sigver_init()
86 || locpctx->op.sig.algctx == NULL)) in do_sigver_init()
90 props = locpctx->propquery; in do_sigver_init()
92 if (locpctx->pkey == NULL) { in do_sigver_init()
99 evp_pkey_ctx_free_old_ops(locpctx); in do_sigver_init()
109 if (!ossl_assert(locpctx->pkey->keymgmt == NULL in do_sigver_init()
[all …]