/kernel/linux/linux-5.10/include/crypto/ |
H A D | public_key.h | 75 extern int query_asymmetric_key(const struct kernel_pkey_params *, 78 extern int encrypt_blob(struct kernel_pkey_params *, const void *, void *); 79 extern int decrypt_blob(struct kernel_pkey_params *, const void *, void *); 80 extern int create_signature(struct kernel_pkey_params *, const void *, void *);
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | keyctl_pkey.c | 17 static void keyctl_pkey_params_free(struct kernel_pkey_params *params) in keyctl_pkey_params_free() 38 static int keyctl_pkey_params_parse(struct kernel_pkey_params *params) in keyctl_pkey_params_parse() 80 struct kernel_pkey_params *params) in keyctl_pkey_params_get() 116 struct kernel_pkey_params *params) in keyctl_pkey_params_get_2() 173 struct kernel_pkey_params params; in keyctl_pkey_query() 220 struct kernel_pkey_params params; in keyctl_pkey_e_d_s() 295 struct kernel_pkey_params params; in keyctl_pkey_verify()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyctl_pkey.c | 17 static void keyctl_pkey_params_free(struct kernel_pkey_params *params) in keyctl_pkey_params_free() 38 static int keyctl_pkey_params_parse(struct kernel_pkey_params *params) in keyctl_pkey_params_parse() 80 struct kernel_pkey_params *params) in keyctl_pkey_params_get() 116 struct kernel_pkey_params *params) in keyctl_pkey_params_get_2() 173 struct kernel_pkey_params params; in keyctl_pkey_query() 218 struct kernel_pkey_params params; in keyctl_pkey_e_d_s() 293 struct kernel_pkey_params params; in keyctl_pkey_verify()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | public_key.h | 103 extern int query_asymmetric_key(const struct kernel_pkey_params *, 106 extern int encrypt_blob(struct kernel_pkey_params *, const void *, void *); 107 extern int decrypt_blob(struct kernel_pkey_params *, const void *, void *); 108 extern int create_signature(struct kernel_pkey_params *, const void *, void *);
|
/kernel/linux/linux-5.10/include/keys/ |
H A D | asymmetric-subtype.h | 17 struct kernel_pkey_params; 35 int (*query)(const struct kernel_pkey_params *params, 39 int (*eds_op)(struct kernel_pkey_params *params,
|
/kernel/linux/linux-6.6/include/keys/ |
H A D | asymmetric-subtype.h | 17 struct kernel_pkey_params; 35 int (*query)(const struct kernel_pkey_params *params, 39 int (*eds_op)(struct kernel_pkey_params *params,
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | signature.c | 42 int query_asymmetric_key(const struct kernel_pkey_params *params, in query_asymmetric_key() 80 int encrypt_blob(struct kernel_pkey_params *params, in encrypt_blob() 101 int decrypt_blob(struct kernel_pkey_params *params, in decrypt_blob() 122 int create_signature(struct kernel_pkey_params *params, in create_signature()
|
H A D | asym_tpm.c | 392 static int tpm_key_query(const struct kernel_pkey_params *params, in tpm_key_query() 444 struct kernel_pkey_params *params, in tpm_key_encrypt() 504 struct kernel_pkey_params *params, in tpm_key_decrypt() 628 struct kernel_pkey_params *params, in tpm_key_sign() 704 static int tpm_key_eds_op(struct kernel_pkey_params *params, in tpm_key_eds_op()
|
H A D | asymmetric_type.c | 538 int asymmetric_key_eds_op(struct kernel_pkey_params *params, in asymmetric_key_eds_op() 562 static int asymmetric_key_verify_signature(struct kernel_pkey_params *params, in asymmetric_key_verify_signature()
|
H A D | public_key.c | 151 static int software_key_query(const struct kernel_pkey_params *params, in software_key_query() 211 static int software_key_eds_op(struct kernel_pkey_params *params, in software_key_eds_op()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | key-type.h | 17 struct kernel_pkey_params; 152 int (*asym_query)(const struct kernel_pkey_params *params, 154 int (*asym_eds_op)(struct kernel_pkey_params *params, 156 int (*asym_verify_signature)(struct kernel_pkey_params *params,
|
H A D | keyctl.h | 29 struct kernel_pkey_params { struct
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | key-type.h | 17 struct kernel_pkey_params; 153 int (*asym_query)(const struct kernel_pkey_params *params, 155 int (*asym_eds_op)(struct kernel_pkey_params *params, 157 int (*asym_verify_signature)(struct kernel_pkey_params *params,
|
H A D | keyctl.h | 29 struct kernel_pkey_params { struct
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | signature.c | 42 int query_asymmetric_key(const struct kernel_pkey_params *params, in query_asymmetric_key() 80 int encrypt_blob(struct kernel_pkey_params *params, in encrypt_blob() 101 int decrypt_blob(struct kernel_pkey_params *params, in decrypt_blob() 122 int create_signature(struct kernel_pkey_params *params, in create_signature()
|
H A D | asymmetric_type.c | 570 int asymmetric_key_eds_op(struct kernel_pkey_params *params, in asymmetric_key_eds_op() 594 static int asymmetric_key_verify_signature(struct kernel_pkey_params *params, in asymmetric_key_verify_signature()
|
H A D | public_key.c | 157 static int software_key_query(const struct kernel_pkey_params *params, in software_key_query() 273 static int software_key_eds_op(struct kernel_pkey_params *params, in software_key_eds_op()
|