Searched refs:cryptodev_hash_final (Results 1 – 5 of 5) sorted by relevance
99 int cryptodev_hash_final(struct hash_data *hdata, void *output);
468 ret = cryptodev_hash_final(&ses_ptr->hdata, hash_output); in tls_auth_n_crypt()539 ret = cryptodev_hash_final(&ses_ptr->hdata, hash_output); in tls_auth_n_crypt()590 ret = cryptodev_hash_final(&ses_ptr->hdata, hash_output); in srtp_auth_n_crypt()617 ret = cryptodev_hash_final(&ses_ptr->hdata, hash_output); in srtp_auth_n_crypt()
255 ret = cryptodev_hash_final(&ses_ptr->hdata, kcop->hash_output); in crypto_run()
433 int cryptodev_hash_final(struct hash_data *hdata, void *output) in cryptodev_hash_final() function
449 ret = cryptodev_hash_final(&ses_ptr->hdata, kcop->hash_output); in crypto_fd_run()