• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/

Lines Matching refs:cipher

326 /* Values for cipher flags */
336 /* Set if variable length cipher */
338 /* Set if the iv handling should be done by the cipher itself */
340 /* Set if the cipher's init() function should be called if key is NULL */
342 /* Call ctrl() to init cipher parameters */
348 /* cipher handles random key generation */
363 const EVP_CIPHER *cipher;
369 const EVP_CIPHER *cipher;
370 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
380 int key_len; /* May change for variable length cipher */
403 ASN1_TYPE *param, const EVP_CIPHER *cipher,
444 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
446 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
447 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
448 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
449 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
527 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
529 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
536 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
538 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
545 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
548 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
786 int EVP_add_cipher(const EVP_CIPHER *cipher);
857 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
863 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
870 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,