Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dssl_cli.c425 if( ssl->handshake->ecjpake_cache == NULL || in ssl_write_ecjpake_kkpp_ext()
440 ssl->handshake->ecjpake_cache = mbedtls_calloc( 1, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
441 if( ssl->handshake->ecjpake_cache == NULL ) in ssl_write_ecjpake_kkpp_ext()
447 memcpy( ssl->handshake->ecjpake_cache, p + 2, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
457 memcpy( p + 2, ssl->handshake->ecjpake_cache, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
1611 mbedtls_free( ssl->handshake->ecjpake_cache ); in ssl_parse_ecjpake_kkpp()
1612 ssl->handshake->ecjpake_cache = NULL; in ssl_parse_ecjpake_kkpp()
A Dssl_misc.h567 unsigned char *ecjpake_cache; /*!< Cache for ClientHello ext */ member
A Dssl_tls.c2967 handshake->ecjpake_cache = NULL; in ssl_handshake_params_init()
5490 mbedtls_free( handshake->ecjpake_cache ); in mbedtls_ssl_handshake_free()
5491 handshake->ecjpake_cache = NULL; in mbedtls_ssl_handshake_free()

Completed in 21 milliseconds