Searched refs:ecjpake_cache (Results 1 – 3 of 3) sorted by relevance
163 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()875 mbedtls_free(ssl->handshake->ecjpake_cache); in ssl_parse_ecjpake_kkpp()876 ssl->handshake->ecjpake_cache = NULL; in ssl_parse_ecjpake_kkpp()
800 unsigned char *ecjpake_cache; /*!< Cache for ClientHello ext */ member
1001 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()