Searched defs:Vectors (Results 1 – 10 of 10) sorted by relevance
628 .. _`NIST`: https://www.nist.gov/629 .. _`IETF`: https://www.ietf.org/630 .. _`Project Wycheproof`: https://github.com/google/wycheproof631 .. _`NIST CAVP`: https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program632 .. _`Bruce Schneier's vectors`: https://www.schneier.com/code/vectors.txt633 .. _`Camellia page`: https://info.isl.ntt.co.jp/crypt/eng/camellia/634 .. _`CRYPTREC`: https://www.cryptrec.go.jp635 …thub.com/openssl/openssl/blob/97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef/crypto/evp/evptests.txt#L232636 …s://github.com/openssl/openssl/blob/5a7bc0be97dee9ac715897fe8180a08e211bc6ea/test/evpciph.txt#L2362637 …ssl/+/2e2a226ac9201ac411a84b5e79ac3a7333d8e1c9/crypto/cipher_extra/test/chacha20_poly1305_tests.txt[all …]
31 ## Vectors section in Memory Layout Examples32 ### STD140 & STD430
331 ### Vectors subsection in FlexBuffers
44 TEST(SipHash, Vectors) { in TEST() argument
638 type Vectors struct { struct639 Retry uint64 `json:"retry,omitempty"`640 ID uint64 `json:"vsId"`641 Algo string `json:"algorithm,omitempty"`642 Revision string `json:"revision,omitempty"`
105 TEST_F(LevenshteinDistanceTest, Vectors) { in TEST_F() argument
61 TEST_F(TypeTest, Vectors) { in TEST_F() argument
9068 =head2 Vectors section in Integer Set Library
215 SmallVector<Value *, 16> Vectors; member in __anon0f2dcaa70111::LowerMatrixIntrinsics::MatrixTy225 MatrixTy(ArrayRef<Value *> Vectors) in MatrixTy()