Home
last modified time | relevance | path

Searched refs:short_len (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_cca_key.h174 int short_len, long_len, pad_len, key_len, size; in zcrypt_type6_crt_key() local
187 short_len = (crt->inputdatalength + 1) / 2; in zcrypt_type6_crt_key()
188 long_len = short_len + 8; in zcrypt_type6_crt_key()
189 pad_len = -(3 * long_len + 2 * short_len) & 7; in zcrypt_type6_crt_key()
190 key_len = 3 * long_len + 2 * short_len + pad_len + crt->inputdatalength; in zcrypt_type6_crt_key()
207 key->pvt.q_len = key->pvt.dq_len = short_len; in zcrypt_type6_crt_key()
214 crt->nq_prime, short_len) || in zcrypt_type6_crt_key()
215 copy_from_user(key->key_parts + long_len + short_len, in zcrypt_type6_crt_key()
217 copy_from_user(key->key_parts + 2 * long_len + short_len, in zcrypt_type6_crt_key()
218 crt->bq_key, short_len) || in zcrypt_type6_crt_key()
[all...]
H A Dzcrypt_msgtype50.c262 int mod_len, short_len; in ICACRT_msg_to_type50CRT_msg() local
266 short_len = (mod_len + 1) / 2; in ICACRT_msg_to_type50CRT_msg()
282 p = crb1->p + sizeof(crb1->p) - short_len; in ICACRT_msg_to_type50CRT_msg()
283 q = crb1->q + sizeof(crb1->q) - short_len; in ICACRT_msg_to_type50CRT_msg()
284 dp = crb1->dp + sizeof(crb1->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()
285 dq = crb1->dq + sizeof(crb1->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
286 u = crb1->u + sizeof(crb1->u) - short_len; in ICACRT_msg_to_type50CRT_msg()
296 p = crb2->p + sizeof(crb2->p) - short_len; in ICACRT_msg_to_type50CRT_msg()
297 q = crb2->q + sizeof(crb2->q) - short_len; in ICACRT_msg_to_type50CRT_msg()
298 dp = crb2->dp + sizeof(crb2->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()
[all...]
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c271 int mod_len, short_len; in ICACRT_msg_to_type50CRT_msg() local
275 short_len = (mod_len + 1) / 2; in ICACRT_msg_to_type50CRT_msg()
291 p = crb1->p + sizeof(crb1->p) - short_len; in ICACRT_msg_to_type50CRT_msg()
292 q = crb1->q + sizeof(crb1->q) - short_len; in ICACRT_msg_to_type50CRT_msg()
293 dp = crb1->dp + sizeof(crb1->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()
294 dq = crb1->dq + sizeof(crb1->dq) - short_len; in ICACRT_msg_to_type50CRT_msg()
295 u = crb1->u + sizeof(crb1->u) - short_len; in ICACRT_msg_to_type50CRT_msg()
305 p = crb2->p + sizeof(crb2->p) - short_len; in ICACRT_msg_to_type50CRT_msg()
306 q = crb2->q + sizeof(crb2->q) - short_len; in ICACRT_msg_to_type50CRT_msg()
307 dp = crb2->dp + sizeof(crb2->dp) - short_len; in ICACRT_msg_to_type50CRT_msg()
[all...]
H A Dzcrypt_cca_key.h186 int short_len, long_len, pad_len, key_len, size; in zcrypt_type6_crt_key() local
199 short_len = (crt->inputdatalength + 1) / 2; in zcrypt_type6_crt_key()
200 long_len = short_len + 8; in zcrypt_type6_crt_key()
201 pad_len = -(3*long_len + 2*short_len) & 7; in zcrypt_type6_crt_key()
202 key_len = 3*long_len + 2*short_len + pad_len + crt->inputdatalength; in zcrypt_type6_crt_key()
219 key->pvt.q_len = key->pvt.dq_len = short_len; in zcrypt_type6_crt_key()
226 crt->nq_prime, short_len) || in zcrypt_type6_crt_key()
227 copy_from_user(key->key_parts + long_len + short_len, in zcrypt_type6_crt_key()
229 copy_from_user(key->key_parts + 2*long_len + short_len, in zcrypt_type6_crt_key()
230 crt->bq_key, short_len) || in zcrypt_type6_crt_key()
[all...]
/kernel/linux/linux-5.10/fs/fat/
H A Ddir.c550 int short_len; member
568 int short_len = 0, fill_len = 0; in __fat_readdir() local
635 short_len = fat_parse_short(sb, de, bufname, in __fat_readdir()
637 if (short_len == 0) in __fat_readdir()
643 both->short_len = short_len; in __fat_readdir()
650 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()
651 if (short_len == 0) in __fat_readdir()
655 fill_len = short_len; in __fat_readdir()
736 int short_len
[all...]
/kernel/linux/linux-6.6/fs/fat/
H A Ddir.c550 int short_len; member
568 int short_len = 0, fill_len = 0; in __fat_readdir() local
635 short_len = fat_parse_short(sb, de, bufname, in __fat_readdir()
637 if (short_len == 0) in __fat_readdir()
643 both->short_len = short_len; in __fat_readdir()
650 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()
651 if (short_len == 0) in __fat_readdir()
655 fill_len = short_len; in __fat_readdir()
736 int short_len
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Deir.c18 size_t short_len; in eir_append_local_name() local
32 short_len = strnlen(hdev->short_name, sizeof(hdev->short_name)); in eir_append_local_name()
33 if (short_len) in eir_append_local_name()
36 short_len); in eir_append_local_name()
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c627 size_t short_len = prefix_len - 1; in bcm47xx_sprom_apply_prefix_alias() local
642 (short_len && strlen(buf) == short_len && !strncmp(buf, prefix, short_len))) { in bcm47xx_sprom_apply_prefix_alias()
/kernel/linux/linux-6.6/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c627 size_t short_len = prefix_len - 1; in bcm47xx_sprom_apply_prefix_alias() local
642 (short_len && strlen(buf) == short_len && !strncmp(buf, prefix, short_len))) { in bcm47xx_sprom_apply_prefix_alias()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c1573 size_t short_len; in append_local_name() local
1587 short_len = strlen(hdev->short_name); in append_local_name()
1588 if (short_len) in append_local_name()
1590 hdev->short_name, short_len + 1); in append_local_name()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c530 unsigned int short_len; in ti_sn_aux_transfer() local
604 ret = regmap_read(pdata->regmap, SN_AUX_LENGTH_REG, &short_len); in ti_sn_aux_transfer()
605 len = min(len, short_len); in ti_sn_aux_transfer()
/kernel/linux/linux-5.10/drivers/crypto/axis/
H A Dartpec6_crypto.c153 unsigned char short_len : 3; member
594 d->ctrl.short_len = len; in artpec6_crypto_setup_out_descr_short()
/kernel/linux/linux-6.6/drivers/crypto/axis/
H A Dartpec6_crypto.c154 unsigned char short_len : 3; member
595 d->ctrl.short_len = len; in artpec6_crypto_setup_out_descr_short()

Completed in 22 milliseconds