| /src/external/bsd/openldap/dist/clients/tools/ |
| ldapcompare.c | 122 int crit; local 136 crit = 0; 139 crit = 1; 160 if( !crit ) { 166 dontUseCopy = 1 + crit;
|
| ldapmodify.c | 141 int crit; local 155 crit = 0; 158 crit = 1; 184 txn = 1 + crit;
|
| ldapsearch.c | 376 int crit, ival; local 411 crit = 0; 414 crit++; 430 valuesReturnFilter= 1 + crit; 484 pagedResults = 1 + crit; 506 psearch = 1 + crit; 520 if( !crit ) { 526 dontUseCopy = 1 + crit; 540 domainScope = 1 + crit; 565 sss = 1 + crit; [all...] |
| common.c | 425 int crit, ival; local 454 crit = 0; 457 crit++; 476 assertctl = 1 + crit; 496 if( !crit ) { 499 } else if ( crit > 1 ) { 522 if( !crit ) { 525 } else if ( crit > 1 ) { 544 bauthzid = 1 + crit; 560 manageDIT = 1 + crit; 1700 int i = 0, j, crit = 0, err; local [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| controls.c | 236 ber_int_t crit; local 237 tag = ber_scanf( ber, "b", &crit ); 238 tctrl->ldctl_iscritical = crit ? (char) 0 : (char) ~0;
|
| vc.c | 173 ber_int_t crit; local 174 tag = ber_scanf(ber, "b", &crit); 175 tctrl->ldctl_iscritical = crit ? (char) 0 : (char) ~0;
|
| request.c | 429 int i, crit; local 436 crit = 0; 440 crit = 1; 445 return crit + 1;
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_conf.c | 23 int crit, const char *value); 25 int crit, int type, 30 int ext_nid, int crit, void *ext_struc); 38 int crit; local 42 crit = v3_check_critical(&value); 44 return v3_generic_extension(name, value, crit, ext_type, ctx); 45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); 67 int crit; local 70 crit = v3_check_critical(&value); 73 value, crit, ext_type, ctx) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_conf.c | 23 int crit, const char *value); 25 int crit, int type, 30 int ext_nid, int crit, void *ext_struc); 38 int crit; local 42 crit = v3_check_critical(&value); 44 return v3_generic_extension(name, value, crit, ext_type, ctx); 45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); 67 int crit; local 70 crit = v3_check_critical(&value); 73 value, crit, ext_type, ctx) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_conf.c | 23 int crit, const char *value); 25 int crit, int type, 30 int ext_nid, int crit, void *ext_struc); 39 int crit; local 42 crit = v3_check_critical(&value); 44 return v3_generic_extension(name, value, crit, ext_type, ctx); 45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); 58 int crit; local 60 crit = v3_check_critical(&value); 63 value, crit, ext_type, ctx) [all...] |
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-bind.c | 230 int crit = 0; local 233 crit++; 238 if ( lutil_atoi( &timelimit, &ext[ STRLENOF( "x-timelimit=" ) ] ) && crit ) { 243 if ( lutil_atoi( &sizelimit, &ext[ STRLENOF( "x-sizelimit=" ) ] ) && crit ) { 247 } else if ( crit ) {
|
| /src/usr.sbin/sysinst/arch/mac68k/ |
| md.h | 114 unsigned int crit : 1; /* FS contains a "Critical"? FS */ member in struct:__anon63::__anon64
|
| /src/sys/arch/sparc64/dev/ |
| pcf8591_envctrl.c | 125 int64_t minv, warnv, crit, num, den; local 160 crit = cp[0] << 24 | cp[1] << 16 | cp[2] << 8 | cp[3]; cp += 4; 205 273150000 + 1000000 * crit;
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_msg.c | 157 static int add1_extension(X509_EXTENSIONS **pexts, int nid, int crit, void *ex) 165 if ((ext = X509V3_EXT_i2d(nid, crit, ex)) == NULL) 309 int crit = ctx->setSubjectAltNameCritical || subject == NULL; local 362 && !add1_extension(&exts, NID_subject_alt_name, crit, default_sans)) 369 crit, ctx->subjectAltNames))
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_msg.c | 105 static int add1_extension(X509_EXTENSIONS **pexts, int nid, int crit, void *ex) 113 if ((ext = X509V3_EXT_i2d(nid, crit, ex)) == NULL) 285 int crit = ctx->setSubjectAltNameCritical || subject == NULL; local 332 && !add1_extension(&exts, NID_subject_alt_name, crit, default_sans)) 339 crit, ctx->subjectAltNames))
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| controls.c | 898 ber_int_t crit; local 899 tag = ber_scanf( ber, "b", &crit ); 902 Debug( LDAP_DEBUG_TRACE, "=> get_ctrls: get crit failed.\n" ); 910 c->ldctl_iscritical = (crit != 0); 981 ber_int_t crit; local 982 tag = ber_scanf( ber, "b", &crit );
|
| daemon.c | 1304 int *crit ) 1310 assert( crit != NULL ); 1312 *crit = 0; 1369 *crit = c; 1530 int crit = 1; local 1604 err = get_url_perms( lud->lud_exts, &l.sl_perms, &crit );
|
| /src/usr.sbin/syslogd/ |
| tls.c | 447 int crit, idx; local 460 &crit, &idx))) { 462 "--> no subjectAltName\n", gennames, crit, idx);
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| daemon.c | 173 get_url_perms( char **exts, mode_t *perms, int *crit ) 179 assert( crit != NULL ); 181 *crit = 0; 235 *crit = c; 397 int crit = 1; local 458 err = get_url_perms( lud->lud_exts, &l.sl_perms, &crit );
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| x509.h | 857 int crit, int lastpos); variable 866 int X509_get_ext_by_critical(const X509 *x, int crit, int lastpos); 870 void *X509_get_ext_d2i(const X509 *x, int nid, int *crit, int *idx); 871 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 878 int X509_CRL_get_ext_by_critical(const X509_CRL *x, int crit, int lastpos); 882 void *X509_CRL_get_ext_d2i(const X509_CRL *x, int nid, int *crit, int *idx); 883 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 890 int X509_REVOKED_get_ext_by_critical(const X509_REVOKED *x, int crit, 895 void *X509_REVOKED_get_ext_d2i(const X509_REVOKED *x, int nid, int *crit, 897 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit, [all...] |
| x509v3.h | 626 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit, variable 629 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc); 631 int crit, unsigned long flags); variable
|
| /src/sys/dev/pci/ |
| if_iwn.c | 3650 struct iwn_critical_temp crit; local 3661 memset(&crit, 0, sizeof crit); 3662 crit.tempR = htole32(temp); 3664 return iwn_cmd(sc, IWN_CMD_SET_CRITICAL_TEMP, &crit, sizeof crit, 0);
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-keygen.c | 134 int crit; member in struct:cert_ext 1565 cert_ext[ncert_ext].crit = iscrit; 1577 if (a->crit != b->crit) 1578 return (a->crit < b->crit) ? -1 : 1; 1603 if ((ext->crit && (which & OPTIONS_EXTENSIONS)) || 1604 (!ext->crit && (which & OPTIONS_CRITICAL)))
|
| sshkey.c | 1822 struct sshbuf *principals = NULL, *crit = NULL; local 1839 (ret = sshbuf_froms(b, &crit)) != 0 || 1893 if ((ret = sshbuf_putb(key->cert->critical, crit)) != 0 || 1901 while (sshbuf_len(crit) != 0) { 1902 if ((ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0 || 1903 (ret = sshbuf_get_string_direct(crit, NULL, NULL)) != 0) { 1938 sshbuf_free(crit);
|