Searched refs:x25519_init_pub_key (Results 1 – 4 of 4) sorted by relevance
38 ATTRIBUTE_WARN_UNUSED_RET int x25519_init_pub_key(const u8 priv_key[X25519_SIZE], u8 pub_key[X25519…
390 int x25519_init_pub_key(const u8 priv_key[X25519_SIZE], u8 pub_key[X25519_SIZE]) in x25519_init_pub_key() function
369 ret = x25519_init_pub_key(t->privkey, pubkey_check); in check_wycheproof_xdh()
1110 ret = x25519_init_pub_key(c->our_priv_key, pub_key);