Searched defs:X448_SIZE (Results 1 – 2 of 2) sorted by relevance
407 int x448(const u8 k[X448_SIZE], const u8 u[X448_SIZE], u8 res[X448_SIZE]) in x448()412 int x448_gen_priv_key(u8 priv_key[X448_SIZE]) in x448_gen_priv_key()417 int x448_init_pub_key(const u8 priv_key[X448_SIZE], u8 pub_key[X448_SIZE]) in x448_init_pub_key()422 int x448_derive_secret(const u8 priv_key[X448_SIZE], const u8 peer_pub_key[X448_SIZE], u8 shared_se… in x448_derive_secret()
24 #define X448_SIZE 56 macro