Searched refs:I (Results 1 – 25 of 27) sorted by relevance
12
/mbedtls-development/ |
A D | dco.txt | 15 By making a contribution to this project, I certify that: 17 (a) The contribution was created in whole or in part by me and I 23 license and I have the right under that license to submit that 25 by me, under the same open source license (unless I am 30 person who certified (a), (b) or (c) and I have not modified 33 (d) I understand and agree that this project and the contribution 35 personal information I submit with it, including my sign-off) is
|
A D | README.md | 99 …ely using `WARNING_CFLAGS`. Some directory-specific options (for example, `-I` directives) are sti… 250 - [How do I configure Mbed TLS](https://tls.mbed.org/kb/compiling-and-building/how-do-i-configure…
|
A D | ChangeLog | 1008 resizes the I/O buffers before and after handshakes, reducing the memory 2004 I/O was used. Found and reported by Hubert Mis in #772. 3283 * Server-initiated renegotiation would fail with non-blocking I/O if the 3286 with non-blocking I/O. 3509 * Fixed bug with session tickets and non-blocking I/O in the unlikely case 3760 with non-blocking I/O. 4558 * Added user-defined callbacks for handling I/O and sessions 4579 connections from being established with non-blocking I/O 4608 * Added (beta) support for non-blocking I/O operations 4653 I'd also like to thank Younès Hafri for the CRUX linux port,
|
/mbedtls-development/configs/ |
A D | README.txt | 15 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" make 20 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" cmake .
|
/mbedtls-development/tests/data_files/ |
A D | rsa_pkcs8_pbe_sha1_4096_3des.pem | 6 l8Aj/JuuYmnWm7v/eh+I+4fkXHE/DpFRaIPrhzY4+EhgTLSHvkoEEnMGACS6AyQw 49 BOYpqHE/7E4tEL69cyzkJjtjES0KqZ2BH3UXQNtuewo0bx4u9FSt5GP1qdx5v0+I
|
A D | crl.pem | 6 I+yK34O9zoHMyGcDZbF9fj4NVyyNA6XCgY3IgQYe3boA1edO6+8ImjqiZjYK+GWt
|
A D | keyUsage.decipherOnly.crt | 12 tDqSC5BhFoR01veFu07JdEYvz+I+NCL5z0IGWXkUrk235Wl4w4WMZDnXTqncMNEk
|
A D | cert_example_multi.crt | 12 I+xRLJYsUBut2NdkZmEIRSW4n4sXJwqb0fXTTkd7EAXBvGNWbERab5Sbf84oqd4t
|
A D | rsa_pkcs1_1024_clear.pem | 10 xeiEfFCstMg5uMCNLkShGjMZ5zNfRIqxfa8CQDJjW0h9r6s8jlCuLQY/I/A/b6c2
|
A D | crl_cat_ecfut-rsa.pem | 17 I+yK34O9zoHMyGcDZbF9fj4NVyyNA6XCgY3IgQYe3boA1edO6+8ImjqiZjYK+GWt
|
A D | rsa_pkcs1_2048_clear.pem | 14 JB+I+fzWXjPZDq4JsuTcHCpP2EpfBi3ltXmjmmI742D4h20Cv9lPWItICn11HHcQ
|
A D | test-ca-alt.key | 11 I+T8rWxFeZYN3LaRI/viCPF8yYgFUvOPL1R9Yzq5Z/jSyyUPN+IhSqL/zb/NyLiY
|
A D | rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.pem | 21 teL2bpC/D0W0OOOMU3MlfU822vlm1gC5Yh+I/+b3jsgd4xH84PZUBGDLO5+Wrslw
|
A D | rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.pem | 14 7greULvNAdAS3JWBZMk9dRPgD4NS3b2mcbjDXX/u6OZ/dai86xF1u1chanFF2+6I
|
A D | rsa_pkcs8_pbes2_pbkdf2_4096_3des.pem | 14 76/h5g7oe++YJjut759NqxeKWpXyJLbHgPT9W0+Q2bODItERHF2d3abGDuo4oY/I
|
A D | rsa_pkcs8_pbes2_pbkdf2_4096_des.pem | 49 2rPE/q9Ek25z/UaBr5xcUa9S/I+B3+gvJpg8/O72xHd1LV6fQu7LbWSUSmVw3NQo
|
A D | rsa_pkcs1_4096_aes192.pem | 23 I+XtotQEgQE57miw0hjW+DCaDaBc7mpYzPBaqtC0qJUSOpFE/fig21H4uDBBZbk3
|
/mbedtls-development/scripts/data_files/ |
A D | vs6-main-template.dsp | 44 # ADD CPP /nologo /W3 /GX /O2 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /F… 67 # ADD CPP /nologo /W3 /GX /Z7 /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /Y…
|
A D | vs6-app-template.dsp | 89 # ADD CPP /I "../../include"
|
/mbedtls-development/tests/scripts/ |
A D | generate_test_code.py | 386 if not re.match(CONDITION_REGEX, dependency, re.I): 548 up_to_arg_list_start.replace('\n', ' '), re.I) 736 dependency = re.match(CONDITION_REGEX, dep, re.I) 829 val, re.I):
|
/mbedtls-development/scripts/mbedtls_dev/ |
A D | psa_storage.py | 73 if re.match(r'([0-9]+|0x[0-9a-f]+)\Z', self.string, re.I):
|
/mbedtls-development/library/ |
A D | rsa.c | 926 mbedtls_mpi I, C; in mbedtls_rsa_private() local 964 mbedtls_mpi_init( &I ); in mbedtls_rsa_private() 976 MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &I, &T ) ); in mbedtls_rsa_private() 1064 if( mbedtls_mpi_cmp_mpi( &C, &I ) != 0 ) in mbedtls_rsa_private() 1097 mbedtls_mpi_free( &I ); in mbedtls_rsa_private()
|
/mbedtls-development/docs/architecture/testing/ |
A D | psa-storage-format-testing.md | 15 The goal of storage format stability testing is: as a user of Mbed TLS, I want to store a key under…
|
A D | invasive-testing.md | 67 … we replace to mock or wrap the system function. This is useful to simulate I/O failure, for examp… 85 … trigger by using the API or which cannot be triggered deterministically, for example I/O failures.
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ssl.function | 111 * Buffer structure for custom I/O callbacks. 388 * Context for the I/O callbacks simulating network connection. 507 * Callbacks for simulating blocking I/O over connection-oriented transport. 531 * Callbacks for simulating non-blocking I/O over connection-oriented transport. 2231 * Test if the implementation of `mbedtls_mock_socket` related I/O functions is 2376 * send messages in both direction at the same time (with the I/O calls
|
Completed in 29 milliseconds
12