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.c963 LacSymQat_CipherArc4StateInit(const Cpa8U *pKey, in LacSymQat_CipherArc4StateInit() argument
981 j = (j + pArc4CipherState[i] + pKey[k]); in LacSymQat_CipherArc4StateInit()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c14450 const char *pKey; /* Key associated with this element */ member
14457 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
14458 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey);
16324 const void *pKey; /* Key content for indexes. NULL for tables */ member
37029 unsigned int h = strHash(elem->pKey) % new_size;
37043 const char *pKey, /* The key we are searching for */
37053 h = strHash(pKey) % pH->htsize;
37065 if( sqlite3StrICmp(elem->pKey,pKey)==0 ){
37112 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey){
37114 assert( pKey!=0 );
[all …]