Home
last modified time | relevance | path

Searched refs:pKey (Results 1 – 15 of 15) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl1Test.java468 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 …]
DKeyStore_Impl3Test.java113 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()
DKSBuilder_ImplTest.java146 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey, in testNewInstanceKeyStoreProtectionParameter() local
160 ks.setEntry("aaa", pKey, pp[0]); in testNewInstanceKeyStoreProtectionParameter()
/external/icu4c/tools/toolutil/
Ducmstate.c206 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()
Ducm.h126 char *line, char **pKey, char **pValue);
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/
DPEMReader.java331 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/
Dpub_tool_wordfm.h147 /*OUT*/UWord* pKey, /*OUT*/UWord* pVal );
/external/valgrind/main/coregrind/
Dm_wordfm.c764 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/
Dsqlite3.h3591 const void *pKey, int nKey /* The key */
3604 const void *pKey, int nKey /* The new key */
/external/valgrind/main/cachegrind/
Dcg_merge.c95 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/
Duloc_tag.c1572 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/
Dsqlite3.h4366 const void *pKey, int nKey /* The key */
4379 const void *pKey, int nKey /* The new key */
Dsqlite3.c4916 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/
Dsqlite3.h4366 const void *pKey, int nKey /* The key */
4379 const void *pKey, int nKey /* The new key */
Dsqlite3.c4916 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 …]