Home
last modified time | relevance | path

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

/linux/include/crypto/
A Dpublic_key.h74 extern int query_asymmetric_key(const struct kernel_pkey_params *,
77 extern int encrypt_blob(struct kernel_pkey_params *, const void *, void *);
78 extern int decrypt_blob(struct kernel_pkey_params *, const void *, void *);
79 extern int create_signature(struct kernel_pkey_params *, const void *, void *);
/linux/security/keys/
A 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()
165 struct kernel_pkey_params params; in keyctl_pkey_query()
210 struct kernel_pkey_params params; in keyctl_pkey_e_d_s()
285 struct kernel_pkey_params params; in keyctl_pkey_verify()
/linux/crypto/asymmetric_keys/
A 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()
A Dasymmetric_keys.h16 extern int asymmetric_key_eds_op(struct kernel_pkey_params *params,
A Dasym_tpm.c392 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()
A Dpublic_key.c107 static int software_key_query(const struct kernel_pkey_params *params, in software_key_query()
168 static int software_key_eds_op(struct kernel_pkey_params *params, in software_key_eds_op()
A Dasymmetric_type.c540 int asymmetric_key_eds_op(struct kernel_pkey_params *params, in asymmetric_key_eds_op()
564 static int asymmetric_key_verify_signature(struct kernel_pkey_params *params, in asymmetric_key_verify_signature()
/linux/include/keys/
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/include/linux/
A 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,
A Dkeyctl.h29 struct kernel_pkey_params { struct
/linux/Documentation/crypto/
A Dasymmetric-keys.rst184 int (*query)(const struct kernel_pkey_params *params,
186 int (*eds_op)(struct kernel_pkey_params *params,
/linux/Documentation/security/keys/
A 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,

Completed in 21 milliseconds