Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Drsa.c77 #define RSA_VALIDATE( cond ) \ macro
480 RSA_VALIDATE( ctx != NULL ); in mbedtls_rsa_init()
481 RSA_VALIDATE( padding == MBEDTLS_RSA_PKCS_V15 || in mbedtls_rsa_init()
499 RSA_VALIDATE( ctx != NULL ); in mbedtls_rsa_set_padding()
500 RSA_VALIDATE( padding == MBEDTLS_RSA_PKCS_V15 || in mbedtls_rsa_set_padding()

Completed in 6 milliseconds