Searched refs:paramsLen (Results 1 – 4 of 4) sorted by relevance
/external/libcups/cups/ |
D | tlscheck.c | 190 size_t paramsLen; in main() local 699 if ((err = SSLGetDiffieHellmanParams(http->tls, ¶ms, ¶msLen)) != noErr && paramsNeeded) in main() 706 if (paramsLen < 128 && paramsLen != 0) in main() 708 …2048 bits, but Printer uses only %d bits/%d bytes)\n", server, (int)paramsLen * 8, (int)paramsLen); in main() 713 dhBits = (int)paramsLen * 8; in main()
|
/external/fastrpc/inc/ |
D | remotectl.h | 72 …__QAIC_HEADER(remotectl_set_param)(int reqID, const uint32* params, int paramsLen) __QAIC_HEADER_A…
|
/external/fastrpc/src/ |
D | remotectl_stub.c | 649 …t __QAIC_STUB(remotectl_set_param)(int reqID, const uint32* params, int paramsLen) __QAIC_STUB_ATT… in __QAIC_STUB() 651 …tub_method_3(_remotectl_handle(), _mid, (uint32_t*)&reqID, (char**)¶ms, (uint32_t*)¶msLen); in __QAIC_STUB()
|
D | fastrpc_apps_user.c | 323 int nErr = AEE_SUCCESS, paramsLen = 2; in fastrpc_set_remote_uthread_params() local 327 …FY(AEE_SUCCESS == (nErr = remotectl_set_param(th_params->reqID, (uint32_t*)th_params, paramsLen))); in fastrpc_set_remote_uthread_params()
|