Searched refs:fpub (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bearssl/test/ |
H A D | test_speed.c | 762 br_rsa_public fpub, br_rsa_private fpriv, br_rsa_keygen kgen) in test_speed_rsa_inner() argument 801 if (!fpub(tmp, sizeof tmp, &RSA_PK)) { in test_speed_rsa_inner() 813 fpub(tmp, sizeof tmp, &RSA_PK); in test_speed_rsa_inner()
|
H A D | test_crypto.c | 5727 test_RSA_core(const char *name, br_rsa_public fpub, br_rsa_private fpriv) in test_RSA_core() argument 5741 if (!fpub(t3, len, &RSA_PK)) { in test_RSA_core() 5759 if (!fpub(t3, len, &RSA_PK)) { in test_RSA_core() 5779 if (fpub(t3, len, &RSA_PK)) { in test_RSA_core() 5809 if (!fpub(t3, len, &RSA2048_PK)) { in test_RSA_core() 5826 if (!fpub(t3, len, &RSA4096_PK)) { in test_RSA_core()
|