Home
last modified time | relevance | path

Searched refs:GDecComponentIA5String (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dasn_to_syn_mr.c215 (gser_decoder_func*)GDecComponentIA5String,(ber_decoder_func*)BDecComponentIA5String,
H A Dcomponentlib.h141 #define GDecComponentIA5String GDecComponentUTF8String macro
H A DauthorityKeyIdentifier.c1466 rc = GDecComponentIA5String (mem_op, b, (&k->a.rfc822Name), bytesDecoded, DEC_ALLOC_MODE_0 );
1473 rc = GDecComponentIA5String (mem_op, b, (&k->a.dNSName), bytesDecoded, DEC_ALLOC_MODE_0 );
1501 …rc = GDecComponentIA5String (mem_op, b, (&k->a.uniformResourceIdentifier), bytesDecoded, DEC_ALLO…
H A Dcomponentlib.c703 k->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentIA5String; in BDecComponentIA5String()
H A Dcertificate.c77 …mponentIA5String), (EncodeFcn)BEncIA5String, (gser_decoder_func*)GDecComponentIA5String, (ber_tag_… in InitAnyAuthenticationFramework()