Lines Matching refs:mbedtls_x509_crt
590 mbedtls_x509_crt *cert;
592 mbedtls_x509_crt* ca;
655 if( ( new->cert = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) ) ) == NULL || in sni_parse()
668 if( ( new->ca = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) ) ) == NULL ) in sni_parse()
920 mbedtls_x509_crt *cert; /*!< Certificate corresponding to the key */
944 mbedtls_x509_crt *cert, in ssl_async_set_key()
986 mbedtls_x509_crt *cert, in ssl_async_start()
1051 mbedtls_x509_crt *cert, in ssl_async_sign()
1062 mbedtls_x509_crt *cert, in ssl_async_decrypt()
1220 mbedtls_x509_crt cacert; in main()
1221 mbedtls_x509_crt srvcert; in main()
1223 mbedtls_x509_crt srvcert2; in main()