Home
last modified time | relevance | path

Searched defs:Vectors (Results 1 – 10 of 10) sorted by relevance

/external/python/cryptography/docs/development/
Dtest-vectors.rst628 .. _`NIST`: https://www.nist.gov/
629 .. _`IETF`: https://www.ietf.org/
630 .. _`Project Wycheproof`: https://github.com/google/wycheproof
631 .. _`NIST CAVP`: https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program
632 .. _`Bruce Schneier's vectors`: https://www.schneier.com/code/vectors.txt
633 .. _`Camellia page`: https://info.isl.ntt.co.jp/crypt/eng/camellia/
634 .. _`CRYPTREC`: https://www.cryptrec.go.jp
635 …thub.com/openssl/openssl/blob/97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef/crypto/evp/evptests.txt#L232
636 …s://github.com/openssl/openssl/blob/5a7bc0be97dee9ac715897fe8180a08e211bc6ea/test/evpciph.txt#L2362
637 …ssl/+/2e2a226ac9201ac411a84b5e79ac3a7333d8e1c9/crypto/cipher_extra/test/chacha20_poly1305_tests.txt
[all …]
/external/deqp-deps/amber/docs/
Dmemory_layout.md31 ## Vectors section in Memory Layout Examples
32 ### STD140 & STD430
/external/flatbuffers/docs/source/
DInternals.md331 ### Vectors subsection in FlexBuffers
/external/rust/crates/quiche/deps/boringssl/src/crypto/siphash/
Dsiphash_test.cc44 TEST(SipHash, Vectors) { in TEST() argument
/external/boringssl/src/crypto/siphash/
Dsiphash_test.cc44 TEST(SipHash, Vectors) { in TEST() argument
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go638 type Vectors struct { struct
639 Retry uint64 `json:"retry,omitempty"`
640 ID uint64 `json:"vsId"`
641 Algo string `json:"algorithm,omitempty"`
642 Revision string `json:"revision,omitempty"`
/external/tensorflow/tensorflow/core/lib/gtl/
Dedit_distance_test.cc105 TEST_F(LevenshteinDistanceTest, Vectors) { in TEST_F() argument
/external/deqp-deps/amber/src/
Dtype_test.cc61 TEST_F(TypeTest, Vectors) { in TEST_F() argument
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod9068 =head2 Vectors section in Integer Set Library
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp215 SmallVector<Value *, 16> Vectors; member in __anon0f2dcaa70111::LowerMatrixIntrinsics::MatrixTy
225 MatrixTy(ArrayRef<Value *> Vectors) in MatrixTy()