Home
last modified time | relevance | path

Searched refs:byte2hex (Results 1 – 25 of 125) sorted by relevance

12345

/dports/misc/netron/node_modules/builder-util-runtime/out/
H A Duuid.js.map1byte2hex: Array<string> = []\n// populate lookup tables\nfor (let i = 0; i < 256; i++) {\n cons…
/dports/security/hashcat/hashcat-6.2.5/tools/test_modules/
H A Dm19800.pm17 sub byte2hex subroutine
111 $cleartext_ticket = byte2hex ($b_cleartext_ticket);
120 $check_correct = ($checksum eq byte2hex (substr $b_checksum, 0, 12));
134 $checksum = byte2hex (substr $checksum, 0, 12);
H A Dm19900.pm17 sub byte2hex subroutine
116 $cleartext_ticket = byte2hex ($b_cleartext_ticket);
125 $check_correct = ($checksum eq byte2hex (substr $b_checksum, 0, 12));
139 $checksum = byte2hex (substr $checksum, 0, 12);
H A Dm19600.pm17 sub byte2hex subroutine
100 my $truncated_ticket_decrypted = byte2hex ($b_truncated_ticket_decrypted);
127 $cleartext_ticket = byte2hex ($b_cleartext_ticket);
H A Dm19700.pm17 sub byte2hex subroutine
107 my $truncated_ticket_decrypted = byte2hex ($b_truncated_ticket_decrypted);
134 $cleartext_ticket = byte2hex ($b_cleartext_ticket);
/dports/science/grib_api/grib_api-1.28.0-Source/examples/F90/
H A Dget_set_uuid.f9057 uuid_string(2*i-1:2*i) = byte2hex(uuid_in(i))
81 pure function byte2hex (c) result (hex) function
88 end function byte2hex
/dports/science/eccodes/eccodes-2.23.0-Source/examples/F90/
H A Dgrib_get_set_uuid.f9057 uuid_string(2*i - 1:2*i) = byte2hex(uuid_in(i))
81 pure function byte2hex(c) result(hex) function
88 end function byte2hex
/dports/devel/gdb/gdb-11.1/gdb/stubs/
H A Dz80-stub.c460 static char* byte2hex(char *buf, byte val);
620 p = byte2hex (p, (byte)sig); in process_question()
635 p = byte2hex (p, (byte)sig); in process_question()
1006 p = byte2hex (p, err); in process()
1019 byte2hex (char *p, byte v) in byte2hex() function
1064 buf = byte2hex(buf, (word)v >> 8); in int2hex()
1065 return byte2hex(buf, (byte)v); in int2hex()
1106 d = byte2hex (d, *mem++); in mem2hex()
1159 d = byte2hex(d, reg_num); in format_reg_value()
1165 d = byte2hex(d, *--value); in format_reg_value()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/src/classes/build/tools/blacklistedcertsconverter/
H A DBlacklistedCertsConverter.java90 private static void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in BlacklistedCertsConverter
109 byte2hex(digest[i], buf); in getCertificateFingerPrint()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/jdk/src/classes/build/tools/blacklistedcertsconverter/
H A DBlacklistedCertsConverter.java90 private static void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in BlacklistedCertsConverter
109 byte2hex(digest[i], buf); in getCertificateFingerPrint()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/tls/
H A DTestLeadingZeroesP11.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroesP11
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/TLS/
H A DTestLeadingZeroes.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroes
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java119 static private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in BlowfishTestVector
137 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java119 static private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in BlowfishTestVector
137 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/TLS/
H A DTestLeadingZeroes.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroes
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java119 static private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in BlowfishTestVector
137 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/pkcs11/tls/
H A DTestLeadingZeroesP11.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroesP11
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/tls/
H A DTestLeadingZeroesP11.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroesP11
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/TLS/
H A DTestLeadingZeroes.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroes
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/pkcs11/tls/
H A DTestLeadingZeroesP11.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroesP11
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java119 static private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in BlowfishTestVector
137 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/TLS/
H A DTestLeadingZeroes.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroes
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/pkcs11/tls/
H A DTestLeadingZeroesP11.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroesP11
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/pkcs11/tls/
H A DTestLeadingZeroesP11.java113 private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in TestLeadingZeroesP11
131 byte2hex(block[i], buf); in toHexString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java119 static private void byte2hex(byte b, StringBuffer buf) { in byte2hex() method in BlowfishTestVector
137 byte2hex(block[i], buf); in toHexString()

12345