Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Drsa.c638 static int rsa_check_context(mbedtls_rsa_context const *ctx, int is_priv, in rsa_check_context() function
817 return rsa_check_context(ctx, is_priv, 1); in mbedtls_rsa_complete()
1171 if (rsa_check_context(ctx, 0 /* public */, 0 /* no blinding */) != 0) { in mbedtls_rsa_check_pubkey()
1194 rsa_check_context(ctx, 1 /* private */, 1 /* blinding */) != 0) { in mbedtls_rsa_check_privkey()
1243 if (rsa_check_context(ctx, 0 /* public */, 0 /* no blinding */)) { in mbedtls_rsa_public()
1445 if (rsa_check_context(ctx, 1 /* private key checks */, in mbedtls_rsa_private()