Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_otpkey.c77 res = rk_oem_otp_key_cipher(key_id, &config, in->dma_fd, out->dma_fd, len); in demo_otpkey()
93 res = rk_oem_otp_key_cipher(key_id, &config, out->dma_fd, out->dma_fd, len); in demo_otpkey()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_otp_key.h14 RK_RES rk_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config,
/OK3568_Linux_fs/external/security/librkcrypto/perf_reports/
H A DRV1106_perf.txt17 E rkcrypto: [rk_oem_otp_key_cipher, 394]: TEEC_InitializeContext failed with code TEEC res= 0xffff0…
18 test rk_oem_otp_key_cipher failed! 0xf0000000
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_otp_key_crypto.c367 rk_res = rk_oem_otp_key_cipher(key_id, &cipher_cfg, plain->dma_fd, in test_otp_key_item_fd()
H A Dtest_throughput.c60 res = rk_oem_otp_key_cipher(key_id, &config, fd->dma_fd, fd->dma_fd, data_len); in test_otp_key_item_tp()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_otp_key.c325 RK_RES rk_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config, in rk_oem_otp_key_cipher() function