Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dkeyctl.h126 #define KEYCTL_CAPS0_DIFFIE_HELLMAN 0x04 /* Diffie-Hellman computation enabled */ macro
/openbmc/linux/security/keys/
H A Dkeyctl.c32 (IS_ENABLED(CONFIG_KEY_DH_OPERATIONS) ? KEYCTL_CAPS0_DIFFIE_HELLMAN : 0) |