Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_ctx.c234 EVP_PKEY_free(ctx->newPkey); in OSSL_CMP_CTX_free()
763 EVP_PKEY_free(ctx->newPkey); in DEFINE_OSSL_set1_up_ref()
764 ctx->newPkey = pkey; in DEFINE_OSSL_set1_up_ref()
778 if (ctx->newPkey != NULL) in OSSL_CMP_CTX_get0_newPkey()
779 return priv && !ctx->newPkey_priv ? NULL : ctx->newPkey; in OSSL_CMP_CTX_get0_newPkey()
789 if (ctx->newPkey != NULL) in ossl_cmp_ctx_get0_newPubkey()
790 return ctx->newPkey; in ossl_cmp_ctx_get0_newPubkey()
H A Dcmp_local.h107 EVP_PKEY *newPkey; /* explicit new private/public key for cert enrollment */ member
/openssl/test/
H A Dcmp_ctx_test.c777 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 1, EVP_PKEY *) /* priv == 1 */ in DEFINE_SET_CB_TEST()
779 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 0, EVP_PKEY *) /* priv == 0 */ in DEFINE_SET_CB_TEST()
/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod285 is provided as the newPkey or client's pkey component of the CMP context.
580 the newPkey (which may be a private or public key) if present,

Completed in 15 milliseconds