HomeSort by relevance Sort by last modified time
    Searched refs:inform (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/security/tools/
format_cert.sh 35 subject_hash=$("$OPENSSL" x509 -in "$in_file" -inform $in_form -subject_hash_old \
39 subject_hash=$("$OPENSSL" x509 -in "$in_file" -inform $in_form -subject_hash_old \
54 "$OPENSSL" x509 -in "$in_file" -inform $in_form -outform pem > "$out_file" && \
55 "$OPENSSL" x509 -in "$in_file" -inform $in_form -noout -text -fingerprint \
  /external/boringssl/src/crypto/asn1/
a_mbstr.c 66 static int traverse_string(const unsigned char *p, int len, int inform,
88 int inform, unsigned long mask)
90 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
94 int inform, unsigned long mask,
112 switch (inform) {
164 if (traverse_string(in, len, inform, type_str, &mask) < 0) {
208 if (inform == outform) {
235 traverse_string(in, len, inform, out_utf8, &outlen);
248 traverse_string(in, len, inform, cpyfunc, &p);
257 static int traverse_string(const unsigned char *p, int len, int inform,
    [all...]
a_strnid.c 130 int inform, int nid)
143 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask,
147 ASN1_mbstring_copy(out, in, inlen, inform,
  /external/dtc/
dtc.c 171 const char *inform = NULL; local
191 inform = optarg;
291 if (inform == NULL)
292 inform = guess_input_format(arg, "dts");
296 if (streq(inform, "dts"))
302 if (streq(inform, "dts"))
304 else if (streq(inform, "fs"))
306 else if(streq(inform, "dtb"))
309 die("Unknown input format \"%s\"\n", inform);
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 30 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -out "$DIR/cert-rsa-tbs.der" -noout -strparse 4
31 SIG_OFFSET=$(openssl asn1parse -in "$DIR/cert-rsa.der" -inform d | tail -1 | cut -f1 -d:)
32 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -strparse "$SIG_OFFSET" -noout -out "$DIR/cert-rsa-sig.der"
35 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -startdate -enddate > "$DIR/cert-rsa-dates.txt"
38 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -serial > "$DIR/cert-rsa-serial.txt"
97 openssl x509 -inform d -in "$DIR/cert-rsa.der" -out /tmp/cert-rsa.pem
102 openssl asn1parse -in "$DIR/crl-rsa.der" -inform d -out "$DIR/crl-rsa-tbs.der" -noout -strparse 4
103 SIG_OFFSET=$(openssl asn1parse -in "$DIR/crl-rsa.der" -inform d | tail -1 | cut -f1 -d:)
104 openssl asn1parse -in "$DIR/crl-rsa.der" -inform d -strparse "$SIG_OFFSET" -noout -out "$DIR/crl-rsa-sig.der"
106 openssl x509 -inform d -in "$DIR/cert-dsa.der" -out /tmp/cert-dsa.pe
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic-core.h 74 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
  /build/make/tools/releasetools/
check_ota_package_signature.py 112 cmd = ['openssl', 'asn1parse', '-inform', 'DER', '-in', sig_file]
132 cmd = ['openssl', 'asn1parse', '-inform', 'DER', '-in', decrypted_file]
  /system/core/liblog/
logger_write.c 428 goto inform;
432 goto inform;
436 goto inform;
440 goto inform;
443 goto inform;
446 goto inform;
449 goto inform;
452 goto inform;
456 inform:
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
generate-client-cert-chain.sh 92 -inform PEM \
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.c 853 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
883 inform (const char * message, ...) function
1020 inform (_("Processing def file: %s"), name);
1024 inform (_("Processed def file"));
1103 inform (_("NAME: %s base: %x"), name, base);
    [all...]
dllwrap.c 117 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
128 inform ()
146 inform (const char *message, ...) function
206 inform (_("Tried file: %s"), cmd);
213 inform (_("Using file: %s"), cmd);
    [all...]
  /external/curl/lib/
mk-ca-bundle.pl 504 $pipe = "|$openssl x509 -" . $hash . " -fingerprint -noout -inform PEM";
516 $pipe = "|$openssl x509 -text -inform PEM";
  /compatibility/cdd/9_security-model/
9_4_alternate-execution-environments.md 41 the alternate runtime MUST inform the user that the application will be able to
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 192 openssl asn1parse -in server.der -inform DER | grep HEX | tail -1 | sed 's/.*://' | xxd -r -p > logo.der
193 openssl asn1parse -in logo.der -inform DER > logo.asn1
  /build/soong/ui/build/
proc_sync.go 77 // If we had to wait at all, then when the wait is done, we inform the user
  /external/boringssl/src/include/openssl/
asn1.h 849 OPENSSL_EXPORT int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask);
850 OPENSSL_EXPORT int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize);
    [all...]
  /external/webrtc/
PRESUBMIT.py 101 ' 4. Update/inform existing downstream code owners to stop using the '
  /prebuilts/go/darwin-x86/src/sync/
mutex.go 91 // Try to set mutexWoken flag to inform Unlock
  /prebuilts/go/linux-x86/src/sync/
mutex.go 91 // Try to set mutexWoken flag to inform Unlock
  /build/soong/android/
namespace.go 194 // inform the module whether its namespace is one that we want to export to Make
  /prebuilts/go/darwin-x86/src/runtime/
race.go 29 // between goroutines. These inform the race detector about actual synchronization
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
race.go 29 // between goroutines. These inform the race detector about actual synchronization
proc.go     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 58 - used to inform the recognizer that it needs to rewind

Completed in 1566 milliseconds

1 2