Home
last modified time | relevance | path

Searched refs:pk_key (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl.h2049 * \note The provided \p pk_key needs to match the public key in the
2059 * \param pk_key own private key
2065 mbedtls_pk_context *pk_key );
2296 * \param pk_key own private key
2302 mbedtls_pk_context *pk_key );
/third_party/mbedtls/include/mbedtls/
H A Dssl.h3578 * \note The provided \p pk_key needs to match the public key in the
3588 * \param pk_key own private key
3594 mbedtls_pk_context *pk_key);
4022 * \param pk_key own private key
4028 mbedtls_pk_context *pk_key);
/third_party/mbedtls/library/
H A Dssl_tls.c1876 mbedtls_pk_context *pk_key) 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()
1922 mbedtls_pk_context *pk_key) 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