Searched refs:dump_buf (Results 1 – 1 of 1) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/programs/pkey/ |
D | ecdsa.c | 68 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() function 91 dump_buf( title, buf, len ); in dump_pubkey() 94 #define dump_buf( a, b, c ) macro 173 dump_buf( " + Hash: ", hash, sizeof hash ); in main() 174 dump_buf( " + Signature: ", sig, sig_len ); in main()
|