Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 42) sorted by relevance

12

/mbedtls-development/tests/suites/
A Dtest_suite_aes.ofb.data3 # 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
A Dtest_suite_error.data17 error_strerror:-0x007F:"UNKNOWN ERROR CODE (007F)"
20 error_strerror:-0x88FF:"UNKNOWN ERROR CODE (8880) \: UNKNOWN ERROR CODE (007F)"
/mbedtls-development/library/
A Daes.c111 V(0D,F2,F2,FF), V(BD,6B,6B,D6), V(B1,6F,6F,DE), V(54,C5,C5,91), \
114 V(45,CA,CA,8F), V(9D,82,82,1F), V(40,C9,C9,89), V(87,7D,7D,FA), \
119 V(5A,36,36,6C), V(41,3F,3F,7E), V(02,F7,F7,F5), V(4F,CC,CC,83), \
123 V(28,18,18,30), V(A1,96,96,37), V(0F,05,05,0A), V(B5,9A,9A,2F), \
125 V(26,EB,EB,CD), V(69,27,27,4E), V(CD,B2,B2,7F), V(9F,75,75,EA), \
129 V(7B,29,29,52), V(3E,E3,E3,DD), V(71,2F,2F,5E), V(97,84,84,13), \
136 V(CF,45,45,8A), V(10,F9,F9,E9), V(06,02,02,04), V(81,7F,7F,FE), \
137 V(F0,50,50,A0), V(44,3C,3C,78), V(BA,9F,9F,25), V(E3,A8,A8,4B), \
138 V(F3,51,51,A2), V(FE,A3,A3,5D), V(C0,40,40,80), V(8A,8F,8F,05), \
143 V(E1,5F,5F,BE), V(A2,97,97,35), V(CC,44,44,88), V(39,17,17,2E), \
[all …]
A Dmd5.c113 (a) += F((b),(c),(d)) + local.X[(k)] + (t); \ in mbedtls_internal_md5_process()
122 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro
141 #undef F in mbedtls_internal_md5_process()
143 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro
162 #undef F in mbedtls_internal_md5_process()
164 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro
183 #undef F in mbedtls_internal_md5_process()
185 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro
204 #undef F in mbedtls_internal_md5_process()
A Dripemd160.c137 P( (a), (b), (c), (d), (e), (r), (s), F, K ); \ in mbedtls_internal_ripemd160_process()
142 #define F F1 in mbedtls_internal_ripemd160_process() macro
162 #undef F in mbedtls_internal_ripemd160_process()
167 #define F F2 in mbedtls_internal_ripemd160_process() macro
187 #undef F in mbedtls_internal_ripemd160_process()
192 #define F F3 in mbedtls_internal_ripemd160_process() macro
212 #undef F in mbedtls_internal_ripemd160_process()
217 #define F F4 in mbedtls_internal_ripemd160_process() macro
237 #undef F in mbedtls_internal_ripemd160_process()
242 #define F F5 in mbedtls_internal_ripemd160_process() macro
[all …]
A Dsha1.c137 (e) += S((a),5) + F((b),(c),(d)) + K + (x); \ in mbedtls_internal_sha1_process()
147 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro
172 #undef F in mbedtls_internal_sha1_process()
174 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
199 #undef F in mbedtls_internal_sha1_process()
201 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro
226 #undef F in mbedtls_internal_sha1_process()
228 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
253 #undef F in mbedtls_internal_sha1_process()
A DMakefile310 if exist *.o del /Q /F *.o
311 if exist libmbed* del /Q /F libmbed*
312 …del /Q /F del_errors_out_if_the_file_list_is_empty_but_not_if_a_file_does_not_exist $(subst /,\,$(…
319 for %f in ($(subst /,\,$(GENERATED_FILES))) if exist %f del /Q /F %f
/mbedtls-development/tests/
A DMakefile180 if exist *.c del /Q /F *.c
181 if exist *.exe del /Q /F *.exe
182 if exist *.datax del /Q /F *.datax
183 if exist src/*.o del /Q /F src/*.o
184 if exist src/drivers/*.o del /Q /F src/drivers/*.o
185 if exist src/libmbed* del /Q /F src/libmed*
186 if exist include/test/instrument_record_status.h del /Q /F include/test/instrument_record_status.h
193 for %f in ($(subst /,\,$(GENERATED_FILES))) if exist %f del /Q /F %f
/mbedtls-development/scripts/
A Decc-heap.sh73 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"
/mbedtls-development/programs/fuzz/
A DMakefile65 if exist *.o del /Q /F *.o
66 if exist *.exe del /Q /F *.exe
/mbedtls-development/tests/data_files/dir-maxpath/
A D11.crt6 F/7riFdN63c8hjYddZRR4lrzVNPwiBQxnnxwpPyrD9A6aPPmLc6SqGOJW4ZGVCco
/mbedtls-development/tests/data_files/
A Dserver9-sha384.crt16 aaoAlLpH++F+oXMq/0aS0WSZrSLrsh2Fpay9cBDGwek2rDOX9kM+ZcPzGitVwWKX
A Dcert_sha384.crt15 MUdwnh7UPkCa6K1yvayknEbHzD2Lv9BLEf5A1/a+F/LmFXiV0kXIFue13u+z7laV
A Dtest-ca-alt.crt7 F+3jczKU+d5MlKcivkP9Rm/wLEKAcFJxG8ECZMHhxxT8YD+DSUEA5SI2G2xFu84f
A Dtest-ca-alt-good.crt7 F+3jczKU+d5MlKcivkP9Rm/wLEKAcFJxG8ECZMHhxxT8YD+DSUEA5SI2G2xFu84f
A Dtest-ca-good-alt.crt27 F+3jczKU+d5MlKcivkP9Rm/wLEKAcFJxG8ECZMHhxxT8YD+DSUEA5SI2G2xFu84f
A Drsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.pem11 t0w97W5h6DgnDZO0/yiN5Q/GLD+Laizawu2HD8e8dlkaMCD3rEl4RL7iigh4Co+F
A Drsa_pkcs8_pbe_sha1_4096_3des.pem42 Y6V0/74a6lih0BoIAn5eF5em1wFlXxGVl+F/5O8IZv6FvpaH3DZTIwqUVRc08eai
A Drsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem20 nuunYjGr+co/7F/Y6T9++JfoXwRXJwtrYh46ZPCZh6uqrWJdtCkFthNjLkKDqbiL
A Drsa_pkcs1_4096_aes256.pem17 rTxtaZ8RkQ63QLyC3rfed9/rScZLP3unnWrE8srxIBfkrdmF7q9F7GvpDLxjg+F/
/mbedtls-development/tests/data_files/dir3/
A Dtest-ca.crt38 B4:5A:E4:A5:B3:DE:D2:52:F6:B9:D5:A6:95:0F:EB:3E:BC:C7:FD:FF
40 keyid:B4:5A:E4:A5:B3:DE:D2:52:F6:B9:D5:A6:95:0F:EB:3E:BC:C7:FD:FF
/mbedtls-development/tests/data_files/dir1/
A Dtest-ca.crt38 B4:5A:E4:A5:B3:DE:D2:52:F6:B9:D5:A6:95:0F:EB:3E:BC:C7:FD:FF
40 keyid:B4:5A:E4:A5:B3:DE:D2:52:F6:B9:D5:A6:95:0F:EB:3E:BC:C7:FD:FF
/mbedtls-development/tests/data_files/dir2/
A Dtest-ca.crt38 B4:5A:E4:A5:B3:DE:D2:52:F6:B9:D5:A6:95:0F:EB:3E:BC:C7:FD:FF
40 keyid:B4:5A:E4:A5:B3:DE:D2:52:F6:B9:D5:A6:95:0F:EB:3E:BC:C7:FD:FF
/mbedtls-development/3rdparty/everest/
A DREADME.md3 …//github.com/project-everest/hacl-star/tree/master/code/curve25519) in the [F* language](https://g…
/mbedtls-development/programs/
A DMakefile409 if exist *.o del /Q /F *.o
410 if exist *.exe del /Q /F *.exe
411 if exist test\cpp_dummy_build.cpp del /Q /F test\cpp_dummy_build.cpp
419 for %f in ($(subst /,\,$(GENERATED_FILES))) if exist %f del /Q /F %f

Completed in 24 milliseconds

12