Home
last modified time | relevance | path

Searched refs:authData (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DTpm12.h892 TPM_SECRET authData; member
1151 TPM_AUTHDATA authData; member
1176 TPM_AUTHDATA authData; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm12.h1013 TPM_SECRET authData; member
1307 TPM_AUTHDATA authData; member
1338 TPM_AUTHDATA authData; member
/device/generic/goldfish/radio/ril/
Dreference-ril.c2496 if (auth->authData == NULL || strlen(auth->authData) == 0) {
2508 int auth_len = strlen(auth->authData);
2511 auth_len, auth->authData);
Dril.h7172 char *authData; /* the challenge string in Base64 format, see 3GPP member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h7560 char *authData; /* the challenge string in Base64 format, see 3GPP member
Dril_service.cpp437 const ::android::hardware::hidl_string& authData,
2539 const hidl_string& authData, const hidl_string& aid) { in requestIccSimAuthentication() argument
2552 if (!copyHidlStringToRil(&pf.authData, authData, pRI)) { in requestIccSimAuthentication()
2557 memsetAndFreeStrings(1, pf.authData); in requestIccSimAuthentication()
2563 memsetAndFreeStrings(2, pf.authData, pf.aid); in requestIccSimAuthentication()
/device/generic/goldfish/radio/libril/
Dril_service.cpp429 const ::android::hardware::hidl_string& authData,
2414 const hidl_string& authData, const hidl_string& aid) { in requestIccSimAuthentication() argument
2427 if (!copyHidlStringToRil(&pf.authData, authData, pRI)) { in requestIccSimAuthentication()
2432 memsetAndFreeStrings(1, pf.authData); in requestIccSimAuthentication()
2438 memsetAndFreeStrings(2, pf.authData, pf.aid); in requestIccSimAuthentication()