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()
141 ctx->popoMethod = OSSL_CRMF_POPO_SIGNATURE; in OSSL_CMP_CTX_new()943 ctx->popoMethod = val; in DEFINE_set1_ASN1_OCTET_STRING()1021 return ctx->popoMethod; in OSSL_CMP_CTX_get_option()
438 if (ctx->popoMethod >= OSSL_CRMF_POPO_SIGNATURE && privkey == NULL) { in ossl_cmp_certreq_new()447 || !OSSL_CRMF_MSG_create_popo(ctx->popoMethod, local_crm, in ossl_cmp_certreq_new()
119 int popoMethod; /* Proof-of-possession mechanism; default: signature */ member