Searched refs:kernel_pkey_params (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/keys/
H A Dasymmetric-subtype.h17 struct kernel_pkey_params;
35 int (*query)(const struct kernel_pkey_params *params,
39 int (*eds_op)(struct kernel_pkey_params *params,
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_keys.h16 extern int asymmetric_key_eds_op(struct kernel_pkey_params *params,
H A Dsignature.c42 int query_asymmetric_key(const struct kernel_pkey_params *params,
80 int encrypt_blob(struct kernel_pkey_params *params,
101 int decrypt_blob(struct kernel_pkey_params *params,
122 int create_signature(struct kernel_pkey_params *params,
H A Dasymmetric_type.c570 int asymmetric_key_eds_op(struct kernel_pkey_params *params,
594 static int asymmetric_key_verify_signature(struct kernel_pkey_params *params,
H A Dpublic_key.c160 static int software_key_query(const struct kernel_pkey_params *params,
276 static int software_key_eds_op(struct kernel_pkey_params *params,
/linux-master/include/linux/
H A Dkeyctl.h29 struct kernel_pkey_params { struct
H A Dkey-type.h17 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,
/linux-master/include/crypto/
H A Dpublic_key.h104 extern int query_asymmetric_key(const struct kernel_pkey_params *,
107 extern int encrypt_blob(struct kernel_pkey_params *, const void *, void *);
108 extern int decrypt_blob(struct kernel_pkey_params *, const void *, void *);
109 extern int create_signature(struct kernel_pkey_params *, const void *, void *);
/linux-master/security/keys/
H A Dkeyctl_pkey.c17 static void keyctl_pkey_params_free(struct kernel_pkey_params *params)
38 static int keyctl_pkey_params_parse(struct kernel_pkey_params *params)
80 struct kernel_pkey_params *params)
116 struct kernel_pkey_params *params)
173 struct kernel_pkey_params params;
218 struct kernel_pkey_params params;
293 struct kernel_pkey_params params;

Completed in 201 milliseconds