VSF Documented
ecdh.h
Go to the documentation of this file.
1#ifndef __VSF_LINUX_CRYPTO_ECDH_H__
2#define __VSF_LINUX_CRYPTO_ECDH_H__
3
4struct ecdh {
5 char *key;
6 unsigned short key_size;
7};
8
9unsigned int crypto_ecdh_key_len(const struct ecdh *params);
10int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
11int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
12
13#endif
int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p)
Definition vsf_linux_core_crypto.c:793
int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p)
Definition vsf_linux_core_crypto.c:774
unsigned int crypto_ecdh_key_len(const struct ecdh *params)
Definition vsf_linux_core_crypto.c:769
__le16 params
Definition ieee80211.h:108
Definition ecdh.h:4
unsigned short key_size
Definition ecdh.h:6
char * key
Definition ecdh.h:5
Generated from commit: vsfteam/vsf@f33b89f