Home
last modified time | relevance | path

Searched refs:cryptodev_hash_init (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.h104 int cryptodev_hash_init(struct hash_data *hdata, const char *alg_name,
H A Dcryptlib.c352 int cryptodev_hash_init(struct hash_data *hdata, const char *alg_name, in cryptodev_hash_init() function
H A Dioctl.c296 ret = cryptodev_hash_init(&ses_new->hdata, hash_name, hmac_mode, in crypto_create_session()