Home | History | Annotate | Download | only in httplive

Lines Matching refs:nibble2

273                 uint8_t nibble2 = isdigit(c2) ? c2 - '0' : c2 - 'a' + 10;
275 mAESInitVec[i] = nibble1 << 4 | nibble2;