Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:evp

41 #include <openssl/evp.h>
75 const EVP_CIPHER *evp;
225 const EVP_CIPHER *evp;
252 evp = EVP_get_cipherbyname(decode);
253 if (!evp) {
255 sa1.evp = NULL;
261 sa1.evp = evp;
263 sa1.ivlen = EVP_CIPHER_iv_length(evp);
474 if (sa->evp) {
476 if (EVP_CipherInit(&ctx, sa->evp, secret, NULL, 0) < 0)