HomeSort by relevance Sort by last modified time
    Searched full:evp_cipher (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /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 320 } /* EVP_CIPHER */;
389 * EVP_Cipher even appends/verifies MAC.
407 const EVP_CIPHER *cipher;
413 const EVP_CIPHER *cipher;
447 ASN1_TYPE *param, const EVP_CIPHER *cipher,
489 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
492 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
493 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
494 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher)
    [all...]
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)
names.c 65 int EVP_add_cipher(const EVP_CIPHER *c)
106 const EVP_CIPHER *EVP_get_cipherbyname(const char *name)
108 const EVP_CIPHER *cp;
110 cp=(const EVP_CIPHER *)OBJ_NAME_get(name,OBJ_NAME_TYPE_CIPHER_METH);
143 void (*fn)(const EVP_CIPHER *ciph,
153 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
156 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
165 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
evp_locl.h 136 static const EVP_CIPHER cname##_##mode = { \
147 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
192 static const EVP_CIPHER cname##_cbc = {\
204 const EVP_CIPHER *EVP_##cname##_cbc(void) { return &cname##_cbc; }\
205 static const EVP_CIPHER cname##_cfb = {\
217 const EVP_CIPHER *EVP_##cname##_cfb(void) { return &cname##_cfb; }\
218 static const EVP_CIPHER cname##_ofb = {\
230 const EVP_CIPHER *EVP_##cname##_ofb(void) { return &cname##_ofb; }\
231 static const EVP_CIPHER cname##_ecb = {\
243 const EVP_CIPHER *EVP_##cname##_ecb(void) { return &cname##_ecb;
    [all...]
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_rc4.c 83 static const EVP_CIPHER r4_cipher=
98 static const EVP_CIPHER r4_40_cipher=
113 const EVP_CIPHER *EVP_rc4(void)
118 const EVP_CIPHER *EVP_rc4_40(void)
evp_enc.c 95 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
103 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
127 * ENGINE and EVP_CIPHER could be used). */
151 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
283 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
289 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
295 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
301 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
585 /* The EVP_CIPHER we used belongs to an ENGINE, release the
e_null.c 70 static const EVP_CIPHER n_cipher=
85 const EVP_CIPHER *EVP_enc_null(void)
  /external/openssl/include/openssl/
evp.h 320 } /* EVP_CIPHER */;
389 * EVP_Cipher even appends/verifies MAC.
407 const EVP_CIPHER *cipher;
413 const EVP_CIPHER *cipher;
447 ASN1_TYPE *param, const EVP_CIPHER *cipher,
489 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
492 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
493 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
494 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher)
    [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/openssh/
cipher-3des1.c 59 const EVP_CIPHER * evp_ssh1_3des(void);
116 EVP_Cipher(&c->k1, dest, (u_char *)src, len);
117 EVP_Cipher(&c->k2, dest, dest, len);
118 EVP_Cipher(&c->k3, dest, dest, len);
120 if (EVP_Cipher(&c->k1, dest, (u_char *)src, len) == 0 ||
121 EVP_Cipher(&c->k2, dest, dest, len) == 0 ||
122 EVP_Cipher(&c->k3, dest, dest, len) == 0)
166 const EVP_CIPHER *
169 static EVP_CIPHER ssh1_3des;
171 memset(&ssh1_3des, 0, sizeof(EVP_CIPHER));
    [all...]
cipher-acss.c 68 const EVP_CIPHER *
71 static EVP_CIPHER acss_cipher;
73 memset(&acss_cipher, 0, sizeof(EVP_CIPHER));
cipher-bf1.c 45 const EVP_CIPHER * evp_ssh1_bf(void);
94 const EVP_CIPHER *
97 static EVP_CIPHER ssh1_bf;
99 memcpy(&ssh1_bf, EVP_bf_cbc(), sizeof(EVP_CIPHER));
cipher-ctr.c 36 const EVP_CIPHER *evp_aes_128_ctr(void);
128 const EVP_CIPHER *
131 static EVP_CIPHER aes_ctr;
133 memset(&aes_ctr, 0, sizeof(EVP_CIPHER));
cipher.c 54 extern const EVP_CIPHER *evp_ssh1_bf(void);
55 extern const EVP_CIPHER *evp_ssh1_3des(void);
57 extern const EVP_CIPHER *evp_aes_128_ctr(void);
67 const EVP_CIPHER *(*evptype)(void);
212 EVP_CIPHER *type;
214 const EVP_CIPHER *type;
269 if (EVP_Cipher(&cc->evp, discard, junk,
271 fatal("evp_crypt: EVP_Cipher failed during discard");
283 if (EVP_Cipher(&cc->evp, dest, (u_char *)src, len) == 0)
284 fatal("evp_crypt: EVP_Cipher failed")
    [all...]
cipher-aes.c 49 const EVP_CIPHER * evp_rijndael(void);
145 const EVP_CIPHER *
148 static EVP_CIPHER rijndal_cbc;
150 memset(&rijndal_cbc, 0, sizeof(EVP_CIPHER));
  /external/openssl/crypto/engine/
README 15 However, "EVP_CIPHER" underlies the motivation and design of ENGINE_TABLE so
16 I'll mention a bit about that first. EVP_CIPHER (and most of this applies
25 const EVP_CIPHER *cipher = EVP_des_cbc();
39 The important point about this is that EVP_CIPHER definitions and structures are
42 counted. One an EVP_CIPHER is exposed to the caller, neither it nor anything it
45 However existing API usage cannot be made to understand when an EVP_CIPHER
48 The other problem with the existing API w.r.t. to hooking EVP_CIPHER support
51 they are effectively the same thing, an "EVP_CIPHER" pointer. The problem with
67 continue with this approach for EVP_CIPHER support (even if it *was* possible)
73 for EVP_CIPHER, and EVP_MD
    [all...]
  /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 *,
openssl-compat.c 40 ssh_EVP_CipherInit(EVP_CIPHER_CTX *evp, const EVP_CIPHER *type,
50 EVP_Cipher(evp, dst, src, len);
  /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/pkcs7/
pk7_doit.c 268 const EVP_CIPHER *evp_cipher=NULL; local
288 evp_cipher=p7->d.signed_and_enveloped->enc_data->cipher;
289 if (evp_cipher == NULL)
299 evp_cipher=p7->d.enveloped->enc_data->cipher;
300 if (evp_cipher == NULL)
325 if (evp_cipher != NULL)
338 keylen=EVP_CIPHER_key_length(evp_cipher);
339 ivlen=EVP_CIPHER_iv_length(evp_cipher);
340 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
427 const EVP_CIPHER *evp_cipher=NULL; local
    [all...]
  /external/chromium/crypto/
encryptor_openssl.cc 19 const EVP_CIPHER* GetCipherForKey(SymmetricKey* key) {
89 const EVP_CIPHER* cipher = GetCipherForKey(key_);
  /external/openssl/crypto/cmac/
cmac.c 153 const EVP_CIPHER *cipher, ENGINE *impl)
200 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl))
243 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block,bl))
249 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl))
289 if (!EVP_Cipher(&ctx->cctx, out, out, bl))

Completed in 187 milliseconds

1 2 3 4 5