Home
last modified time | relevance | path

Searched refs:short_len (Results 1 – 2 of 2) sorted by relevance

/linux/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 …]
/linux/fs/fat/
H A Ddir.c589 int short_len; member
607 int short_len = 0, fill_len = 0; in __fat_readdir() local
674 short_len = fat_parse_short(sb, de, bufname, in __fat_readdir()
676 if (short_len == 0) in __fat_readdir()
682 both->short_len = short_len; in __fat_readdir()
689 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()
690 if (short_len == 0) in __fat_readdir()
694 fill_len = short_len; in __fat_readdir()
775 int short_len = buf->short_len; \
779 if (short_len >= sizeof(d1->d_name)) \
[all …]