Searched refs:rsa_check_context (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/3rdparty/mbedtls/ |
H A D | rsa.c | 185 static int rsa_check_context( mbedtls_rsa_context const *ctx, int is_priv, in rsa_check_context() function 374 return( rsa_check_context( ctx, is_priv, 1 ) ); in mbedtls_rsa_complete() 685 if( rsa_check_context( ctx, 0 /* public */, 0 /* no blinding */ ) != 0 ) in mbedtls_rsa_check_pubkey() 711 rsa_check_context( ctx, 1 /* private */, 1 /* blinding */ ) != 0 ) in mbedtls_rsa_check_privkey() 771 if( rsa_check_context( ctx, 0 /* public */, 0 /* no blinding */ ) ) in mbedtls_rsa_public() 941 if( rsa_check_context( ctx, 1 /* private key checks */, in mbedtls_rsa_private()
|