HomeSort by relevance Sort by last modified time
    Searched refs:EVP_CipherInit (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
print-esp.c 134 if (EVP_CipherInit(&ctx, sa->evp, sa->secret, NULL, 0) < 0)
136 EVP_CipherInit(&ctx, NULL, NULL, iv, 0);
669 if (EVP_CipherInit(&ctx, sa->evp, secret, NULL, 0) < 0)
673 EVP_CipherInit(&ctx, NULL, NULL, p, 0);
  /external/openssl/crypto/evp/
evp_enc.c 96 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
287 return EVP_CipherInit(ctx, cipher, key, iv, 1);
299 return EVP_CipherInit(ctx, cipher, key, iv, 0);
evp.h 598 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
cipher.c 96 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1258 if (!EVP_CipherInit(&ctx, e, NULL, NULL, enc))
1276 if (!EVP_CipherInit(&ctx, NULL, (u_char *) key->v,
1285 if (!EVP_CipherInit(&ctx, e, (u_char *) key->v,
    [all...]
  /external/openssl/include/openssl/
evp.h 598 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    [all...]
  /external/openssl/ssl/
kssl.c     [all...]

Completed in 130 milliseconds