/third_party/openssl/crypto/asn1/ |
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() argument 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() argument 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 [all …]
|
D | a_strnid.c | 81 int inform, int nid) in ASN1_STRING_set_by_NID() argument 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()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
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() argument 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() argument 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 [all …]
|
D | a_strnid.c | 81 int inform, int nid) in ASN1_STRING_set_by_NID() argument 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()
|
/third_party/mbedtls/tests/data_files/ |
D | Makefile | 57 $(OPENSSL) x509 -inform PEM -in $< -outform DER -out $@ 60 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER -passin "pass:$(test_ca_pwd_rsa)" 68 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 76 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 230 $(OPENSSL) x509 -in $(test_ca_crt_file_ec) -out $@ -inform PEM -outform DER 234 $(OPENSSL) pkey -in $(test_ca_key_file_ec) -out $@ -inform PEM -outform DER 304 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 311 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER 390 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER 394 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER [all …]
|
/third_party/node/deps/openssl/openssl/apps/ |
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/ |
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/doc/man1/ |
D | openssl-asn1parse.pod.in | 12 [B<-inform> B<DER>|B<PEM>] 41 =item B<-inform> B<DER>|B<PEM> 101 If this option is used then B<-inform> will be ignored. Without this option any 177 openssl asn1parse -inform DER -in file.der
|
D | openssl-pkcs7.pod.in | 16 [B<-inform> B<DER>|B<PEM>] 40 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
|
D | openssl-crl2pkcs7.pod.in | 12 [B<-inform> B<DER>|B<PEM>] 34 =item B<-inform> B<DER>|B<PEM>
|
D | openssl-dsaparam.pod.in | 12 [B<-inform> B<DER>|B<PEM>] 39 =item B<-inform> B<DER>|B<PEM>
|
D | openssl-crl.pod.in | 12 [B<-inform> B<DER>|B<PEM>] 47 =item B<-inform> B<DER>|B<PEM>
|
D | openssl-dhparam.pod.in | 12 [B<-inform> B<DER>|B<PEM>] 43 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
|
D | openssl-pkcs8.pod.in | 13 [B<-inform> B<DER>|B<PEM>] 53 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM> 70 file in a format specified by B<-inform>. The output file will be encrypted 236 openssl pkcs8 -inform DER -nocrypt -in key.der -out key.pem
|
D | openssl-sess_id.pod.in | 12 [B<-inform> B<DER>|B<PEM>] 40 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>|B<NSS>
|
D | openssl-ecparam.pod.in | 12 [B<-inform> B<DER>|B<PEM>] 44 =item B<-inform> B<DER>|B<PEM>
|
D | openssl-dsa.pod.in | 16 [B<-inform> B<DER>|B<PEM>] 59 =item B<-inform> B<DER>|B<PEM>
|
D | openssl-rsa.pod.in | 16 [B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 61 =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
|
D | openssl-pkeyparam.pod.in | 72 There are no B<-inform> or B<-outform> options for this command because only
|
D | openssl-ec.pod.in | 16 [B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 52 =item B<-inform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_keys.sh | 132 if ! openssl x509 -in $temp_file -inform der > /dev/null; then
|
/third_party/libcoap/ |
D | HOWTO.pkcs11 | 59 openssl pkcs8 -topk8 -inform PEM -outform PEM -in server-key.pem \ 72 openssl pkcs8 -topk8 -inform PEM -outform PEM -in client-key.pem \
|
/third_party/libwebsockets/lib/roles/netlink/ |
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/ |
D | asn1.h | 791 int inform, unsigned long mask); 793 int inform, unsigned long mask, 798 int inform, int nid);
|
/third_party/NuttX/ |
D | AUTHORS | 2 If you are not on this list and believe you should be, please inform us.
|