Home
last modified time | relevance | path

Searched full:secret (Results 1 – 25 of 4799) sorted by relevance

12345678910>>...192

/aosp_15_r20/external/aws-sdk-java-v2/services/secretsmanager/src/main/resources/codegen-resources/
H A Dexamples-1.json10 "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
19secret. The operation sets the RotationEnabled field to false and cancels all scheduled rotations.…
20 "id": "to-cancel-scheduled-rotation-for-a-secret-1523996016032",
21 "title": "To cancel scheduled rotation for a secret"
28 "Description": "My test database secret created with the CLI",
33 "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
43 …n": "The following example shows how to create a secret. The credentials stored in the encrypted s…
44 "id": "to-create-a-basic-secret-1523996473658",
45 "title": "To create a basic secret"
54 … "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseMasterSecret-a1b2c3",
[all …]
H A Dservice-2.json32secret, call <a>GetSecretValue</a>. </p> <p>To choose which secrets to retrieve, you can specify a…
48 …so need to determine whether to roll back to the previous version of the secret by moving the stag…
70secret. A <i>secret</i> can be a password, a set of credentials such as a user name and password, …
86 …tes the resource-based permission policy attached to the secret. To attach a policy to a secret, u…
102secret and all of its versions. You can specify a recovery window during which you can restore the…
117 …"documentation":"<p>Retrieves the details of a secret. It does not include the encrypted secret va…
148secret. For more information about permissions policies attached to a secret, see <a href=\"https:…
165secret, whichever contains content.</p> <p>To retrieve the values for a group of secrets, call <a>…
181 …n":"<p>Lists the versions of a secret. Secrets Manager uses staging labels to indicate the differe…
197secret, use <a>DescribeSecret</a>.</p> <p>To list the versions of a secret, use <a>ListSecretVersi…
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dsecretmanager_v1.projects.secrets.html75 <h1><a href="secretmanager_v1.html">Secret Manager API</a> . <a href="secretmanager_v1.projects.htm…
84 …="firstline">Creates a new SecretVersion containing secret data and attaches it to an existing Sec…
90 <p class="firstline">Creates a new Secret containing no SecretVersions.</p>
93 <p class="firstline">Deletes a Secret.</p>
96 <p class="firstline">Gets metadata for a given Secret.</p>
99 …class="firstline">Gets the access control policy for a secret. Returns empty policy if the secret
108 <p class="firstline">Updates metadata of an existing Secret.</p>
111 …specified secret. Replaces any existing policy. Permissions on SecretVersions are enforced accordi…
114 <p class="firstline">Returns permissions that a caller has for the specified secret. If the secret
118 <pre>Creates a new SecretVersion containing secret data and attaches it to an existing Secret.
[all …]
/aosp_15_r20/external/google-cloud-java/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1beta1/
H A DSecretManagerServiceClient.java45 * Service Description: Secret Manager Service
51 * <li>[Secret][google.cloud.secrets.v1beta1.Secret]
63 * Secret secret = Secret.newBuilder().build();
64 * Secret response = secretManagerServiceClient.createSecret(parent, secretId, secret);
173 * Lists [Secrets][google.cloud.secrets.v1beta1.Secret].
181 * for (Secret element : secretManagerServiceClient.listSecrets(parent).iterateAll()) {
188 * [Secrets][google.cloud.secrets.v1beta1.Secret], in the format `projects/&#42;`.
201 * Lists [Secrets][google.cloud.secrets.v1beta1.Secret].
209 * for (Secret element : secretManagerServiceClient.listSecrets(parent).iterateAll()) {
216 * [Secrets][google.cloud.secrets.v1beta1.Secret], in the format `projects/&#42;`.
[all …]
/aosp_15_r20/external/googleapis/google/cloud/secretmanager/v1beta2/
H A Dresources.proto34 // A [Secret][google.cloud.secretmanager.v1beta2.Secret] is a logical secret
37 // A [Secret][google.cloud.secretmanager.v1beta2.Secret] is made up of zero or
39 // represent the secret data.
40 message Secret { message
42 type: "secretmanager.googleapis.com/Secret"
43 pattern: "projects/{project}/secrets/{secret}"
44 pattern: "projects/{project}/locations/{location}/secrets/{secret}"
46 singular: "secret"
50 // [Secret][google.cloud.secretmanager.v1beta2.Secret] in the format
54 // Optional. Immutable. The replication policy of the secret data attached to
[all …]
H A Dservice.proto39 // Secret Manager Service
44 // * [Secret][google.cloud.secretmanager.v1beta2.Secret]
51 // Lists [Secrets][google.cloud.secretmanager.v1beta2.Secret].
62 // Creates a new [Secret][google.cloud.secretmanager.v1beta2.Secret]
65 rpc CreateSecret(CreateSecretRequest) returns (Secret) {
68 body: "secret"
71 body: "secret"
74 option (google.api.method_signature) = "parent,secret_id,secret";
79 // containing secret data and attaches it to an existing
80 // [Secret][google.cloud.secretmanager.v1beta2.Secret].
[all …]
/aosp_15_r20/external/googleapis/google/cloud/secretmanager/v1/
H A Dresources.proto34 // A [Secret][google.cloud.secretmanager.v1.Secret] is a logical secret whose
37 // A [Secret][google.cloud.secretmanager.v1.Secret] is made up of zero or more
39 // the secret data.
40 message Secret { message
42 type: "secretmanager.googleapis.com/Secret"
43 pattern: "projects/{project}/secrets/{secret}"
44 pattern: "projects/{project}/locations/{location}/secrets/{secret}"
46 singular: "secret"
50 // [Secret][google.cloud.secretmanager.v1.Secret] in the format
54 // Optional. Immutable. The replication policy of the secret data attached to
[all …]
H A Dservice.proto39 // Secret Manager Service
44 // * [Secret][google.cloud.secretmanager.v1.Secret]
51 // Lists [Secrets][google.cloud.secretmanager.v1.Secret].
60 // Creates a new [Secret][google.cloud.secretmanager.v1.Secret] containing no
62 rpc CreateSecret(CreateSecretRequest) returns (Secret) {
65 body: "secret"
68 body: "secret"
71 option (google.api.method_signature) = "parent,secret_id,secret";
75 // containing secret data and attaches it to an existing
76 // [Secret][google.cloud.secretmanager.v1.Secret].
[all …]
/aosp_15_r20/trusty/user/app/keymint/
Dsecure_deletion_secret_manager.rs30 // delete a secure deletion secret. Because the storageproxy may be restarted
39 // Each secret is 16 bytes.
41 // The factory reset secret is composed of two secrets, so 32 bytes, and it is
43 // stored one after the other. On each secret a single bit on the first byte is
44 // set to indicate that the secret is valid (mask 0x80). Any unused secret/newly
126 "failed to open secure deletion secret file: {:?}", in open_or_create()
142 "failed to read secure deletion secret file at offset {} with len {}: {:?}", in read_block()
151 "couldn't read {} bytes of secure deletion secret file at offset {}. Read {} bytes", in read_block()
192 for (chunk_num, secret) in read_data[block_start..].chunks(SECRET_SIZE).enumerate() { in find_empty_slot()
193 if (secret[0] & IN_USE_FLAG) == 0 { in find_empty_slot()
[all …]
/aosp_15_r20/external/google-cloud-java/java-secretmanager/proto-google-cloud-secretmanager-v1/src/main/proto/google/cloud/secretmanager/v1/
H A Dresources.proto34 // A [Secret][google.cloud.secretmanager.v1.Secret] is a logical secret whose
37 // A [Secret][google.cloud.secretmanager.v1.Secret] is made up of zero or more
39 // the secret data.
40 message Secret { message
42 type: "secretmanager.googleapis.com/Secret"
43 pattern: "projects/{project}/secrets/{secret}"
47 // [Secret][google.cloud.secretmanager.v1.Secret] in the format
51 // Required. Immutable. The replication policy of the secret data attached to
52 // the [Secret][google.cloud.secretmanager.v1.Secret].
54 // The replication policy cannot be changed after the Secret has been created.
[all …]
H A Dservice.proto39 // Secret Manager Service
44 // * [Secret][google.cloud.secretmanager.v1.Secret]
50 // Lists [Secrets][google.cloud.secretmanager.v1.Secret].
58 …// Creates a new [Secret][google.cloud.secretmanager.v1.Secret] containing no [SecretVersions][goo…
59 rpc CreateSecret(CreateSecretRequest) returns (Secret) {
62 body: "secret"
64 option (google.api.method_signature) = "parent,secret_id,secret";
67 …// Creates a new [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] containing secret da…
68 // it to an existing [Secret][google.cloud.secretmanager.v1.Secret].
77 // Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Dxxh3.rs53 hash_len_0to16_64bits(data, len, &SECRET, seed) in hash64_with_seed()
55 hash_len_17to128_64bits(data, len, &SECRET, seed) in hash64_with_seed()
57 hash_len_129to240_64bits(data, len, &SECRET, seed) in hash64_with_seed()
64 pub fn hash64_with_secret(data: &[u8], secret: &[u8]) -> u64 { in hash64_with_secret()
65 debug_assert!(secret.len() >= SECRET_SIZE_MIN); in hash64_with_secret()
70 hash_len_0to16_64bits(data, len, secret, 0) in hash64_with_secret()
72 hash_len_17to128_64bits(data, len, secret, 0) in hash64_with_secret()
74 hash_len_129to240_64bits(data, len, secret, 0) in hash64_with_secret()
76 hash_long_64bits_with_secret(data, len, secret) in hash64_with_secret()
90 hash_len_0to16_128bits(data, len, &SECRET, seed) in hash128_with_seed()
[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 DSecret.java25 * A [Secret][google.cloud.secrets.v1beta1.Secret] is a logical secret whose value and versions can
27 …* A [Secret][google.cloud.secrets.v1beta1.Secret] is made up of zero or more [SecretVersions][goog…
28 * represent the secret data.
31 * Protobuf type {@code google.cloud.secrets.v1beta1.Secret}
33 public final class Secret extends com.google.protobuf.GeneratedMessageV3 class
35 // @@protoc_insertion_point(message_implements:google.cloud.secrets.v1beta1.Secret)
38 // Use Secret.newBuilder() to construct.
39 private Secret(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Secret() method in Secret
43 private Secret() { in Secret() method in Secret
50 return new Secret(); in newInstance()
[all …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/
H A DSecretVolume.java25 * Configuration for a secret volume. It has the information necessary to fetch
26 * the secret value from Secret Manager and make it available as files mounted
27 * at the requested paths within the application container. Secret value is not
29 * lookup in Secret Manager to retrieve the secret value.
86 * Version of the secret (version number or the string 'latest'). It is
87 * preferable to use `latest` version with secret volumes as secret value
100 * Version of the secret (version number or the string 'latest'). It is
101 * preferable to use `latest` version with secret volumes as secret value
115 * Relative path of the file under the mount path where the secret value for
118 * secret value file at `/etc/secrets/secret_foo`.
[all …]
/aosp_15_r20/external/google-cloud-java/java-secretmanager/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/
H A DSecretManagerServiceClient.java44 * Service Description: Secret Manager Service
50 * <li>[Secret][google.cloud.secretmanager.v1.Secret]
67 * Secret secret = Secret.newBuilder().build();
68 * Secret response = secretManagerServiceClient.createSecret(parent, secretId, secret);
198 * Lists [Secrets][google.cloud.secretmanager.v1.Secret].
211 * for (Secret element : secretManagerServiceClient.listSecrets(parent).iterateAll()) {
218 * [Secrets][google.cloud.secretmanager.v1.Secret], in the format `projects/&#42;`.
231 * Lists [Secrets][google.cloud.secretmanager.v1.Secret].
244 * for (Secret element : secretManagerServiceClient.listSecrets(parent).iterateAll()) {
251 * [Secrets][google.cloud.secretmanager.v1.Secret], in the format `projects/&#42;`.
[all …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/java/com/google/cloud/functions/v2alpha/
H A DSecretVolume.java25 * Configuration for a secret volume. It has the information necessary to fetch
26 * the secret value from secret manager and make it available as files mounted
84 * Version of the secret (version number or the string 'latest'). It is
85 * preferable to use `latest` version with secret volumes as secret value
98 * Version of the secret (version number or the string 'latest'). It is
99 * preferable to use `latest` version with secret volumes as secret value
113 * Relative path of the file under the mount path where the secret value for
116 * secret value file at `/etc/secrets/secret_foo`.
128 * Relative path of the file under the mount path where the secret value for
131 * secret value file at `/etc/secrets/secret_foo`.
[all …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/java/com/google/cloud/functions/v2/
H A DSecretVolume.java25 * Configuration for a secret volume. It has the information necessary to fetch
26 * the secret value from secret manager and make it available as files mounted
84 * Version of the secret (version number or the string 'latest'). It is
85 * preferable to use `latest` version with secret volumes as secret value
98 * Version of the secret (version number or the string 'latest'). It is
99 * preferable to use `latest` version with secret volumes as secret value
113 * Relative path of the file under the mount path where the secret value for
116 * secret value file at `/etc/secrets/secret_foo`.
128 * Relative path of the file under the mount path where the secret value for
131 * secret value file at `/etc/secrets/secret_foo`.
[all …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/java/com/google/cloud/functions/v2beta/
H A DSecretVolume.java25 * Configuration for a secret volume. It has the information necessary to fetch
26 * the secret value from secret manager and make it available as files mounted
84 * Version of the secret (version number or the string 'latest'). It is
85 * preferable to use `latest` version with secret volumes as secret value
98 * Version of the secret (version number or the string 'latest'). It is
99 * preferable to use `latest` version with secret volumes as secret value
113 * Relative path of the file under the mount path where the secret value for
116 * secret value file at `/etc/secrets/secret_foo`.
128 * Relative path of the file under the mount path where the secret value for
131 * secret value file at `/etc/secrets/secret_foo`.
[all …]
/aosp_15_r20/external/google-cloud-java/java-secretmanager/google-cloud-secretmanager/src/test/java/com/google/cloud/secretmanager/v1/
H A DSecretManagerServiceClientHttpJsonTest.java95 Secret responsesElement = Secret.newBuilder().build(); in listSecretsTest()
107 List<Secret> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listSecretsTest()
145 Secret responsesElement = Secret.newBuilder().build(); in listSecretsTest2()
157 List<Secret> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listSecretsTest2()
195 Secret expectedResponse = in createSecretTest()
196 Secret.newBuilder() in createSecretTest()
197 .setName(SecretName.of("[PROJECT]", "[SECRET]").toString()) in createSecretTest()
211 Secret secret = Secret.newBuilder().build(); in createSecretTest() local
213 Secret actualResponse = client.createSecret(parent, secretId, secret); in createSecretTest()
241 Secret secret = Secret.newBuilder().build(); in createSecretExceptionTest() local
[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 DSecret.java25 * A [Secret][google.cloud.secretmanager.v1.Secret] is a logical secret whose
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
44 private Secret() { in Secret() method in Secret
53 return new Secret(); in newInstance()
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls13_keys.h86 * HKDF-Expand-Label( Secret, Label, Context, Length ) =
87 * HKDF-Expand( Secret, HkdfLabel, Length )
91 * \param secret The \c Secret argument to \c HKDF-Expand-Label.
94 * \param secret_len The length of \p secret in Bytes.
102 * \param buf The destination buffer to hold the expanded secret.
104 * \param buf_len The desired size of the expanded secret in Bytes.
113 const unsigned char *secret, size_t secret_len,
126 * [sender]_write_key = HKDF-Expand-Label(Secret, "key", "", key_length)
127 * [sender]_write_iv = HKDF-Expand-Label(Secret, "iv", "", iv_length)*
131 * for the HKDF-based expansion of the secret.
[all …]
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls13_keys.h86 * HKDF-Expand-Label( Secret, Label, Context, Length ) =
87 * HKDF-Expand( Secret, HkdfLabel, Length )
91 * \param secret The \c Secret argument to \c HKDF-Expand-Label.
94 * \param secret_len The length of \p secret in Bytes.
102 * \param buf The destination buffer to hold the expanded secret.
104 * \param buf_len The desired size of the expanded secret in Bytes.
113 const unsigned char *secret, size_t secret_len,
126 * [sender]_write_key = HKDF-Expand-Label(Secret, "key", "", key_length)
127 * [sender]_write_iv = HKDF-Expand-Label(Secret, "iv", "", iv_length)*
131 * for the HKDF-based expansion of the secret.
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/
H A DSecret.java28 * Protobuf type {@code google.cloud.metastore.v1beta.Secret}
30 public final class Secret extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.metastore.v1beta.Secret)
35 // Use Secret.newBuilder() to construct.
36 private Secret(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Secret() method in Secret
40 private Secret() {} in Secret() method in Secret
45 return new Secret(); in newInstance()
64 com.google.cloud.metastore.v1beta.Secret.class, in internalGetFieldAccessorTable()
65 com.google.cloud.metastore.v1beta.Secret.Builder.class); in internalGetFieldAccessorTable()
117 * The relative resource name of a Secret Manager secret version, in the
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/
H A DSecret.java28 * Protobuf type {@code google.cloud.metastore.v1alpha.Secret}
30 public final class Secret extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.metastore.v1alpha.Secret)
35 // Use Secret.newBuilder() to construct.
36 private Secret(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Secret() method in Secret
40 private Secret() {} in Secret() method in Secret
45 return new Secret(); in newInstance()
64 com.google.cloud.metastore.v1alpha.Secret.class, in internalGetFieldAccessorTable()
65 com.google.cloud.metastore.v1alpha.Secret.Builder.class); in internalGetFieldAccessorTable()
117 * The relative resource name of a Secret Manager secret version, in the
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/
H A DSecret.java28 * Protobuf type {@code google.cloud.metastore.v1.Secret}
30 public final class Secret extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.metastore.v1.Secret)
35 // Use Secret.newBuilder() to construct.
36 private Secret(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Secret() method in Secret
40 private Secret() {} in Secret() method in Secret
45 return new Secret(); in newInstance()
64 com.google.cloud.metastore.v1.Secret.class, in internalGetFieldAccessorTable()
65 com.google.cloud.metastore.v1.Secret.Builder.class); in internalGetFieldAccessorTable()
117 * The relative resource name of a Secret Manager secret version, in the
[all …]

12345678910>>...192