Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c540 static int rsa_check_context_alt( mbedtls_rsa_context const *ctx, int is_priv, in rsa_check_context_alt() function
927 if( rsa_check_context_alt( ctx, 1 /* private */, 1 /* blinding */ ) != 0 ) in mbedtls_rsa_check_privkey()
3030 return( rsa_check_context_alt( ctx, is_priv, 1 ) ); in mbedtls_rsa_complete()