/mbedtls-latest/library/ |
D | aes.c | 120 V(0D, F2, F2, FF), V(BD, 6B, 6B, D6), V(B1, 6F, 6F, DE), V(54, C5, C5, 91), \ 123 V(45, CA, CA, 8F), V(9D, 82, 82, 1F), V(40, C9, C9, 89), V(87, 7D, 7D, FA), \ 125 V(EC, AD, AD, 41), V(67, D4, D4, B3), V(FD, A2, A2, 5F), V(EA, AF, AF, 45), \ 128 V(5A, 36, 36, 6C), V(41, 3F, 3F, 7E), V(02, F7, F7, F5), V(4F, CC, CC, 83), \ 130 V(93, 71, 71, E2), V(73, D8, D8, AB), V(53, 31, 31, 62), V(3F, 15, 15, 2A), \ 132 V(28, 18, 18, 30), V(A1, 96, 96, 37), V(0F, 05, 05, 0A), V(B5, 9A, 9A, 2F), \ 134 V(26, EB, EB, CD), V(69, 27, 27, 4E), V(CD, B2, B2, 7F), V(9F, 75, 75, EA), \ 138 V(7B, 29, 29, 52), V(3E, E3, E3, DD), V(71, 2F, 2F, 5E), V(97, 84, 84, 13), \ 140 V(60, 20, 20, 40), V(1F, FC, FC, E3), V(C8, B1, B1, 79), V(ED, 5B, 5B, B6), \ 143 V(6B, D0, D0, BB), V(2A, EF, EF, C5), V(E5, AA, AA, 4F), V(16, FB, FB, ED), \ [all …]
|
D | md5.c | 94 (a) += F((b), (c), (d)) + local.X[(k)] + (t); \ in mbedtls_internal_md5_process() 103 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro 122 #undef F in mbedtls_internal_md5_process() 124 #define F(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro 143 #undef F in mbedtls_internal_md5_process() 145 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro 164 #undef F in mbedtls_internal_md5_process() 166 #define F(x, y, z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro 185 #undef F in mbedtls_internal_md5_process()
|
D | ripemd160.c | 118 P((a), (b), (c), (d), (e), (r), (s), F, K); \ in mbedtls_internal_ripemd160_process() 123 #define F F1 in mbedtls_internal_ripemd160_process() macro 143 #undef F in mbedtls_internal_ripemd160_process() 148 #define F F2 in mbedtls_internal_ripemd160_process() macro 168 #undef F in mbedtls_internal_ripemd160_process() 173 #define F F3 in mbedtls_internal_ripemd160_process() macro 193 #undef F in mbedtls_internal_ripemd160_process() 198 #define F F4 in mbedtls_internal_ripemd160_process() macro 218 #undef F in mbedtls_internal_ripemd160_process() 223 #define F F5 in mbedtls_internal_ripemd160_process() macro [all …]
|
D | sha1.c | 103 (e) += S((a), 5) + F((b), (c), (d)) + K + (x); \ in mbedtls_internal_sha1_process() 113 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro 138 #undef F in mbedtls_internal_sha1_process() 140 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 165 #undef F in mbedtls_internal_sha1_process() 167 #define F(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro 192 #undef F in mbedtls_internal_sha1_process() 194 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 219 #undef F in mbedtls_internal_sha1_process()
|
D | Makefile | 375 if exist *.o del /Q /F *.o 376 if exist libmbed* del /Q /F libmbed* 377 …del /Q /F del_errors_out_if_the_file_list_is_empty_but_not_if_a_file_does_not_exist $(subst /,\,$(… 384 for %f in ($(subst /,\,$(GENERATED_FILES))) if exist %f del /Q /F %f
|
/mbedtls-latest/tests/suites/ |
D | test_suite_aes.ofb.data | 3 # Test Vectors - Appendix F, Section F.4 12 OFB-AES128.Encrypt - Test NIST SP800-38A - F.4.1 16 OFB-AES128.Decrypt - Test NIST SP800-38A - F.4.2 20 OFB-AES192.Encrypt - Test NIST SP800-38A - F.4.3 24 OFB-AES192.Decrypt - Test NIST SP800-38A - F.4.4 28 OFB-AES256.Encrypt - Test NIST SP800-38A - F.4.5 32 OFB-AES256.Decrypt - Test NIST SP800-38A - F.4.6
|
D | test_suite_error.data | 17 error_strerror:-0x007F:"UNKNOWN ERROR CODE (007F)" 20 error_strerror:-0x88FF:"UNKNOWN ERROR CODE (8880) \: UNKNOWN ERROR CODE (007F)"
|
D | test_suite_asn1write.data | 236 mbedtls_asn1_write_len:127:"7F":1:1 239 mbedtls_asn1_write_len:127:"7F":0:MBEDTLS_ERR_ASN1_BUF_TOO_SMALL
|
D | test_suite_oid.data | 239 mbedtls_oid_get_md_hmac:"60864801650304020F":MBEDTLS_MD_SHA3_384
|
D | test_suite_x509parse.data | 119 …nly.crt":"cert. version \: 3\nserial number \: 9B\:13\:CE\:4C\:A5\:6F\:DE\:52\nissuer name… 131 …mple_multi_nocn.crt":"cert. version \: 3\nserial number \: F7\:C6\:7F\:F8\:E9\:A9\:63\:F9\… 135 …version \: 3\nserial number \: 6F\:75\:EB\:E9\:6D\:25\:BC\:88\:82\:62\:A3\:E0\:68\:A7\:37\… 139 … \: 3\nserial number \: 08\:E2\:93\:18\:91\:26\:D8\:46\:88\:90\:10\:4F\:B5\:86\:CB\:C4\:78\… 191 … number \: 05\:E6\:53\:E7\:1B\:74\:F0\:B5\:D3\:84\:6D\:0C\:6D\:DC\:FA\:3F\:A4\:5A\:2B\:E0\niss… 501 # 30 0F <- Sequence of 503 # 0C 08 50 6F 6C 61 72 53 53 4C <- UTF8String "PolarSSL" 507 # 0C 10 50 6F 6C 61 72 53 53 4C 20 54 65 73 74 20 43 41 <- UTF8String "PolarSSL Test CA" 519 # 30 0F <- Sequence of 521 # 0C 08 50 6F 6C 61 72 53 53 4C <- UTF8String "PolarSSL" [all …]
|
D | test_suite_x509write.data | 194 mbedtls_x509_string_to_names:"C=NL, O=\\4F\\66\\66\\73\\70\\61\\72\\6B, OU=PolarSSL":"C=NL, O=Offsp…
|
D | test_suite_bignum_core.generated.data | 19866 mpi_core_montmul:2:1:1:1:"fb6f7fb6":"afb05423":"10000000F":"1b61c4f8":"1b61c4f8" 19869 mpi_core_montmul:2:1:1:1:"8391a243":"26034dcd":"10000000F":"c5d18a1f":"c5d18a1f" 19872 mpi_core_montmul:2:1:1:1:"d26b98c":"14b2d6aa":"10000000F":"4e7fad06":"4e7fad06" 19875 mpi_core_montmul:2:1:1:1:"6b9f1371":"a21daf1d":"10000000F":"c6b6f98b":"c6b6f98b" 19926 mpi_core_montmul:2:2:1:1:"6dada15e31":"f58ed9eff7":"1000000000F":"a11a0b6bd4":"a11a0b6bd4" 19929 mpi_core_montmul:2:2:1:1:"69627a7c89":"cfb5ebd13d":"1000000000F":"bdd403e1e8":"bdd403e1e8" 19932 mpi_core_montmul:2:2:1:1:"a5e1ad239b":"afc030c731":"1000000000F":"d9159b287c":"d9159b287c" 19935 mpi_core_montmul:2:2:1:1:"f1cc45f4c5":"c64ad607c8":"1000000000F":"fdaa868e":"fdaa868e"
|
/mbedtls-latest/tests/ |
D | Makefile | 221 if exist *.c del /Q /F *.c 222 if exist *.exe del /Q /F *.exe 223 if exist *.datax del /Q /F *.datax 224 if exist src/*.o del /Q /F src/*.o 225 if exist src/drivers/*.o del /Q /F src/drivers/*.o 226 if exist src/test_helpers/*.o del /Q /F src/test_helpers/*.o 227 if exist src/libmbed* del /Q /F src/libmbed* 228 if exist include/test/instrument_record_status.h del /Q /F include/test/instrument_record_status.h
|
/mbedtls-latest/scripts/ |
D | ecc-heap.sh | 73 for F in 0 1; do 76 scripts/config.py set MBEDTLS_ECP_FIXED_POINT_OPTIM $F 78 echo "fixed point optim = $F, max window size = $W"
|
D | common.make | 110 for %f in ($(subst /,\,$(GENERATED_FILES))) if exist %f del /Q /F %f
|
/mbedtls-latest/visualc/VS2017/ |
D | mbedTLS.sln | 88 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pk_sign", "pk_sign.vcxproj", "{F2E8CA55-597F-7… 283 …-11D0-8D11-00A0C91BC942}") = "crl_app", "crl_app.vcxproj", "{DB904B85-AD31-B7FB-114F-88760CC485F2}" 288 …8D11-00A0C91BC942}") = "load_roots", "load_roots.vcxproj", "{65EB85E6-C928-689F-8335-126F78025220}" 442 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Debug|Win32.ActiveCfg = Debug|Win32 443 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Debug|Win32.Build.0 = Debug|Win32 444 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Debug|x64.ActiveCfg = Debug|x64 445 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Debug|x64.Build.0 = Debug|x64 446 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Release|Win32.ActiveCfg = Release|Win32 447 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Release|Win32.Build.0 = Release|Win32 448 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Release|x64.ActiveCfg = Release|x64 [all …]
|
/mbedtls-latest/programs/fuzz/ |
D | Makefile | 44 if exist *.o del /Q /F *.o 45 if exist *.exe del /Q /F *.exe
|
/mbedtls-latest/ |
D | Makefile | 152 if exist visualc\VS2017\*.vcxproj del /Q /F visualc\VS2017\*.vcxproj 153 if exist visualc\VS2017\mbedTLS.sln del /Q /F visualc\VS2017\mbedTLS.sln
|
D | ChangeLog | 1807 Key Wrapping mode as defined in NIST SP 800-38F. Fixes #4036. 3476 NIST SP 800-38F algorithms KW and KWP and by RFC 3394 and RFC 5649.
|
/mbedtls-latest/programs/ |
D | Makefile | 424 if exist *.o del /Q /F *.o 425 if exist *.exe del /Q /F *.exe 426 if exist test\cpp_dummy_build.cpp del /Q /F test\cpp_dummy_build.cpp
|
/mbedtls-latest/3rdparty/everest/ |
D | README.md | 3 …//github.com/project-everest/hacl-star/tree/master/code/curve25519) in the [F* language](https://g…
|