Searched refs:KEY_LEN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_enc.h79 #define KEY_LEN 14 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcrypto.h34 KEY_LEN = 96 enumerator in enum:__anon7330
43 uint8_t myPublicKey[KEY_LEN];
44 uint8_t mySecret[KEY_LEN];
H A Dcrypto.c59 #define KEY_LEN 96 macro
123 offset = KEY_LEN - len;
124 assert( len <= KEY_LEN );
158 uint8_t secret[KEY_LEN];
159 BIGNUM * bn = BN_bin2bn( peerPublicKey, KEY_LEN, NULL );
165 assert( DH_size( dh ) == KEY_LEN );
172 assert( len <= KEY_LEN );
173 offset = KEY_LEN - len;
188 *setme_len = KEY_LEN;
209 && SHA1_Update( &sha, crypto->mySecret, KEY_LEN )
[all...]
H A Dhandshake.c107 uint8_t mySecret[KEY_LEN];
327 char outbuf[ KEY_LEN + PadA_MAXLEN ], *walk=outbuf;
331 assert( len == KEY_LEN );
402 uint8_t yb[KEY_LEN];
412 needlen = KEY_LEN;
431 evbuffer_remove( inbuf, yb, KEY_LEN );
433 memcpy( handshake->mySecret, secret, KEY_LEN );
442 tr_sha1( req1, "req1", 4, secret, KEY_LEN, NULL );
455 tr_sha1( req3, "req3", 4, secret, KEY_LEN, NULL );
741 uint8_t ya[KEY_LEN];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_auth.h24 #define KEY_LEN 32399 macro

Completed in 186 milliseconds