OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KM_ULONG
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/java/android/security/keymaster/
KeymasterLongArgument.java
30
case KeymasterDefs.
KM_ULONG
:
KeymasterArgument.java
45
case KeymasterDefs.
KM_ULONG
:
KeymasterDefs.java
38
public static final int
KM_ULONG
= 5 << 28;
60
public static final int KM_TAG_RSA_PUBLIC_EXPONENT =
KM_ULONG
| 200;
KeymasterArguments.java
178
if ((tagType != KeymasterDefs.
KM_ULONG
) && (tagType != KeymasterDefs.KM_ULONG_REP)) {
203
// Keymaster's
KM_ULONG
is unsigned 64 bit.
211
// Keymaster's
KM_ULONG
is unsigned 64 bit. We're forced to use BigInteger for type safety
/system/keymaster/include/keymaster/
keymaster_tags.h
81
template <> struct TagValueType<
KM_ULONG
> { typedef uint64_t value_type; };
140
DECLARE_KEYMASTER_TAG(
KM_ULONG
, TAG_RSA_PUBLIC_EXPONENT);
208
inline keymaster_key_param_t Authorization(TypedTag<
KM_ULONG
, Tag> tag, uint64_t value) {
authorization_set.h
265
inline bool GetTagValue(TypedTag<
KM_ULONG
, T> tag, uint64_t* val) const {
/hardware/libhardware/include/hardware/
keymaster_defs.h
39
KM_ULONG
= 5 << 28,
68
KM_TAG_RSA_PUBLIC_EXPONENT =
KM_ULONG
| 200,
535
case
KM_ULONG
:
/system/keymaster/
keymaster_tags.cpp
127
DEFINE_KEYMASTER_TAG(
KM_ULONG
, TAG_RSA_PUBLIC_EXPONENT);
authorization_set.cpp
291
case
KM_ULONG
:
319
case
KM_ULONG
:
354
case
KM_ULONG
:
android_keymaster_test_utils.h
90
bool contains(const AuthorizationSet& set, TypedTag<
KM_ULONG
, Tag> tag, uint64_t val) {
attestation_record.cpp
352
case
KM_ULONG
:
android_keymaster_test_utils.cpp
58
case
KM_ULONG
:
101
case
KM_ULONG
:
[
all
...]
/cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java
90
private static final int
KM_ULONG
= 5 << 28;
105
private static final int KM_TAG_RSA_PUBLIC_EXPONENT =
KM_ULONG
| 200;
/system/security/keystore/
IKeystoreService.cpp
300
case
KM_ULONG
:
352
case
KM_ULONG
:
[
all
...]
Completed in 5612 milliseconds