Home
last modified time | relevance | path

Searched refs:PeerPublicKeySize (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
DCryptDh.c294 IN UINTN PeerPublicKeySize, in DhComputeKey() argument
309 if (PeerPublicKeySize > INT_MAX) { in DhComputeKey()
313 Bn = BN_bin2bn (PeerPublicKey, (UINT32) PeerPublicKeySize, NULL); in DhComputeKey()
DCryptDhNull.c149 IN UINTN PeerPublicKeySize, in DhComputeKey() argument
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
DCryptDhNull.c149 IN UINTN PeerPublicKeySize, in DhComputeKey() argument
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c736 IN UINTN PeerPublicKeySize, in IpSecCryptoIoDhComputeKey() argument
741 if (!DhComputeKey (DhContext, PeerPublicKey, PeerPublicKeySize, Key, KeySize)) { in IpSecCryptoIoDhComputeKey()
DIpSecCryptIo.h695 IN UINTN PeerPublicKeySize,
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h2658 IN UINTN PeerPublicKeySize,