Searched refs:short_len (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_cca_key.h | 174 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/net/bluetooth/ |
| H A D | eir.c | 18 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()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | ti-sn65dsi86.c | 543 unsigned int short_len; in ti_sn_aux_transfer() local 617 ret = regmap_read(pdata->regmap, SN_AUX_LENGTH_REG, &short_len); in ti_sn_aux_transfer() 618 len = min(len, short_len); in ti_sn_aux_transfer()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 154 unsigned char short_len : 3; member 595 d->ctrl.short_len = len; in artpec6_crypto_setup_out_descr_short()
|