HomeSort by relevance Sort by last modified time
    Searched refs:purpose (Results 151 - 175 of 438) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/keymaster/ng/include/
AndroidKeymaster3Device.h 84 Return<void> begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key,
AndroidKeymaster4Device.h 89 Return<void> begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key,
  /system/security/keystore/
keystore_client_impl.cpp 151 bool KeystoreClientImpl::oneShotOperation(KeyPurpose purpose, const std::string& key_name,
158 auto result = beginOperation(purpose, key_name, input_parameters, output_parameters, &handle);
277 KeystoreClientImpl::beginOperation(KeyPurpose purpose, const std::string& key_name,
284 token, key_name16, (int)purpose, true /*pruneable*/,
  /system/vold/
Keymaster.h 111 KeymasterOperation begin(km::KeyPurpose purpose, const std::string& key,
  /external/adhd/cras/src/tests/
dsp_ini_unittest.cc 80 fprintf(fp, "purpose=playback\n");
84 fprintf(fp, "purpose=capture\n");
90 EXPECT_STREQ(ARRAY_ELEMENT(&ini->plugins, 0)->purpose, "playback");
91 EXPECT_STREQ(ARRAY_ELEMENT(&ini->plugins, 1)->purpose, "capture");
194 "purpose=playback\n"
200 "purpose=playback\n"
208 "purpose=playback\n"
  /external/ant-glob/
NOTICE 59 * Licensor for the purpose of discussing and improving the Work, but
150 * PARTICULAR PURPOSE. You are solely responsible for determining the
186 * file or class name and description of purpose be included on the
215 with or without modification, for any purpose and without fee or royalty is
231 TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
269 purpose.
  /external/boringssl/src/util/fipstools/
delocate_test.go 4 // purpose with or without fee is hereby granted, provided that the above
  /external/compiler-rt/make/platform/
clang_linux.mk 9 # We don't currently have any general purpose way to target architectures other
  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 17 $! purpose with or without fee is hereby granted, provided that the above
  /external/flatbuffers/android/jni/
Android.mk 6 # Permission is granted to anyone to use this software for any purpose,
build_flatc.bat 6 @rem Permission is granted to anyone to use this software for any purpose,
  /external/libunwind/doc/
unw_is_signal_frame.tex 21 value of 0 otherwise. For the purpose of this discussion, a signal
  /external/libxml2/doc/examples/
index.py 107 purpose = info['purpose']
108 output.write(" <purpose>%s</purpose>\n" % escape(purpose));
110 print "Example %s lacks a purpose description" % (filename)
144 if topic != "purpose" and topic != "usage" and \
  /hardware/interfaces/keymaster/4.0/
IKeymasterDevice.hal 39 * Protocol elements, such as purpose, mode and padding, as well as access control constraints, must
54 * purpose-built trusted execution environment like ARM TrustZone. The isolated environment
60 * 2. Completely separate, purpose-built and certified secure CPUs, called "StrongBox" devices.
291 * this purpose, and is not derivable outside the secure environment.
432 * o Tag::PURPOSE specifies allowed purposes. All KeyPurpose values (see types.hal) must be
551 * purpose KEY_WRAP, padding mode RSA_OAEP, and digest SHA_2_256, returning the
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/sys/
arch.go 37 // RegSize is the size in bytes of general purpose registers.
  /prebuilts/go/linux-x86/src/cmd/internal/sys/
arch.go 37 // RegSize is the size in bytes of general purpose registers.
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
dom.md 17 documentation, with or without modification, for any purpose and without fee
37 PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.javadoc/
pako.md 19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31 Permission is granted to anyone to use this software for any purpose,
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml/
dom.md 17 documentation, with or without modification, for any purpose and without fee
37 PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.javadoc/
pako.md 19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31 Permission is granted to anyone to use this software for any purpose,
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 59 * Licensor for the purpose of discussing and improving the Work, but
150 * PARTICULAR PURPOSE. You are solely responsible for determining the
186 * file or class name and description of purpose be included on the
215 with or without modification, for any purpose and without fee or royalty is
231 TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
269 purpose.
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 59 * Licensor for the purpose of discussing and improving the Work, but
150 * PARTICULAR PURPOSE. You are solely responsible for determining the
186 * file or class name and description of purpose be included on the
215 with or without modification, for any purpose and without fee or royalty is
231 TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
269 purpose.
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 59 * Licensor for the purpose of discussing and improving the Work, but
150 * PARTICULAR PURPOSE. You are solely responsible for determining the
186 * file or class name and description of purpose be included on the
215 with or without modification, for any purpose and without fee or royalty is
231 TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
269 purpose.
  /system/security/keystore/binder/android/security/
IKeystoreService.aidl 67 OperationResult begin(IBinder appToken, String alias, int purpose, boolean pruneable,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
doc.go 68 VMOV <Vn>.<T>[index], Rd // Move vector element to general-purpose register.
73 VMOV Rn, <Vd>.<T> // Duplicate general-purpose register to vector.
82 VMOV Rn, <Vd>.<T>[index] // Move general-purpose register to a vector element.

Completed in 972 milliseconds

1 2 3 4 5 67 8 91011>>