Lines Matching refs:value_bytes
285 const char* value_bytes = reinterpret_cast<const char*>(&value_net);
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);
336 buffer->append(value_bytes, sizeof(int8_t));
343 std::string* value_bytes) {
362 if (value_bytes) {
363 value_bytes->append(buffer->substr(0, sizeof(int8_t)));
385 const char* value_bytes = reinterpret_cast<const char*>(&value_net);
386 buffer->append(value_bytes, sizeof(int));
393 std::string* value_bytes) {
412 if (value_bytes) {
413 value_bytes->append(buffer->substr(0, sizeof(int)));
435 const char* value_bytes = reinterpret_cast<const char*>(&value_net);
436 buffer->append(value_bytes, sizeof(uint16_t));
443 std::string* value_bytes) {
462 if (value_bytes) {
463 value_bytes->append(buffer->substr(0, sizeof(uint16_t)));
485 const char* value_bytes = reinterpret_cast<const char*>(&value_net);
486 buffer->append(value_bytes, sizeof(int16_t));
493 std::string* value_bytes) {
512 if (value_bytes) {
513 value_bytes->append(buffer->substr(0, sizeof(int16_t)));
535 const char* value_bytes = reinterpret_cast<const char*>(&value_net);
536 buffer->append(value_bytes, sizeof(uint32_t));
543 std::string* value_bytes) {
562 if (value_bytes) {
563 value_bytes->append(buffer->substr(0, sizeof(uint32_t)));
585 const char* value_bytes = reinterpret_cast<const char*>(&value_net);
586 buffer->append(value_bytes, sizeof(int32_t));
593 std::string* value_bytes) {
612 if (value_bytes) {
613 value_bytes->append(buffer->substr(0, sizeof(int32_t)));
635 const char* value_bytes = reinterpret_cast<const char*>(&value_net);
636 buffer->append(value_bytes, sizeof(uint64_t));
643 std::string* value_bytes) {
662 if (value_bytes) {
663 value_bytes->append(buffer->substr(0, sizeof(uint64_t)));
685 const char* value_bytes = reinterpret_cast<const char*>(&value_net);
686 buffer->append(value_bytes, sizeof(int64_t));
693 std::string* value_bytes) {
712 if (value_bytes) {
713 value_bytes->append(buffer->substr(0, sizeof(int64_t)));
729 std::string* value_bytes) {
731 return Parse_uint8_t(buffer, value, value_bytes);
744 std::string* value_bytes) {
746 return Parse_uint8_t(buffer, value, value_bytes);
759 std::string* value_bytes) {
761 return Parse_int8_t(buffer, value, value_bytes);
774 std::string* value_bytes) {
776 return Parse_int(buffer, value, value_bytes);
789 std::string* value_bytes) {
791 return Parse_uint16_t(buffer, value, value_bytes);
804 std::string* value_bytes) {
806 return Parse_int16_t(buffer, value, value_bytes);
819 std::string* value_bytes) {
821 return Parse_uint32_t(buffer, value, value_bytes);
834 std::string* value_bytes) {
836 return Parse_int32_t(buffer, value, value_bytes);
849 std::string* value_bytes) {
851 return Parse_uint64_t(buffer, value, value_bytes);
864 std::string* value_bytes) {
866 return Parse_int64_t(buffer, value, value_bytes);
879 std::string* value_bytes) {
881 return Parse_UINT32(buffer, value, value_bytes);
894 std::string* value_bytes) {
896 return Parse_UINT32(buffer, value, value_bytes);
909 std::string* value_bytes) {
911 return Parse_UINT32(buffer, value, value_bytes);
924 std::string* value_bytes) {
926 return Parse_UINT32(buffer, value, value_bytes);
939 std::string* value_bytes) {
941 return Parse_UINT16(buffer, value, value_bytes);
954 std::string* value_bytes) {
956 return Parse_UINT16(buffer, value, value_bytes);
969 std::string* value_bytes) {
971 return Parse_UINT32(buffer, value, value_bytes);
1000 std::string* value_bytes) {
1007 value_bytes);
1019 value_bytes);
1054 std::string* value_bytes) {
1056 return Parse_TPM2B_DIGEST(buffer, value, value_bytes);
1069 std::string* value_bytes) {
1071 return Parse_TPM2B_DIGEST(buffer, value, value_bytes);
1084 std::string* value_bytes) {
1086 return Parse_TPM2B_DIGEST(buffer, value, value_bytes);
1099 std::string* value_bytes) {
1101 return Parse_UINT16(buffer, value, value_bytes);
1114 std::string* value_bytes) {
1116 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1135 std::string* value_bytes) {
1142 value_bytes);
1159 std::string* value_bytes) {
1161 return Parse_TPMS_SCHEME_SIGHASH(buffer, value, value_bytes);
1174 std::string* value_bytes) {
1176 return Parse_TPMS_SCHEME_SIGHASH(buffer, value, value_bytes);
1189 std::string* value_bytes) {
1191 return Parse_TPMS_SCHEME_SIGHASH(buffer, value, value_bytes);
1204 std::string* value_bytes) {
1206 return Parse_TPMS_SCHEME_SIGHASH(buffer, value, value_bytes);
1219 value_bytes) {
1221 return Parse_TPMS_SCHEME_SIGHASH(buffer, value, value_bytes);
1234 std::string* value_bytes) {
1236 return Parse_TPMS_SCHEME_SIGHASH(buffer, value, value_bytes);
1249 std::string* value_bytes) {
1251 return Parse_BYTE(buffer, value, value_bytes);
1264 std::string* value_bytes) {
1266 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1279 std::string* value_bytes) {
1281 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1294 std::string* value_bytes) {
1296 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1309 std::string* value_bytes) {
1311 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1324 std::string* value_bytes) {
1326 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1339 std::string* value_bytes) {
1341 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1354 std::string* value_bytes) {
1356 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1369 std::string* value_bytes) {
1371 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1384 std::string* value_bytes) {
1386 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1399 std::string* value_bytes) {
1401 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1414 std::string* value_bytes) {
1416 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1429 std::string* value_bytes) {
1431 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1444 std::string* value_bytes) {
1446 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1459 std::string* value_bytes) {
1461 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1474 std::string* value_bytes) {
1476 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1489 std::string* value_bytes) {
1491 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1504 std::string* value_bytes) {
1506 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1519 std::string* value_bytes) {
1521 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1534 std::string* value_bytes) {
1536 return Parse_TPM_HANDLE(buffer, value, value_bytes);
1549 std::string* value_bytes) {
1551 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1564 std::string* value_bytes) {
1566 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1579 std::string* value_bytes) {
1581 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1594 std::string* value_bytes) {
1596 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1609 std::string* value_bytes) {
1611 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1624 std::string* value_bytes) {
1626 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1639 std::string* value_bytes) {
1641 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1654 std::string* value_bytes) {
1656 return Parse_UINT16(buffer, value, value_bytes);
1669 std::string* value_bytes) {
1671 return Parse_TPM_ST(buffer, value, value_bytes);
1684 std::string* value_bytes) {
1686 return Parse_TPM_ST(buffer, value, value_bytes);
1699 std::string* value_bytes) {
1701 return Parse_TPM_KEY_BITS(buffer, value, value_bytes);
1714 std::string* value_bytes) {
1716 return Parse_TPM_KEY_BITS(buffer, value, value_bytes);
1729 std::string* value_bytes) {
1731 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1744 std::string* value_bytes) {
1746 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1759 std::string* value_bytes) {
1761 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1774 std::string* value_bytes) {
1776 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1789 std::string* value_bytes) {
1791 return Parse_TPM_KEY_BITS(buffer, value, value_bytes);
1804 std::string* value_bytes) {
1806 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1819 std::string* value_bytes) {
1821 return Parse_UINT16(buffer, value, value_bytes);
1834 std::string* value_bytes) {
1836 return Parse_TPM_ECC_CURVE(buffer, value, value_bytes);
1849 std::string* value_bytes) {
1851 return Parse_TPM_ALG_ID(buffer, value, value_bytes);
1864 std::string* value_bytes) {
1866 return Parse_UINT32(buffer, value, value_bytes);
1879 std::string* value_bytes) {
1881 return Parse_UINT32(buffer, value, value_bytes);
1894 std::string* value_bytes) {
1896 return Parse_UINT8(buffer, value, value_bytes);
1909 std::string* value_bytes) {
1911 return Parse_UINT8(buffer, value, value_bytes);
1924 std::string* value_bytes) {
1926 return Parse_UINT32(buffer, value, value_bytes);
1939 std::string* value_bytes) {
1941 return Parse_UINT32(buffer, value, value_bytes);
1954 std::string* value_bytes) {
1956 return Parse_UINT32(buffer, value, value_bytes);
1969 std::string* value_bytes) {
1971 return Parse_UINT32(buffer, value, value_bytes);
1984 std::string* value_bytes) {
1986 return Parse_TPM_CC(buffer, value, value_bytes);
1999 std::string* value_bytes) {
2001 return Parse_UINT32(buffer, value, value_bytes);
2014 std::string* value_bytes) {
2016 return Parse_UINT32(buffer, value, value_bytes);
2029 std::string* value_bytes) {
2031 return Parse_UINT32(buffer, value, value_bytes);
2044 std::string* value_bytes) {
2046 return Parse_UINT32(buffer, value, value_bytes);
2059 std::string* value_bytes) {
2061 return Parse_UINT32(buffer, value, value_bytes);
2074 std::string* value_bytes) {
2076 return Parse_INT8(buffer, value, value_bytes);
2089 std::string* value_bytes) {
2091 return Parse_UINT16(buffer, value, value_bytes);
2104 std::string* value_bytes) {
2106 return Parse_UINT16(buffer, value, value_bytes);
2119 std::string* value_bytes) {
2121 return Parse_UINT8(buffer, value, value_bytes);
2134 std::string* value_bytes) {
2136 return Parse_UINT32(buffer, value, value_bytes);
2149 std::string* value_bytes) {
2151 return Parse_UINT32(buffer, value, value_bytes);
2164 std::string* value_bytes) {
2166 return Parse_UINT32(buffer, value, value_bytes);
2179 std::string* value_bytes) {
2181 return Parse_UINT32(buffer, value, value_bytes);
2194 std::string* value_bytes) {
2196 return Parse_UINT8(buffer, value, value_bytes);
2209 std::string* value_bytes) {
2211 return Parse_UINT32(buffer, value, value_bytes);
2224 std::string* value_bytes) {
2226 return Parse_TPM_HANDLE(buffer, value, value_bytes);
2250 std::string* value_bytes) {
2257 value_bytes);
2265 value_bytes);
2349 std::string* value_bytes) {
2361 value_bytes);
2376 value_bytes);
2391 value_bytes);
2410 value_bytes);
2425 value_bytes);
2458 std::string* value_bytes) {
2465 value_bytes);
2474 value_bytes);
2507 std::string* value_bytes) {
2514 value_bytes);
2526 value_bytes);
2577 std::string* value_bytes) {
2584 value_bytes);
2596 value_bytes);
2647 std::string* value_bytes) {
2654 value_bytes);
2666 value_bytes);
2717 std::string* value_bytes) {
2724 value_bytes);
2736 value_bytes);
2787 std::string* value_bytes) {
2794 value_bytes);
2806 value_bytes);
2857 std::string* value_bytes) {
2864 value_bytes);
2876 value_bytes);
2927 std::string* value_bytes) {
2934 value_bytes);
2946 value_bytes);
2997 std::string* value_bytes) {
3004 value_bytes);
3016 value_bytes);
3055 std::string* value_bytes) {
3062 value_bytes);
3070 value_bytes);
3082 value_bytes);
3116 std::string* value_bytes) {
3123 value_bytes);
3131 value_bytes);
3139 value_bytes);
3172 std::string* value_bytes) {
3179 value_bytes);
3187 value_bytes);
3195 value_bytes);
3223 std::string* value_bytes) {
3230 value_bytes);
3238 value_bytes);
3271 std::string* value_bytes) {
3278 value_bytes);
3286 value_bytes);
3294 value_bytes);
3322 std::string* value_bytes) {
3329 value_bytes);
3337 value_bytes);
3365 std::string* value_bytes) {
3372 value_bytes);
3380 value_bytes);
3418 std::string* value_bytes) {
3425 value_bytes);
3433 value_bytes);
3445 value_bytes);
3479 std::string* value_bytes) {
3486 value_bytes);
3498 value_bytes);
3532 std::string* value_bytes) {
3539 value_bytes);
3551 value_bytes);
3585 std::string* value_bytes) {
3592 value_bytes);
3604 value_bytes);
3638 std::string* value_bytes) {
3645 value_bytes);
3657 value_bytes);
3691 std::string* value_bytes) {
3698 value_bytes);
3710 value_bytes);
3744 std::string* value_bytes) {
3751 value_bytes);
3763 value_bytes);
3797 std::string* value_bytes) {
3804 value_bytes);
3816 value_bytes);
3867 std::string* value_bytes) {
3874 value_bytes);
3886 value_bytes);
3920 std::string* value_bytes) {
3927 value_bytes);
3939 value_bytes);
3973 std::string* value_bytes) {
3980 value_bytes);
3992 value_bytes);
4026 std::string* value_bytes) {
4033 value_bytes);
4045 value_bytes);
4079 std::string* value_bytes) {
4086 value_bytes);
4098 value_bytes);
4182 std::string* value_bytes) {
4190 value_bytes);
4200 value_bytes);
4210 value_bytes);
4220 value_bytes);
4230 value_bytes);
4240 value_bytes);
4250 value_bytes);
4260 value_bytes);
4270 value_bytes);
4302 std::string* value_bytes) {
4309 value_bytes);
4318 value_bytes);
4356 std::string* value_bytes) {
4363 value_bytes);
4371 value_bytes);
4379 value_bytes);
4387 value_bytes);
4415 std::string* value_bytes) {
4422 value_bytes);
4430 value_bytes);
4458 std::string* value_bytes) {
4465 value_bytes);
4473 value_bytes);
4501 std::string* value_bytes) {
4508 value_bytes);
4516 value_bytes);
4544 std::string* value_bytes) {
4551 value_bytes);
4559 value_bytes);
4597 std::string* value_bytes) {
4604 value_bytes);
4612 value_bytes);
4620 value_bytes);
4628 value_bytes);
4656 std::string* value_bytes) {
4663 value_bytes);
4671 value_bytes);
4699 std::string* value_bytes) {
4706 value_bytes);
4714 value_bytes);
4747 std::string* value_bytes) {
4754 value_bytes);
4762 value_bytes);
4770 value_bytes);
4839 std::string* value_bytes) {
4847 value_bytes);
4857 value_bytes);
4867 value_bytes);
4877 value_bytes);
4887 value_bytes);
4897 value_bytes);
4907 value_bytes);
4964 std::string* value_bytes) {
4971 value_bytes);
4979 value_bytes);
4987 value_bytes);
4995 value_bytes);
5003 value_bytes);
5011 value_bytes);
5020 value_bytes);
5053 std::string* value_bytes) {
5060 value_bytes);
5072 value_bytes);
5128 std::string* value_bytes) {
5135 value_bytes);
5143 value_bytes);
5151 value_bytes);
5159 value_bytes);
5192 std::string* value_bytes) {
5199 value_bytes);
5207 value_bytes);
5215 value_bytes);
5260 std::string* value_bytes) {
5272 value_bytes);
5282 value_bytes);
5292 value_bytes);
5335 std::string* value_bytes) {
5347 value_bytes);
5357 value_bytes);
5382 std::string* value_bytes) {
5428 std::string* value_bytes) {
5435 value_bytes);
5444 value_bytes);
5453 value_bytes);
5462 value_bytes);
5509 std::string* value_bytes) {
5516 value_bytes);
5525 value_bytes);
5534 value_bytes);
5543 value_bytes);
5576 std::string* value_bytes) {
5583 value_bytes);
5595 value_bytes);
5636 std::string* value_bytes) {
5643 value_bytes);
5676 std::string* value_bytes) {
5683 value_bytes);
5695 value_bytes);
5741 std::string* value_bytes) {
5748 value_bytes);
5756 value_bytes);
5786 std::string* value_bytes) {
5793 value_bytes);
5801 value_bytes);
5837 std::string* value_bytes) {
5844 value_bytes);
5852 value_bytes);
5890 std::string* value_bytes) {
5902 value_bytes);
5912 value_bytes);
5944 std::string* value_bytes) {
5951 value_bytes);
5960 value_bytes);
5988 std::string* value_bytes) {
5995 value_bytes);
6003 value_bytes);
6076 std::string* value_bytes) {
6084 value_bytes);
6094 value_bytes);
6104 value_bytes);
6114 value_bytes);
6124 value_bytes);
6134 value_bytes);
6144 value_bytes);
6180 std::string* value_bytes) {
6187 value_bytes);
6196 value_bytes);
6219 std::string* value_bytes) {
6226 value_bytes);
6249 std::string* value_bytes) {
6256 value_bytes);
6279 std::string* value_bytes) {
6286 value_bytes);
6309 std::string* value_bytes) {
6316 value_bytes);
6339 std::string* value_bytes) {
6346 value_bytes);
6369 std::string* value_bytes) {
6376 value_bytes);
6428 std::string* value_bytes) {
6436 value_bytes);
6446 value_bytes);
6456 value_bytes);
6466 value_bytes);
6502 std::string* value_bytes) {
6509 value_bytes);
6518 value_bytes);
6602 std::string* value_bytes) {
6614 value_bytes);
6628 value_bytes);
6638 value_bytes);
6648 value_bytes);
6658 value_bytes);
6668 value_bytes);
6678 value_bytes);
6688 value_bytes);
6720 std::string* value_bytes) {
6727 value_bytes);
6736 value_bytes);
6767 std::string* value_bytes) {
6774 value_bytes);
6783 value_bytes);
6814 std::string* value_bytes) {
6821 value_bytes);
6830 value_bytes);
6863 std::string* value_bytes) {
6870 value_bytes);
6882 value_bytes);
6933 std::string* value_bytes) {
6940 value_bytes);
6952 value_bytes);
7003 std::string* value_bytes) {
7010 value_bytes);
7022 value_bytes);
7068 std::string* value_bytes) {
7075 value_bytes);
7083 value_bytes);
7113 std::string* value_bytes) {
7120 value_bytes);
7128 value_bytes);
7167 std::string* value_bytes) {
7174 value_bytes);
7183 value_bytes);
7256 std::string* value_bytes) {
7263 value_bytes);
7271 value_bytes);
7279 value_bytes);
7287 value_bytes);
7295 value_bytes);
7303 value_bytes);
7311 value_bytes);
7319 value_bytes);
7327 value_bytes);
7335 value_bytes);
7343 value_bytes);
7371 std::string* value_bytes) {
7378 value_bytes);
7386 value_bytes);
7414 std::string* value_bytes) {
7421 value_bytes);
7429 value_bytes);
7462 std::string* value_bytes) {
7469 value_bytes);
7477 value_bytes);
7485 value_bytes);
7558 std::string* value_bytes) {
7566 value_bytes);
7576 value_bytes);
7586 value_bytes);
7596 value_bytes);
7606 value_bytes);
7616 value_bytes);
7626 value_bytes);
7662 std::string* value_bytes) {
7669 value_bytes);
7678 value_bytes);
7711 std::string* value_bytes) {
7718 value_bytes);
7730 value_bytes);
7771 std::string* value_bytes) {
7778 value_bytes);
7806 std::string* value_bytes) {
7813 value_bytes);
7821 value_bytes);
7859 std::string* value_bytes) {
7866 value_bytes);
7874 value_bytes);
7882 value_bytes);
7890 value_bytes);
7928 std::string* value_bytes) {
7935 value_bytes);
7943 value_bytes);
7951 value_bytes);
7959 value_bytes);
8007 std::string* value_bytes) {
8015 value_bytes);
8025 value_bytes);
8035 value_bytes);
8045 value_bytes);
8077 std::string* value_bytes) {
8084 value_bytes);
8093 value_bytes);
8141 std::string* value_bytes) {
8149 value_bytes);
8159 value_bytes);
8169 value_bytes);
8179 value_bytes);
8234 std::string* value_bytes) {
8241 value_bytes);
8249 value_bytes);
8257 value_bytes);
8265 value_bytes);
8274 value_bytes);
8283 value_bytes);
8313 std::string* value_bytes) {
8320 value_bytes);
8328 value_bytes);
8369 std::string* value_bytes) {
8376 value_bytes);
8388 value_bytes);
8454 std::string* value_bytes) {
8462 value_bytes);
8472 value_bytes);
8482 value_bytes);
8492 value_bytes);
8534 std::string* value_bytes) {
8541 value_bytes);
8549 value_bytes);
8557 value_bytes);
8566 value_bytes);
8596 std::string* value_bytes) {
8603 value_bytes);
8611 value_bytes);
8652 std::string* value_bytes) {
8659 value_bytes);
8667 value_bytes);
8675 value_bytes);
8708 std::string* value_bytes) {
8715 value_bytes);
8727 value_bytes);
8773 std::string* value_bytes) {
8780 value_bytes);
8788 value_bytes);
8821 std::string* value_bytes) {
8828 value_bytes);
8840 value_bytes);
8901 std::string* value_bytes) {
8908 value_bytes);
8916 value_bytes);
8924 value_bytes);
8932 value_bytes);
8940 value_bytes);
8970 std::string* value_bytes) {
8977 value_bytes);
8985 value_bytes);
9026 std::string* value_bytes) {
9033 value_bytes);
9045 value_bytes);
9091 std::string* value_bytes) {
9098 value_bytes);
9106 value_bytes);
9139 std::string* value_bytes) {
9146 value_bytes);
9158 value_bytes);
9214 std::string* value_bytes) {
9221 value_bytes);
9229 value_bytes);
9237 value_bytes);
9245 value_bytes);
9298 std::string* value_bytes) {
9305 value_bytes);
9313 value_bytes);
9321 value_bytes);
9329 value_bytes);
9337 value_bytes);
9345 value_bytes);
9353 value_bytes);
9383 std::string* value_bytes) {
9390 value_bytes);
9398 value_bytes);