Searched refs:popoMethod (Results 1 – 4 of 4) sorted by relevance
58 ctx->popoMethod = OSSL_CRMF_POPO_NONE; /* satisfy ossl_cmp_certReq_new() */ in cmp_client_process_response()
132 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()
409 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()
113 int popoMethod; /* Proof-of-possession mechanism; default: signature */ member