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

/openbsd-current/lib/libcrypto/evp/
H A De_chacha.c71 EVP_chacha20(void) function
75 LCRYPTO_ALIAS(EVP_chacha20); variable
H A Devp_names.c304 .cipher = EVP_chacha20,
308 .cipher = EVP_chacha20,
779 .cipher = EVP_chacha20,
783 .cipher = EVP_chacha20,
H A Devp.h722 const EVP_CIPHER *EVP_chacha20(void);
/openbsd-current/usr.bin/ssh/
H A Dcipher-chachapoly-libcrypto.c46 if (!EVP_CipherInit(ctx->main_evp, EVP_chacha20(), key, NULL, 1))
48 if (!EVP_CipherInit(ctx->header_evp, EVP_chacha20(), key + 32, NULL, 1))
/openbsd-current/lib/libcrypto/man/
H A DMakefile203 EVP_chacha20.3 \
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h254 LCRYPTO_USED(EVP_chacha20); variable

Completed in 137 milliseconds