Searched refs:ta (Results 1 – 6 of 6) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_mod.c | 136 BN_ULONG borrow, carry, ta, tb, mask, *rp; in bn_mod_sub_fixed_top() local 148 ta = ap[ai] & mask; in bn_mod_sub_fixed_top() 152 rp[i] = ta - tb - borrow; in bn_mod_sub_fixed_top() 153 if (ta != tb) in bn_mod_sub_fixed_top() 154 borrow = (ta < tb); in bn_mod_sub_fixed_top() 163 carry = (ta < carry); in bn_mod_sub_fixed_top() 164 rp[i] = (rp[i] + ta) & BN_MASK2; in bn_mod_sub_fixed_top() 165 carry += (rp[i] < ta); in bn_mod_sub_fixed_top() 170 carry = (ta < carry); in bn_mod_sub_fixed_top() 171 rp[i] = (rp[i] + ta) & BN_MASK2; in bn_mod_sub_fixed_top() [all …]
|
A D | bn_asm.c | 483 BN_ULONG ta = (a), tb = (b); \ 485 BN_UMULT_LOHI(lo,hi,ta,tb); \ 491 BN_ULONG ta = (a), tb = (b); \ 493 BN_UMULT_LOHI(lo,hi,ta,tb); \ 501 BN_ULONG ta = (a)[i]; \ 503 BN_UMULT_LOHI(lo,hi,ta,ta); \ 517 BN_ULONG ta = (a), tb = (b); \ 518 BN_ULONG lo = ta * tb; \ 519 BN_ULONG hi = BN_UMULT_HIGH(ta,tb); \ 536 BN_ULONG lo = ta * ta; \ [all …]
|
A D | bn_local.h | 513 BN_ULONG high,low,ret,ta=(a); \ 514 BN_UMULT_LOHI(low,high,w,ta); \ 541 BN_ULONG high,low,ret,ta=(a); \ 542 low = (w) * ta; \ 543 high= BN_UMULT_HIGH(w,ta); \
|
/openssl-master/crypto/bn/asm/ |
A D | x86_64-gcc.c | 324 BN_ULONG ta = (a), tb = (b); \ 326 BN_UMULT_LOHI(lo,hi,ta,tb); \ 332 BN_ULONG ta = (a), tb = (b); \ 334 BN_UMULT_LOHI(lo,hi,ta,tb); \ 342 BN_ULONG ta = (a)[i]; \ 344 BN_UMULT_LOHI(lo,hi,ta,ta); \
|
/openssl-master/test/smime-certs/ |
A D | smdh.pem | 13 ta+9S7L4zNsvbg8RtJyH8i4CHQCY12PTXj6Ipxbqq4d1Q+AoUqnN/H9lAS46teXv
|
/openssl-master/crypto/ |
A D | sparccpuid.S | 37 ta ST_CLEAN_WINDOWS
|
Completed in 14 milliseconds