Home
last modified time | relevance | path

Searched refs:cryptodev_hash_final (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.h99 int cryptodev_hash_final(struct hash_data *hdata, void *output);
H A Dauthenc.c468 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()
H A Dmain.c255 ret = cryptodev_hash_final(&ses_ptr->hdata, kcop->hash_output); in crypto_run()
H A Dcryptlib.c433 int cryptodev_hash_final(struct hash_data *hdata, void *output) in cryptodev_hash_final() function
H A Drk_cryptodev.c449 ret = cryptodev_hash_final(&ses_ptr->hdata, kcop->hash_output); in crypto_fd_run()