Lines Matching full:127
68 /// IWKey.Encryption Key[127:0] := __enkey_hi[127:0]:
69 /// IWKey.Encryption Key[255:128] := __enkey_lo[127:0]
70 /// IWKey.IntegrityKey[127:0] := __intkey[127:0]
76 /// IWKey.Encryption Key[127:0] := __enkey_hi[127:0] XOR HW_NRND_GEN.data[127:0]
77 /// IWKey.Encryption Key[255:128] := __enkey_lo[127:0] XOR HW_NRND_GEN.data[255:128]
78 /// IWKey.Encryption Key[255:0] := __enkey_hi[127:0]:__enkey_lo[127:0] XOR HW_NRND_GEN.data[255:0]
79 /// IWKey.IntegrityKey[127:0] := __intkey[127:0] XOR HW_NRND_GEN.data[383:256]
109 /// InputKey[127:0] := __key[127:0]
113 /// KeyMetadata[127:28] := 0 // Reserved for future usage
114 /// Handle[383:0] := WrapKey128(InputKey[127:0], KeyMetadata[127:0],
115 /// IWKey.Integrity Key[127:0], IWKey.Encryption Key[255:0])
119 /// MEM[__h+127:__h] := Handle[127:0] // AAD
144 /// InputKey[127:0] := __key_lo[127:0]
149 /// KeyMetadata[127:28] := 0 // Reserved for future usage
150 /// Handle[511:0] := WrapKey256(InputKey[255:0], KeyMetadata[127:0],
151 /// IWKey.Integrity Key[127:0], IWKey.Encryption Key[255:0])
155 /// MEM[__h+127:__h] := Handle[127:0] // AAD
157 /// MEM[__h+383:__h+256] := Handle[383:256] // CipherText[127:0]
184 /// (Handle[127:0] AND (CPL > 0)) ||
194 /// MEM[__odata+127:__odata] := AES128Encrypt (__idata[127:0], UnwrappedKey)
221 /// (Handle[127:0] AND (CPL > 0)) ||
226 /// MEM[__odata+127:__odata] := 0
231 /// MEM[__odata+127:__odata] := 0
233 /// MEM[__odata+127:__odata] := AES256Encrypt (__idata[127:0], UnwrappedKey)
260 /// (Handle[127:0] AND (CPL > 0)) ||
265 /// MEM[__odata+127:__odata] := 0
270 /// MEM[__odata+127:__odata] := 0
272 /// MEM[__odata+127:__odata] := AES128Decrypt (__idata[127:0], UnwrappedKey)
299 /// (Handle[127:0] AND (CPL > 0)) ||
304 /// MEM[__odata+127:__odata] := 0
309 /// MEM[__odata+127:__odata] := 0
311 /// MEM[__odata+127:__odata] := AES256Decrypt (__idata[127:0], UnwrappedKey)
349 /// (Handle[127:0] AND (CPL > 0)) ||
395 /// (Handle[127:0] AND (CPL > 0)) ||
441 /// (Handle[127:0] AND (CPL > 0)) ||
487 /// (Handle[127:0] AND (CPL > 0)) ||