Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/mac/pmac/
H A Dpmac_init.c40 int poly, x, y, m, err; in pmac_init() local
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/
H A Docb_init.c42 int poly, x, y, m, err; in ocb_init() local
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_gf_mult.c66 static const unsigned char poly[] = { 0x00, 0xE1 }; variable
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
H A Docb3_init.c87 int poly, x, y, m, err; in ocb3_init() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h540 poly1305_state poly; member