Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decjpake.h142 int mbedtls_ecjpake_check(const mbedtls_ecjpake_context *ctx);
/openthread-latest/third_party/mbedtls/repo/library/
Decjpake.c142 int mbedtls_ecjpake_check(const mbedtls_ecjpake_context *ctx) in mbedtls_ecjpake_check() function
Dssl_tls12_client.c145 if (mbedtls_ecjpake_check(&ssl->handshake->ecjpake_ctx) != 0) { in ssl_write_ecjpake_kkpp_ext()
Dssl_tls12_server.c299 if (mbedtls_ecjpake_check(&ssl->handshake->ecjpake_ctx) != 0) in ssl_parse_ecjpake_kkpp()
Dssl_tls.c9523 mbedtls_ecjpake_check(&ssl->handshake->ecjpake_ctx) != 0) in mbedtls_ssl_validate_ciphersuite()