HomeSort by relevance Sort by last modified time
    Searched defs:EVP_Cipher (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
openssl-compat.h 62 extern const EVP_CIPHER *evp_rijndael(void);
69 extern const EVP_CIPHER *evp_acss(void);
96 # ifdef EVP_Cipher
97 # undef EVP_Cipher
100 # define EVP_Cipher(a,b,c,d) ssh_EVP_Cipher((a),(b),(c),(d))
128 int ssh_EVP_CipherInit(EVP_CIPHER_CTX *, const EVP_CIPHER *, unsigned char *,
  /external/openssl/crypto/evp/
evp_lib.c 123 int EVP_CIPHER_type(const EVP_CIPHER *ctx)
181 int EVP_CIPHER_block_size(const EVP_CIPHER *e)
191 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl)
196 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
201 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher)
221 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher)
231 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher)
241 int EVP_CIPHER_nid(const EVP_CIPHER *cipher)

Completed in 40 milliseconds