Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h3706 mbedtls_x509_crt *own_cert,
4153 mbedtls_x509_crt *own_cert,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls12_server.c3427 mbedtls_x509_crt *own_cert = mbedtls_ssl_own_cert(ssl); in ssl_decrypt_encrypted_pms() local
3428 if (own_cert == NULL) { in ssl_decrypt_encrypted_pms()
3432 mbedtls_pk_context *public_key = &own_cert->pk; in ssl_decrypt_encrypted_pms()
H A Dssl_tls.c1874 mbedtls_x509_crt *own_cert, in mbedtls_ssl_conf_own_cert() argument
1877 return ssl_append_key_cert(&conf->key_cert, own_cert, pk_key); in mbedtls_ssl_conf_own_cert()
1920 mbedtls_x509_crt *own_cert, in mbedtls_ssl_set_hs_own_cert() argument
1924 own_cert, pk_key); in mbedtls_ssl_set_hs_own_cert()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1439 mbedtls_ssl_set_hs_own_cert() with NULL value for own_cert param.