Searched refs:myPublicKey (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcrypto.h43 uint8_t myPublicKey[KEY_LEN]; member in struct:__anon7331
H A Dcrypto.c121 the msb's of myPublicKey need to be zeroed appropriately. */
125 memset( crypto->myPublicKey, 0, offset );
126 BN_bn2bin( dh->pub_key, crypto->myPublicKey + offset );
189 return crypto->myPublicKey;

Completed in 75 milliseconds