Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/identity/aidl/default/
DUtil.cpp63 optional<vector<uint8_t>> nonce = support::getRandom(12); in secureAccessControlProfileCalcMac() local
82 vector<uint8_t> nonce = in secureAccessControlProfileCheckMac() local
DWritableIdentityCredential.cpp300 optional<vector<uint8_t>> nonce = support::getRandom(12); in addEntryValue() local
358 optional<vector<uint8_t>> nonce = support::getRandom(12); in generateCredentialData() local
DIdentityCredential.cpp868 optional<vector<uint8_t>> nonce = support::getRandom(12); in generateSigningKeyPair() local
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp373 unsigned char* nonce = (unsigned char*)encryptedData.data(); in decryptAes128Gcm() local
446 optional<vector<uint8_t>> encryptAes128Gcm(const vector<uint8_t>& key, const vector<uint8_t>& nonce, in encryptAes128Gcm()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp779 void CheckAesCtrTestVector(const string& key, const string& nonce, const string& message, in CheckAesCtrTestVector()
3158 const char* nonce; member
3202 const string nonce = hex2str(test.nonce); in TEST_P() local
3494 string nonce = make_string(nonce_bytes); in TEST_P() local
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp463 void KeymasterHidlTest::CheckAesCtrTestVector(const string& key, const string& nonce, in CheckAesCtrTestVector()
Dkeymaster_hidl_hal_test.cpp2901 const char* nonce; member
2949 const string nonce = hex2str(test.nonce); in TEST_P() local
3329 string nonce = make_string(nonce_bytes); in TEST_P() local