OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LSCSTATUS_SUCCESS
(Results
1 - 4
of
4
) sorted by null
/hardware/nxp/secure_element/ls_client/inc/
LsClient.h
25
LSCSTATUS_SUCCESS
= (0x0000),
/hardware/nxp/secure_element/ls_client/src/
LsLib.cpp
65
if ((status !=
LSCSTATUS_SUCCESS
) && (gsLsExecuteResp[2] == 0x90) &&
118
if (
LSCSTATUS_SUCCESS
!= status) {
174
status =
LSCSTATUS_SUCCESS
;
241
if (status !=
LSCSTATUS_SUCCESS
) {
246
if (status ==
LSCSTATUS_SUCCESS
) {
267
if (wStatus == 2) status =
LSCSTATUS_SUCCESS
;
330
status =
LSCSTATUS_SUCCESS
;
400
if (status !=
LSCSTATUS_SUCCESS
) {
409
if (status !=
LSCSTATUS_SUCCESS
) {
416
if (status !=
LSCSTATUS_SUCCESS
) {
[
all
...]
LsClient.cpp
75
status =
LSCSTATUS_SUCCESS
;
145
if (status ==
LSCSTATUS_SUCCESS
) {
/hardware/nxp/secure_element/1.0/
SecureElement.cpp
70
if (lsStatus !=
LSCSTATUS_SUCCESS
) {
Completed in 64 milliseconds