Searched refs:mbedtls_pk_check_pair (Results 1 – 6 of 6) sorted by relevance
135 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/ec_256_prv.pem":0139 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/server5.key":MBEDTLS_ERR_ECP_BAD_INPU…143 mbedtls_pk_check_pair:"data_files/server1.pubkey":"data_files/server1.key":0147 mbedtls_pk_check_pair:"data_files/server1.pubkey":"data_files/server2.key":MBEDTLS_ERR_RSA_KEY_CHEC…151 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/server1.key":MBEDTLS_ERR_PK_TYPE_MISM…
88 void mbedtls_pk_check_pair( char *pub_file, char *prv_file, int ret )99 TEST_ASSERT( mbedtls_pk_check_pair( &pub, &prv ) == ret );106 TEST_ASSERT( mbedtls_pk_check_pair( &pub, &alt ) == ret );
400 int mbedtls_pk_check_pair( const mbedtls_pk_context *pub, const mbedtls_pk_context *prv );
2196 #define pk_check_pair mbedtls_pk_check_pair
303 int mbedtls_pk_check_pair( const mbedtls_pk_context *pub, const mbedtls_pk_context *prv ) in mbedtls_pk_check_pair() function
1739 pk_check_pair mbedtls_pk_check_pair