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

  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
evp_lib.c 118 int EVP_CIPHER_type(const EVP_CIPHER *ctx)
177 int EVP_CIPHER_block_size(const EVP_CIPHER *e)
187 int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *e)
192 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
198 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
208 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher)
238 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher)
285 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher)
295 int EVP_CIPHER_nid(const EVP_CIPHER *cipher)
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp.c 79 * @section evp_cipher EVP Cipher
81 * The use of EVP_CipherInit_ex() and EVP_Cipher() is pretty easy to
525 EVP_CIPHER_block_size(const EVP_CIPHER *c)
541 EVP_CIPHER_key_length(const EVP_CIPHER *c)
557 EVP_CIPHER_iv_length(const EVP_CIPHER *c)
634 * Return the EVP_CIPHER for a EVP_CIPHER_CTX context.
638 * @return the EVP_CIPHER pointer.
643 const EVP_CIPHER *
777 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *c, ENGINE *engine,
847 * See @ref evp_cipher for an example how to use this function
    [all...]
evp.h 59 #define EVP_Cipher hc_EVP_Cipher
117 #define EVP_CIPHER hc_EVP_CIPHER
141 typedef struct hc_CIPHER EVP_CIPHER;
156 * cipher is used in (use EVP_CIPHER.._mode() to extract the
185 const EVP_CIPHER *cipher;
262 const EVP_CIPHER * EVP_aes_128_cbc(void);
263 const EVP_CIPHER * EVP_aes_192_cbc(void);
264 const EVP_CIPHER * EVP_aes_256_cbc(void);
265 const EVP_CIPHER * EVP_aes_128_cfb8(void);
266 const EVP_CIPHER * EVP_aes_192_cfb8(void)
    [all...]
undef.h 95 #undef EVP_Cipher
150 #undef EVP_CIPHER
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_lib.c 84 const EVP_CIPHER *cipher = c->cipher;
175 const EVP_CIPHER *cipher = c->cipher;
276 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher)
341 int evp_cipher_cache_constants(EVP_CIPHER *cipher)
388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher)
398 int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *e)
403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
438 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
446 const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx)
453 EVP_CIPHER *EVP_CIPHER_CTX_get1_cipher(EVP_CIPHER_CTX *ctx
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_lib.c 85 const EVP_CIPHER *cipher;
156 const EVP_CIPHER *cipher;
254 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher)
319 int evp_cipher_cache_constants(EVP_CIPHER *cipher)
366 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher)
376 int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *e)
381 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
423 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
431 const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx)
438 EVP_CIPHER *EVP_CIPHER_CTX_get1_cipher(EVP_CIPHER_CTX *ctx
    [all...]

Completed in 20 milliseconds