Home
last modified time | relevance | path

Searched refs:out0 (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl939 le?vperm $out0,$out0,$out0,$inpperm
1715 le?vperm $out0,$out0,$out0,$inpperm
1744 le?vperm $out0,$out0,$out0,$inpperm
1770 le?vperm $out0,$out0,$out0,$inpperm
1793 le?vperm $out0,$out0,$out0,$inpperm
1813 le?vperm $out0,$out0,$out0,$inpperm
1830 le?vperm $out0,$out0,$out0,$inpperm
1844 le?vperm $out0,$out0,$out0,$inpperm
1855 le?vperm $out0,$out0,$out0,$inpperm
2930 vxor $out0,$out0,$out0
[all …]
H A Daes-ia64.S290 and out0=3,in0
307 add out0=4,in0
340 { .mmi; add out0=1,in0
356 ld1 r29=[out0] }//;;
411 st1 [out0]=r27,4
417 st1 [out0]=r31 }
667 and out0=3,in0
684 add out0=4,in0
733 ld1 r29=[out0] }//;;
788 st1 [out0]=r27,4
[all …]
/openssl/crypto/des/asm/
H A Ddes_enc.m483 #define out0 %o0
283 xor $2, out0, local1
298 xor $2, out0, out0 ! 7531
360 xor $1, out0, out0 ! 8642
366 sll out0, 28, out0 ! rotate
374 or out0, local0, out0 ! rotate
413 xor $2, out0, out0
472 xor $1, out0, out0 ! 8642
478 sll out0, 28, out0 ! rotate
486 or out0, local0, out0 ! rotate
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c326 unsigned char *out0 = out; in tls1_multi_block_encrypt() local
352 out0[0] = ((u8 *)sctx->md.data)[8]; in tls1_multi_block_encrypt()
353 out0[1] = ((u8 *)sctx->md.data)[9]; in tls1_multi_block_encrypt()
354 out0[2] = ((u8 *)sctx->md.data)[10]; in tls1_multi_block_encrypt()
355 out0[3] = (u8)(len >> 8); in tls1_multi_block_encrypt()
356 out0[4] = (u8)(len); in tls1_multi_block_encrypt()
H A Dcipher_aes_cbc_hmac_sha256_hw.c346 unsigned char *out0 = out; in tls1_multi_block_encrypt() local
375 out0[0] = ((u8 *)sctx->md.data)[8]; in tls1_multi_block_encrypt()
376 out0[1] = ((u8 *)sctx->md.data)[9]; in tls1_multi_block_encrypt()
377 out0[2] = ((u8 *)sctx->md.data)[10]; in tls1_multi_block_encrypt()
378 out0[3] = (u8)(len >> 8); in tls1_multi_block_encrypt()
379 out0[4] = (u8)(len); in tls1_multi_block_encrypt()
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c364 unsigned char *out0 = out; in tls1_1_multi_block_encrypt() local
390 out0[0] = ((u8 *)key->md.data)[8]; in tls1_1_multi_block_encrypt()
391 out0[1] = ((u8 *)key->md.data)[9]; in tls1_1_multi_block_encrypt()
392 out0[2] = ((u8 *)key->md.data)[10]; in tls1_1_multi_block_encrypt()
393 out0[3] = (u8)(len >> 8); in tls1_1_multi_block_encrypt()
394 out0[4] = (u8)(len); in tls1_1_multi_block_encrypt()
H A De_aes_cbc_hmac_sha256.c374 unsigned char *out0 = out; in tls1_1_multi_block_encrypt() local
403 out0[0] = ((u8 *)key->md.data)[8]; in tls1_1_multi_block_encrypt()
404 out0[1] = ((u8 *)key->md.data)[9]; in tls1_1_multi_block_encrypt()
405 out0[2] = ((u8 *)key->md.data)[10]; in tls1_1_multi_block_encrypt()
406 out0[3] = (u8)(len >> 8); in tls1_1_multi_block_encrypt()
407 out0[4] = (u8)(len); in tls1_1_multi_block_encrypt()

Completed in 32 milliseconds