Searched defs:n0inv (Results 1 - 5 of 5) sorted by relevance

/external/libconstrainedcrypto/include/constrainedcrypto/
H A Drsa.h42 uint32_t n0inv; /* -1 / n[0] mod 2^32 */ member in struct:RSAPublicKey
/external/vboot_reference/firmware/2lib/include/
H A D2rsa.h17 uint32_t n0inv; /* -1 / n[0] mod 2^32 */ member in struct:vb2_public_key
/external/vboot_reference/firmware/lib/cryptolib/include/
H A Drsa.h27 uint32_t n0inv; /* -1 / n[0] mod 2^32 */ member in struct:RSAPublicKey
/external/avb/libavb/
H A Davb_crypto.h128 * values, |n0inv| (fits in 32 bits) and |rr| and can always be
131 * The value |n0inv| is the value -1/n[0] (mod 2^32). The value |rr|
151 uint32_t n0inv; member in struct:AvbRSAPublicKeyHeader
H A Davb_rsa.c42 uint32_t n0inv; /* -1 / n[0] mod 2^32 */ member in struct:IAvbKey
85 key->n0inv = h.n0inv;
142 uint32_t d0 = (uint32_t)A * key->n0inv;

Completed in 158 milliseconds