Home
last modified time | relevance | path

Searched defs:keyctl_pkey_query (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dkeyctl.h98 struct keyctl_pkey_query { struct
99 __u32 supported_ops; /* Which ops are supported */
100 __u32 key_size; /* Size of the key in bits */
101 __u16 max_data_size; /* Maximum size of raw data to sign in bytes */
102 __u16 max_sig_size; /* Maximum size of signature in bytes */
103 __u16 max_enc_size; /* Maximum size of encrypted blob in bytes */
104 __u16 max_dec_size; /* Maximum size of decrypted blob in bytes */
105 __u32 __spare[10];
/linux-6.1.9/security/keys/
Dkeyctl_pkey.c169 long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function
Dinternal.h321 static inline long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function