Home
last modified time | relevance | path

Searched refs:Zlen (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Decdh.h107 const unsigned char *Z, size_t Zlen,
H A Ddh.h263 const unsigned char *Z, size_t Zlen,
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1156 hc->Zlen = 384; in init_chip()
1166 hc->Zlen = 1856; in init_chip()
1177 hc->Zlen = 8000; in init_chip()
1183 hc->Zlen = 64; in init_chip()
1187 if (hc->max_trans > hc->Zlen) in init_chip()
1188 hc->max_trans = hc->Zlen; in init_chip()
2029 hc->chan[ch].Zfill += hc->Zlen; in hfcmulti_tx()
2032 Zspace += hc->Zlen; in hfcmulti_tx()
2036 Zspace = Zspace - hc->Zlen + hc->max_trans; in hfcmulti_tx()
2243 Zsize += hc->Zlen; in hfcmulti_rx()
H A Dhfc_multi.h202 int Zlen; /* Z-buffer size (must be int for calculation)*/ member