HomeSort by relevance Sort by last modified time
    Searched refs:evp (Results 1 - 25 of 509) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/sources/android/libportable/arch-mips/
timer.c 25 struct sigevent native_sigevent, *evp = portable_evp; local
28 (evp->sigev_notify == SIGEV_SIGNAL ||
29 evp->sigev_notify == SIGEV_THREAD_ID)) {
32 evp = &native_sigevent;
33 evp->sigev_signo = signum_pton(evp->sigev_signo);
35 return REAL(timer_create)(clockid, evp, timerid);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_acnf.c 60 #include <openssl/evp.h>
e_dsa.c 1 /* crypto/evp/e_dsa.c */
61 #include <openssl/evp.h>
c_all.c 1 /* crypto/evp/c_all.c */
61 #include <openssl/evp.h>
m_null.c 1 /* crypto/evp/m_null.c */
61 #include <openssl/evp.h>
  /external/openssl/crypto/evp/
evp_acnf.c 60 #include <openssl/evp.h>
e_dsa.c 1 /* crypto/evp/e_dsa.c */
61 #include <openssl/evp.h>
c_all.c 1 /* crypto/evp/c_all.c */
61 #include <openssl/evp.h>
m_null.c 1 /* crypto/evp/m_null.c */
61 #include <openssl/evp.h>
  /external/chromium_org/net/android/
keystore_openssl.h 9 #include <openssl/evp.h>
  /external/chromium_org/net/quic/crypto/
scoped_evp_cipher_ctx.cc 7 #include <openssl/evp.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_dgst.c 61 #include <openssl/evp.h>
  /external/openssh/
cipher.c 240 EVP_CIPHER_CTX_init(&cc->evp);
247 EVP_CipherInit(&cc->evp, type, (u_char *)key, (u_char *)iv,
250 if (EVP_CipherInit(&cc->evp, type, NULL, (u_char *)iv,
254 klen = EVP_CIPHER_CTX_key_length(&cc->evp);
257 if (EVP_CIPHER_CTX_set_key_length(&cc->evp, keylen) == 0)
261 if (EVP_CipherInit(&cc->evp, NULL, (u_char *)key, NULL, -1) == 0)
269 if (EVP_Cipher(&cc->evp, discard, junk,
283 if (EVP_Cipher(&cc->evp, dest, (u_char *)src, len) == 0)
290 if (EVP_CIPHER_CTX_cleanup(&cc->evp) == 0)
331 ivlen = EVP_CIPHER_CTX_iv_length(&cc->evp);
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_dgst.c 61 #include <openssl/evp.h>
  /external/openssh/openbsd-compat/
openssl-compat.c 40 ssh_EVP_CipherInit(EVP_CIPHER_CTX *evp, const EVP_CIPHER *type,
43 EVP_CipherInit(evp, type, key, iv, enc);
48 ssh_EVP_Cipher(EVP_CIPHER_CTX *evp, char *dst, char *src, int len)
50 EVP_Cipher(evp, dst, src, len);
55 ssh_EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *evp)
57 EVP_CIPHER_CTX_cleanup(evp);
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_x509.c 62 #include <openssl/evp.h>
pem_xaux.c 62 #include <openssl/evp.h>
  /external/openssl/crypto/pem/
pem_x509.c 62 #include <openssl/evp.h>
pem_xaux.c 62 #include <openssl/evp.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/cmac/
cm_ameth.c 55 #include <openssl/evp.h>
  /external/openssl/crypto/cmac/
cm_ameth.c 55 #include <openssl/evp.h>
  /external/ppp/pppd/
openssl-hash.c 17 #include <openssl/evp.h>
  /external/chromium_org/third_party/libjingle/source/talk/base/
openssldigest.h 31 #include <openssl/evp.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
i2d_pr.c 61 #include <openssl/evp.h>
  /external/openssl/crypto/asn1/
i2d_pr.c 61 #include <openssl/evp.h>

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 91011>>