Lines Matching refs:comp_desc

190 	t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
191 if ( !t->comp_desc ) {
195 t->comp_desc->cd_ldap_encoder = (encoder_func*)NULL;
196 t->comp_desc->cd_gser_encoder = (encoder_func*)NULL;
197 t->comp_desc->cd_ber_encoder = (encoder_func*)NULL;
198 t->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentTBSCertListSeqOfSeq ;
199 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentTBSCertListSeqOfSeq ;
200 t->comp_desc->cd_free = (comp_free_func*)NULL;
201 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertListSeqOfSeq;
202 t->comp_desc->cd_type = ASN_COMPOSITE;
203 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
204 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentTBSCertListSeqOfSeq;
298 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
299 if ( !t->comp_desc ) {
303 t->comp_desc->cd_ldap_encoder = (encoder_func*)NULL;
304 t->comp_desc->cd_gser_encoder = (encoder_func*)NULL;
305 t->comp_desc->cd_ber_encoder = (encoder_func*)NULL;
306 t->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentTBSCertListSeqOfSeq ;
307 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentTBSCertListSeqOfSeq ;
308 t->comp_desc->cd_free = (comp_free_func*)NULL;
309 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertListSeqOfSeq;
310 t->comp_desc->cd_type = ASN_COMPOSITE;
311 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
312 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentTBSCertListSeqOfSeq;
390 k->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
391 k->comp_desc->cd_tag = (-1);
392 k->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentInt;
393 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentInt;
394 k->comp_desc->cd_extract_i = (extract_component_from_id_func*)NULL;
395 k->comp_desc->cd_type = ASN_BASIC;
396 k->comp_desc->cd_type_id = BASICTYPE_INTEGER;
397 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentInt;
462 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
463 if ( !t->comp_desc ) {
467 t->comp_desc->cd_ldap_encoder = (encoder_func*)NULL;
468 t->comp_desc->cd_gser_encoder = (encoder_func*)NULL;
469 t->comp_desc->cd_ber_encoder = (encoder_func*)NULL;
470 t->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentTBSCertListSeqOf ;
471 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentTBSCertListSeqOf ;
472 t->comp_desc->cd_free = (comp_free_func*)NULL;
473 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertListSeqOf;
474 t->comp_desc->cd_type = ASN_COMPOSITE;
475 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
476 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentTBSCertListSeqOf;
538 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
539 if ( !t->comp_desc ) {
543 t->comp_desc->cd_ldap_encoder = (encoder_func*)NULL;
544 t->comp_desc->cd_gser_encoder = (encoder_func*)NULL;
545 t->comp_desc->cd_ber_encoder = (encoder_func*)NULL;
546 t->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentTBSCertListSeqOf ;
547 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentTBSCertListSeqOf ;
548 t->comp_desc->cd_free = (comp_free_func*)NULL;
549 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertListSeqOf;
550 t->comp_desc->cd_type = ASN_COMPOSITE;
551 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
552 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentTBSCertListSeqOf;
829 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
830 if ( !t->comp_desc ) {
834 t->comp_desc->cd_ldap_encoder = (encoder_func*)NULL;
835 t->comp_desc->cd_gser_encoder = (encoder_func*)NULL;
836 t->comp_desc->cd_ber_encoder = (encoder_func*)NULL;
837 t->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentTBSCertList ;
838 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentTBSCertList ;
839 t->comp_desc->cd_free = (comp_free_func*)NULL;
840 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertList;
841 t->comp_desc->cd_type = ASN_COMPOSITE;
842 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
843 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentTBSCertList;
1009 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
1010 if ( !t->comp_desc ) {
1014 t->comp_desc->cd_ldap_encoder = (encoder_func*)NULL;
1015 t->comp_desc->cd_gser_encoder = (encoder_func*)NULL;
1016 t->comp_desc->cd_ber_encoder = (encoder_func*)NULL;
1017 t->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentTBSCertList ;
1018 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentTBSCertList ;
1019 t->comp_desc->cd_free = (comp_free_func*)NULL;
1020 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertList;
1021 t->comp_desc->cd_type = ASN_COMPOSITE;
1022 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
1023 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentTBSCertList;
1172 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
1173 if ( !t->comp_desc ) {
1177 t->comp_desc->cd_ldap_encoder = (encoder_func*)NULL;
1178 t->comp_desc->cd_gser_encoder = (encoder_func*)NULL;
1179 t->comp_desc->cd_ber_encoder = (encoder_func*)NULL;
1180 t->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentCertificateList ;
1181 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentCertificateList ;
1182 t->comp_desc->cd_free = (comp_free_func*)NULL;
1183 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentCertificateList;
1184 t->comp_desc->cd_type = ASN_COMPOSITE;
1185 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
1186 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentCertificateList;
1280 t->comp_desc = CompAlloc( mem_op, sizeof( ComponentDesc ) );
1281 if ( !t->comp_desc ) {
1285 t->comp_desc->cd_ldap_encoder = (encoder_func*)NULL;
1286 t->comp_desc->cd_gser_encoder = (encoder_func*)NULL;
1287 t->comp_desc->cd_ber_encoder = (encoder_func*)NULL;
1288 t->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentCertificateList ;
1289 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentCertificateList ;
1290 t->comp_desc->cd_free = (comp_free_func*)NULL;
1291 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentCertificateList;
1292 t->comp_desc->cd_type = ASN_COMPOSITE;
1293 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
1294 t->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentCertificateList;