HomeSort by: relevance | last modified time | path
    Searched defs:opt_srv_ref (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 170 static char *opt_srv_ref = NULL; variable
250 OPT_SRV_REF, OPT_SRV_SECRET,
491 {"srv_ref", OPT_SRV_REF, 's',
604 {&opt_srv_ref}, {&opt_srv_secret},
1030 if (opt_srv_ref == NULL) {
1037 if (!OSSL_CMP_CTX_set1_referenceValue(ctx, (unsigned char *)opt_srv_ref,
1038 strlen(opt_srv_ref)))
2600 case OPT_SRV_REF:
2601 opt_srv_ref = opt_str();
cmp.c 170 static char *opt_srv_ref = NULL; variable
250 OPT_SRV_REF, OPT_SRV_SECRET,
491 {"srv_ref", OPT_SRV_REF, 's',
604 {&opt_srv_ref}, {&opt_srv_secret},
1030 if (opt_srv_ref == NULL) {
1037 if (!OSSL_CMP_CTX_set1_referenceValue(ctx, (unsigned char *)opt_srv_ref,
1038 strlen(opt_srv_ref)))
2600 case OPT_SRV_REF:
2601 opt_srv_ref = opt_str();
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 194 static char *opt_srv_ref = NULL; variable
342 OPT_SRV_REF,
638 { "srv_ref", OPT_SRV_REF, 's',
771 { &opt_srv_ref }, { &opt_srv_secret },
1210 if (opt_srv_ref == NULL) {
1217 if (!OSSL_CMP_CTX_set1_referenceValue(ctx, (unsigned char *)opt_srv_ref,
1218 strlen(opt_srv_ref)))
3183 case OPT_SRV_REF:
3184 opt_srv_ref = opt_str();
cmp.c 194 static char *opt_srv_ref = NULL; variable
342 OPT_SRV_REF,
638 { "srv_ref", OPT_SRV_REF, 's',
771 { &opt_srv_ref }, { &opt_srv_secret },
1210 if (opt_srv_ref == NULL) {
1217 if (!OSSL_CMP_CTX_set1_referenceValue(ctx, (unsigned char *)opt_srv_ref,
1218 strlen(opt_srv_ref)))
3183 case OPT_SRV_REF:
3184 opt_srv_ref = opt_str();

Completed in 55 milliseconds