Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_cipher.h145 void LacSymQat_CipherArc4StateInit(const Cpa8U *pKey,
/freebsd/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()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c15425 const char *pKey; /* Key associated with this element */ member
15433 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
15434 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey);
17352 const void *pKey; /* Key content for indexes. NULL for tables */ member
38771 const char *pKey, /* The key we are searching for */ in findElementWithHash() argument
38779 h = strHash(pKey); in findElementWithHash()
38792 if( h==elem->h && sqlite3StrICmp(elem->pKey,pKey)==0 ){ in findElementWithHash()
38838 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey){ in sqlite3HashFind() argument
38840 assert( pKey!=0 ); in sqlite3HashFind()
38841 return findElementWithHash(pH, pKey, 0)->data; in sqlite3HashFind()
[all …]