Searched refs:dump_buf (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/programs/pkey/ |
D | ecdsa.c | 46 static void dump_buf(const char *title, unsigned char *buf, size_t len) in dump_buf() function 69 dump_buf(title, buf, len); in dump_pubkey() 72 #define dump_buf(a, b, c) macro 153 dump_buf(" + Hash: ", hash, sizeof(hash)); in main() 170 dump_buf(" + Signature: ", sig, sig_len); in main()
|