Home | History | Annotate | Download | only in src

Lines Matching full:lock

52     /* 1st Lock byte value */
54 /* 2nd Lock byte value */
56 /* Mifare ULC dynamic lock byte address */
62 /* Lock byte 3 value to be ORed with the existing value */
66 /* 3rd Lock byte position after reading the block number 0x28 */
71 /* Lock control TLVs, TYPE identifier */
73 /* Lock control TLVs, Length expected */
236 /* Initialise current block to the lock bits block */
442 /* There is no lock bits to write, then write OTP bytes */
450 /* If remaining lock bits has to be written and the data is already read */
508 /* This check is added, because the default lock bits is always
510 So, default lock bytes doesnt have any skip size */
513 /* Only check for the lock control TLV */
568 /* Check the static lock and reserved areas memory blocks */
620 /* Array of 3 is used because the lock bits with 4 bytes in a block
622 So use this function only if lock bytes doesnt use the entire block */
633 /* 1st write to lock bits, so byte_index is updated */
642 /* Entire lock bits can be written
643 if block size is more than number of lock bits.
644 so allocate the lock bits with value 1b and
648 /* mod operation has resulted in a value, means lock bits ends in between a byte */
659 /* lock bits to write is greater than 8 bits */
667 /* Last byte of the lock bits shall be filled partially,
668 Set only the remaining lock bits and dont change
677 /* lock bits to write is less than 8 bits, so
679 Set only the remaining lock bits and dont change
741 if (/* Lock bytes starts from the beginning of the block */
745 /* Lock bytes are greater than or equal to the block size, i.e., 4 bytes */
749 /* Then directly write the lock bytes, dont waste time for read */
757 because chances are there that lock byte may start in between
764 /* Then directly write the lock bytes, dont waste time for read */
798 /* The position of the dynamic lock bits starts from
844 /* Skip the lock TLVs, so get the lock bits */
893 /* Default lock bytes shall be taken */
1375 /* Check the lock bits (byte number 2 and 3 of block number 2) */