HomeSort by relevance Sort by last modified time
    Searched refs:pKeys (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/
verifier.h 46 const Certificate *pKeys, unsigned int numKeys);
verifier.cpp 115 const Certificate* pKeys, unsigned int numKeys) {
196 switch (pKeys[i].hash_len) {
244 switch (pKeys[i].hash_len) {
252 if (pKeys[i].key_type == Certificate::RSA) {
259 if (!RSA_verify(pKeys[i].rsa, sig_der, RSANUMBYTES,
260 hash, pKeys[i].hash_len)) {
268 } else if (pKeys[i].key_type == Certificate::EC
269 && pKeys[i].hash_len == SHA256_DIGEST_SIZE) {
278 if (!p256_ecdsa_verify(&(pKeys[i].ec->x), &(pKeys[i].ec->y)
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 567 void freeDataKeys(DataKeys* pKeys)
569 if (pKeys == NULL)
572 free(pKeys->fileData);
573 free(pKeys->threads);
574 free(pKeys->methods);
575 free(pKeys);
654 long parseVersion(DataKeys* pKeys, long offset, int verbose)
663 data = pKeys->fileData + offset;
664 dataEnd = pKeys->fileData + pKeys->fileLen
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensorsapi.h 503 IPortableDeviceKeyCollection *pKeys,
582 IPortableDeviceKeyCollection *pKeys,
644 #define ISensor_GetProperties(This,pKeys,ppProperties) (This)->lpVtbl->GetProperties(This,pKeys,ppProperties)
681 static FORCEINLINE HRESULT ISensor_GetProperties(ISensor* This,IPortableDeviceKeyCollection *pKeys,IPortableDeviceValues **ppProperties) {
682 return This->lpVtbl->GetProperties(This,pKeys,ppProperties);
759 IPortableDeviceKeyCollection *pKeys,
865 IPortableDeviceKeyCollection *pKeys,
900 IPortableDeviceKeyCollection *pKeys,
918 #define ISensorDataReport_GetSensorValues(This,pKeys,ppValues) (This)->lpVtbl->GetSensorValues(This,pKeys,ppValues
    [all...]

Completed in 65 milliseconds