/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
alg.go | 9 // AlgKind describes the kind of algorithms used for comparing and 214 // cannot be handled by the standard algorithms, 392 // cannot be handled by the standard algorithms,
|
asm_test.go | 40 // Get rid of code for "".init. Also gets rid of type algorithms & other junk.
|
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
elliptic.go | 371 // The cryptographic operations are implemented using constant-time algorithms. 379 // The cryptographic operations do not use constant-time algorithms. 387 // The cryptographic operations do not use constant-time algorithms.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
alg.go | 9 // AlgKind describes the kind of algorithms used for comparing and 214 // cannot be handled by the standard algorithms, 392 // cannot be handled by the standard algorithms,
|
asm_test.go | 40 // Get rid of code for "".init. Also gets rid of type algorithms & other junk.
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
elliptic.go | 371 // The cryptographic operations are implemented using constant-time algorithms. 379 // The cryptographic operations do not use constant-time algorithms. 387 // The cryptographic operations do not use constant-time algorithms.
|
/prebuilts/go/darwin-x86/src/crypto/sha512/ |
sha512.go | 6 // hash algorithms as defined in FIPS 180-4.
|
/prebuilts/go/linux-x86/src/crypto/sha512/ |
sha512.go | 6 // hash algorithms as defined in FIPS 180-4.
|
/system/keymaster/ |
android_keymaster.cpp | 112 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); local 116 response->results = dup_array(algorithms, algorithm_count);
|
/external/boringssl/src/ssl/test/runner/ |
sign.go | 52 return 0, errors.New("tls: no common signature algorithms") 277 // TLS 1.1 and below use legacy signature algorithms.
|
common.go | 183 // algorithms' throughout. We match the latter. 187 // RSASSA-PKCS1-v1_5 algorithms 194 // ECDSA algorithms 200 // RSASSA-PSS algorithms 205 // EdDSA algorithms 211 // algorithms. 463 // supported signature algorithms to sign with. 467 // supported signature algorithms that are accepted. [all...] |
/external/openssh/contrib/suse/ |
openssh.spec | 59 patented algorithms to seperate libraries (OpenSSL). 73 patented algorithms to seperate libraries (OpenSSL).
|
/prebuilts/go/darwin-x86/src/crypto/dsa/ |
dsa.go | 7 // The DSA operations in this package are not implemented using constant-time algorithms.
|
/prebuilts/go/darwin-x86/src/crypto/ecdsa/ |
ecdsa_test.go | 207 // unsupported algorithms and has been compressed.
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32_amd64.go | 5 // AMD64-specific hardware-assisted CRC32 algorithms. See crc32.go for a
|
/prebuilts/go/darwin-x86/src/image/jpeg/ |
idct.go | 69 // For more on the actual algorithm, see Z. Wang, "Fast algorithms for the
|
/prebuilts/go/darwin-x86/src/index/suffixarray/ |
suffixarray_test.go | 264 // repetition, and the repeated bytes have the most. For most algorithms,
|
/prebuilts/go/darwin-x86/src/math/ |
lgamma.go | 50 // Our algorithms are based on the following observation
|
/prebuilts/go/darwin-x86/src/runtime/ |
alg.go | 17 // type algorithms - known to compiler
|
time.go | 236 // Heap maintenance algorithms.
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
doc.go | 6 // useful for implementing synchronization algorithms.
|
/prebuilts/go/linux-x86/src/crypto/dsa/ |
dsa.go | 7 // The DSA operations in this package are not implemented using constant-time algorithms.
|
/prebuilts/go/linux-x86/src/crypto/ecdsa/ |
ecdsa_test.go | 207 // unsupported algorithms and has been compressed.
|
/prebuilts/go/linux-x86/src/hash/crc32/ |
crc32_amd64.go | 5 // AMD64-specific hardware-assisted CRC32 algorithms. See crc32.go for a
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
idct.go | 69 // For more on the actual algorithm, see Z. Wang, "Fast algorithms for the
|