Home
last modified time | relevance | path

Searched refs:bn_compare (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/Crypto/
H A Dec.cpp243 } while (bn_compare(m, ec_N, sizeof(m)) >= 0); in Sign()
246 if (bn_compare(r.data.data(), ec_N, 30) >= 0) in Sign()
253 if (bn_compare(kk, ec_N, sizeof(kk)) >= 0) in Sign()
284 if (bn_compare(rx.data(), ec_N, 30) >= 0) in VerifySignature()
287 return (bn_compare(rx.data(), R, 30) == 0); in VerifySignature()
H A Dbn.cpp21 int bn_compare(const u8* a, const u8* b, int n) in bn_compare() function
50 if (bn_compare(d, N, n) >= 0) in bn_add()
H A Dbn.h11 int bn_compare(const u8* a, const u8* b, int n);
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/libkirk/
H A Dbn.c32 int bn_compare(u8 *a, u8 *b, u32 n) in bn_compare() function
80 if (bn_compare(d, N, n) >= 0) in bn_reduce()
H A Dkirk_engine.h235 int bn_compare(u8 *a, u8 *b, u32 n);
H A Dec.c326 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libkirk/
H A Dbn.c34 int bn_compare(u8 *a, u8 *b, u32 n) in bn_compare() function
82 if (bn_compare(d, N, n) >= 0) in bn_reduce()
H A Dkirk_engine.h236 int bn_compare(u8 *a, u8 *b, u32 n);
H A Dec.c359 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libkirk/
H A Dbn.c34 int bn_compare(u8 *a, u8 *b, u32 n) in bn_compare() function
82 if (bn_compare(d, N, n) >= 0) in bn_reduce()
H A Dkirk_engine.h236 int bn_compare(u8 *a, u8 *b, u32 n);
H A Dec.c359 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libkirk/
H A Dbn.c34 int bn_compare(u8 *a, u8 *b, u32 n) in bn_compare() function
82 if (bn_compare(d, N, n) >= 0) in bn_reduce()
H A Dkirk_engine.h236 int bn_compare(u8 *a, u8 *b, u32 n);
H A Dec.c359 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/libkirk/
H A Dbn.c32 int bn_compare(u8 *a, u8 *b, u32 n) in bn_compare() function
80 if (bn_compare(d, N, n) >= 0) in bn_reduce()
H A Dkirk_engine.h235 int bn_compare(u8 *a, u8 *b, u32 n);
H A Dec.c326 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
/dports/sysutils/wiimms/wiimms-iso-tools/src/libwbfs/
H A Dcert.c287 #define bn_compare(a,b,c) memcmp(a,b,c) macro
326 if (bn_compare(d, N, n) >= 0) in bn_add()