HomeSort by: relevance | last modified time | path
    Searched defs:EVP_CipherInit_ex (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
evp_enc.c 57 return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, enc);
60 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
245 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
258 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_enc.c 649 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
819 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
839 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp.c 81 * The use of EVP_CipherInit_ex() and EVP_Cipher() is pretty easy to
88 * This is an example how to use EVP_CipherInit_ex(),
777 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *c, ENGINE *engine,
evp.h 60 #define EVP_CipherInit_ex hc_EVP_CipherInit_ex
330 int EVP_CipherInit_ex(EVP_CIPHER_CTX *,const EVP_CIPHER *, ENGINE *,
undef.h 96 #undef EVP_CipherInit_ex
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_enc.c 449 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
491 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
511 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);

Completed in 35 milliseconds