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

/macosx-10.10/Security-57031.1.35/Security/include/security_comcryption/
H A DcomcryptPriv.c456 unsigned char tokenBit = 0x01; local
462 if(*tokenPtr & tokenBit) {
471 tokenBit <<= 1;
472 if(tokenBit == 0) {
473 tokenBit = 0x01;
H A DcomcryptPriv.h456 #define updateToken(tokenPtr, tokenDex, tokenBit) \
457 MARK_BIT_ARRAY(tokenPtr, tokenDex, tokenBit)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_comcryption/lib/
H A DcomcryptPriv.c456 unsigned char tokenBit = 0x01; local
462 if(*tokenPtr & tokenBit) {
471 tokenBit <<= 1;
472 if(tokenBit == 0) {
473 tokenBit = 0x01;
H A DcomcryptPriv.h456 #define updateToken(tokenPtr, tokenDex, tokenBit) \
457 MARK_BIT_ARRAY(tokenPtr, tokenDex, tokenBit)

Completed in 84 milliseconds