/third_party/openssl/crypto/engine/ |
D | eng_fat.c | 51 unsigned int *pflags = arg; in int_def_cb() local 55 *pflags |= ENGINE_METHOD_ALL; in int_def_cb() 57 *pflags |= ENGINE_METHOD_RSA; in int_def_cb() 59 *pflags |= ENGINE_METHOD_DSA; in int_def_cb() 61 *pflags |= ENGINE_METHOD_DH; in int_def_cb() 63 *pflags |= ENGINE_METHOD_EC; in int_def_cb() 65 *pflags |= ENGINE_METHOD_RAND; in int_def_cb() 67 *pflags |= ENGINE_METHOD_CIPHERS; in int_def_cb() 69 *pflags |= ENGINE_METHOD_DIGESTS; in int_def_cb() 71 *pflags |= ENGINE_METHOD_PKEY_METHS | ENGINE_METHOD_PKEY_ASN1_METHS; in int_def_cb() [all …]
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | cp.c | 99 int pflags; 253 if (TT.pflags&(_CP_xattr|_CP_context)) { in cp_node() 262 if (!(TT.pflags&_CP_xattr) && strncmp(name, "security.", 9)) in cp_node() 288 if (TT.pflags & _CP_ownership) { in cp_node() 305 if (TT.pflags & _CP_timestamps) { in cp_node() 314 if (TT.pflags & _CP_mode) fchmod(fdout, try->st.st_mode); in cp_node() 368 if (FLAG(a)||FLAG(p)) TT.pflags = _CP_mode|_CP_ownership|_CP_timestamps; in cp_main() 374 if (comma_remove(pre, "all")) TT.pflags = ~0; in cp_main() 376 while (comma_remove(pre, cp_preserve[i].name)) TT.pflags |= 1<<i; in cp_main() 384 if (*s == 'a') TT.pflags = ~0; in cp_main() [all …]
|
/third_party/toybox/toys/posix/ |
D | cp.c | 115 int pflags; 280 if (TT.pflags&(_CP_xattr|_CP_context)) { in cp_node() 289 if (!(TT.pflags&_CP_xattr) && strncmp(name, "security.", 9)) in cp_node() 315 if (TT.pflags & _CP_ownership) { in cp_node() 332 if (TT.pflags & _CP_timestamps) { in cp_node() 341 if (TT.pflags & _CP_mode) fchmod(fdout, try->st.st_mode); in cp_node() 374 if (FLAG(a)||FLAG(p)) TT.pflags = _CP_mode|_CP_ownership|_CP_timestamps; in cp_main() 380 if (comma_remove(pre, "all")) TT.pflags = ~0; in cp_main() 382 while (comma_remove(pre, cp_preserve[i].name)) TT.pflags |= 1<<i; in cp_main() 390 if (*s == 'a') TT.pflags = ~0; in cp_main() [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/tpm/ |
D | tpm_tis_sandbox.c | 216 struct tpm_permanent_flags *pflags; in sandbox_tpm_xfer() local 218 pflags = (struct tpm_permanent_flags *)data; in sandbox_tpm_xfer() 219 memset(pflags, '\0', sizeof(*pflags)); in sandbox_tpm_xfer() 221 &pflags->tag); in sandbox_tpm_xfer() 223 sizeof(*pflags); in sandbox_tpm_xfer()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | tpm_test.c | 47 struct tpm_permanent_flags pflags; in tpm_get_flags() local 50 result = tpm_get_permanent_flags(dev, &pflags); in tpm_get_flags() 54 *disable = pflags.disable; in tpm_get_flags() 56 *deactivated = pflags.deactivated; in tpm_get_flags() 58 *nvlocked = pflags.nv_locked; in tpm_get_flags() 60 pflags.disable, pflags.deactivated, pflags.nv_locked); in tpm_get_flags()
|
/third_party/boringssl/src/crypto/x509/ |
D | x509_cmp.c | 355 static int check_suite_b(EVP_PKEY *pkey, int sign_nid, unsigned long *pflags) in check_suite_b() argument 371 if (!(*pflags & X509_V_FLAG_SUITEB_192_LOS)) in check_suite_b() 374 *pflags &= ~X509_V_FLAG_SUITEB_128_LOS_ONLY; in check_suite_b() 378 if (!(*pflags & X509_V_FLAG_SUITEB_128_LOS_ONLY)) in check_suite_b()
|
/third_party/openssl/crypto/x509/ |
D | x509_cmp.c | 324 static int check_suite_b(EVP_PKEY *pkey, int sign_nid, unsigned long *pflags) in check_suite_b() argument 340 if (!(*pflags & X509_V_FLAG_SUITEB_192_LOS)) in check_suite_b() 343 *pflags &= ~X509_V_FLAG_SUITEB_128_LOS_ONLY; in check_suite_b() 347 if (!(*pflags & X509_V_FLAG_SUITEB_128_LOS_ONLY)) in check_suite_b()
|
/third_party/ffmpeg/libavformat/ |
D | oggparsedirac.c | 78 os->pflags |= AV_PKT_FLAG_KEY; in dirac_gptopts() 111 os->pflags |= AV_PKT_FLAG_KEY; in old_dirac_gptopts()
|
D | oggdec.c | 603 os->pflags = 0; in ogg_packet() 812 invalid = !!(os->pflags & AV_PKT_FLAG_KEY) != !(os->buf[pstart] & 0x40); in ogg_validate_keyframe() 815 invalid = !!(os->pflags & AV_PKT_FLAG_KEY) != !(os->buf[pstart] & 1); in ogg_validate_keyframe() 818 os->pflags ^= AV_PKT_FLAG_KEY; in ogg_validate_keyframe() 820 (os->pflags & AV_PKT_FLAG_KEY) ? "" : "non-"); in ogg_validate_keyframe() 853 if (os->keyframe_seek && !(os->pflags & AV_PKT_FLAG_KEY)) in ogg_read_packet() 866 pkt->flags = os->pflags; in ogg_read_packet() 918 if (os->pflags & AV_PKT_FLAG_KEY) { in ogg_read_timestamp()
|
D | oggdec.h | 67 unsigned int pflags; member
|
D | oggparsevp8.c | 93 os->pflags |= AV_PKT_FLAG_KEY; in vp8_gptopts()
|
D | oggparseopus.c | 137 os->pflags |= AV_PKT_FLAG_CORRUPT; in opus_packet()
|
D | oggparsevorbis.c | 435 os->pflags |= AV_PKT_FLAG_CORRUPT; in vorbis_packet() 477 os->pflags |= AV_PKT_FLAG_CORRUPT; in vorbis_packet()
|
D | oggparseogm.c | 179 os->pflags |= AV_PKT_FLAG_KEY; in ogm_packet()
|
D | oggparsetheora.c | 163 os->pflags |= AV_PKT_FLAG_KEY; in theora_gptopts()
|
/third_party/openssl/ssl/ |
D | ssl_conf.c | 108 uint32_t *pflags; in ssl_set_option() local 116 pflags = cctx->pcert_flags; in ssl_set_option() 120 pflags = cctx->pvfy_flags; in ssl_set_option() 124 pflags = cctx->poptions; in ssl_set_option() 132 *pflags |= option_value; in ssl_set_option() 134 *pflags &= ~option_value; in ssl_set_option()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psobjs.h | 98 FT_ULong* pflags ); 105 FT_ULong* pflags );
|
D | psobjs.c | 1036 FT_ULong* pflags ) in ps_parser_load_field() argument 1308 if ( pflags ) in ps_parser_load_field() 1309 *pflags |= 1L << field->flag_bit; in ps_parser_load_field() 1311 FT_UNUSED( pflags ); in ps_parser_load_field() 1333 FT_ULong* pflags ) in ps_parser_load_field_table() argument 1391 if ( pflags ) in ps_parser_load_field_table() 1392 *pflags |= 1L << field->flag_bit; in ps_parser_load_field_table() 1394 FT_UNUSED( pflags ); in ps_parser_load_field_table()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psobjs.h | 99 FT_ULong* pflags ); 106 FT_ULong* pflags );
|
D | psobjs.c | 1037 FT_ULong* pflags ) in ps_parser_load_field() argument 1309 if ( pflags ) in ps_parser_load_field() 1310 *pflags |= 1L << field->flag_bit; in ps_parser_load_field() 1312 FT_UNUSED( pflags ); in ps_parser_load_field() 1334 FT_ULong* pflags ) in ps_parser_load_field_table() argument 1392 if ( pflags ) in ps_parser_load_field_table() 1393 *pflags |= 1L << field->flag_bit; in ps_parser_load_field_table() 1395 FT_UNUSED( pflags ); in ps_parser_load_field_table()
|
/third_party/freetype/src/psaux/ |
D | psobjs.h | 98 FT_ULong* pflags ); 105 FT_ULong* pflags );
|
D | psobjs.c | 1036 FT_ULong* pflags ) in ps_parser_load_field() argument 1308 if ( pflags ) in ps_parser_load_field() 1309 *pflags |= 1L << field->flag_bit; in ps_parser_load_field() 1311 FT_UNUSED( pflags ); in ps_parser_load_field() 1333 FT_ULong* pflags ) in ps_parser_load_field_table() argument 1391 if ( pflags ) in ps_parser_load_field_table() 1392 *pflags |= 1L << field->flag_bit; in ps_parser_load_field_table() 1394 FT_UNUSED( pflags ); in ps_parser_load_field_table()
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | tpm-v1.c | 417 struct tpm_permanent_flags *pflags) in tpm_get_permanent_flags() argument 442 if (data_size < sizeof(*pflags)) { in tpm_get_permanent_flags() 447 data_offset, pflags, sizeof(*pflags))) { in tpm_get_permanent_flags()
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_meth_get_count.pod | 13 void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags,
|
/third_party/openssl/crypto/evp/ |
D | pmeth_lib.c | 185 void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags, in EVP_PKEY_meth_get0_info() argument 190 if (pflags) in EVP_PKEY_meth_get0_info() 191 *pflags = meth->flags; in EVP_PKEY_meth_get0_info()
|