Home
last modified time | relevance | path

Searched refs:poly1305 (Results 1 – 25 of 50) sorted by relevance

12

/external/boringssl/src/third_party/wycheproof_testvectors/
Dchacha20_poly1305_test.txt1711 # edge case for poly1305
1722 # edge case for poly1305
1733 # edge case for poly1305
1744 # edge case for poly1305
1755 # edge case for poly1305
1766 # edge case for poly1305
1777 # edge case for poly1305
1788 # edge case for poly1305
1799 # edge case for poly1305
1810 # edge case for poly1305
[all …]
Dxchacha20_poly1305_test.txt1684 # edge case for poly1305
1695 # edge case for poly1305
1706 # edge case for poly1305
1717 # edge case for poly1305
1728 # edge case for poly1305
1739 # edge case for poly1305
1750 # edge case for poly1305
1761 # edge case for poly1305
1772 # edge case for poly1305
1783 # edge case for poly1305
[all …]
/external/rust/crates/ring/src/aead/
Dchacha20_poly1305.rs18 poly1305, Aad, Block, Direction, Nonce, Tag, BLOCK_LEN,
93 poly1305::Context::from_key(key) in aead()
122 fn poly1305_update_padded_16(ctx: &mut poly1305::Context, input: &[u8]) { in poly1305_update_padded_16()
140 ) -> poly1305::Key { in derive_poly1305_key()
143 poly1305::Key::new(key_bytes, cpu_features) in derive_poly1305_key()
Dchacha20_poly1305_openssh.rs35 cpu, poly1305, Nonce, Tag,
82 let Tag(tag) = poly1305::sign(poly_key, plaintext_in_ciphertext_out);
186 fn verify(key: poly1305::Key, msg: &[u8], tag: &[u8; TAG_LEN]) -> Result<(), error::Unspecified> { in verify()
187 let Tag(calculated_tag) = poly1305::sign(key, msg);
/external/rust/crates/ring/patches/
DAndroid.bp.diff28 + "crypto/poly1305/poly1305.c",
29 + "crypto/poly1305/poly1305_vec.c",
44 + "crypto/poly1305/poly1305_arm.c",
45 + "crypto/poly1305/poly1305_arm_asm.S",
/external/openssh/
DPROTOCOL.chacha20poly13051 This document describes the chacha20-poly1305@openssh.com authenticated
16 The chacha20-poly1305@openssh.com combines these two primitives into an
25 The chacha20-poly1305@openssh.com offers both encryption and
27 chacha20-poly1305@openssh.com cipher is selected in key exchange,
34 The chacha20-poly1305@openssh.com cipher requires 512 bits of key
42 keyed by K_2, is used in conjunction with poly1305 to build an AEAD
91 is followed, then chacha20-poly1305@openssh.com requires no special
101 http://cr.yp.to/mac/poly1305-20050329.pdf
/external/conscrypt/common/src/test/resources/crypto/
Dbuild_test_files.sh32 cat "$1"/chacha20-poly1305.rsp | parse_records.py --noheader > chacha20-poly1305.csv
/external/rust/crates/ring/
DCargo.toml20poly1305/internal.h", "crypto/poly1305/poly1305.c", "crypto/poly1305/poly1305_arm.c", "crypto/poly…
DCargo.toml.orig89 "crypto/poly1305/internal.h",
90 "crypto/poly1305/poly1305.c",
91 "crypto/poly1305/poly1305_arm.c",
92 "crypto/poly1305/poly1305_arm_asm.S",
93 "crypto/poly1305/poly1305_vec.c",
102 "include/GFp/poly1305.h",
118 "src/aead/poly1305.rs",
DAndroid.bp101 "crypto/poly1305/poly1305.c",
102 "crypto/poly1305/poly1305_vec.c",
117 "crypto/poly1305/poly1305_arm.c",
118 "crypto/poly1305/poly1305_arm_asm.S",
/external/oss-fuzz/projects/ecc-diff-fuzzer/
Dbuild.sh78 setarch i386 ./config no-poly1305 no-shared no-threads -m32
80 ./config no-poly1305 no-shared no-threads
/external/boringssl/src/crypto/
DCMakeLists.txt113 poly1305/poly1305_arm_asm.S
327 poly1305/poly1305.c
328 poly1305/poly1305_arm.c
329 poly1305/poly1305_vec.c
541 poly1305/poly1305_test.cc
/external/rust/crates/quiche/deps/boringssl/src/crypto/
DCMakeLists.txt107 poly1305/poly1305_arm_asm.S
320 poly1305/poly1305.c
321 poly1305/poly1305_arm.c
322 poly1305/poly1305_vec.c
531 poly1305/poly1305_test.cc
/external/openssh/regress/
Ddhgex.sh61 check 8192 rijndael-cbc@lysator.liu.se chacha20-poly1305@openssh.com
/external/boringssl/
Dsources.mk146 src/crypto/poly1305/poly1305.c\
147 src/crypto/poly1305/poly1305_arm.c\
148 src/crypto/poly1305/poly1305_vec.c\
276 src/crypto/poly1305/poly1305_arm_asm.S\
Deureka.mk146 src/crypto/poly1305/poly1305.c\
147 src/crypto/poly1305/poly1305_arm.c\
148 src/crypto/poly1305/poly1305_vec.c\
332 src/crypto/poly1305/poly1305_arm_asm.S\
Dsources.bp147 "src/crypto/poly1305/poly1305.c",
148 "src/crypto/poly1305/poly1305_arm.c",
149 "src/crypto/poly1305/poly1305_vec.c",
264 "src/crypto/poly1305/poly1305_arm_asm.S",
479 "src/crypto/poly1305/poly1305_test.cc",
/external/openssh/regress/unittests/hostkeys/
DMakefile13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
/external/openssh/regress/unittests/authopt/
DMakefile15 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
/external/openssh/regress/unittests/sshkey/
DMakefile13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
/external/openssh/regress/unittests/kex/
DMakefile13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c70 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length() argument
78 CRYPTO_poly1305_update(poly1305, length_bytes, sizeof(length_bytes)); in poly1305_update_length()
/external/openscreen/third_party/boringssl/
DBUILD.generated.gni176 "src/crypto/poly1305/internal.h",
177 "src/crypto/poly1305/poly1305.c",
178 "src/crypto/poly1305/poly1305_arm.c",
179 "src/crypto/poly1305/poly1305_vec.c",
351 "src/include/openssl/poly1305.h",
492 "src/crypto/poly1305/poly1305_arm_asm.S",
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c145 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length() argument
153 CRYPTO_poly1305_update(poly1305, length_bytes, sizeof(length_bytes)); in poly1305_update_length()
/external/openssh/regress/misc/kexfuzz/
DMakefile22 SRCS+=cipher-chachapoly.c chacha.c poly1305.c utf8.c

12