Searched refs:keyBuf (Results 1 – 2 of 2) sorted by relevance
30 typedef AppSecErr (*AppSecGetAesKeyCbk)(uint64_t keyIdx, void *keyBuf); // return APP_SEC_KEY_NOT_F…
207 static AppSecErr osSecretKeyLookup(uint64_t keyId, void *keyBuf) in osSecretKeyLookup() argument219 if (keyBuf) in osSecretKeyLookup()220 memcpy(keyBuf, kd.key, sizeof(kd.key)); in osSecretKeyLookup()251 static AppSecErr osSecretKeyAdd(uint64_t keyId, void *keyBuf) in osSecretKeyAdd() argument259 memcpy(&kd.key, keyBuf, 32); in osSecretKeyAdd()