OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:software_enforced_characteristics
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/
keystore_cli_v2.cpp
72
const AuthorizationSet&
software_enforced_characteristics
) {
76
PrintTags(
software_enforced_characteristics
);
82
AuthorizationSet
software_enforced_characteristics
;
local
84
&
software_enforced_characteristics
);
98
PrintKeyCharacteristics(hardware_enforced_characteristics,
software_enforced_characteristics
);
100
if (
software_enforced_characteristics
.GetTagCount(KM_TAG_PURPOSE) > 0 ||
101
software_enforced_characteristics
.GetTagCount(KM_TAG_ALGORITHM) > 0 ||
102
software_enforced_characteristics
.GetTagCount(KM_TAG_KEY_SIZE) > 0 ||
103
software_enforced_characteristics
.GetTagCount(KM_TAG_RSA_PUBLIC_EXPONENT) > 0 ||
104
software_enforced_characteristics
.GetTagCount(KM_TAG_DIGEST) > 0 |
274
AuthorizationSet
software_enforced_characteristics
;
local
288
AuthorizationSet
software_enforced_characteristics
;
local
[
all
...]
keystore_client_impl.cpp
203
AuthorizationSet*
software_enforced_characteristics
) {
212
software_enforced_characteristics
->Reinitialize(characteristics.characteristics.sw_enforced);
219
AuthorizationSet*
software_enforced_characteristics
) {
227
software_enforced_characteristics
->Reinitialize(characteristics.characteristics.sw_enforced);
236
AuthorizationSet*
software_enforced_characteristics
) {
245
software_enforced_characteristics
->Reinitialize(characteristics.characteristics.sw_enforced);
412
AuthorizationSet
software_enforced_characteristics
;
local
415
&
software_enforced_characteristics
);
450
AuthorizationSet
software_enforced_characteristics
;
local
453
&
software_enforced_characteristics
);
468
AuthorizationSet
software_enforced_characteristics
;
local
513
AuthorizationSet
software_enforced_characteristics
;
local
[
all
...]
Completed in 337 milliseconds