Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/ecdh/
H A Dx25519_448.h57 ATTRIBUTE_WARN_UNUSED_RET int x448_derive_secret(const u8 priv_key[X448_SIZE], const u8 peer_pub_ke…
/freebsd/crypto/libecc/src/ecdh/
H A Dx25519_448.c422 int x448_derive_secret(const u8 priv_key[X448_SIZE], const u8 peer_pub_key[X448_SIZE], u8 shared_se… in x448_derive_secret() function
/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.c442 ret = x448_derive_secret(t->privkey, t->peerpubkey, sharedsecret_check); in check_wycheproof_xdh()
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c1170 ret = x448_derive_secret(c->our_priv_key, c->peer_pub_key, shared_secret);