Searched refs:PTR_SIZE_INT (Results 1 – 2 of 2) sorted by relevance
341 PTR_SIZE_INT mask; in BN_nist_mod_192()443 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0], in BN_nist_mod_192()445 mask &= 0 - (PTR_SIZE_INT) carry; in BN_nist_mod_192()448 (((PTR_SIZE_INT) res & ~mask) | ((PTR_SIZE_INT) r_d & mask)); in BN_nist_mod_192()482 PTR_SIZE_INT mask; in BN_nist_mod_224()485 PTR_SIZE_INT p; in BN_nist_mod_224()619 mask = 0 - (PTR_SIZE_INT) carry; in BN_nist_mod_224()620 u.p = ((PTR_SIZE_INT) bn_sub_words & mask) | in BN_nist_mod_224()621 ((PTR_SIZE_INT) bn_add_words & ~mask); in BN_nist_mod_224()627 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP); in BN_nist_mod_224()[all …]
371 # define PTR_SIZE_INT long long macro373 # define PTR_SIZE_INT int macro375 # elif !defined(PTR_SIZE_INT) /* defined(OPENSSL_SYS_VMS) */376 # define PTR_SIZE_INT size_t macro