/external/boringssl/src/crypto/dh/ |
check.c | 62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { 63 *out_flags = 0; 80 *out_flags |= DH_CHECK_PUBKEY_TOO_SMALL; 89 *out_flags |= DH_CHECK_PUBKEY_TOO_LARGE; 100 *out_flags |= DH_CHECK_PUBKEY_INVALID; 113 int DH_check(const DH *dh, int *out_flags) { 125 *out_flags = 0; 142 *out_flags |= DH_CHECK_NOT_SUITABLE_GENERATOR; 144 *out_flags |= DH_CHECK_NOT_SUITABLE_GENERATOR; 151 *out_flags |= DH_CHECK_NOT_SUITABLE_GENERATOR [all...] |
/external/vboot_reference/tests/ |
vboot_api_init_tests.c | 169 TEST_EQ(iparams.out_flags, 0, " out flags"); 224 TEST_EQ(iparams.out_flags, 0, " out flags"); 249 TEST_EQ(iparams.out_flags, VB_INIT_OUT_S3_DEBUG_BOOT, " out flags"); 258 TEST_EQ(iparams.out_flags, 0, " out flags"); 278 TEST_EQ(iparams.out_flags, 292 TEST_EQ(iparams.out_flags, 327 TEST_EQ(iparams.out_flags, VB_INIT_OUT_ENABLE_OPROM, " out flags"); 335 TEST_EQ(iparams.out_flags, 348 TEST_EQ(iparams.out_flags, 359 TEST_EQ(iparams.out_flags, 0, " out flags") [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_recvmsg_op.hpp | 35 socket_base::message_flags& out_flags, func_type complete_func) 40 out_flags_(out_flags) 74 socket_base::message_flags& out_flags, Handler& handler) 76 in_flags, out_flags, &reactive_socket_recvmsg_op::do_complete),
|
reactive_socket_service_base.hpp | 323 socket_base::message_flags& out_flags, asio::error_code& ec) 329 bufs.buffers(), bufs.count(), in_flags, out_flags, ec); 335 socket_base::message_flags& out_flags, asio::error_code& ec) 340 // Clear out_flags, since we cannot give it any other sensible value when 342 out_flags = 0; 352 socket_base::message_flags& out_flags, Handler& handler) 362 p.p = new (p.v) op(impl.socket_, buffers, in_flags, out_flags, handler); 379 socket_base::message_flags& out_flags, Handler& handler) 394 // Clear out_flags, since we cannot give it any other sensible value when 396 out_flags = 0 [all...] |
socket_ops.hpp | 145 size_t count, int in_flags, int& out_flags, 149 buf* bufs, size_t count, int in_flags, int& out_flags, 154 buf* bufs, size_t count, int in_flags, int& out_flags,
|
/external/vboot_reference/firmware/lib/ |
vboot_api_init.c | 44 iparams->out_flags = 0; 97 iparams->out_flags |= VB_INIT_OUT_S3_DEBUG_BOOT; 272 iparams->out_flags |= VB_INIT_OUT_ENABLE_OPROM; 276 iparams->out_flags |= VB_INIT_OUT_ENABLE_ALTERNATE_OS; 281 iparams->out_flags |= (VB_INIT_OUT_ENABLE_RECOVERY | 287 iparams->out_flags |= (VB_INIT_OUT_ENABLE_DEVELOPER | 294 iparams->out_flags |= VB_INIT_OUT_ENABLE_ALTERNATE_OS; 366 VBDEBUG(("VbInit() output flags 0x%x\n", iparams->out_flags));
|
/external/boringssl/src/include/openssl/ |
dh.h | 173 // |DH_CHECK_*| flags in |*out_flags| if it finds any errors. It returns one if 174 // |*out_flags| was successfully set and zero on error. 177 OPENSSL_EXPORT int DH_check(const DH *dh, int *out_flags); 184 // DH group in |dh| and sets |DH_CHECK_PUBKEY_*| flags in |*out_flags| if it 185 // finds any errors. It returns one if |*out_flags| was successfully set and 188 int *out_flags);
|
/frameworks/av/media/libstagefright/ |
SimpleDecodingSource.cpp | 231 uint32_t out_flags; local 345 &out_flags, kTimeoutWaitForOutputUs /* timeoutUs */); 381 if (out_flags & MediaCodec::BUFFER_FLAG_EOS) {
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
CppAssetManager2.java | 614 // int* out_flags); [all...] |
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
libnetfilter_conntrack.h | 413 const unsigned int out_flags); 420 const unsigned int out_flags, 700 const unsigned int out_flags);
|
/external/vboot_reference/firmware/include/ |
vboot_api.h | 234 * Output flags for VbInitParams.out_flags. Used to indicate potential boot 274 uint32_t out_flags; member in struct:VbInitParams [all...] |
/bionic/libc/kernel/uapi/linux/ |
hdreg.h | 61 ide_reg_valid_t out_flags; member in struct:ide_task_request_s
|
/external/kernel-headers/original/uapi/linux/ |
hdreg.h | 63 ide_reg_valid_t out_flags; member in struct:ide_task_request_s
|