Home
last modified time | relevance | path

Searched refs:out1 (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl940 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 Daes-ia64.S361 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 Devp_libctx_test.c352 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 Ddes_enc.m484 #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 Dxof.md17 out1 = xof.squeeze(10);

Completed in 21 milliseconds