Home
last modified time | relevance | path

Searched +full:- +full:- +full:keyid +full:- +full:format (Results 1 – 25 of 108) sorted by relevance

12345

/external/okio/docs/
Dreleasing.md15 $ gpg --full-generate-key
21 $ gpg --list-keys --keyid-format LONG
23 ------------------------------
24 pub rsa4096/XXXXXXXXXXXXXXXX 2019-07-16 [SC] [expires: 2029-07-13]
27 sub rsa4096/ZZZZZZZZZZZZZZZZ 2019-07-16 [E] [expires: 2029-07-13]
29 $ gpg --send-keys --keyserver keyserver.ubuntu.com XXXXXXXXXXXXXXXX
37 signing.keyId=1A2345F8
42 `signing.keyId` is the GPG key's ID. Get it with this:
45 $ gpg --list-keys --keyid-format SHORT
51 file manually with the following command where `XXXXXXXX` is the `keyId` above:
[all …]
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java8 * http://www.apache.org/licenses/LICENSE-2.0
46 return 0.5 * (lst.get(len / 2) + lst.get(len / 2 - 1)); in median()
78 double dy = yp[ip] - yp[ip-1]; in interp()
79 double dx = xp[ip] - xp[ip-1]; in interp()
80 y[i] = yp[ip-1] + dy/dx * (x[i] - xp[ip-1]); in interp()
90 for (double v : a) sumsq += (v-m)*(v-m); in stdev()
116 public static String array2string(double[] a, String format) { in array2string() argument
120 sb.append(String.format(format, x)); in array2string()
150 * Simplified Java re-implementation or py/qslog/minimization.py.
163 …stddevs[i] = getShiftError(laserT, touchT, touchY, bestShift + shiftStep * i - shiftStep * steps /… in findBestShift()
[all …]
/external/rust/crates/openssl/src/x509/
Dextension.rs33 fn default() -> BasicConstraints { in default()
40 pub fn new() -> BasicConstraints { in new()
49 pub fn critical(&mut self) -> &mut BasicConstraints { in critical()
55 pub fn ca(&mut self) -> &mut BasicConstraints { in ca()
60 /// Sets the `pathlen` to an optional non-negative value. The `pathlen` is the
62 pub fn pathlen(&mut self, pathlen: u32) -> &mut BasicConstraints { in pathlen()
68 pub fn build(&self) -> Result<X509Extension, ErrorStack> { in build()
101 fn default() -> KeyUsage { in default()
108 pub fn new() -> KeyUsage { in new()
124 pub fn critical(&mut self) -> &mut KeyUsage { in critical()
[all …]
/external/autotest/server/hosts/
Dcros_label.py3 # Use of this source code is governed by a BSD-style license that can be
27 # pylint: disable=missing-docstring
39 @returns: LsbOutput with the result of parsing the /etc/lsb-release output
41 release_info = utils.parse_cmd_output('cat /etc/lsb-release',
71 """Determine the correct brand_code (aka RLZ-code) for the device."""
80 cros_config_cmd = 'cros_config / brand-code'
93 working_bluetooth_btpeer:[1-4] will be assigned depending on the number of
138 self.ver = host.run('gsctool -a -f', ignore_status=True)
161 _NAME = 'cr50-rw-keyid'
164 """Get the keyid of the given region."""
[all …]
/external/python/google-api-python-client/docs/dyn/
Dandroidenterprise_v1.serviceaccountkeys.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dfirebaseappcheck_v1beta.projects.apps.deviceCheckConfig.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dprivateca_v1.projects.locations.caPools.certificates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dprivateca_v1beta1.projects.locations.certificateAuthorities.certificates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dprivateca_v1.projects.locations.caPools.certificateAuthorities.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl05.c1 // SPDX-License-Identifier: GPL-2.0-or-later
10 * 1. Try to update a key of a type that has a ->preparse() method but not an
11 * ->update() method. Examples are the "asymmetric" and "dns_resolver" key
13 * "asymmetric" key type's ->free_preparse() method will dereference a
17 * need a specially-formatted payload and several kernel config options. We
36 * in DER format, generated using:
38 * openssl req -x509 -newkey rsa:512 -batch -nodes -outform der \
86 key_serial_t keyid; in test_update_nonupdatable() local
118 keyid = TST_RET; in test_update_nonupdatable()
121 * Non-updatable keys don't start with write permission, so we must in test_update_nonupdatable()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
DSsManifestParser.java8 * http://www.apache.org/licenses/LICENSE-2.0
24 import com.google.android.exoplayer2.Format;
53 * @see <a href="http://msdn.microsoft.com/en-us/library/ee673436(v=vs.90).aspx">IIS Smooth
54 * Streaming Client Manifest Format</a>
144 skippingElementDepth--; in parse()
388 Format[] formats = streamElement.formats; in build()
481 byte[] keyId = Base64.decode(keyIdString, Base64.DEFAULT); in getProtectionElementKeyId()
482 swap(keyId, 0, 3); in getProtectionElementKeyId()
483 swap(keyId, 1, 2); in getProtectionElementKeyId()
484 swap(keyId, 4, 5); in getProtectionElementKeyId()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
DSsManifestParser.java8 * http://www.apache.org/licenses/LICENSE-2.0
24 import com.google.android.exoplayer2.Format;
53 * @see <a href="http://msdn.microsoft.com/en-us/library/ee673436(v=vs.90).aspx">IIS Smooth
54 * Streaming Client Manifest Format</a>
144 skippingElementDepth--; in parse()
382 Format[] formats = streamElement.formats; in build()
475 byte[] keyId = Base64.decode(keyIdString, Base64.DEFAULT); in getProtectionElementKeyId()
476 swap(keyId, 0, 3); in getProtectionElementKeyId()
477 swap(keyId, 1, 2); in getProtectionElementKeyId()
478 swap(keyId, 4, 5); in getProtectionElementKeyId()
[all …]
/external/fsverity-utils/man/
Dfsverity.1.md1 % FSVERITY(1) fsverity-utils v1.5 | User Commands
7 fsverity - userspace utility for fs-verity
18 **fsverity** is a userspace utility for fs-verity. fs-verity is a Linux kernel
19 filesystem feature that does transparent on-demand verification of the contents
20 of read-only files using Merkle trees.
22 **fsverity** can enable fs-verity on files, retrieve the digests of fs-verity
23 files, and sign files for use with fs-verity (among other things).
27 options. For examples and more information about the fs-verity kernel feature,
34 **\-\-help**
37 **\-\-version**
[all …]
/external/pigweed/pw_software_update/
Dtuf.proto7 // https://www.apache.org/licenses/LICENSE-2.0
67 // Follows the Semantic Versioning 2.0.0 (semver) format. Metadata is
81 // string following the ISO 8601 standard. The expected format of the date and
82 // time string is "YYYY-MM-DDTHH:MM:SSZ". Time is always in UTC, and the "Z"
84 // E.g. "2030-08-26T16:48:27Z".
96 // in the absence of canonical protobuf -- i.e. it makes the various
109 // Map from Keyid to Key.
110 // Keyid is a unique identifier that identifies a cryptographic key.
127 reserved 65 to 255; // Reserved for project-specific usage.
131 // project-specific update metadata should go in the top-level targets_metadata
[all …]
/external/cronet/third_party/boringssl/src/fuzz/conf_corpus/
D4a69a44ef6160aaddd0361db4d35b49eb48dfcc121 # (and highly broken) format.
40 # and supplied fields are just that :-)
61 # To use this configuration file with the "-extfile" option of the
106 # (and highly broken) format.
125 # and supplied fields are just that :-)
179 stateOrProvinceName_default = Some-State
186 # we can do this but it is not needed normally :-)
199 # SET-ex3 = SET extension number 3
240 authorityKeyIdentifier=keyid,issuer
252 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
[all …]
D35047bb8f4ab1d64027c5a849420b1696a353c8e11 authorityKeyIdentifier=keyid:always,issuer
16 # prevent it being used as an test self-signed certificate it is best
51 # To use this configuration file with the "-extfile" option of the
96 # (and highly broken) format.
115 # and supplied fields are just that :-)
169 stateOrProvinceName_default = Some-State
176 # we can do this but it is not needed normally :-)
189 # SET-ex3 = SET extension number 3
230 authorityKeyIdentifier=keyid,issuer
242 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
[all …]
De455aa989be06525bd8cf5ab6d8f5406a97353477 authorityKeyIdentifier=keyid:always
26 # To use this configuration file with the "-extfile" option of the
71 # (and highly broken) format.
90 # and supplied fields are just that :-)
144 stateOrProvinceName_default = Some-State
151 # we can do this but it is not needed normally :-)
164 # SET-ex3 = SET extension number 3
205 authorityKeyIdentifier=keyid,issuer
217 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
244 authorityKeyIdentifier=keyid:always,issuer
[all …]
Dc06bb154438af6218b8f58bc0f70520674fb309018 # To use this configuration file with the "-extfile" option of the
63 # (and highly broken) format.
82 # and supplied fields are just that :-)
136 stateOrProvinceName_default = Some-State
143 # we can do this but it is not needed normally :-)
156 # SET-ex3 = SET extension number 3
197 authorityKeyIdentifier=keyid,issuer
209 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
236 authorityKeyIdentifier=keyid:always,issuer
241 # prevent it being used as an test self-signed certificate it is best
[all …]
D48380f4be820e22599410baa62bb004274cbfac218 # To use this configuration file with the "-extfile" option of the
63 # (and highly broken) format.
82 # and supplied fields are just that :-)
136 stateOrProvinceName_default = Some-State
143 # we can do this but it is not needed normally :-)
156 # SET-ex3 = SET extension number 3
197 authorityKeyIdentifier=keyid,issuer
209 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
236 authorityKeyIdentifier=keyid:always,issuer
241 # prevent it being used as an test self-signed certificate it is best
[all …]
Da7d597a082be78a8a48a49bbbccaefcf7375ec2432 authorityKeyIdentifier=keyid,issuer
44 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
52 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
72 # To use this configuration file with the "-extfile" option of the
117 # (and highly broken) format.
136 # and supplied fields are just that :-)
190 stateOrProvinceName_default = Some-State
197 # we can do this but it is not needed normally :-)
210 # SET-ex3 = SET extension number 3
251 authorityKeyIdentifier=keyid,issuer
[all …]
Da9efbc43a88aedba79010aded171e39498be0c2f33 authorityKeyIdentifier=keyid,issuer
45 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
72 # To use this configuration file with the "-extfile" option of the
117 # (and highly broken) format.
136 # and supplied fields are just that :-)
190 stateOrProvinceName_default = Some-State
197 # we can do this but it is not needed normally :-)
210 # SET-ex3 = SET extension number 3
251 authorityKeyIdentifier=keyid,issuer
263 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
[all …]
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMCose.java8 * http://www.apache.org/licenses/LICENSE-2.0
47 public static final byte COSE_LABEL_COSE_KEY = (byte) 0xFF; // -1
50 public static final byte COSE_ALG_AES_GCM_256 = 3; // AES-GCM mode w/ 256-bit key, 128-bit tag.
51 public static final byte COSE_ALG_HMAC_256 = 5; // HMAC w/ SHA-256
52 public static final byte COSE_ALG_ES256 = (byte) 0xF9; // ECDSA w/ SHA-256; -7
53 public static final byte COSE_ALG_ECDH_ES_HKDF_256 = (byte) 0xE7; // ECDH-EC+HKDF-256; -25
74 public static final byte COSE_KEY_CURVE = -1;
75 public static final byte COSE_KEY_PUBKEY_X = -2;
76 public static final byte COSE_KEY_PUBKEY_Y = -3;
77 public static final byte COSE_KEY_PRIV_KEY = -4;
[all …]
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf15 # To use this configuration file with the "-extfile" option of the
52 # (and highly broken) format.
70 # and supplied fields are just that :-)
135 # we can do this but it is not needed normally :-)
148 # SET-ex3 = SET extension number 3
189 authorityKeyIdentifier=keyid,issuer:always
201 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
225 authorityKeyIdentifier=keyid:always,issuer:always
234 # prevent it being used as an test self-signed certificate it is best
258 authorityKeyIdentifier=keyid:always,issuer:always
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_messages.py18 of members that are log-exempted.
23 same format of Binding.members.
45 that represents a service account. For example, `my-other-
86 NO_ATTR: Default non-attribute.
98 NO_OP: Default no-op.
101 IN: Set-inclusion check.
102 NOT_IN: Set-exclusion check.
117 NO_ATTR: Default non-attribute type
153 PrivateKeyTypeValueValuesEnum: The output format of the private key.
154 `GOOGLE_CREDENTIALS_FILE` is the default output format.
[all …]
/external/google-java-format/.github/workflows/
Drelease.yml1 name: Release google-java-format
11 build-maven-jars:
12 runs-on: ubuntu-latest
16 - name: Setup Signing Key
18 gpg-agent --daemon --default-cache-ttl 7200
19 echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --batch --import --no-tty
21 …gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "${{ secrets.GP…
23 gpg --list-secret-keys --keyid-format LONG
25 - name: Checkout
28 - name: Set up JDK
[all …]

12345