Searched refs:rsa_check_context (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
H A D | rsa.c | 637 static int rsa_check_context(mbedtls_rsa_context const *ctx, int is_priv, in rsa_check_context() function 816 return rsa_check_context(ctx, is_priv, 1); in mbedtls_rsa_complete() 1170 if (rsa_check_context(ctx, 0 /* public */, 0 /* no blinding */) != 0) { in mbedtls_rsa_check_pubkey() 1193 rsa_check_context(ctx, 1 /* private */, 1 /* blinding */) != 0) { in mbedtls_rsa_check_privkey() 1242 if (rsa_check_context(ctx, 0 /* public */, 0 /* no blinding */)) { in mbedtls_rsa_public() 1444 if (rsa_check_context(ctx, 1 /* private key checks */, in mbedtls_rsa_private()
|
Completed in 4 milliseconds