/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winber.h | 42 WINBERAPI ULONG BERAPI ber_skip_tag (BerElement *pBerElement, ULONG *pLen); 43 WINBERAPI ULONG BERAPI ber_peek_tag (BerElement *pBerElement, ULONG *pLen); 44 WINBERAPI ULONG BERAPI ber_first_element (BerElement *pBerElement, ULONG *pLen, CHAR **ppOpaque); 45 WINBERAPI ULONG BERAPI ber_next_element (BerElement *pBerElement, ULONG *pLen, CHAR *opaque);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
PKCS1Encoding.java | 43 private int pLen = -1; 63 * @param pLen Length of the expected plaintext. 67 int pLen) 71 this.pLen = pLen; 88 this.pLen = fallback.length; 154 if (pLen > 0 && fallback == null && random == null) 256 * @param pLen Expected length of the plaintext. 259 private static int checkPkcs1Encoding(byte[] encoded, int pLen) 270 int plen = encoded.length - local [all...] |
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
StringUtils.java | 72 final int pLen = prefix.length(); 74 while (pIndex < pLen && prefix.charAt(pIndex) == c) { 80 if (pIndex == pLen) {
|
/external/icu/icu4c/source/test/cintltst/ |
nfsprep.c | 218 int32_t pLen=0, sLen=0, reqLen=0, 236 pLen = nfs4_prepare(prefix, prefixLen, p, pCapacity, NFS4_MIXED_PREP_PREFIX, parseError, status); 239 p = (char*) malloc(pLen); 244 pLen = nfs4_prepare(prefix, prefixLen, p, pLen, NFS4_MIXED_PREP_PREFIX, parseError, status); 252 s = (char*) malloc(pLen); 260 reqLen = pLen+sLen+1 /* for the delimiter */; 262 memmove(dest, p, pLen); 265 dest[pLen++] = PREFIX_SUFFIX_SEPARATOR; 266 memmove(dest+pLen, s, sLen) [all...] |
usrchtst.c | [all...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
FileSystem.h | 100 size_t pLen, 105 int munmap(void* pAddr, size_t pLen);
|
/prebuilts/go/darwin-x86/src/crypto/aes/ |
aes_gcm.go | 34 func gcmAesFinish(productTable *[256]byte, tagMask, T *[16]byte, pLen, dLen uint64)
|
gcm_amd64.s | 138 // func gcmAesFinish(productTable *[256]byte, tagMask, T *[16]byte, pLen, dLen uint64) 143 #define plen AX define 149 MOVQ pLen+24(FP), plen 158 SHLQ $3, plen 161 MOVQ plen, B0 204 #undef plen
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
aes_gcm.go | 34 func gcmAesFinish(productTable *[256]byte, tagMask, T *[16]byte, pLen, dLen uint64)
|
gcm_amd64.s | 138 // func gcmAesFinish(productTable *[256]byte, tagMask, T *[16]byte, pLen, dLen uint64) 143 #define plen AX define 149 MOVQ pLen+24(FP), plen 158 SHLQ $3, plen 161 MOVQ plen, B0 204 #undef plen
|
/external/boringssl/src/ssl/test/runner/ |
key_agreement.go | 612 pLen := (int(k[0]) << 8) | int(k[1]) 614 if len(k) < pLen { 617 ka.p = new(big.Int).SetBytes(k[:pLen]) 618 k = k[pLen:]
|
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/ |
bcprov-jdk15on-1.56.jar | |