Home
last modified time | relevance | path

Searched refs:symmetric (Results 1 – 9 of 9) sorted by relevance

/system/tpm/trunks/
Dmock_tpm.cc42 const TPMT_SYM_DEF& symmetric, in StartAuthSession() argument
47 session_type, symmetric, auth_hash, in StartAuthSession()
59 const TPMT_SYM_DEF& symmetric, in StartAuthSessionSync() argument
65 tpm_key, bind, nonce_caller, encrypted_salt, session_type, symmetric, in StartAuthSessionSync()
Dtpm_utility_impl.cc1533 public_area.parameters.rsa_detail.symmetric.algorithm = TPM_ALG_AES; in CreateStorageRootKeys()
1534 public_area.parameters.rsa_detail.symmetric.key_bits.aes = 128; in CreateStorageRootKeys()
1535 public_area.parameters.rsa_detail.symmetric.mode.aes = TPM_ALG_CFB; in CreateStorageRootKeys()
1576 public_area.parameters.ecc_detail.symmetric.algorithm = TPM_ALG_AES; in CreateStorageRootKeys()
1577 public_area.parameters.ecc_detail.symmetric.key_bits.aes = 128; in CreateStorageRootKeys()
1578 public_area.parameters.ecc_detail.symmetric.mode.aes = TPM_ALG_CFB; in CreateStorageRootKeys()
1694 public_area.parameters.rsa_detail.symmetric.algorithm = TPM_ALG_NULL; in CreateDefaultPublicArea()
Dmock_tpm.h78 const TPMT_SYM_DEF& symmetric,
88 const TPMT_SYM_DEF& symmetric,
101 const TPMT_SYM_DEF& symmetric,
112 const TPMT_SYM_DEF& symmetric,
Dtpm_generated.h1493 BYTE symmetric[sizeof(TPM2B_DIGEST)]; member
1507 TPMT_SYM_DEF_OBJECT symmetric; member
1512 TPMT_SYM_DEF_OBJECT symmetric; member
1519 TPMT_SYM_DEF_OBJECT symmetric; member
3442 const TPMT_SYM_DEF& symmetric,
3458 const TPMT_SYM_DEF& symmetric,
3470 const TPMT_SYM_DEF& symmetric,
Dtpm_generated.cc6775 result = Serialize_TPMT_SYM_DEF_OBJECT(value.symmetric, buffer); in Serialize_TPMS_ASYM_PARMS()
6793 result = Parse_TPMT_SYM_DEF_OBJECT(buffer, &value->symmetric, value_bytes); in Parse_TPMS_ASYM_PARMS()
6810 result = Serialize_TPMT_SYM_DEF_OBJECT(value.symmetric, buffer); in Serialize_TPMS_RSA_PARMS()
6838 result = Parse_TPMT_SYM_DEF_OBJECT(buffer, &value->symmetric, value_bytes); in Parse_TPMS_RSA_PARMS()
6865 result = Serialize_TPMT_SYM_DEF_OBJECT(value.symmetric, buffer); in Serialize_TPMS_ECC_PARMS()
6893 result = Parse_TPMT_SYM_DEF_OBJECT(buffer, &value->symmetric, value_bytes); in Parse_TPMS_ECC_PARMS()
9091 const TPMT_SYM_DEF& symmetric, in SerializeCommand_StartAuthSession() argument
9135 rc = Serialize_TPMT_SYM_DEF(symmetric, &symmetric_bytes); in SerializeCommand_StartAuthSession()
9344 const TPMT_SYM_DEF& symmetric, in StartAuthSession() argument
9356 session_type, symmetric, auth_hash, &command, authorization_delegate); in StartAuthSession()
[all …]
/system/tpm/trunks/generator/
Draw_structures.txt2890 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 …]
Draw_structures_fixed.txt2884 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 …]
Draw_commands.txt1651 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 …]
Draw_commands_fixed.txt1651 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 …]