Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkeyctl.h92 struct keyctl_pkey_query { struct
93 __u32 supported_ops;
94 __u32 key_size;
95 __u16 max_data_size;
96 __u16 max_sig_size;
97 __u16 max_enc_size;
98 __u16 max_dec_size;
99 __u32 __spare[10];
/kernel/linux/linux-5.10/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];
/kernel/linux/linux-5.10/security/keys/
Dkeyctl_pkey.c161 long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function
Dinternal.h323 static inline long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function