Home
last modified time | relevance | path

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

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