HomeSort by relevance Sort by last modified time
    Searched full:from_hex (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm_test.c 240 static int from_hex(uint8_t *out, char in) { function
282 if (!from_hex(&v, in[i]) ||
283 !from_hex(&v2, in[i+1])) {

Completed in 204 milliseconds