Lines Matching refs:mbedtls_x509_crt
687 mbedtls_x509_crt *cert;
689 mbedtls_x509_crt* ca;
757 if( ( new->cert = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) ) ) == NULL || in sni_parse()
770 if( ( new->ca = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) ) ) == NULL ) in sni_parse()
991 mbedtls_x509_crt *cert; /*!< Certificate corresponding to the key */
1015 mbedtls_x509_crt *cert, in ssl_async_set_key()
1057 mbedtls_x509_crt *cert, in ssl_async_start()
1123 mbedtls_x509_crt *cert, in ssl_async_sign()
1134 mbedtls_x509_crt *cert, in ssl_async_decrypt()
1320 mbedtls_x509_crt cacert; in main()
1321 mbedtls_x509_crt srvcert; in main()
1323 mbedtls_x509_crt srvcert2; in main()