Home
last modified time | relevance | path

Searched refs:randombytes (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DMockAltsHandshakerResp.java53 byte[] randombytes = new byte[AltsChannelCrypter.getKeyLength()]; in initializeTestKeyData()
54 random.nextBytes(randombytes); in initializeTestKeyData()
55 return randombytes; in initializeTestKeyData()
/external/boringssl/src/crypto/cipher_extra/test/
Dxchacha20_poly1305_tests.txt22 # randombytes(nonce, sizeof(nonce));
23 # randombytes(key, sizeof(key));
24 # randombytes(m, m_len);
25 # randombytes(ad, ad_len);
/external/openssh/
Dcrypto_api.h25 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
Ded25519.c36 randombytes(sk, 32); in crypto_sign_ed25519_keypair()
Dxmss_fast.c531 randombytes(sk+4, 3*n); in xmss_keypair()
760 randombytes(sk+params->index_len, 3*n); in xmssmt_keypair()
/external/python/cpython2/Lib/
Durllib2.py928 def randombytes(n): function
1001 randombytes(8))).hexdigest()
/external/pigweed/
Dyarn.lock701 randombytes "^2.0.1"
1083 randombytes "^2.0.0"
1231 randombytes "^2.0.0"
3219 randombytes "^2.0.1"
3257 randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:
3259 …resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf62…
3269 randombytes "^2.0.5"