OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChildKeymats
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Sa.c
[
all
...]
Utility.c
821
if (ChildSaSession->
ChildKeymats
.LocalPeerInfo.EspAlgoInfo.AuthKey != NULL) {
822
FreePool (ChildSaSession->
ChildKeymats
.LocalPeerInfo.EspAlgoInfo.AuthKey);
825
if (ChildSaSession->
ChildKeymats
.LocalPeerInfo.EspAlgoInfo.EncKey != NULL) {
826
FreePool (ChildSaSession->
ChildKeymats
.LocalPeerInfo.EspAlgoInfo.EncKey);
829
if (ChildSaSession->
ChildKeymats
.RemotePeerInfo.EspAlgoInfo.AuthKey != NULL) {
830
FreePool (ChildSaSession->
ChildKeymats
.RemotePeerInfo.EspAlgoInfo.AuthKey);
833
if (ChildSaSession->
ChildKeymats
.RemotePeerInfo.EspAlgoInfo.EncKey != NULL) {
834
FreePool (ChildSaSession->
ChildKeymats
.RemotePeerInfo.EspAlgoInfo.EncKey);
[
all
...]
Ikev2.h
203
SA_KEYMATS
ChildKeymats
;
Completed in 71 milliseconds