Searched defs:keyctl_pkey_query (Results 1 – 4 of 4) sorted by relevance
92 struct keyctl_pkey_query { struct93 __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];
98 struct keyctl_pkey_query { struct99 __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];
161 long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function
323 static inline long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function