/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyAgreementSpi.java | 17 // BEGIN Android-removed: Unsupported algorithms 22 // END Android-removed: Unsupported algorithms 26 // BEGIN Android-removed: Unsupported algorithms 30 // END Android-removed: Unsupported algorithms 33 // BEGIN Android-removed: Unsupported algorithms 35 // END Android-removed: Unsupported algorithms 39 // BEGIN Android-removed: Unsupported algorithms 42 // END Android-removed: Unsupported algorithms 60 // Android-removed: Unsupported algorithms 97 // BEGIN Android-removed: Unsupported algorithms [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/ |
SHA256.java | 48 // BEGIN Android-removed: Unsupported algorithms 62 // END Android-removed: Unsupported algorithms 91 // BEGIN Android-removed: Unsupported algorithms 95 // END Android-removed: Unsupported algorithms
|
/external/eigen/ |
README.android | 5 numerical solvers, and related algorithms.
|
/external/kernel-headers/original/uapi/linux/ |
hash_info.h | 3 * Hash Info: Hash algorithms information
|
/libcore/tools/docs/crypto/ |
README | 24 algorithms, update the data file, then generate HTML based on the data file. 26 Getting the set of supported algorithms is done using 33 the data file. Any newly-added algorithms will be added to the file's data, 34 and any newly-removed algorithms will have their supported API levels updated.
|
update_crypto_support.py | 17 """Updates a JSON data file of supported algorithms. 19 Takes input on stdin a list of provided algorithms as produced by 120 """Returns a map of the algorithms in the given input. 128 The returned algorithms will have their names normalized. 173 information in prev_data and updating it to take into account the algorithms 174 listed in current_data. Algorithms not present in current_data will still 180 current_data: The algorithms supported in the current API level, as a map 190 prev_category = {'name': category, 'algorithms': []} 193 new_category = {'name': category, 'algorithms': []} 194 prev_algorithms = [normalize_name(x['name']) for x in prev_category['algorithms']] [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
DES.java | 22 // Android-removed: Unsupported algorithms 26 // Android-removed: Unsupported algorithms 70 // BEGIN Android-removed: Unsupported algorithms 84 // END Android-removed: Unsupported algorithms 119 // BEGIN Android-removed: Unsupported algorithms 201 // END Android-removed: Unsupported algorithms 363 // BEGIN Android-removed: Unsupported algorithms 377 // END Android-removed: Unsupported algorithms 403 // BEGIN Android-removed: Unsupported algorithms 417 // END Android-removed: Unsupported algorithms [all...] |
SymmetricAlgorithmProvider.java | 9 // BEGIN Android-removed: Unsupported algorithms 49 // END Android-removed: Unsupported algorithms
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/ |
PKCS12.java | 20 // BEGIN Android-removed: Unsupported algorithms 31 // END Android-removed: Unsupported algorithms
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseMac.java | 25 // Android-removed: Unsupported algorithms 30 // Android-removed: Unsupported algorithms 104 // BEGIN Android-removed: Unsupported algorithms 110 // END Android-removed: Unsupported algorithms 137 // BEGIN Android-removed: Unsupported algorithms 143 // END Android-removed: Unsupported algorithms 199 // BEGIN Android-removed: Unsupported algorithms 210 // END Android-removed: Unsupported algorithms
|
/external/conscrypt/platform/src/main/java/org/conscrypt/ |
JSSEProvider.java | 26 * crypto algorithms: 28 * Algorithms that MUST be provided by crypto provider:
|
/external/python/cpython3/Tools/demo/ |
README | 8 markov.py Algorithms: Markov chain simulation. 14 sortvisu.py GUI programming: Visualization of different sort algorithms.
|
/external/scapy/scapy/layers/tls/crypto/ |
cipher_block.py | 18 from cryptography.hazmat.primitives.ciphers import (Cipher, algorithms, modes, 111 pc_cls = algorithms.AES 121 pc_cls = algorithms.Camellia 134 pc_cls = algorithms.TripleDES 152 pc_cls = algorithms.TripleDES 158 pc_cls = algorithms.IDEA 164 pc_cls = algorithms.SEED 194 self.key = algorithms._verify_key_size(self, key)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_RandomPoissonV2.pbtxt | 41 This op uses two algorithms, depending on rate. If rate >= 10, then 48 See Donald E. Knuth (1969). Seminumerical Algorithms. The Art of Computer
|
/external/tpm2/ |
AlgorithmCap.c | 116 // This function is used by TPM2_GetCapability() to return a list of the implemented algorithms. 123 // YES more algorithms to report 124 // NO no more algorithms to report 129 UINT32 count, // IN: count of returned algorithms 138 // The maximum count of algorithms we may return is MAX_CAP_ALGS. 141 // Compute how many algorithms are defined in s_algorithms array. 151 // If we have not filled up the return list, add more algorithms 160 // If the return list is full but we still have algorithms
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
ExtendedSSLSession.java | 38 * Obtains an array of supported signature algorithms that the local side 42 * algorithms may be used for digital signatures in TLS 1.2. It is 52 * Note: the local supported signature algorithms should conform to 57 * @return An array of supported signature algorithms, in descending 66 * Obtains an array of supported signature algorithms that the peer is 70 * algorithms may be used for digital signatures in TLS 1.2. It is 80 * @return An array of supported signature algorithms, in descending 82 * the peer has not sent the supported signature algorithms.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/ |
BCObjectIdentifiers.java | 18 * pbe(1) algorithms 71 * signature(2) algorithms 75 // BEGIN Android-removed: Unsupported algorithms 86 * key_exchange(3) algorithms 95 // END Android-removed: Unsupported algorithms
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
X509SignatureUtil.java | 17 // Android-removed: Unsupported algorithms 70 // BEGIN Android-removed: Unsupported algorithms 79 // END Android-removed: Unsupported algorithms 122 // BEGIN Android-removed: Unsupported algorithms 141 // END Android-removed: Unsupported algorithms
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
types.h | 74 /// Sorting algorithms: 83 /// Merging algorithms: 90 /// Partial sum algorithms: recursive, linear. 97 /// Sorting/merging algorithms: sampling, __exact. 104 /// Find algorithms:
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
types.h | 74 /// Sorting algorithms: 83 /// Merging algorithms: 90 /// Partial sum algorithms: recursive, linear. 97 /// Sorting/merging algorithms: sampling, __exact. 104 /// Find algorithms:
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/ |
V2SchemeSigner.java | 79 * Gets the APK Signature Scheme v2 signature algorithms to be used for signing an APK using the 101 List<SignatureAlgorithm> algorithms = new ArrayList<>(); local 102 algorithms.add(SignatureAlgorithm.RSA_PKCS1_V1_5_WITH_SHA256); 104 algorithms.add(SignatureAlgorithm.VERITY_RSA_PKCS1_V1_5_WITH_SHA256); 106 return algorithms; 114 List<SignatureAlgorithm> algorithms = new ArrayList<>(); local 115 algorithms.add(SignatureAlgorithm.DSA_WITH_SHA256); 117 algorithms.add(SignatureAlgorithm.VERITY_DSA_WITH_SHA256); 119 return algorithms; 125 List<SignatureAlgorithm> algorithms = new ArrayList<>() local [all...] |
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/ |
V3SchemeSigner.java | 68 * Gets the APK Signature Scheme v3 signature algorithms to be used for signing an APK using the 90 List<SignatureAlgorithm> algorithms = new ArrayList<>(); local 91 algorithms.add(SignatureAlgorithm.RSA_PKCS1_V1_5_WITH_SHA256); 93 algorithms.add(SignatureAlgorithm.VERITY_RSA_PKCS1_V1_5_WITH_SHA256); 95 return algorithms; 103 List<SignatureAlgorithm> algorithms = new ArrayList<>(); local 104 algorithms.add(SignatureAlgorithm.DSA_WITH_SHA256); 106 algorithms.add(SignatureAlgorithm.VERITY_DSA_WITH_SHA256); 108 return algorithms; 114 List<SignatureAlgorithm> algorithms = new ArrayList<>() local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
EC.java | 6 // BEGIN Android-removed: Unsupported algorithms 12 // END Android-removed: Unsupported algorithms 17 // BEGIN Android-removed: Unsupported algorithms 19 // END Android-removed: Unsupported algorithms 46 // BEGIN Android-removed: Unsupported algorithms 75 // END Android-removed: Unsupported algorithms 79 // BEGIN Android-removed: Unsupported algorithms 130 // END Android-removed: Unsupported algorithms 132 // BEGIN Android-removed: Unsupported algorithms 152 // END Android-removed: Unsupported algorithms [all...] |
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
nano_calibration.h | 19 * calibration algorithms that affect the following sensors: 69 * algorithms used by the IMU_Cal CHRE nanoapp. The main purpose of this class 70 * is to transfer sensor data to the sensor calibration algorithms and provide 83 // Sets the sensor calibration object pointers and initializes the algorithms 90 // Sends new sensor samples to the calibration algorithms. 94 // Provides temperature updates to the calibration algorithms. 99 // Passes sensor data to the runtime calibration algorithms.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
HMac.java | 39 // BEGIN Android-removed: Unsupported algorithms 44 // END Android-removed: Unsupported algorithms 47 // BEGIN Android-removed: Unsupported algorithms 50 // END Android-removed: Unsupported algorithms 58 // BEGIN Android-removed: Unsupported algorithms 61 // END Android-removed: Unsupported algorithms 83 * Base constructor for one of the standard digest algorithms that the
|