Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Drsa_sup_mul.c20 # define LIMB_BYTE_SIZE 8 macro
25 # define LIMB_BYTE_SIZE 4 macro
257 #if (LIMB_BYTE_SIZE == 8) in mk_mask()
279 #if (LIMB_BYTE_SIZE == 8) in cselect()
344 memset(tmp, 0, mod_limb_numb(anum, modnum) * LIMB_BYTE_SIZE); in mod()
460 int real_limbs = (BN_num_bytes(bn) + LIMB_BYTE_SIZE - 1) / LIMB_BYTE_SIZE; in BN_to_limb()
467 #if LIMB_BYTE_SIZE == 8
540 l_im_count = (BN_num_bytes(arg1) + LIMB_BYTE_SIZE - 1) / LIMB_BYTE_SIZE; in ossl_bn_rsa_do_unblind()
541 l_mul_count = (BN_num_bytes(arg2) + LIMB_BYTE_SIZE - 1) / LIMB_BYTE_SIZE; in ossl_bn_rsa_do_unblind()
542 l_mod_count = (BN_num_bytes(to_mod) + LIMB_BYTE_SIZE - 1) / LIMB_BYTE_SIZE; in ossl_bn_rsa_do_unblind()
[all …]