Home
last modified time | relevance | path

Searched refs:rk_cipher_crypt (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_cipher.c74 res = rk_cipher_crypt(handle, in->dma_fd, out->dma_fd, data_len); in demo_cipher()
100 res = rk_cipher_crypt(handle, out->dma_fd, out->dma_fd, data_len); in demo_cipher()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_core.h14 RK_RES rk_cipher_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len);
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_skcipher.c229 static int rk_cipher_crypt(struct skcipher_request *req, bool encrypt) in rk_cipher_crypt() function
297 return rk_cipher_crypt(req, true); in rk_cipher_encrypt()
302 return rk_cipher_crypt(req, false); in rk_cipher_decrypt()
H A Drk_crypto_v3_skcipher.c228 static int rk_cipher_crypt(struct skcipher_request *req, bool encrypt) in rk_cipher_crypt() function
296 return rk_cipher_crypt(req, true); in rk_cipher_encrypt()
301 return rk_cipher_crypt(req, false); in rk_cipher_decrypt()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_cipher.c324 res = rk_cipher_crypt(cipher_hdl, plain->dma_fd, in test_cipher_item_fd()
H A Dtest_throughput.c273 res = rk_cipher_crypt(handle, in test_cipher_item_tp()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c482 RK_RES rk_cipher_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len) in rk_cipher_crypt() function