Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_cli.c427 if( ssl->handshake->ecjpake_cache == NULL || in ssl_write_ecjpake_kkpp_ext()
442 ssl->handshake->ecjpake_cache = mbedtls_calloc( 1, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
443 if( ssl->handshake->ecjpake_cache == NULL ) in ssl_write_ecjpake_kkpp_ext()
449 memcpy( ssl->handshake->ecjpake_cache, p + 2, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
459 memcpy( p + 2, ssl->handshake->ecjpake_cache, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
1613 mbedtls_free( ssl->handshake->ecjpake_cache ); in ssl_parse_ecjpake_kkpp()
1614 ssl->handshake->ecjpake_cache = NULL; in ssl_parse_ecjpake_kkpp()
Dssl_misc.h621 unsigned char *ecjpake_cache; /*!< Cache for ClientHello ext */ member
Dssl_tls.c2998 handshake->ecjpake_cache = NULL; in ssl_handshake_params_init()
5521 mbedtls_free( handshake->ecjpake_cache ); in mbedtls_ssl_handshake_free()
5522 handshake->ecjpake_cache = NULL; in mbedtls_ssl_handshake_free()