Home
last modified time | relevance | path

Searched refs:SIGNATURE (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/lib/
H A Dbufref.c33 #define SIGNATURE 0x5c48e9b2 /* Random pattern. */ macro
46 br->signature = SIGNATURE; in Curl_bufref_init()
58 DEBUGASSERT(br->signature == SIGNATURE); in Curl_bufref_free()
91 DEBUGASSERT(br->signature == SIGNATURE); in Curl_bufref_ptr()
103 DEBUGASSERT(br->signature == SIGNATURE); in Curl_bufref_len()
114 DEBUGASSERT(br->signature == SIGNATURE); in Curl_bufref_memdup()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs665 const SIGNATURE: &str = consts
685 assert_eq!(hex::encode(result), SIGNATURE); in rsa_sign()
697 assert!(verifier.verify(&Vec::from_hex(SIGNATURE).unwrap()).unwrap()); in rsa_verify_ok()
709 assert!(!verifier.verify(&Vec::from_hex(SIGNATURE).unwrap()).unwrap()); in rsa_verify_invalid()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/woff/
H A DWoffWriter.java39 private static final long SIGNATURE = 0x774F4646; field in WoffWriter
99 index += writableFontData.writeULong(index, SIGNATURE); // signature in writeWoffHeader()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1433 pub const SIGNATURE: ::c_short = 10; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2202 pub const SIGNATURE: u16 = 10; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs2630 pub const SIGNATURE: ::c_short = 10; consts

Completed in 25 milliseconds