/aosp_15_r20/system/secretkeeper/core/src/ |
H A D | store.rs | 8 * http://www.apache.org/licenses/LICENSE-2.0 23 use ciborium::Value; 29 use secretkeeper_comm::data_types::{Id, Secret}; 35 /// 1) Storage: `PolicyGatedStorage` allows storing a Secret (and sealing_policy) which is indexed 36 /// by an [`Id`]. Under the hood, it uses a Key-Value based storage, which should be provided on 40 /// 2) Access control: Secretkeeper uses DICE policy based access control. Each secret is 42 /// storing a secret. Further access to this secret is restricted to clients whose DICE chain 49 /// Initialize Secretkeeper with a Key-Value store. Note: this Key-Value storage is the 51 pub fn init(secure_store: Box<dyn KeyValueStore>) -> Self { in init() 55 /// Store or update a secret (only if the stored policy allows access to client). [all …]
|
/aosp_15_r20/hardware/interfaces/security/secretkeeper/aidl/vts/ |
H A D | secretkeeper_cli.rs | 8 * http://www.apache.org/licenses/LICENSE-2.0 39 {Id, Secret}, 72 /// Store a secret value. 74 /// Get a secret value. 75 Get(GetArgs), enumerator 76 /// Delete a secret value. 78 /// Delete all secret values. 84 /// Identifier for the secret, as either a short (< 32 byte) string, or as 32 bytes of hex. 86 /// Value to use as the secret value. If specified as 32 bytes of hex, the decoded value 87 /// will be used as-is; otherwise, a string (less than 31 bytes in length) will be encoded [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/configparser/tests/ |
D | test.rs | 6 fn non_cs() -> Result<(), Box<dyn Error>> { in non_cs() 13 KFC = the secret herb is orega- in non_cs() 14 colon:value after colon in non_cs() 17 Password=[in-brackets] in non_cs() 25 Int = -31415 in non_cs() 33 config.get("DEFAULT", "defaultvalues").unwrap(), in non_cs() 38 config.get("DEFAULT", "defaultvalues").unwrap(), in non_cs() 48 assert_eq!(config.get("DEFAULT", "defaultvalues"), None); in non_cs() 50 config.get("topsecret", "KFC").unwrap(), in non_cs() 51 "the secret herb is orega-" in non_cs() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | secretmanager.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 14 "canonicalName": "Secret Manager", 17 "documentationLink": "https://cloud.google.com/secret-manager/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 112 "get": { object [all …]
|
D | secretmanager.v1beta1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 14 "canonicalName": "Secret Manager", 17 "documentationLink": "https://cloud.google.com/secret-manager/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 112 "get": { object [all …]
|
D | cloudbuild.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 17 "documentationLink": "https://cloud.google.com/cloud-build/docs/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 111 …-running operation. The server makes a best effort to cancel the operation, but success is not gua… 135 "https://www.googleapis.com/auth/cloud-platform" [all …]
|
D | cloudfunctions.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 15 "description": "Manages lightweight user-provided functions executed in response to events.", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 110 "get": { object 111 …"description": "Gets the latest state of a long-running operation. Clients can use this method to … [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/ |
H A D | WebhookConfig.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 75 * Enumerates potential issues with the Secret Manager secret provided by the 106 * The secret provided in auth_method has been deleted. 112 UNRECOGNIZED(-1), 139 * The secret provided in auth_method has been deleted. 149 "Can't get the number of an unknown enum value."); in getNumber() 151 return value; in getNumber() 155 * @param value The numeric wire value of the corresponding enum entry. 156 * @return The enum associated with the given numeric wire value. 160 public static State valueOf(int value) { in valueOf() argument [all …]
|
H A D | Secrets.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * Secrets and secret environment variables. 78 * Secrets in Secret Manager and associated secret environment variable. 91 * Secrets in Secret Manager and associated secret environment variable. 105 * Secrets in Secret Manager and associated secret environment variable. 118 * Secrets in Secret Manager and associated secret environment variable. 125 return secretManager_.get(index); in getSecretManager() 131 * Secrets in Secret Manager and associated secret environment variable. 139 return secretManager_.get(index); in getSecretManagerOrBuilder() 150 * Secrets encrypted with KMS key and the associated secret environment [all …]
|
H A D | Secret.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * Pairs a set of secret environment variables containing encrypted 26 * values with the Cloud KMS key to use to decrypt the value. 28 * `kmsKeyName` with `secret`. For instructions see: 29 * https://cloud.google.com/cloud-build/docs/securing-builds/use-encrypted-credentials. 32 * Protobuf type {@code google.devtools.cloudbuild.v1.Secret} 34 public final class Secret extends com.google.protobuf.GeneratedMessageV3 class 36 // @@protoc_insertion_point(message_implements:google.devtools.cloudbuild.v1.Secret) 39 // Use Secret.newBuilder() to construct. 40 private Secret(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Secret() method in Secret [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | analyticsadmin_v1alpha.properties.androidAppDataStreams.measurementProtocolSecrets.html | 8 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 …]
|
D | analyticsadmin_v1alpha.properties.iosAppDataStreams.measurementProtocolSecrets.html | 8 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 …]
|
D | analyticsadmin_v1alpha.properties.webDataStreams.measurementProtocolSecrets.html | 8 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 …]
|
D | cloudbuild_v1.projects.githubEnterpriseConfigs.html | 8 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 …]
|
D | cloudbuild_v1.projects.locations.githubEnterpriseConfigs.html | 8 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-secretmanager/proto-google-cloud-secretmanager-v1/src/main/java/com/google/cloud/secretmanager/v1/ |
H A D | Secret.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * A [Secret][google.cloud.secretmanager.v1.Secret] is a logical secret whose 26 * value and versions can be accessed. 27 * A [Secret][google.cloud.secretmanager.v1.Secret] is made up of zero or more 29 * the secret data. 32 * Protobuf type {@code google.cloud.secretmanager.v1.Secret} 34 public final class Secret extends com.google.protobuf.GeneratedMessageV3 class 36 // @@protoc_insertion_point(message_implements:google.cloud.secretmanager.v1.Secret) 39 // Use Secret.newBuilder() to construct. 40 private Secret(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Secret() method in Secret [all …]
|
H A D | ListSecretsResponse.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 74 private java.util.List<com.google.cloud.secretmanager.v1.Secret> secrets_; 79 …* The list of [Secrets][google.cloud.secretmanager.v1.Secret] sorted in reverse by create_time (ne… 83 * <code>repeated .google.cloud.secretmanager.v1.Secret secrets = 1;</code> 86 public java.util.List<com.google.cloud.secretmanager.v1.Secret> getSecretsList() { in getSecretsList() 93 …* The list of [Secrets][google.cloud.secretmanager.v1.Secret] sorted in reverse by create_time (ne… 97 * <code>repeated .google.cloud.secretmanager.v1.Secret secrets = 1;</code> 108 …* The list of [Secrets][google.cloud.secretmanager.v1.Secret] sorted in reverse by create_time (ne… 112 * <code>repeated .google.cloud.secretmanager.v1.Secret secrets = 1;</code> 122 …* The list of [Secrets][google.cloud.secretmanager.v1.Secret] sorted in reverse by create_time (ne… [all …]
|
/aosp_15_r20/external/aws-crt-java/codebuild/ |
H A D | common-linux.sh | 3 set -e 5 if test -f "/tmp/setup_proxy_test_env.sh"; then 11 git submodule update --init 13 curl https://www.amazontrust.com/repository/AmazonRootCA1.pem --output /tmp/AmazonRootCA1.pem 14 …ws secretsmanager get-secret-value --secret-id "unit-test/certificate" --query "SecretString" | cu… 15 …ws secretsmanager get-secret-value --secret-id "unit-test/privatekey" --query "SecretString" | cut… 16 …ws secretsmanager get-secret-value --secret-id "ecc-test/certificate" --query "SecretString" | cut… 17 …aws secretsmanager get-secret-value --secret-id "ecc-test/privatekey" --query "SecretString" | cut… 18 …s secretsmanager get-secret-value --secret-id "unit-test/privatekey-p8" --query "SecretString" | c… 19 …DPOINT=$(aws secretsmanager get-secret-value --secret-id "unit-test/endpoint" --query "SecretStrin… [all …]
|
/aosp_15_r20/external/aws-crt-java/utils/ |
H A D | mqtt5_test_setup.sh | 3 # Get the S3 URL containing all of the MQTT5 testing environment variables passed in to the bash sc… 11 echo "Could not get S3 bucket for environment variables and/or region." 30 unset $(grep -v '^#' ${PWD}/environment_files.txt | xargs | cut -d "=" -f 1) 47 # Get the file from S3 52 echo "Environment variables secret found" 54 echo "Could not get environment variables from secrets!" 60 export $(grep -v '^#' environment_files.txt | xargs) 62 # CRT/non-builder certificate and key processing 63 # Get the certificate and key secrets (dumps straight to a file) 64 …get-secret-value --secret-id "${AWS_TEST_MQTT5_CERTIFICATE_FILE_SECRET}" --query "SecretString" --… [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
H A D | CryptUtil.c | 63 digestSize = CryptHmacStart2B(&hmacState, signature->signature.any.hashAlg, in CryptHmacSign() 64 &signKey->sensitive.sensitive.bits.b); in CryptHmacSign() 65 CryptDigestUpdate2B(&hmacState.hashState, &hashData->b); in CryptHmacSign() 67 (BYTE *)&signature->signature.hmac.digest); in CryptHmacSign() 88 &signKey->publicArea.parameters.keyedHashDetail.scheme; in CryptHMACVerifySignature() 90 if((signature->sigAlg != TPM_ALG_HMAC) in CryptHMACVerifySignature() 91 || (signature->signature.hmac.hashAlg == TPM_ALG_NULL)) in CryptHMACVerifySignature() 98 if((keyScheme->scheme != TPM_ALG_NULL) in CryptHMACVerifySignature() 99 && ((keyScheme->scheme != signature->sigAlg) in CryptHMACVerifySignature() 100 || (keyScheme->details.hmac.hashAlg in CryptHMACVerifySignature() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/secretsmanager/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2017-10-17", 13 "uid":"secretsmanager-2017-10-17" 32 …secret, call <a>GetSecretValue</a>. </p> <p>To choose which secrets to retrieve, you can specify a… 48 …secret by moving the staging label <code>AWSCURRENT</code> to the version that has <code>AWSPENDIN… 70 …secret. A <i>secret</i> can be a password, a set of credentials such as a user name and password, … 86 …-based permission policy attached to the secret. To attach a policy to a secret, use <a>PutResourc… 102 …secret and all of its versions. You can specify a recovery window during which you can restore the… 117 …secret. It does not include the encrypted secret value. Secrets Manager only returns fields that h… 132 …-./:;<=>?@[\\\\]^_`{|}~</code> </p> <p>Secrets Manager generates a CloudTrail log entry when… 148 …-based policy document attached to the secret. For more information about permissions policies att… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/ |
H A D | SecretVolumeSource.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * The secret's value will be presented as the content of a file whose 27 * the file is the secret. 81 * Required. The name of the secret in Cloud Secret Manager. 82 * Format: {secret} if the secret is in the same project. 83 * projects/{project}/secrets/{secret} if the secret is 87 * <code>string secret = 1 [(.google.api.field_behavior) = REQUIRED];</code> 89 * @return The secret. 107 * Required. The name of the secret in Cloud Secret Manager. 108 * Format: {secret} if the secret is in the same project. [all …]
|
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/ |
D | appengine.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 85 """Storage for the sites XSRF secret key. 90 secret = db.StringProperty() variable in SiteXsrfSecretKey 94 """Returns a random XSRF secret key.""" 99 """Return the secret key for use for XSRF protection. 101 If the Site entity does not have a secret key, this method will also create 105 The secret key. 107 secret = memcache.get(XSRF_MEMCACHE_ID, namespace=OAUTH2CLIENT_NAMESPACE) 108 if not secret: 111 if not model.secret: [all …]
|
/aosp_15_r20/external/google-cloud-java/java-secretmanager/proto-google-cloud-secretmanager-v1beta1/src/main/java/com/google/cloud/secretmanager/v1beta1/ |
H A D | ListSecretsResponse.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 78 secrets_ = new java.util.ArrayList<com.google.cloud.secretmanager.v1beta1.Secret>(); in ListSecretsResponse() 83 com.google.cloud.secretmanager.v1beta1.Secret.parser(), extensionRegistry)); in ListSecretsResponse() 136 private java.util.List<com.google.cloud.secretmanager.v1beta1.Secret> secrets_; 141 …* The list of [Secrets][google.cloud.secrets.v1beta1.Secret] sorted in reverse by create_time (new… 145 * <code>repeated .google.cloud.secrets.v1beta1.Secret secrets = 1;</code> 148 public java.util.List<com.google.cloud.secretmanager.v1beta1.Secret> getSecretsList() { in getSecretsList() 155 …* The list of [Secrets][google.cloud.secrets.v1beta1.Secret] sorted in reverse by create_time (new… 159 * <code>repeated .google.cloud.secrets.v1beta1.Secret secrets = 1;</code> 170 …* The list of [Secrets][google.cloud.secrets.v1beta1.Secret] sorted in reverse by create_time (new… [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/ |
H A D | release-to-maven.yml | 6 - pip install awscli --upgrade --user 10 - ROOT=`pwd` 11 - SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml 12 - SETTINGS_XML=release-settings-final.xml 13 - SDK_SIGNING_GPG_SECRING=secring.gpg 14 …- SDK_SIGNING_GPG_SECRING_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp… 15 …- SDK_SIGNING_GPG_KEYNAME_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp… 16 …- SDK_SIGNING_GPG_PASSPHRASE_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing… 17 …- SONATYPE_PASSWORD_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sonatype-password-I2… 21 …- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive … [all …]
|