Searched refs:pub_key_print (Results 1 – 4 of 4) sorted by relevance
24 void pub_key_print(const char *msg, const ec_pub_key *pub);
47 pub_key_print(EC_SIG_ALG " " msg, __VA_ARGS__);\
31 void pub_key_print(const char *msg, const ec_pub_key *pub) in pub_key_print() function
439 pub_key_print("pub_key1", &pub_key1); in ec_import_export_test()440 pub_key_print("pub_key2", &pub_key2); in ec_import_export_test()441 pub_key_print("pub_key", &(kp.pub_key)); in ec_import_export_test()855 pub_key_print("pub_key1", &pub_key1);856 pub_key_print("pub_key2", &pub_key2);857 pub_key_print("pub_key", &(kp.pub_key));