Searched refs:BDecComponentInt (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | crl.h | 37 #define BDecComponentVersion BDecComponentInt 48 #define BDecComponentCertificateSerialNumber BDecComponentInt
|
H A D | certificate.h | 59 #define BDecComponentVersion BDecComponentInt 70 #define BDecComponentCertificateSerialNumber BDecComponentInt
|
H A D | authorityKeyIdentifier.h | 43 #define BDecComponentCertificateSerialNumber BDecComponentInt
|
H A D | asn_to_syn_mr.c | 175 (gser_decoder_func*)GDecComponentInt,(ber_decoder_func*)BDecComponentInt,
|
H A D | componentlib.h | 164 int BDecComponentInt ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen *byt…
|
H A D | componentlib.c | 788 return BDecComponentInt ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentIntTag() 792 BDecComponentInt ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, in BDecComponentInt() function
|
H A D | certificate.c | 1534 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentInt; in ExtractingComponentExtensions() 1777 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentInt; in ExtractingComponentRelativeDistinguishedName() 2015 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentInt; in ExtractingComponentRDNSequence()
|
H A D | crl.c | 393 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentInt; in ExtractingComponentTBSCertListSeqOf()
|
H A D | authorityKeyIdentifier.c | 1622 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentInt; in ExtractingComponentGeneralNames()
|