Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Drsa_sup_mul.c19 # define LIMB_BIT_SIZE 64 macro
24 # define LIMB_BIT_SIZE 32 macro
109 *hi = t >> LIMB_BIT_SIZE; in _mul_limb()
244 val[i] = shift_in << (LIMB_BIT_SIZE - 1) | (val[i] >> 1); in rshift1()
356 for (i = 0; i < anum * LIMB_BIT_SIZE; i++) { in mod()