Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/fuzz/
H A Dcmp.c58 ctx->popoMethod = OSSL_CRMF_POPO_NONE; /* satisfy ossl_cmp_certReq_new() */ in cmp_client_process_response()
/netbsd/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_ctx.c132 ctx->popoMethod = OSSL_CRMF_POPO_SIGNATURE; in OSSL_CMP_CTX_new()
1079 ctx->popoMethod = val; in OSSL_CMP_CTX_set_option()
1152 return ctx->popoMethod; in OSSL_CMP_CTX_get_option()
H A Dcmp_msg.c409 if (ctx->popoMethod >= OSSL_CRMF_POPO_SIGNATURE && privkey == NULL) { in ossl_cmp_certreq_new()
418 || !OSSL_CRMF_MSG_create_popo(ctx->popoMethod, local_crm, in ossl_cmp_certreq_new()
H A Dcmp_local.h113 int popoMethod; /* Proof-of-possession mechanism; default: signature */ member