Searched refs:EVP_chacha20 (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_chacha20.pod | 5 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 D | EVP_EncryptInit.pod | 1700 L<EVP_chacha20(3)>,
|
/freebsd/crypto/openssh/ |
H A D | cipher-chachapoly-libcrypto.c | 53 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 D | configure.ac | 3127 AC_CHECK_FUNCS([EVP_sha256 EVP_sha384 EVP_sha512 EVP_chacha20])
|
/freebsd/crypto/openssl/test/ |
H A D | bio_enc_test.c | 242 return do_test_bio_cipher(EVP_chacha20(), idx); in test_bio_enc_chacha20()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | c_allc.c | 260 EVP_add_cipher(EVP_chacha20()); in openssl_add_all_ciphers_int()
|
H A D | e_chacha20_poly1305.c | 145 const EVP_CIPHER *EVP_chacha20(void) in EVP_chacha20() function
|
/freebsd/sbin/decryptcore/ |
H A D | decryptcore.c | 225 cipher = EVP_chacha20(); in decrypt()
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 1370 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 D | cryptocheck.c | 235 .evp_cipher = EVP_chacha20 },
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1124 const EVP_CIPHER *EVP_chacha20(void);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1748 EVP_chacha20;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 224 MAN+= EVP_chacha20.3 2433 MLINKS+= EVP_chacha20.3 EVP_chacha20_poly1305.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2491 EVP_chacha20 2546 3_0_0 EXIST::FUNCTION:CHACHA
|