Searched defs:value_bytes (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cpp377 const uint8_t value_bytes[] = { device_ccc_map_[device_address], 0x00 }; local
384 value.insert(value.begin(), value_bytes + offset, value_bytes + 2 - offset);
/system/tpm/trunks/
H A Dtpm_generated.cc285 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
286 buffer->append(value_bytes, sizeof(uint8_t));
293 std::string* value_bytes) {
312 if (value_bytes) {
313 value_bytes->append(buffer->substr(0, sizeof(uint8_t)));
335 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
336 buffer->append(value_bytes, sizeof(int8_t));
343 std::string* value_bytes) {
362 if (value_bytes) {
363 value_bytes
290 Parse_uint8_t( std::string* buffer, uint8_t* value, std::string* value_bytes) argument
340 Parse_int8_t( std::string* buffer, int8_t* value, std::string* value_bytes) argument
385 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
390 Parse_int( std::string* buffer, int* value, std::string* value_bytes) argument
435 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
440 Parse_uint16_t( std::string* buffer, uint16_t* value, std::string* value_bytes) argument
485 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
490 Parse_int16_t( std::string* buffer, int16_t* value, std::string* value_bytes) argument
535 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
540 Parse_uint32_t( std::string* buffer, uint32_t* value, std::string* value_bytes) argument
585 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
590 Parse_int32_t( std::string* buffer, int32_t* value, std::string* value_bytes) argument
635 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
640 Parse_uint64_t( std::string* buffer, uint64_t* value, std::string* value_bytes) argument
685 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
690 Parse_int64_t( std::string* buffer, int64_t* value, std::string* value_bytes) argument
726 Parse_UINT8( std::string* buffer, UINT8* value, std::string* value_bytes) argument
741 Parse_BYTE( std::string* buffer, BYTE* value, std::string* value_bytes) argument
756 Parse_INT8( std::string* buffer, INT8* value, std::string* value_bytes) argument
771 Parse_BOOL( std::string* buffer, BOOL* value, std::string* value_bytes) argument
786 Parse_UINT16( std::string* buffer, UINT16* value, std::string* value_bytes) argument
801 Parse_INT16( std::string* buffer, INT16* value, std::string* value_bytes) argument
816 Parse_UINT32( std::string* buffer, UINT32* value, std::string* value_bytes) argument
831 Parse_INT32( std::string* buffer, INT32* value, std::string* value_bytes) argument
846 Parse_UINT64( std::string* buffer, UINT64* value, std::string* value_bytes) argument
861 Parse_INT64( std::string* buffer, INT64* value, std::string* value_bytes) argument
876 Parse_TPM_ALGORITHM_ID( std::string* buffer, TPM_ALGORITHM_ID* value, std::string* value_bytes) argument
891 Parse_TPM_MODIFIER_INDICATOR( std::string* buffer, TPM_MODIFIER_INDICATOR* value, std::string* value_bytes) argument
906 Parse_TPM_AUTHORIZATION_SIZE( std::string* buffer, TPM_AUTHORIZATION_SIZE* value, std::string* value_bytes) argument
921 Parse_TPM_PARAMETER_SIZE( std::string* buffer, TPM_PARAMETER_SIZE* value, std::string* value_bytes) argument
936 Parse_TPM_KEY_SIZE( std::string* buffer, TPM_KEY_SIZE* value, std::string* value_bytes) argument
951 Parse_TPM_KEY_BITS( std::string* buffer, TPM_KEY_BITS* value, std::string* value_bytes) argument
966 Parse_TPM_HANDLE( std::string* buffer, TPM_HANDLE* value, std::string* value_bytes) argument
997 Parse_TPM2B_DIGEST( std::string* buffer, TPM2B_DIGEST* value, std::string* value_bytes) argument
1051 Parse_TPM2B_NONCE( std::string* buffer, TPM2B_NONCE* value, std::string* value_bytes) argument
1066 Parse_TPM2B_AUTH( std::string* buffer, TPM2B_AUTH* value, std::string* value_bytes) argument
1081 Parse_TPM2B_OPERAND( std::string* buffer, TPM2B_OPERAND* value, std::string* value_bytes) argument
1096 Parse_TPM_ALG_ID( std::string* buffer, TPM_ALG_ID* value, std::string* value_bytes) argument
1111 Parse_TPMI_ALG_HASH( std::string* buffer, TPMI_ALG_HASH* value, std::string* value_bytes) argument
1132 Parse_TPMS_SCHEME_SIGHASH( std::string* buffer, TPMS_SCHEME_SIGHASH* value, std::string* value_bytes) argument
1156 Parse_TPMS_SCHEME_HMAC( std::string* buffer, TPMS_SCHEME_HMAC* value, std::string* value_bytes) argument
1171 Parse_TPMS_SCHEME_RSASSA( std::string* buffer, TPMS_SCHEME_RSASSA* value, std::string* value_bytes) argument
1186 Parse_TPMS_SCHEME_RSAPSS( std::string* buffer, TPMS_SCHEME_RSAPSS* value, std::string* value_bytes) argument
1201 Parse_TPMS_SCHEME_ECDSA( std::string* buffer, TPMS_SCHEME_ECDSA* value, std::string* value_bytes) argument
1216 Parse_TPMS_SCHEME_SM2( std::string* buffer, TPMS_SCHEME_SM2* value, std::string* value_bytes) argument
1231 Parse_TPMS_SCHEME_ECSCHNORR( std::string* buffer, TPMS_SCHEME_ECSCHNORR* value, std::string* value_bytes) argument
1246 Parse_TPMI_YES_NO( std::string* buffer, TPMI_YES_NO* value, std::string* value_bytes) argument
1261 Parse_TPMI_DH_OBJECT( std::string* buffer, TPMI_DH_OBJECT* value, std::string* value_bytes) argument
1276 Parse_TPMI_DH_PERSISTENT( std::string* buffer, TPMI_DH_PERSISTENT* value, std::string* value_bytes) argument
1291 Parse_TPMI_DH_ENTITY( std::string* buffer, TPMI_DH_ENTITY* value, std::string* value_bytes) argument
1306 Parse_TPMI_DH_PCR( std::string* buffer, TPMI_DH_PCR* value, std::string* value_bytes) argument
1321 Parse_TPMI_SH_AUTH_SESSION( std::string* buffer, TPMI_SH_AUTH_SESSION* value, std::string* value_bytes) argument
1336 Parse_TPMI_SH_HMAC( std::string* buffer, TPMI_SH_HMAC* value, std::string* value_bytes) argument
1351 Parse_TPMI_SH_POLICY( std::string* buffer, TPMI_SH_POLICY* value, std::string* value_bytes) argument
1366 Parse_TPMI_DH_CONTEXT( std::string* buffer, TPMI_DH_CONTEXT* value, std::string* value_bytes) argument
1381 Parse_TPMI_RH_HIERARCHY( std::string* buffer, TPMI_RH_HIERARCHY* value, std::string* value_bytes) argument
1396 Parse_TPMI_RH_ENABLES( std::string* buffer, TPMI_RH_ENABLES* value, std::string* value_bytes) argument
1411 Parse_TPMI_RH_HIERARCHY_AUTH( std::string* buffer, TPMI_RH_HIERARCHY_AUTH* value, std::string* value_bytes) argument
1426 Parse_TPMI_RH_PLATFORM( std::string* buffer, TPMI_RH_PLATFORM* value, std::string* value_bytes) argument
1441 Parse_TPMI_RH_OWNER( std::string* buffer, TPMI_RH_OWNER* value, std::string* value_bytes) argument
1456 Parse_TPMI_RH_ENDORSEMENT( std::string* buffer, TPMI_RH_ENDORSEMENT* value, std::string* value_bytes) argument
1471 Parse_TPMI_RH_PROVISION( std::string* buffer, TPMI_RH_PROVISION* value, std::string* value_bytes) argument
1486 Parse_TPMI_RH_CLEAR( std::string* buffer, TPMI_RH_CLEAR* value, std::string* value_bytes) argument
1501 Parse_TPMI_RH_NV_AUTH( std::string* buffer, TPMI_RH_NV_AUTH* value, std::string* value_bytes) argument
1516 Parse_TPMI_RH_LOCKOUT( std::string* buffer, TPMI_RH_LOCKOUT* value, std::string* value_bytes) argument
1531 Parse_TPMI_RH_NV_INDEX( std::string* buffer, TPMI_RH_NV_INDEX* value, std::string* value_bytes) argument
1546 Parse_TPMI_ALG_ASYM( std::string* buffer, TPMI_ALG_ASYM* value, std::string* value_bytes) argument
1561 Parse_TPMI_ALG_SYM( std::string* buffer, TPMI_ALG_SYM* value, std::string* value_bytes) argument
1576 Parse_TPMI_ALG_SYM_OBJECT( std::string* buffer, TPMI_ALG_SYM_OBJECT* value, std::string* value_bytes) argument
1591 Parse_TPMI_ALG_SYM_MODE( std::string* buffer, TPMI_ALG_SYM_MODE* value, std::string* value_bytes) argument
1606 Parse_TPMI_ALG_KDF( std::string* buffer, TPMI_ALG_KDF* value, std::string* value_bytes) argument
1621 Parse_TPMI_ALG_SIG_SCHEME( std::string* buffer, TPMI_ALG_SIG_SCHEME* value, std::string* value_bytes) argument
1636 Parse_TPMI_ECC_KEY_EXCHANGE( std::string* buffer, TPMI_ECC_KEY_EXCHANGE* value, std::string* value_bytes) argument
1651 Parse_TPM_ST( std::string* buffer, TPM_ST* value, std::string* value_bytes) argument
1666 Parse_TPMI_ST_COMMAND_TAG( std::string* buffer, TPMI_ST_COMMAND_TAG* value, std::string* value_bytes) argument
1681 Parse_TPMI_ST_ATTEST( std::string* buffer, TPMI_ST_ATTEST* value, std::string* value_bytes) argument
1696 Parse_TPMI_AES_KEY_BITS( std::string* buffer, TPMI_AES_KEY_BITS* value, std::string* value_bytes) argument
1711 Parse_TPMI_SM4_KEY_BITS( std::string* buffer, TPMI_SM4_KEY_BITS* value, std::string* value_bytes) argument
1726 Parse_TPMI_ALG_KEYEDHASH_SCHEME( std::string* buffer, TPMI_ALG_KEYEDHASH_SCHEME* value, std::string* value_bytes) argument
1741 Parse_TPMI_ALG_ASYM_SCHEME( std::string* buffer, TPMI_ALG_ASYM_SCHEME* value, std::string* value_bytes) argument
1756 Parse_TPMI_ALG_RSA_SCHEME( std::string* buffer, TPMI_ALG_RSA_SCHEME* value, std::string* value_bytes) argument
1771 Parse_TPMI_ALG_RSA_DECRYPT( std::string* buffer, TPMI_ALG_RSA_DECRYPT* value, std::string* value_bytes) argument
1786 Parse_TPMI_RSA_KEY_BITS( std::string* buffer, TPMI_RSA_KEY_BITS* value, std::string* value_bytes) argument
1801 Parse_TPMI_ALG_ECC_SCHEME( std::string* buffer, TPMI_ALG_ECC_SCHEME* value, std::string* value_bytes) argument
1816 Parse_TPM_ECC_CURVE( std::string* buffer, TPM_ECC_CURVE* value, std::string* value_bytes) argument
1831 Parse_TPMI_ECC_CURVE( std::string* buffer, TPMI_ECC_CURVE* value, std::string* value_bytes) argument
1846 Parse_TPMI_ALG_PUBLIC( std::string* buffer, TPMI_ALG_PUBLIC* value, std::string* value_bytes) argument
1861 Parse_TPMA_ALGORITHM( std::string* buffer, TPMA_ALGORITHM* value, std::string* value_bytes) argument
1876 Parse_TPMA_OBJECT( std::string* buffer, TPMA_OBJECT* value, std::string* value_bytes) argument
1891 Parse_TPMA_SESSION( std::string* buffer, TPMA_SESSION* value, std::string* value_bytes) argument
1906 Parse_TPMA_LOCALITY( std::string* buffer, TPMA_LOCALITY* value, std::string* value_bytes) argument
1921 Parse_TPMA_PERMANENT( std::string* buffer, TPMA_PERMANENT* value, std::string* value_bytes) argument
1936 Parse_TPMA_STARTUP_CLEAR( std::string* buffer, TPMA_STARTUP_CLEAR* value, std::string* value_bytes) argument
1951 Parse_TPMA_MEMORY( std::string* buffer, TPMA_MEMORY* value, std::string* value_bytes) argument
1966 Parse_TPM_CC( std::string* buffer, TPM_CC* value, std::string* value_bytes) argument
1981 Parse_TPMA_CC( std::string* buffer, TPMA_CC* value, std::string* value_bytes) argument
1996 Parse_TPM_NV_INDEX( std::string* buffer, TPM_NV_INDEX* value, std::string* value_bytes) argument
2011 Parse_TPMA_NV( std::string* buffer, TPMA_NV* value, std::string* value_bytes) argument
2026 Parse_TPM_SPEC( std::string* buffer, TPM_SPEC* value, std::string* value_bytes) argument
2041 Parse_TPM_GENERATED( std::string* buffer, TPM_GENERATED* value, std::string* value_bytes) argument
2056 Parse_TPM_RC( std::string* buffer, TPM_RC* value, std::string* value_bytes) argument
2071 Parse_TPM_CLOCK_ADJUST( std::string* buffer, TPM_CLOCK_ADJUST* value, std::string* value_bytes) argument
2086 Parse_TPM_EO( std::string* buffer, TPM_EO* value, std::string* value_bytes) argument
2101 Parse_TPM_SU( std::string* buffer, TPM_SU* value, std::string* value_bytes) argument
2116 Parse_TPM_SE( std::string* buffer, TPM_SE* value, std::string* value_bytes) argument
2131 Parse_TPM_CAP( std::string* buffer, TPM_CAP* value, std::string* value_bytes) argument
2146 Parse_TPM_PT( std::string* buffer, TPM_PT* value, std::string* value_bytes) argument
2161 Parse_TPM_PT_PCR( std::string* buffer, TPM_PT_PCR* value, std::string* value_bytes) argument
2176 Parse_TPM_PS( std::string* buffer, TPM_PS* value, std::string* value_bytes) argument
2191 Parse_TPM_HT( std::string* buffer, TPM_HT* value, std::string* value_bytes) argument
2206 Parse_TPM_RH( std::string* buffer, TPM_RH* value, std::string* value_bytes) argument
2221 Parse_TPM_HC( std::string* buffer, TPM_HC* value, std::string* value_bytes) argument
2247 Parse_TPMS_ALGORITHM_DESCRIPTION( std::string* buffer, TPMS_ALGORITHM_DESCRIPTION* value, std::string* value_bytes) argument
2345 Parse_TPMU_HA( std::string* buffer, TPMI_ALG_HASH selector, TPMU_HA* value, std::string* value_bytes) argument
2455 Parse_TPMT_HA( std::string* buffer, TPMT_HA* value, std::string* value_bytes) argument
2504 Parse_TPM2B_DATA( std::string* buffer, TPM2B_DATA* value, std::string* value_bytes) argument
2574 Parse_TPM2B_EVENT( std::string* buffer, TPM2B_EVENT* value, std::string* value_bytes) argument
2644 Parse_TPM2B_MAX_BUFFER( std::string* buffer, TPM2B_MAX_BUFFER* value, std::string* value_bytes) argument
2714 Parse_TPM2B_MAX_NV_BUFFER( std::string* buffer, TPM2B_MAX_NV_BUFFER* value, std::string* value_bytes) argument
2784 Parse_TPM2B_TIMEOUT( std::string* buffer, TPM2B_TIMEOUT* value, std::string* value_bytes) argument
2854 Parse_TPM2B_IV( std::string* buffer, TPM2B_IV* value, std::string* value_bytes) argument
2924 Parse_TPM2B_NAME( std::string* buffer, TPM2B_NAME* value, std::string* value_bytes) argument
2994 Parse_TPMS_PCR_SELECT( std::string* buffer, TPMS_PCR_SELECT* value, std::string* value_bytes) argument
3052 Parse_TPMS_PCR_SELECTION( std::string* buffer, TPMS_PCR_SELECTION* value, std::string* value_bytes) argument
3113 Parse_TPMT_TK_CREATION( std::string* buffer, TPMT_TK_CREATION* value, std::string* value_bytes) argument
3169 Parse_TPMT_TK_VERIFIED( std::string* buffer, TPMT_TK_VERIFIED* value, std::string* value_bytes) argument
3220 Parse_TPMT_TK_AUTH( std::string* buffer, TPMT_TK_AUTH* value, std::string* value_bytes) argument
3268 Parse_TPMT_TK_HASHCHECK( std::string* buffer, TPMT_TK_HASHCHECK* value, std::string* value_bytes) argument
3319 Parse_TPMS_ALG_PROPERTY( std::string* buffer, TPMS_ALG_PROPERTY* value, std::string* value_bytes) argument
3362 Parse_TPMS_TAGGED_PROPERTY( std::string* buffer, TPMS_TAGGED_PROPERTY* value, std::string* value_bytes) argument
3415 Parse_TPMS_TAGGED_PCR_SELECT( std::string* buffer, TPMS_TAGGED_PCR_SELECT* value, std::string* value_bytes) argument
3476 Parse_TPML_CC( std::string* buffer, TPML_CC* value, std::string* value_bytes) argument
3529 Parse_TPML_CCA( std::string* buffer, TPML_CCA* value, std::string* value_bytes) argument
3582 Parse_TPML_ALG( std::string* buffer, TPML_ALG* value, std::string* value_bytes) argument
3635 Parse_TPML_HANDLE( std::string* buffer, TPML_HANDLE* value, std::string* value_bytes) argument
3688 Parse_TPML_DIGEST( std::string* buffer, TPML_DIGEST* value, std::string* value_bytes) argument
3741 Parse_TPML_DIGEST_VALUES( std::string* buffer, TPML_DIGEST_VALUES* value, std::string* value_bytes) argument
3794 Parse_TPM2B_DIGEST_VALUES( std::string* buffer, TPM2B_DIGEST_VALUES* value, std::string* value_bytes) argument
3864 Parse_TPML_PCR_SELECTION( std::string* buffer, TPML_PCR_SELECTION* value, std::string* value_bytes) argument
3917 Parse_TPML_ALG_PROPERTY( std::string* buffer, TPML_ALG_PROPERTY* value, std::string* value_bytes) argument
3970 Parse_TPML_TAGGED_TPM_PROPERTY( std::string* buffer, TPML_TAGGED_TPM_PROPERTY* value, std::string* value_bytes) argument
4023 Parse_TPML_TAGGED_PCR_PROPERTY( std::string* buffer, TPML_TAGGED_PCR_PROPERTY* value, std::string* value_bytes) argument
4076 Parse_TPML_ECC_CURVE( std::string* buffer, TPML_ECC_CURVE* value, std::string* value_bytes) argument
4178 Parse_TPMU_CAPABILITIES( std::string* buffer, TPM_CAP selector, TPMU_CAPABILITIES* value, std::string* value_bytes) argument
4299 Parse_TPMS_CAPABILITY_DATA( std::string* buffer, TPMS_CAPABILITY_DATA* value, std::string* value_bytes) argument
4353 Parse_TPMS_CLOCK_INFO( std::string* buffer, TPMS_CLOCK_INFO* value, std::string* value_bytes) argument
4412 Parse_TPMS_TIME_INFO( std::string* buffer, TPMS_TIME_INFO* value, std::string* value_bytes) argument
4455 Parse_TPMS_TIME_ATTEST_INFO( std::string* buffer, TPMS_TIME_ATTEST_INFO* value, std::string* value_bytes) argument
4498 Parse_TPMS_CERTIFY_INFO( std::string* buffer, TPMS_CERTIFY_INFO* value, std::string* value_bytes) argument
4541 Parse_TPMS_QUOTE_INFO( std::string* buffer, TPMS_QUOTE_INFO* value, std::string* value_bytes) argument
4594 Parse_TPMS_COMMAND_AUDIT_INFO( std::string* buffer, TPMS_COMMAND_AUDIT_INFO* value, std::string* value_bytes) argument
4653 Parse_TPMS_SESSION_AUDIT_INFO( std::string* buffer, TPMS_SESSION_AUDIT_INFO* value, std::string* value_bytes) argument
4696 Parse_TPMS_CREATION_INFO( std::string* buffer, TPMS_CREATION_INFO* value, std::string* value_bytes) argument
4744 Parse_TPMS_NV_CERTIFY_INFO( std::string* buffer, TPMS_NV_CERTIFY_INFO* value, std::string* value_bytes) argument
4835 Parse_TPMU_ATTEST( std::string* buffer, TPMI_ST_ATTEST selector, TPMU_ATTEST* value, std::string* value_bytes) argument
4961 Parse_TPMS_ATTEST( std::string* buffer, TPMS_ATTEST* value, std::string* value_bytes) argument
5050 Parse_TPM2B_ATTEST( std::string* buffer, TPM2B_ATTEST* value, std::string* value_bytes) argument
5125 Parse_TPMS_AUTH_COMMAND( std::string* buffer, TPMS_AUTH_COMMAND* value, std::string* value_bytes) argument
5189 Parse_TPMS_AUTH_RESPONSE( std::string* buffer, TPMS_AUTH_RESPONSE* value, std::string* value_bytes) argument
5256 Parse_TPMU_SYM_KEY_BITS( std::string* buffer, TPMI_ALG_SYM selector, TPMU_SYM_KEY_BITS* value, std::string* value_bytes) argument
5331 Parse_TPMU_SYM_MODE( std::string* buffer, TPMI_ALG_SYM selector, TPMU_SYM_MODE* value, std::string* value_bytes) argument
5378 Parse_TPMU_SYM_DETAILS( std::string* buffer, TPMI_ALG_SYM selector, TPMU_SYM_DETAILS* value, std::string* value_bytes) argument
5425 Parse_TPMT_SYM_DEF( std::string* buffer, TPMT_SYM_DEF* value, std::string* value_bytes) argument
5506 Parse_TPMT_SYM_DEF_OBJECT( std::string* buffer, TPMT_SYM_DEF_OBJECT* value, std::string* value_bytes) argument
5573 Parse_TPM2B_SYM_KEY( std::string* buffer, TPM2B_SYM_KEY* value, std::string* value_bytes) argument
5633 Parse_TPMS_SYMCIPHER_PARMS( std::string* buffer, TPMS_SYMCIPHER_PARMS* value, std::string* value_bytes) argument
5673 Parse_TPM2B_SENSITIVE_DATA( std::string* buffer, TPM2B_SENSITIVE_DATA* value, std::string* value_bytes) argument
5738 Parse_TPMS_SENSITIVE_CREATE( std::string* buffer, TPMS_SENSITIVE_CREATE* value, std::string* value_bytes) argument
5783 Parse_TPM2B_SENSITIVE_CREATE( std::string* buffer, TPM2B_SENSITIVE_CREATE* value, std::string* value_bytes) argument
5834 Parse_TPMS_SCHEME_XOR( std::string* buffer, TPMS_SCHEME_XOR* value, std::string* value_bytes) argument
5886 Parse_TPMU_SCHEME_KEYEDHASH( std::string* buffer, TPMI_ALG_KEYEDHASH_SCHEME selector, TPMU_SCHEME_KEYEDHASH* value, std::string* value_bytes) argument
5941 Parse_TPMT_KEYEDHASH_SCHEME( std::string* buffer, TPMT_KEYEDHASH_SCHEME* value, std::string* value_bytes) argument
5985 Parse_TPMS_SCHEME_ECDAA( std::string* buffer, TPMS_SCHEME_ECDAA* value, std::string* value_bytes) argument
6072 Parse_TPMU_SIG_SCHEME( std::string* buffer, TPMI_ALG_SIG_SCHEME selector, TPMU_SIG_SCHEME* value, std::string* value_bytes) argument
6177 Parse_TPMT_SIG_SCHEME( std::string* buffer, TPMT_SIG_SCHEME* value, std::string* value_bytes) argument
6216 Parse_TPMS_SCHEME_OAEP( std::string* buffer, TPMS_SCHEME_OAEP* value, std::string* value_bytes) argument
6246 Parse_TPMS_SCHEME_ECDH( std::string* buffer, TPMS_SCHEME_ECDH* value, std::string* value_bytes) argument
6276 Parse_TPMS_SCHEME_MGF1( std::string* buffer, TPMS_SCHEME_MGF1* value, std::string* value_bytes) argument
6306 Parse_TPMS_SCHEME_KDF1_SP800_56a( std::string* buffer, TPMS_SCHEME_KDF1_SP800_56a* value, std::string* value_bytes) argument
6336 Parse_TPMS_SCHEME_KDF2( std::string* buffer, TPMS_SCHEME_KDF2* value, std::string* value_bytes) argument
6366 Parse_TPMS_SCHEME_KDF1_SP800_108( std::string* buffer, TPMS_SCHEME_KDF1_SP800_108* value, std::string* value_bytes) argument
6424 Parse_TPMU_KDF_SCHEME( std::string* buffer, TPMI_ALG_KDF selector, TPMU_KDF_SCHEME* value, std::string* value_bytes) argument
6499 Parse_TPMT_KDF_SCHEME( std::string* buffer, TPMT_KDF_SCHEME* value, std::string* value_bytes) argument
6598 Parse_TPMU_ASYM_SCHEME( std::string* buffer, TPMI_ALG_ASYM_SCHEME selector, TPMU_ASYM_SCHEME* value, std::string* value_bytes) argument
6717 Parse_TPMT_ASYM_SCHEME( std::string* buffer, TPMT_ASYM_SCHEME* value, std::string* value_bytes) argument
6764 Parse_TPMT_RSA_SCHEME( std::string* buffer, TPMT_RSA_SCHEME* value, std::string* value_bytes) argument
6811 Parse_TPMT_RSA_DECRYPT( std::string* buffer, TPMT_RSA_DECRYPT* value, std::string* value_bytes) argument
6860 Parse_TPM2B_PUBLIC_KEY_RSA( std::string* buffer, TPM2B_PUBLIC_KEY_RSA* value, std::string* value_bytes) argument
6930 Parse_TPM2B_PRIVATE_KEY_RSA( std::string* buffer, TPM2B_PRIVATE_KEY_RSA* value, std::string* value_bytes) argument
7000 Parse_TPM2B_ECC_PARAMETER( std::string* buffer, TPM2B_ECC_PARAMETER* value, std::string* value_bytes) argument
7065 Parse_TPMS_ECC_POINT( std::string* buffer, TPMS_ECC_POINT* value, std::string* value_bytes) argument
7110 Parse_TPM2B_ECC_POINT( std::string* buffer, TPM2B_ECC_POINT* value, std::string* value_bytes) argument
7164 Parse_TPMT_ECC_SCHEME( std::string* buffer, TPMT_ECC_SCHEME* value, std::string* value_bytes) argument
7253 Parse_TPMS_ALGORITHM_DETAIL_ECC( std::string* buffer, TPMS_ALGORITHM_DETAIL_ECC* value, std::string* value_bytes) argument
7368 Parse_TPMS_SIGNATURE_RSASSA( std::string* buffer, TPMS_SIGNATURE_RSASSA* value, std::string* value_bytes) argument
7411 Parse_TPMS_SIGNATURE_RSAPSS( std::string* buffer, TPMS_SIGNATURE_RSAPSS* value, std::string* value_bytes) argument
7459 Parse_TPMS_SIGNATURE_ECDSA( std::string* buffer, TPMS_SIGNATURE_ECDSA* value, std::string* value_bytes) argument
7554 Parse_TPMU_SIGNATURE( std::string* buffer, TPMI_ALG_SIG_SCHEME selector, TPMU_SIGNATURE* value, std::string* value_bytes) argument
7659 Parse_TPMT_SIGNATURE( std::string* buffer, TPMT_SIGNATURE* value, std::string* value_bytes) argument
7708 Parse_TPM2B_ENCRYPTED_SECRET( std::string* buffer, TPM2B_ENCRYPTED_SECRET* value, std::string* value_bytes) argument
7768 Parse_TPMS_KEYEDHASH_PARMS( std::string* buffer, TPMS_KEYEDHASH_PARMS* value, std::string* value_bytes) argument
7803 Parse_TPMS_ASYM_PARMS( std::string* buffer, TPMS_ASYM_PARMS* value, std::string* value_bytes) argument
7856 Parse_TPMS_RSA_PARMS( std::string* buffer, TPMS_RSA_PARMS* value, std::string* value_bytes) argument
7925 Parse_TPMS_ECC_PARMS( std::string* buffer, TPMS_ECC_PARMS* value, std::string* value_bytes) argument
8003 Parse_TPMU_PUBLIC_PARMS( std::string* buffer, TPMI_ALG_PUBLIC selector, TPMU_PUBLIC_PARMS* value, std::string* value_bytes) argument
8074 Parse_TPMT_PUBLIC_PARMS( std::string* buffer, TPMT_PUBLIC_PARMS* value, std::string* value_bytes) argument
8137 Parse_TPMU_PUBLIC_ID( std::string* buffer, TPMI_ALG_PUBLIC selector, TPMU_PUBLIC_ID* value, std::string* value_bytes) argument
8231 Parse_TPMT_PUBLIC( std::string* buffer, TPMT_PUBLIC* value, std::string* value_bytes) argument
8310 Parse_TPM2B_PUBLIC( std::string* buffer, TPM2B_PUBLIC* value, std::string* value_bytes) argument
8366 Parse_TPM2B_PRIVATE_VENDOR_SPECIFIC( std::string* buffer, TPM2B_PRIVATE_VENDOR_SPECIFIC* value, std::string* value_bytes) argument
8450 Parse_TPMU_SENSITIVE_COMPOSITE( std::string* buffer, TPMI_ALG_PUBLIC selector, TPMU_SENSITIVE_COMPOSITE* value, std::string* value_bytes) argument
8531 Parse_TPMT_SENSITIVE( std::string* buffer, TPMT_SENSITIVE* value, std::string* value_bytes) argument
8593 Parse_TPM2B_SENSITIVE( std::string* buffer, TPM2B_SENSITIVE* value, std::string* value_bytes) argument
8649 Parse__PRIVATE( std::string* buffer, _PRIVATE* value, std::string* value_bytes) argument
8705 Parse_TPM2B_PRIVATE( std::string* buffer, TPM2B_PRIVATE* value, std::string* value_bytes) argument
8770 Parse__ID_OBJECT( std::string* buffer, _ID_OBJECT* value, std::string* value_bytes) argument
8818 Parse_TPM2B_ID_OBJECT( std::string* buffer, TPM2B_ID_OBJECT* value, std::string* value_bytes) argument
8898 Parse_TPMS_NV_PUBLIC( std::string* buffer, TPMS_NV_PUBLIC* value, std::string* value_bytes) argument
8967 Parse_TPM2B_NV_PUBLIC( std::string* buffer, TPM2B_NV_PUBLIC* value, std::string* value_bytes) argument
9023 Parse_TPM2B_CONTEXT_SENSITIVE( std::string* buffer, TPM2B_CONTEXT_SENSITIVE* value, std::string* value_bytes) argument
9088 Parse_TPMS_CONTEXT_DATA( std::string* buffer, TPMS_CONTEXT_DATA* value, std::string* value_bytes) argument
9136 Parse_TPM2B_CONTEXT_DATA( std::string* buffer, TPM2B_CONTEXT_DATA* value, std::string* value_bytes) argument
9211 Parse_TPMS_CONTEXT( std::string* buffer, TPMS_CONTEXT* value, std::string* value_bytes) argument
9295 Parse_TPMS_CREATION_DATA( std::string* buffer, TPMS_CREATION_DATA* value, std::string* value_bytes) argument
9380 Parse_TPM2B_CREATION_DATA( std::string* buffer, TPM2B_CREATION_DATA* value, std::string* value_bytes) argument
[all...]

Completed in 198 milliseconds