Home
last modified time | relevance | path

Searched refs:kernel_pkey_params (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/include/crypto/
Dpublic_key.h103 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 *);
/Linux-v6.6/include/keys/
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-v6.6/security/keys/
Dkeyctl_pkey.c17 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()
/Linux-v6.6/crypto/asymmetric_keys/
Dsignature.c42 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()
Dasymmetric_keys.h16 extern int asymmetric_key_eds_op(struct kernel_pkey_params *params,
Dpublic_key.c157 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()
Dasymmetric_type.c570 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()
/Linux-v6.6/include/linux/
Dkey-type.h17 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,
Dkeyctl.h29 struct kernel_pkey_params { struct
/Linux-v6.6/Documentation/crypto/
Dasymmetric-keys.rst184 int (*query)(const struct kernel_pkey_params *params,
186 int (*eds_op)(struct kernel_pkey_params *params,
/Linux-v6.6/Documentation/security/keys/
Dcore.rst1681 int (*asym_eds_op)(struct kernel_pkey_params *params,
1683 int (*asym_verify_signature)(struct kernel_pkey_params *params,
1692 struct kernel_pkey_params {
1751 int (*asym_query)(const struct kernel_pkey_params *params,