Searched defs:STR_INIT (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c47 #define STR_INIT(s) (const unsigned char *)(s), sizeof(s)-1 macro
72 static IN_ abc = { "\"abc\"", NULL, 0, STR_INIT("abc")};
86 STR_INIT("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq")};
105 STR_INIT("Hi There")};
110 static IN_ rfc2104_2 = {"RFC 2104 #2", STR_INIT("Jefe"),
111 STR_INIT("what do ya want for nothing?")};
142 STR_INIT("Hi There")};
163 static IN_ rfc4634_2 = {"RFC 4634 #2", STR_INIT("Jefe"),
164 STR_INIT("what do ya want for nothing?")};

Completed in 12 milliseconds