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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/internal/cmdflag/
flag.go 74 // If the flag begins (cmd+".") it is ignored for the purpose of this function.
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
gen.go 67 // general purpose DrawToRGBA method for other image types. One possibility
  /prebuilts/go/linux-x86/src/cmd/go/internal/cmdflag/
flag.go 74 // If the flag begins (cmd+".") it is ignored for the purpose of this function.
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
gen.go 67 // general purpose DrawToRGBA method for other image types. One possibility
  /system/keymaster/km_openssl/
attestation_record.cpp 162 integer_set = &record->purpose;
410 // have the purpose in the tee_enforced list. It's possible that a key could be created
411 // without a purpose, which would fool this test into reporting it's a KM0 key. That
412 // corner case doesn't matter much, because purpose-less keys are not usable anyway.
547 // Purpose
548 if (!get_repeated_enums(record->purpose, TAG_PURPOSE, auth_list))
block_cipher_operation.cpp 144 BlockCipherEvpOperation::BlockCipherEvpOperation(keymaster_purpose_t purpose,
149 : Operation(purpose, key.hw_enforced_move(), key.sw_enforced_move()), block_mode_(block_mode),
  /system/security/keystore/
legacy_keymaster_device_wrapper.cpp 431 Return<void> LegacyKeymasterDeviceWrapper::begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key,
446 auto rc = keymaster_device_->begin(keymaster_device_, legacy_enum_conversion(purpose), &kmKey,
  /system/vold/
KeyStorage.cpp 202 km::KeyPurpose purpose, const km::AuthorizationSet& keyParams,
212 auto opHandle = keymaster.begin(purpose, kmKey, inParams, authToken, outParams);
  /external/libpng/
pngset.c 313 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
321 if (png_ptr == NULL || info_ptr == NULL || purpose == NULL || units == NULL
325 length = strlen(purpose) + 1;
326 png_debug1(3, "allocating purpose for info (%lu bytes)",
363 png_chunk_report(png_ptr, "Insufficient memory for pCAL purpose",
368 memcpy(info_ptr->pcal_purpose, purpose, length);
    [all...]
pngget.c 891 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
898 purpose != NULL && X0 != NULL && X1 != NULL && type != NULL &&
901 *purpose = info_ptr->pcal_purpose;
    [all...]
pngtest.c 1240 png_charp purpose, units; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngset.c 266 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
274 if (png_ptr == NULL || info_ptr == NULL || purpose == NULL || units == NULL
278 length = strlen(purpose) + 1;
279 png_debug1(3, "allocating purpose for info (%lu bytes)",
316 png_chunk_report(png_ptr, "Insufficient memory for pCAL purpose",
321 memcpy(info_ptr->pcal_purpose, purpose, length);
    [all...]
pngget.c 862 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
869 purpose != NULL && X0 != NULL && X1 != NULL && type != NULL &&
872 *purpose = info_ptr->pcal_purpose;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go 27 gpRegMask regMask // general purpose integer register mask
31 LinkReg int8 // register number of link register if it is a general purpose register, -1 if not used
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 234 // In this header, \n and \r\n terminated lines are mixed on purpose.
237 r := reader("" + // for code formatting purpose.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
config.go 27 gpRegMask regMask // general purpose integer register mask
31 LinkReg int8 // register number of link register if it is a general purpose register, -1 if not used
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 234 // In this header, \n and \r\n terminated lines are mixed on purpose.
237 r := reader("" + // for code formatting purpose.
  /external/syslinux/com32/lib/libpng/
pngget.c 637 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
643 && purpose != NULL && X0 != NULL && X1 != NULL && type != NULL &&
646 *purpose = info_ptr->pcal_purpose;
pngset.c 291 png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams,
302 length = png_strlen(purpose) + 1;
303 png_debug1(3, "allocating purpose for info (%lu bytes)",
308 png_warning(png_ptr, "Insufficient memory for pCAL purpose.");
311 png_memcpy(info_ptr->pcal_purpose, purpose, (png_size_t)length);
    [all...]
pngtest.c 1027 png_charp purpose, units; local
1032 if (png_get_pCAL(read_ptr, read_info_ptr, &purpose, &X0, &X1, &type,
1035 png_set_pCAL(write_ptr, write_info_ptr, purpose, X0, X1, type,
    [all...]
  /system/keymaster/ng/
AndroidKeymaster4Device.cpp 479 Return<void> AndroidKeymaster4Device::begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key,
485 request.purpose = legacy_enum_conversion(purpose);
  /hardware/qcom/audio/hal/audio_extn/
a2dp.c 108 // Purpose ID for Inter Module Communication (IMC) in AFE
278 /* Purpose of IMC being set up between decoder and encoder.
280 * is the default value to be sent as purpose.
282 uint32_t purpose; member in struct:imc_dec_enc_info
284 * purpose and comm_instance together form the actual key
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.S 252 ldmfd SP!,{R0-R12} @ Restore general purpose registers
  /external/nos/host/android/hals/keymaster/
import_wrapped_key.cpp 131 case Tag::PURPOSE:
132 kp.f.purpose = (KeyPurpose)val;
304 * purpose [1] EXPLICIT SET OF INTEGER OPTIONAL,
412 {Tag::PURPOSE, parse_asn1_set},
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.ec/
ecc.md 255 its purpose remains meaningful.
258 a purpose that is entirely well-defined independent of the
465 It is not the purpose of this section to induce you to infringe any
467 such claims; this section has the sole purpose of protecting the
517 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
557 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>