Home
last modified time | relevance | path

Searched refs:key_algorithm (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/devel/py-oci/oci-2.53.1/src/oci/certificates_management/models/
H A Dcreate_certificate_issued_by_internal_ca_config_details.py275 def key_algorithm(self): member in CreateCertificateIssuedByInternalCaConfigDetails
288 @key_algorithm.setter
289 def key_algorithm(self, key_algorithm): member in CreateCertificateIssuedByInternalCaConfigDetails
299 if not value_allowed_none_or_none_sentinel(key_algorithm, allowed_values):
304 self._key_algorithm = key_algorithm
H A Dcertificate_summary.py567 def key_algorithm(self): member in CertificateSummary
581 @key_algorithm.setter
582 def key_algorithm(self, key_algorithm): member in CertificateSummary
592 if not value_allowed_none_or_none_sentinel(key_algorithm, allowed_values):
593 key_algorithm = 'UNKNOWN_ENUM_VALUE'
594 self._key_algorithm = key_algorithm
H A Dcertificate.py625 def key_algorithm(self): member in Certificate
639 @key_algorithm.setter
640 def key_algorithm(self, key_algorithm): argument
650 if not value_allowed_none_or_none_sentinel(key_algorithm, allowed_values):
651 key_algorithm = 'UNKNOWN_ENUM_VALUE'
652 self._key_algorithm = key_algorithm
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/cert_provisioning/
H A Dcert_provisioning_scheduler_unittest.cc225 "key_algorithm":"rsa"}])"); in TEST_F()
279 "key_algorithm":"rsa"}])"); in TEST_F()
314 "key_algorithm":"rsa"}])"); in TEST_F()
412 "key_algorithm":"rsa" in TEST_F()
418 "key_algorithm":"rsa" in TEST_F()
424 "key_algorithm":"rsa" in TEST_F()
495 "key_algorithm":"rsa"}])"); in TEST_F()
566 "key_algorithm":"rsa"}])"); in TEST_F()
904 "key_algorithm":"rsa", in TEST_F()
1033 "key_algorithm":"rsa" in TEST_F()
[all …]
/dports/devel/py-hvac/hvac-0.11.2/hvac/api/secrets_engines/
H A Dgcp.py285 key_algorithm="KEY_ALG_RSA_2048", argument
318 if key_algorithm not in SERVICE_ACCOUNT_KEY_ALGORITHMS:
322 arg=key_algorithm,
335 "key_algorithm": key_algorithm,
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Ddnskey-signature.c215 u8 key_algorithm = dnskey_get_algorithm(key); in dnskey_signature_sign() local
217 if(key_algorithm != ds->key_algorithm) in dnskey_signature_sign()
228 if(FAIL(ret = dnskey_digest_init(ctx_ptr, key_algorithm))) in dnskey_signature_sign()
392 u8 key_algorithm = dnskey_get_algorithm(key); in dnskey_signature_verify() local
394 if(key_algorithm != ds->key_algorithm) in dnskey_signature_verify()
405 if(FAIL(ret = dnskey_digest_init(ctx_ptr, key_algorithm))) in dnskey_signature_verify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webcrypto/algorithms/
H A Drsa.cc114 blink::WebCryptoKeyAlgorithm* key_algorithm) { in CreateRsaHashedKeyAlgorithm() argument
130 *key_algorithm = blink::WebCryptoKeyAlgorithm::CreateRsaHashed( in CreateRsaHashedKeyAlgorithm()
145 blink::WebCryptoKeyAlgorithm key_algorithm; in CreateWebCryptoRsaPrivateKey() local
147 rsa_algorithm_id, hash.Id(), private_key.get(), &key_algorithm); in CreateWebCryptoRsaPrivateKey()
151 return CreateWebCryptoPrivateKey(std::move(private_key), key_algorithm, in CreateWebCryptoRsaPrivateKey()
163 blink::WebCryptoKeyAlgorithm key_algorithm; in CreateWebCryptoRsaPublicKey() local
165 public_key.get(), &key_algorithm); in CreateWebCryptoRsaPublicKey()
169 return CreateWebCryptoPublicKey(std::move(public_key), key_algorithm, in CreateWebCryptoRsaPublicKey()
H A Dec.cc274 blink::WebCryptoKeyAlgorithm key_algorithm = in GenerateKey() local
280 status = CreateWebCryptoPublicKey(std::move(public_pkey), key_algorithm, true, in GenerateKey()
285 status = CreateWebCryptoPrivateKey(std::move(private_pkey), key_algorithm, in GenerateKey()
374 blink::WebCryptoKeyAlgorithm key_algorithm = in ImportKeyRaw() local
379 return CreateWebCryptoPublicKey(std::move(pkey), key_algorithm, extractable, in ImportKeyRaw()
534 blink::WebCryptoKeyAlgorithm key_algorithm = in ImportKeyJwk() local
540 return CreateWebCryptoPrivateKey(std::move(pkey), key_algorithm, in ImportKeyJwk()
543 return CreateWebCryptoPublicKey(std::move(pkey), key_algorithm, extractable, in ImportKeyJwk()
H A Drsa_oaep_unittest.cc330 const blink::WebCryptoAlgorithm key_algorithm = in TEST_F() local
334 ImportSecretKeyFromRaw(HexStringToBytes(key_hex), key_algorithm, in TEST_F()
355 private_key, wrapping_algorithm, key_algorithm, true, in TEST_F()
429 const blink::WebCryptoAlgorithm key_algorithm = in TEST_F() local
433 ImportSecretKeyFromRaw(HexStringToBytes(key_hex), key_algorithm, in TEST_F()
455 private_key, wrapping_algorithm, key_algorithm, true, in TEST_F()
H A Dpbkdf2.cc58 const blink::WebCryptoKeyAlgorithm key_algorithm = in ImportKeyRaw() local
62 return CreateWebCryptoSecretKey(key_data, key_algorithm, extractable, in ImportKeyRaw()
H A Dhmac.cc193 const blink::WebCryptoKeyAlgorithm key_algorithm = in ImportKeyRaw() local
199 return CreateWebCryptoSecretKey(key_data, key_algorithm, extractable, in ImportKeyRaw()
208 key_algorithm, extractable, usages, key); in ImportKeyRaw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/webcrypto/algorithms/
H A Drsa.cc114 blink::WebCryptoKeyAlgorithm* key_algorithm) { in CreateRsaHashedKeyAlgorithm() argument
130 *key_algorithm = blink::WebCryptoKeyAlgorithm::CreateRsaHashed( in CreateRsaHashedKeyAlgorithm()
145 blink::WebCryptoKeyAlgorithm key_algorithm; in CreateWebCryptoRsaPrivateKey() local
147 rsa_algorithm_id, hash.Id(), private_key.get(), &key_algorithm); in CreateWebCryptoRsaPrivateKey()
151 return CreateWebCryptoPrivateKey(std::move(private_key), key_algorithm, in CreateWebCryptoRsaPrivateKey()
163 blink::WebCryptoKeyAlgorithm key_algorithm; in CreateWebCryptoRsaPublicKey() local
165 public_key.get(), &key_algorithm); in CreateWebCryptoRsaPublicKey()
169 return CreateWebCryptoPublicKey(std::move(public_key), key_algorithm, in CreateWebCryptoRsaPublicKey()
H A Dec.cc275 blink::WebCryptoKeyAlgorithm key_algorithm = in GenerateKey() local
281 status = CreateWebCryptoPublicKey(std::move(public_pkey), key_algorithm, true, in GenerateKey()
286 status = CreateWebCryptoPrivateKey(std::move(private_pkey), key_algorithm, in GenerateKey()
375 blink::WebCryptoKeyAlgorithm key_algorithm = in ImportKeyRaw() local
380 return CreateWebCryptoPublicKey(std::move(pkey), key_algorithm, extractable, in ImportKeyRaw()
535 blink::WebCryptoKeyAlgorithm key_algorithm = in ImportKeyJwk() local
541 return CreateWebCryptoPrivateKey(std::move(pkey), key_algorithm, in ImportKeyJwk()
544 return CreateWebCryptoPublicKey(std::move(pkey), key_algorithm, extractable, in ImportKeyJwk()
H A Drsa_oaep_unittest.cc331 const blink::WebCryptoAlgorithm key_algorithm = in TEST_F() local
335 ImportSecretKeyFromRaw(HexStringToBytes(key_hex), key_algorithm, in TEST_F()
356 private_key, wrapping_algorithm, key_algorithm, true, in TEST_F()
430 const blink::WebCryptoAlgorithm key_algorithm = in TEST_F() local
434 ImportSecretKeyFromRaw(HexStringToBytes(key_hex), key_algorithm, in TEST_F()
456 private_key, wrapping_algorithm, key_algorithm, true, in TEST_F()
H A Dpbkdf2.cc58 const blink::WebCryptoKeyAlgorithm key_algorithm = in ImportKeyRaw() local
62 return CreateWebCryptoSecretKey(key_data, key_algorithm, extractable, in ImportKeyRaw()
H A Dhmac.cc193 const blink::WebCryptoKeyAlgorithm key_algorithm = in ImportKeyRaw() local
199 return CreateWebCryptoSecretKey(key_data, key_algorithm, extractable, in ImportKeyRaw()
208 key_algorithm, extractable, usages, key); in ImportKeyRaw()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz/
H A Dkms.py94 def GetAlgorithmDigestType(key_algorithm): argument
97 if digest_name in key_algorithm.name.lower():
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/dns/
H A Ddns_keys.py55 key_algorithm = six.text_type(ALGORITHM_NUMBERS[key.algorithm.name])
59 return ' '.join([key_tag, key_algorithm, digest_algorithm, digest])
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/
H A Dfake_easy_unlock_client.cc74 void FakeEasyUnlockClient::WrapPublicKey(const std::string& key_algorithm, in WrapPublicKey() argument
79 key_algorithm.c_str(), public_key.c_str())); in WrapPublicKey()
H A Deasy_unlock_client.cc63 void WrapPublicKey(const std::string& key_algorithm, in WrapPublicKey() argument
70 writer.AppendString(key_algorithm); in WrapPublicKey()
H A Dfake_easy_unlock_client.h30 void WrapPublicKey(const std::string& key_algorithm, in COMPONENT_EXPORT()
/dports/security/py-pgpy/PGPy-0.5.3/pgpy/
H A Dpgp.py187 def key_algorithm(self): member in PGPSignature
550 hcontext.append(self.key_algorithm)
563 onepass.pubalg = self.key_algorithm
1446 def key_algorithm(self): member in PGPKey
1576 def new(cls, key_algorithm, key_size, created=None): argument
1595 key_algorithm = PubKeyAlgorithm.RSAEncryptOrSign
1598 key._key = PrivKeyV4.new(key_algorithm, key_size, created=created)
1983 raise NotImplementedError(self.key_algorithm)
2280 algorithm=revoker.key_algorithm,
2396 raise NotImplementedError(sig.key_algorithm)
[all …]
/dports/security/oath-toolkit/oath-toolkit-2.6.2/libpskc/
H A Doutput.c157 const char *key_algorithm = pskc_get_key_algorithm (kp); in print_keypackage() local
247 if (key_algorithm) in print_keypackage()
248 buffer_addf (buf, "\t\t\tAlgorithm: %s\n", key_algorithm); in print_keypackage()
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/common/
H A Dutil.c313 int get_curve_name(int key_algorithm) { in get_curve_name() argument
314 if(key_algorithm == YKPIV_ALGO_ECCP256) { in get_curve_name()
316 } else if(key_algorithm == YKPIV_ALGO_ECCP384) { in get_curve_name()
/dports/www/kannel/gateway-1.4.4/wap/
H A Dwtls_machine-decl.h112 INTEGER (key_algorithm) /* Exchange key algorithm chosen */

12345678910