Searched refs:PTR_SIZE_INT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_nist.c368 PTR_SIZE_INT mask;
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
453 mask &= 0-(PTR_SIZE_INT)carry;
455 (((PTR_SIZE_INT)c_d&~mask) | ((PTR_SIZE_INT)r_d&mask));
485 PTR_SIZE_INT mask;
486 union { bn_addsub_f f; PTR_SIZE_INT p; } u;
599 mask = 0-(PTR_SIZE_INT)carry;
600 u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
601 ((PTR_SIZE_INT)bn_add_word
[all...]
H A Dbn_mont.c250 nrp=(BN_ULONG *)(((PTR_SIZE_INT)rp&~m)|((PTR_SIZE_INT)ap&m));
H A Dbn.h266 # define PTR_SIZE_INT long long macro
268 # define PTR_SIZE_INT int macro
271 # define PTR_SIZE_INT size_t macro
/external/openssl/crypto/bn/
H A Dbn_nist.c368 PTR_SIZE_INT mask;
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
453 mask &= 0-(PTR_SIZE_INT)carry;
455 (((PTR_SIZE_INT)c_d&~mask) | ((PTR_SIZE_INT)r_d&mask));
485 PTR_SIZE_INT mask;
486 union { bn_addsub_f f; PTR_SIZE_INT p; } u;
599 mask = 0-(PTR_SIZE_INT)carry;
600 u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
601 ((PTR_SIZE_INT)bn_add_word
[all...]
H A Dbn_mont.c250 nrp=(BN_ULONG *)(((PTR_SIZE_INT)rp&~m)|((PTR_SIZE_INT)ap&m));
H A Dbn.h266 # define PTR_SIZE_INT long long macro
268 # define PTR_SIZE_INT int macro
271 # define PTR_SIZE_INT size_t macro
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbn.h266 # define PTR_SIZE_INT long long macro
268 # define PTR_SIZE_INT int macro
271 # define PTR_SIZE_INT size_t macro
/external/openssl/include/openssl/
H A Dbn.h266 # define PTR_SIZE_INT long long macro
268 # define PTR_SIZE_INT int macro
271 # define PTR_SIZE_INT size_t macro

Completed in 88 milliseconds