|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| struct | ecdh |
Functions | |
| unsigned int | crypto_ecdh_key_len (const struct ecdh *params) |
| int | crypto_ecdh_encode_key (char *buf, unsigned int len, const struct ecdh *p) |
| int | crypto_ecdh_decode_key (const char *buf, unsigned int len, struct ecdh *p) |
| unsigned int crypto_ecdh_key_len | ( | const struct ecdh * | params | ) |
| int crypto_ecdh_encode_key | ( | char * | buf, |
| unsigned int | len, | ||
| const struct ecdh * | p | ||
| ) |
| int crypto_ecdh_decode_key | ( | const char * | buf, |
| unsigned int | len, | ||
| struct ecdh * | p | ||
| ) |