Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Decjpake.h127 int mbedtls_ecjpake_check( const mbedtls_ecjpake_context *ctx );
/net-tools-3.4.0/mbedtls-2.4.0/library/
Decjpake.c126 int mbedtls_ecjpake_check( const mbedtls_ecjpake_context *ctx ) in mbedtls_ecjpake_check() function
Dssl_cli.c361 if( mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 )
880 mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 )
Dssl_srv.c335 if( mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 ) in ssl_parse_ecjpake_kkpp()