Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/bn/
Dbn_nist.c379 PTR_SIZE_INT mask; in BN_nist_mod_192()
481 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0], in BN_nist_mod_192()
483 mask &= 0 - (PTR_SIZE_INT) carry; in BN_nist_mod_192()
486 (((PTR_SIZE_INT) res & ~mask) | ((PTR_SIZE_INT) r_d & mask)); in BN_nist_mod_192()
520 PTR_SIZE_INT mask; in BN_nist_mod_224()
523 PTR_SIZE_INT p; in BN_nist_mod_224()
657 mask = 0 - (PTR_SIZE_INT) carry; in BN_nist_mod_224()
658 u.p = ((PTR_SIZE_INT) bn_sub_words & mask) | in BN_nist_mod_224()
659 ((PTR_SIZE_INT) bn_add_words & ~mask); in BN_nist_mod_224()
665 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP); in BN_nist_mod_224()
[all …]
Dbn_mont.c257 (BN_ULONG *)(((PTR_SIZE_INT) rp & ~m) | ((PTR_SIZE_INT) ap & m)); in BN_from_montgomery_word()
Dbn.h270 # define PTR_SIZE_INT long long macro
272 # define PTR_SIZE_INT int
275 # define PTR_SIZE_INT size_t