Searched refs:PLAIN_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
206 #define PLAIN_BUF_SIZE 64 /* leave some space so we don't oops */ macro219 char buf[PLAIN_BUF_SIZE]; in plain_format()222 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format()278 char buf[PLAIN_BUF_SIZE]; in plain_hash()281 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash()317 char buf[PLAIN_BUF_SIZE]; in test_hashed()324 ret = plain_hash_to_buffer(p, buf, PLAIN_BUF_SIZE); in test_hashed()