Searched refs:otherinfolen (Results 1 – 5 of 5) sorted by relevance
31 kdfcopy.otherinfolen = compat_kdfcopy.otherinfolen; in compat_keyctl_dh_compute()
158 kdfcopy->otherinfolen > KEYCTL_KDF_MAX_OI_LEN) { in __keyctl_dh_compute()236 outbuf = kzalloc(kdfcopy ? (outlen + kdfcopy->otherinfolen) : outlen, in __keyctl_dh_compute()272 kdfcopy->otherinfolen) != 0) { in __keyctl_dh_compute()278 req->dst_len + kdfcopy->otherinfolen); in __keyctl_dh_compute()
89 __u32 otherinfolen; member
410 __u32 otherinfolen; member
877 otherinfolen. The format of OtherInfo is defined by the caller.