WvStreams
|
Public Member Functions | |
WvOakleyAuth (int group) | |
short | public_len () |
short | other_pub_len () |
short | get_public_key (WvBuf &outbuf, short len) |
short | get_other_public_key (WvBuf &outbuf, short len) |
void | create_secret (WvBuf &_other_pub_key, short len) |
WvOakleyAuth (int group) | |
short | public_len () |
short | other_pub_len () |
short | get_public_key (WvBuf &outbuf, short len) |
short | get_other_public_key (WvBuf &outbuf, short len) |
void | create_secret (WvBuf &_other_pub_key, short len) |
Public Attributes | |
WvDynBuf | dh_secret |
Definition at line 14 of file debian/libwvstreams-dev/usr/include/wvstreams/wvoakley.h.
WvOakleyAuth::WvOakleyAuth | ( | int | group | ) |
Definition at line 37 of file wvoakley.cc.
short WvOakleyAuth::public_len | ( | ) |
Definition at line 56 of file wvoakley.cc.
short WvOakleyAuth::other_pub_len | ( | ) |
Definition at line 74 of file wvoakley.cc.
short WvOakleyAuth::get_public_key | ( | WvBuf & | outbuf, |
short | len | ||
) |
Definition at line 61 of file wvoakley.cc.
short WvOakleyAuth::get_other_public_key | ( | WvBuf & | outbuf, |
short | len | ||
) |
Definition at line 79 of file wvoakley.cc.
void WvOakleyAuth::create_secret | ( | WvBuf & | _other_pub_key, |
short | len | ||
) |
Definition at line 66 of file wvoakley.cc.
WvDynBuf WvOakleyAuth::dh_secret |
Definition at line 23 of file debian/libwvstreams-dev/usr/include/wvstreams/wvoakley.h.