/openssl-master/crypto/modes/asm/ |
A D | ghashp8-ppc.pl | 95 vxor $zero,$zero,$zero 111 vsldoi $Hh,$H,$zero,8 127 vsldoi $t0,$Xm,$zero,8 128 vsldoi $t1,$zero,$Xm,8 164 vsldoi $t0,$Xm,$zero,8 165 vsldoi $t1,$zero,$Xm,8 189 vsldoi $Hl,$zero,$H,8 190 vsldoi $Hh,$H,$zero,8 232 vxor $zero,$zero,$zero 240 vsldoi $t0,$Xm,$zero,8 [all …]
|
/openssl-master/crypto/aes/asm/ |
A D | aesni-mb-x86_64.pl | 260 pxor $zero,$zero 538 pxor $zero,$zero 874 vpxor $zero,$zero,$zero 877 vpcmpgtd $zero,$counters,$zero 880 vpaddd $counters,$zero,$zero # decrement counters 890 vpxor $zero,$zero,$zero 893 vpcmpgtd $zero,$counters,$zero 1183 vpxor $zero,$zero,$zero 1186 vpcmpgtd $zero,$counters,$zero 1199 vpxor $zero,$zero,$zero [all …]
|
A D | aesv8-armx.pl | 145 veor $zero,$zero,$zero 157 vext.8 $tmp,$zero,$in0,#12 159 aese $key,$zero 163 vext.8 $tmp,$zero,$tmp,#12 165 vext.8 $tmp,$zero,$tmp,#12 175 vext.8 $tmp,$zero,$in0,#12 177 aese $key,$zero 191 aese $key,$zero 222 aese $key,$zero 257 aese $key,$zero [all …]
|
/openssl-master/crypto/bn/asm/ |
A D | armv4-mont.pl | 306 my $zero="$Z#lo"; 332 veor $zero,$zero,$zero 338 vzip.16 $Bi,$zero 347 veor $zero,$zero,$zero 354 vzip.16 $Ni,$zero 385 veor $zero,$zero,$zero 386 vzip.16 $Bi,$zero 396 veor $zero,$zero,$zero 476 veor $zero,$zero,$zero 483 veor $zero,$zero,$zero [all …]
|
A D | rsaz-avx512.pl | 114 my $zero = "%ymm0"; 329 vpxord $zero, $zero, $zero 330 vmovdqa64 $zero, $R0_0 332 vmovdqa64 $zero, $R1_0 334 vmovdqa64 $zero, $R2_0 436 vpxord $zero, $zero, $zero 437 vmovdqa64 $zero, $R0_0 439 vmovdqa64 $zero, $R1_0 441 vmovdqa64 $zero, $R2_0 442 vmovdqa64 $zero, $R0_1 [all …]
|
A D | ppc-mont.pl | 448 li $zero,0 468 addze $acc4,$zero 499 addze $carry,$zero 538 addze $acc4,$zero 557 addze $carry,$zero 628 addze $acc4,$zero 650 addze $carry,$zero 697 addze $acc4,$zero 718 addze $carry,$zero 1017 li $zero,0 [all …]
|
A D | s390x.S | 13 #define zero %r0 macro 33 algr zero,zero // clear carry 45 alcgr %r6,zero 52 alcgr %r8,zero 77 alcgr %r6,zero 84 alcgr %r8,zero 142 algr zero,zero // clear carry 385 lghi zero,0 511 lghi zero,0 581 lghi zero,0 [all …]
|
A D | x86_64-mont.pl | 1129 xor $zero,$zero # cf=0, of=0 1135 adcx $zero,%r14 # cf=0 1152 adox $zero,%r15 # of=0 1191 adox $zero,%r15 1216 xor %ebp,%ebp # xor $zero,$zero # cf=0, of=0 1225 adcx $zero,%r13 1226 adox $zero,%r13 1231 xor %ebp,%ebp # xor $zero,$zero # cf=0, of=0 1237 adcx $zero,%r14 1239 adox $zero,%r14 [all …]
|
A D | x86_64-mont5.pl | 2532 xor $zero,$zero # cf=0, of=0 2606 adc $zero,$zero # top-most carry 2643 xor $zero,$zero # cf=0, of=0 2664 xor $zero,$zero # cf=0, of=0 2738 adc $zero,$zero # top-most carry 2745 mov $zero,%r8 3003 xor $zero,$zero # cf=0, cf=0 3034 xor $zero,$zero # cf=0, of=0 3134 mov $zero,%r15 3223 xor $zero,$zero [all …]
|
/openssl-master/crypto/ec/asm/ |
A D | x25519-ppc64.pl | 52 my $zero = "r0"; 76 xor $zero,$zero,$zero 112 adde @acc[5],$zero,$zero 134 adde $acc4,$zero,$zero 190 xor $zero,$zero,$zero 250 addze $acc7,$zero 274 addze $acc4,$zero 421 xor $zero,$zero,$zero 425 subfe $a1,$zero,$a1 426 subfe $a2,$zero,$a2 [all …]
|
A D | ecp_nistp521-ppc64.pl | 150 my ($zero, $one) = ("r8", "r9"); 237 li $zero,0 239 mtvsrdd $t1,$one,$zero 331 li $zero,0 333 mtvsrdd $t1,$one,$zero 387 mtvsrdd $t1,$one,$zero
|
/openssl-master/crypto/poly1305/asm/ |
A D | poly1305-mips.pl | 33 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25)); 95 sd $zero,0($ctx) 96 sd $zero,8($ctx) 97 sd $zero,16($ctx) 117 ori $tmp0,$zero,0xFF 236 ori $tmp0,$zero,0xFF 374 dsubu $tmp2,$zero,$tmp2 375 nor $tmp3,$zero,$tmp2
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_chacha20_poly1305_hw.c | 114 static const unsigned char zero[4 * CHACHA_BLK_SIZE] = { 0 }; variable 116 static const unsigned char zero[2 * CHACHA_BLK_SIZE] = { 0 }; variable 127 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() 163 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher() 195 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher() 217 Poly1305_Update(poly, zero, tail); in chacha20_poly1305_tls_cipher() 266 static const unsigned char zero[CHACHA_BLK_SIZE] = { 0 }; variable 291 ChaCha20_ctr32(ctx->chacha.buf, zero, CHACHA_BLK_SIZE, in chacha20_poly1305_aead_cipher() 314 Poly1305_Update(poly, zero, POLY1305_BLOCK_SIZE - rem); in chacha20_poly1305_aead_cipher() 346 Poly1305_Update(poly, zero, POLY1305_BLOCK_SIZE - rem); in chacha20_poly1305_aead_cipher() [all …]
|
/openssl-master/crypto/evp/ |
A D | e_chacha20_poly1305.c | 209 static const unsigned char zero[4 * CHACHA_BLK_SIZE] = { 0 }; variable 211 static const unsigned char zero[2 * CHACHA_BLK_SIZE] = { 0 }; variable 219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() 232 ChaCha20_ctr32(buf, zero, buf_len, actx->key.key.d, in chacha20_poly1305_tls_cipher() 289 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher() 311 Poly1305_Update(POLY1305_ctx(actx), zero, tail); in chacha20_poly1305_tls_cipher() 361 static const unsigned char zero[CHACHA_BLK_SIZE] = { 0 }; variable 376 ChaCha20_ctr32(actx->key.buf, zero, CHACHA_BLK_SIZE, in chacha20_poly1305_cipher() 400 Poly1305_Update(POLY1305_ctx(actx), zero, in chacha20_poly1305_cipher() 433 Poly1305_Update(POLY1305_ctx(actx), zero, in chacha20_poly1305_cipher() [all …]
|
/openssl-master/doc/man3/ |
A D | SSL_get_shared_sigalgs.pod | 23 of the shared signature algorithm to return starting from zero. The signature 45 signature algorithm it can just set B<idx> to zero. 49 them all to B<NULL> and setting B<idx> to zero the total number of 50 signature algorithms can be determined: which can be zero. 59 functions are called on an earlier version of TLS or DTLS zero is returned.
|
A D | DH_generate_key.pod | 42 The padding style is RFC 5246 (8.1.2) that strips leading zero bytes. 43 It is not constant time due to the leading zero bytes being stripped. 47 The padding style is NIST SP 800-56A (C.1) that retains leading zero bytes. 48 It is constant time due to the leading zero bytes being retained.
|
A D | BUF_MEM_new.pod | 29 BUF_MEM_new() allocates a new buffer of zero size. 43 or additionally-allocated memory to zero. 55 zero on error or the new size (i.e., B<len>).
|
A D | CMS_get0_RecipientInfos.pod | 59 It returns zero if the comparison is successful and non zero if not. 84 which must be of type CMS_RECIPINFO_KEK. It returns zero if the comparison is 85 successful and non zero if not. 133 for a successful comparison and non zero otherwise.
|
A D | BIO_f_cipher.pod | 34 and IV B<iv>. B<enc> should be set to 1 for encryption and zero for 53 When decrypting an error on the final block is signaled by a zero 55 by EOF will also return zero for the final read. BIO_get_cipher_status()
|
A D | CMS_get0_SignerInfos.pod | 38 identifier B<si>. It returns zero if the comparison is successful and non zero 71 zero otherwise.
|
/openssl-master/crypto/bn/ |
A D | bn_sqr.c | 159 int zero, c1; in bn_sqr_recursive() local 183 zero = 0; in bn_sqr_recursive() 189 zero = 1; in bn_sqr_recursive() 194 if (!zero) in bn_sqr_recursive()
|
A D | bn_mul.c | 180 unsigned int neg, zero; in bn_mul_recursive() local 210 zero = neg = 0; in bn_mul_recursive() 217 zero = 1; in bn_mul_recursive() 227 zero = 1; in bn_mul_recursive() 235 zero = 1; in bn_mul_recursive() 246 if (!zero) in bn_mul_recursive() 256 if (!zero) in bn_mul_recursive() 267 if (!zero) in bn_mul_recursive()
|
/openssl-master/test/ |
A D | bntest.c | 1274 BN_zero(zero); in file_lshift1() 1304 BN_free(zero); in file_lshift1() 1380 BN_zero(zero); in file_square() 1420 BN_free(zero); in file_square() 1441 BN_zero(zero); in file_product() 1460 BN_free(zero); in file_product() 2215 BN_zero(zero); in test_badmod() 2265 BN_free(zero); in test_badmod() 2275 if (!TEST_ptr(zero = BN_new()) in test_expmodzero() 2279 BN_zero(zero); in test_expmodzero() [all …]
|
/openssl-master/crypto/sha/asm/ |
A D | sha1-armv4-large.pl | 337 my ($K,$zero)=("q14","q15"); 404 &vext_8 (@Tx[0],@X[-1&7],$zero,4); # "X[-3]", 3 words 421 &vext_8 (@Tx[1],$zero,@Tx[0],4); # "X[0]"<<96, extract one dword 557 veor $zero,$zero,$zero
|
/openssl-master/doc/man7/ |
A D | openssl-core.h.pod | 30 identity zero and function pointer NULL. 48 zero and the pointer NULL. 58 identity zero and function pointer NULL. 72 element where all fields are zero (for non-pointers) or NULL (for
|