Searched refs:tokenBit (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_comcryption/
H A DcomcryptPriv.c453 unsigned char tokenBit = 0x01; local
459 if(*tokenPtr & tokenBit) {
468 tokenBit <<= 1;
469 if(tokenBit == 0) {
470 tokenBit = 0x01;
H A DcomcryptPriv.h451 #define updateToken(tokenPtr, tokenDex, tokenBit) \
452 MARK_BIT_ARRAY(tokenPtr, tokenDex, tokenBit)
/macosx-10.9.5/Security-55471.14.18/libsecurity_comcryption/lib/
H A DcomcryptPriv.c453 unsigned char tokenBit = 0x01; local
459 if(*tokenPtr & tokenBit) {
468 tokenBit <<= 1;
469 if(tokenBit == 0) {
470 tokenBit = 0x01;
H A DcomcryptPriv.h451 #define updateToken(tokenPtr, tokenDex, tokenBit) \
452 MARK_BIT_ARRAY(tokenPtr, tokenDex, tokenBit)

Completed in 60 milliseconds