Home
last modified time | relevance | path

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

/openssl-master/crypto/sm2/
A Dsm2_crypt.c34 ASN1_OCTET_STRING *C3; member
130 uint8_t *C3 = NULL; in ossl_sm2_encrypt() local
139 ctext_struct.C3 = NULL; in ossl_sm2_encrypt()
173 C3 = OPENSSL_zalloc(C3_size); in ossl_sm2_encrypt()
175 if (x2y2 == NULL || C3 == NULL) { in ossl_sm2_encrypt()
240 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size) in ossl_sm2_encrypt()
259 ASN1_OCTET_STRING_free(ctext_struct.C3); in ossl_sm2_encrypt()
262 OPENSSL_free(C3); in ossl_sm2_encrypt()
289 const uint8_t *C3 = NULL; in ossl_sm2_decrypt() local
307 if (sm2_ctext->C3->length != hash_size) { in ossl_sm2_decrypt()
[all …]
/openssl-master/crypto/whrlpool/
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-master/crypto/modes/asm/
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-master/crypto/chacha/asm/
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
/openssl-master/test/certs/
A DembeddedSCTs1.sct12 60:EB:A8:AF:03:5E:C3
/openssl-master/test/recipes/25-test_rusext_data/
A Dgrfc.utf825 6B:00:86:83:89:D2:00:CF:56:B8:6B:E4:E3:36:10:1E:1F:72:AE:C3
A Dgrfc.msb25 6B:00:86:83:89:D2:00:CF:56:B8:6B:E4:E3:36:10:1E:1F:72:AE:C3
/openssl-master/doc/man5/
A Dfips_config.pod94 module-mac = 41:D0:FA:C2:5D:41:75:CD:7D:C3:90:55:6F:A4:DC
/openssl-master/test/
A Dmodes_internal_test.c316 static const u8 C3[] = { variable
/openssl-master/
A DNEWS.md973 * New engine module: VIA PadLOck ACE extension in VIA C3
A DCHANGES.md10300 * Add a new engine to support VIA PadLock ACE extensions in the VIA C3

Completed in 50 milliseconds