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

12 3 4 5

  /external/openssl/crypto/engine/
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,
tb_cipher.c 119 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid)
121 const EVP_CIPHER *ret;
eng_cryptodev.c 101 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
497 const EVP_CIPHER cryptodev_rc4 = {
511 const EVP_CIPHER cryptodev_des_cbc = {
525 const EVP_CIPHER cryptodev_3des_cbc = {
538 const EVP_CIPHER cryptodev_bf_cbc = {
551 const EVP_CIPHER cryptodev_cast_cbc = {
564 const EVP_CIPHER cryptodev_aes_cbc = {
577 const EVP_CIPHER cryptodev_aes_192_cbc = {
590 const EVP_CIPHER cryptodev_aes_256_cbc = {
609 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher
    [all...]
  /external/openssl/crypto/pem/
pem_all.c 198 int PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc,
221 int PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc,
282 int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc,
305 int PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc,
382 int PEM_write_bio_ECPrivateKey(BIO *bp, EC_KEY *x, const EVP_CIPHER *enc,
406 int PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc,
pem_pkey.c 140 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
225 int PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
  /external/ipsec-tools/src/racoon/
crypto_openssl.h 82 const EVP_CIPHER *e, int enc));
83 extern int evp_weakkey __P((vchar_t *key, const EVP_CIPHER *e));
84 extern int evp_keylen __P((int len, const EVP_CIPHER *e));
  /external/openssl/crypto/evp/
e_xcbc_d.c 84 static const EVP_CIPHER d_xcbc_cipher=
99 const EVP_CIPHER *EVP_desx_cbc(void)
evp_test.c 136 static void test1(const EVP_CIPHER *c,const unsigned char *key,int kn,
250 const EVP_CIPHER *c;
343 /* Load up the software EVP_CIPHER and EVP_MD definitions */
p5_crpt2.c 173 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md,
179 const EVP_CIPHER *cipher;
232 const EVP_CIPHER *c, const EVP_MD *md, int en_de)
evp_pbe.c 158 const EVP_CIPHER *cipher;
257 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
e_aes_cbc_hmac_sha1.c 521 static EVP_CIPHER aesni_128_cbc_hmac_sha1_cipher =
540 static EVP_CIPHER aesni_256_cbc_hmac_sha1_cipher =
559 const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void)
565 const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void)
571 const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void)
575 const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void)
e_aes.c 417 static const EVP_CIPHER aesni_##keylen##_##mode = { \
425 static const EVP_CIPHER aes_##keylen##_##mode = { \
434 const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
438 static const EVP_CIPHER aesni_##keylen##_##mode = { \
447 static const EVP_CIPHER aes_##keylen##_##mode = { \
456 const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
462 static const EVP_CIPHER aes_##keylen##_##mode = { \
470 const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
474 static const EVP_CIPHER aes_##keylen##_##mode = { \
483 const EVP_CIPHER *EVP_aes_##keylen##_##mode(void)
    [all...]
e_des3.c 306 const EVP_CIPHER *EVP_des_ede(void)
311 const EVP_CIPHER *EVP_des_ede3(void)
  /external/openssl/ssl/
d1_enc.c 143 const EVP_CIPHER *enc;
223 printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n",
244 EVP_Cipher(ds,rec->data,rec->input,l);
kssl_lcl.h 78 const EVP_CIPHER *kssl_map_enc(krb5_enctype enctype);
s2_enc.c 67 const EVP_CIPHER *c;
148 EVP_Cipher(ds,s->s2->mac_data,s->s2->mac_data,l);
  /external/openssl/crypto/cmac/
cmac.h 74 const EVP_CIPHER *cipher, ENGINE *impl);
  /external/openssl/crypto/pkcs12/
p12_p8e.c 63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
p12_add.c 109 const EVP_CIPHER *pbe_ciph;
174 const EVP_CIPHER *pbe_ciph;
  /external/openssl/crypto/pkcs7/
pk7_enc.c 71 PKCS7_cipher(PKCS7 *p7,EVP_CIPHER *cipher);
pkcs7.h 139 const EVP_CIPHER *cipher;
343 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
  /external/openssl/include/openssl/
cmac.h 74 const EVP_CIPHER *cipher, ENGINE *impl);
pkcs7.h 139 const EVP_CIPHER *cipher;
343 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
  /external/openssl/crypto/asn1/
p5_pbev2.c 89 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
194 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
  /external/tcpdump/
print-esp.c 75 const EVP_CIPHER *evp;
225 const EVP_CIPHER *evp;
483 EVP_Cipher(&ctx, p + ivlen, p + ivlen, ep - (p + ivlen));

Completed in 4574 milliseconds

12 3 4 5