Searched refs:newPkey (Results 1 – 5 of 5) sorted by relevance
234 EVP_PKEY_free(ctx->newPkey); in OSSL_CMP_CTX_free()765 EVP_PKEY_free(ctx->newPkey); in DEFINE_OSSL_set1_up_ref()766 ctx->newPkey = pkey; in DEFINE_OSSL_set1_up_ref()780 if (ctx->newPkey != NULL) in OSSL_CMP_CTX_get0_newPkey()781 return priv && !ctx->newPkey_priv ? NULL : ctx->newPkey; in OSSL_CMP_CTX_get0_newPkey()791 if (ctx->newPkey != NULL) in ossl_cmp_ctx_get0_newPubkey()792 return ctx->newPkey; in ossl_cmp_ctx_get0_newPubkey()
296 && srv_ctx->ctx->newPkey_priv && srv_ctx->ctx->newPkey != NULL) in process_cert_request()297 keyOut = srv_ctx->ctx->newPkey; in process_cert_request()
107 EVP_PKEY *newPkey; /* explicit new private/public key for cert enrollment */ member
781 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 1, EVP_PKEY *) /* priv == 1 */ in DEFINE_SET_CB_TEST()783 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 0, EVP_PKEY *) /* priv == 0 */ in DEFINE_SET_CB_TEST()
286 is provided as the newPkey or client's pkey component of the CMP context.593 the newPkey (which may be a private or public key) if present,