Lines Matching refs:mbedtls_x509_crt
683 mbedtls_x509_crt *cert;
685 mbedtls_x509_crt* ca;
753 if( ( new->cert = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) ) ) == NULL || in sni_parse()
766 if( ( new->ca = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) ) ) == NULL ) in sni_parse()
987 mbedtls_x509_crt *cert; /*!< Certificate corresponding to the key */
1011 mbedtls_x509_crt *cert, in ssl_async_set_key()
1053 mbedtls_x509_crt *cert, in ssl_async_start()
1119 mbedtls_x509_crt *cert, in ssl_async_sign()
1130 mbedtls_x509_crt *cert, in ssl_async_decrypt()
1316 mbedtls_x509_crt cacert; in main()
1317 mbedtls_x509_crt srvcert; in main()
1319 mbedtls_x509_crt srvcert2; in main()