Home
last modified time | relevance | path

Searched refs:rk_crypto_init (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_hash.c50 res = rk_crypto_init(); in demo_hash()
110 res = rk_crypto_init(); in demo_hash_virt()
173 res = rk_crypto_init(); in demo_hmac()
235 res = rk_crypto_init(); in demo_hmac_virt()
H A Ddemo_rsa.c135 res = rk_crypto_init(); in demo_rsa_pub_enc()
211 res = rk_crypto_init(); in demo_rsa_priv_enc()
286 res = rk_crypto_init(); in demo_rsa_sign_data()
344 res = rk_crypto_init(); in demo_rsa_sign_digest()
H A Ddemo_cipher.c39 res = rk_crypto_init(); in demo_cipher()
135 res = rk_crypto_init(); in demo_cipher_virt()
H A Ddemo_ae.c76 res = rk_crypto_init(); in demo_ae()
203 res = rk_crypto_init(); in demo_ae_virt()
H A Ddemo_otpkey.c49 res = rk_crypto_init(); in demo_otpkey()
/OK3568_Linux_fs/external/security/librkcrypto/perf_reports/
H A DRV1106_perf.txt16 I rkcrypto: [rk_crypto_init, 397]: rkcrypto api version 1.2.0
22 I rkcrypto: [rk_crypto_init, 397]: rkcrypto api version 1.2.0
75 I rkcrypto: [rk_crypto_init, 397]: rkcrypto api version 1.2.0
86 I rkcrypto: [rk_crypto_init, 397]: rkcrypto api version 1.2.0
123 I rkcrypto: [rk_crypto_init, 397]: rkcrypto api version 1.2.0
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_multi.c66 res = rk_crypto_init(); in test_nosupport_multi()
145 res = rk_crypto_init(); in test_multi()
H A Dtest_crypto_mem.c19 if (rk_crypto_init()) { in test_crypto_mem()
H A Dtest_hash.c229 res = rk_crypto_init(); in test_hash()
272 res = rk_crypto_init(); in test_hmac()
H A Dtest_throughput.c166 if (rk_crypto_init()) { in test_otp_key_fd_tp()
379 if (rk_crypto_init()) { in test_cipher_tp()
683 if (rk_crypto_init()) { in test_ae_tp()
933 if (rk_crypto_init()) { in test_hash_tp()
1123 if (rk_crypto_init()) { in test_rsa_tp()
H A Dtest_cipher.c379 res = rk_crypto_init(); in test_cipher()
H A Dtest_otp_key_crypto.c426 res = rk_crypto_init(); in test_otp_key_fd()
H A Dtest_ae.c478 res = rk_crypto_init(); in test_ae()
H A Dtest_rsa.c959 res = rk_crypto_init(); in test_rsa()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_core.h11 RK_RES rk_crypto_init(void);
/OK3568_Linux_fs/external/security/librkcrypto/
H A DREADME.md24 RKCRYPTO I[rk_crypto_init, 262]: rkcrypto api version 1.2.0
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c395 RK_RES rk_crypto_init(void) in rk_crypto_init() function