Searched refs:dump_buf (Results 1 – 1 of 1) sorted by relevance
/mbedtls-development/programs/pkey/ |
A D | ecdsa.c | 67 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() function 90 dump_buf( title, buf, len ); in dump_pubkey() 93 #define dump_buf( a, b, c ) macro 173 dump_buf( " + Hash: ", hash, sizeof( hash ) ); in main() 191 dump_buf( " + Signature: ", sig, sig_len ); in main()
|
Completed in 3 milliseconds