Searched refs:mbedtls_pk_check_pair (Results 1 – 5 of 5) sorted by relevance
506 int mbedtls_pk_check_pair( const mbedtls_pk_context *pub, const mbedtls_pk_context *prv );
2125 #define pk_check_pair mbedtls_pk_check_pair
469 int mbedtls_pk_check_pair( const mbedtls_pk_context *pub, const mbedtls_pk_context *prv ) in mbedtls_pk_check_pair() function
626 if( mbedtls_pk_check_pair( &issuer_crt.pk, issuer_key ) != 0 ) in main()
1011 if( mbedtls_pk_check_pair( &cert->pk, in ssl_async_start()
Completed in 33 milliseconds