Searched refs:dump_buf (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | ecdsa.c | 73 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() function 96 dump_buf( title, buf, len ); in dump_pubkey() 99 #define dump_buf( a, b, c ) macro 190 dump_buf( " + Hash: ", hash, sizeof( hash ) ); in main() 208 dump_buf( " + Signature: ", sig, sig_len ); in main()
|
Completed in 3 milliseconds