Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/base16/
A Dbase16_decode.c27 unsigned char idx0, idx1; in base16_decode() local
53 idx0 = (unsigned char) (in0 & 0x1F) ^ 0x10; in base16_decode()
56 if (hashmap[idx0] == 0xff) return CRYPT_INVALID_PACKET; in base16_decode()
59 out[pos / 2] = (unsigned char) (hashmap[idx0] << 4) | hashmap[idx1]; in base16_decode()

Completed in 2 milliseconds