HomeSort by relevance Sort by last modified time
    Searched full:authorizations (Results 1 - 9 of 9) sorted by null

  /system/keymaster/
asymmetric_key.cpp 110 if (!authorizations().GetTagValue(TAG_DIGEST, &digest) || digest != KM_DIGEST_NONE) {
116 if (!authorizations().GetTagValue(TAG_PADDING, &padding) || padding != KM_PAD_NONE) {
130 AuthorizationSet authorizations(key_description);
133 if (!authorizations.GetTagValue(TAG_RSA_PUBLIC_EXPONENT, &public_exponent))
134 authorizations.push_back(Authorization(TAG_RSA_PUBLIC_EXPONENT, public_exponent));
137 if (!authorizations.GetTagValue(TAG_KEY_SIZE, &key_size))
138 authorizations.push_back(Authorization(TAG_KEY_SIZE, key_size));
154 RsaKey* new_key = new RsaKey(rsa_key.release(), authorizations, logger);
170 AuthorizationSet authorizations(key_description);
173 if (authorizations.GetTagValue(TAG_RSA_PUBLIC_EXPONENT, &public_exponent))
    [all...]
key.h 53 const AuthorizationSet& authorizations() const { return authorizations_; } function in class:keymaster::Key
57 Key(const AuthorizationSet& authorizations, const Logger& logger)
58 : logger_(logger), authorizations_(authorizations) {}
google_keymaster.cpp 305 error = SetAuthorizations(key->authorizations(), origin, enforced, unenforced);
310 error = BuildHiddenAuthorizations(key->authorizations(), &hidden_auths);
  /system/keymaster/include/keymaster/
keymaster_tags.h 24 * impossible to make certain classes of mistakes when operating on keymaster authorizations. For
28 * to manipulate authorizations of multiple types can't be written, because they need to know which
key_blob.h 127 * authorizations.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 549 // TODO(keybuk): reject service authorizations when not paired, determine
    [all...]
  /packages/apps/Settings/res/values/
strings.xml     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 1638 milliseconds