Searched refs:Tn (Results 1 – 3 of 3) sorted by relevance
| /linux/crypto/krb5/ |
| H A D | krb5_kdf.c | 39 struct krb5_buffer T_series, Tn, n_S; in crypto_krb5_calc_PRFplus() local 43 Tn.len = krb5->prf_len; in crypto_krb5_calc_PRFplus() 47 buffer = kzalloc(round16(L + Tn.len) + round16(n_S.len), gfp); in crypto_krb5_calc_PRFplus() 52 n_S.data = buffer + round16(L + Tn.len); in crypto_krb5_calc_PRFplus() 57 Tn.data = T_series.data + Tn.len * (n - 1); in crypto_krb5_calc_PRFplus() 58 ret = krb5->profile->calc_PRF(krb5, K, &n_S, &Tn, gfp); in crypto_krb5_calc_PRFplus() 61 T_series.len += Tn.len; in crypto_krb5_calc_PRFplus()
|
| /linux/Documentation/filesystems/ |
| H A D | directory-locking.rst | 174 In other words, we have a cycle of threads, T1,..., Tn, 183 Tn is blocked on Dn which is held by T1.
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 543 tenths of seconds later, keystroke pairs are generated every Tn tenths of
|