• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/

Lines Matching defs:cipher

336 /* Values for cipher flags */
351 /* Set if variable length cipher */
353 /* Set if the iv handling should be done by the cipher itself */
355 /* Set if the cipher's init() function should be called if key is NULL */
357 /* Call ctrl() to init cipher parameters */
363 /* cipher handles random key generation */
365 /* cipher has its own additional copying logic */
373 /* Allow non FIPS cipher in FIPS mode */
411 * AEAD cipher deduces payload length and returns number of bytes required to
445 const EVP_CIPHER *cipher;
450 const EVP_CIPHER *cipher;
451 ENGINE *engine; /* functional reference if 'cipher' is
460 int key_len; /* May change for variable length cipher */
487 const EVP_CIPHER *cipher, const EVP_MD *md,
529 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
531 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
532 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
533 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
534 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
620 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
622 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
630 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
632 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
640 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
643 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
922 int EVP_add_cipher(const EVP_CIPHER *cipher);
1021 ASN1_TYPE *param, const EVP_CIPHER *cipher,
1030 ASN1_TYPE *param, const EVP_CIPHER *cipher,
1047 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,