Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Dcompat_dh.c31 kdfcopy.otherinfolen = compat_kdfcopy.otherinfolen; in compat_keyctl_dh_compute()
H A Ddh.c158 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()
/openbmc/linux/include/uapi/linux/
H A Dkeyctl.h89 __u32 otherinfolen; member
/openbmc/linux/include/linux/
H A Dcompat.h410 __u32 otherinfolen; member
/openbmc/linux/Documentation/security/keys/
H A Dcore.rst877 otherinfolen. The format of OtherInfo is defined by the caller.