Lines Matching refs:signature

2370 	rc =	MatchingComponentAlgorithmIdentifier ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertificate*)csi_attr)->signature, (ComponentSyntaxInfo*)((ComponentTBSCertificate*)csi_assert)->signature );
2417 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 ) ) {
2419 return comp->signature;
2422 return ExtractingComponentAlgorithmIdentifier ( mem_op, cr, comp->signature );
2560 rc = BDecComponentAlgorithmIdentifier (mem_op, b, tagId1, elmtLen1, (&k->signature), &totalElmtsLen1, mode);
2562 (k->signature)->identifier.bv_val = (k->signature)->id_buf;
2563 (k->signature)->identifier.bv_len = strlen("signature");
2564 strcpy( (k->signature)->identifier.bv_val, "signature");
2825 if ( strncmp( peek_head, "signature", strlen("signature") ) == 0 ) {
2826 rc = GDecComponentAlgorithmIdentifier (mem_op, b, (&k->signature), bytesDecoded, mode);
2828 ( k->signature)->identifier.bv_val = peek_head;
2829 ( k->signature)->identifier.bv_len = strLen;
3004 rc = MatchingComponentBits ( oid, (ComponentSyntaxInfo*)&((ComponentCertificate*)csi_attr)->signature, (ComponentSyntaxInfo*)&((ComponentCertificate*)csi_assert)->signature );
3030 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 ) ) {
3032 return &comp->signature;
3035 return &comp->signature;
3105 rc = BDecComponentBits (mem_op, b, tagId1, elmtLen1, (&k->signature), &totalElmtsLen1, mode);
3107 (&k->signature)->identifier.bv_val = (&k->signature)->id_buf;
3108 (&k->signature)->identifier.bv_len = strlen("signature");
3109 strcpy( (&k->signature)->identifier.bv_val, "signature");
3216 if ( strncmp( peek_head, "signature", strlen("signature") ) == 0 ) {
3217 rc = GDecComponentBits (mem_op, b, (&k->signature), bytesDecoded, mode);
3219 (&k->signature)->identifier.bv_val = peek_head;
3220 (&k->signature)->identifier.bv_len = strLen;