| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | rv1126-secure-otp.S | 638 .ascii "secure_conf\000" 650 .ascii "Please input correct addr\012\000" 653 .ascii "The zone is written.\012\000" 656 .ascii "rockchip_secure_otp\000" 658 .ascii "rockchip,rv1126-secure-otp\000" 749 .ascii "int\000" 781 .ascii "u8\000" 788 .ascii "u32\000" 793 .ascii "u64\000" 992 .ascii "seq\000" [all …]
|
| H A D | rv1106-secure-otp.S | 3896 .ascii "rockchip_secure_otp_wait_status\000" 3902 .ascii "rockchip_secure_otp_ecc_enable\000" 3908 .ascii "rv1106_secure_otp_read\000" 3914 .ascii "rv1106_secure_otp_write_2_bytes_noecc\000" 3920 .ascii "rv1106_secure_otp_write_2_bytes\000" 3931 .ascii "%s timeout during ecc_enable\012\000" 3934 .ascii "secure_conf\000" 3936 .ascii "mask_addr\000" 3938 .ascii "cru_rst_addr\000" 3950 .ascii "%s: wait init status timeout\012\000" [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_types.h | 20 * Returns a 16-bit signature built from 2 ASCII characters. 22 * This macro returns a 16-bit value built from the two ASCII characters 25 * @A: The first ASCII character. 26 * @B: The second ASCII character. 28 * @return: A 16-bit value built from the two ASCII characters specified by 34 * Returns a 32-bit signature built from 4 ASCII characters. 36 * This macro returns a 32-bit value built from the four ASCII characters 39 * @A: The first ASCII character. 40 * @B: The second ASCII character. 41 * @C: The third ASCII character. [all …]
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_fit_tb_arm32.S | 1861 .ascii "spl_load_kernel_fit\000" 1864 .ascii "No matching DT out of these options:\012\000" 1866 .ascii "description\000" 1868 .ascii " %s\012\000" 1871 .ascii "boot\000" 1874 .ascii "## Preload the image OK.\012\000" 1876 .ascii "Cannot get image data/size\012\000" 1878 .ascii "compression\000" 1880 .ascii "## Checking %s 0x%08lx (%s @0x%08lx) ... \000" 1882 .ascii "## Checking %s 0x%08lx ... \000" [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_hexdump.c | 69 size_t testlen, bool ascii) in test_hexdump_prepare_test() argument 110 /* ASCII part */ in test_hexdump_prepare_test() 111 if (ascii) { in test_hexdump_prepare_test() 126 bool ascii) in test_hexdump() argument 135 ascii); in test_hexdump() 139 ascii); in test_hexdump() 149 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set() argument 154 test_hexdump(len, rowsize, 4, ascii); in test_hexdump_set() 155 test_hexdump(len, rowsize, 2, ascii); in test_hexdump_set() 156 test_hexdump(len, rowsize, 8, ascii); in test_hexdump_set() [all …]
|
| H A D | hexdump.c | 21 * @ch: ascii character represents hex digit 64 * hex2bin - convert an ascii hexadecimal string to its binary representation 66 * @src: ascii hexadecimal string 90 * bin2hex - convert binary data to an ascii hexadecimal string 91 * @dst: ascii hexadecimal result 106 * hex_dump_to_buffer - convert a blob of data to "hex ASCII" in memory 113 * @ascii: include ASCII after the hex output 116 * 16 or 32 bytes of input data converted to hex + ASCII output. 119 * to a hex + ASCII dump at the supplied memory location. 136 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | hexdump.c | 23 * hex_dump_to_buffer - convert a blob of data to "hex ASCII" in memory 30 * @ascii: include ASCII after the hex output 33 * 16 or 32 bytes of input data converted to hex + ASCII output. 36 * to a hex + ASCII dump at the supplied memory location. 53 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument 130 if (!ascii) in hex_dump_to_buffer() 150 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer() 163 * @ascii: include ASCII after the hex output 165 * Given a buffer of u8 data, print_hex_dump() prints a hex + ASCII dump 169 * 16 or 32 bytes of input data converted to hex + ASCII output. [all …]
|
| H A D | asm-offsets.s | |
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | long-help | 8 --id <ASCII string> 10 conf-variable: IPSec ID <ASCII string> 14 conf-variable: IPSec secret <ASCII string> 20 --username <ASCII string> 22 conf-variable: Xauth username <ASCII string> 26 conf-variable: Xauth password <ASCII string> 32 --domain <ASCII string> 34 conf-variable: Domain <ASCII string> 84 --application-version <ASCII string> 87 conf-variable: Application version <ASCII string> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | uthex.c | 4 * Module Name: uthex -- Hex/ASCII support functions 16 /* Hex to ASCII conversion table */ 30 * RETURN: The converted Ascii character 32 * DESCRIPTION: Convert a hex digit to an Ascii character 48 * PARAMETERS: two_ascii_chars - Pointer to two ASCII characters 53 * DESCRIPTION: Perform ascii-to-hex translation, exactly two ASCII characters 61 /* Both ASCII characters must be valid hex digits */ in acpi_ut_ascii_to_hex_byte() 79 * PARAMETERS: hex_char - Hex character in Ascii. Must be: 82 * RETURN: The binary value of the ascii/hex character 84 * DESCRIPTION: Perform ascii-to-hex translation
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | sysfs-pci.rst | 39 class PCI class (ascii, ro) 41 device PCI device (ascii, ro) 42 enable Whether the device is enabled (ascii, rw) 43 irq IRQ number (ascii, ro) 45 remove remove device from kernel's list (ascii, wo) 46 resource PCI resource host addresses (ascii, ro) 49 revision PCI revision (ascii, ro) 51 subsystem_device PCI subsystem device (ascii, ro) 52 subsystem_vendor PCI subsystem vendor (ascii, ro) 53 vendor PCI vendor (ascii, ro) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | collect2-aix.h | 52 /* Offset of the member table (decimal ASCII string). */ 55 /* Offset of the global symbol table for 32-bit objects (decimal ASCII 59 /* Offset of the global symbol table for 64-bit objects (decimal ASCII 63 /* Offset of the first member in the archive (decimal ASCII string). */ 66 /* Offset of the last member in the archive (decimal ASCII string). */ 69 /* Offset of the first member on the free list (decimal ASCII 80 /* File size not including the header (decimal ASCII string). */ 83 /* File offset of next archive member (decimal ASCII string). */ 86 /* File offset of previous archive member (decimal ASCII string). */ 89 /* File mtime (decimal ASCII string). */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | collect2-aix.h | 52 /* Offset of the member table (decimal ASCII string). */ 55 /* Offset of the global symbol table for 32-bit objects (decimal ASCII 59 /* Offset of the global symbol table for 64-bit objects (decimal ASCII 63 /* Offset of the first member in the archive (decimal ASCII string). */ 66 /* Offset of the last member in the archive (decimal ASCII string). */ 69 /* Offset of the first member on the free list (decimal ASCII 80 /* File size not including the header (decimal ASCII string). */ 83 /* File offset of next archive member (decimal ASCII string). */ 86 /* File offset of previous archive member (decimal ASCII string). */ 89 /* File mtime (decimal ASCII string). */ [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | hexdump.h | 32 * @ch: ascii character represents hex digit 48 * hex2bin - convert an ascii hexadecimal string to its binary representation 50 * @src: ascii hexadecimal string 70 * bin2hex - convert binary data to an ascii hexadecimal string 71 * @dst: ascii hexadecimal result 85 char *linebuf, size_t linebuflen, bool ascii); 87 int groupsize, const void *buf, size_t len, bool ascii);
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ebcdic.h | 3 * EBCDIC -> ASCII, ASCII -> EBCDIC conversion routines. 15 extern __u8 _ascebc_500[256]; /* ASCII -> EBCDIC 500 conversion table */ 16 extern __u8 _ebcasc_500[256]; /* EBCDIC 500 -> ASCII conversion table */ 17 extern __u8 _ascebc[256]; /* ASCII -> EBCDIC conversion table */ 18 extern __u8 _ebcasc[256]; /* EBCDIC -> ASCII conversion table */
|
| /OK3568_Linux_fs/kernel/tools/crypto/ |
| H A D | gen_fips140_testvecs.py | 28 message = bytes('This is a 32-byte test message.\0', 'ascii') 29 aes_key = bytes('128-bit AES key\0', 'ascii') 30 aes_xts_key = bytes('This is an AES-128-XTS key.\0\0\0\0\0', 'ascii') 31 aes_iv = bytes('ABCDEFGHIJKLMNOP', 'ascii') 32 assoc = bytes('associated data string', 'ascii') 33 hmac_key = bytes('128-bit HMAC key', 'ascii') 43 all(c == '\x00' or c.isprintable() for c in str(value, 'ascii'))) 58 value = str(value, 'ascii').rstrip('\x00')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
| H A D | vsftpd.conf | 74 # By default the server will pretend to allow ASCII mode but in fact ignore 75 # the request. Turn on the below options to have the server actually do ASCII 76 # mangling on files when in ASCII mode. 79 # ASCII mode. 80 # These ASCII options are split into upload and download because you may wish 81 # to enable ASCII uploads (to prevent uploaded scripts etc. from breaking), 82 # without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_fabric_lib.c | 62 * We convert the ASCII formatted N Port name into a binary in fc_get_pr_transport_id() 149 * The first ISCSI NAME field byte containing an ASCII null character in iscsi_get_pr_transport_id() 170 * The SEPARATOR field shall contain the five ASCII in iscsi_get_pr_transport_id() 175 * (see RFC 3720) in the form of ASCII characters that are the in iscsi_get_pr_transport_id() 178 * ID field byte containing an ASCII null character terminates in iscsi_get_pr_transport_id() 183 buf[off++] = 0x2c; /* ASCII Character: "," */ in iscsi_get_pr_transport_id() 184 buf[off++] = 0x69; /* ASCII Character: "i" */ in iscsi_get_pr_transport_id() 185 buf[off++] = 0x2c; /* ASCII Character: "," */ in iscsi_get_pr_transport_id() 186 buf[off++] = 0x30; /* ASCII Character: "0" */ in iscsi_get_pr_transport_id() 187 buf[off++] = 0x78; /* ASCII Character: "x" */ in iscsi_get_pr_transport_id() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | Ascii.html | 16 <title>Using as: Ascii</title> 18 <meta name="description" content="Using as: Ascii"> 19 <meta name="keywords" content="Using as: Ascii"> 63 <a name="Ascii"></a> 70 <h3 class="section">7.5 <code>.ascii "<var>string</var>"</code>…</h3> 72 <a name="index-ascii-directive"></a> 74 <p><code>.ascii</code> expects zero or more string literals (see <a href="Strings.html#Strings">Str…
|
| H A D | Asciz.html | 29 <link href="Ascii.html#Ascii" rel="previous" title="Ascii"> 66 …el="next">Attach_to_group</a>, Previous: <a href="Ascii.html#Ascii" accesskey="p" rel="previous">A… 75 <p><code>.asciz</code> is just like <code>.ascii</code>, but each string is followed by
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | Ascii.html | 16 <title>Using as: Ascii</title> 18 <meta name="description" content="Using as: Ascii"> 19 <meta name="keywords" content="Using as: Ascii"> 63 <a name="Ascii"></a> 70 <h3 class="section">7.5 <code>.ascii "<var>string</var>"</code>…</h3> 72 <a name="index-ascii-directive"></a> 74 <p><code>.ascii</code> expects zero or more string literals (see <a href="Strings.html#Strings">Str…
|
| H A D | Asciz.html | 29 <link href="Ascii.html#Ascii" rel="previous" title="Ascii"> 66 …el="next">Attach_to_group</a>, Previous: <a href="Ascii.html#Ascii" accesskey="p" rel="previous">A… 75 <p><code>.asciz</code> is just like <code>.ascii</code>, but each string is followed by
|
| /OK3568_Linux_fs/u-boot/board/compulab/common/ |
| H A D | eeprom.c | 406 { "Board Configuration", 64, NULL, DEFINE_PRINT_UPDATE(ascii) }, 423 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 424 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 425 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 426 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 445 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 446 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 447 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 448 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 465 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | trusted-encrypted.rst | 11 in hex ascii for convenience, and are integrity verified. 55 keyhandle= ascii hex value of sealing key 58 keyauth= ascii hex auth for sealing key default 0x00...i 59 (40 ascii zeros) 60 blobauth= ascii hex auth for sealed data default 0x00... 61 (40 ascii zeros) 62 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default) 76 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | misc_usbsevseg.rst | 26 The device can accept "text" either in raw, hex, or ascii textmode. 29 ascii expects a value between '0'-'9' and 'A'-'F'. 30 The default is ascii. 42 echo "123ABC" > /sys/bus/usb/.../text (ascii) 43 echo "A1B2" > /sys/bus/usb/.../text (ascii)
|