Home
last modified time | relevance | path

Searched refs:x448_init_pub_key (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/include/libecc/ecdh/
H A Dx25519_448.h55 ATTRIBUTE_WARN_UNUSED_RET int x448_init_pub_key(const u8 priv_key[X448_SIZE], u8 pub_key[X448_SIZE]…
/freebsd/crypto/libecc/src/ecdh/
H A Dx25519_448.c417 int x448_init_pub_key(const u8 priv_key[X448_SIZE], u8 pub_key[X448_SIZE]) in x448_init_pub_key() function
/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.c424 ret = x448_init_pub_key(t->privkey, pubkey_check); in check_wycheproof_xdh()
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c1154 ret = x448_init_pub_key(c->our_priv_key, pub_key);