Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c767 ctx->newPkey_priv = priv; in DEFINE_OSSL_set1_up_ref()
781 return priv && !ctx->newPkey_priv ? NULL : ctx->newPkey; in OSSL_CMP_CTX_get0_newPkey()
H A Dcmp_local.h108 int newPkey_priv; /* flag indicating if newPkey contains private key */ member
H A Dcmp_server.c296 && srv_ctx->ctx->newPkey_priv && srv_ctx->ctx->newPkey != NULL) in process_cert_request()