Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.c543 uint8_t* pd = digest; in ParseSha1() local
556 *pd = digit << 4; in ParseSha1()
558 *pd |= digit; in ParseSha1()
559 ++pd; in ParseSha1()