OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpSig
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libkeymaster/
keymaster_mobicore.cpp
406
void *
tmpSig
= malloc(signatureLength);
407
memcpy(
tmpSig
, signature, signatureLength);
408
ret = TEE_RSAVerify(keyBlob, keyBlobLength, (const uint8_t*)tmpSignedData, signedDataLength, (const uint8_t *)
tmpSig
,
411
free(
tmpSig
);
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
594
unsigned int
tmpSig
= 0;
601
&
tmpSig
, tmpName) != 2) {
608
mForEachSignatures[i] =
tmpSig
;
[
all
...]
Completed in 109 milliseconds