Home
last modified time | relevance | path

Searched refs:ComponentIA5String (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h258 ComponentIA5String* rfc822Name; /* [1] IA5String */
259 ComponentIA5String* dNSName; /* [2] IA5String */
263 ComponentIA5String* uniformResourceIdentifier; /* [6] IA5String */
H A Dcomponentlib.c649 GEncComponentIA5Stirng ( GenBuf *b, ComponentIA5String* in ) in GEncComponentIA5Stirng()
672 ComponentIA5String* k, **k2; in BDecComponentIA5String()
675 k = (ComponentIA5String*) v; in BDecComponentIA5String()
678 k2 = (ComponentIA5String**) v; in BDecComponentIA5String()
679 *k2 = (ComponentIA5String*) CompAlloc( mem_op, sizeof( ComponentIA5String ) ); in BDecComponentIA5String()
H A Dcomponentlib.h132 typedef struct ComponentIA5String { struct
138 } ComponentIA5String; typedef
H A Dcertificate.c77 …InstallAnyByComponentOid (iA5StringOid_ANY_ID, &oid10, sizeof (ComponentIA5String), (EncodeFcn)BEn… in InitAnyAuthenticationFramework()