| /linux/arch/s390/crypto/ |
| A D | paes_s390.c | 76 memset(kb->keybuf, 0, sizeof(kb->keybuf)); in _key_to_kb() 83 kb->key = kb->keybuf; in _key_to_kb() 88 kb->key = kb->keybuf; in _key_to_kb() 91 if (!kb->key) in _key_to_kb() 104 if (kb->key && kb->key != kb->keybuf in _free_kb_keybuf() 105 && kb->keylen > sizeof(kb->keybuf)) { in _free_kb_keybuf() 107 kb->key = NULL; in _free_kb_keybuf() 112 struct key_blob kb; member 136 ret = pkey_key2protkey(kb->key, kb->keylen, in __paes_keyblob2pkey() 164 ctx->kb.key = NULL; in ecb_paes_init() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_parser.c | 144 struct ice_bst_keybuilder *kb) in ice_imem_bst_kb_dump() argument 154 struct ice_np_keybuilder *kb) in ice_imem_np_kb_dump() argument 165 struct ice_pg_keybuilder *kb) in ice_imem_pg_kb_dump() argument 1885 ice_xlt_kb_dump(hw, kb); in ice_parse_kb_data() 1892 struct ice_xlt_kb *kb; in ice_xlt_kb_get() local 1898 kb = kzalloc(sizeof(*kb), GFP_KERNEL); in ice_xlt_kb_get() 1899 if (!kb) in ice_xlt_kb_get() 1906 kfree(kb); in ice_xlt_kb_get() 1910 ice_parse_kb_data(hw, kb, data); in ice_xlt_kb_get() 1912 return kb; in ice_xlt_kb_get() [all …]
|
| A D | ice_parser_rt.c | 176 struct ice_np_keybuilder *kb) in ice_pk_build() argument 178 if (kb->opc == ICE_NPKB_OPC_EXTRACT) in ice_pk_build() 179 return ice_hv_bit_sel(rt, kb->start_reg0, kb->len_reg1); in ice_pk_build() 180 else if (kb->opc == ICE_NPKB_OPC_BUILD) in ice_pk_build() 181 return rt->gpr[kb->start_reg0] | in ice_pk_build() 182 ((u32)rt->gpr[kb->len_reg1] << BITS_PER_TYPE(u16)); in ice_pk_build() 183 else if (kb->opc == ICE_NPKB_OPC_BYPASS) in ice_pk_build() 187 kb->opc); in ice_pk_build()
|
| /linux/drivers/tty/vt/ |
| A D | keyboard.c | 1169 return kb->ledflagstate; in getleds() 1204 setledstate(kb, leds); in vt_set_led_state() 1845 kb->kbdmode = VC_RAW; in vt_do_kdskbmode() 1851 kb->kbdmode = VC_XLATE; in vt_do_kdskbmode() 1859 kb->kbdmode = VC_OFF; in vt_do_kdskbmode() 2122 ucval = kb->ledflagstate | (kb->default_ledflagstate << 4); in vt_do_kdskled() 2147 setledstate(kb, arg); in vt_do_kdskled() 2157 switch (kb->kbdmode) { in vt_do_kdgkbmode() 2228 kb->lockstate = 0; in vt_reset_keyboard() 2229 kb->slockstate = 0; in vt_reset_keyboard() [all …]
|
| /linux/fs/dlm/ |
| A D | user.c | 92 kb->version[0] = kb32->version[0]; in compat_input() 93 kb->version[1] = kb32->version[1]; in compat_input() 94 kb->version[2] = kb32->version[2]; in compat_input() 96 kb->cmd = kb32->cmd; in compat_input() 97 kb->is64bit = kb32->is64bit; in compat_input() 103 } else if (kb->cmd == DLM_USER_PURGE) { in compat_input() 105 kb->i.purge.pid = kb32->i.purge.pid; in compat_input() 107 kb->i.lock.mode = kb32->i.lock.mode; in compat_input() 109 kb->i.lock.flags = kb32->i.lock.flags; in compat_input() 110 kb->i.lock.lkid = kb32->i.lock.lkid; in compat_input() [all …]
|
| /linux/drivers/s390/crypto/ |
| A D | zcrypt_ep11misc.c | 124 hdr = (struct ep11kblob_header *)kb; in ep11_kb_split() 141 pl = (u8 *)kb + hdrsize; in ep11_kb_split() 169 tmph = (struct ep11kblob_header *)kb; in ep11_kb_decode() 208 struct ep11keyblob *kb; in ep11_kb_wkvp() local 212 return kb->wkvp; in ep11_kb_wkvp() 264 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key_with_hdr() 361 if (keylen < sizeof(*kb)) { in ep11_check_aes_key() 363 __func__, keylen, sizeof(*kb)); in ep11_check_aes_key() 379 if (kb->head.len > keylen) { in ep11_check_aes_key() 385 if (kb->head.len < sizeof(*kb)) { in ep11_check_aes_key() [all …]
|
| A D | zcrypt_ccamisc.c | 796 } kb; in cca_gencipherkey() member 811 } kb; in cca_gencipherkey() member 848 preqparm->kb.len = sizeof(preqparm->kb); in cca_gencipherkey() 849 preqparm->kb.tlv1.len = sizeof(preqparm->kb.tlv1); in cca_gencipherkey() 851 preqparm->kb.tlv2.len = sizeof(preqparm->kb.tlv2); in cca_gencipherkey() 853 preqparm->kb.tlv3.len = sizeof(preqparm->kb.tlv3); in cca_gencipherkey() 857 preqparm->kb.tlv4.len = sizeof(preqparm->kb.tlv4); in cca_gencipherkey() 986 } kb; in _ip_cprb_helper() member 1191 } kb; in cca_cipher2protkey() member 1217 } kb; in cca_cipher2protkey() member [all …]
|
| A D | pkey_ep11.c | 92 struct ep11keyblob *kb = (struct ep11keyblob *) in ep11_apqns4key() local 98 if (kb->attr & EP11_BLOB_PKEY_EXTRACTABLE) { in ep11_apqns4key() 103 minhwtype, api, kb->wkvp); in ep11_apqns4key() 110 struct ep11keyblob *kb = (struct ep11keyblob *)key; in ep11_apqns4key() local 115 if (kb->attr & EP11_BLOB_PKEY_EXTRACTABLE) { in ep11_apqns4key() 120 minhwtype, api, kb->wkvp); in ep11_apqns4key() 437 struct ep11keyblob *kb = (struct ep11keyblob *)key; in ep11_verifykey() local 444 *keybitsize = kb->head.bitlen; in ep11_verifykey()
|
| A D | zcrypt_ep11misc.h | 48 struct ep11keyblob *kb = (struct ep11keyblob *)key; in is_ep11_keyblob() local 50 return (kb->version == EP11_STRUCT_MAGIC); in is_ep11_keyblob()
|
| /linux/Documentation/driver-api/tty/ |
| A D | moxa-smartio.rst | 172 spd_hi Use 57.6kb when the application requests 38.4kb. 173 spd_vhi Use 115.2kb when the application requests 38.4kb. 174 spd_shi Use 230.4kb when the application requests 38.4kb. 175 spd_warp Use 460.8kb when the application requests 38.4kb. 176 spd_normal Use 38.4kb when the application requests 38.4kb. 178 application requests 38.4kb.
|
| /linux/drivers/w1/slaves/ |
| A D | Kconfig | 86 tristate "1kb EEPROM family support (DS2431)" 89 1kb EEPROM family device (DS2431) 92 tristate "4kb EEPROM family support (DS2433)" 95 4kb EEPROM family device (DS2433). 113 tristate "512b/1kb/16kb EPROM family support" 117 512b/1kb/16kb EPROM family device (DS250x). 151 4kb EEPROM with PIO family device (DS28E04).
|
| /linux/arch/mips/sgi-ip22/ |
| A D | Platform | 8 # address by 8kb. 23 # be 16kb aligned or the handling of the current variable will break.
|
| /linux/tools/testing/selftests/mm/ |
| A D | vm_util.c | 308 size_t kb; in detect_hugetlb_page_sizes() local 314 if (sscanf(entry->d_name, "hugepages-%zukB", &kb) != 1) in detect_hugetlb_page_sizes() 316 sizes[count++] = kb * 1024; in detect_hugetlb_page_sizes() 318 kb); in detect_hugetlb_page_sizes()
|
| A D | hugetlb_reparenting_test.sh | 43 kb=${hpz:14:-3} 44 mb=$(($kb / 1024))
|
| /linux/arch/arm/boot/dts/nvidia/ |
| A D | tegra124-apalis-v1.2.dtsi | 878 kb-row10-ps2 { 1041 kb-row0-pr0 { 1048 kb-row1-pr1 { 1066 kb-col5-pq5 { 1073 kb-col6-pq6 { 1080 kb-col7-pq7 { 1089 kb-col0-pq0 { 1096 kb-col1-pq1 { 1103 kb-col2-pq2 { 1110 kb-col4-pq4 { [all …]
|
| A D | tegra124-apalis.dtsi | 875 kb-row10-ps2 { 1038 kb-row0-pr0 { 1045 kb-row1-pr1 { 1063 kb-col5-pq5 { 1070 kb-col6-pq6 { 1077 kb-col7-pq7 { 1086 kb-col0-pq0 { 1093 kb-col1-pq1 { 1100 kb-col2-pq2 { 1107 kb-col4-pq4 { [all …]
|
| A D | tegra30-apalis-v1.1.dtsi | 170 kb-col0-pq0 { 338 kb-col2-pq2 { 348 kb-row0-pr0 { 358 kb-row5-pr5 { 490 kb-col5-pq5 { 497 kb-col6-pq6 {
|
| /linux/drivers/tty/ |
| A D | n_tty.c | 2161 u8 *kb = kbuf; in n_tty_read() local 2185 return kb - kbuf; in n_tty_read() 2188 return kb - kbuf; in n_tty_read() 2197 return kb - kbuf; in n_tty_read() 2237 if (kb != kbuf) in n_tty_read() 2243 *kb++ = cs; in n_tty_read() 2291 *kb++ = TIOCPKT_DATA; in n_tty_read() 2304 if (copy_from_read_buf(tty, &kb, &nr) && kb - kbuf >= minimum) { in n_tty_read() 2308 return kb - kbuf; in n_tty_read() 2332 if (kb - kbuf) in n_tty_read() [all …]
|
| /linux/Documentation/ABI/stable/ |
| A D | sysfs-firmware-opal-elog | 52 <16kb, often just hundreds of bytes and 53 "average" 2kb.
|
| /linux/arch/mips/sgi-ip27/ |
| A D | Platform | 6 # be 16kb aligned or the handling of the current variable will break.
|
| /linux/Documentation/networking/device_drivers/atm/ |
| A D | cxacru.rst | 120 [2635357.696901] ATM dev 0: ADSL line: up (8128 kb/s down | 832 kb/s up)
|
| /linux/arch/arm/boot/compressed/ |
| A D | head-xscale.S | 23 add r3, r2, #0x10000 @ 64 kb is quite enough...
|
| A D | head-sa1100.S | 33 add r3, r2, #0x4000 @ 16 kb is quite enough...
|
| /linux/net/ieee802154/ |
| A D | Kconfig | 8 devices. Maximum allowed data rate is 250 kb/s and typical personal
|
| /linux/drivers/scsi/libsas/ |
| A D | Kconfig | 33 N here if you want to save the few kb this consumes.
|