Symbol: C3
crypto/openssl/crypto/sm2/sm2_crypt.c
129
uint8_t *C3 = NULL;
crypto/openssl/crypto/sm2/sm2_crypt.c
138
ctext_struct.C3 = NULL;
crypto/openssl/crypto/sm2/sm2_crypt.c
176
C3 = OPENSSL_zalloc(C3_size);
crypto/openssl/crypto/sm2/sm2_crypt.c
178
if (x2y2 == NULL || C3 == NULL)
crypto/openssl/crypto/sm2/sm2_crypt.c
231
|| EVP_DigestFinal(hash, C3, NULL) == 0) {
crypto/openssl/crypto/sm2/sm2_crypt.c
238
ctext_struct.C3 = ASN1_OCTET_STRING_new();
crypto/openssl/crypto/sm2/sm2_crypt.c
241
if (ctext_struct.C3 == NULL || ctext_struct.C2 == NULL) {
crypto/openssl/crypto/sm2/sm2_crypt.c
245
if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size)
crypto/openssl/crypto/sm2/sm2_crypt.c
264
ASN1_OCTET_STRING_free(ctext_struct.C3);
crypto/openssl/crypto/sm2/sm2_crypt.c
267
OPENSSL_free(C3);
crypto/openssl/crypto/sm2/sm2_crypt.c
294
const uint8_t *C3 = NULL;
crypto/openssl/crypto/sm2/sm2_crypt.c
312
if (sm2_ctext->C3->length != hash_size) {
crypto/openssl/crypto/sm2/sm2_crypt.c
318
C3 = sm2_ctext->C3->data;
crypto/openssl/crypto/sm2/sm2_crypt.c
34
ASN1_OCTET_STRING *C3;
crypto/openssl/crypto/sm2/sm2_crypt.c
393
if (CRYPTO_memcmp(computed_C3, C3, hash_size) != 0) {
crypto/openssl/crypto/sm2/sm2_crypt.c
41
ASN1_SIMPLE(SM2_Ciphertext, C3, ASN1_OCTET_STRING),
crypto/openssl/crypto/whrlpool/wp_block.c
518
L[i] ^= C0(K, i) ^ C1(K, (i - 1) & 7) ^ C2(K, (i - 2) & 7) ^ C3(K, (i - 3) & 7) ^ C4(K, (i - 4) & 7) ^ C5(K, (i - 5) & 7) ^ C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7);
crypto/openssl/crypto/whrlpool/wp_block.c
522
L[i] ^= C0(S, i) ^ C1(S, (i - 1) & 7) ^ C2(S, (i - 2) & 7) ^ C3(S, (i - 3) & 7) ^ C4(S, (i - 4) & 7) ^ C5(S, (i - 5) & 7) ^ C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7);
crypto/openssl/crypto/whrlpool/wp_block.c
558
L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^ C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r];
crypto/openssl/crypto/whrlpool/wp_block.c
559
L1 = C0(K, 1) ^ C1(K, 0) ^ C2(K, 7) ^ C3(K, 6) ^ C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2);
crypto/openssl/crypto/whrlpool/wp_block.c
560
L2 = C0(K, 2) ^ C1(K, 1) ^ C2(K, 0) ^ C3(K, 7) ^ C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3);
crypto/openssl/crypto/whrlpool/wp_block.c
561
L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^ C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4);
crypto/openssl/crypto/whrlpool/wp_block.c
562
L4 = C0(K, 4) ^ C1(K, 3) ^ C2(K, 2) ^ C3(K, 1) ^ C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(K, 5);
crypto/openssl/crypto/whrlpool/wp_block.c
563
L5 = C0(K, 5) ^ C1(K, 4) ^ C2(K, 3) ^ C3(K, 2) ^ C4(K, 1) ^ C5(K, 0) ^ C6(K, 7) ^ C7(K, 6);
crypto/openssl/crypto/whrlpool/wp_block.c
564
L6 = C0(K, 6) ^ C1(K, 5) ^ C2(K, 4) ^ C3(K, 3) ^ C4(K, 2) ^ C5(K, 1) ^ C6(K, 0) ^ C7(K, 7);
crypto/openssl/crypto/whrlpool/wp_block.c
565
L7 = C0(K, 7) ^ C1(K, 6) ^ C2(K, 5) ^ C3(K, 4) ^ C4(K, 3) ^ C5(K, 2) ^ C6(K, 1) ^ C7(K, 0);
crypto/openssl/crypto/whrlpool/wp_block.c
576
L0 ^= C0(S, 0) ^ C1(S, 7) ^ C2(S, 6) ^ C3(S, 5) ^ C4(S, 4) ^ C5(S, 3) ^ C6(S, 2) ^ C7(S, 1);
crypto/openssl/crypto/whrlpool/wp_block.c
577
L1 ^= C0(S, 1) ^ C1(S, 0) ^ C2(S, 7) ^ C3(S, 6) ^ C4(S, 5) ^ C5(S, 4) ^ C6(S, 3) ^ C7(S, 2);
crypto/openssl/crypto/whrlpool/wp_block.c
578
L2 ^= C0(S, 2) ^ C1(S, 1) ^ C2(S, 0) ^ C3(S, 7) ^ C4(S, 6) ^ C5(S, 5) ^ C6(S, 4) ^ C7(S, 3);
crypto/openssl/crypto/whrlpool/wp_block.c
579
L3 ^= C0(S, 3) ^ C1(S, 2) ^ C2(S, 1) ^ C3(S, 0) ^ C4(S, 7) ^ C5(S, 6) ^ C6(S, 5) ^ C7(S, 4);
crypto/openssl/crypto/whrlpool/wp_block.c
580
L4 ^= C0(S, 4) ^ C1(S, 3) ^ C2(S, 2) ^ C3(S, 1) ^ C4(S, 0) ^ C5(S, 7) ^ C6(S, 6) ^ C7(S, 5);
crypto/openssl/crypto/whrlpool/wp_block.c
581
L5 ^= C0(S, 5) ^ C1(S, 4) ^ C2(S, 3) ^ C3(S, 2) ^ C4(S, 1) ^ C5(S, 0) ^ C6(S, 7) ^ C7(S, 6);
crypto/openssl/crypto/whrlpool/wp_block.c
582
L6 ^= C0(S, 6) ^ C1(S, 5) ^ C2(S, 4) ^ C3(S, 3) ^ C4(S, 2) ^ C5(S, 1) ^ C6(S, 0) ^ C7(S, 7);
crypto/openssl/crypto/whrlpool/wp_block.c
583
L7 ^= C0(S, 7) ^ C1(S, 6) ^ C2(S, 5) ^ C3(S, 4) ^ C4(S, 3) ^ C5(S, 2) ^ C6(S, 1) ^ C7(S, 0);
crypto/openssl/crypto/whrlpool/wp_block.c
597
L3 = C3(K, 0);
crypto/openssl/crypto/whrlpool/wp_block.c
607
L4 ^= C3(K, 1);
crypto/openssl/crypto/whrlpool/wp_block.c
616
L5 ^= C3(K, 2);
crypto/openssl/crypto/whrlpool/wp_block.c
625
L6 ^= C3(K, 3);
crypto/openssl/crypto/whrlpool/wp_block.c
634
L7 ^= C3(K, 4);
crypto/openssl/crypto/whrlpool/wp_block.c
643
L0 ^= C3(K, 5);
crypto/openssl/crypto/whrlpool/wp_block.c
652
L1 ^= C3(K, 6);
crypto/openssl/crypto/whrlpool/wp_block.c
661
L2 ^= C3(K, 7);
crypto/openssl/crypto/whrlpool/wp_block.c
679
L3 ^= C3(S, 0);
crypto/openssl/crypto/whrlpool/wp_block.c
688
L4 ^= C3(S, 1);
crypto/openssl/crypto/whrlpool/wp_block.c
697
L5 ^= C3(S, 2);
crypto/openssl/crypto/whrlpool/wp_block.c
706
L6 ^= C3(S, 3);
crypto/openssl/crypto/whrlpool/wp_block.c
715
L7 ^= C3(S, 4);
crypto/openssl/crypto/whrlpool/wp_block.c
724
L0 ^= C3(S, 5);
crypto/openssl/crypto/whrlpool/wp_block.c
733
L1 ^= C3(S, 6);
crypto/openssl/crypto/whrlpool/wp_block.c
742
L2 ^= C3(S, 7);
crypto/openssl/test/modes_internal_test.c
319
static const u8 C3[] = {
crypto/openssl/test/radix/quic_tests.c
187
OP_NEW_STREAM(C, C3, 0);
crypto/openssl/test/radix/quic_tests.c
188
OP_WRITE_B(C3, "sync");
crypto/openssl/test/radix/quic_tests.c
213
OP_WRITE_B(C3, "sync");
lib/msun/ld128/k_cosl.c
33
C3 = 2.48015873015873015873015873015446795e-05L,
lib/msun/ld128/k_cosl.c
50
r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
lib/msun/ld128/s_expl.c
142
C3 = 1.66666666666666666666666666666666667e-1L,
lib/msun/ld128/s_expl.c
243
q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
lib/msun/ld80/k_cosl.c
58
C3 = 0.000024801587301571716, /* 0x1a01a01a018e22.0p-68 */
lib/msun/ld80/k_cosl.c
70
r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
lib/msun/src/k_cos.c
59
C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */
lib/msun/src/k_cos.c
71
r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
lib/msun/src/k_cosf.c
26
C3 = 0x199342e0ee5069.0p-68; /* 0.0000243904487962774090654 */
lib/msun/src/k_cosf.c
39
r = C2+z*C3;
lib/msun/src/k_sincos.h
25
C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */
lib/msun/src/k_sincos.h
45
r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6));
lib/msun/src/k_sincosf.h
26
C3 = 0x199342e0ee5069.0p-68; /* 0.0000243904487962774090654 */
lib/msun/src/k_sincosf.h
38
r = C2 + z * C3;
lib/msun/src/k_sincosl.h
127
r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
lib/msun/src/k_sincosl.h
34
C3 = 0.000024801587301571716, /* 0x1a01a01a018e22.0p-68 */
lib/msun/src/k_sincosl.h
68
r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
lib/msun/src/k_sincosl.h
94
C3 = 2.48015873015873015873015873015446795e-05L,
usr.bin/systat/ifstat.c
58
static const int col3 = C3;