Home
last modified time | relevance | path

Searched refs:cryptoKey (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys_register_test.go20 cryptoKey, cleanup := testCreateKMSCryptoKeySymmetric(t)
25 cryptoKey string
31 cryptoKey,
37 cryptoKey,
62 key := path.Base(tc.cryptoKey)
70 "crypto_key": tc.cryptoKey,
87 if v, exp := k.CryptoKeyID, tc.cryptoKey; v != exp {
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/
H A DCryptoHashConfig.php20 public $cryptoKey; variable in Google_Service_CloudHealthcare_CryptoHashConfig
22 public function setCryptoKey($cryptoKey) argument
24 $this->cryptoKey = $cryptoKey;
28 return $this->cryptoKey;
H A DDateShiftConfig.php20 public $cryptoKey; variable in Google_Service_CloudHealthcare_DateShiftConfig
22 public function setCryptoKey($cryptoKey) argument
24 $this->cryptoKey = $cryptoKey;
28 return $this->cryptoKey;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/
H A DDateShiftConfig.php20 public $cryptoKey; variable in Google_Service_CloudHealthcare_DateShiftConfig
22 public function setCryptoKey($cryptoKey) argument
24 $this->cryptoKey = $cryptoKey;
28 return $this->cryptoKey;
H A DCryptoHashConfig.php20 public $cryptoKey; variable in Google_Service_CloudHealthcare_CryptoHashConfig
22 public function setCryptoKey($cryptoKey) argument
24 $this->cryptoKey = $cryptoKey;
28 return $this->cryptoKey;
/dports/misc/cryptoballot/cryptoballot-3753e1b/cryptoballot/
H A DPrivateKey.go60 cryptoKey, err := rsa.GenerateKey(rand.Reader, keySize)
64 return NewPrivateKeyFromCryptoKey(cryptoKey), nil
101 cryptoKey, err := pk.GetCryptoKey()
105 rawSignature, err := rsa.SignPKCS1v15(rand.Reader, cryptoKey, crypto.SHA256, h.Sum(nil))
121 cryptoKey, err := pk.GetCryptoKey()
125 rawSignature, err := rsa.SignPKCS1v15(rand.Reader, cryptoKey, 0, bytes)
138 cryptoKey, err := pk.GetCryptoKey()
155 rawSignature, err := rsablind.BlindSign(cryptoKey, messageHash)
165 cryptoKey, err := pk.GetCryptoKey()
169 return NewPublicKeyFromCryptoKey(&cryptoKey.PublicKey)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/DLP/
H A DGooglePrivacyDlpV2CryptoHashConfig.php26 public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) argument
28 $this->cryptoKey = $cryptoKey;
35 return $this->cryptoKey;
H A DGooglePrivacyDlpV2CryptoDeterministicConfig.php44 public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) argument
46 $this->cryptoKey = $cryptoKey;
53 return $this->cryptoKey;
H A DGooglePrivacyDlpV2DateShiftConfig.php44 public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) argument
46 $this->cryptoKey = $cryptoKey;
53 return $this->cryptoKey;
H A DGooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.php55 public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) argument
57 $this->cryptoKey = $cryptoKey;
64 return $this->cryptoKey;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DLP/
H A DGooglePrivacyDlpV2CryptoHashConfig.php26 public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) argument
28 $this->cryptoKey = $cryptoKey;
35 return $this->cryptoKey;
H A DGooglePrivacyDlpV2CryptoDeterministicConfig.php44 public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) argument
46 $this->cryptoKey = $cryptoKey;
53 return $this->cryptoKey;
H A DGooglePrivacyDlpV2DateShiftConfig.php44 public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) argument
46 $this->cryptoKey = $cryptoKey;
53 return $this->cryptoKey;
H A DGooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.php55 public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey) argument
57 $this->cryptoKey = $cryptoKey;
64 return $this->cryptoKey;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DDesigntimeLicenseContextSerializer.cs38 public static void Serialize(Stream o, string cryptoKey, DesigntimeLicenseContext context) in Serialize() argument
41 formatter.Serialize(o, new object[] { cryptoKey, context.savedLicenseKeys }); in Serialize()
45 internal static void Deserialize(Stream o, string cryptoKey, RuntimeLicenseContext context) in Deserialize() argument
54 if (value[0] is string && (string)value[0] == cryptoKey) in Deserialize()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/vault-plugin-secrets-gcpkms/
H A Dpath_keys.go211 "id": cryptoKey.Name,
212 "purpose": purposeToString(cryptoKey.Purpose),
215 if len(cryptoKey.Labels) > 0 {
216 data["labels"] = cryptoKey.Labels
218 if cryptoKey.NextRotationTime != nil {
221 if cryptoKey.RotationSchedule != nil {
226 if cryptoKey.Primary != nil {
264 cryptoKey := d.Get("crypto_key").(string)
265 if cryptoKey == "" {
266 cryptoKey = key
[all …]

1234567891011