Searched refs:TPM2B_IV (Results 1 – 20 of 20) sorted by relevance
/external/tpm2/ |
D | EncryptDecrypt_fp.h | 16 TPM2B_IV ivIn; 22 TPM2B_IV ivOut;
|
D | Context_spt_fp.h | 15 TPM2B_IV *iv // OUT: the IV.
|
D | marshal_fp.h | 26 MARSHAL_WRAPPER(TPM2B_IV)
|
D | Object_spt.c | 718 TPM2B_IV ivRNG; // IV from RNG in ProduceOuterWrap() 719 TPM2B_IV *iv = NULL; in ProduceOuterWrap() 740 bufferSize = sizeof(TPM2B_IV); in ProduceOuterWrap() 803 TPM2B_IV ivIn; // input IV retrieved from input buffer in UnwrapOuter() 804 TPM2B_IV *iv = NULL; in UnwrapOuter()
|
D | CryptUtil_fp.h | 320 TPM2B_IV *ivIn, // IN/OUT: IV for next block 330 TPM2B_IV *ivIn, // IN/OUT: Input IV and output chaining value for the
|
D | ContextLoad.c | 42 TPM2B_IV iv; in TPM2_ContextLoad()
|
D | Context_spt.c | 23 TPM2B_IV *iv // OUT: the IV. in ComputeContextProtectionKey()
|
D | ContextSave.c | 29 TPM2B_IV iv; in TPM2_ContextSave()
|
D | CryptUtil.c | 1797 TPM2B_IV iv; in ParmDecryptSym() 1835 TPM2B_IV iv; in ParmEncryptSym() 2161 TPM2B_IV *ivIn, // IN/OUT: Input IV and output chaining in CryptSymmetricEncrypt() 2167 TPM2B_IV defaultIv = {}; in CryptSymmetricEncrypt() 2168 TPM2B_IV *iv = (ivIn != NULL) ? ivIn : &defaultIv; in CryptSymmetricEncrypt() 2264 TPM2B_IV *ivIn, // IN/OUT: IV for next block in CryptSymmetricDecrypt() 2609 TPM2B_IV iv = {}; in CryptSecretDecrypt()
|
D | tpm_generated.h | 152 UINT16 TPM2B_IV_Marshal(TPM2B_IV* source, BYTE** buffer, INT32* size); 154 TPM_RC TPM2B_IV_Unmarshal(TPM2B_IV* target, BYTE** buffer, INT32* size);
|
D | tpm_types.h | 690 } TPM2B_IV; typedef
|
D | tpm_generated.c | 1330 UINT16 TPM2B_IV_Marshal(TPM2B_IV* source, BYTE** buffer, INT32* size) { in TPM2B_IV_Marshal() 1340 TPM_RC TPM2B_IV_Unmarshal(TPM2B_IV* target, BYTE** buffer, INT32* size) { in TPM2B_IV_Unmarshal()
|
D | part4.txt | 6269 7 TPM2B_IV *iv // OUT: the IV. 6766 …Get the size of TPM2B_IV in canonical form that will be append to the start of the sensitive data.… 7546 615 TPM2B_IV ivRNG; // IV from RNG 7547 616 TPM2B_IV *iv = NULL; 7646 694 TPM2B_IV ivIn; // input IV retrieved from input buffer 7647 695 TPM2B_IV *iv = NULL; 21476 1407 TPM2B_IV iv; 21518 1443 TPM2B_IV iv; 21896 1698 TPM2B_IV *ivIn, // IN/OUT: Input IV and output chaining 21903 1705 TPM2B_IV defaultIv = {0}; [all …]
|
D | part3.txt | 5876 TPM2B_IV ivIn an initial value as required by the algorithm 5888 TPM2B_IV ivOut chaining value to use for IV in next round 15969 16 TPM2B_IV iv; 16250 23 TPM2B_IV iv;
|
/external/tpm2/generator/ |
D | structures.txt | 961 _STRUCTURE TPM2B_IV
|
D | commands.txt | 706 _TYPE TPM2B_IV 723 _TYPE TPM2B_IV
|
D | raw_structures.txt | 391 10.3.11 TPM2B_IV ..................................................................................… 913 Table 78 — Definition of TPM2B_IV Structure <IN/OUT> ..............................................… 10610 10.3.11 TPM2B_IV 10613 Table 78 — Definition of TPM2B_IV Structure <IN/OUT> 15159 could also be a TPM2B_IV
|
D | raw_structures_fixed.txt | 391 10.3.11 TPM2B_IV ..................................................................................… 913 Table 78 — Definition of TPM2B_IV Structure <IN/OUT> ..............................................… 10623 10.3.11 TPM2B_IV 10626 Table 78 — Definition of TPM2B_IV Structure <IN/OUT> 15137 could also be a TPM2B_IV
|
D | raw_commands.txt | 10123 TPM2B_IV 10162 TPM2B_IV 28844 TPM2B_IV 29376 TPM2B_IV
|
D | raw_commands_fixed.txt | 10134 TPM2B_IV 10173 TPM2B_IV 28855 TPM2B_IV 29387 TPM2B_IV
|