Home
last modified time | relevance | path

Searched defs:params (Results 1 – 11 of 11) sorted by relevance

/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()
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()
Dx509_cert_parser.c24 const void *params; /* Key parameters */ member
/crypto/
Decdh_helper.c27 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()
Ddh_helper.c40 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()
Dzstd.c35 const zstd_parameters params = zstd_params(); in zstd_comp_init() local
155 const zstd_parameters params = zstd_params(); in __zstd_compress() local
Ddh.c55 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
462 struct dh params = {}; in dh_safe_prime_set_secret() local
Decdh.c30 struct ecdh params; in ecdh_set_secret() local
Decrdsa.c197 u8 *params; in ecrdsa_set_pub_key() local
Dtestmgr.h153 const unsigned char *params; member