Searched refs:rk_cipher_crypt (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_cipher.c | 74 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 D | rkcrypto_core.h | 14 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 D | rk_crypto_v2_skcipher.c | 229 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 D | rk_crypto_v3_skcipher.c | 228 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 D | test_cipher.c | 324 res = rk_cipher_crypt(cipher_hdl, plain->dma_fd, in test_cipher_item_fd()
|
| H A D | test_throughput.c | 273 res = rk_cipher_crypt(handle, in test_cipher_item_tp()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 482 RK_RES rk_cipher_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len) in rk_cipher_crypt() function
|