HomeSort by relevance Sort by last modified time
    Searched refs:EVP_Cipher (Results 1 - 10 of 10) sorted by null

  /external/openssl/crypto/evp/
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)
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...]
  /external/openssl/ssl/
d1_enc.c 135 const EVP_CIPHER *enc;
216 printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n",
237 EVP_Cipher(ds,rec->data,rec->input,l);
s2_enc.c 67 const EVP_CIPHER *c;
148 EVP_Cipher(ds,s->s2->mac_data,s->s2->mac_data,l);
s3_enc.c 222 const EVP_CIPHER *c;
390 const EVP_CIPHER *c;
474 const EVP_CIPHER *enc;
532 EVP_Cipher(ds,rec->data,rec->input,l);
t1_enc.c 320 const EVP_CIPHER *c;
550 const EVP_CIPHER *c;
644 const EVP_CIPHER *enc;
712 printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n",
737 EVP_Cipher(ds,rec->data,rec->input,l);
kssl.c 815 const EVP_CIPHER *
    [all...]
  /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));
  /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...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1287 evp_crypt(vchar_t *data, vchar_t *key, vchar_t *iv, const EVP_CIPHER *e, int enc)
1354 if (!EVP_Cipher(&ctx, (u_char *) res->v, (u_char *) data->v, data->l)) {
1366 evp_weakkey(vchar_t *key, const EVP_CIPHER *e)
1372 evp_keylen(int len, const EVP_CIPHER *e)
    [all...]

Completed in 166 milliseconds