Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/libeic/
DEicPresentation.h127 bool eicPresentationSetAuthToken(
DEicPresentation.c359 bool eicPresentationSetAuthToken( in eicPresentationSetAuthToken() function
/aosp_15_r20/hardware/interfaces/identity/aidl/default/libeic/
H A DEicPresentation.h146 bool eicPresentationSetAuthToken(EicPresentation* ctx, uint64_t challenge, uint64_t secureUserId,
H A DEicPresentation.c395 bool eicPresentationSetAuthToken(EicPresentation* ctx, uint64_t challenge, uint64_t secureUserId, in eicPresentationSetAuthToken() function
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/
DRemoteSecureHardwareProxy.cpp275 return eicPresentationSetAuthToken( in setAuthToken()
/aosp_15_r20/hardware/interfaces/identity/aidl/default/
H A DFakeSecureHardwareProxy.cpp565 return eicPresentationSetAuthToken(&ctx_, challenge, secureUserId, authenticatorId, in setAuthToken()