Searched refs:keySeq (Results 1 – 8 of 8) sorted by relevance
206 ASN1Sequence keySeq = ASN1Sequence.getInstance(compAlgId.getParameters());207 Signature[] sigs = new Signature[keySeq.size()];208 for (int i = 0; i != keySeq.size(); i++)210 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i));225 ASN1Sequence keySeq = ASN1Sequence.getInstance(compAlgId.getParameters());226 Signature[] sigs = new Signature[keySeq.size()];227 for (int i = 0; i != keySeq.size(); i++)229 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i));
257 … ASN1Sequence keySeq = ASN1Sequence.getInstance(c.getSignatureAlgorithm().getParameters()); in doVerify() local268 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i)); in doVerify()301 … ASN1Sequence keySeq = ASN1Sequence.getInstance(c.getSignatureAlgorithm().getParameters()); in doVerify() local307 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i)); in doVerify()
648 … ASN1Sequence keySeq = ASN1Sequence.getInstance(c.getSignatureAlgorithm().getParameters()); in doVerify() local658 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i)); in doVerify()691 … ASN1Sequence keySeq = ASN1Sequence.getInstance(c.getSignatureAlgorithm().getParameters()); in doVerify() local697 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i)); in doVerify()
258 … ASN1Sequence keySeq = ASN1Sequence.getInstance(c.getSignatureAlgorithm().getParameters()); in doVerify() local269 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i)); in doVerify()302 … ASN1Sequence keySeq = ASN1Sequence.getInstance(c.getSignatureAlgorithm().getParameters()); in doVerify() local308 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i)); in doVerify()
649 … ASN1Sequence keySeq = ASN1Sequence.getInstance(c.getSignatureAlgorithm().getParameters()); in doVerify() local659 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i)); in doVerify()692 … ASN1Sequence keySeq = ASN1Sequence.getInstance(c.getSignatureAlgorithm().getParameters()); in doVerify() local698 AlgorithmIdentifier sigAlg = AlgorithmIdentifier.getInstance(keySeq.getObjectAt(i)); in doVerify()
22936 xmlSchemaPSVIIDCKeyPtr *keySeq; in xmlSchemaXPathProcessHistory() local23005 keySeq = matcher->keySeqs[pos]; in xmlSchemaXPathProcessHistory()23006 if (keySeq == NULL) { in xmlSchemaXPathProcessHistory()23008 } else if (keySeq[idx] != NULL) { in xmlSchemaXPathProcessHistory()23037 keySeq = (xmlSchemaPSVIIDCKeyPtr *) xmlMalloc( in xmlSchemaXPathProcessHistory()23040 if (keySeq == NULL) { in xmlSchemaXPathProcessHistory()23045 memset(keySeq, 0, matcher->aidc->def->nbFields * in xmlSchemaXPathProcessHistory()23047 matcher->keySeqs[pos] = keySeq; in xmlSchemaXPathProcessHistory()23058 xmlFree(keySeq); in xmlSchemaXPathProcessHistory()23076 keySeq[idx] = key; in xmlSchemaXPathProcessHistory()[all …]