Searched refs:pKey (Results 1 – 3 of 3) sorted by relevance
145 void LacSymQat_CipherArc4StateInit(const Cpa8U *pKey,
963 LacSymQat_CipherArc4StateInit(const Cpa8U *pKey, in LacSymQat_CipherArc4StateInit() argument981 j = (j + pArc4CipherState[i] + pKey[k]); in LacSymQat_CipherArc4StateInit()
37065 if( sqlite3StrICmp(elem->pKey,pKey)==0 ){37146 elem->pKey = pKey;37153 new_elem->pKey = pKey;71280 pCur->pKey = pKey;71413 if( pKey ){80127 memcpy(pCur->pKey, pX->pKey, pX->nKey);98833 x.pKey = 0;105477 void *pKey;193342 if( nInput>=pKey->n && 0==memcmp(zInput, pKey->z, pKey->n) ){194567 memcpy((void*)new_elem->pKey, pKey, nKey);[all …]