Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_skcipher_utils.h25 int rk_cipher_fallback(struct skcipher_request *req, struct rk_cipher_ctx *ctx, bool encrypt);
H A Drk_crypto_v2_skcipher.c259 return rk_cipher_fallback(req, ctx, encrypt); in rk_cipher_crypt()
263 return rk_cipher_fallback(req, ctx, encrypt); in rk_cipher_crypt()
H A Drk_crypto_v3_skcipher.c258 return rk_cipher_fallback(req, ctx, encrypt); in rk_cipher_crypt()
262 return rk_cipher_fallback(req, ctx, encrypt); in rk_cipher_crypt()
H A Drk_crypto_skcipher_utils.c48 int rk_cipher_fallback(struct skcipher_request *req, struct rk_cipher_ctx *ctx, bool encrypt) in rk_cipher_fallback() function