Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Drsa.h86 #define MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION -0x4500 /**< The implementation does not… macro
/third_party/mbedtls/library/
Derror.c436 if( use_ret == -(MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION) ) in mbedtls_strerror()
/third_party/mbedtls/tests/suites/
Dtest_suite_rsa.function631 ( res == MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION ) );
692 ( res == MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION ) );