/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_mail_client.c | 26 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C and/or " in main() 159 mbedtls_printf(" . Performing the SSL/TLS handshake..."); in do_handshake() 167 mbedtls_printf(" failed\n ! mbedtls_ssl_handshake returned %d: %s\n\n", ret, buf); in do_handshake() 172 mbedtls_printf(" ok\n [ Ciphersuite is %s ]\n", in do_handshake() 178 mbedtls_printf(" . Verifying peer X.509 certificate..."); in do_handshake() 186 mbedtls_printf(" failed\n"); in do_handshake() 191 mbedtls_printf("%s\n", vrfy_buf); in do_handshake() 194 mbedtls_printf(" ok\n"); in do_handshake() 198 mbedtls_printf(" . Peer certificate information ...\n"); in do_handshake() 201 mbedtls_printf("%s\n", buf); in do_handshake() [all …]
|
H A D | ssl_client2.c | 19 mbedtls_printf(MBEDTLS_SSL_TEST_IMPOSSIBLE); in main() 25 mbedtls_printf("MBEDTLS_SSL_CLI_C not defined.\n"); in main() 570 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify() 582 mbedtls_printf("%s", buf); in my_verify() 589 mbedtls_printf(" This certificate has no flags\n"); in my_verify() 592 mbedtls_printf("%s\n", buf); in my_verify() 625 mbedtls_printf(" failed\n ! mbedtls_ssl_get_peer_cid returned -0x%x\n\n", in report_cid_usage() 632 mbedtls_printf("(%s) Use of Connection ID was rejected by the server.\n", in report_cid_usage() 637 mbedtls_printf("(%s) Use of Connection ID has been negotiated.\n", in report_cid_usage() 644 mbedtls_printf(" failed\n ! mbedtls_ssl_get_peer_cid returned -0x%x\n\n", in report_cid_usage() [all …]
|
H A D | ssl_fork_server.c | 23 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C " in main() 33 mbedtls_printf("_WIN32 defined. This application requires fork() and signals " in main() 110 mbedtls_printf("\n . Initial seeding of the random generator..."); in main() 116 mbedtls_printf(" failed! mbedtls_ctr_drbg_seed returned %d\n\n", ret); in main() 120 mbedtls_printf(" ok\n"); in main() 125 mbedtls_printf(" . Loading the server cert. and key..."); in main() 136 mbedtls_printf(" failed! mbedtls_x509_crt_parse returned %d\n\n", ret); in main() 143 mbedtls_printf(" failed! mbedtls_x509_crt_parse returned %d\n\n", ret); in main() 151 mbedtls_printf(" failed! mbedtls_pk_parse_key returned %d\n\n", ret); in main() 155 mbedtls_printf(" ok\n"); in main() [all …]
|
H A D | ssl_server.c | 19 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C " in main() 112 mbedtls_printf(" . Seeding the random number generator..."); in main() 118 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 122 mbedtls_printf(" ok\n"); in main() 127 mbedtls_printf("\n . Loading the server cert. and key..."); in main() 138 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse returned %d\n\n", ret); in main() 145 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse returned %d\n\n", ret); in main() 153 mbedtls_printf(" failed\n ! mbedtls_pk_parse_key returned %d\n\n", ret); in main() 157 mbedtls_printf(" ok\n"); in main() 162 mbedtls_printf(" . Bind on https://localhost:4433/ ..."); in main() [all …]
|
H A D | ssl_pthread_server.c | 21 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C " in main() 109 mbedtls_printf(" [ #%ld ] Setting up SSL/TLS data\n", thread_id); in handle_ssl_connection() 115 mbedtls_printf(" [ #%ld ] failed: mbedtls_ssl_setup returned -0x%04x\n", in handle_ssl_connection() 125 mbedtls_printf(" [ #%ld ] Performing the SSL/TLS handshake\n", thread_id); in handle_ssl_connection() 129 mbedtls_printf(" [ #%ld ] failed: mbedtls_ssl_handshake returned -0x%04x\n", in handle_ssl_connection() 135 mbedtls_printf(" [ #%ld ] ok\n", thread_id); in handle_ssl_connection() 140 mbedtls_printf(" [ #%ld ] < Read from client\n", thread_id); in handle_ssl_connection() 154 mbedtls_printf(" [ #%ld ] connection was closed gracefully\n", in handle_ssl_connection() 159 mbedtls_printf(" [ #%ld ] connection was reset by peer\n", in handle_ssl_connection() 164 mbedtls_printf(" [ #%ld ] mbedtls_ssl_read returned -0x%04x\n", in handle_ssl_connection() [all …]
|
H A D | ssl_server2.c | 15 mbedtls_printf(MBEDTLS_SSL_TEST_IMPOSSIBLE); in main() 21 mbedtls_printf("MBEDTLS_SSL_SRV_C not defined.\n"); in main() 1168 mbedtls_printf("Async %s callback: looking for DN=%s\n", in ssl_async_start() 1185 mbedtls_printf("Async %s callback: no key matches this certificate.\n", in ssl_async_start() 1189 mbedtls_printf("Async %s callback: using key slot %u, delay=%u.\n", in ssl_async_start() 1193 mbedtls_printf("Async %s callback: injected error\n", op_name); in ssl_async_start() 1255 mbedtls_printf("Async resume (slot %u): call %u more times.\n", in ssl_async_resume() 1275 mbedtls_printf( in ssl_async_resume() 1287 mbedtls_printf("Async resume callback: %s done but injected error\n", in ssl_async_resume() 1293 mbedtls_printf("Async resume (slot %u): %s done, status=%d.\n", in ssl_async_resume() [all …]
|
H A D | dtls_client.c | 19 mbedtls_printf("MBEDTLS_SSL_CLI_C and/or MBEDTLS_SSL_PROTO_DTLS and/or " in main() 112 mbedtls_printf("\n . Seeding the random number generator..."); in main() 118 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 122 mbedtls_printf(" ok\n"); in main() 127 mbedtls_printf(" . Loading the CA root certificate ..."); in main() 133 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse returned -0x%x\n\n", in main() 138 mbedtls_printf(" ok (%d skipped)\n", ret); in main() 143 mbedtls_printf(" . Connecting to udp/%s/%s...", SERVER_NAME, SERVER_PORT); in main() 148 mbedtls_printf(" failed\n ! mbedtls_net_connect returned %d\n\n", ret); in main() 152 mbedtls_printf(" ok\n"); in main() [all …]
|
H A D | ssl_client1.c | 19 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C and/or " in main() 93 mbedtls_printf("\n . Seeding the random number generator..."); in main() 100 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 104 mbedtls_printf(" ok\n"); in main() 109 mbedtls_printf(" . Loading the CA root certificate ..."); in main() 115 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse returned -0x%x\n\n", in main() 120 mbedtls_printf(" ok (%d skipped)\n", ret); in main() 125 mbedtls_printf(" . Connecting to tcp/%s/%s...", SERVER_NAME, SERVER_PORT); in main() 130 mbedtls_printf(" failed\n ! mbedtls_net_connect returned %d\n\n", ret); in main() 134 mbedtls_printf(" ok\n"); in main() [all …]
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_mail_client.c | 26 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C and/or " in main() 159 mbedtls_printf(" . Performing the SSL/TLS handshake..."); in do_handshake() 167 mbedtls_printf(" failed\n ! mbedtls_ssl_handshake returned %d: %s\n\n", ret, buf); in do_handshake() 172 mbedtls_printf(" ok\n [ Ciphersuite is %s ]\n", in do_handshake() 178 mbedtls_printf(" . Verifying peer X.509 certificate..."); in do_handshake() 186 mbedtls_printf(" failed\n"); in do_handshake() 191 mbedtls_printf("%s\n", vrfy_buf); in do_handshake() 194 mbedtls_printf(" ok\n"); in do_handshake() 198 mbedtls_printf(" . Peer certificate information ...\n"); in do_handshake() 201 mbedtls_printf("%s\n", buf); in do_handshake() [all …]
|
H A D | ssl_client2.c | 19 mbedtls_printf(MBEDTLS_SSL_TEST_IMPOSSIBLE); in main() 25 mbedtls_printf("MBEDTLS_SSL_CLI_C not defined.\n"); in main() 570 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify() 582 mbedtls_printf("%s", buf); in my_verify() 589 mbedtls_printf(" This certificate has no flags\n"); in my_verify() 592 mbedtls_printf("%s\n", buf); in my_verify() 625 mbedtls_printf(" failed\n ! mbedtls_ssl_get_peer_cid returned -0x%x\n\n", in report_cid_usage() 632 mbedtls_printf("(%s) Use of Connection ID was rejected by the server.\n", in report_cid_usage() 637 mbedtls_printf("(%s) Use of Connection ID has been negotiated.\n", in report_cid_usage() 644 mbedtls_printf(" failed\n ! mbedtls_ssl_get_peer_cid returned -0x%x\n\n", in report_cid_usage() [all …]
|
H A D | ssl_fork_server.c | 23 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C " in main() 33 mbedtls_printf("_WIN32 defined. This application requires fork() and signals " in main() 110 mbedtls_printf("\n . Initial seeding of the random generator..."); in main() 116 mbedtls_printf(" failed! mbedtls_ctr_drbg_seed returned %d\n\n", ret); in main() 120 mbedtls_printf(" ok\n"); in main() 125 mbedtls_printf(" . Loading the server cert. and key..."); in main() 136 mbedtls_printf(" failed! mbedtls_x509_crt_parse returned %d\n\n", ret); in main() 143 mbedtls_printf(" failed! mbedtls_x509_crt_parse returned %d\n\n", ret); in main() 151 mbedtls_printf(" failed! mbedtls_pk_parse_key returned %d\n\n", ret); in main() 155 mbedtls_printf(" ok\n"); in main() [all …]
|
H A D | ssl_server2.c | 15 mbedtls_printf(MBEDTLS_SSL_TEST_IMPOSSIBLE); in main() 21 mbedtls_printf("MBEDTLS_SSL_SRV_C not defined.\n"); in main() 1160 mbedtls_printf("Async %s callback: looking for DN=%s\n", in ssl_async_start() 1177 mbedtls_printf("Async %s callback: no key matches this certificate.\n", in ssl_async_start() 1181 mbedtls_printf("Async %s callback: using key slot %u, delay=%u.\n", in ssl_async_start() 1185 mbedtls_printf("Async %s callback: injected error\n", op_name); in ssl_async_start() 1247 mbedtls_printf("Async resume (slot %u): call %u more times.\n", in ssl_async_resume() 1267 mbedtls_printf( in ssl_async_resume() 1279 mbedtls_printf("Async resume callback: %s done but injected error\n", in ssl_async_resume() 1285 mbedtls_printf("Async resume (slot %u): %s done, status=%d.\n", in ssl_async_resume() [all …]
|
H A D | ssl_server.c | 19 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C " in main() 112 mbedtls_printf(" . Seeding the random number generator..."); in main() 118 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 122 mbedtls_printf(" ok\n"); in main() 127 mbedtls_printf("\n . Loading the server cert. and key..."); in main() 138 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse returned %d\n\n", ret); in main() 145 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse returned %d\n\n", ret); in main() 153 mbedtls_printf(" failed\n ! mbedtls_pk_parse_key returned %d\n\n", ret); in main() 157 mbedtls_printf(" ok\n"); in main() 162 mbedtls_printf(" . Bind on https://localhost:4433/ ..."); in main() [all …]
|
H A D | ssl_pthread_server.c | 21 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C " in main() 109 mbedtls_printf(" [ #%ld ] Setting up SSL/TLS data\n", thread_id); in handle_ssl_connection() 115 mbedtls_printf(" [ #%ld ] failed: mbedtls_ssl_setup returned -0x%04x\n", in handle_ssl_connection() 125 mbedtls_printf(" [ #%ld ] Performing the SSL/TLS handshake\n", thread_id); in handle_ssl_connection() 129 mbedtls_printf(" [ #%ld ] failed: mbedtls_ssl_handshake returned -0x%04x\n", in handle_ssl_connection() 135 mbedtls_printf(" [ #%ld ] ok\n", thread_id); in handle_ssl_connection() 140 mbedtls_printf(" [ #%ld ] < Read from client\n", thread_id); in handle_ssl_connection() 154 mbedtls_printf(" [ #%ld ] connection was closed gracefully\n", in handle_ssl_connection() 159 mbedtls_printf(" [ #%ld ] connection was reset by peer\n", in handle_ssl_connection() 164 mbedtls_printf(" [ #%ld ] mbedtls_ssl_read returned -0x%04x\n", in handle_ssl_connection() [all …]
|
H A D | dtls_client.c | 19 mbedtls_printf("MBEDTLS_SSL_CLI_C and/or MBEDTLS_SSL_PROTO_DTLS and/or " in main() 112 mbedtls_printf("\n . Seeding the random number generator..."); in main() 118 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 122 mbedtls_printf(" ok\n"); in main() 127 mbedtls_printf(" . Loading the CA root certificate ..."); in main() 133 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse returned -0x%x\n\n", in main() 138 mbedtls_printf(" ok (%d skipped)\n", ret); in main() 143 mbedtls_printf(" . Connecting to udp/%s/%s...", SERVER_NAME, SERVER_PORT); in main() 148 mbedtls_printf(" failed\n ! mbedtls_net_connect returned %d\n\n", ret); in main() 152 mbedtls_printf(" ok\n"); in main() [all …]
|
H A D | ssl_client1.c | 19 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C and/or " in main() 93 mbedtls_printf("\n . Seeding the random number generator..."); in main() 100 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 104 mbedtls_printf(" ok\n"); in main() 109 mbedtls_printf(" . Loading the CA root certificate ..."); in main() 115 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse returned -0x%x\n\n", in main() 120 mbedtls_printf(" ok (%d skipped)\n", ret); in main() 125 mbedtls_printf(" . Connecting to tcp/%s/%s...", SERVER_NAME, SERVER_PORT); in main() 130 mbedtls_printf(" failed\n ! mbedtls_net_connect returned %d\n\n", ret); in main() 134 mbedtls_printf(" ok\n"); in main() [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/ |
H A D | cert_write.c | 21 mbedtls_printf("MBEDTLS_X509_CRT_WRITE_C and/or MBEDTLS_X509_CRT_PARSE_C and/or " in main() 343 mbedtls_printf(USAGE); in main() 406 mbedtls_printf("Invalid attempt to set the serial more than once\n"); in main() 413 mbedtls_printf("Invalid attempt to set the serial more than once\n"); in main() 422 mbedtls_printf("Invalid argument for option %s\n", p); in main() 429 mbedtls_printf("Invalid argument for option %s\n", p); in main() 436 mbedtls_printf("Invalid argument for option %s\n", p); in main() 443 mbedtls_printf("Invalid argument for option %s\n", p); in main() 450 mbedtls_printf("Invalid argument for option %s\n", p); in main() 457 mbedtls_printf("Invalid argument for option %s\n", p); in main() [all …]
|
H A D | cert_app.c | 19 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C and/or " in main() 104 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify() 106 mbedtls_printf("%s", buf); in my_verify() 109 mbedtls_printf(" This certificate has no flags\n"); in my_verify() 112 mbedtls_printf("%s\n", buf); in my_verify() 164 mbedtls_printf(USAGE); in main() 229 mbedtls_printf(" . Loading the CA root certificate ..."); in main() 234 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse_path returned -0x%x\n\n", in main() 242 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse_file returned -0x%x\n\n", in main() 250 mbedtls_printf(" ok (%d skipped)\n", ret); in main() [all …]
|
/aosp_15_r20/external/mbedtls/programs/x509/ |
H A D | cert_write.c | 21 mbedtls_printf("MBEDTLS_X509_CRT_WRITE_C and/or MBEDTLS_X509_CRT_PARSE_C and/or " in main() 343 mbedtls_printf(USAGE); in main() 406 mbedtls_printf("Invalid attempt to set the serial more than once\n"); in main() 413 mbedtls_printf("Invalid attempt to set the serial more than once\n"); in main() 422 mbedtls_printf("Invalid argument for option %s\n", p); in main() 429 mbedtls_printf("Invalid argument for option %s\n", p); in main() 436 mbedtls_printf("Invalid argument for option %s\n", p); in main() 443 mbedtls_printf("Invalid argument for option %s\n", p); in main() 450 mbedtls_printf("Invalid argument for option %s\n", p); in main() 457 mbedtls_printf("Invalid argument for option %s\n", p); in main() [all …]
|
H A D | cert_app.c | 19 mbedtls_printf("MBEDTLS_BIGNUM_C and/or MBEDTLS_ENTROPY_C and/or " in main() 104 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify() 106 mbedtls_printf("%s", buf); in my_verify() 109 mbedtls_printf(" This certificate has no flags\n"); in my_verify() 112 mbedtls_printf("%s\n", buf); in my_verify() 164 mbedtls_printf(USAGE); in main() 229 mbedtls_printf(" . Loading the CA root certificate ..."); in main() 234 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse_path returned -0x%x\n\n", in main() 242 mbedtls_printf(" failed\n ! mbedtls_x509_crt_parse_file returned -0x%x\n\n", in main() 250 mbedtls_printf(" ok (%d skipped)\n", ret); in main() [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | dh_client.c | 39 mbedtls_printf("MBEDTLS_AES_C and/or MBEDTLS_DHM_C and/or MBEDTLS_ENTROPY_C " in main() 49 mbedtls_printf("MBEDTLS_BLOCK_CIPHER_NO_DECRYPT defined.\n"); in main() 87 mbedtls_printf("\n . Seeding the random number generator"); in main() 94 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 101 mbedtls_printf("\n . Reading public key from rsa_pub.txt"); in main() 105 mbedtls_printf(" failed\n ! Could not open rsa_pub.txt\n" \ in main() 114 mbedtls_printf(" failed\n ! mbedtls_mpi_read_file returned %d\n\n", ret); in main() 123 mbedtls_printf("\n . Connecting to tcp/%s/%s", SERVER_NAME, in main() 129 mbedtls_printf(" failed\n ! mbedtls_net_connect returned %d\n\n", ret); in main() 136 mbedtls_printf("\n . Receiving the server's DH parameters"); in main() [all …]
|
H A D | dh_server.c | 39 mbedtls_printf("MBEDTLS_AES_C and/or MBEDTLS_DHM_C and/or MBEDTLS_ENTROPY_C " in main() 83 mbedtls_printf("\n . Seeding the random number generator"); in main() 90 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 97 mbedtls_printf("\n . Reading private key from rsa_priv.txt"); in main() 101 mbedtls_printf(" failed\n ! Could not open rsa_priv.txt\n" \ in main() 113 mbedtls_printf(" failed\n ! mbedtls_mpi_read_file returned %d\n\n", in main() 121 mbedtls_printf(" failed\n ! mbedtls_rsa_import returned %d\n\n", in main() 127 mbedtls_printf(" failed\n ! mbedtls_rsa_complete returned %d\n\n", in main() 135 mbedtls_printf("\n . Reading DH parameters from dh_prime.txt"); in main() 139 mbedtls_printf(" failed\n ! Could not open dh_prime.txt\n" \ in main() [all …]
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | dh_client.c | 41 mbedtls_printf("MBEDTLS_AES_C and/or MBEDTLS_DHM_C and/or MBEDTLS_ENTROPY_C " in main() 78 mbedtls_printf("\n . Seeding the random number generator"); in main() 85 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 92 mbedtls_printf("\n . Reading public key from rsa_pub.txt"); in main() 96 mbedtls_printf(" failed\n ! Could not open rsa_pub.txt\n" \ in main() 105 mbedtls_printf(" failed\n ! mbedtls_mpi_read_file returned %d\n\n", ret); in main() 117 mbedtls_printf("\n . Connecting to tcp/%s/%s", SERVER_NAME, in main() 123 mbedtls_printf(" failed\n ! mbedtls_net_connect returned %d\n\n", ret); in main() 130 mbedtls_printf("\n . Receiving the server's DH parameters"); in main() 136 mbedtls_printf(" failed\n ! mbedtls_net_recv returned %d\n\n", ret); in main() [all …]
|
H A D | dh_server.c | 41 mbedtls_printf("MBEDTLS_AES_C and/or MBEDTLS_DHM_C and/or MBEDTLS_ENTROPY_C " in main() 84 mbedtls_printf("\n . Seeding the random number generator"); in main() 91 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned %d\n", ret); in main() 98 mbedtls_printf("\n . Reading private key from rsa_priv.txt"); in main() 102 mbedtls_printf(" failed\n ! Could not open rsa_priv.txt\n" \ in main() 114 mbedtls_printf(" failed\n ! mbedtls_mpi_read_file returned %d\n\n", in main() 122 mbedtls_printf(" failed\n ! mbedtls_rsa_import returned %d\n\n", in main() 128 mbedtls_printf(" failed\n ! mbedtls_rsa_complete returned %d\n\n", in main() 136 mbedtls_printf("\n . Reading DH parameters from dh_prime.txt"); in main() 140 mbedtls_printf(" failed\n ! Could not open dh_prime.txt\n" \ in main() [all …]
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | selftest.c | 71 mbedtls_printf(" CALLOC(0,1): passed (NULL)\n"); in calloc_self_test() 75 mbedtls_printf(" CALLOC(0,1): failed (mix of NULL and non-NULL)\n"); in calloc_self_test() 80 mbedtls_printf(" CALLOC(0,1): passed (same non-null)\n"); in calloc_self_test() 84 mbedtls_printf(" CALLOC(0,1): passed (distinct non-null)\n"); in calloc_self_test() 95 mbedtls_printf(" CALLOC(1,0): passed (NULL)\n"); in calloc_self_test() 99 mbedtls_printf(" CALLOC(1,0): failed (mix of NULL and non-NULL)\n"); in calloc_self_test() 104 mbedtls_printf(" CALLOC(1,0): passed (same non-null)\n"); in calloc_self_test() 108 mbedtls_printf(" CALLOC(1,0): passed (distinct non-null)\n"); in calloc_self_test() 114 mbedtls_printf(" CALLOC(1): failed (NULL)\n"); in calloc_self_test() 119 mbedtls_printf(" CALLOC(1): failed (same buffer twice)\n"); in calloc_self_test() [all …]
|