Searched refs:clicert (Results 1 – 2 of 2) sorted by relevance
381 mbedtls_x509_crt clicert; in main() local396 mbedtls_x509_crt_init( &clicert ); in main()542 ret = mbedtls_x509_crt_parse_file( &clicert, opt.crt_file ); in main()545 ret = mbedtls_x509_crt_parse( &clicert, (const unsigned char *) mbedtls_test_cli_crt, in main()622 if( ( ret = mbedtls_ssl_conf_own_cert( &conf, &clicert, &pkey ) ) != 0 ) in main()843 mbedtls_x509_crt_free( &clicert ); in main()
713 mbedtls_x509_crt clicert; in main() local761 mbedtls_x509_crt_init( &clicert ); in main()1651 ret = mbedtls_x509_crt_parse_file( &clicert, opt.crt_file ); in main()1654 ret = mbedtls_x509_crt_parse( &clicert, in main()1879 if( ( ret = mbedtls_ssl_conf_own_cert( &conf, &clicert, &pkey ) ) != 0 ) in main()3019 mbedtls_x509_crt_free( &clicert ); in main()
Completed in 7 milliseconds