Searched refs:PeerPublicKey (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
D | CryptDh.c | 293 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()
|
D | CryptDhNull.c | 148 IN CONST UINT8 *PeerPublicKey, in DhComputeKey() argument
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/ |
D | CryptDhNull.c | 148 IN CONST UINT8 *PeerPublicKey, in DhComputeKey() argument
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecCryptIo.c | 735 IN CONST UINT8 *PeerPublicKey, in IpSecCryptoIoDhComputeKey() argument 741 if (!DhComputeKey (DhContext, PeerPublicKey, PeerPublicKeySize, Key, KeySize)) { in IpSecCryptoIoDhComputeKey()
|
D | IpSecCryptIo.h | 694 IN CONST UINT8 *PeerPublicKey,
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/ |
D | BaseCryptLib.h | 2657 IN CONST UINT8 *PeerPublicKey,
|