Home
last modified time | relevance | path

Searched refs:pubkeyBn (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Ddh.h353 MP_t q1 = NULL, pubkeyBn = NULL; in DHComputeSharedSecretKey() local
360 MP_getbin(pubkeyBn, pubkey, nPubkeyLen); in DHComputeSharedSecretKey()
361 if (!pubkeyBn) in DHComputeSharedSecretKey()
367 if (isValidPublicKey(pubkeyBn, dh->p, q1)) in DHComputeSharedSecretKey()
368 res = MDH_compute_key(secret, nPubkeyLen, pubkeyBn, dh); in DHComputeSharedSecretKey()
373 MP_free(pubkeyBn); in DHComputeSharedSecretKey()