Searched refs:otherinfolen (Results 1 – 5 of 5) sorted by relevance
35 kdfcopy.otherinfolen = compat_kdfcopy.otherinfolen; in compat_keyctl_dh_compute()
268 kdfcopy->otherinfolen > KEYCTL_KDF_MAX_OI_LEN) { in __keyctl_dh_compute()346 outbuf = kzalloc(kdfcopy ? (outlen + kdfcopy->otherinfolen) : outlen, in __keyctl_dh_compute()386 kdfcopy->otherinfolen) != 0) { in __keyctl_dh_compute()392 req->dst_len + kdfcopy->otherinfolen, in __keyctl_dh_compute()
76 __u32 otherinfolen; member
428 __u32 otherinfolen; member
852 otherinfolen. The format of OtherInfo is defined by the caller.