Searched defs:CURVE25519_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance
21 #define CURVE25519_KEY_SIZE 32 macro31 curve25519_clamp_secret(uint8_t secret[CURVE25519_KEY_SIZE]) in curve25519_clamp_secret()38 curve25519_generate_secret(uint8_t secret[CURVE25519_KEY_SIZE]) in curve25519_generate_secret()
34 int curve25519_generate_public(uint8_t pub[CURVE25519_KEY_SIZE], in curve25519_generate_public()35 const uint8_t secret[CURVE25519_KEY_SIZE]) in curve25519_generate_public()782 int curve25519(uint8_t out[CURVE25519_KEY_SIZE], in curve25519()783 const uint8_t scalar[CURVE25519_KEY_SIZE], in curve25519()784 const uint8_t point[CURVE25519_KEY_SIZE]) in curve25519()