Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/fuzzer/
Dkeymint_common.h35 constexpr uint32_t kPublicExponent = 65537; variable
93 .RsaKey(kRsaKeySize, kPublicExponent) in createAuthSetForAttestKey()
136 .RsaKey(kRsaKeySize, kPublicExponent) in createAuthorizationSet()
149 .RsaSigningKey(kRsaKeySize, kPublicExponent) in createAuthorizationSet()
161 .RsaEncryptionKey(kRsaKeySize, kPublicExponent) in createAuthorizationSet()
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_common.h28 constexpr uint32_t kPublicExponent = 65537; variable
70 .RsaSigningKey(kKeySize, kPublicExponent) in createAuthorizationSet()
80 .RsaEncryptionKey(kKeySize, kPublicExponent) in createAuthorizationSet()