Home
last modified time | relevance | path

Searched refs:KEYCTL_KDF_MAX_OUTPUT_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/keys/
H A Ddh.c157 if (buflen > KEYCTL_KDF_MAX_OUTPUT_LEN || in __keyctl_dh_compute()
H A Dinternal.h295 #define KEYCTL_KDF_MAX_OUTPUT_LEN 1024 /* max length of KDF output */ macro