Searched refs:chacha20 (Results 1 - 6 of 6) sorted by relevance
/third_party/mbedtls/programs/test/ |
H A D | benchmark.c | 34 #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 D | e_chacha20_poly1305.c | 128 static const EVP_CIPHER chacha20 = { variable 147 return &chacha20; in EVP_chacha20()
|
/third_party/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 128 static const EVP_CIPHER chacha20 = { variable 147 return &chacha20; in EVP_chacha20()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | cipher.rs | 434 pub fn chacha20() -> &'static CipherRef { in chacha20() functions
|
H A D | symm.rs | 293 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 D | Makefile | 120 chacha20.o \
|
Completed in 8 milliseconds