Searched refs:tab (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/bn/asm/ |
H A D | sparcv9-gf2m.pl | 32 $tab="%l0"; 90 add %sp,STACK_BIAS+STACK_FRAME,$tab 109 stx %g0,[$tab+0*8] ! tab[0]=0 111 stx $a1,[$tab+1*8] ! tab[1]=a1 112 stx $a2,[$tab+2*8] ! tab[2]=a2 117 stx $a4,[$tab+4*8] ! tab[4]=a4 126 stx $a8,[$tab+8*8] ! tab[8]=a8 148 ldx [$tab+@i[0]],@i[0] 153 ldx [$tab+@i[1]],@i[1] 164 ldx [$tab+@i[0]],@i[0] [all …]
|
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 72 tab[0] = 0; in bn_GF2m_mul_1x1() 73 tab[1] = a1; in bn_GF2m_mul_1x1() 74 tab[2] = a2; in bn_GF2m_mul_1x1() 75 tab[3] = a1 ^ a2; in bn_GF2m_mul_1x1() 76 tab[4] = a4; in bn_GF2m_mul_1x1() 77 tab[5] = a1 ^ a4; in bn_GF2m_mul_1x1() 142 tab[0] = 0; in bn_GF2m_mul_1x1() 143 tab[1] = a1; in bn_GF2m_mul_1x1() 144 tab[2] = a2; in bn_GF2m_mul_1x1() 146 tab[4] = a4; in bn_GF2m_mul_1x1() [all …]
|
H A D | bn_kron.c | 30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; in BN_kronecker() local 80 ret = tab[BN_lsw(A) & 7]; in BN_kronecker() 117 ret = ret * tab[BN_lsw(B) & 7]; in BN_kronecker()
|
/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 249 int tab = 0; in ossl_curve448_precomputed_scalarmul() local 256 tab |= in ossl_curve448_precomputed_scalarmul() 260 invert = (tab >> (t - 1)) - 1; in ossl_curve448_precomputed_scalarmul() 261 tab ^= invert; in ossl_curve448_precomputed_scalarmul() 262 tab &= (1 << (t - 1)) - 1; in ossl_curve448_precomputed_scalarmul() 265 1 << (t - 1), tab); in ossl_curve448_precomputed_scalarmul()
|
/openssl/doc/man1/ |
H A D | openssl-cmds.pod.in | 147 the L<apropos(1)> command or the shell's tab completion.
|
Completed in 12 milliseconds