Searched refs:HASH_MAGIC (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dhostfile.h51 #define HASH_MAGIC "|1|" macro
H A Dhostfile.c79 if (l < sizeof(HASH_MAGIC) - 1) {
83 if (strncmp(s, HASH_MAGIC, sizeof(HASH_MAGIC) - 1) != 0) {
87 s += sizeof(HASH_MAGIC) - 1;
88 l -= sizeof(HASH_MAGIC) - 1;
151 snprintf(encoded, sizeof(encoded), "%s%s%c%s", HASH_MAGIC, uu_salt,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h42 static const uint32_t HASH_MAGIC = 0x48415348u; member in class:MappedHash
49 magic; // HASH_MAGIC or HASH_CIGAM magic value to allow endian detection
60 : magic(HASH_MAGIC), version(1), hash_function(eHashFunctionDJB),
97 if (magic != HASH_MAGIC) {
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhash.c72 #define HASH_MAGIC ISC_MAGIC('H', 'a', 's', 'h') macro
73 #define VALID_HASH(h) ISC_MAGIC_VALID((h), HASH_MAGIC)
185 hctx->magic = HASH_MAGIC;

Completed in 63 milliseconds