Home
last modified time | relevance | path

Searched refs:operandB (Results 1 – 12 of 12) sorted by relevance

/external/tpm2/
DPolicyCounterTimer.c53 result = TimeGetRange(in->offset, in->operandB.t.size, &infoData); in TPM2_PolicyCounterTimer()
61 if(CryptCompare(in->operandB.t.size, infoData, in TPM2_PolicyCounterTimer()
62 in->operandB.t.size, in->operandB.t.buffer) != 0) in TPM2_PolicyCounterTimer()
67 if(CryptCompare(in->operandB.t.size, infoData, in TPM2_PolicyCounterTimer()
68 in->operandB.t.size, in->operandB.t.buffer) == 0) in TPM2_PolicyCounterTimer()
73 if(CryptCompareSigned(in->operandB.t.size, infoData, in TPM2_PolicyCounterTimer()
74 in->operandB.t.size, in->operandB.t.buffer) <= 0) in TPM2_PolicyCounterTimer()
79 if(CryptCompare(in->operandB.t.size, infoData, in TPM2_PolicyCounterTimer()
80 in->operandB.t.size, in->operandB.t.buffer) <= 0) in TPM2_PolicyCounterTimer()
85 if(CryptCompareSigned(in->operandB.t.size, infoData, in TPM2_PolicyCounterTimer()
[all …]
DPolicyNV.c31 BYTE nvBuffer[sizeof(in->operandB.t.buffer)]; in TPM2_PolicyNV()
55 if((nvIndex.publicArea.dataSize - in->offset) < in->operandB.t.size) in TPM2_PolicyNV()
62 in->operandB.t.size, nvBuffer); in TPM2_PolicyNV()
68 if(CryptCompare(in->operandB.t.size, nvBuffer, in TPM2_PolicyNV()
69 in->operandB.t.size, in->operandB.t.buffer) != 0) in TPM2_PolicyNV()
74 if(CryptCompare(in->operandB.t.size, nvBuffer, in TPM2_PolicyNV()
75 in->operandB.t.size, in->operandB.t.buffer) == 0) in TPM2_PolicyNV()
80 if(CryptCompareSigned(in->operandB.t.size, nvBuffer, in TPM2_PolicyNV()
81 in->operandB.t.size, in->operandB.t.buffer) <= 0) in TPM2_PolicyNV()
86 if(CryptCompare(in->operandB.t.size, nvBuffer, in TPM2_PolicyNV()
[all …]
DPolicyCounterTimer_fp.h14 TPM2B_OPERAND operandB; member
DPolicyNV_fp.h16 TPM2B_OPERAND operandB; member
DMarshal_PolicyCounterTimer.c18 result = TPM2B_OPERAND_Unmarshal(&target->operandB, buffer, size); in PolicyCounterTimer_In_Unmarshal()
DMarshal_PolicyNV.c20 result = TPM2B_OPERAND_Unmarshal(&target->operandB, buffer, size); in PolicyNV_In_Unmarshal()
Dpart3.txt11936 The TPM will validate that the size of operandB plus offset is not greater than the size of the NV …
11938 operandA begins at offest into the NV index contents and has a size equal to the size of operandB. …
11939 TPM will perform the indicated arithmetic check using operandA and operandB. . If the check fails, …
11942 … args ≔ HpolicyAlg(operandB.buffer || offset || operation) (22)
11945 operandB the value used for the comparison
11961 operandB contain the most significant octet of the data.
11991 TPM2B_OPERAND operandB the second operand
12028 operandB
12038 14 BYTE nvBuffer[sizeof(in->operandB.t.buffer)];
12061 37 // Valid NV data size should not be smaller than input operandB size
[all …]
/external/tpm2/generator/
Draw_commands.txt21336 The TPM will validate that the size of operandB plus offset is not greater than the size of the NV …
21352 operandB
21387 operandB contain the most significant octet of the data.
21452 operandB
21585 operandB
21607 nvBuffer[sizeof(in->operandB.t.buffer)];
21629 // Valid NV data size should not be smaller than input operandB size
21630 if((nvIndex.publicArea.dataSize - in->offset) < in->operandB.t.size)
21635 in->operandB.t.size, nvBuffer);
21718 if(CryptCompare(in->operandB.t.size, nvBuffer,
[all …]
Draw_commands_fixed.txt21347 The TPM will validate that the size of operandB plus offset is not greater than the size of the NV …
21363 operandB
21398 operandB contain the most significant octet of the data.
21463 operandB
21596 operandB
21618 nvBuffer[sizeof(in->operandB.t.buffer)];
21640 // Valid NV data size should not be smaller than input operandB size
21641 if((nvIndex.publicArea.dataSize - in->offset) < in->operandB.t.size)
21646 in->operandB.t.size, nvBuffer);
21729 if(CryptCompare(in->operandB.t.size, nvBuffer,
[all …]
Dcommands.txt1711 _NAME operandB
1739 _NAME operandB
/external/v8/src/arm64/
Dassembler-arm64.cc459 const MemOperand& operandB, in AreConsistentForPair() argument
465 if (!operandA.base().Is(operandB.base()) || in AreConsistentForPair()
467 (operandB.addrmode() != Offset) || in AreConsistentForPair()
473 if ((operandB.offset() == operandA.offset() + (1 << access_size_log2)) && in AreConsistentForPair()
477 if ((operandA.offset() == operandB.offset() + (1 << access_size_log2)) && in AreConsistentForPair()
478 is_int7(operandB.offset() >> access_size_log2)) { in AreConsistentForPair()
Dassembler-arm64.h668 const MemOperand& operandB,