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

  /external/openssl/crypto/ec/
ec2_mult.c 282 BN_consttime_swap(word & mask, x1, x2, group->field.top);
283 BN_consttime_swap(word & mask, z1, z2, group->field.top);
286 BN_consttime_swap(word & mask, x1, x2, group->field.top);
287 BN_consttime_swap(word & mask, z1, z2, group->field.top);
  /external/openssl/crypto/bn/
bn_lib.c 324 /* Valgrind complains in BN_consttime_swap because we process the whole
844 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords)
862 #define BN_CONSTTIME_SWAP(ind) \
873 BN_CONSTTIME_SWAP(i);
875 case 10: BN_CONSTTIME_SWAP(9); /* Fallthrough */
876 case 9: BN_CONSTTIME_SWAP(8); /* Fallthrough */
877 case 8: BN_CONSTTIME_SWAP(7); /* Fallthrough */
878 case 7: BN_CONSTTIME_SWAP(6); /* Fallthrough */
879 case 6: BN_CONSTTIME_SWAP(5); /* Fallthrough */
880 case 5: BN_CONSTTIME_SWAP(4); /* Fallthrough *
    [all...]
bn.h 541 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
    [all...]
  /external/openssl/include/openssl/
bn.h 541 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
    [all...]

Completed in 37 milliseconds