Home
last modified time | relevance | path

Searched refs:randomBytes (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/crypto/
Dlib.rs22 extractSubjectFromCertificate, generateKeyFromPassword, randomBytes, AES_gcm_decrypt,
52 if unsafe { randomBytes(key.as_mut_ptr(), AES_256_KEY_LENGTH) } { in generate_aes256_key()
68 if unsafe { randomBytes(data.as_mut_ptr(), size) } { in generate_random_data()
127 if !unsafe { randomBytes(iv.as_mut_ptr(), GCM_IV_LENGTH) } { in aes_gcm_encrypt()
Dcrypto.hpp25 bool randomBytes(uint8_t* out, size_t len);
DAndroid.bp62 "--allowlist-function", "randomBytes",
Dcrypto.cpp69 bool randomBytes(uint8_t* out, size_t len) { in randomBytes() function