Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_cli.c443 if( ssl->handshake->ecjpake_cache == NULL || in ssl_write_ecjpake_kkpp_ext()
458 ssl->handshake->ecjpake_cache = mbedtls_calloc( 1, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
459 if( ssl->handshake->ecjpake_cache == NULL ) in ssl_write_ecjpake_kkpp_ext()
465 memcpy( ssl->handshake->ecjpake_cache, p + 2, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
475 memcpy( p + 2, ssl->handshake->ecjpake_cache, kkpp_len ); in ssl_write_ecjpake_kkpp_ext()
1769 mbedtls_free( ssl->handshake->ecjpake_cache ); in ssl_parse_ecjpake_kkpp()
1770 ssl->handshake->ecjpake_cache = NULL; in ssl_parse_ecjpake_kkpp()
A Dssl_tls.c3785 handshake->ecjpake_cache = NULL; in ssl_handshake_params_init()
6111 mbedtls_free( handshake->ecjpake_cache ); in mbedtls_ssl_handshake_free()
6112 handshake->ecjpake_cache = NULL; in mbedtls_ssl_handshake_free()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_internal.h510 unsigned char *ecjpake_cache; /*!< Cache for ClientHello ext */ member

Completed in 22 milliseconds