Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c764 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
770 have_P = ( mbedtls_mpi_cmp_int( &ctx->MBEDTLS_PRIVATE(P), 0 ) != 0 ); in mbedtls_rsa_complete()
785 n_missing = have_P && have_Q && have_D && have_E; in mbedtls_rsa_complete()
786 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
787 d_missing = have_P && have_Q && !have_D && have_E; in mbedtls_rsa_complete()
788 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
800 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c2931 int have_P; in mbedtls_rsa_complete() local
2960 have_P = mbedtls_mpi_cmp_int( &ctx->MBEDTLS_PRIVATE(P), 0 ) != 0; in mbedtls_rsa_complete()
2978 is_priv = have_D && have_E && (have_N || (have_P && have_Q)); in mbedtls_rsa_complete()
2980 is_priv = have_D && have_E && 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()