Home
last modified time | relevance | path

Searched refs:byte_xored (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/bn/
H A Dbn_lib.c519 BN_ULONG byte_xored = *s ^ xor; in bin2bn() local
520 BN_ULONG byte = (byte_xored + carry) & 0xff; in bin2bn()
522 carry = byte_xored > byte; /* Implicit 1 or 0 */ in bin2bn()
613 unsigned char byte, byte_xored; in bn2binpad() local
618 byte_xored = byte ^ xor; in bn2binpad()
619 *to = (unsigned char)(byte_xored + carry); in bn2binpad()
620 carry = byte_xored > *to; /* Implicit 1 or 0 */ in bn2binpad()

Completed in 8 milliseconds