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

  /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 65 static int traverse_string(const unsigned char *p, int len, int inform,
85 int inform, unsigned long mask)
87 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
91 int inform, unsigned long mask,
107 switch(inform) {
159 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
200 if(inform == outform) {
227 traverse_string(in, len, inform, out_utf8, &outlen);
239 traverse_string(in, len, inform, cpyfunc, &p);
247 static int traverse_string(const unsigned char *p, int len, int inform,
    [all...]
a_strnid.c 122 int inlen, int inform, int nid)
133 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask,
135 } else ret = ASN1_mbstring_copy(out, in, inlen, inform, DIRSTRING_TYPE & global_mask);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
util.py 40 parser.add_option('--inform', dest='inform',
53 (cli.infilename, cli.inform), file=sys.stderr)
57 print('Reading private key from stdin in %s format' % cli.inform,
65 priv_key = rsa.key.PrivateKey.load_pkcs1(in_data, cli.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);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/
generate-client-cert-chain.sh 88 -inform PEM \
  /toolchain/binutils/binutils-2.25/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 454 $pipe = "|$openssl x509 -" . $hash . " -fingerprint -noout -inform PEM";
466 $pipe = "|$openssl x509 -text -inform PEM";
  /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
  /external/boringssl/src/include/openssl/
asn1.h     [all...]
  /external/webrtc/
PRESUBMIT.py 101 ' 4. Update/inform existing downstream code owners to stop using the '
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 58 - used to inform the recognizer that it needs to rewind
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js     [all...]

Completed in 1775 milliseconds