Searched refs:kernel_pkey_params (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/include/crypto/ |
| D | public_key.h | 72 extern int query_asymmetric_key(const struct kernel_pkey_params *, 75 extern int encrypt_blob(struct kernel_pkey_params *, const void *, void *); 76 extern int decrypt_blob(struct kernel_pkey_params *, const void *, void *); 77 extern int create_signature(struct kernel_pkey_params *, const void *, void *);
|
| /Linux-v5.4/security/keys/ |
| 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() 165 struct kernel_pkey_params params; in keyctl_pkey_query() 212 struct kernel_pkey_params params; in keyctl_pkey_e_d_s() 287 struct kernel_pkey_params params; in keyctl_pkey_verify()
|
| /Linux-v5.4/include/keys/ |
| 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,
|
| /Linux-v5.4/crypto/asymmetric_keys/ |
| 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()
|
| D | asymmetric_keys.h | 16 extern int asymmetric_key_eds_op(struct kernel_pkey_params *params,
|
| D | asym_tpm.c | 408 static int tpm_key_query(const struct kernel_pkey_params *params, in tpm_key_query() 460 struct kernel_pkey_params *params, in tpm_key_encrypt() 519 struct kernel_pkey_params *params, in tpm_key_decrypt() 643 struct kernel_pkey_params *params, in tpm_key_sign() 720 static int tpm_key_eds_op(struct kernel_pkey_params *params, in tpm_key_eds_op()
|
| D | public_key.c | 103 static int software_key_query(const struct kernel_pkey_params *params, in software_key_query() 163 static int software_key_eds_op(struct kernel_pkey_params *params, in software_key_eds_op()
|
| 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()
|
| /Linux-v5.4/include/linux/ |
| D | key-type.h | 17 struct kernel_pkey_params; 151 int (*asym_query)(const struct kernel_pkey_params *params, 153 int (*asym_eds_op)(struct kernel_pkey_params *params, 155 int (*asym_verify_signature)(struct kernel_pkey_params *params,
|
| D | keyctl.h | 29 struct kernel_pkey_params { struct
|
| /Linux-v5.4/Documentation/crypto/ |
| D | asymmetric-keys.txt | 186 int (*query)(const struct kernel_pkey_params *params, 188 int (*eds_op)(struct kernel_pkey_params *params,
|
| /Linux-v5.4/Documentation/security/keys/ |
| D | core.rst | 1620 int (*asym_eds_op)(struct kernel_pkey_params *params, 1622 int (*asym_verify_signature)(struct kernel_pkey_params *params, 1631 struct kernel_pkey_params { 1690 int (*asym_query)(const struct kernel_pkey_params *params,
|