OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RsaKey
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
rsa_key.h
26
class
RsaKey
: public AsymmetricKey {
28
RsaKey
(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced,
45
RsaKey
(RSA* rsa, const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced,
/system/keymaster/include/keymaster/
authorization_set.h
502
AuthorizationSetBuilder&
RsaKey
(uint32_t key_size, uint64_t public_exponent);
537
inline AuthorizationSetBuilder& AuthorizationSetBuilder::
RsaKey
(uint32_t key_size,
564
RsaKey
(key_size, public_exponent);
570
RsaKey
(key_size, public_exponent);
Completed in 896 milliseconds