Searched refs:Prime (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/ |
H A D | CryptDh.c | 68 If Prime is NULL, then return FALSE. 73 @param[out] Prime Pointer to the buffer to receive the generated prime number. 86 OUT UINT8 *Prime 94 if (DhContext == NULL || Prime == NULL) { 107 BN_bn2bin (((DH *) DhContext)->p, Prime); 119 If Prime is NULL, then return FALSE. 124 @param[in] Prime Pointer to the prime number. 128 @retval FALSE Value of Generator is not suitable for the Prime. 129 @retval FALSE Value of Prime is not a prime number. 130 @retval FALSE Value of Prime i [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/ |
H A D | DhVerify.c | 31 UINT8 Prime[64]; local 62 Status = DhGenerateParameter (Dh1, 2, 64, Prime); 69 Status = DhSetParameter (Dh2, 2, 64, Prime);
|
/vbox/include/iprt/crypto/ |
H A D | rsa.h | 70 RTASN1INTEGER Prime; member in struct:RTCRRSAOTHERPRIMEINFO
|
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | rsa-template.h | 51 RTASN1TMPL_MEMBER( Prime, RTASN1INTEGER, RTAsn1Integer);
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/ |
H A D | IpSecCryptIo.h | 652 @param[in] Prime Pointer to the buffer to receive the generated 668 IN CONST UINT8 *Prime,
|
H A D | IpSecCryptIo.c | 669 @param[in] Prime Pointer to the buffer to receive the generated 685 IN CONST UINT8 *Prime, 694 if (!DhSetParameter (*DhContext, Generator, PrimeLength, Prime)) { 681 IpSecCryptoIoDhGetPublicKey( IN OUT UINT8 **DhContext, IN UINTN Generator, IN UINTN PrimeLength, IN CONST UINT8 *Prime, OUT UINT8 *PublicKey, IN OUT UINTN *PublicKeySize ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/ |
H A D | BaseCryptLib.h | 1763 If Prime is NULL, then return FALSE. 1768 @param[out] Prime Pointer to the buffer to receive the generated prime number. 1781 OUT UINT8 *Prime 1791 If Prime is NULL, then return FALSE. 1796 @param[in] Prime Pointer to the prime number. 1800 @retval FALSE Value of Generator is not suitable for the Prime. 1801 @retval FALSE Value of Prime is not a prime number. 1802 @retval FALSE Value of Prime is not a safe prime number. 1811 IN CONST UINT8 *Prime
|
Completed in 715 milliseconds