/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/Crypto/ |
H A D | ec.cpp | 243 } 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 D | bn.cpp | 21 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 D | bn.h | 11 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 D | bn.c | 32 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 D | kirk_engine.h | 235 int bn_compare(u8 *a, u8 *b, u32 n);
|
H A D | ec.c | 326 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libkirk/ |
H A D | bn.c | 34 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 D | kirk_engine.h | 236 int bn_compare(u8 *a, u8 *b, u32 n);
|
H A D | ec.c | 359 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libkirk/ |
H A D | bn.c | 34 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 D | kirk_engine.h | 236 int bn_compare(u8 *a, u8 *b, u32 n);
|
H A D | ec.c | 359 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libkirk/ |
H A D | bn.c | 34 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 D | kirk_engine.h | 236 int bn_compare(u8 *a, u8 *b, u32 n);
|
H A D | ec.c | 359 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
|
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/libkirk/ |
H A D | bn.c | 32 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 D | kirk_engine.h | 235 int bn_compare(u8 *a, u8 *b, u32 n);
|
H A D | ec.c | 326 return (bn_compare(rr, R, 21) == 0); in check_ecdsa()
|
/dports/sysutils/wiimms/wiimms-iso-tools/src/libwbfs/ |
H A D | cert.c | 287 #define bn_compare(a,b,c) memcmp(a,b,c) macro 326 if (bn_compare(d, N, n) >= 0) in bn_add()
|