Searched refs:MatchingComponentValidity (Results 1 – 3 of 3) sorted by relevance
340 int MatchingComponentValidity PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
208 int MatchingComponentValidity PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
1011 MatchingComponentValidity ( char* oid, ComponentSyntaxInfo* csi_attr, ComponentSyntaxInfo* csi_asse… in MatchingComponentValidity() function1145 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentValidity;1232 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentValidity;2376 …rc = MatchingComponentValidity ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertificate*)csi_attr)->… in MatchingComponentTBSCertificate()