Home
last modified time | relevance | path

Searched refs:chacha20 (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/programs/test/
H A Dbenchmark.c34 #include "mbedtls/chacha20.h"
112 "des3, des, camellia, chacha20,\n" \
510 aria, camellia, chacha20, member
590 } else if (strcmp(argv[i], "chacha20") == 0) { in main()
591 todo.chacha20 = 1; in main()
958 if (todo.chacha20) { in main()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_chacha20_poly1305.c128 static const EVP_CIPHER chacha20 = { variable
147 return &chacha20; in EVP_chacha20()
/third_party/openssl/crypto/evp/
H A De_chacha20_poly1305.c128 static const EVP_CIPHER chacha20 = { variable
147 return &chacha20; in EVP_chacha20()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher.rs434 pub fn chacha20() -> &'static CipherRef { in chacha20() functions
H A Dsymm.rs293 pub fn chacha20() -> Cipher { in chacha20() functions
1492 cipher_test(Cipher::chacha20(), pt, ct, key, iv); in test_chacha20()
/third_party/mbedtls/library/
H A DMakefile120 chacha20.o \

Completed in 7 milliseconds