Searched refs:rk_cipher_init (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_cipher.c | 68 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 D | test_multi.c | 72 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 D | test_cipher.c | 152 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 D | test_throughput.c | 254 res = rk_cipher_init(&config, &handle); in test_cipher_item_tp()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_core.h | 13 RK_RES rk_cipher_init(const rk_cipher_config *config, rk_handle *handle);
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 456 RK_RES rk_cipher_init(const rk_cipher_config *config, rk_handle *handle) in rk_cipher_init() function
|