Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkeyctl.h95 struct keyctl_pkey_query { struct
96 __u32 supported_ops; /* Which ops are supported */
97 __u32 key_size; /* Size of the key in bits */
98 __u16 max_data_size; /* Maximum size of raw data to sign in bytes */
99 __u16 max_sig_size; /* Maximum size of signature in bytes */
100 __u16 max_enc_size; /* Maximum size of encrypted blob in bytes */
101 __u16 max_dec_size; /* Maximum size of decrypted blob in bytes */
102 __u32 __spare[10];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkeyctl.h95 struct keyctl_pkey_query { struct
96 __u32 supported_ops; /* Which ops are supported */
97 __u32 key_size; /* Size of the key in bits */
98 __u16 max_data_size; /* Maximum size of raw data to sign in bytes */
99 __u16 max_sig_size; /* Maximum size of signature in bytes */
100 __u16 max_enc_size; /* Maximum size of encrypted blob in bytes */
101 __u16 max_dec_size; /* Maximum size of decrypted blob in bytes */
102 __u32 __spare[10];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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];
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyctl_pkey.c169 long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function
H A Dinternal.h323 static inline long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function