Lines Matching refs:pKeyData
84 const sal_uInt8 *pKeyData, sal_Size nKeyLen,
143 const sal_uInt8 *pKeyData, sal_Size nKeyLen, in rtl_cipher_init() argument
153 Cipher, Direction, pKeyData, nKeyLen, pArgData, nArgLen); in rtl_cipher_init()
235 const sal_uInt8 *pKeyData, sal_Size nKeyLen,
659 const sal_uInt8 *pKeyData, sal_Size nKeyLen, in __rtl_cipherBF_init() argument
677 D = ((D << 8) | pKeyData[k]); in __rtl_cipherBF_init()
1044 const sal_uInt8 *pKeyData, sal_Size nKeyLen, in rtl_cipher_initBF() argument
1049 if ((pImpl == NULL) || (pKeyData == NULL)) in rtl_cipher_initBF()
1062 pKeyData, nKeyLen, pArgData, nArgLen); in rtl_cipher_initBF()
1163 const sal_uInt8 *pKeyData, sal_Size nKeyLen) in rtl_cipherARCFOUR_init_Impl() argument
1179 for (k = 0; k < nKeyLen; k++) L[k] = pKeyData[k]; in rtl_cipherARCFOUR_init_Impl()
1182 for (k = 0; k < n; k++) L[k] = pKeyData[k]; in rtl_cipherARCFOUR_init_Impl()
1279 const sal_uInt8 *pKeyData, sal_Size nKeyLen, in rtl_cipher_initARCFOUR() argument
1286 if ((pImpl == NULL) || (pKeyData == NULL)) in rtl_cipher_initARCFOUR()
1297 return rtl_cipherARCFOUR_init_Impl (&(pImpl->m_context), pKeyData, nKeyLen); in rtl_cipher_initARCFOUR()