Searched refs:rk_write_oem_otp_key (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_otp_key_crypto.c | 126 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY0, in test_write_otp_key() 130 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY1, in test_write_otp_key() 134 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY2, in test_write_otp_key() 138 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY3, in test_write_otp_key()
|
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_otpkey.c | 43 if (rk_write_oem_otp_key(RK_OEM_OTP_KEY0, otp_key_0, sizeof(otp_key_0))) in demo_otpkey() 126 if (rk_write_oem_otp_key(RK_OEM_OTP_KEY0, otp_key_0, sizeof(otp_key_0))) in demo_otpkey_virt()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_otp_key.h | 9 RK_RES rk_write_oem_otp_key(enum RK_OEM_OTP_KEYID key_id, uint8_t *key, uint32_t key_len);
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_otp_key.c | 63 RK_RES rk_write_oem_otp_key(enum RK_OEM_OTP_KEYID key_id, uint8_t *key, in rk_write_oem_otp_key() function
|