Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c673 static int rsa_check_context( mbedtls_rsa_context const *ctx, int is_priv, in rsa_check_context() function
852 return( rsa_check_context( ctx, is_priv, 1 ) ); in mbedtls_rsa_complete()
1151 if( rsa_check_context( ctx, 0 /* public */, 0 /* no blinding */ ) != 0 ) in mbedtls_rsa_check_pubkey()
1177 rsa_check_context( ctx, 1 /* private */, 1 /* blinding */ ) != 0 ) in mbedtls_rsa_check_privkey()
1237 if( rsa_check_context( ctx, 0 /* public */, 0 /* no blinding */ ) ) in mbedtls_rsa_public()
1334 if( rsa_check_context( ctx, 1 /* private key checks */, in mbedtls_rsa_private()