Searched refs:symmetric (Results 1 – 9 of 9) sorted by relevance
/system/tpm/trunks/ |
D | mock_tpm.cc | 44 const TPMT_SYM_DEF& symmetric, in StartAuthSession() argument 49 session_type, symmetric, auth_hash, in StartAuthSession() 61 const TPMT_SYM_DEF& symmetric, in StartAuthSessionSync() argument 67 encrypted_salt, session_type, symmetric, in StartAuthSessionSync()
|
D | tpm_utility_impl.cc | 1518 public_area.parameters.rsa_detail.symmetric.algorithm = TPM_ALG_AES; in CreateStorageRootKeys() 1519 public_area.parameters.rsa_detail.symmetric.key_bits.aes = 128; in CreateStorageRootKeys() 1520 public_area.parameters.rsa_detail.symmetric.mode.aes = TPM_ALG_CFB; in CreateStorageRootKeys() 1571 public_area.parameters.ecc_detail.symmetric.algorithm = TPM_ALG_AES; in CreateStorageRootKeys() 1572 public_area.parameters.ecc_detail.symmetric.key_bits.aes = 128; in CreateStorageRootKeys() 1573 public_area.parameters.ecc_detail.symmetric.mode.aes = TPM_ALG_CFB; in CreateStorageRootKeys() 1710 public_area.parameters.rsa_detail.symmetric.algorithm = TPM_ALG_NULL; in CreateDefaultPublicArea()
|
D | mock_tpm.h | 78 const TPMT_SYM_DEF& symmetric, 88 const TPMT_SYM_DEF& symmetric, 101 const TPMT_SYM_DEF& symmetric, 112 const TPMT_SYM_DEF& symmetric,
|
D | tpm_generated.h | 1461 BYTE symmetric[sizeof(TPM2B_DIGEST)]; member 1475 TPMT_SYM_DEF_OBJECT symmetric; member 1480 TPMT_SYM_DEF_OBJECT symmetric; member 1487 TPMT_SYM_DEF_OBJECT symmetric; member 3834 const TPMT_SYM_DEF& symmetric, 3851 const TPMT_SYM_DEF& symmetric, 3863 const TPMT_SYM_DEF& symmetric,
|
D | tpm_generated.cc | 7791 result = Serialize_TPMT_SYM_DEF_OBJECT(value.symmetric, buffer); in Serialize_TPMS_ASYM_PARMS() 7812 &value->symmetric, in Parse_TPMS_ASYM_PARMS() 7834 result = Serialize_TPMT_SYM_DEF_OBJECT(value.symmetric, buffer); in Serialize_TPMS_RSA_PARMS() 7865 &value->symmetric, in Parse_TPMS_RSA_PARMS() 7903 result = Serialize_TPMT_SYM_DEF_OBJECT(value.symmetric, buffer); in Serialize_TPMS_ECC_PARMS() 7934 &value->symmetric, in Parse_TPMS_ECC_PARMS() 10646 const TPMT_SYM_DEF& symmetric, in SerializeCommand_StartAuthSession() argument 10703 symmetric, in SerializeCommand_StartAuthSession() 10964 const TPMT_SYM_DEF& symmetric, in StartAuthSession() argument 10984 symmetric, in StartAuthSession() [all …]
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 2890 symmetric algorithm standardized by OSCCA 3037 Counter mode – if implemented, all symmetric block 3048 symmetric block ciphers (S type) implemented shall be 3058 symmetric block ciphers (S type) implemented shall be 3064 the object type for a symmetric block cipher 3093 symmetric block ciphers (S type) implemented shall be 3103 symmetric block ciphers (S type) implemented shall be 3145 S – symmetric algorithm with only a private key 4819 the protection algorithms (hash and symmetric) are 4822 symmetric algorithm. [all …]
|
D | raw_structures_fixed.txt | 2884 symmetric algorithm standardized by OSCCA 3031 Counter mode – if implemented, all symmetric block 3042 symmetric block ciphers (S type) implemented shall be 3052 symmetric block ciphers (S type) implemented shall be 3058 the object type for a symmetric block cipher 3087 symmetric block ciphers (S type) implemented shall be 3097 symmetric block ciphers (S type) implemented shall be 3139 S – symmetric algorithm with only a private key 4815 the protection algorithms (hash and symmetric) are 4818 symmetric algorithm. [all …]
|
D | raw_commands_fixed.txt | 1651 a parameter that should be a symmetric encryption mode selection does not have 1669 a parameter that should be a symmetric algorithm selection does not have a 3497 This command allows injection of a secret into the TPM using either asymmetric or symmetric encrypt… 3520 If symmetric specifies a block cipher, then TPM_ALG_CFB is the only allowed value for the mode fiel… 3521 the symmetric parameter (TPM_RC_MODE). 3581 c) tpmKey references a symmetric block cipher or a keyedHash object and encryptedSalt contains a 3710 symmetric 3792 symmetric specifies a block cipher but the mode is not 3983 // If 'symmetric' is a symmetric block cipher (not TPM_ALG_NULL or TPM_ALG_XOR) 3986 in->symmetric.algorithm != TPM_ALG_NULL [all …]
|
D | raw_commands.txt | 1651 a parameter that should be a symmetric encryption mode selection does not have 1669 a parameter that should be a symmetric algorithm selection does not have a 3497 This command allows injection of a secret into the TPM using either asymmetric or symmetric encrypt… 3520 If symmetric specifies a block cipher, then TPM_ALG_CFB is the only allowed value for the mode fiel… 3521 the symmetric parameter (TPM_RC_MODE). 3581 c) tpmKey references a symmetric block cipher or a keyedHash object and encryptedSalt contains a 3708 symmetric 3790 symmetric specifies a block cipher but the mode is not 3981 // If 'symmetric' is a symmetric block cipher (not TPM_ALG_NULL or TPM_ALG_XOR) 3984 in->symmetric.algorithm != TPM_ALG_NULL [all …]
|