Symbol: f9
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
149
#define v0(p) bytes2word(fe(p), f9(p), fd(p), fb(p))
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
150
#define v1(p) bytes2word(fb(p), fe(p), f9(p), fd(p))
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
151
#define v2(p) bytes2word(fd(p), fb(p), fe(p), f9(p))
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
152
#define v3(p) bytes2word(f9(p), fd(p), fb(p), fe(p))
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
350
w = bytes2word(fe(b), f9(b), fd(b), fb(b));
crypto/openssh/libcrux_mlkem768_sha3.h
5912
uint8_t f9;
crypto/openssh/libcrux_mlkem768_sha3.h
5985
.f9 = r9,
crypto/openssh/libcrux_mlkem768_sha3.h
6009
result[9U] = r0_10.f9;
crypto/openssh/libcrux_mlkem768_sha3.h
6020
result[20U] = r11_21.f9;
crypto/openssl/crypto/ec/curve25519.c
1116
int32_t f9 = f[9];
crypto/openssl/crypto/ec/curve25519.c
1140
int32_t f9_2 = 2 * f9;
crypto/openssl/crypto/ec/curve25519.c
1231
int64_t f9g0 = f9 * (int64_t)g0;
crypto/openssl/crypto/ec/curve25519.c
1233
int64_t f9g2_19 = f9 * (int64_t)g2_19;
crypto/openssl/crypto/ec/curve25519.c
1235
int64_t f9g4_19 = f9 * (int64_t)g4_19;
crypto/openssl/crypto/ec/curve25519.c
1237
int64_t f9g6_19 = f9 * (int64_t)g6_19;
crypto/openssl/crypto/ec/curve25519.c
1239
int64_t f9g8_19 = f9 * (int64_t)g8_19;
crypto/openssl/crypto/ec/curve25519.c
1370
int32_t f9 = f[9];
crypto/openssl/crypto/ec/curve25519.c
1383
int32_t f9_38 = 38 * f9; /* 1.959375*2^30 */
crypto/openssl/crypto/ec/curve25519.c
1393
int64_t f0f9_2 = f0_2 * (int64_t)f9;
crypto/openssl/crypto/ec/curve25519.c
1438
int64_t f9f9_38 = f9 * (int64_t)f9_38;
crypto/openssl/crypto/ec/curve25519.c
1703
int32_t f9 = f[9];
crypto/openssl/crypto/ec/curve25519.c
1716
int32_t f9_38 = 38 * f9; /* 1.959375*2^30 */
crypto/openssl/crypto/ec/curve25519.c
1726
int64_t f0f9_2 = f0_2 * (int64_t)f9;
crypto/openssl/crypto/ec/curve25519.c
1771
int64_t f9f9_38 = f9 * (int64_t)f9_38;
crypto/openssl/crypto/ec/curve25519.c
4458
int32_t f9 = f[9];
crypto/openssl/crypto/ec/curve25519.c
4468
int64_t h9 = f9 * (int64_t)121666;