Searched defs:nonce (Results 1 - 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Deapol.h110 unsigned char nonce[EAPOL_WPA_KEY_NONCE_LEN]; /* Nonce */ member in struct:__anon72
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp786 void CheckAesCtrTestVector(const string& key, const string& nonce, const string& message, argument
798 .Authorization(TAG_NONCE, nonce.data(), nonce.size())
3163 const char* nonce; member in struct:android::hardware::keymaster::V3_0::test::AesCtrSp80038aTestVector
3207 const string nonce = hex2str(test.nonce); local
3210 CheckAesCtrTestVector(key, nonce, plaintext, ciphertext);
3232 * Verifies that keymaster fails correctly when the user supplies an incorrect-size nonce.
3264 * Verifies that keymaster fails correctly when the user supplies an incorrect-size nonce.
3309 // Don't specify nonce, shoul
3499 string nonce = make_string(nonce_bytes); local
[all...]

Completed in 48 milliseconds