Home
last modified time | relevance | path

Searched refs:C3 (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd/usr.bin/bintrans/tests/
H A Dtextqpenc2 vite p=C3=A9dagogues et t'enseignent comme but ce qui n'est par essence qu=
3 'un moyen, et te trompant ainsi sur la route =C3=A0 suivre les voil=C3=A0 b=
4 ient=C3=B4t qui te d=C3=A9gradent, car si leur musique est vulgaire ils te =
5 fabriquent pour te la vendre une =C3=A2me vulgaire=2E
6 =E2=80=94=E2=80=89Antoine de Saint-Exup=C3=A9ry, Citadelle (1948)
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c34 ASN1_OCTET_STRING *C3; member
41 ASN1_SIMPLE(SM2_Ciphertext, C3, ASN1_OCTET_STRING),
142 uint8_t *C3 = NULL; in ossl_sm2_encrypt()
151 ctext_struct.C3 = NULL; in ossl_sm2_encrypt()
185 C3 = OPENSSL_zalloc(C3_size); in ossl_sm2_encrypt()
187 if (x2y2 == NULL || C3 == NULL) { in ossl_sm2_encrypt()
244 || EVP_DigestFinal(hash, C3, NULL) == 0) { in ossl_sm2_encrypt()
251 ctext_struct.C3 = ASN1_OCTET_STRING_new(); in ossl_sm2_encrypt()
254 if (ctext_struct.C3 == NULL || ctext_struct.C2 == NULL) { in ossl_sm2_encrypt()
258 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C in ossl_sm2_encrypt()
130 uint8_t *C3 = NULL; ossl_sm2_encrypt() local
289 const uint8_t *C3 = NULL; ossl_sm2_decrypt() local
[all...]
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c185 # define C3(K,i) ROTATE(Cx.q[K.c[(i)*8+3]],24) macro
203 # define C3(K,i) (Cx.q[3+8*K.c[(i)*8+3]]) macro
216 # define C3(K,i) (((u64_a1*)(Cx.c+5))[2*K.c[(i)*8+3]]) macro
522 C2(K, (i - 2) & 7) ^ C3(K, (i - 3) & 7) ^ in whirlpool_block()
529 C2(S, (i - 2) & 7) ^ C3(S, (i - 3) & 7) ^ in whirlpool_block()
567 L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^ in whirlpool_block()
569 L1 = C0(K, 1) ^ C1(K, 0) ^ C2(K, 7) ^ C3(K, 6) ^ in whirlpool_block()
571 L2 = C0(K, 2) ^ C1(K, 1) ^ C2(K, 0) ^ C3(K, 7) ^ in whirlpool_block()
573 L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^ in whirlpool_block()
575 L4 = C0(K, 4) ^ C1(K, 3) ^ C2(K, 2) ^ C3(K, 1) ^ in whirlpool_block()
[all …]
/freebsd/secure/caroot/trusted/
H A DNetLock_Arany__Class_Gold__F__tan__s__tv__ny.pem19 … Kft., OU = Tan\C3\BAs\C3\ADtv\C3\A1nykiad\C3\B3k (Certification Services), CN = NetLock Arany (Cl…
23 … Kft., OU = Tan\C3\BAs\C3\ADtv\C3\A1nykiad\C3\B3k (Certification Services), CN = NetLock Arany (Cl…
H A DemSign_ECC_Root_CA_-_C3.pem2 ## emSign ECC Root CA - C3
20 Issuer: C = US, OU = emSign PKI, O = eMudhra Inc, CN = emSign ECC Root CA - C3
24 Subject: C = US, OU = emSign PKI, O = eMudhra Inc, CN = emSign ECC Root CA - C3
40 FB:5A:48:D0:80:20:40:F2:A8:E9:00:07:69:19:77:A7:E6:C3:F4:CF
53 SHA1 Fingerprint=B6:AF:43:C2:9B:81:53:7D:F6:EF:6B:C3:1F:1F:60:15:0C:EE:48:66
H A DDigiCert_High_Assurance_EV_Root_CA.pem54 B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3
56 B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3
H A DAffirmTrust_Premium_ECC.pem39 9A:AF:29:7A:C0:11:35:35:26:51:30:00:C3:6A:FE:40:D5:AE:D6:3C
52 SHA1 Fingerprint=B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl360 ($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)=
420 xmulxhi $Xhi,$Hhi,$C3
431 xor $C3,$C2,$C2
439 xor $C1,$C3,$C3
444 xor $C1,$C3,$C3
447 stx $C3,[$Xip+0]
462 ldx [$Xip+0],$C3
493 xor $C3,$Xhi,$Xhi
501 xmulxhi $Xhi,$Hhi,$C3
512 xor $C3,$C2,$C2
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \ argument
71 VEC8_LINE1(A3, B3, C3, D3); \
75 VEC8_LINE2(A3, B3, C3, D3); \
79 VEC8_LINE3(A3, B3, C3, D3); \
83 VEC8_LINE4(A3, B3, C3, D3); \
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument
96 VEC8_LINE1(A3, B3, C3, D3); \
98 VEC8_LINE2(A3, B3, C3, D3); \
100 VEC8_LINE3(A3, B3, C3, D3); \
102 VEC8_LINE4(A3, B3, C3, D3); \
[all …]
/freebsd/lib/msun/src/
H A Dk_sincosl.h34 C3 = 0.000024801587301571716, /* 0x1a01a01a018e22.0p-68 */ variable
68 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
94 C3 = 2.48015873015873015873015873015446795e-05L, variable
127 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
H A Dk_cosf.c26 C3 = 0x199342e0ee5069.0p-68; /* 0.0000243904487962774090654 */ variable
39 r = C2+z*C3; in __kernel_cosdf()
H A Dk_cos.c59 C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */ variable
71 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6)); in __kernel_cos()
H A Dk_sincosf.h26 C3 = 0x199342e0ee5069.0p-68; /* 0.0000243904487962774090654 */ variable
38 r = C2 + z * C3; in __kernel_sincosdf()
H A Dk_sincos.h25 C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */ variable
45 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6)); in __kernel_sincos()
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp2.c20 #define C3 __exp_data.exp2_poly[2] macro
126 tmp = tail + r * C1 + r2 * C2 + r * r2 * (C3 + r * C4); in exp2()
128 tmp = tail + r * C1 + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp2()
130 tmp = tail + r * C1 + r2 * (0.5 + r * C3) + r2 * r2 * (C4 + r * C5 + r2 * C6); in exp2()
H A Dexp.c22 #define C3 __exp_data.poly[6 - EXP_POLY_ORDER] macro
144 tmp = tail + r + r2 * C2 + r * r2 * (C3 + r * C4); in exp_inline()
146 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp_inline()
148 tmp = tail + r + r2 * (0.5 + r * C3) + r2 * r2 * (C4 + r * C5 + r2 * C6); in exp_inline()
H A Dpow.c116 #define C3 __exp_data.poly[6 - EXP_POLY_ORDER] macro
235 tmp = tail + r + r2 * C2 + r * r2 * (C3 + r * C4); in exp_inline()
237 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp_inline()
239 tmp = tail + r + r2 * (0.5 + r * C3) + r2 * r2 * (C4 + r * C5 + r2 * C6); in exp_inline()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dexp_inline.h23 #define C3 __exp_data.poly[6 - EXP_POLY_ORDER] macro
145 tmp = tail + r + r2 * C2 + r * r2 * (C3 + r * C4); in exp_inline()
147 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp_inline()
149 tmp = tail + r + r2 * (0.5 + r * C3) + r2 * r2 * (C4 + r * C5 + r2 * C6); in exp_inline()
/freebsd/lib/msun/ld80/
H A Dk_cosl.c58 C3 = 0.000024801587301571716, /* 0x1a01a01a018e22.0p-68 */ variable
70 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))); in __kernel_cosl()
/freebsd/lib/msun/ld128/
H A Dk_cosl.c33 C3 = 2.48015873015873015873015873015446795e-05L, variable
50 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ in __kernel_cosl()
/freebsd/contrib/file/magic/Magdir/
H A Dclipper12 # >18 short !074000,010000 C3 R1
20 # >18 short&074000 010000 C3 R1
42 >18 short&074000 010000 C3 R1
H A Dsosi19 # the start and following ".HODE" near the start there is "..OMR=C3=85DE"
28 # Not searching for full "OMR=C3=85DE" to match also for non-UTF-8
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dcospif_2u6.c17 #define C3 -0x1.32d2ccp-1f macro
68 y = fmaf (y, r2, C3); in arm_math_cospif()
H A Dsinpif_2u5.c17 #define C3 -0x1.32d2ccp-1f macro
69 y = fmaf (y, r2, C3); in arm_math_sinpif()
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl810 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31));
933 mov $C3,@K[2]
949 my @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0);
968 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1);
1063 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0);
1080 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1);
1122 add $C3,$C3,@K[2]
1208 eor $C3,$C3,$C1
1222 eor $C5,$C5,$C3

123456