Home
last modified time | relevance | path

Searched refs:ModulusLength (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
DCryptRsaExt.c205 IN UINTN ModulusLength, in RsaGenerateKey() argument
216 if (RsaContext == NULL || ModulusLength > INT_MAX || PublicExponentSize > INT_MAX) { in RsaGenerateKey()
237 if (RSA_generate_key_ex ((RSA *) RsaContext, (UINT32) ModulusLength, KeyE, NULL) == 1) { in RsaGenerateKey()
DCryptRsaExtNull.c67 IN UINTN ModulusLength, in RsaGenerateKey() argument
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
DCryptRsaExtNull.c67 IN UINTN ModulusLength, in RsaGenerateKey() argument
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h1903 IN UINTN ModulusLength,