Lines Matching defs:void
45 void crypto_mod_init(void)
79 int crypto_mod_verify_signature(void *data_ptr, unsigned int data_len,
80 void *sig_ptr, unsigned int sig_len,
81 void *sig_alg_ptr, unsigned int sig_alg_len,
82 void *pk_ptr, unsigned int pk_len)
107 int crypto_mod_verify_hash(void *data_ptr, unsigned int data_len,
108 void *digest_info_ptr, unsigned int digest_info_len)
132 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
145 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len,
146 void **hashed_pk_ptr, unsigned int *hashed_pk_len)
170 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
171 size_t len, const void *key, unsigned int key_len,
172 unsigned int key_flags, const void *iv,
173 unsigned int iv_len, const void *tag,