Searched defs:nonce (Results 1 - 4 of 4) 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/4.0/vts/functional/
H A DKeymasterHidlTest.cpp446 void KeymasterHidlTest::CheckAesCtrTestVector(const string& key, const string& nonce, argument
459 .Authorization(TAG_NONCE, nonce.data(), nonce.size())
H A Dkeymaster_hidl_hal_test.cpp2579 const char* nonce; member in struct:android::hardware::keymaster::V4_0::test::AesCtrSp80038aTestVector
2623 const string nonce = hex2str(test.nonce); local
2626 CheckAesCtrTestVector(key, nonce, plaintext, ciphertext);
2648 * Verifies that keymaster fails correctly when the user supplies an incorrect-size nonce.
2680 * Verifies that keymaster fails correctly when the user supplies an incorrect-size nonce.
2725 // Don't specify nonce, should get a random one.
2737 // Now specify a nonce, should also work.
2745 // Decrypt with correct nonce.
2749 // Try with wrong nonce
2917 string nonce = make_string(nonce_bytes); local
[all...]
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp797 void CheckAesCtrTestVector(const string& key, const string& nonce, const string& message, argument
809 .Authorization(TAG_NONCE, nonce.data(), nonce.size())
3189 const char* nonce; member in struct:android::hardware::keymaster::V3_0::test::AesCtrSp80038aTestVector
3233 const string nonce = hex2str(test.nonce); local
3236 CheckAesCtrTestVector(key, nonce, plaintext, ciphertext);
3258 * Verifies that keymaster fails correctly when the user supplies an incorrect-size nonce.
3290 * Verifies that keymaster fails correctly when the user supplies an incorrect-size nonce.
3335 // Don't specify nonce, shoul
3525 string nonce = make_string(nonce_bytes); local
[all...]

Completed in 79 milliseconds