Home
last modified time | relevance | path

Searched refs:own_cert (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtls_mbedtls.c44 mbedtls_x509_crt own_cert; member
58 mbedtls_x509_crt_free(&tls_ctx->own_cert); in tls_close()
197 if ((ret = mbedtls_x509_crt_parse_file(&tls_ctx->own_cert, shr->cert_file)) != 0) { in tls_open()
241 if ((ret = mbedtls_ssl_conf_own_cert(&tls_ctx->ssl_config, &tls_ctx->own_cert, &tls_ctx->priv_key)) != 0) { in tls_open()
/third_party/mbedtls/include/mbedtls/
H A Dssl.h3559 * \note own_cert should contain in order from the bottom up your
3579 * first certificate in \p own_cert, or all handshakes using
3587 * \param own_cert own public certificate chain
3593 mbedtls_x509_crt *own_cert,
4017 * \note Passing null \c own_cert clears the certificate list for
4021 * \param own_cert own public certificate chain
4027 mbedtls_x509_crt *own_cert,
/third_party/mbedtls/library/
H A Dssl_tls12_server.c3442 mbedtls_x509_crt *own_cert = mbedtls_ssl_own_cert(ssl); in ssl_decrypt_encrypted_pms() local
3443 if (own_cert == NULL) { in ssl_decrypt_encrypted_pms()
3447 mbedtls_pk_context *public_key = &own_cert->pk; in ssl_decrypt_encrypted_pms()
H A Dssl_tls.c1875 mbedtls_x509_crt *own_cert, in mbedtls_ssl_conf_own_cert()
1878 return ssl_append_key_cert(&conf->key_cert, own_cert, pk_key); in mbedtls_ssl_conf_own_cert()
1921 mbedtls_x509_crt *own_cert, in mbedtls_ssl_set_hs_own_cert()
1925 own_cert, pk_key); in mbedtls_ssl_set_hs_own_cert()
1874 mbedtls_ssl_conf_own_cert(mbedtls_ssl_config *conf, mbedtls_x509_crt *own_cert, mbedtls_pk_context *pk_key) mbedtls_ssl_conf_own_cert() argument
1920 mbedtls_ssl_set_hs_own_cert(mbedtls_ssl_context *ssl, mbedtls_x509_crt *own_cert, mbedtls_pk_context *pk_key) mbedtls_ssl_set_hs_own_cert() argument

Completed in 23 milliseconds