Home
last modified time | relevance | path

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

/src/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_cipher.h145 void LacSymQat_CipherArc4StateInit(const Cpa8U *pKey,
/src/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c979 LacSymQat_CipherArc4StateInit(const Cpa8U *pKey, in LacSymQat_CipherArc4StateInit() argument
997 j = (j + pArc4CipherState[i] + pKey[k]); in LacSymQat_CipherArc4StateInit()
/src/contrib/sqlite3/
H A Dsqlite3.c14819 const char *pKey; /* Key associated with this element */ member
14827 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
14828 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey);
16741 const void *pKey; /* Key content for indexes. NULL for tables */ member
37532 const char *pKey, /* The key we are searching for */ in findElementWithHash() argument
37540 h = strHash(pKey); in findElementWithHash()
37553 if( h==elem->h && sqlite3StrICmp(elem->pKey,pKey)==0 ){ in findElementWithHash()
37599 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey){ in sqlite3HashFind() argument
37601 assert( pKey!=0 ); in sqlite3HashFind()
37602 return findElementWithHash(pH, pKey, 0)->data; in sqlite3HashFind()
[all …]