Home
last modified time | relevance | path

Searched refs:mbedtls_ecjpake_check (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Decjpake.h154 int mbedtls_ecjpake_check( const mbedtls_ecjpake_context *ctx );
/third_party/mbedtls/library/
Decjpake.c148 int mbedtls_ecjpake_check( const mbedtls_ecjpake_context *ctx ) in mbedtls_ecjpake_check() function
Dssl_cli.c411 if( mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 ) in ssl_write_ecjpake_kkpp_ext()
901 mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 ) in ssl_validate_ciphersuite()
Dssl_srv.c435 if( mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 ) in ssl_parse_ecjpake_kkpp()