Home
last modified time | relevance | path

Searched refs:resBuf (Results 1 – 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DAuthorityKeyIdentifier.java114 byte[] resBuf = new byte[digest.getDigestSize()]; in AuthorityKeyIdentifier()
118 digest.doFinal(resBuf, 0); in AuthorityKeyIdentifier()
119 this.keyidentifier = new DEROctetString(resBuf); in AuthorityKeyIdentifier()
135 byte[] resBuf = new byte[digest.getDigestSize()]; in AuthorityKeyIdentifier()
139 digest.doFinal(resBuf, 0); in AuthorityKeyIdentifier()
141 this.keyidentifier = new DEROctetString(resBuf); in AuthorityKeyIdentifier()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp116 VkBuffer resBuf, in createDescriptorSet() argument
122 …const vk::VkDescriptorBufferInfo resultInfo = makeDescriptorBufferInfo(resBuf, 0u, (vk::VkDevi… in createDescriptorSet()
DvktApiBufferComputeInstance.hpp52 vk::VkBuffer resBuf,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java234 byte[] resBuf = new byte[digest.getDigestSize()]; in getDigest()
238 digest.doFinal(resBuf, 0); in getDigest()
239 return resBuf; in getDigest()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1833 …VkBuffer viewA, deUint32 offsetA, vk::VkBuffer viewB, deUint32 offsetB, vk::VkBuffer resBuf) const;
1954 …:VkBuffer viewA, deUint32 offsetA, vk::VkBuffer viewB, deUint32 offsetB, vk::VkBuffer resBuf) const in createDescriptorSet()
1956 …const vk::VkDescriptorBufferInfo resultInfo = vk::makeDescriptorBufferInfo(resBuf, 0u, (vk::VkDe… in createDescriptorSet()
/external/bouncycastle/patches/
Dbcprov.patch245 byte[] resBuf = new byte[digest.getDigestSize()];
256 byte[] resBuf = new byte[digest.getDigestSize()];