Searched refs:nwords (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/cryptolib/
H A Dcryptolib.c343 for (i = 0; i < mod->nwords; ++i) {
361 for (i = 1; i < mod->nwords; ++i) {
381 for (i = 0; i < mod->nwords; ++i) {
431 u32tou8(inout, subM(key, a, aaa, 1), key->nwords);
444 if (key->nwords != clBIGNUMWORDS) return 0; // Wrong key passed in.
475 for (i = 1; i < M->nwords; ++i)
509 u32tou8(c, subM(M, tmp, accu, 1), M->nwords);
515 static int dhGE(const uint32_t* a, const uint32_t* b, int nwords) { argument
518 for (i = 0; i < nwords; ++i) {
528 if (!dhGE(n, dh_G, M->nwords)) retur
[all...]
/fuchsia/zircon/third_party/ulib/cryptolib/include/lib/crypto/
H A Dcryptolib.h38 int nwords; // Length of n[] in number of uint32_t member in struct:clBignumModulus
41 uint32_t rr[clBIGNUMWORDS]; // 2^(2*32*nwords) mod n as little endian array

Completed in 46 milliseconds