Searched defs:params (Results 1 – 12 of 12) sorted by relevance
/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 | 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() 520 struct kernel_pkey_params *params, in tpm_key_decrypt() 644 struct kernel_pkey_params *params, in tpm_key_sign() 721 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()
|
D | x509_cert_parser.c | 25 const void *params; /* Key parameters */ member
|
/crypto/ |
D | ecdh_helper.c | 27 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len() 34 const struct ecdh *params) in crypto_ecdh_encode_key() 58 struct ecdh *params) in crypto_ecdh_decode_key()
|
D | dh_helper.c | 40 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key() 68 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key()
|
D | dh.c | 52 static int dh_set_params(struct dh_ctx *ctx, struct dh *params) in dh_set_params() 78 struct dh params; in dh_set_secret() local
|
D | zstd.c | 35 const ZSTD_parameters params = zstd_params(); in zstd_comp_init() local 155 const ZSTD_parameters params = zstd_params(); in __zstd_compress() local
|
D | ecdh.c | 39 struct ecdh params; in ecdh_set_secret() local
|
D | ecrdsa.c | 196 u8 *params; in ecrdsa_set_pub_key() local
|
D | testmgr.h | 145 const unsigned char *params; member
|