/external/openssl/crypto/evp/ |
e_old.c | 73 const EVP_CIPHER *EVP_bf_cfb(void); 74 const EVP_CIPHER *EVP_bf_cfb(void) { return EVP_bf_cfb64(); } 79 const EVP_CIPHER *EVP_des_cfb(void); 80 const EVP_CIPHER *EVP_des_cfb(void) { return EVP_des_cfb64(); } 82 const EVP_CIPHER *EVP_des_ede3_cfb(void); 83 const EVP_CIPHER *EVP_des_ede3_cfb(void) { return EVP_des_ede3_cfb64(); } 85 const EVP_CIPHER *EVP_des_ede_cfb(void); 86 const EVP_CIPHER *EVP_des_ede_cfb(void) { return EVP_des_ede_cfb64(); } 91 const EVP_CIPHER *EVP_idea_cfb(void); 92 const EVP_CIPHER *EVP_idea_cfb(void) { return EVP_idea_cfb64(); [all...] |
evp.h | 317 } /* EVP_CIPHER */; 364 const EVP_CIPHER *cipher; 370 const EVP_CIPHER *cipher; 404 ASN1_TYPE *param, const EVP_CIPHER *cipher, 446 int EVP_CIPHER_nid(const EVP_CIPHER *cipher); 448 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher); 449 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher); 450 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher); 451 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher); 454 const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) [all...] |
e_null.c | 68 static const EVP_CIPHER n_cipher= 83 const EVP_CIPHER *EVP_enc_null(void)
|
e_rc4.c | 82 static const EVP_CIPHER r4_cipher= 97 static const EVP_CIPHER r4_40_cipher= 112 const EVP_CIPHER *EVP_rc4(void) 117 const EVP_CIPHER *EVP_rc4_40(void)
|
names.c | 65 int EVP_add_cipher(const EVP_CIPHER *c) 101 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) 103 const EVP_CIPHER *cp; 105 cp=(const EVP_CIPHER *)OBJ_NAME_get(name,OBJ_NAME_TYPE_CIPHER_METH); 138 void (*fn)(const EVP_CIPHER *ciph, 148 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg); 151 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, 160 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
|
evp_lib.c | 119 int EVP_CIPHER_type(const EVP_CIPHER *ctx) 177 int EVP_CIPHER_block_size(const EVP_CIPHER *e) 187 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) 192 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) 197 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) 217 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) 227 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher) 237 int EVP_CIPHER_nid(const EVP_CIPHER *cipher)
|
e_rc2.c | 97 static const EVP_CIPHER r2_64_cbc_cipher= 112 static const EVP_CIPHER r2_40_cbc_cipher= 127 const EVP_CIPHER *EVP_rc2_64_cbc(void) 132 const EVP_CIPHER *EVP_rc2_40_cbc(void)
|
e_xcbc_d.c | 84 static const EVP_CIPHER d_xcbc_cipher= 99 const EVP_CIPHER *EVP_desx_cbc(void)
|
p_open.c | 69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
|
p_seal.c | 69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
|
evp_enc.c | 85 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, 93 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, 117 * ENGINE and EVP_CIPHER could be used). */ 137 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid); 254 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, 260 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, 266 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, 272 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, 511 /* The EVP_CIPHER we used belongs to an ENGINE, release the
|
p5_crpt.c | 73 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
|
/external/openssl/include/openssl/ |
evp.h | 317 } /* EVP_CIPHER */; 364 const EVP_CIPHER *cipher; 370 const EVP_CIPHER *cipher; 404 ASN1_TYPE *param, const EVP_CIPHER *cipher, 446 int EVP_CIPHER_nid(const EVP_CIPHER *cipher); 448 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher); 449 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher); 450 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher); 451 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher); 454 const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) [all...] |
pem.h | 195 EVP_CIPHER *dec; /* date encryption cipher */ 241 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ 249 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ 277 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ 284 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ 342 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ 358 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ 420 const EVP_CIPHER *enc,unsigned char *kstr,int klen, 424 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc, 434 void *x,const EVP_CIPHER *enc,unsigned char *kstr [all...] |
/external/openssl/ssl/ |
kssl_lcl.h | 78 const EVP_CIPHER *kssl_map_enc(krb5_enctype enctype);
|
/external/openssl/crypto/pkcs7/ |
pk7_enc.c | 71 PKCS7_cipher(PKCS7 *p7,EVP_CIPHER *cipher);
|
/external/openssl/crypto/engine/ |
tb_cipher.c | 119 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid) 121 const EVP_CIPHER *ret;
|
eng_openssl.c | 113 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, 211 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4" 249 static const EVP_CIPHER test_r4_cipher= 263 static const EVP_CIPHER test_r4_40_cipher= 277 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
|
/external/openssl/crypto/pem/ |
pem_pk8.c | 70 int nid, const EVP_CIPHER *enc, 74 int nid, const EVP_CIPHER *enc, 91 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, 98 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, 112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, 183 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, 204 int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, 210 static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
|
pem.h | 195 EVP_CIPHER *dec; /* date encryption cipher */ 241 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ 249 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ 277 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ 284 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ 342 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ 358 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ 420 const EVP_CIPHER *enc,unsigned char *kstr,int klen, 424 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc, 434 void *x,const EVP_CIPHER *enc,unsigned char *kstr [all...] |
/external/openssl/crypto/pkcs12/ |
p12_p8e.c | 63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
|
p12_crpt.c | 70 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
|
/external/chromium/crypto/ |
encryptor_openssl.cc | 19 const EVP_CIPHER* GetCipherForKey(SymmetricKey* key) { 89 const EVP_CIPHER* cipher = GetCipherForKey(key_);
|
/external/openssl/crypto/asn1/ |
p5_pbev2.c | 89 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, 231 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
|
/external/ipsec-tools/src/racoon/ |
crypto_openssl.h | 81 const EVP_CIPHER *e, int enc)); 82 extern int evp_weakkey __P((vchar_t *key, const EVP_CIPHER *e)); 83 extern int evp_keylen __P((int len, const EVP_CIPHER *e));
|