Home
last modified time | relevance | path

Searched refs:lbnSubN_32 (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/
H A Dlbn32.h34 #ifndef lbnSubN_32
35 BNWORD32 lbnSubN_32(BNWORD32 *num1, BNWORD32 const *num2, unsigned len);
H A Dlbn32.c380 #ifndef lbnSubN_32
383 lbnSubN_32(BNWORD32 *num1, BNWORD32 const *num2, unsigned len) in lbnSubN_32() function
402 lbnSubN_32(BNWORD32 *num1, BNWORD32 const *num2, unsigned len) in lbnSubN_32() function
931 carry -= lbnSubN_32(prod, mod, len); in lbnMontMul_32()
933 (void)lbnSubN_32(prod, mod, len); in lbnMontMul_32()
1931 carry -= lbnSubN_32(n, mod, mlen); in lbnMontReduce_32()
1933 (void)lbnSubN_32(n, mod, mlen); in lbnMontReduce_32()
2028 c -= lbnSubN_32(n, mod, mlen); in lbnMontReduce_32()
2030 (void)lbnSubN_32(n, mod, mlen); in lbnMontReduce_32()
3223 (void)lbnSubN_32(a1, mod, mlen); in lbnTwoExpMod_32()
[all …]
H A Dbntest32.c563 borrow = lbnSubN_32(A,B,i);
H A Dbn32.c344 t = lbnSubN_32((BNWORD32 *)dest->ptr, (BNWORD32 *)src->ptr, s); in bnSub_32()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/bnlib/
H A Dlbn32.h30 #ifndef lbnSubN_32
31 BNWORD32 lbnSubN_32(BNWORD32 *num1, BNWORD32 const *num2, unsigned len);
H A Dlbn32.c386 #ifndef lbnSubN_32
389 lbnSubN_32(BNWORD32 *num1, BNWORD32 const *num2, unsigned len)
408 lbnSubN_32(BNWORD32 *num1, BNWORD32 const *num2, unsigned len)
937 carry -= lbnSubN_32(prod, mod, len);
939 (void)lbnSubN_32(prod, mod, len);
1937 carry -= lbnSubN_32(n, mod, mlen);
1939 (void)lbnSubN_32(n, mod, mlen);
2034 c -= lbnSubN_32(n, mod, mlen);
2036 (void)lbnSubN_32(n, mod, mlen);
3229 (void)lbnSubN_32(a1, mod, mlen);
[all …]
H A Dbn32.c350 t = lbnSubN_32((BNWORD32 *)dest->ptr, (BNWORD32 *)src->ptr, s); in bnSub_32()