Searched defs:keyctl_pkey_query (Results 1 – 3 of 3) sorted by relevance
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];
169 long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function
330 static inline long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function