Home
last modified time | relevance | path

Searched refs:l0 (Results 1 – 16 of 16) sorted by relevance

/openssl/crypto/idea/
H A Di_ecb.c29 unsigned long l0, l1, d[2]; in IDEA_ecb_encrypt() local
31 n2l(in, l0); in IDEA_ecb_encrypt()
32 d[0] = l0; in IDEA_ecb_encrypt()
36 l0 = d[0]; in IDEA_ecb_encrypt()
37 l2n(l0, out); in IDEA_ecb_encrypt()
40 l0 = l1 = d[0] = d[1] = 0; in IDEA_ecb_encrypt()
/openssl/crypto/des/
H A Decb3_enc.c22 register DES_LONG l0, l1; in DES_ecb3_encrypt() local
27 c2l(in, l0); in DES_ecb3_encrypt()
29 ll[0] = l0; in DES_ecb3_encrypt()
35 l0 = ll[0]; in DES_ecb3_encrypt()
37 l2c(l0, out); in DES_ecb3_encrypt()
/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl46 $acc0="%l0";
556 sll %l0,24,%l0
561 or %l1,%l0,%l0
567 or %l0,%l2,%o0
578 sll %l0,24,%l0
583 or %l1,%l0,%l0
589 or %l0,%l2,%o2
1102 sll %l0,24,%l0
1107 or %l1,%l0,%l0
1124 sll %l0,24,%l0
[all …]
/openssl/crypto/bn/
H A Dbn_div.c340 BN_ULONG q, l0; in bn_div_fixed_top() local
422 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in bn_div_fixed_top()
423 tmp->d[div_n] = l0; in bn_div_fixed_top()
429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top()
430 q -= l0; in bn_div_fixed_top()
436 for (l0 = 0 - l0, j = 0; j < div_n; j++) in bn_div_fixed_top()
437 tmp->d[j] = sdiv->d[j] & l0; in bn_div_fixed_top()
438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n); in bn_div_fixed_top()
439 (*wnumtop) += l0; in bn_div_fixed_top()
/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl1448 and %l0,$mask,%l0
1475 and %l0,$mask,%l0
1501 and %l0,$mask,%l0
1533 ld [$inp],%l0
1537 srl %l0,8,%l1
1539 srl %l0,16,%l2
1578 or %l0,%l1,%l0
1580 or %l0,%l2,%l0
1581 or %l0,%l3,%l0
1582 and %l0,$mask,%l0
[all …]
/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl108 $A="%l0";
177 ld [$inp+0],%l0
201 ld [$inp+128],%l0
218 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
384 sllx %l0,32,$tmp2
386 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
738 ld [$ctx+`0*$SZ+0`],%l0
746 sllx %l0,32,$tmp0
764 ld [$ctx+`4*$SZ+0`],%l0
772 sllx %l0,32,$tmp0
H A Dsha1-sparcv9.pl41 $A="%l0";
H A Dsha1-sparcv9a.pl66 $A="%l0";
/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl68 $nhi="%l0"; # small values and pointers
388 sethi %hi(0x20C0E000),%l0
390 or %l0,%lo(0x20C0E000),%l0
392 or %l0,$V,$V ! (0xE0·i)&0xff=0xA040608020C0E000
/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl32 $tab="%l0";
H A Dsparcv9-mont.pl74 $i="%l0";
H A Dsparcv9a-mont.pl87 $tp="%l0"; # t[num]
H A Dsparcv8.S540 #define a_0 %l0
H A Dsparcv8plus.S647 #define a_0 %l0
/openssl/crypto/
H A Dsparccpuid.S91 clr %l0
162 clr %l0
/openssl/crypto/des/asm/
H A Ddes_enc.m465 #define local0 %l0

Completed in 42 milliseconds