Searched refs:RSA_PK (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bearssl/test/ |
H A D | test_speed.c | 746 static const br_rsa_public_key RSA_PK = { variable 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 | 5310 static const br_rsa_public_key RSA_PK = { variable 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() 5869 if (!fvrfy(t1, sizeof t1, SHA1_OID, sizeof tmp, &RSA_PK, tmp)) { in test_RSA_sign() 5900 if (fvrfy(t1, sizeof t1, SHA1_OID, sizeof tmp, &RSA_PK, tmp)) { in test_RSA_sign()
|