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.c43 EVP_PKEY_CTX *locpctx = NULL; in do_sigver_init() local
68 locpctx = ctx->pctx; in do_sigver_init()
71 if (evp_pkey_ctx_is_legacy(locpctx)) in do_sigver_init()
77 || locpctx->operation != (ver ? EVP_PKEY_OP_VERIFYCTX : EVP_PKEY_OP_SIGNCTX) in do_sigver_init()
78 || (signature = locpctx->op.sig.signature) == NULL in do_sigver_init()
79 || locpctx->op.sig.algctx == NULL)) 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()
102 if (!ossl_assert(locpctx->pkey->keymgmt == NULL in do_sigver_init()
[all …]