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

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptRsa.c404 If PublicExponent is NULL, the default RSA public exponent (0x10001) will be used.
413 @param[in] PublicExponent Pointer to RSA public exponent.
425 IN CONST UINT8 *PublicExponent,
440 if (PublicExponent == NULL) {
443 BN_bin2bn (PublicExponent, (UINT32) PublicExponentSize, KeyE);
422 RsaGenerateKey( IN OUT VOID *RsaContext, IN UINTN ModulusLength, IN CONST UINT8 *PublicExponent, IN UINTN PublicExponentSize ) argument
/vbox/include/iprt/crypto/
H A Drsa.h53 RTASN1INTEGER PublicExponent; member in struct:RTCRRSAPUBLICKEY
95 RTASN1INTEGER PublicExponent; member in struct:RTCRRSAPRIVATEKEY

Completed in 81 milliseconds