Searched refs:readerPrivateKey_ (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/interfaces/identity/aidl/vts/ |
H A D | ReaderAuthTests.cpp | 70 vector<uint8_t> readerPrivateKey_; member in android::hardware::identity::ReaderAuthTests 147 tie(readerPublicKey_, readerPrivateKey_) = generateReaderKey(); in provisionData() 148 cert_reader_SelfSigned_ = generateReaderCert(readerPublicKey_, readerPrivateKey_); in provisionData() 396 retrieveData(readerPrivateKey_, {cert_reader_SelfSigned_}, true /* expectSuccess */, in TEST_P() 408 retrieveData(readerPrivateKey_, {cert_reader_SignedBy_A_, cert_A_SelfSigned_}, in TEST_P() 420 retrieveData(readerPrivateKey_, {cert_reader_SignedBy_B_, cert_B_SelfSigned_}, in TEST_P() 440 retrieveData(readerPrivateKey_, in TEST_P() 456 retrieveData(readerPrivateKey_, in TEST_P() 482 retrieveData(readerPrivateKey_, {cert_reader_SelfSigned_}, true /* expectSuccess */, in TEST_P() 545 support::coseSignEcDsa(readerPrivateKey_, // private key for reader in TEST_P()
|