Searched refs:BN_swap_ct (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/ec/ |
H A D | ecp_methods.c | 980 if (!BN_swap_ct(c, (a)->X, (b)->X, w) || \ 981 !BN_swap_ct(c, (a)->Y, (b)->Y, w) || \ 982 !BN_swap_ct(c, (a)->Z, (b)->Z, w)) \ 1073 if (!BN_swap_ct(kbit, k, lambda, group_top + 2)) in ec_mul_ct()
|
/openbsd/lib/libcrypto/bn/ |
H A D | bn_local.h | 316 int BN_swap_ct(BN_ULONG swap, BIGNUM *a, BIGNUM *b, size_t nwords);
|
H A D | bn_lib.c | 566 BN_swap_ct(BN_ULONG condition, BIGNUM *a, BIGNUM *b, size_t nwords) in BN_swap_ct() function
|