Searched refs:out2 (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/aes/asm/ |
H A D | aesp8-ppc.pl | 944 le?vperm $out2,$out2,$out2,$inpperm 1083 le?vperm $out2,$out2,$out2,$inpperm 1109 le?vperm $out2,$out2,$out2,$inpperm 1718 le?vperm $out2,$out2,$out2,$inpperm 1747 le?vperm $out2,$out2,$out2,$inpperm 1773 le?vperm $out2,$out2,$out2,$inpperm 1796 le?vperm $out2,$out2,$out2,$inpperm 1816 le?vperm $out2,$out2,$out2,$inpperm 1833 le?vperm $out2,$out2,$out2,$inpperm 2852 vxor $out2,$out2,$out2 [all …]
|
H A D | aes-ia64.S | 341 add out2=2,in0 345 { .mmi; ld1 r18=[out2],4 349 { .mmi; ld1 r22=[out2],4 357 { .mmi; ld1 r30=[out2] 388 { .mii; ADDP out2=2,in1 408 st1 [out2]=r25,4 414 st1 [out2]=r29 718 add out2=2,in0 734 { .mmi; ld1 r30=[out2] 785 st1 [out2]=r25,4 [all …]
|
/openssl/test/ |
H A D | evp_xof_test.c | 509 unsigned char out2[1000]; in shake_squeeze_no_absorb_test() local 517 || !TEST_true(EVP_DigestSqueeze(ctx, out2, sizeof(out2) / 2)) in shake_squeeze_no_absorb_test() 518 || !TEST_true(EVP_DigestSqueeze(ctx, out2 + sizeof(out2) / 2, in shake_squeeze_no_absorb_test() 519 sizeof(out2) / 2))) in shake_squeeze_no_absorb_test() 522 if (!TEST_mem_eq(out2, sizeof(out2), out, sizeof(out))) in shake_squeeze_no_absorb_test()
|
H A D | evp_libctx_test.c | 353 unsigned char out2[256]; in test_cipher_reinit() local 405 || !TEST_int_eq(EVP_EncryptUpdate(ctx, out2, &out2_len, in, sizeof(in)), in test_cipher_reinit() 415 if (!TEST_mem_ne(out1, out1_len, out2, out2_len) in test_cipher_reinit() 417 || !TEST_mem_ne(out2, out2_len, out3, out3_len)) in test_cipher_reinit() 420 if (!TEST_mem_eq(out1, out1_len, out2, out2_len) in test_cipher_reinit() 445 unsigned char out2[256]; in test_cipher_reinit_partialupdate() local 499 || !TEST_true(EVP_EncryptUpdate(ctx, out2, &out2_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()
|
/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 85 #define out2 %o2 132 ld [out2+256], local1 138 ld [out2+260], local2 147 ld [out2+264], local3 183 ld [out2+272], local7 430 ldub [out2+local1], local1 638 ld [out2+256], ip1 645 ld [out2+272], ip5 664 ld [out2+268], ip4 667 ld [out2+260], ip2 [all …]
|
/openssl/doc/designs/ |
H A D | xof.md | 18 out2 = xof.squeeze(1000);
|
Completed in 21 milliseconds