Searched refs:evp (Results 1 - 25 of 336) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c15 #include <openssl/evp.h>
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.h14 #include <openssl/evp.h>
/external/wpa_supplicant_8/hs20/client/
H A Dest.c11 #include <openssl/evp.h>
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c15 #include <openssl/evp.h>
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.h14 #include <openssl/evp.h>
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c15 #include <openssl/evp.h>
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.h14 #include <openssl/evp.h>
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c2176 vki_clockid_t, clockid, struct sigevent *, evp,
2179 struct vki_sigevent *evp = (struct vki_sigevent *) ARG2; local
2180 PRE_MEM_READ( "timer_create(evp.sigev_value)", (Addr)&evp->sigev_value,
2182 PRE_MEM_READ( "timer_create(evp.sigev_signo)", (Addr)&evp->sigev_signo,
2184 PRE_MEM_READ( "timer_create(evp.sigev_notify)", (Addr)&evp->sigev_notify,
2186 if (ML_(safe_to_deref)(&evp->sigev_notify, sizeof(int))
2187 && (evp
[all...]
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp3597 Syscall param timer_create(evp) contains uninitialised byte(s)
3605 Syscall param timer_create(evp.sigev_value) points to unaddressable byte(s)
3610 Syscall param timer_create(evp.sigev_signo) points to unaddressable byte(s)
3615 Syscall param timer_create(evp.sigev_notify) points to unaddressable byte(s)
/external/tcpdump/
H A Dconfigure8046 for ac_header in openssl/evp.h
8048 ac_fn_c_check_header_mongrel "$LINENO" "openssl/evp.h" "ac_cv_header_openssl_evp_h" "$ac_includes_default"
H A Dprint-esp.c45 #include <openssl/evp.h>
84 const EVP_CIPHER *evp; member in struct:sa_list
120 if(sa->evp == NULL) return 0;
134 if (EVP_CipherInit(&ctx, sa->evp, sa->secret, NULL, 0) < 0)
229 const EVP_CIPHER *evp; local
252 evp = EVP_get_cipherbyname(decode);
254 if (!evp) {
256 sa->evp = NULL;
262 sa->evp = evp;
[all...]
/external/scrypt/lib/crypto/
H A Dcrypto_scrypt-neon.c41 #include <openssl/evp.h>
H A Dcrypto_scrypt-ref.c37 #include <openssl/evp.h>
H A Dcrypto_scrypt-sse.c41 #include <openssl/evp.h>
/external/ppp/pppd/
H A Dopenssl-hash.c17 #include <openssl/evp.h>
H A Dopenssl-hash.h20 #include <openssl/evp.h>
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/openssl/
H A DCrypto-config-host.mk300 crypto/evp/bio_b64.c \
301 crypto/evp/bio_enc.c \
302 crypto/evp/bio_md.c \
303 crypto/evp/bio_ok.c \
304 crypto/evp/c_all.c \
305 crypto/evp/c_allc.c \
306 crypto/evp/c_alld.c \
307 crypto/evp/digest.c \
308 crypto/evp/e_aes.c \
309 crypto/evp/e_aes_cbc_hmac_sha
[all...]
H A DCrypto-config-target.mk300 crypto/evp/bio_b64.c \
301 crypto/evp/bio_enc.c \
302 crypto/evp/bio_md.c \
303 crypto/evp/bio_ok.c \
304 crypto/evp/c_all.c \
305 crypto/evp/c_allc.c \
306 crypto/evp/c_alld.c \
307 crypto/evp/digest.c \
308 crypto/evp/e_aes.c \
309 crypto/evp/e_aes_cbc_hmac_sha
[all...]
H A DCrypto-config-trusty.mk141 crypto/evp/digest.c \
142 crypto/evp/e_aes.c \
143 crypto/evp/evp_enc.c \
144 crypto/evp/evp_lib.c \
145 crypto/evp/evp_pkey.c \
146 crypto/evp/m_sha1.c \
147 crypto/evp/m_sigver.c \
148 crypto/evp/names.c \
149 crypto/evp/p_lib.c \
150 crypto/evp/pmeth_f
[all...]
/external/openssl/apps/
H A Dasn1pars.c68 #include <openssl/evp.h>
H A Dca.c71 #include <openssl/evp.h>
H A Dcrl2p7.c68 #include <openssl/evp.h>
H A Ddgst.c65 #include <openssl/evp.h>
H A Ddsa.c69 #include <openssl/evp.h>

Completed in 582 milliseconds

1234567891011>>