Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.h36 int cryptodev_cipher_init(struct cipher_data *out, const char *alg_name,
H A Dcryptlib.c140 int cryptodev_cipher_init(struct cipher_data *out, const char *alg_name, in cryptodev_cipher_init() function
H A Dioctl.c274 ret = cryptodev_cipher_init(&ses_new->cdata, alg_name, keys.ckey, in crypto_create_session()