Home
last modified time | relevance | path

Searched refs:ExtractingComponentGeneralNames (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h287 void* ExtractingComponentGeneralNames PROTO (( void* mem_op, ComponentReference *cr, ComponentGener…
H A DauthorityKeyIdentifier.c1577 ExtractingComponentGeneralNames ( void* mem_op, ComponentReference* cr, ComponentGeneralNames *comp… in ExtractingComponentGeneralNames() function
1691 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentGeneralNames;
1764 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentGeneralNames;
1814 return ExtractingComponentGeneralNames ( mem_op, cr, comp->authorityCertIssuer ); in ExtractingComponentAuthorityKeyIdentifier()