HomeSort by relevance Sort by last modified time
    Searched defs:Authorization (Results 1 - 22 of 22) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Authorization.java 36 * Authorization SIP header.
45 public class Authorization
56 public Authorization() {
  /system/keymaster/include/keymaster/
keymaster_tags.h 42 * very useful example is the overloaded "Authorization" function defined below, which takes tag and
199 // Overloaded function "Authorization" to create keymaster_key_param_t objects for all of tags.
203 inline keymaster_key_param_t Authorization(TypedTag<KM_BOOL, Tag> tag) {
208 inline keymaster_key_param_t Authorization(TypedTag<KM_UINT, Tag> tag, uint32_t value) {
213 inline keymaster_key_param_t Authorization(TypedTag<KM_UINT_REP, Tag> tag, uint32_t value) {
218 inline keymaster_key_param_t Authorization(TypedTag<KM_ULONG, Tag> tag, uint64_t value) {
223 inline keymaster_key_param_t Authorization(TypedTag<KM_ULONG_REP, Tag> tag, uint64_t value) {
228 inline keymaster_key_param_t Authorization(TypedTag<KM_DATE, Tag> tag, uint64_t value) {
233 inline keymaster_key_param_t Authorization(TypedTag<KM_BYTES, Tag> tag, const void* bytes,
239 inline keymaster_key_param_t Authorization(TypedTag<KM_BYTES, Tag> tag
    [all...]
authorization_set.h 107 * Clear existing authorization set data
388 return push_back(Authorization(tag, val));
395 return push_back(Authorization(tag));
427 return push_back(Authorization(tag, val));
432 return push_back(Authorization(tag, bytes, bytes_len));
483 AuthorizationSetBuilder& Authorization(TagType tag, ValueType value) {
489 AuthorizationSetBuilder& Authorization(TypedTag<KM_BOOL, Tag> tag) {
495 AuthorizationSetBuilder& Authorization(TypedTag<KM_INVALID, Tag> tag) {
503 AuthorizationSetBuilder& Authorization(TypedTag<KM_BYTES, Tag> tag, const uint8_t* data,
510 AuthorizationSetBuilder& Authorization(TypedTag<KM_BYTES, Tag> tag, const char* data
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_tags.h 46 * For convenience we also provide the constructor like function Authorization().
47 * Authorization takes a typed tag and a value and checks at compile time whether the value given
56 * auto param = Authorization(TAG_ALGORITM, Algorithm::RSA);
254 inline KeyParameter Authorization(TypedTag<tag_type, tag> ttag, Args&&... args) {
258 "Authorization other then TagType::BOOL take exactly one parameter.");
authorization_set.h 80 * Clear existing authorization set data
210 * In this case "val" is omitted. This condition is checked at compile time by Authorization()
213 push_back(Authorization(tag, std::forward<Value>(val)...));
245 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) {
251 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data,
260 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data,
262 return Authorization(ttag, reinterpret_cast<const uint8_t*>(data), data_length);
316 Authorization(TAG_ALGORITHM, Algorithm::RSA);
317 Authorization(TAG_KEY_SIZE, key_size);
318 Authorization(TAG_RSA_PUBLIC_EXPONENT, public_exponent)
    [all...]
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
authorization_set.h 79 * Clear existing authorization set data
197 * In this case "val" is omitted. This condition is checked at compile time by Authorization()
201 push_back(Authorization(tag, std::forward<Value>(val)...));
230 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) {
236 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data,
245 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data,
247 return Authorization(ttag, reinterpret_cast<const uint8_t*>(data), data_length);
keymaster_tags.h 46 * For convenience we also provide the constructor like function Authorization().
47 * Authorization takes a typed tag and a value and checks at compile time whether the value given
56 * auto param = Authorization(TAG_ALGORITM, Algorithm::RSA);
253 inline KeyParameter Authorization(TypedTag<tag_type, tag> ttag, Args&&... args) {
257 "Authorization other then TagType::BOOL take exactly one parameter.");
  /system/keymaster/ng/include/
authorization_set.h 76 * Clear existing authorization set data
192 * In this case "val" is omitted. This condition is checked at compile time by Authorization()
196 push_back(Authorization(tag, std::forward<Value>(val)...));
225 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) {
231 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data,
240 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data,
242 return Authorization(ttag, reinterpret_cast<const uint8_t*>(data), data_length);
261 return Authorization(TAG_DIGEST, digest);
265 return Authorization(TAG_PADDING, padding);
271 Authorization(TAG_ALGORITHM, Algorithm::RSA)
    [all...]
keymaster_tags.h 46 * For convenience we also provide the constructor like function Authorization().
47 * Authorization takes a typed tag and a value and checks at compile time whether the value given
56 * auto param = Authorization(TAG_ALGORITM, Algorithm::RSA);
272 inline KeyParameter Authorization(TypedTag<tag_type, tag> ttag, Args&&... args) {
276 "Authorization other then TagType::BOOL take exactly one parameter.");
  /frameworks/base/core/java/android/provider/
ContactsContract.java 242 * uriBundle.putParcelable(ContactsContract.Authorization.KEY_URI_TO_AUTHORIZE, uri);
245 * ContactsContract.Authorization.AUTHORIZATION_METHOD,
250 * ContactsContract.Authorization.KEY_AUTHORIZED_URI);
259 public static final class Authorization {
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 542 milliseconds