Searched refs:short_len (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/s390/crypto/ |
D | zcrypt_cca_key.h | 188 int short_len, long_len, pad_len, key_len, size; in zcrypt_type6_crt_key() local 201 short_len = (crt->inputdatalength + 1) / 2; in zcrypt_type6_crt_key() 202 long_len = short_len + 8; in zcrypt_type6_crt_key() 203 pad_len = -(3*long_len + 2*short_len) & 7; in zcrypt_type6_crt_key() 204 key_len = 3*long_len + 2*short_len + pad_len + crt->inputdatalength; in zcrypt_type6_crt_key() 221 key->pvt.q_len = key->pvt.dq_len = short_len; in zcrypt_type6_crt_key() 228 crt->nq_prime, short_len) || in zcrypt_type6_crt_key() 229 copy_from_user(key->key_parts + long_len + short_len, in zcrypt_type6_crt_key() 231 copy_from_user(key->key_parts + 2*long_len + short_len, in zcrypt_type6_crt_key() 232 crt->bq_key, short_len) || in zcrypt_type6_crt_key() [all …]
|
D | zcrypt_msgtype50.c | 267 int mod_len, short_len; in ICACRT_msg_to_type50CRT_msg() local 271 short_len = (mod_len + 1) / 2; in ICACRT_msg_to_type50CRT_msg() 287 p = crb1->p + sizeof(crb1->p) - short_len; in ICACRT_msg_to_type50CRT_msg() 288 q = crb1->q + sizeof(crb1->q) - short_len; in ICACRT_msg_to_type50CRT_msg() 289 dp = crb1->dp + sizeof(crb1->dp) - short_len; in ICACRT_msg_to_type50CRT_msg() 290 dq = crb1->dq + sizeof(crb1->dq) - short_len; in ICACRT_msg_to_type50CRT_msg() 291 u = crb1->u + sizeof(crb1->u) - short_len; in ICACRT_msg_to_type50CRT_msg() 301 p = crb2->p + sizeof(crb2->p) - short_len; in ICACRT_msg_to_type50CRT_msg() 302 q = crb2->q + sizeof(crb2->q) - short_len; in ICACRT_msg_to_type50CRT_msg() 303 dp = crb2->dp + sizeof(crb2->dp) - short_len; in ICACRT_msg_to_type50CRT_msg() [all …]
|
/linux-4.19.296/fs/fat/ |
D | dir.c | 549 int short_len; member 567 int short_len = 0, fill_len = 0; in __fat_readdir() local 634 short_len = fat_parse_short(sb, de, bufname, in __fat_readdir() 636 if (short_len == 0) in __fat_readdir() 642 both->short_len = short_len; in __fat_readdir() 649 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir() 650 if (short_len == 0) in __fat_readdir() 654 fill_len = short_len; in __fat_readdir() 735 int short_len = buf->short_len; \ 739 if (short_len >= sizeof(d1->d_name)) \ [all …]
|