Home
last modified time | relevance | path

Searched refs:RSA_ATTEST_KEY (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/keymint/aidl/default/ta/
Dattest.rs43 const RSA_ATTEST_KEY: &str = concat!( constant
382 key: KeyMaterial::Rsa(rsa::Key(hex::decode(RSA_ATTEST_KEY).unwrap()).into()), in new()
/hardware/interfaces/security/keymint/support/fuzzer/
Dkeymint_common.h62 RSA_ATTEST_KEY = 0u, enumerator
82 uint32_t attestAuthSet = dataProvider->ConsumeBool() ? AttestAuthSet::RSA_ATTEST_KEY in createAuthSetForAttestKey()
90 case RSA_ATTEST_KEY: { in createAuthSetForAttestKey()