Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
DCryptDh.c293 IN CONST UINT8 *PeerPublicKey, in DhComputeKey() argument
305 if (DhContext == NULL || PeerPublicKey == NULL || KeySize == NULL || Key == NULL) { in DhComputeKey()
313 Bn = BN_bin2bn (PeerPublicKey, (UINT32) PeerPublicKeySize, NULL); in DhComputeKey()
DCryptDhNull.c148 IN CONST UINT8 *PeerPublicKey, in DhComputeKey() argument
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
DCryptDhNull.c148 IN CONST UINT8 *PeerPublicKey, in DhComputeKey() argument
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c735 IN CONST UINT8 *PeerPublicKey, in IpSecCryptoIoDhComputeKey() argument
741 if (!DhComputeKey (DhContext, PeerPublicKey, PeerPublicKeySize, Key, KeySize)) { in IpSecCryptoIoDhComputeKey()
DIpSecCryptIo.h694 IN CONST UINT8 *PeerPublicKey,
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h2657 IN CONST UINT8 *PeerPublicKey,