Home
last modified time | relevance | path

Searched refs:algorithmName (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A DplanarityUtils.c265 char *algorithmName = "UnsupportedAlgorithm"; in GetAlgorithmName() local
269 case 'p' : algorithmName = "PlanarEmbed"; break; in GetAlgorithmName()
270 case 'd' : algorithmName = DRAWPLANAR_NAME; break; in GetAlgorithmName()
272 case '2' : algorithmName = K23SEARCH_NAME; break; in GetAlgorithmName()
273 case '3' : algorithmName = K33SEARCH_NAME; break; in GetAlgorithmName()
274 case '4' : algorithmName = K4SEARCH_NAME; break; in GetAlgorithmName()
277 return algorithmName; in GetAlgorithmName()
350 char *algorithmName = GetAlgorithmName(command); in ConstructPrimaryOutputFilename() local
360 if (strlen(algorithmName) <= ALGORITHMNAMEMAXLENGTH) in ConstructPrimaryOutputFilename()
363 strcat(theFileName, algorithmName); in ConstructPrimaryOutputFilename()
[all …]
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A DplanarityUtils.c276 char *algorithmName = "UnsupportedAlgorithm"; in GetAlgorithmName() local
280 case 'p' : algorithmName = "PlanarEmbed"; break; in GetAlgorithmName()
281 case 'd' : algorithmName = DRAWPLANAR_NAME; break; in GetAlgorithmName()
283 case '2' : algorithmName = K23SEARCH_NAME; break; in GetAlgorithmName()
284 case '3' : algorithmName = K33SEARCH_NAME; break; in GetAlgorithmName()
285 case '4' : algorithmName = K4SEARCH_NAME; break; in GetAlgorithmName()
288 return algorithmName; in GetAlgorithmName()
361 char *algorithmName = GetAlgorithmName(command); in ConstructPrimaryOutputFilename() local
371 if (strlen(algorithmName) <= ALGORITHMNAMEMAXLENGTH) in ConstructPrimaryOutputFilename()
374 strcat(theFileName, algorithmName); in ConstructPrimaryOutputFilename()
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/spec/
H A DKTSParameterSpec.java27 private final String algorithmName; field in KTSParameterSpec.Builder
40 public Builder(String algorithmName, int keySizeInBits) in Builder() argument
42 this(algorithmName, keySizeInBits, null); in Builder()
52 public Builder(String algorithmName, int keySizeInBits, byte[] otherInfo) in Builder() argument
54 this.algorithmName = algorithmName; in Builder()
93 … return new KTSParameterSpec(algorithmName, keySizeInBits, parameterSpec, kdfAlgorithm, otherInfo); in build()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/xmss/
H A DWOTSPlusOid.java58 …protected static WOTSPlusOid lookup(String algorithmName, int digestSize, int winternitzParameter,… in lookup() argument
60 if (algorithmName == null) in lookup()
64 return oidLookupTable.get(createKey(algorithmName, digestSize, winternitzParameter, len)); in lookup()
74 …private static String createKey(String algorithmName, int digestSize, int winternitzParameter, int… in createKey() argument
76 if (algorithmName == null) in createKey()
80 return algorithmName + "-" + digestSize + "-" + winternitzParameter + "-" + len; in createKey()
H A DDefaultXMSSOid.java67 …public static DefaultXMSSOid lookup(String algorithmName, int digestSize, int winternitzParameter,… in lookup() argument
70 if (algorithmName == null) in lookup()
74 … return oidLookupTable.get(createKey(algorithmName, digestSize, winternitzParameter, len, height)); in lookup()
85 …private static String createKey(String algorithmName, int digestSize, int winternitzParameter, int… in createKey() argument
88 if (algorithmName == null) in createKey()
92 … return algorithmName + "-" + digestSize + "-" + winternitzParameter + "-" + len + "-" + height; in createKey()
H A DDefaultXMSSMTOid.java119 …public static DefaultXMSSMTOid lookup(String algorithmName, int digestSize, int winternitzParamete… in lookup() argument
122 if (algorithmName == null) in lookup()
126 …return oidLookupTable.get(createKey(algorithmName, digestSize, winternitzParameter, len, height, l… in lookup()
137 …private static String createKey(String algorithmName, int digestSize, int winternitzParameter, int… in createKey() argument
140 if (algorithmName == null) in createKey()
145 …return algorithmName + "-" + digestSize + "-" + winternitzParameter + "-" + len + "-" + height + "… in createKey()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/processors/checksum/
H A DChecksumVerifier.java33 final private String algorithmName; field in ChecksumVerifier
39 this.algorithmName = digestAlgorithm; in ChecksumVerifier()
56 …setStatus(new Status(code, Activator.ID, NLS.bind(Messages.Error_invalid_checksum, algorithmName, … in initialize()
62 messageDigest = ChecksumProducer.getMessageDigest(algorithmName, providerName); in basicInitialize()
66 …s(new Status(code, Activator.ID, NLS.bind(Messages.Error_checksum_unavailable, algorithmName), e)); in basicInitialize()
79 …NOT_MATCH, NLS.bind(Messages.Error_unexpected_checksum, new Object[] {algorithmName, expectedCheck… in onClose()
87 return algorithmName; in getAlgorithmName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/Cryptography/
H A DMachineKeyCryptoAlgorithmFactory.cs35 switchStatement: algorithmName => { in GetEncryptionAlgorithmFactory()
40 switch (algorithmName) { in GetEncryptionAlgorithmFactory()
70 switchStatement: algorithmName => { in GetValidationAlgorithmFactory()
71 switch (algorithmName) { in GetValidationAlgorithmFactory()
97 string algorithmName = configAttributeValue.Substring("alg:".Length);
102 return (TResult)CryptoConfig.CreateFromName(algorithmName);
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/crypto/impl/jcajce/
H A DJcaTlsEdDSASigner.java17 protected final String algorithmName; field in JcaTlsEdDSASigner
19 …sEdDSASigner(JcaTlsCrypto crypto, PrivateKey privateKey, short algorithmType, String algorithmName) in JcaTlsEdDSASigner() argument
33 this.algorithmName = algorithmName; in JcaTlsEdDSASigner()
50 return crypto.createStreamSigner(algorithmName, null, privateKey, false); in getStreamSigner()
H A DJcaTlsEdDSAVerifier.java18 protected final String algorithmName; field in JcaTlsEdDSAVerifier
20 …sEdDSAVerifier(JcaTlsCrypto crypto, PublicKey publicKey, short algorithmType, String algorithmName) in JcaTlsEdDSAVerifier() argument
34 this.algorithmName = algorithmName; in JcaTlsEdDSAVerifier()
53 … return crypto.createStreamVerifier(algorithmName, null, signature.getSignature(), publicKey); in getStreamVerifier()
H A DJcaTlsDSSSigner.java23 protected final String algorithmName; field in JcaTlsDSSSigner
25 …TlsDSSSigner(JcaTlsCrypto crypto, PrivateKey privateKey, short algorithmType, String algorithmName) in JcaTlsDSSSigner() argument
39 this.algorithmName = algorithmName; in JcaTlsDSSSigner()
52 Signature signer = crypto.getHelper().createSignature(algorithmName); in generateRawSignature()
H A DJcaTlsDSSVerifier.java22 protected final String algorithmName; field in JcaTlsDSSVerifier
24 …TlsDSSVerifier(JcaTlsCrypto crypto, PublicKey publicKey, short algorithmType, String algorithmName) in JcaTlsDSSVerifier() argument
38 this.algorithmName = algorithmName; in JcaTlsDSSVerifier()
56 Signature signer = crypto.getHelper().createSignature(algorithmName); in verifyRawSignature()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/x509/
H A DX509Util.java140 String algorithmName) in getAlgorithmOID() argument
142 algorithmName = Strings.toUpperCase(algorithmName); in getAlgorithmOID()
144 if (algorithms.containsKey(algorithmName)) in getAlgorithmOID()
146 return (DERObjectIdentifier)algorithms.get(algorithmName); in getAlgorithmOID()
149 return new DERObjectIdentifier(algorithmName); in getAlgorithmOID()
154 String algorithmName) in getSigAlgID() argument
161 algorithmName = Strings.toUpperCase(algorithmName); in getSigAlgID()
163 if (params.containsKey(algorithmName)) in getSigAlgID()
165 return new AlgorithmIdentifier(sigOid, (DEREncodable)params.get(algorithmName)); in getSigAlgID()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DKAKeyDerivation.java42 private final String algorithmName; field in KAKeyDerivation
47 KAKeyDerivation(String algorithmName, in KAKeyDerivation() argument
51 this.algorithmName = algorithmName; in KAKeyDerivation()
73 KeyAgreement ka = JsseJce.getKeyAgreement(algorithmName); in t12DeriveKey()
102 KeyAgreement ka = JsseJce.getKeyAgreement(algorithmName); in t13DeriveKey()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/ssl/
H A DKAKeyDerivation.java42 private final String algorithmName; field in KAKeyDerivation
47 KAKeyDerivation(String algorithmName, in KAKeyDerivation() argument
51 this.algorithmName = algorithmName; in KAKeyDerivation()
73 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t12DeriveKey()
102 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t13DeriveKey()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DKAKeyDerivation.java42 private final String algorithmName; field in KAKeyDerivation
47 KAKeyDerivation(String algorithmName, in KAKeyDerivation() argument
51 this.algorithmName = algorithmName; in KAKeyDerivation()
73 KeyAgreement ka = JsseJce.getKeyAgreement(algorithmName); in t12DeriveKey()
102 KeyAgreement ka = JsseJce.getKeyAgreement(algorithmName); in t13DeriveKey()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/ssl/
H A DKAKeyDerivation.java42 private final String algorithmName; field in KAKeyDerivation
47 KAKeyDerivation(String algorithmName, in KAKeyDerivation() argument
51 this.algorithmName = algorithmName; in KAKeyDerivation()
73 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t12DeriveKey()
102 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t13DeriveKey()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/ssl/
H A DKAKeyDerivation.java42 private final String algorithmName; field in KAKeyDerivation
47 KAKeyDerivation(String algorithmName, in KAKeyDerivation() argument
51 this.algorithmName = algorithmName; in KAKeyDerivation()
73 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t12DeriveKey()
102 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t13DeriveKey()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/ssl/
H A DKAKeyDerivation.java42 private final String algorithmName; field in KAKeyDerivation
47 KAKeyDerivation(String algorithmName, in KAKeyDerivation() argument
51 this.algorithmName = algorithmName; in KAKeyDerivation()
73 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t12DeriveKey()
102 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t13DeriveKey()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/ssl/
H A DKAKeyDerivation.java42 private final String algorithmName; field in KAKeyDerivation
47 KAKeyDerivation(String algorithmName, in KAKeyDerivation() argument
51 this.algorithmName = algorithmName; in KAKeyDerivation()
73 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t12DeriveKey()
102 KeyAgreement ka = KeyAgreement.getInstance(algorithmName); in t13DeriveKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/api/
H A Dplatform_keys_internal.idl34 // |algorithmName| The name of the algorithm used to generate the key pair.
48 DOMString algorithmName,
54 // of the WebCrypto algorithm <code>algorithmName</code>. If so, calls back
57 // <code>name</code> property will equal <code>algorithmName</code>.
60 DOMString algorithmName,
64 // <code>algorithmName</code>. Checks if <code>publicKeySpkiDer</code> is
65 // not empty and if the <code>algorithmName</code> specified is supported.
68 // <code>name</code> property will equal <code>algorithmName</code>.
71 DOMString algorithmName,
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DPasswordHasher.php13 private static function getAlgorithm(string $algorithmName): string argument
15 if (!$algorithmName) {
33 if (array_key_exists($algorithmName, $mapping)) {
34 return $mapping[$algorithmName];
37 throw new Exception('Unsupported password algorithm: ' . $algorithmName);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DPasswordHasher.php13 private static function getAlgorithm(string $algorithmName): string argument
15 if (!$algorithmName) {
33 if (array_key_exists($algorithmName, $mapping)) {
34 return $mapping[$algorithmName];
37 throw new Exception('Unsupported password algorithm: ' . $algorithmName);
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DPasswordHasher.php13 private static function getAlgorithm(string $algorithmName): string argument
15 if (!$algorithmName) {
33 if (array_key_exists($algorithmName, $mapping)) {
34 return $mapping[$algorithmName];
37 throw new Exception('Unsupported password algorithm: ' . $algorithmName);
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/chartsheet/
H A Dprotection.py17 algorithmName = String(allow_none=True) variable in ChartsheetProtection
32 algorithmName=None, argument
40 self.algorithmName = algorithmName

1234567