Searched defs:pubkey_cmp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dcssp.c761 struct stream pubkey_cmp = { 0 }; local
889 if (!cssp_gss_unwrap(gss_ctx, &blob, &pubkey_cmp))
892 pubkey_cmp.data[0] -= 1;
895 if (memcmp(pubkey.data, pubkey_cmp.data, s_length(&pubkey)) != 0)

Completed in 45 milliseconds