Searched refs:out1 (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/aes/asm/ |
H A D | aesp8-ppc.pl | 940 le?vperm $out1,$out1,$out1,$inpperm 1082 le?vperm $out1,$out1,$out1,$inpperm 1716 le?vperm $out1,$out1,$out1,$inpperm 1745 le?vperm $out1,$out1,$out1,$inpperm 1771 le?vperm $out1,$out1,$out1,$inpperm 1794 le?vperm $out1,$out1,$out1,$inpperm 1814 le?vperm $out1,$out1,$out1,$inpperm 1831 le?vperm $out1,$out1,$out1,$inpperm 1845 le?vperm $out1,$out1,$out1,$inpperm 2741 le?vperm $out1,$out1,$out1,$leperm [all …]
|
H A D | aes-ia64.S | 361 dep out1=r16,out1,24,8 //;; 367 dep out1=r17,out1,16,8 //;; 373 dep out1=r18,out1,8,8 //;; 385 { .mii; ADDP out1=1,in1 401 { .mmi; st1 [out1]=r18,4 416 { .mmi; st1 [out1]=r30 738 dep out1=r16,out1,24,8 //;; 744 dep out1=r17,out1,16,8 //;; 750 dep out1=r18,out1,8,8 //;; 762 { .mii; ADDP out1=1,in1 [all …]
|
/openssl/test/ |
H A D | evp_libctx_test.c | 352 unsigned char out1[256]; in test_cipher_reinit() local 403 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, sizeof(in))) in test_cipher_reinit() 415 if (!TEST_mem_ne(out1, out1_len, out2, out2_len) in test_cipher_reinit() 416 || !TEST_mem_ne(out1, out1_len, out3, out3_len) in test_cipher_reinit() 420 if (!TEST_mem_eq(out1, out1_len, out2, out2_len) in test_cipher_reinit() 421 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len))) in test_cipher_reinit() 444 unsigned char out1[256]; in test_cipher_reinit_partialupdate() local 497 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, in_len)) in test_cipher_reinit_partialupdate() 503 if (!TEST_mem_eq(out1, out1_len, out2, out2_len)) in test_cipher_reinit_partialupdate() 512 if (!TEST_mem_eq(out1, out1_len, out3, out3_len)) in test_cipher_reinit_partialupdate()
|
/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 84 #define out1 %o1 297 xor $2, out1, out1 ! 8642 311 sll out1, 28, out1 ! rotate 316 or out1, local0, out1 ! rotate 412 xor $2, out1, out1 423 sll out1, 28, out1 ! rotate 428 or out1, local0, out1 ! rotate 431 srl out1, 24, local0 432 and out1, local5, local4 439 srl out1, 16, local2 [all …]
|
/openssl/doc/designs/ |
H A D | xof.md | 17 out1 = xof.squeeze(10);
|
Completed in 19 milliseconds