Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Drsa.c236 int n_missing, pq_missing, d_missing, is_pub, is_priv; in mbedtls_rsa_complete() local
265 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
270 if( !is_priv && !is_pub ) in mbedtls_rsa_complete()