Home
last modified time | relevance | path

Searched refs:ci_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Ddnssec.c107 switch (res->ci_type) {
114 "not supported CERT RR type %d.\n", res->ci_type);
H A Dnetdb_dnssec.h62 int ci_type; /* certificate type */ member
H A Dgetcertsbyname.c81 res->ci_type = qtype;
403 printf("\tci_type=%d\n", p->ci_type);
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c464 switch ( cr->cr_curr->ci_type ) { in comp_test_all_components()
614 switch( cr->cr_curr->ci_type ) { in comp_test_components()
653 if ( cr->cr_curr->ci_type == LDAP_COMPREF_SELECT ) { in comp_test_components()
H A Dcertificate.c127 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentAlgorithmIdentifier()
567 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentExtension()
829 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_SELECT ) { in ExtractingComponentAttributeTypeAndValue()
1272 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentSubjectPublicKeyInfo()
1498 switch ( cr->cr_curr->ci_type ) { in ExtractingComponentExtensions()
1741 switch ( cr->cr_curr->ci_type ) { in ExtractingComponentRelativeDistinguishedName()
1979 switch ( cr->cr_curr->ci_type ) { in ExtractingComponentRDNSequence()
2460 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentTBSCertificate()
2470 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentTBSCertificate()
3033 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentCertificate()
H A Dcrl.c357 switch ( cr->cr_curr->ci_type ) { in ExtractingComponentTBSCertListSeqOf()
1074 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentCertificateList()
H A DauthorityKeyIdentifier.c1586 switch ( cr->cr_curr->ci_type ) { in ExtractingComponentGeneralNames()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c449 _cid.ci_type = type; in get_componentId()
H A Dslap.h3133 int ci_type; member