Lines Matching refs:signature

572 	rc =	MatchingComponentAlgorithmIdentifier ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->signature, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_assert)->signature );
609 if ( ( comp->signature->identifier.bv_val && strncmp(comp->signature->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->signature->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
611 return comp->signature;
614 return ExtractingComponentAlgorithmIdentifier ( mem_op, cr, comp->signature );
706 rc = BDecComponentAlgorithmIdentifier (mem_op, b, tagId1, elmtLen1, (&k->signature), &totalElmtsLen1, mode);
708 (k->signature)->identifier.bv_val = (k->signature)->id_buf;
709 (k->signature)->identifier.bv_len = strlen("signature");
710 strcpy( (k->signature)->identifier.bv_val, "signature");
899 if ( strncmp( peek_head, "signature", strlen("signature") ) == 0 ) {
900 rc = GDecComponentAlgorithmIdentifier (mem_op, b, (&k->signature), bytesDecoded, mode);
902 ( k->signature)->identifier.bv_val = peek_head;
903 ( k->signature)->identifier.bv_len = strLen;
1045 rc = MatchingComponentBits ( oid, (ComponentSyntaxInfo*)&((ComponentCertificateList*)csi_attr)->signature, (ComponentSyntaxInfo*)&((ComponentCertificateList*)csi_assert)->signature );
1071 if ( ( comp->signature.identifier.bv_val && strncmp(comp->signature.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->signature.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
1073 return &comp->signature;
1076 return &comp->signature;
1146 rc = BDecComponentBits (mem_op, b, tagId1, elmtLen1, (&k->signature), &totalElmtsLen1, mode);
1148 (&k->signature)->identifier.bv_val = (&k->signature)->id_buf;
1149 (&k->signature)->identifier.bv_len = strlen("signature");
1150 strcpy( (&k->signature)->identifier.bv_val, "signature");
1260 if ( strncmp( peek_head, "signature", strlen("signature") ) == 0 ) {
1261 rc = GDecComponentBits (mem_op, b, (&k->signature), bytesDecoded, mode);
1263 (&k->signature)->identifier.bv_val = peek_head;
1264 (&k->signature)->identifier.bv_len = strLen;