Searched refs:x448_init_pub_key (Results 1 – 4 of 4) sorted by relevance
55 ATTRIBUTE_WARN_UNUSED_RET int x448_init_pub_key(const u8 priv_key[X448_SIZE], u8 pub_key[X448_SIZE]…
417 int x448_init_pub_key(const u8 priv_key[X448_SIZE], u8 pub_key[X448_SIZE]) in x448_init_pub_key() function
424 ret = x448_init_pub_key(t->privkey, pubkey_check); in check_wycheproof_xdh()
1154 ret = x448_init_pub_key(c->our_priv_key, pub_key);