/linux-6.3-rc2/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() 106 kfree(kb->key); in _free_kb_keybuf() 107 kb->key = NULL; in _free_kb_keybuf() 112 struct key_blob kb; member 135 ret = pkey_keyblob2pkey(kb->key, kb->keylen, pk); in __paes_keyblob2pkey() [all …]
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | zcrypt_ep11misc.c | 261 if (keylen < sizeof(*kb)) { in ep11_check_aes_key() 279 if (kb->head.len > keylen) { in ep11_check_aes_key() 285 if (kb->head.len < sizeof(*kb)) { in ep11_check_aes_key() 288 __func__, (int)kb->head.len, sizeof(*kb)); in ep11_check_aes_key() 704 struct ep11keyblob *kb; in ep11_genaeskey() local 969 struct ep11keyblob *kb; in ep11_unwrapkey() local 1100 struct ep11keyblob *kb; in ep11_wrapkey() local 1107 kb = (struct ep11keyblob *)key; in ep11_wrapkey() 1141 memset(&kb->head, 0, sizeof(kb->head)); in ep11_wrapkey() 1204 struct ep11keyblob *kb; in ep11_clr2keyblob() local [all …]
|
A D | zcrypt_ccamisc.c | 801 } kb; in cca_gencipherkey() member 816 } kb; in cca_gencipherkey() member 854 preqparm->kb.len = sizeof(preqparm->kb); in cca_gencipherkey() 855 preqparm->kb.tlv1.len = sizeof(preqparm->kb.tlv1); in cca_gencipherkey() 857 preqparm->kb.tlv2.len = sizeof(preqparm->kb.tlv2); in cca_gencipherkey() 859 preqparm->kb.tlv3.len = sizeof(preqparm->kb.tlv3); in cca_gencipherkey() 994 } kb; in _ip_cprb_helper() member 1205 } kb; in cca_cipher2protkey() member 1231 } kb; in cca_cipher2protkey() member 1374 } kb; in cca_ecc2protkey() member [all …]
|
A D | zcrypt_ep11misc.h | 53 struct ep11keyblob *kb = (struct ep11keyblob *)key; in is_ep11_keyblob() local 55 return (kb->version == EP11_STRUCT_MAGIC); in is_ep11_keyblob()
|
A D | pkey_api.c | 235 struct ep11keyblob *kb = (struct ep11keyblob *)key; in pkey_ep11key2pkey() local 241 ZCRYPT_CEX7, EP11_API_V, kb->wkvp); in pkey_ep11key2pkey() 250 rc = ep11_kblob2protkey(card, dom, key, kb->head.len, in pkey_ep11key2pkey() 742 struct ep11keyblob *kb = (struct ep11keyblob *)key; in pkey_verifykey2() local 750 *ksize = kb->head.keybitlen; in pkey_verifykey2() 753 ZCRYPT_CEX7, EP11_API_V, kb->wkvp); in pkey_verifykey2() 864 struct ep11keyblob *kb = (struct ep11keyblob *) in pkey_apqns4key() local 869 if (kb->attr & EP11_BLOB_PKEY_EXTRACTABLE) { in pkey_apqns4key() 874 minhwtype, api, kb->wkvp); in pkey_apqns4key() 885 if (kb->attr & EP11_BLOB_PKEY_EXTRACTABLE) { in pkey_apqns4key() [all …]
|
/linux-6.3-rc2/drivers/tty/vt/ |
A D | keyboard.c | 1171 return kb->ledflagstate; in getleds() 1206 setledstate(kb, leds); in vt_set_led_state() 1849 kb->kbdmode = VC_RAW; in vt_do_kdskbmode() 1855 kb->kbdmode = VC_XLATE; in vt_do_kdskbmode() 1863 kb->kbdmode = VC_OFF; in vt_do_kdskbmode() 2123 ucval = kb->ledflagstate | (kb->default_ledflagstate << 4); in vt_do_kdskled() 2148 setledstate(kb, arg); in vt_do_kdskled() 2158 switch (kb->kbdmode) { in vt_do_kdgkbmode() 2229 kb->lockstate = 0; in vt_reset_keyboard() 2230 kb->slockstate = 0; in vt_reset_keyboard() [all …]
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/tty/ |
A D | n_tty.c | 2126 unsigned char *kb = kbuf; in n_tty_read() local 2151 return kb - kbuf; in n_tty_read() 2154 return kb - kbuf; in n_tty_read() 2163 return kb - kbuf; in n_tty_read() 2203 if (kb != kbuf) in n_tty_read() 2209 *kb++ = cs; in n_tty_read() 2257 *kb++ = TIOCPKT_DATA; in n_tty_read() 2270 if (copy_from_read_buf(tty, &kb, &nr) && kb - kbuf >= minimum) { in n_tty_read() 2274 return kb - kbuf; in n_tty_read() 2292 if (kb - kbuf) in n_tty_read() [all …]
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
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 | 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 | 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 {
|
A D | tegra30-apalis.dtsi | 169 kb-col0-pq0 { 337 kb-col2-pq2 { 347 kb-row0-pr0 { 357 kb-row5-pr5 { 489 kb-col5-pq5 { 496 kb-col6-pq6 {
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-firmware-opal-elog | 52 <16kb, often just hundreds of bytes and 53 "average" 2kb.
|
/linux-6.3-rc2/arch/mips/sgi-ip27/ |
A D | Platform | 6 # be 16kb aligned or the handling of the current variable will break.
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | hugetlb_reparenting_test.sh | 42 kb=${hpz:14:-3} 43 mb=$(($kb / 1024))
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/net/ieee802154/ |
A D | Kconfig | 8 devices. Maximum allowed data rate is 250 kb/s and typical personal
|
/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | Kconfig | 33 N here if you want to save the few kb this consumes.
|
/linux-6.3-rc2/fs/fscache/ |
A D | cookie.c | 303 const void *ka, *kb; in fscache_cookie_same() local 312 kb = &b->inline_key; in fscache_cookie_same() 315 kb = b->key; in fscache_cookie_same() 317 return memcmp(ka, kb, a->key_len) == 0; in fscache_cookie_same()
|
/linux-6.3-rc2/sound/soc/qcom/qdsp6/ |
A D | q6asm.h | 70 u8 kb; member
|