Searched refs:test_ecdh_sample (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/net/bluetooth/ |
| D | selftest.c | 141 static int __init test_ecdh_sample(const u8 priv_a[32], const u8 priv_b[32], in test_ecdh_sample() function 182 err = test_ecdh_sample(priv_a_1, priv_b_1, pub_a_1, pub_b_1, dhkey_1); in test_ecdh() 188 err = test_ecdh_sample(priv_a_2, priv_b_2, pub_a_2, pub_b_2, dhkey_2); in test_ecdh() 194 err = test_ecdh_sample(priv_a_3, priv_a_3, pub_a_3, pub_a_3, dhkey_3); in test_ecdh()
|