Searched refs:n0inv (Results 1 - 4 of 4) sorted by relevance

/system/core/include/mincrypt/
H A Drsa.h42 uint32_t n0inv; /* -1 / n[0] mod 2^32 */ member in struct:RSAPublicKey
/system/core/adb/
H A Dadb_auth_host.c74 BIGNUM* n0inv = BN_new(); local
86 BN_mod_inverse(n0inv, rem, r32, ctx);
89 pkey->n0inv = 0 - BN_get_word(n0inv);
99 BN_free(n0inv);
/system/core/libmincrypt/
H A Drsa_e_f4.c61 uint32_t d0 = (uint32_t)A * key->n0inv;
H A Drsa_e_3.c59 uint32_t d0 = (uint32_t)A * key->n0inv;

Completed in 885 milliseconds