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

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
ks_p12.c 174 const heim_oid *oids[] = { local
179 for (i = 0; i < sizeof(oids)/sizeof(oids[0]); i++) {
180 const heim_oid *oid = oids[i];
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
test_context.c 617 gss_OID_desc oids[4]; local
686 oids[0] = *mechoid;
687 mechoid_descs.elements = &oids[0];
692 oids, sizeof(oids)/sizeof(oids[0]), mechs_string);
  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 1048 char *oids[ 2 ]; local
1049 oids[ 0 ] = (*ctrls)->ldctl_oid;
1050 oids[ 1 ] = NULL;
1051 slap_ctrl_whatFailed_add( op, rs, oids );
controls.c 95 * all known request control OIDs should be added to this list
502 * Return a list of OIDs and operation masks for supported
510 char **oids; local
526 oids = (char **)SLAP_MALLOC( (n + 1) * sizeof(char *) );
527 if ( oids == NULL ) {
532 SLAP_FREE( oids );
539 oids[n] = ch_strdup( sc->sc_oid );
543 oids[n] = NULL;
546 *ctrloidsp = oids;
1011 char *oids[ 2 ] local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
pkinit.c 181 unsigned oids[] = { 1, 2, 840, 113635, 100, 3, 2, 1 }; local
182 const heim_oid mobileMe = { sizeof(oids)/sizeof(oids[0]), oids };
  /src/external/bsd/openldap/dist/libraries/libldap/
tls2.c 59 static oid_name oids[] = { variable
1401 for ( i=0; !BER_BVISNULL( &oids[i].oid ); i++ ) {
1402 if ( oids[i].oid.bv_len != oid->bv_len ) continue;
1403 if ( !strcmp( oids[i].oid.bv_val, oid->bv_val ))
1404 return &oids[i];
1498 * constructed DN will use numeric OIDs to identify attributeTypes,
1513 char oids[8192], *oidptr = oids, *oidbuf = NULL; local
1517 size_t dnsize, oidrem = sizeof(oids), oidsize = 0;
1610 oidsize = sizeof(oids) * 2
    [all...]

Completed in 50 milliseconds