/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_mbstr.c | 16 static int traverse_string(const unsigned char *p, int len, int inform, 37 int inform, unsigned long mask) in ASN1_mbstring_copy() 39 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0); in ASN1_mbstring_copy() 43 int inform, unsigned long mask, in ASN1_mbstring_ncopy() 62 switch (inform) { in ASN1_mbstring_ncopy() 112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { in ASN1_mbstring_ncopy() 156 if (inform == outform) { in ASN1_mbstring_ncopy() 183 traverse_string(in, len, inform, out_utf8, &outlen); in ASN1_mbstring_ncopy() 196 traverse_string(in, len, inform, cpyfunc, &p); in ASN1_mbstring_ncopy() 205 static int traverse_string(const unsigned char *p, int len, int inform, in traverse_string() argument 36 ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask) ASN1_mbstring_copy() argument 42 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) ASN1_mbstring_ncopy() argument [all...] |
H A D | a_strnid.c | 81 int inform, int nid) in ASN1_STRING_set_by_NID() 95 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, in ASN1_STRING_set_by_NID() 98 ret = ASN1_mbstring_copy(out, in, inlen, inform, in ASN1_STRING_set_by_NID() 79 ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen, int inform, int nid) ASN1_STRING_set_by_NID() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | a_mbstr.c | 16 static int traverse_string(const unsigned char *p, int len, int inform, 37 int inform, unsigned long mask) in ASN1_mbstring_copy() 39 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0); in ASN1_mbstring_copy() 43 int inform, unsigned long mask, in ASN1_mbstring_ncopy() 62 switch (inform) { in ASN1_mbstring_ncopy() 112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { in ASN1_mbstring_ncopy() 154 if (inform == outform) { in ASN1_mbstring_ncopy() 185 traverse_string(in, len, inform, out_utf8, &outlen); in ASN1_mbstring_ncopy() 200 traverse_string(in, len, inform, cpyfunc, &p); in ASN1_mbstring_ncopy() 209 static int traverse_string(const unsigned char *p, int len, int inform, in traverse_string() argument 36 ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask) ASN1_mbstring_copy() argument 42 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) ASN1_mbstring_ncopy() argument [all...] |
H A D | a_strnid.c | 81 int inform, int nid) in ASN1_STRING_set_by_NID() 95 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, in ASN1_STRING_set_by_NID() 98 ret = ASN1_mbstring_copy(out, in, inlen, inform, in ASN1_STRING_set_by_NID() 79 ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen, int inform, int nid) ASN1_STRING_set_by_NID() argument
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc.c | 163 const char *inform = NULL; in main() local 183 inform = optarg; in main() 286 if (inform == NULL) in main() 287 inform = guess_input_format(arg, "dts"); in main() 291 if (streq(inform, "dts")) in main() 297 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 299 if (streq(inform, "dts")) in main() 301 else if (streq(inform, "fs")) in main() 303 else if(streq(inform, "dtb")) in main() 306 die("Unknown input format \"%s\"\n", inform); in main() [all...] |
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtc.c | 165 const char *inform = NULL; in main() local 185 inform = optarg; in main() 288 if (inform == NULL) in main() 289 inform = guess_input_format(arg, "dts"); in main() 293 if (streq(inform, "dts")) in main() 299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 301 if (streq(inform, "dts")) in main() 303 else if (streq(inform, "fs")) in main() 305 else if(streq(inform, "dtb")) in main() 308 die("Unknown input format \"%s\"\n", inform); in main() [all...] |
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 60 $(OPENSSL) x509 -inform PEM -in $< -outform DER -out $@ 63 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER -passin "pass:$(test_ca_pwd_rsa)" 79 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 87 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 268 $(OPENSSL) x509 -in $(test_ca_crt_file_ec) -out $@ -inform PEM -outform DER 272 $(OPENSSL) pkey -in $(test_ca_key_file_ec) -out $@ -inform PEM -outform DER 342 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 349 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER 428 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 432 $(OPENSSL) pkey -in $< -out $@ -inform PE [all...] |
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | structleak_plugin.c | 155 inform(DECL_SOURCE_LOCATION(var), in initialize() 232 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|
H A D | randomize_layout_plugin.c | 29 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) 960 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | structleak_plugin.c | 149 inform(DECL_SOURCE_LOCATION(var), in initialize() 225 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|
H A D | randomize_layout_plugin.c | 29 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) 864 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name); in plugin_init()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | mac.c | 89 int inform = FORMAT_BINARY; in mac_main() local 173 in = bio_open_default(infile, 'r', inform); in mac_main()
|
/third_party/openssl/apps/ |
H A D | mac.c | 89 int inform = FORMAT_BINARY; in mac_main() local 173 in = bio_open_default(infile, 'r', inform); in mac_main()
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
H A D | ima_keys.sh | 132 if ! openssl x509 -in $temp_file -inform der > /dev/null; then
|
/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 158 goto inform; in receive_data() 163 goto inform; in receive_data() 167 goto inform; in receive_data() 171 goto inform; in receive_data() 175 inform: in receive_data() 485 LOGE("Send an inform message, and set end failed"); in set_result() 531 LOGE("Malloc for encape inform message failed"); in encap_inform_message() 961 LOGE("Parse inform message payload failed"); in ParseInformMessage() 968 LOGE("Parse inform message error code is not exist"); in ParseInformMessage()
|
/third_party/libwebsockets/lib/roles/netlink/ |
H A D | ops-netlink.c | 326 goto inform; in rops_handle_POLLIN_netlink() 407 inform: in rops_handle_POLLIN_netlink()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 791 int inform, unsigned long mask); 793 int inform, unsigned long mask, 798 int inform, int nid);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_net.c | 73 int inform) in gelic_card_get_ether_port_status() 83 if (inform) { in gelic_card_get_ether_port_status() 204 * Usually caller of this function wants to inform that to the in gelic_descr_set_status() 72 gelic_card_get_ether_port_status(struct gelic_card *card, int inform) gelic_card_get_ether_port_status() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_net.c | 73 int inform) in gelic_card_get_ether_port_status() 83 if (inform) { in gelic_card_get_ether_port_status() 204 * Usually caller of this function wants to inform that to the in gelic_descr_set_status() 72 gelic_card_get_ether_port_status(struct gelic_card *card, int inform) gelic_card_get_ether_port_status() argument
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | asn1.h | 1007 int inform, unsigned long mask); 1009 int inform, unsigned long mask, 1014 int inform, int nid);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | asn1.h | 1007 int inform, unsigned long mask); 1009 int inform, unsigned long mask, 1014 int inform, int nid);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | asn1.h | 1007 int inform, unsigned long mask); 1009 int inform, unsigned long mask, 1014 int inform, int nid);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | asn1.h | 1007 int inform, unsigned long mask); 1009 int inform, unsigned long mask, 1014 int inform, int nid);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | asn1.h | 1007 int inform, unsigned long mask); 1009 int inform, unsigned long mask, 1014 int inform, int nid);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | asn1.h | 1007 int inform, unsigned long mask); 1009 int inform, unsigned long mask, 1014 int inform, int nid);
|