Home
last modified time | relevance | path

Searched refs:otherinfolen (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/security/keys/
Dcompat_dh.c35 kdfcopy.otherinfolen = compat_kdfcopy.otherinfolen; in compat_keyctl_dh_compute()
Ddh.c268 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()
/Linux-v4.19/include/uapi/linux/
Dkeyctl.h76 __u32 otherinfolen; member
/Linux-v4.19/include/linux/
Dcompat.h428 __u32 otherinfolen; member
/Linux-v4.19/Documentation/security/keys/
Dcore.rst852 otherinfolen. The format of OtherInfo is defined by the caller.