Home
last modified time | relevance | path

Searched refs:rk_cipher_init (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_cipher.c68 res = rk_cipher_init(&config, &handle); in demo_cipher()
94 res = rk_cipher_init(&config, &handle); in demo_cipher()
150 res = rk_cipher_init(&config, &handle); in demo_cipher_virt()
176 res = rk_cipher_init(&config, &handle); in demo_cipher_virt()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_multi.c72 res = rk_cipher_init(&cipher_cfg, &hdl_cipher1); in test_nosupport_multi()
78 res = rk_cipher_init(&cipher_cfg, &hdl_cipher2); in test_nosupport_multi()
102 res = rk_cipher_init(&cipher_cfg, &hdl_cipher2); in test_nosupport_multi()
H A Dtest_cipher.c152 res = rk_cipher_init(&cipher_cfg, &cipher_hdl); in test_cipher_item_virt()
304 res = rk_cipher_init(&cipher_cfg, &cipher_hdl); in test_cipher_item_fd()
H A Dtest_throughput.c254 res = rk_cipher_init(&config, &handle); in test_cipher_item_tp()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_core.h13 RK_RES rk_cipher_init(const rk_cipher_config *config, rk_handle *handle);
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c456 RK_RES rk_cipher_init(const rk_cipher_config *config, rk_handle *handle) in rk_cipher_init() function