Home
last modified time | relevance | path

Searched refs:rk_cipher_setkey (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_skcipher_utils.h27 int rk_cipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen);
H A Drk_crypto_core.h340 .setkey = rk_cipher_setkey,\
368 .setkey = rk_cipher_setkey,\
H A Drk_crypto_v1_skcipher.c95 static int rk_cipher_setkey(struct crypto_skcipher *cipher, in rk_cipher_setkey() function
H A Drk_crypto_skcipher_utils.c206 int rk_cipher_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) in rk_cipher_setkey() function