Searched defs:polys (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/ocb/
H A Docb_init.c24 } polys[] = { variable in typeref:struct:__anon5087
61 /* determine which polys to use */
63 for (poly = 0; poly < (int)(sizeof(polys)/sizeof(polys[0])); poly++) {
64 if (polys[poly].len == ocb->block_len) {
68 if (polys[poly].len != ocb->block_len) {
102 ocb->Ls[x][y] ^= polys[poly].poly_mul[y];
118 ocb->Lr[x] ^= polys[poly].poly_div[x];
/external/dropbear/libtomcrypt/src/mac/pmac/
H A Dpmac_init.c24 } polys[] = { variable in typeref:struct:__anon5112
59 /* determine which polys to use */
61 for (poly = 0; poly < (int)(sizeof(polys)/sizeof(polys[0])); poly++) {
62 if (polys[poly].len == pmac->block_len) {
66 if (polys[poly].len != pmac->block_len) {
105 pmac->Ls[x][y] ^= polys[poly].poly_mul[y];
121 pmac->Lr[x] ^= polys[poly].poly_div[x];
/external/quake/quake/src/QW/client/
H A Dgl_model.h143 glpoly_t *polys; // multiple if warped member in struct:msurface_s
/external/quake/quake/src/WinQuake/
H A Dgl_model.h139 glpoly_t *polys; // multiple if warped member in struct:msurface_s

Completed in 1531 milliseconds