HomeSort by relevance Sort by last modified time
    Searched refs:PTR_SIZE_INT (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/bn/
bn_nist.c 368 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_words&~mask)
    [all...]
bn_mont.c 250 nrp=(BN_ULONG *)(((PTR_SIZE_INT)rp&~m)|((PTR_SIZE_INT)ap&m));
bn.h 266 # define PTR_SIZE_INT long long
268 # define PTR_SIZE_INT int
271 # define PTR_SIZE_INT size_t
    [all...]
  /external/openssl/include/openssl/
bn.h 266 # define PTR_SIZE_INT long long
268 # define PTR_SIZE_INT int
271 # define PTR_SIZE_INT size_t
    [all...]

Completed in 1168 milliseconds