HomeSort by relevance Sort by last modified time
    Searched refs:signature (Results 1101 - 1125 of 2070) sorted by null

<<41424344454647484950>>

  /external/doclava/res/assets/templates/
diff.cs 173 <td class="method-label"><?cs var:method.signature ?></td>
  /external/elfutils/libasm/
asm_end.c 371 /* If the user did not specify a signature we use the initial
372 empty symbol in the symbol table as the signature. */
373 shdr->sh_info = (runp->signature != NULL
374 ? runp->signature->symidx : 0);
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 113 self.signature = "wOFF"
177 self.signature = b"wOFF"
309 signature: 4s # "wOFF"
  /external/freetype/src/pfr/
pfrload.c 113 FT_FRAME_ULONG ( signature ),
178 /* check signature and header size */
179 if ( header->signature != 0x50465230L || /* "PFR0" */
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 181 The callback function's signature must match the typedef
  /external/v8/test/cctest/
test-log.cc 353 v8::Local<v8::Signature> signature = v8::Signature::New(isolate, obj); local
356 v8::Local<v8::Value>(), signature),
  /external/vboot_reference/tests/
vboot_kernel_tests.c 80 memcpy(h->signature, GPT_HEADER_SIGNATURE, GPT_HEADER_SIGNATURE_SIZE);
456 /* If legacy signature, don't modify GPT header/entries 1 */
460 memcpy(h->signature, GPT_HEADER_SIGNATURE2, GPT_HEADER_SIGNATURE_SIZE);
  /frameworks/base/core/java/android/hardware/fingerprint/
FingerprintManager.java 37 import java.security.Signature;
203 * framework supports {@link Signature}, {@link Cipher} and {@link Mac} objects.
207 public CryptoObject(@NonNull Signature signature) {
208 mCrypto = signature;
220 * Get {@link Signature} object.
221 * @return {@link Signature} object or null if this doesn't contain one.
223 public Signature getSignature() {
224 return mCrypto instanceof Signature ? (Signature) mCrypto : null
    [all...]
  /libcore/ojluni/src/main/java/sun/security/ssl/
HelloExtensions.java 768 * indicate to the server which signature/hash algorithm pairs may be
782 * SignatureAlgorithm signature;
817 int signature = s.getInt8(); // signature algorithm local
820 SignatureAndHashAlgorithm.valueOf(hash, signature, ++sequence);
822 remains -= 2; // one byte for hash, one byte for signature
  /libcore/ojluni/src/main/java/sun/security/util/
SignatureFileVerifier.java 61 /** the name of the signature block file, uppercased and without
81 * @param name the name of the signature block file (.DSA/.RSA/.EC)
83 * @param rawBytes the raw bytes of the signature block file
131 * is external to the signature block file.
140 * to determine the signature file names and PKCS7 block
145 * Signature File or PKCS7 block file name
177 * process the signature block file. Goes through the .SF file
188 // calls Signature.getInstance() and MessageDigest.getInstance()
213 // for now we just ignore this signature file
220 throw new SecurityException("cannot verify signature block file "
    [all...]
  /libcore/ojluni/src/main/native/
Net.c 44 #define NATIVE_METHOD(className, functionName, signature) \
45 { #functionName, signature, (void*)(Java_sun_nio_ch_ ## className ## _ ## functionName) }
UNIXProcess_md.c 36 #define NATIVE_METHOD(className, functionName, signature) \
37 { #functionName, signature, (void*)(className ## _ ## functionName) }
  /prebuilts/devtools/tools/lib/
swtmenubar.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.x 241 nis_name requester; /* Host principal name for signature */
248 opaque signature<>; /* Signature of the source */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis.x 242 nis_name requester; /* Host principal name for signature */
249 opaque signature<>; /* Signature of the source */
  /prebuilts/gradle-plugin/com/android/tools/swtmenubar/24.4.0-beta6/
swtmenubar-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/swtmenubar/24.5.0/
swtmenubar-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/swtmenubar/25.0.0-alpha1/
swtmenubar-25.0.0-alpha1.jar 
  /system/core/metricsd/uploader/proto/
system_profile.proto 162 // The signature reported by CPUID (from EAX).
163 optional uint32 signature = 2;
  /system/tpm/attestation/common/
print_interface_proto.cc 626 output += indent + " signature: ";
628 base::HexEncode(value.signature().data(),
629 value.signature().size()).c_str());
  /bionic/libc/kernel/uapi/linux/
cyclades.h 179 __u32 signature; member in struct:FIRM_ID
  /development/ndk/platforms/android-21/include/linux/
cyclades.h 179 __u32 signature; member in struct:FIRM_ID
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 136 __u8 signature[8]; member in struct:voyager_eeprom_hdr
  /external/freetype/include/internal/
tttypes.h 155 FT_ULong signature; member in struct:WOFF_HeaderRec_
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 181 header.get()->signature = MD_HEADER_SIGNATURE;
457 mapping.size < 4096) { // too small to get a signature for.
554 uint8_t* signature = cv_ptr; local
558 my_memcpy(signature, identifier, sizeof(MDGUID));
562 mapping_id, signature);
    [all...]

Completed in 1209 milliseconds

<<41424344454647484950>>