Lines Matching refs:mbedtls_x509_crt
751 mbedtls_x509_crt *cert;
753 mbedtls_x509_crt *ca;
819 if ((new->cert = mbedtls_calloc(1, sizeof(mbedtls_x509_crt))) == NULL || in sni_parse()
833 if ((new->ca = mbedtls_calloc(1, sizeof(mbedtls_x509_crt))) == NULL) { in sni_parse()
1086 mbedtls_x509_crt *cert; /*!< Certificate corresponding to the key */
1109 mbedtls_x509_crt *cert, in ssl_async_set_key()
1153 mbedtls_x509_crt *cert, in ssl_async_start()
1221 mbedtls_x509_crt *cert, in ssl_async_sign()
1232 mbedtls_x509_crt *cert, in ssl_async_decrypt()
1541 mbedtls_x509_crt cacert; in main()
1542 mbedtls_x509_crt srvcert; in main()
1544 mbedtls_x509_crt srvcert2; in main()