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

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptDh.c142 DH *Dh; local
155 Dh = (DH *) DhContext;
156 Dh->p = BN_new();
157 Dh->g = BN_new();
159 BN_bin2bn (Prime, (UINT32) (PrimeLength / 8), Dh->p);
160 BN_set_word (Dh->g, (UINT32) Generator);
196 DH *Dh; local
209 Dh = (DH *) DhContext;
214 BN_bn2bin (Dh->pub_key, PublicKey);
215 *PublicKeySize = BN_num_bytes (Dh
[all...]

Completed in 36 milliseconds