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

1 2 3 4 5

  /external/openssl/crypto/evp/
m_wp.c 22 static const EVP_MD whirlpool_md=
35 sizeof(EVP_MD *)+sizeof(WHIRLPOOL_CTX),
38 const EVP_MD *EVP_whirlpool(void)
m_sha1.c 80 static const EVP_MD sha1_md=
93 sizeof(EVP_MD *)+sizeof(SHA_CTX),
96 const EVP_MD *EVP_sha1(void)
117 static const EVP_MD sha224_md=
130 sizeof(EVP_MD *)+sizeof(SHA256_CTX),
133 const EVP_MD *EVP_sha224(void)
136 static const EVP_MD sha256_md=
149 sizeof(EVP_MD *)+sizeof(SHA256_CTX),
152 const EVP_MD *EVP_sha256(void)
167 static const EVP_MD sha384_md
    [all...]
evp.h 158 #ifndef EVP_MD
182 } /* EVP_MD */;
260 #endif /* !EVP_MD */
264 const EVP_MD *digest;
270 /* Update function: usually copied from EVP_MD */
405 const EVP_MD *md, int en_de);
433 int EVP_MD_type(const EVP_MD *md);
436 int EVP_MD_pkey_type(const EVP_MD *md);
437 int EVP_MD_size(const EVP_MD *md);
438 int EVP_MD_block_size(const EVP_MD *md)
    [all...]
names.c 77 int EVP_add_digest(const EVP_MD *md)
109 const EVP_MD *EVP_get_digestbyname(const char *name)
111 const EVP_MD *cp;
113 cp=(const EVP_MD *)OBJ_NAME_get(name,OBJ_NAME_TYPE_MD_METH);
172 void (*fn)(const EVP_MD *ciph,
182 dc->fn((const EVP_MD *)nm->data, nm->name, NULL, dc->arg);
185 void EVP_MD_do_all(void (*fn)(const EVP_MD *md,
194 void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *md,
m_dss.c 79 static const EVP_MD dsa_md=
92 sizeof(EVP_MD *)+sizeof(SHA_CTX),
95 const EVP_MD *EVP_dss(void)
m_dss1.c 80 static const EVP_MD dss1_md=
93 sizeof(EVP_MD *)+sizeof(SHA_CTX),
96 const EVP_MD *EVP_dss1(void)
m_md4.c 81 static const EVP_MD md4_md=
94 sizeof(EVP_MD *)+sizeof(MD4_CTX),
97 const EVP_MD *EVP_md4(void)
m_md5.c 81 static const EVP_MD md5_md=
94 sizeof(EVP_MD *)+sizeof(MD5_CTX),
97 const EVP_MD *EVP_md5(void)
m_mdc2.c 81 static const EVP_MD mdc2_md=
94 sizeof(EVP_MD *)+sizeof(MDC2_CTX),
97 const EVP_MD *EVP_mdc2(void)
m_null.c 74 static const EVP_MD null_md=
87 sizeof(EVP_MD *),
90 const EVP_MD *EVP_md_null(void)
m_ripemd.c 81 static const EVP_MD ripemd160_md=
94 sizeof(EVP_MD *)+sizeof(RIPEMD160_CTX),
97 const EVP_MD *EVP_ripemd160(void)
evp_lib.c 247 int EVP_MD_block_size(const EVP_MD *md)
252 int EVP_MD_type(const EVP_MD *md)
257 int EVP_MD_pkey_type(const EVP_MD *md)
262 int EVP_MD_size(const EVP_MD *md)
272 unsigned long EVP_MD_flags(const EVP_MD *md)
277 const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx)
m_sigver.c 67 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
120 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
126 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
  /external/ppp/pppd/
openssl-hash.c 19 const EVP_MD *sha1_md;
20 const EVP_MD *md4_md;
21 const EVP_MD *md5_md;
openssl-hash.h 22 extern const EVP_MD *sha1_md;
35 extern const EVP_MD *md4_md;
44 extern const EVP_MD *md5_md;
  /external/openssl/crypto/pkcs7/
doc 5 EVP_MD *dgst);
  /external/openssl/crypto/dsa/
dsa_pmeth.c 74 const EVP_MD *pmd; /* MD for parameter generation */
78 const EVP_MD *md; /* MD for the signature */
177 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
178 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
179 EVP_MD_type((const EVP_MD *)p2) != NID_sha256)
188 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
189 EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
190 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
191 EVP_MD_type((const EVP_MD *)p2) != NID_sha256)
  /external/openssl/include/openssl/
evp.h 158 #ifndef EVP_MD
182 } /* EVP_MD */;
260 #endif /* !EVP_MD */
264 const EVP_MD *digest;
270 /* Update function: usually copied from EVP_MD */
405 const EVP_MD *md, int en_de);
433 int EVP_MD_type(const EVP_MD *md);
436 int EVP_MD_pkey_type(const EVP_MD *md);
437 int EVP_MD_size(const EVP_MD *md);
438 int EVP_MD_block_size(const EVP_MD *md)
    [all...]
hmac.h 77 const EVP_MD *md;
94 const EVP_MD *md); /* deprecated */
96 const EVP_MD *md, ENGINE *impl);
99 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
pkcs12.h 220 unsigned char *out, const EVP_MD *md_type);
221 int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type);
223 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
230 const EVP_MD *md_type);
232 int saltlen, const EVP_MD *md_type);
  /external/openssl/crypto/x509/
x_all.c 91 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
97 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
103 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
110 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md)
363 int X509_pubkey_digest(const X509 *data, const EVP_MD *type, unsigned char *md,
372 int X509_digest(const X509 *data, const EVP_MD *type, unsigned char *md,
378 int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, unsigned char *md,
384 int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type, unsigned char *md,
390 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type, unsigned char *md,
396 int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data, const EVP_MD *type
    [all...]
  /external/openssl/crypto/hmac/
hmac.h 77 const EVP_MD *md;
94 const EVP_MD *md); /* deprecated */
96 const EVP_MD *md, ENGINE *impl);
99 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
hmac.c 65 const EVP_MD *md, ENGINE *impl)
127 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md)
191 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
200 if (!HMAC_Init(&c,key,key_len,evp_md))
  /external/openssl/crypto/ec/
ec_pmeth.c 74 const EVP_MD *md;
223 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
224 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
225 EVP_MD_type((const EVP_MD *)p2) != NID_sha256 &&
226 EVP_MD_type((const EVP_MD *)p2) != NID_sha384 &&
227 EVP_MD_type((const EVP_MD *)p2) != NID_sha512)
  /external/openssl/crypto/pkcs12/
pkcs12.h 220 unsigned char *out, const EVP_MD *md_type);
221 int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type);
223 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
230 const EVP_MD *md_type);
232 int saltlen, const EVP_MD *md_type);

Completed in 148 milliseconds

1 2 3 4 5