Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dkeyctl.h93 #define KEYCTL_SUPPORTS_ENCRYPT 0x01 macro
/linux-6.6.21/crypto/asymmetric_keys/
Dpublic_key.c206 info->supported_ops |= KEYCTL_SUPPORTS_ENCRYPT; in software_key_query()
226 info->supported_ops = KEYCTL_SUPPORTS_ENCRYPT; in software_key_query()