Searched refs:cOut (Results 1 – 9 of 9) sorted by relevance
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedDataGenerator.java | 152 OutputStream cOut = CMSUtils.attachSignersToOutputStream(signerGens, bOut); in generate() local 155 cOut = CMSUtils.getSafeOutputStream(cOut); in generate() 159 content.write(cOut); in generate() 161 cOut.close(); in generate()
|
D | PKCS7ProcessableObject.java | 31 public void write(OutputStream cOut) in write() argument 42 cOut.write(enc.toASN1Primitive().getEncoded(ASN1Encoding.DER)); in write() 57 cOut.write(encoded, index, encoded.length - index); in write()
|
D | SignerInformation.java | 385 OutputStream cOut = new TeeOutputStream(digOut, sigOut); in doVerify() local 387 content.write(cOut); in doVerify() 389 cOut.close(); in doVerify()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptRsa.c | 1064 TPM2B_PUBLIC_KEY_RSA *cOut, // OUT: the encrypted data in CryptRsaEncrypt() argument 1079 if(dIn == &cOut->b) in CryptRsaEncrypt() 1085 cOut->t.size = key->publicArea.unique.rsa.t.size; in CryptRsaEncrypt() 1099 if(dSize > cOut->t.size) in CryptRsaEncrypt() 1102 memset(cOut->t.buffer, 0, cOut->t.size - dSize); in CryptRsaEncrypt() 1104 memcpy(&cOut->t.buffer[cOut->t.size - dSize], &dIn->buffer[i], dSize); in CryptRsaEncrypt() 1111 retVal = RSAES_PKCS1v1_5Encode(&cOut->b, dIn, rand); in CryptRsaEncrypt() 1114 retVal = OaepEncode(&cOut->b, scheme->details.oaep.hashAlg, label, dIn, in CryptRsaEncrypt() 1125 retVal = RSAEP(&cOut->b, key); in CryptRsaEncrypt()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/keystore/bc/ |
D | BcKeyStoreSpi.java | 167 CipherOutputStream cOut = new CipherOutputStream(dOut, cipher); in StoreEntry() local 169 dOut = new DataOutputStream(cOut); in StoreEntry() 304 CipherOutputStream cOut = new CipherOutputStream(dOut, out); in getObject() 306 dOut = new DataOutputStream(cOut); in getObject() 1047 CipherOutputStream cOut = new CipherOutputStream(dOut, cipher); in engineStore() local 1050 this.saveStore(new TeeOutputStream(cOut, dgOut)); in engineStore() 1054 cOut.write(dig); in engineStore() 1056 cOut.close(); in engineStore()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/ |
D | BcKeyStoreSpi.java | 163 CipherOutputStream cOut = new CipherOutputStream(dOut, cipher); in StoreEntry() local 165 dOut = new DataOutputStream(cOut); in StoreEntry() 300 CipherOutputStream cOut = new CipherOutputStream(dOut, out); in getObject() 302 dOut = new DataOutputStream(cOut); in getObject() 1042 CipherOutputStream cOut = new CipherOutputStream(dOut, cipher); in engineStore() local 1045 this.saveStore(new TeeOutputStream(cOut, dgOut)); in engineStore() 1049 cOut.write(dig); in engineStore() 1051 cOut.close(); in engineStore()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/bc/ |
D | BcKeyStoreSpi.java | 167 CipherOutputStream cOut = new CipherOutputStream(dOut, cipher); in StoreEntry() local 169 dOut = new DataOutputStream(cOut); in StoreEntry() 304 CipherOutputStream cOut = new CipherOutputStream(dOut, out); in getObject() 306 dOut = new DataOutputStream(cOut); in getObject() 1047 CipherOutputStream cOut = new CipherOutputStream(dOut, cipher); in engineStore() local 1050 this.saveStore(new TeeOutputStream(cOut, dgOut)); in engineStore() 1054 cOut.write(dig); in engineStore() 1056 cOut.close(); in engineStore()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | CryptRsa_fp.h | 131 TPM2B_PUBLIC_KEY_RSA *cOut, // OUT: the encrypted data
|
/external/curl/lib/ |
D | mk-ca-bundle.vbs | 329 Dim cOut, sOut, lWrap, I
|