Searched defs:CURVE25519_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux/include/crypto/ |
A D | curve25519.h | 14 CURVE25519_KEY_SIZE = 32 enumerator 34 bool __must_check curve25519(u8 mypublic[CURVE25519_KEY_SIZE], in curve25519() 35 const u8 secret[CURVE25519_KEY_SIZE], in curve25519() 36 const u8 basepoint[CURVE25519_KEY_SIZE]) in curve25519() 47 __must_check curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], in curve25519_generate_public() 48 const u8 secret[CURVE25519_KEY_SIZE]) in curve25519_generate_public() 61 static inline void curve25519_clamp_secret(u8 secret[CURVE25519_KEY_SIZE]) in curve25519_clamp_secret() 67 static inline void curve25519_generate_secret(u8 secret[CURVE25519_KEY_SIZE]) in curve25519_generate_secret()
|
/linux/arch/arm/crypto/ |
A D | curve25519-glue.c | 28 void curve25519_arch(u8 out[CURVE25519_KEY_SIZE], in curve25519_arch() 29 const u8 scalar[CURVE25519_KEY_SIZE], in curve25519_arch() 30 const u8 point[CURVE25519_KEY_SIZE]) in curve25519_arch() 42 void curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE], in curve25519_base_arch() 43 const u8 secret[CURVE25519_KEY_SIZE]) in curve25519_base_arch()
|
/linux/arch/x86/crypto/ |
A D | curve25519-x86_64.c | 1383 void curve25519_arch(u8 mypublic[CURVE25519_KEY_SIZE], in curve25519_arch() 1384 const u8 secret[CURVE25519_KEY_SIZE], in curve25519_arch() 1385 const u8 basepoint[CURVE25519_KEY_SIZE]) in curve25519_arch() 1394 void curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE], in curve25519_base_arch() 1395 const u8 secret[CURVE25519_KEY_SIZE]) in curve25519_base_arch()
|
/linux/lib/crypto/ |
A D | curve25519-hacl64.c | 759 void curve25519_generic(u8 mypublic[CURVE25519_KEY_SIZE], in curve25519_generic() 760 const u8 secret[CURVE25519_KEY_SIZE], in curve25519_generic() 761 const u8 basepoint[CURVE25519_KEY_SIZE]) in curve25519_generic()
|
A D | curve25519-fiat32.c | 756 void curve25519_generic(u8 out[CURVE25519_KEY_SIZE], in curve25519_generic() 757 const u8 scalar[CURVE25519_KEY_SIZE], in curve25519_generic() 758 const u8 point[CURVE25519_KEY_SIZE]) in curve25519_generic()
|
Completed in 14 milliseconds