Home
last modified time | relevance | path

Searched refs:signing (Results 1 – 25 of 43) sorted by relevance

12

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLSignature.java72 private boolean signing; field in OpenSSLSignature
91 if (signing) { in resetContext()
119 if (signing) { in engineUpdate()
161 if (signing) { in engineUpdate()
196 private void initInternal(OpenSSLKey newKey, boolean signing) throws InvalidKeyException { in initInternal() argument
200 this.signing = signing; in initInternal()
/external/kmod/testsuite/rootfs-pristine/test-modinfo/
Dcorrect-signer.txt1 Magrathea: Glacier signing key
2 Magrathea: Glacier signing key
Dcorrect.txt10 signer: Magrathea: Glacier signing key
22 signer: Magrathea: Glacier signing key
/external/hamcrest/
Dbuild.gradle5 apply plugin: 'signing'
61 signing {
70 beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
/external/vboot_reference/
DREADME48 Tools and scripts used to generate and use new signing keypairs. These are
97 * Step 1: Generate RSA root and signing keys.
103 The signing key can be between 1024-8192 bits.
173 kernel signing key must be generated. The firmware signing generated above
/external/testng/gradle/
Dpublishing-maven.gradle20 signing {
42 beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
Dpublishing.gradle3 apply plugin: 'signing'
/external/libese/tools/ese_ls_provision/
DREADME.md9 of compiling, encrypting and signing these scripts with the `ls-cgt.jar` tool is a file containing
11 the certificate for the signing key. This tool takes those signed, encrypted scripts and sends
/external/vboot_reference/scripts/image_signing/
Dversions.default2 # firmware and kernel versions to set during the signing process.
/external/conscrypt/
DRELEASING.md35 your OSSRH (OSS Repository Hosting) account and signing keys.
50 # You need the signing properties only if you are making release deployment
51 signing.keyId=<8-character-public-key-id>
52 signing.password=<key-password>
53 signing.secretKeyRingFile=<your-home-directory>/.gnupg/secring.gpg
159 You'll also need to update `signing.secretKeyRingFile` in
Dbuild.gradle39 apply plugin: "signing"
111 signing {
172 beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
/external/protobuf/csharp/keys/
DREADME.md9 signing key should be checked into the repository.
/external/smali/
Dbuild.gradle129 apply plugin: 'signing'
148 signing {
157 beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
/external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
Dcontrol13 This test verifies that a user's pkcs11 signing keys are preserved
/external/autotest/client/site_tests/login_LoginSuccess/
Dcontrol.stress214 This test stress tests and verifies that signing in via the UI (using Telemetry)
Dcontrol.stress314 This test stress tests and verifies that signing in via the UI (using Telemetry)
Dcontrol.stress14 This test stress tests and verifies that signing in via the UI (using Telemetry)
Dcontrol15 This test verifies that signing in via the UI (using Telemetry) works correctly.
/external/vboot_reference/utility/
Ddev_make_keypair13 This creates BASENAME.vbpubk and BASENAME.vbprivk pairs for use in signing
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf167 # the certificate can be used for anything *except* object signing.
172 # For an object signing certificate this would be used.
178 # and for everything including object signing:
/external/linux-kselftest/
D.gitignore104 # Leavings from module signing
/external/kmod/
DTODO4 * Add command for signing modules
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties237 # certificate not usable for signing certs
238 CertPathReviewer.noCertSign.title = Key not usable for signing certificates
239 …= The key usage constraint does not allow the use of this certificate key for signing certificates.
240 CertPathReviewer.noCertSign.summary = The certificate key can not be used for signing certificates.
241 …= The key usage constraint does not allow the use of this certificate key for signing certificates.
443 # Issuer certificate key usage extension does not permit crl signing
445 …er.noCrlSigningPermited.text = CRL checking failed: issuer certificate does not permit CRL signing.
446 …noCrlSigningPermited.summary = CRL checking failed: issuer certificate does not permit CRL signing.
447 …noCrlSigningPermited.details = CRL checking failed: issuer certificate does not permit CRL signing.
/external/openssh/
Dssh-keygen.0167 -h When signing a key, create a host certificate instead of a user
171 Specify the key identity when signing a public key. Please see
225 included in a certificate when signing a key. Multiple
230 Specify a certificate option when signing a key. This option may
335 Specify a validity interval when signing a certificate. A
407 ssh-keygen supports signing of keys to produce certificates that may be
/external/conscrypt/android/
Dbuild.gradle149 beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

12