Searched refs:rsa_check_context (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | rsa.c | 141 static int rsa_check_context( mbedtls_rsa_context const *ctx, int is_priv, in rsa_check_context() function 330 return( rsa_check_context( ctx, is_priv, 1 ) ); in mbedtls_rsa_complete() 662 if( rsa_check_context( ctx, 0 /* public */, 0 /* no blinding */ ) != 0 ) in mbedtls_rsa_check_pubkey() 688 rsa_check_context( ctx, 1 /* private */, 1 /* blinding */ ) != 0 ) in mbedtls_rsa_check_privkey() 748 if( rsa_check_context( ctx, 0 /* public */, 0 /* no blinding */ ) ) in mbedtls_rsa_public() 921 if( rsa_check_context( ctx, 1 /* private key checks */, in mbedtls_rsa_private()
|