Home
last modified time | relevance | path

Searched refs:TeeGetNativeCert (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtee_get_native_cert.h18 int TeeGetNativeCert(int caPid, unsigned int caUid, uint32_t *len, uint8_t *buffer);
H A Dtee_get_native_cert.c117 int TeeGetNativeCert(int caPid, unsigned int caUid, uint32_t *len, uint8_t *buffer) in TeeGetNativeCert() function
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_auth.c32 ret = TeeGetNativeCert(cr->pid, cr->uid, &bufLen, buf); in GetLoginInfo()
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c680 rc = TeeGetNativeCert(caInfo->pid, caInfo->uid, &bufLen, buf); in SetLoginInfo()