Searched refs:ecjpake_cache (Results 1 – 3 of 3) sorted by relevance
380 if( ssl->handshake->ecjpake_cache == NULL ||394 ssl->handshake->ecjpake_cache = mbedtls_calloc( 1, kkpp_len );395 if( ssl->handshake->ecjpake_cache == NULL )401 memcpy( ssl->handshake->ecjpake_cache, p + 2, kkpp_len );416 memcpy( p + 2, ssl->handshake->ecjpake_cache, kkpp_len );1253 mbedtls_free( ssl->handshake->ecjpake_cache );1254 ssl->handshake->ecjpake_cache = NULL;
5258 handshake->ecjpake_cache = NULL; in ssl_handshake_params_init()6979 mbedtls_free( handshake->ecjpake_cache ); in mbedtls_ssl_handshake_free()6980 handshake->ecjpake_cache = NULL; in mbedtls_ssl_handshake_free()
179 unsigned char *ecjpake_cache; /*!< Cache for ClientHello ext */ member