Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
H A DphNxpEse_Api.cpp1235 uint8_t* temp_timer_buffer = NULL; in phNxpEse_GetEseStatus() local
1245 timer_buffer->p_data = temp_timer_buffer; in phNxpEse_GetEseStatus()
1258 *temp_timer_buffer++ = PH_PROPTO_7816_SFRAME_TIMER1; in phNxpEse_GetEseStatus()
1260 temp_timer_buffer = phNxpEse_GgetTimerTlvBuffer( in phNxpEse_GetEseStatus()
1261 temp_timer_buffer, secureTimerParams.secureTimer1); in phNxpEse_GetEseStatus()
1262 if (temp_timer_buffer != NULL) { in phNxpEse_GetEseStatus()
1263 *temp_timer_buffer++ = PH_PROPTO_7816_SFRAME_TIMER2; in phNxpEse_GetEseStatus()
1265 temp_timer_buffer = phNxpEse_GgetTimerTlvBuffer( in phNxpEse_GetEseStatus()
1267 if (temp_timer_buffer != NULL) { in phNxpEse_GetEseStatus()
1270 temp_timer_buffer = phNxpEse_GgetTimerTlvBuffer( in phNxpEse_GetEseStatus()
[all …]
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
H A DphNxpEse_Api.cpp1844 uint8_t* temp_timer_buffer = NULL; in phNxpEse_GetEseStatus() local
1857 timer_buffer->p_data = temp_timer_buffer; in phNxpEse_GetEseStatus()
1869 *temp_timer_buffer++ = PH_PROPTO_7816_SFRAME_TIMER1; in phNxpEse_GetEseStatus()
1871 temp_timer_buffer = phNxpEse_GgetTimerTlvBuffer( in phNxpEse_GetEseStatus()
1872 temp_timer_buffer, secureTimerParams.secureTimer1); in phNxpEse_GetEseStatus()
1873 if (temp_timer_buffer != NULL) { in phNxpEse_GetEseStatus()
1874 *temp_timer_buffer++ = PH_PROPTO_7816_SFRAME_TIMER2; in phNxpEse_GetEseStatus()
1876 temp_timer_buffer = phNxpEse_GgetTimerTlvBuffer( in phNxpEse_GetEseStatus()
1878 if (temp_timer_buffer != NULL) { in phNxpEse_GetEseStatus()
1881 temp_timer_buffer = phNxpEse_GgetTimerTlvBuffer( in phNxpEse_GetEseStatus()
[all …]