OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncKeyLength
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c
606
UINTN
EncKeyLength
;
615
EncKeyLength
= 0;
662
EncKeyLength
= StrLen (ValueStr);
680
DataSize = ALIGN_VARIABLE (DataSize +
EncKeyLength
);
697
((UINT8 *) (*Data)->AlgoInfo.EspAlgoInfo.EncKey +
EncKeyLength
),
785
(*Data)->AlgoInfo.EspAlgoInfo.
EncKeyLength
=
EncKeyLength
;
786
AsciiStr = AllocateZeroPool (
EncKeyLength
+ 1);
788
UnicodeStrToAsciiStrS (ValueStr, AsciiStr,
EncKeyLength
+ 1);
789
CopyMem ((*Data)->AlgoInfo.EspAlgoInfo.EncKey, AsciiStr,
EncKeyLength
);
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h
399
UINTN
EncKeyLength
;
Completed in 82 milliseconds