Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c756 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
761 have_N = ( mbedtls_mpi_cmp_int( &ctx->MBEDTLS_PRIVATE(N), 0 ) != 0 ); in mbedtls_rsa_complete()
778 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
780 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
792 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c2930 int have_N; in mbedtls_rsa_complete() local
2959 have_N = mbedtls_mpi_cmp_int( &ctx->MBEDTLS_PRIVATE(N), 0 ) != 0; in mbedtls_rsa_complete()
2978 is_priv = have_D && have_E && (have_N || (have_P && have_Q)); in mbedtls_rsa_complete()
2982 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
2999 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()