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

/openbsd-current/sys/crypto/
H A Dchachapoly.h54 struct poly1305_ctx poly; member in struct:__anon10
H A Dchachapoly.c87 poly1305_init((poly1305_state *)&ctx->poly, ctx->key);
97 poly1305_update((poly1305_state *)&ctx->poly, data, len);
102 poly1305_update((poly1305_state *)&ctx->poly, zeroes,
112 poly1305_finish((poly1305_state *)&ctx->poly, tag);
/openbsd-current/gnu/gcc/gcc/
H A Dtree-chrec.c60 tree poly,
63 gcc_assert (poly);
65 gcc_assert (TREE_CODE (poly) == POLYNOMIAL_CHREC);
67 gcc_assert (type == chrec_type (poly));
73 (CHREC_VARIABLE (poly),
74 chrec_fold_plus (type, CHREC_LEFT (poly), cst),
75 CHREC_RIGHT (poly));
79 (CHREC_VARIABLE (poly),
80 chrec_fold_minus (type, CHREC_LEFT (poly), cst),
81 CHREC_RIGHT (poly));
57 chrec_fold_poly_cst(enum tree_code code, tree type, tree poly, tree cst) argument
[all...]
/openbsd-current/sys/dev/fdt/
H A Dif_mvneta.c1613 const uint8_t poly = 0x07; local
1617 crc = (crc << 1) ^ ((((crc >> 7) ^ (byte >> bit)) & 1) ? poly : 0);

Completed in 350 milliseconds