Home
last modified time | relevance | path

Searched refs:new_strstr (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dwrite_keybox.c270 widevine_data = (uint8_t *)new_strstr((char *)received_data, in write_keybox_to_secure_storage()
272 attestation_data = (uint8_t *)new_strstr((char *)received_data, in write_keybox_to_secure_storage()
274 id_attestation_data = (uint8_t *)new_strstr((char *)received_data, in write_keybox_to_secure_storage()
276 playready_sl30_data = (uint8_t *)new_strstr((char *)received_data, in write_keybox_to_secure_storage()
386 char *new_strstr(const char *s1, const char *s2, uint32_t l1) in new_strstr() function
/rk3399_rockchip-uboot/include/
H A Dwrite_keybox.h50 char *new_strstr(const char *s1, const char *s2, uint32_t l1);