Searched refs:Dh (Results 1 - 3 of 3) 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...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm_pm.asm41 dw offset apmf_dev_pm ; 0Dh
96 apmf_dev_pm: ; function 0Dh
H A Dorgs.asm298 out 00Dh, al
313 cmp al, 0Dh
539 mov ds:[48Dh], al ; HD error register
549 SET_INT_VECTOR 41h, EBDA_SEG, 3Dh
550 SET_INT_VECTOR 46h, EBDA_SEG, 4Dh
789 SET_INT_VECTOR 0Dh, BIOSSEG, dummy_isr ; IRQ 5
976 cmp ah, 4Dh
1430 ;; MDA/CGA Video Parameter Table (INT 1Dh)

Completed in 47 milliseconds