Searched refs:param_out (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ec.c | 55 {"param_out", OPT_PARAM_OUT, '-', "Print the elliptic curve parameters"}, 77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; in ec_main() local 116 param_out = 1; in ec_main() 168 private = param_out || pubin || pubout ? 0 : 1; in ec_main() 248 if (param_out) { in ec_main()
|
/third_party/openssl/apps/ |
H A D | ec.c | 55 {"param_out", OPT_PARAM_OUT, '-', "Print the elliptic curve parameters"}, 77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; in ec_main() local 116 param_out = 1; in ec_main() 168 private = param_out || pubin || pubout ? 0 : 1; in ec_main() 248 if (param_out) { in ec_main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qsvenc.c | 504 mfxVideoParam param_out = { .mfx.CodecId = q->param.mfx.CodecId }; in check_enc_param() local 507 #define UNMATCH(x) (param_out.mfx.x != q->param.mfx.x) in check_enc_param() 509 ret = MFXVideoENCODE_Query(q->session, &q->param, ¶m_out); in check_enc_param()
|
Completed in 4 milliseconds