OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POLY
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_local.h
58
typedef struct poly_st
POLY
;
69
int ossl_ml_dsa_poly_expand_mask(
POLY
*out, const uint8_t *seed, size_t seed_len,
72
int ossl_ml_dsa_poly_sample_in_ball(
POLY
*out_c, const uint8_t *seed, int seed_len,
76
void ossl_ml_dsa_poly_ntt(
POLY
*s);
77
void ossl_ml_dsa_poly_ntt_inverse(
POLY
*s);
78
void ossl_ml_dsa_poly_ntt_mult(const
POLY
*lhs, const
POLY
*rhs,
POLY
*out);
101
int ossl_ml_dsa_poly_decode_expand_mask(
POLY
*out,
/src/common/dist/zlib/
crc32.c
151
#define
POLY
0xedb88320 /* p(x) reflected, with x^32 implied */
169
b = b & 1 ? (b >> 1) ^
POLY
: b >> 1;
320
p = p & 1 ? (p >> 1) ^
POLY
: p >> 1;
/src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
aes-gcm-avx512.pl
823
my $
POLY
= $_[1]; # [in] zmm/ymm/xmm: polynomial
832
vpclmulqdq \$0x01,$LO128,$
POLY
,$TMP0
837
vpclmulqdq \$0x00,$TMP0,$
POLY
,$TMP1
839
vpclmulqdq \$0x10,$TMP0,$
POLY
,$OUT
1227
# ;; Output: C = A*B*x mod
poly
, (i.e. >>1 )
1228
# ;; To compute GH = GH*HashKey mod
poly
, give HK = HashKey<<1 mod
poly
as input
1229
# ;; GH = GH * HK * x mod
poly
which is equivalent to GH*HashKey mod
poly
.
1304
# ;; calculate HashKey^2<<1 mod
poly
[
all
...]
/src/external/gpl3/binutils/dist/zlib/
crc32.c
149
#define
POLY
0xedb88320 /* p(x) reflected, with x^32 implied */
167
b = b & 1 ? (b >> 1) ^
POLY
: b >> 1;
318
p = p & 1 ? (p >> 1) ^
POLY
: p >> 1;
/src/external/gpl3/binutils.old/dist/zlib/
crc32.c
141
#define
POLY
0xedb88320 /* p(x) reflected, with x^32 implied */
282
p = p & 1 ? (p >> 1) ^
POLY
: p >> 1;
557
b = b & 1 ? (b >> 1) ^
POLY
: b >> 1;
/src/external/gpl3/gdb/dist/zlib/
crc32.c
141
#define
POLY
0xedb88320 /* p(x) reflected, with x^32 implied */
282
p = p & 1 ? (p >> 1) ^
POLY
: p >> 1;
557
b = b & 1 ? (b >> 1) ^
POLY
: b >> 1;
/src/external/gpl3/gdb.old/dist/zlib/
crc32.c
141
#define
POLY
0xedb88320 /* p(x) reflected, with x^32 implied */
282
p = p & 1 ? (p >> 1) ^
POLY
: p >> 1;
557
b = b & 1 ? (b >> 1) ^
POLY
: b >> 1;
Completed in 38 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026