/openthread-2.7.6/third_party/mbedtls/repo/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)"
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | aes.c | 134 V(0D,F2,F2,FF), V(BD,6B,6B,D6), V(B1,6F,6F,DE), V(54,C5,C5,91), \ 137 V(45,CA,CA,8F), V(9D,82,82,1F), V(40,C9,C9,89), V(87,7D,7D,FA), \ 139 V(EC,AD,AD,41), V(67,D4,D4,B3), V(FD,A2,A2,5F), V(EA,AF,AF,45), \ 142 V(5A,36,36,6C), V(41,3F,3F,7E), V(02,F7,F7,F5), V(4F,CC,CC,83), \ 144 V(93,71,71,E2), V(73,D8,D8,AB), V(53,31,31,62), V(3F,15,15,2A), \ 146 V(28,18,18,30), V(A1,96,96,37), V(0F,05,05,0A), V(B5,9A,9A,2F), \ 148 V(26,EB,EB,CD), V(69,27,27,4E), V(CD,B2,B2,7F), V(9F,75,75,EA), \ 152 V(7B,29,29,52), V(3E,E3,E3,DD), V(71,2F,2F,5E), V(97,84,84,13), \ 154 V(60,20,20,40), V(1F,FC,FC,E3), V(C8,B1,B1,79), V(ED,5B,5B,B6), \ 157 V(6B,D0,D0,BB), V(2A,EF,EF,C5), V(E5,AA,AA,4F), V(16,FB,FB,ED), \ [all …]
|
D | md4.c | 145 #define F(x, y, z) (((x) & (y)) | ((~(x)) & (z))) in mbedtls_internal_md4_process() macro 149 (a) += F((b),(c),(d)) + (x); \ in mbedtls_internal_md4_process() 172 #undef F in mbedtls_internal_md4_process() 174 #define F(x,y,z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) in mbedtls_internal_md4_process() macro 178 (a) += F((b),(c),(d)) + (x) + 0x5A827999; \ in mbedtls_internal_md4_process() 200 #undef F in mbedtls_internal_md4_process() 202 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md4_process() macro 206 (a) += F((b),(c),(d)) + (x) + 0x6ED9EBA1; \ in mbedtls_internal_md4_process() 227 #undef F in mbedtls_internal_md4_process()
|
D | md5.c | 143 (a) += F((b),(c),(d)) + local.X[(k)] + (t); \ in mbedtls_internal_md5_process() 152 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro 171 #undef F in mbedtls_internal_md5_process() 173 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro 192 #undef F in mbedtls_internal_md5_process() 194 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro 213 #undef F in mbedtls_internal_md5_process() 215 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro 234 #undef F in mbedtls_internal_md5_process()
|
D | ripemd160.c | 167 P( (a), (b), (c), (d), (e), (r), (s), F, K ); \ in mbedtls_internal_ripemd160_process() 172 #define F F1 in mbedtls_internal_ripemd160_process() macro 192 #undef F in mbedtls_internal_ripemd160_process() 197 #define F F2 in mbedtls_internal_ripemd160_process() macro 217 #undef F in mbedtls_internal_ripemd160_process() 222 #define F F3 in mbedtls_internal_ripemd160_process() macro 242 #undef F in mbedtls_internal_ripemd160_process() 247 #define F F4 in mbedtls_internal_ripemd160_process() macro 267 #undef F in mbedtls_internal_ripemd160_process() 272 #define F F5 in mbedtls_internal_ripemd160_process() macro [all …]
|
D | sha1.c | 167 (e) += S((a),5) + F((b),(c),(d)) + K + (x); \ in mbedtls_internal_sha1_process() 177 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro 202 #undef F in mbedtls_internal_sha1_process() 204 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 229 #undef F in mbedtls_internal_sha1_process() 231 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro 256 #undef F in mbedtls_internal_sha1_process() 258 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 283 #undef F in mbedtls_internal_sha1_process()
|
D | Makefile | 273 if exist *.o del /Q /F *.o 274 if exist libmbed* del /Q /F libmbed* 275 …del /Q /F del_errors_out_if_the_file_list_is_empty_but_not_if_a_file_does_not_exist $(subst /,\,$(…
|
D | blowfish.c | 77 static uint32_t F( mbedtls_blowfish_context *ctx, uint32_t x ) in F() function 107 Xr = F( ctx, Xl ) ^ Xr; in blowfish_enc() 136 Xr = F( ctx, Xl ) ^ Xr; in blowfish_dec()
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/ |
D | ecc-heap.sh | 75 for F in 0 1; do 78 scripts/config.py set MBEDTLS_ECP_FIXED_POINT_OPTIM $F 80 echo "fixed point optim = $F, max window size = $W"
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/ |
D | Makefile | 139 if exist *.c del /Q /F *.c 140 if exist *.exe del /Q /F *.exe 141 if exist *.datax del /Q /F *.datax 142 if exist src/*.o del /Q /F src/*.o 143 if exist src/drivers/*.o del /Q /F src/drivers/*.o 144 if exist src/libmbed* del /Q /F src/libmed*
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/fuzz/ |
D | Makefile | 72 if exist *.o del /Q /F *.o 73 if exist *.exe del /Q /F *.exe
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/dir-maxpath/ |
D | 11.crt | 6 F/7riFdN63c8hjYddZRR4lrzVNPwiBQxnnxwpPyrD9A6aPPmLc6SqGOJW4ZGVCco
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/ |
D | server9-sha384.crt | 16 aaoAlLpH++F+oXMq/0aS0WSZrSLrsh2Fpay9cBDGwek2rDOX9kM+ZcPzGitVwWKX
|
D | test-ca-alt.crt | 7 F+3jczKU+d5MlKcivkP9Rm/wLEKAcFJxG8ECZMHhxxT8YD+DSUEA5SI2G2xFu84f
|
D | cert_sha384.crt | 15 MUdwnh7UPkCa6K1yvayknEbHzD2Lv9BLEf5A1/a+F/LmFXiV0kXIFue13u+z7laV
|
D | test-ca-alt-good.crt | 7 F+3jczKU+d5MlKcivkP9Rm/wLEKAcFJxG8ECZMHhxxT8YD+DSUEA5SI2G2xFu84f
|
D | test-ca-good-alt.crt | 27 F+3jczKU+d5MlKcivkP9Rm/wLEKAcFJxG8ECZMHhxxT8YD+DSUEA5SI2G2xFu84f
|
D | rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.pem | 11 t0w97W5h6DgnDZO0/yiN5Q/GLD+Laizawu2HD8e8dlkaMCD3rEl4RL7iigh4Co+F
|
D | rsa_pkcs1_4096_aes256.pem | 17 rTxtaZ8RkQ63QLyC3rfed9/rScZLP3unnWrE8srxIBfkrdmF7q9F7GvpDLxjg+F/
|
D | rsa_pkcs8_pbe_sha1_4096_3des.pem | 42 Y6V0/74a6lih0BoIAn5eF5em1wFlXxGVl+F/5O8IZv6FvpaH3DZTIwqUVRc08eai
|
D | rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem | 20 nuunYjGr+co/7F/Y6T9++JfoXwRXJwtrYh46ZPCZh6uqrWJdtCkFthNjLkKDqbiL
|
/openthread-2.7.6/third_party/mbedtls/repo/visualc/VS2010/ |
D | mbedTLS.sln | 81 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pk_sign", "pk_sign.vcxproj", "{F2E8CA55-597F-7… 256 …-11D0-8D11-00A0C91BC942}") = "crl_app", "crl_app.vcxproj", "{DB904B85-AD31-B7FB-114F-88760CC485F2}" 402 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Debug|Win32.ActiveCfg = Debug|Win32 403 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Debug|Win32.Build.0 = Debug|Win32 404 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Debug|x64.ActiveCfg = Debug|x64 405 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Debug|x64.Build.0 = Debug|x64 406 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Release|Win32.ActiveCfg = Release|Win32 407 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Release|Win32.Build.0 = Release|Win32 408 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Release|x64.ActiveCfg = Release|x64 409 {F2E8CA55-597F-7FDC-6456-D8650FB970A3}.Release|x64.Build.0 = Release|x64 [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/ |
D | README.md | 3 …//github.com/project-everest/hacl-star/tree/master/code/curve25519) in the [F* language](https://g…
|
/openthread-2.7.6/ |
D | Makefile.am | 172 $(call check-file,$(@F))
|