Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_cipher.h145 void LacSymQat_CipherArc4StateInit(const Cpa8U *pKey,
/freebsd-14.2/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-14.2/contrib/sqlite3/
H A Dsqlite3.c37065 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 …]