Home
last modified time | relevance | path

Searched refs:pub_key_print (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/include/libecc/utils/
H A Dprint_keys.h24 void pub_key_print(const char *msg, const ec_pub_key *pub);
H A Ddbg_sig.h47 pub_key_print(EC_SIG_ALG " " msg, __VA_ARGS__);\
/freebsd/crypto/libecc/src/utils/
H A Dprint_keys.c31 void pub_key_print(const char *msg, const ec_pub_key *pub) in pub_key_print() function
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c439 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));