/prebuilts/go/linux-x86/src/index/suffixarray/ |
suffixarray_test.go | 264 // repetition, and the repeated bytes have the most. For most algorithms,
|
/prebuilts/go/linux-x86/src/math/ |
lgamma.go | 50 // Our algorithms are based on the following observation
|
/prebuilts/go/linux-x86/src/runtime/ |
alg.go | 17 // type algorithms - known to compiler
|
time.go | 236 // Heap maintenance algorithms.
|
cpuprof.go | 6 // Based on algorithms and data structures used in
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
doc.go | 6 // useful for implementing synchronization algorithms.
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/ |
Tpm2Capability.c | 329 CopyMem (AlgList, &TpmCap.data.algorithms, sizeof (TPML_ALG_PROPERTY));
|
/external/tpm2/ |
tpm_types.h | 784 TPM_ALG_ID algorithms[MAX_ALG_LIST_SIZE]; member in struct:__anon35546 846 TPML_ALG_PROPERTY algorithms; member in union:__anon35557 [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
dom_test.go | 440 // reference dominator tree for testing faster algorithms.
|
redblack32.go | 17 // following Tarjan, Data Structures and Network Algorithms, 21 // use in sparse lookup algorithms.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
dom_test.go | 440 // reference dominator tree for testing faster algorithms.
|
redblack32.go | 17 // following Tarjan, Data Structures and Network Algorithms, 21 // use in sparse lookup algorithms.
|
/system/keymaster/ |
android_keymaster_test_utils.cpp | 741 keymaster_algorithm_t** algorithms, 743 return unwrap(dev)->get_supported_algorithms(unwrap(dev), algorithms, algorithms_length); [all...] |
/external/ipsec-tools/src/racoon/ |
cfparse.y | 1409 algorithms EOS 1422 algorithms 1431 COMMA algorithms [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Tpm20.h | 1063 TPM_ALG_ID algorithms[MAX_ALG_LIST_SIZE]; member in struct:__anon10281 1122 TPML_ALG_PROPERTY algorithms; member in union:__anon10291 [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
cpuprof.go | 6 // Based on algorithms and data structures used in
|
mbarrier.go | 91 // Peterson/Dekker algorithms for mutual exclusion). Rather than require memory
|
mprof.go | 6 // Patterned after tcmalloc's algorithms; shorter code.
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
common.go | 136 // Signature algorithms for TLS 1.2 (See RFC 5246, section A.4.1) 148 // supportedSignatureAlgorithms contains the signature and hash algorithms that 265 // Algorithms Extension is being used (see [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
common.go | 136 // Signature algorithms for TLS 1.2 (See RFC 5246, section A.4.1) 148 // supportedSignatureAlgorithms contains the signature and hash algorithms that 265 // Algorithms Extension is being used (see [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
x509.go | 229 // OIDs for signature algorithms 235 // RFC 3279 2.2.1 RSA Signature Algorithms 262 // RFC 5758 3.1 DSA Signature Algorithms 266 // csor(3) algorithms(4) id-dsa-with-sha2(3) 2} 442 // RFC 3279, 2.3 Public Key Algorithms 703 // involves algorithms that are not currently implemented. [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
x509.go | 229 // OIDs for signature algorithms 235 // RFC 3279 2.2.1 RSA Signature Algorithms 262 // RFC 5758 3.1 DSA Signature Algorithms 266 // csor(3) algorithms(4) id-dsa-with-sha2(3) 2} 442 // RFC 3279, 2.3 Public Key Algorithms 703 // involves algorithms that are not currently implemented. [all...] |
/external/guice/lib/build/ |
bnd-0.0.384.jar | |
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p224.go | 40 // The cryptographic operations are implemented using constant-time algorithms.
|
/prebuilts/go/darwin-x86/src/go/types/ |
api.go | 6 // the algorithms for type-checking of Go packages. Use
|