/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore_Impl1Test.java | 468 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey, in testEntry02() local 480 kss[i].setEntry(aliases[j], pKey, pPath); in testEntry02() 493 Key key = pKey.getPrivateKey(); in testEntry02() 538 kss[i].setEntry("ZZZ", pKey, pPath); in testEntry02() 844 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(tkp in testEntry06() local 857 kss[i].setEntry(aliases[1], pKey, pp); in testEntry06() 858 kss[i].setEntry(aliases[2], pKey, pp); in testEntry06() 909 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey, certs); in testEntry07() local 921 kss[i].setEntry(aliases[j], pKey, pp); in testEntry07() 925 kss[i].entryInstanceOf(null, pKey.getClass()); in testEntry07() [all …]
|
D | KeyStore_Impl3Test.java | 113 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(pk, certs); in testLoadStore01() local 126 kss[i].setEntry(aliases[1], pKey, pPath); in testLoadStore01() 127 kss[i].setEntry(aliases[2], pKey, pPath); in testLoadStore01()
|
D | KSBuilder_ImplTest.java | 146 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey, in testNewInstanceKeyStoreProtectionParameter() local 160 ks.setEntry("aaa", pKey, pp[0]); in testNewInstanceKeyStoreProtectionParameter()
|
/external/icu4c/tools/toolutil/ |
D | ucmstate.c | 206 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() argument 240 *pKey=++s; in ucm_parseHeaderLine() 263 if(uprv_strcmp(*pKey, "uconv_class")==0) { in ucm_parseHeaderLine() 277 } else if(uprv_strcmp(*pKey, "mb_cur_max")==0) { in ucm_parseHeaderLine() 287 } else if(uprv_strcmp(*pKey, "mb_cur_min")==0) { in ucm_parseHeaderLine() 296 } else if(uprv_strcmp(*pKey, "icu:state")==0) { in ucm_parseHeaderLine() 317 } else if(uprv_strcmp(*pKey, "icu:base")==0) { in ucm_parseHeaderLine()
|
D | ucm.h | 126 char *line, char **pKey, char **pValue);
|
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/ |
D | PEMReader.java | 331 ECPrivateKeyStructure pKey = new ECPrivateKeyStructure(seq); in parseObject() local 332 …entifier algId = new AlgorithmIdentifier(X9ObjectIdentifiers.id_ecPublicKey, pKey.getParameters()); in parseObject() 333 PrivateKeyInfo privInfo = new PrivateKeyInfo(algId, pKey.getDERObject()); in parseObject() 334 … SubjectPublicKeyInfo pubInfo = new SubjectPublicKeyInfo(algId, pKey.getPublicKey().getBytes()); in parseObject()
|
/external/valgrind/main/include/ |
D | pub_tool_wordfm.h | 147 /*OUT*/UWord* pKey, /*OUT*/UWord* pVal );
|
/external/valgrind/main/coregrind/ |
D | m_wordfm.c | 764 Bool VG_(nextIterFM) ( WordFM* fm, /*OUT*/UWord* pKey, /*OUT*/UWord* pVal ) in VG_() 784 if (pKey) *pKey = n->key; in VG_()
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 3591 const void *pKey, int nKey /* The key */ 3604 const void *pKey, int nKey /* The new key */
|
/external/valgrind/main/cachegrind/ |
D | cg_merge.c | 95 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ); 1500 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ) in nextIterFM() argument 1519 if (pKey) *pKey = n->key; in nextIterFM()
|
/external/icu4c/common/ |
D | uloc_tag.c | 1572 const char *pKey, *pType; in _appendLDMLExtensionAsKeywords() local 1635 pKey = buf + bufIdx; in _appendLDMLExtensionAsKeywords() 1641 …len = _bcp47ToLDMLType(pKey, -1, pBcpType, bcpTypeLen, buf + bufIdx, bufSize - bufIdx - 1, status); in _appendLDMLExtensionAsKeywords() 1653 … if (!variantExists && !uprv_strcmp(pKey,POSIX_KEY) && !uprv_strcmp(pType,POSIX_VALUE) ) { in _appendLDMLExtensionAsKeywords() 1663 kwd->key = pKey; in _appendLDMLExtensionAsKeywords()
|
/external/sqlite/dist/ |
D | sqlite3.h | 4366 const void *pKey, int nKey /* The key */ 4379 const void *pKey, int nKey /* The new key */
|
D | sqlite3.c | 4916 const void *pKey, int nKey /* The key */ 4929 const void *pKey, int nKey /* The new key */ 7616 const char *pKey; int nKey; /* Key associated with this element */ member 7623 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData); 7624 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey); 8332 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey, 22360 unsigned int h = strHash(elem->pKey, elem->nKey) % new_size; in rehash() 22373 const char *pKey, /* The key we are searching for */ in findElementGivenHash() argument 22389 if( elem->nKey==nKey && sqlite3StrNICmp(elem->pKey,pKey,nKey)==0 ){ in findElementGivenHash() 22435 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind() argument [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 4366 const void *pKey, int nKey /* The key */ 4379 const void *pKey, int nKey /* The new key */
|
D | sqlite3.c | 4916 const void *pKey, int nKey /* The key */ 4929 const void *pKey, int nKey /* The new key */ 7616 const char *pKey; int nKey; /* Key associated with this element */ member 7623 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData); 7624 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey); 8332 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey, 22360 unsigned int h = strHash(elem->pKey, elem->nKey) % new_size; in rehash() 22373 const char *pKey, /* The key we are searching for */ in findElementGivenHash() argument 22389 if( elem->nKey==nKey && sqlite3StrNICmp(elem->pKey,pKey,nKey)==0 ){ in findElementGivenHash() 22435 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind() argument [all …]
|