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

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptRsa.c429 BIGNUM *KeyE; local
439 KeyE = BN_new ();
441 BN_set_word (KeyE, 0x10001);
443 BN_bin2bn (PublicExponent, (UINT32) PublicExponentSize, KeyE);
447 if (RSA_generate_key_ex ((RSA *) RsaContext, (UINT32) ModulusLength, KeyE, NULL) == 1) {
451 BN_free (KeyE);

Completed in 32 milliseconds