Home
last modified time | relevance | path

Searched refs:hextobin (Results 1 – 24 of 24) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/test/
H A Dtest_crypto.c99 hextobin(ref, refres); \
142 hextobin(ref, refres); \
529 len = hextobin(ref, href); in do_KAT_HMAC_bin_bin()
1144 seed_len = hextobin(seed, in test_HMAC_DRBG()
1147 hextobin(ref1, in test_HMAC_DRBG()
1150 hextobin(ref2, in test_HMAC_DRBG()
1153 hextobin(ref3, in test_HMAC_DRBG()
3105 hextobin(buf, splain); in monte_carlo_AES_encrypt()
3160 hextobin(buf, scipher); in monte_carlo_AES_decrypt()
7382 plen = hextobin(P, sP); in test_EC_P256_carry_inner()
[all …]
/dports/security/bearssl/bearssl-0.6/test/
H A Dtest_crypto.c99 hextobin(ref, refres); \
142 hextobin(ref, refres); \
529 len = hextobin(ref, href); in do_KAT_HMAC_bin_bin()
1144 seed_len = hextobin(seed, in test_HMAC_DRBG()
1147 hextobin(ref1, in test_HMAC_DRBG()
1150 hextobin(ref2, in test_HMAC_DRBG()
1153 hextobin(ref3, in test_HMAC_DRBG()
3105 hextobin(buf, splain); in monte_carlo_AES_encrypt()
3160 hextobin(buf, scipher); in monte_carlo_AES_decrypt()
7382 plen = hextobin(P, sP); in test_EC_P256_carry_inner()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Decho.c89 hextobin (unsigned char c) in hextobin() function
221 c = hextobin (ch); in main()
226 c = c * 16 + hextobin (ch); in main()
H A Dprintf.c71 #define hextobin(c) ((c) >= 'a' && (c) <= 'f' ? (c) - 'a' + 10 : \ macro
252 esc_value = esc_value * 16 + hextobin (*p); in print_esc()
282 uni_value = uni_value * 16 + hextobin (*p); in print_esc()
H A Dstat.c175 #define hextobin(c) ((c) >= 'a' && (c) <= 'f' ? (c) - 'a' + 10 : \ macro
1187 int esc_value = hextobin (b[1]); /* Value of \xhh escape. */ in print_it()
1194 esc_value = esc_value * 16 + hextobin (*b); in print_it()
/dports/misc/gnuls/coreutils-8.30/src/
H A Decho.c89 hextobin (unsigned char c) in hextobin() function
220 c = hextobin (ch); in main()
225 c = c * 16 + hextobin (ch); in main()
H A Dprintf.c71 #define hextobin(c) ((c) >= 'a' && (c) <= 'f' ? (c) - 'a' + 10 : \ macro
252 esc_value = esc_value * 16 + hextobin (*p); in print_esc()
282 uni_value = uni_value * 16 + hextobin (*p); in print_esc()
H A Dstat.c168 #define hextobin(c) ((c) >= 'a' && (c) <= 'f' ? (c) - 'a' + 10 : \ macro
1306 int esc_value = hextobin (b[1]); /* Value of \xhh escape. */ in print_it()
1313 esc_value = esc_value * 16 + hextobin (*b); in print_it()
/dports/net/hping3/hping3-20051105/
H A Dhex.c36 int hextobin(void *dest, char *hexstr, int len) in hextobin() function
100 hextobin(buf, argv[1], -1); in main()
H A Dhex.h4 int hextobin(void *dest, char *hexstr, int len);
H A Dapd.c421 if (hextobin(&ipopt->un.sec.h, v, 4)) { in ars_d_set_ipopt_sec()
430 if (hextobin(&ipopt->un.sec.h, v, 6)) { in ars_d_set_ipopt_sec()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/libfec/
H A Dfec_verity.cpp23 static inline int hextobin(char c) in hextobin() function
46 h = hextobin(tolower(*src++)); in parse_hex()
47 l = hextobin(tolower(*src++)); in parse_hex()
/dports/www/xapian-omega/xapian-omega-1.4.18/docs/
H A Dscriptindex.rst91 hextobin
98 ``hextobin`` was added in Omega 1.4.6.
/dports/databases/db5/db-5.3.28/lang/sql/odbc/
H A DChangeLog410 * added SQLite functions hextobin/bintohex when
H A Dsqliteodbc.c3320 hextobin(STMT *s, BINDPARM *p) in hextobin() function
3562 if (hextobin(s, p) != SQL_SUCCESS) { in drvputdata()
3891 if (hextobin(s, p) != SQL_SUCCESS) { in substparam()
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A DChangeLog602 * added SQLite functions hextobin/bintohex when
H A Dsqliteodbc.c3367 hextobin(STMT *s, BINDPARM *p) in hextobin() function
3609 if (hextobin(s, p) != SQL_SUCCESS) { in drvputdata()
3946 if (hextobin(s, p) != SQL_SUCCESS) { in substparam()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dsqlanywhere.vim37 syn keyword sqlFunction hextobin hextoint hour hours identity
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dsqlanywhere.vim37 syn keyword sqlFunction hextobin hextoint hour hours identity
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D2178.0e38943fa459e872fe93.js.map1 …,\r\n 'head-lines',\r\n 'help-id',\r\n 'help-request',\r\n 'hextobin',\r\n 'hide',\…
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A DNEWS595 + Add new "hextobin" action. Based on a patch from Gaurav Arora.
/dports/editors/lazarus/docs/chm/
H A Drtl.xct1551 HexToBin strutils/hextobin.html
6386 HexToBin classes/hextobin.html
/dports/editors/lazarus-qt5/docs/chm/
H A Drtl.xct1551 HexToBin strutils/hextobin.html
6386 HexToBin classes/hextobin.html
/dports/security/nmap/nmap-7.91/
H A DCHANGELOG8297 o [NSE] Removed the packet.hextobin(str) and packet.bintohex(str)