Home
last modified time | relevance | path

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

/reactos/dll/win32/wintrust/
H A Dasn.c888 BYTE padByte = 0; in CRYPT_AsnEncodeInteger() local
903 padByte = 0xff; in CRYPT_AsnEncodeInteger()
917 padByte = 0; in CRYPT_AsnEncodeInteger()
948 *pbEncoded++ = padByte; in CRYPT_AsnEncodeInteger()
/reactos/dll/win32/crypt32/
H A Dencode.c3352 BYTE padByte = 0; in CRYPT_AsnEncodeInteger() local
3367 padByte = 0xff; in CRYPT_AsnEncodeInteger()
3381 padByte = 0; in CRYPT_AsnEncodeInteger()
3410 *pbEncoded++ = padByte; in CRYPT_AsnEncodeInteger()