/external/openssl/crypto/rsa/ |
rsa_pss.c | 67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable 147 EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes); 227 EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes); 239 /* Initial PS XORs with all zeroes which is a NOP so just update
|
/external/guava/src/com/google/common/base/ |
CharMatcher.java | 101 String zeroes = typedefs 105 for (char base : zeroes.toCharArray()) { [all...] |
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Factory.c | 39 int zeroes = (value & 0x0007ffff); local 40 if (zeroes != 0) 638 int zeroes = (value & 0x0000ffff); local 639 if (zeroes != 0) [all...] |
/bionic/libc/stdio/ |
vfprintf.c | 208 static char zeroes[PADSIZE] = local 710 * After any left-hand padding and prefixing, emit zeroes 712 * string proper, then emit zeroes required by any leftover 739 PAD(width - realsz, zeroes); 741 /* leading zeroes from decimal precision */ 742 PAD(dprec - size, zeroes); 755 PAD(ndig - 1, zeroes); 760 PAD(-expt, zeroes); 764 PAD(expt - ndig, zeroes); 782 PAD(ndig - 1, zeroes); [all...] |