/external/boringssl/src/crypto/bio/ |
hexdump.c | 72 static void hexbyte(char *out, uint8_t b) { function 103 hexbyte(&buf[0], ctx->n >> 24); 104 hexbyte(&buf[2], ctx->n >> 16); 105 hexbyte(&buf[4], ctx->n >> 8); 106 hexbyte(&buf[6], ctx->n); 113 hexbyte(buf, data[i]);
|
/external/boringssl/src/ssl/test/runner/ |
recordingconn.go | 128 for _, hexByte := range hexBytes { 129 val, err := strconv.ParseUint(hexByte, 16, 8)
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_test.go | 141 for _, hexByte := range hexBytes { 142 val, err := strconv.ParseUint(hexByte, 16, 8)
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_test.go | 141 for _, hexByte := range hexBytes { 142 val, err := strconv.ParseUint(hexByte, 16, 8)
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
AVA.java | 333 Byte hexByte = null; 334 if ((hexByte = getEmbeddedHexPair(c, in)) != null) { 341 embeddedHex.add(hexByte); 413 Byte hexByte = null; 414 if ((hexByte = getEmbeddedHexPair(c, in)) != null) { 421 embeddedHex.add(hexByte); [all...] |
/system/extras/tests/net_test/ |
iproute.py | 508 lladdr = "".join(chr(int(hexbyte, 16)) for hexbyte in lladdr)
|
/prebuilts/go/darwin-x86/src/fmt/ |
scan.go | 887 // hexByte returns the next hex-encoded (two-character) byte from the input. 890 func (s *ss) hexByte() (b byte, ok bool) { 912 b, ok := s.hexByte()
|
/prebuilts/go/linux-x86/src/fmt/ |
scan.go | 887 // hexByte returns the next hex-encoded (two-character) byte from the input. 890 func (s *ss) hexByte() (b byte, ok bool) { 912 b, ok := s.hexByte()
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/ |
fmt.a | [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/ |
fmt.a | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/ |
fmt.a | [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/ |
fmt.a | [all...] |