Searched refs:reasons (Results 1 - 25 of 74) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509v3/
H A Dv3_crld.c268 if (!strcmp(cnf->name, "reasons")) {
269 if (!set_reasons(&point->reasons, cnf->value))
377 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
526 if (point->reasons)
527 print_reasons(out, "Reasons", point->reasons, indent);
H A Dv3_purp.c351 if (dp->reasons) {
352 if (dp->reasons->length > 0)
353 dp->dp_reasons = dp->reasons->data[0];
354 if (dp->reasons->length > 1)
355 dp->dp_reasons |= (dp->reasons->data[1] << 8);
788 * returns 0 for OK, positive for reason for mismatch, reasons match
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/easy_tls/
H A Deasy-tls.c352 static char reasons[255]; local
371 if (reasons_i < sizeof reasons) {
375 n = (sizeof reasons) - reasons_i;
376 r = snprintf(reasons + reasons_i, n, "%s%s",
384 reasons_i = sizeof reasons;
386 assert(reasons_i <= sizeof reasons);
399 snprintf(reasons, sizeof reasons, "%s", default_text);
408 return reasons;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_crld.c288 if (!strcmp(cnf->name, "reasons"))
290 if (!set_reasons(&point->reasons, cnf->value))
406 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
575 if(point->reasons)
576 print_reasons(out, "Reasons", point->reasons,
H A Dv3_purp.c321 if (dp->reasons)
323 if (dp->reasons->length > 0)
324 dp->dp_reasons = dp->reasons->data[0];
325 if (dp->reasons->length > 1)
326 dp->dp_reasons |= (dp->reasons->data[1] << 8);
697 * returns 0 for OK, positive for reason for mismatch, reasons match
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/easy_tls/
H A Deasy-tls.c349 static char reasons[255]; local
368 if (reasons_i < sizeof reasons) {
372 n = (sizeof reasons) - reasons_i;
373 r = snprintf(reasons + reasons_i, n, "%s%s", (reasons_i > 0 ? ", " : ""), ERR_reason_error_string(err));
379 reasons_i = sizeof reasons;
381 assert(reasons_i <= sizeof reasons);
392 snprintf(reasons, sizeof reasons, "%s", default_text);
401 return reasons;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_crld.c288 if (!strcmp(cnf->name, "reasons"))
290 if (!set_reasons(&point->reasons, cnf->value))
406 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
575 if(point->reasons)
576 print_reasons(out, "Reasons", point->reasons,
H A Dv3_purp.c321 if (dp->reasons)
323 if (dp->reasons->length > 0)
324 dp->dp_reasons = dp->reasons->data[0];
325 if (dp->reasons->length > 1)
326 dp->dp_reasons |= (dp->reasons->data[1] << 8);
697 * returns 0 for OK, positive for reason for mismatch, reasons match
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/easy_tls/
H A Deasy-tls.c349 static char reasons[255]; local
368 if (reasons_i < sizeof reasons) {
372 n = (sizeof reasons) - reasons_i;
373 r = snprintf(reasons + reasons_i, n, "%s%s", (reasons_i > 0 ? ", " : ""), ERR_reason_error_string(err));
379 reasons_i = sizeof reasons;
381 assert(reasons_i <= sizeof reasons);
392 snprintf(reasons, sizeof reasons, "%s", default_text);
401 return reasons;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509v3/
H A Dv3_crld.c268 if (!strcmp(cnf->name, "reasons")) {
269 if (!set_reasons(&point->reasons, cnf->value))
377 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
526 if (point->reasons)
527 print_reasons(out, "Reasons", point->reasons, indent);
H A Dv3_purp.c351 if (dp->reasons) {
352 if (dp->reasons->length > 0)
353 dp->dp_reasons = dp->reasons->data[0];
354 if (dp->reasons->length > 1)
355 dp->dp_reasons |= (dp->reasons->data[1] << 8);
788 * returns 0 for OK, positive for reason for mismatch, reasons match
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/easy_tls/
H A Deasy-tls.c352 static char reasons[255]; local
371 if (reasons_i < sizeof reasons) {
375 n = (sizeof reasons) - reasons_i;
376 r = snprintf(reasons + reasons_i, n, "%s%s",
384 reasons_i = sizeof reasons;
386 assert(reasons_i <= sizeof reasons);
399 snprintf(reasons, sizeof reasons, "%s", default_text);
408 return reasons;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509v3/
H A Dv3_crld.c268 if (!strcmp(cnf->name, "reasons")) {
269 if (!set_reasons(&point->reasons, cnf->value))
377 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
526 if (point->reasons)
527 print_reasons(out, "Reasons", point->reasons, indent);
H A Dv3_purp.c351 if (dp->reasons) {
352 if (dp->reasons->length > 0)
353 dp->dp_reasons = dp->reasons->data[0];
354 if (dp->reasons->length > 1)
355 dp->dp_reasons |= (dp->reasons->data[1] << 8);
788 * returns 0 for OK, positive for reason for mismatch, reasons match
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/easy_tls/
H A Deasy-tls.c352 static char reasons[255]; local
371 if (reasons_i < sizeof reasons) {
375 n = (sizeof reasons) - reasons_i;
376 r = snprintf(reasons + reasons_i, n, "%s%s",
384 reasons_i = sizeof reasons;
386 assert(reasons_i <= sizeof reasons);
399 snprintf(reasons, sizeof reasons, "%s", default_text);
408 return reasons;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_crld.c288 if (!strcmp(cnf->name, "reasons"))
290 if (!set_reasons(&point->reasons, cnf->value))
406 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
575 if(point->reasons)
576 print_reasons(out, "Reasons", point->reasons,
H A Dv3_purp.c321 if (dp->reasons)
323 if (dp->reasons->length > 0)
324 dp->dp_reasons = dp->reasons->data[0];
325 if (dp->reasons->length > 1)
326 dp->dp_reasons |= (dp->reasons->data[1] << 8);
697 * returns 0 for OK, positive for reason for mismatch, reasons match
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/easy_tls/
H A Deasy-tls.c349 static char reasons[255]; local
368 if (reasons_i < sizeof reasons) {
372 n = (sizeof reasons) - reasons_i;
373 r = snprintf(reasons + reasons_i, n, "%s%s", (reasons_i > 0 ? ", " : ""), ERR_reason_error_string(err));
379 reasons_i = sizeof reasons;
381 assert(reasons_i <= sizeof reasons);
392 snprintf(reasons, sizeof reasons, "%s", default_text);
401 return reasons;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_session.c553 } reasons[] = { local
566 for (n = 0; reasons[n].bit; n++) {
567 if (failures & reasons[n].bit) {
569 strncat(sess->error, _(reasons[n].str), sizeof sess->error - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_session.c553 } reasons[] = { local
566 for (n = 0; reasons[n].bit; n++) {
567 if (failures & reasons[n].bit) {
569 strncat(sess->error, _(reasons[n].str), sizeof sess->error - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_session.c553 } reasons[] = { local
566 for (n = 0; reasons[n].bit; n++) {
567 if (failures & reasons[n].bit) {
569 strncat(sess->error, _(reasons[n].str), sizeof sess->error - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509/
H A Dx509_vfy.c910 * If reasons not updated we wont get anywhere by another iteration,
989 unsigned int reasons, best_reasons = 0; local
996 reasons = *preasons;
997 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
1003 best_reasons = reasons;
1125 * the certificate issuer this is returned in *pissuer. The reasons mask is
1126 * also used to determine if the CRL is suitable: if no new reasons the CRL
1127 * is rejected, otherwise reasons is updated.
1147 /* If no new reasons reject */
1179 /* If no new reasons rejec
1429 unsigned int reasons; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509/
H A Dx509_vfy.c750 /* If reasons not updated we wont get anywhere by
835 unsigned int reasons, best_reasons = 0; local
843 reasons = *preasons;
844 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
851 best_reasons = reasons;
981 * The reasons mask is also used to determine if the CRL is suitable: if
982 * no new reasons the CRL is rejected, otherwise reasons is updated.
1006 /* If no new reasons reject */
1041 /* If no new reasons rejec
1309 unsigned int reasons; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509/
H A Dx509_vfy.c750 /* If reasons not updated we wont get anywhere by
835 unsigned int reasons, best_reasons = 0; local
843 reasons = *preasons;
844 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
851 best_reasons = reasons;
981 * The reasons mask is also used to determine if the CRL is suitable: if
982 * no new reasons the CRL is rejected, otherwise reasons is updated.
1006 /* If no new reasons reject */
1041 /* If no new reasons rejec
1309 unsigned int reasons; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509/
H A Dx509_vfy.c910 * If reasons not updated we wont get anywhere by another iteration,
989 unsigned int reasons, best_reasons = 0; local
996 reasons = *preasons;
997 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
1003 best_reasons = reasons;
1125 * the certificate issuer this is returned in *pissuer. The reasons mask is
1126 * also used to determine if the CRL is suitable: if no new reasons the CRL
1127 * is rejected, otherwise reasons is updated.
1147 /* If no new reasons reject */
1179 /* If no new reasons rejec
1429 unsigned int reasons; local
[all...]

Completed in 280 milliseconds

123