Searched defs:OutputKey (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DSa.c1491 UINT8 *OutputKey; local
1497 OutputKey = NULL;
1584 OutputKey = AllocateZeroPool (OutputKeyLength);
1585 if (OutputKey == NULL) {
1597 OutputKey,
1616 CopyMem (IkeSaSession->IkeKeys->SkdKey, OutputKey, PrfAlgKeyLen);
1629 CopyMem (IkeSaSession->IkeKeys->SkAiKey, OutputKey + PrfAlgKeyLen, IntegrityAlgKeyLen);
1644 OutputKey + PrfAlgKeyLen + IntegrityAlgKeyLen,
1662 OutputKey + AuthAlgKeyLen + 2 * IntegrityAlgKeyLen,
1667 OutputKey
1795 UINT8* OutputKey; local
[all...]
H A DUtility.c2528 @param[in, out] OutputKey Pointer to buffer which is used to receive the
2545 IN OUT UINT8 *OutputKey,
2580 // copy the digest into OutputKey.
2596 CopyMem (OutputKey, Digest, OutputKeyLength);
2662 OutputKey + Index * DigestSize,
2673 OutputKey + Index * DigestSize,
2541 Ikev2SaGenerateKey( IN UINT8 HashAlgId, IN UINT8 *HashKey, IN UINTN HashKeyLength, IN OUT UINT8 *OutputKey, IN UINTN OutputKeyLength, IN PRF_DATA_FRAGMENT *Fragments, IN UINTN NumFragments ) argument

Completed in 39 milliseconds