Home
last modified time | relevance | path

Searched defs:carry_n (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libcrypto/bn/
H A Dbn_mont.c406 BN_ULONG *tp, BN_ULONG w, BN_ULONG *carry_a, BN_ULONG *carry_n, int n_len) in bn_montgomery_multiply_word()
443 BN_ULONG a0, b, carry_a, carry_n, carry, mask, w; in bn_montgomery_multiply_words() local