Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dssl_tls12_client.c163 if (ssl->handshake->ecjpake_cache == NULL || in ssl_write_ecjpake_kkpp_ext()
188 ssl->handshake->ecjpake_cache = mbedtls_calloc(1, kkpp_len); in ssl_write_ecjpake_kkpp_ext()
189 if (ssl->handshake->ecjpake_cache == NULL) { in ssl_write_ecjpake_kkpp_ext()
194 memcpy(ssl->handshake->ecjpake_cache, p + 2, kkpp_len); in ssl_write_ecjpake_kkpp_ext()
202 memcpy(p + 2, ssl->handshake->ecjpake_cache, kkpp_len); in ssl_write_ecjpake_kkpp_ext()
873 mbedtls_free(ssl->handshake->ecjpake_cache); in ssl_parse_ecjpake_kkpp()
874 ssl->handshake->ecjpake_cache = NULL; in ssl_parse_ecjpake_kkpp()
H A Dssl_misc.h800 unsigned char *ecjpake_cache; /*!< Cache for ClientHello ext */ member
H A Dssl_tls.c1001 handshake->ecjpake_cache = NULL; in ssl_handshake_params_init()
4827 mbedtls_free(handshake->ecjpake_cache); in mbedtls_ssl_handshake_free()
4828 handshake->ecjpake_cache = NULL; in mbedtls_ssl_handshake_free()

Completed in 20 milliseconds