OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTagCount
(Results
1 - 21
of
21
) sorted by null
/system/keymaster/android_keymaster/
operation.cpp
94
LOG_E("%d padding modes specified in begin params", begin_params.
GetTagCount
(TAG_PADDING));
119
LOG_E("%d digests specified in begin params", begin_params.
GetTagCount
(TAG_DIGEST));
authorization_set.cpp
547
size_t AuthorizationSet::
GetTagCount
(keymaster_tag_t tag) const {
/system/keymaster/km_openssl/
hmac_key.cpp
72
LOG_E("%d digests specified for HMAC key", key_description.
GetTagCount
(TAG_DIGEST));
hmac_operation.cpp
63
begin_params.
GetTagCount
(TAG_DIGEST));
block_cipher_operation.cpp
85
LOG_E("%d block modes specified in begin params", begin_params.
GetTagCount
(TAG_BLOCK_MODE));
/system/keymaster/legacy_support/
rsa_keymaster0_key.cpp
109
if (sw_enforced.
GetTagCount
(TAG_ALGORITHM) == 1)
ec_keymaster0_key.cpp
108
if (sw_enforced.
GetTagCount
(TAG_ALGORITHM) == 1)
/system/security/keystore/
keystore_cli_v2.cpp
121
if (software_enforced_characteristics.
GetTagCount
(TAG_ALGORITHM) > 0 ||
122
software_enforced_characteristics.
GetTagCount
(TAG_KEY_SIZE) > 0 ||
123
software_enforced_characteristics.
GetTagCount
(TAG_RSA_PUBLIC_EXPONENT) > 0) {
authorization_set.cpp
166
size_t AuthorizationSet::
GetTagCount
(Tag tag) const {
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
authorization_set.h
174
size_t
GetTagCount
(Tag tag) const;
/system/keymaster/ng/include/
authorization_set.h
173
size_t
GetTagCount
(Tag tag) const;
/system/keymaster/include/keymaster/
authorization_set.h
228
size_t
GetTagCount
(keymaster_tag_t tag) const;
318
if (
GetTagCount
(tag) != 1)
/system/keymaster/key_blob_utils/
software_keyblobs.cpp
289
if (hw_enforced->
GetTagCount
(entry.tag) == 0)
/hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.h
177
size_t
GetTagCount
(Tag tag) const;
authorization_set.cpp
170
size_t AuthorizationSet::
GetTagCount
(Tag tag) const {
/system/keymaster/contexts/
soft_keymaster_context.cpp
182
if (hw_enforced->
GetTagCount
(entry.tag) == 0)
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h
784
int
GetTagCount
() const;
mkvparser.cc
[
all
...]
/external/libvpx/libwebm/mkvparser/
mkvparser.h
753
int
GetTagCount
() const;
mkvparser.cc
[
all
...]
/hardware/interfaces/keymaster/4.0/support/
authorization_set.cpp
142
size_t AuthorizationSet::
GetTagCount
(Tag tag) const {
Completed in 1098 milliseconds