Searched defs:params (Results 1 – 11 of 11) sorted by relevance
| /crypto/ |
| A 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() 57 struct ecdh *params) in crypto_ecdh_decode_key()
|
| A D | dh_helper.c | 40 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key() 66 int __crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in __crypto_dh_decode_key() 94 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key()
|
| A D | zstd.c | 27 zstd_parameters params; member 35 zstd_parameters params; in zstd_alloc_stream() local
|
| A D | dh.c | 55 static int dh_set_params(struct dh_ctx *ctx, struct dh *params) in dh_set_params() 75 struct dh params; in dh_set_secret() local 463 struct dh params = {}; in dh_safe_prime_set_secret() local
|
| A D | ecdh.c | 30 struct ecdh params; in ecdh_set_secret() local
|
| A D | ecrdsa.c | 189 u8 *params; in ecrdsa_set_pub_key() local
|
| A D | testmgr.h | 161 const unsigned char *params; member
|
| /crypto/asymmetric_keys/ |
| A D | public_key.c | 163 static int software_key_query(const struct kernel_pkey_params *params, in software_key_query() 267 static int software_key_eds_op(struct kernel_pkey_params *params, in software_key_eds_op()
|
| A D | signature.c | 42 int query_asymmetric_key(const struct kernel_pkey_params *params, in query_asymmetric_key()
|
| A D | asymmetric_type.c | 561 int asymmetric_key_eds_op(struct kernel_pkey_params *params, in asymmetric_key_eds_op() 585 static int asymmetric_key_verify_signature(struct kernel_pkey_params *params, in asymmetric_key_verify_signature()
|
| A D | x509_cert_parser.c | 24 const void *params; /* Key parameters */ member
|
Completed in 763 milliseconds