HomeSort by relevance Sort by last modified time
    Searched full:num_pad (Results 1 - 2 of 2) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
RSASHA1Verify.java 120 int num_pad = rsa_block_len - (2 + der_header.length + sha_message.length) - 1; local
122 if (num_pad < 8)
125 byte[] sig = new byte[der_header.length + sha_message.length + 2 + num_pad];
129 for (int i = 0; i < num_pad; i++)
134 sig[num_pad + 1] = 0x00;
136 System.arraycopy(der_header, 0, sig, 2 + num_pad, der_header.length);
137 System.arraycopy(sha_message, 0, sig, 2 + num_pad + der_header.length, sha_message.length);
211 int num_pad = pos - (startpos + 1); local
213 if (num_pad < 8)
215 log.warning("ssh-rsa signature: num_pad < 8")
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 304 'OVERLAY', 'OUTER', 'OPEN', 'NaN', 'NUM_PAD', 'NUMPAD_SUBTRACT',

Completed in 148 milliseconds