Home
last modified time | relevance | path

Searched refs:EVP_chacha20 (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_chacha20.pod5 EVP_chacha20,
13 const EVP_CIPHER *EVP_chacha20(void);
22 =item EVP_chacha20()
36 Authenticated encryption with ChaCha20-Poly1305. Like EVP_chacha20(), the key
H A DEVP_EncryptInit.pod1700 L<EVP_chacha20(3)>,
/freebsd/crypto/openssh/
H A Dcipher-chachapoly-libcrypto.c53 if (!EVP_CipherInit(ctx->main_evp, EVP_chacha20(), key, NULL, 1)) in chachapoly_new()
55 if (!EVP_CipherInit(ctx->header_evp, EVP_chacha20(), key + 32, NULL, 1)) in chachapoly_new()
H A Dconfigure.ac3127 AC_CHECK_FUNCS([EVP_sha256 EVP_sha384 EVP_sha512 EVP_chacha20])
/freebsd/crypto/openssl/test/
H A Dbio_enc_test.c242 return do_test_bio_cipher(EVP_chacha20(), idx); in test_bio_enc_chacha20()
/freebsd/crypto/openssl/crypto/evp/
H A Dc_allc.c260 EVP_add_cipher(EVP_chacha20()); in openssl_add_all_ciphers_int()
H A De_chacha20_poly1305.c145 const EVP_CIPHER *EVP_chacha20(void) in EVP_chacha20() function
/freebsd/sbin/decryptcore/
H A Ddecryptcore.c225 cipher = EVP_chacha20(); in decrypt()
/freebsd/crypto/openssl/doc/
H A Dbuild.info1370 DEPEND[html/man3/EVP_chacha20.html]=man3/EVP_chacha20.pod
1371 GENERATE[html/man3/EVP_chacha20.html]=man3/EVP_chacha20.pod
1372 DEPEND[man/man3/EVP_chacha20.3]=man3/EVP_chacha20.pod
1373 GENERATE[man/man3/EVP_chacha20.3]=man3/EVP_chacha20.pod
3128 html/man3/EVP_chacha20.html \
3736 man/man3/EVP_chacha20.3 \
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c235 .evp_cipher = EVP_chacha20 },
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1124 const EVP_CIPHER *EVP_chacha20(void);
/freebsd/secure/lib/libcrypto/
H A DVersion.map1748 EVP_chacha20;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile224 MAN+= EVP_chacha20.3
2433 MLINKS+= EVP_chacha20.3 EVP_chacha20_poly1305.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2491 EVP_chacha20 2546 3_0_0 EXIST::FUNCTION:CHACHA