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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-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.
  /device/generic/goldfish/keymaster/trusty/
trusty_keymaster_device.cpp 453 keymaster_error_t TrustyKeymasterDevice::begin(keymaster_purpose_t purpose,
475 request.purpose = purpose;
724 keymaster_purpose_t purpose,
729 return convert_device(dev)->begin(purpose, key, in_params, out_params, operation_handle);
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 463 keymaster_error_t TrustyKeymasterDevice::begin(keymaster_purpose_t purpose,
485 request.purpose = purpose;
723 keymaster_purpose_t purpose,
728 return convert_device(dev)->begin(purpose, key, in_params, out_params, operation_handle);
  /system/keymaster/ng/
AndroidKeymaster3Device.cpp 420 Return<void> AndroidKeymaster3Device::begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key,
424 request.purpose = legacy_enum_conversion(purpose);
  /external/nos/host/android/hals/keymaster/
proto_utils.cpp 69 static nosapp::KeyPurpose translate_purpose(KeyPurpose purpose)
71 switch (purpose) {
87 static ErrorCode translate_purpose(nosapp::KeyPurpose purpose, KeyPurpose *out)
89 switch (purpose) {
504 case Tag::PURPOSE: // (TagType:ENUM_REP | 1)
505 pb->set_integer((uint32_t)translate_purpose(param.f.purpose));
640 case nosapp::Tag::PURPOSE: // (TagType:ENUM_REP | 1)
642 &kp->f.purpose) != ErrorCode::OK) {
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
ImportWrappedKeyTest.java 307 DERTaggedObject purpose = new DERTaggedObject(true, 1, purposeSet); local
328 allItems.add(purpose);
  /external/boringssl/
rules.mk 4 # purpose with or without fee is hereby granted, provided that the above
  /external/boringssl/src/util/fipstools/
ar.go 4 // purpose with or without fee is hereby granted, provided that the above
  /external/curl/docs/examples/
asiohiper.cpp 366 static curl_socket_t opensocket(void *clientp, curlsocktype purpose,
374 if(purpose == CURLSOCKTYPE_IPCXN && address->family == AF_INET) {
  /external/curl/packages/vms/
build_curl-config_script.com 8 $! purpose with or without fee is hereby granted, provided that the above
build_libcurl_pc.com 10 $! purpose with or without fee is hereby granted, provided that the above
pcsi_product_gnv_curl.com 11 $! purpose with or without fee is hereby granted, provided that the above
  /external/parameter-framework/
Android.mk 20 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
32 # Do not allow to use the networking feature through socket (debug purpose of the PFW)
  /hardware/interfaces/keymaster/3.0/
types.hal 41 PURPOSE = TagType:ENUM_REP | 1, /** KeyPurpose. */
386 KeyPurpose purpose;
  /hardware/interfaces/keymaster/4.0/
types.hal 63 * Tag::PURPOSE specifies the set of purposes for which the key may be used. Possible values
67 * a single purpose. When begin() is called to start an operation, the purpose of the operation
68 * is specified. If the purpose specified for the operation is not authorized by the key (the
69 * key didn't have a corresponding Tag::PURPOSE provided during generation/import), the
74 PURPOSE = TagType:ENUM_REP | 1,
    [all...]
  /system/keymaster/contexts/
pure_soft_keymaster_context.cpp 101 keymaster_purpose_t purpose) const {
105 return key_factory->GetOperationFactory(purpose);
291 // Ensure the wrapping key has the right purpose
soft_keymaster_context.cpp 136 keymaster_purpose_t purpose) const {
140 return key_factory->GetOperationFactory(purpose);
  /system/vold/
Keymaster.cpp 178 KeymasterOperation Keymaster::begin(km::KeyPurpose purpose, const std::string& key,
194 auto error = mDevice->begin(purpose, keyBlob, inParams.hidl_data(), authToken, hidlCb);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.S 59 # Save general purpose register and rflag register
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.S 65 # Save general purpose register and rflag register
  /external/adhd/cras/src/server/
cras_iodev.c 578 const char *purpose; local
581 purpose = "playback";
583 purpose = "capture";
587 purpose);
    [all...]
  /external/boringssl/src/ssl/
ssl_x509.cc 42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
94 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
580 int SSL_CTX_set_purpose(SSL_CTX *ctx, int purpose) {
582 return X509_VERIFY_PARAM_set_purpose(ctx->param, purpose);
585 int SSL_set_purpose(SSL *ssl, int purpose) {
587 return X509_VERIFY_PARAM_set_purpose(ssl->param, purpose);
    [all...]
  /external/toolchain-utils/
test_gcc_dejagnu.py 196 '(Mainly used for testing purpose.)'))
  /frameworks/base/keystore/java/android/security/
KeyStore.java 545 public OperationResult begin(String alias, int purpose, boolean pruneable,
550 return mBinder.begin(getToken(), alias, purpose, pruneable, args, entropy, uid);
557 public OperationResult begin(String alias, int purpose, boolean pruneable,
561 return begin(alias, purpose, pruneable, args, entropy, UID_SELF);
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
fdct.go 28 fitness for a particular purpose. This software is provided "AS IS", and you,
35 software (or portions thereof) for any purpose, without fee, subject to these

Completed in 2484 milliseconds

1 2 3 4 5 6 78 91011>>