Home
last modified time | relevance | path

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

/openssl/crypto/sm2/
H A Dsm2_crypt.c34 ASN1_OCTET_STRING *C3; member
129 uint8_t *C3 = NULL; in ossl_sm2_encrypt() local
138 ctext_struct.C3 = NULL; in ossl_sm2_encrypt()
176 C3 = OPENSSL_zalloc(C3_size); in ossl_sm2_encrypt()
178 if (x2y2 == NULL || C3 == NULL) in ossl_sm2_encrypt()
245 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size) in ossl_sm2_encrypt()
264 ASN1_OCTET_STRING_free(ctext_struct.C3); in ossl_sm2_encrypt()
267 OPENSSL_free(C3); in ossl_sm2_encrypt()
294 const uint8_t *C3 = NULL; in ossl_sm2_decrypt() local
312 if (sm2_ctext->C3->length != hash_size) { in ossl_sm2_decrypt()
[all …]
/openssl/crypto/whrlpool/
H A Dwp_block.c622 L3 = C3(K, 0); in whirlpool_block()
632 L4 ^= C3(K, 1); in whirlpool_block()
641 L5 ^= C3(K, 2); in whirlpool_block()
650 L6 ^= C3(K, 3); in whirlpool_block()
659 L7 ^= C3(K, 4); in whirlpool_block()
668 L0 ^= C3(K, 5); in whirlpool_block()
677 L1 ^= C3(K, 6); in whirlpool_block()
686 L2 ^= C3(K, 7); in whirlpool_block()
704 L3 ^= C3(S, 0); in whirlpool_block()
713 L4 ^= C3(S, 1); in whirlpool_block()
[all …]
/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl420 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
512 xor $C3,$C2,$C2
520 xor $C1,$C3,$C3
526 xor $C1,$C3,$C3
[all …]
/openssl/crypto/chacha/asm/
H A Dchacha-riscv64-v-zbb.pl102 $A3, $B3, $C3,
130 @{[vxor_vv $C3, $C3, $A3]}
143 @{[vror_vi $C3, $C3, 32 - $ROL_SHIFT]}
153 @{[vsll_vi $V_T3, $C3, $ROL_SHIFT]}
157 @{[vsrl_vi $C3, $C3, 32 - $ROL_SHIFT]}
164 @{[vor_vv $C3, $C3, $V_T3]}
179 $A3, $B3, $C3, $D3,
207 $C3, $D3, $B3,
231 $C3, $D3, $B3,
H A Dchacha-armv8.pl846 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31));
969 mov $C3,@K[2]
985 my @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0);
1004 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1);
1099 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0);
1116 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1);
1158 add $C3,$C3,@K[2]
1244 eor $C3,$C3,$C1
1258 eor $C5,$C5,$C3
/openssl/test/certs/
H A DembeddedSCTs1.sct12 93:F9:5A:BF:C3:68:34
/openssl/test/recipes/25-test_rusext_data/
H A Dgrfc.utf825 6B:00:86:83:89:D2:00:CF:56:B8:6B:E4:E3:36:10:1E:1F:72:AE:C3
H A Dgrfc.msb25 6B:00:86:83:89:D2:00:CF:56:B8:6B:E4:E3:36:10:1E:1F:72:AE:C3
/openssl/test/
H A Dmodes_internal_test.c317 static const u8 C3[] = { variable
/openssl/doc/man5/
H A Dfips_config.pod210 module-mac = 41:D0:FA:C2:5D:41:75:CD:7D:C3:90:55:6F:A4:DC
/openssl/
H A DNEWS.md1424 * New engine module: VIA PadLOck ACE extension in VIA C3
H A DCHANGES.md12175 * Add a new engine to support VIA PadLock ACE extensions in the VIA C3

Completed in 109 milliseconds