Home
last modified time | relevance | path

Searched refs:ivLen (Results 1 – 8 of 8) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DParametersWithIV.java22 int ivLen) in ParametersWithIV() argument
24 this.iv = new byte[ivLen]; in ParametersWithIV()
27 System.arraycopy(iv, ivOff, this.iv, 0, ivLen); in ParametersWithIV()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
DParametersWithIV.java26 int ivLen) in ParametersWithIV() argument
28 this.iv = new byte[ivLen]; in ParametersWithIV()
31 System.arraycopy(iv, ivOff, this.iv, 0, ivLen); in ParametersWithIV()
/external/boringssl/src/ssl/test/runner/
Dprf.go161 …erSuite, masterSecret, clientRandom, serverRandom []byte, macLen, keyLen, ivLen int) (clientMAC, s…
166 n := 2*macLen + 2*keyLen + 2*ivLen
177 clientIV = keyMaterial[:ivLen]
178 keyMaterial = keyMaterial[ivLen:]
179 serverIV = keyMaterial[:ivLen]
491 iv := hkdfExpandLabel(suite.hash(), secret, ivTLS13, nil, suite.ivLen(version))
Dcipher_suites.go81 ivLen func(version uint16) int member
Dhandshake_client.go1502 …, hs.hello.random, hs.serverHello.random, hs.suite.macLen, hs.suite.keyLen, hs.suite.ivLen(c.vers))
Dhandshake_server.go1832 …, hs.clientHello.random, hs.hello.random, hs.suite.macLen, hs.suite.keyLen, hs.suite.ivLen(c.vers))
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpaesauthgcm.h81 Ipp64u ivLen; /* IV length (bytes) */ member
120 #define AESGCM_IV_LEN(stt) ((stt)->ivLen)
/external/epid-sdk/ext/ipp/include/
Dippcp.h277 IPPAPI(IppStatus, ippsSMS4_CCMStart,(const Ipp8u* pIV, int ivLen, const Ipp8u* pAD, int adLen, Ipps…
295 IPPAPI(IppStatus, ippsAES_CCMStart,(const Ipp8u* pIV, int ivLen, const Ipp8u* pAD, int adLen, IppsA…
305 IPPAPI(IppStatus, ippsAES_GCMProcessIV,(const Ipp8u* pIV, int ivLen,
309 IPPAPI(IppStatus, ippsAES_GCMStart,(const Ipp8u* pIV, int ivLen,