Searched refs:EVP_MD (Results 26 - 50 of 168) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Dnames.c78 int EVP_add_digest(const EVP_MD *md)
108 const EVP_MD *EVP_get_digestbyname(const char *name)
110 const EVP_MD *cp;
112 cp=(const EVP_MD *)OBJ_NAME_get(name,OBJ_NAME_TYPE_MD_METH);
H A Devp.h213 * EVP_MD and EVP_PKEY_METHODs need to be closely associated.
221 EVP_MD *md;
274 #ifndef EVP_MD
293 } /* EVP_MD */;
321 #endif /* !EVP_MD */
325 const EVP_MD *digest;
441 const EVP_MD *md, int en_de);
511 void BIO_set_md(BIO *,const EVP_MD *md);
540 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
545 unsigned char *md, unsigned int *size, const EVP_MD *typ
[all...]
H A Devp_pbe.c73 const EVP_MD *md;
115 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
H A Ddigest.c134 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type)
155 static const EVP_MD bad_md =
173 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
188 * ENGINE and EVP_MD could be used). */
205 const EVP_MD *d = ENGINE_get_digest(impl, type->type);
334 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl)
372 /* The EVP_MD we used belongs to an ENGINE, release the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dnames.c75 int EVP_add_digest(const EVP_MD *md)
105 const EVP_MD *EVP_get_digestbyname(const char *name)
107 const EVP_MD *cp;
109 cp=(const EVP_MD *)OBJ_NAME_get(name,OBJ_NAME_TYPE_MD_METH);
H A Devp.h161 * EVP_MD and EVP_PKEY_METHODs need to be closely associated.
169 EVP_MD *md;
222 #ifndef EVP_MD
244 } /* EVP_MD */;
288 #endif /* !EVP_MD */
292 const EVP_MD *digest;
404 const EVP_MD *md, int en_de);
432 int EVP_MD_type(const EVP_MD *md);
435 int EVP_MD_pkey_type(const EVP_MD *md);
436 int EVP_MD_size(const EVP_MD *m
[all...]
H A Devp_lib.c241 int EVP_MD_block_size(const EVP_MD *md)
246 int EVP_MD_type(const EVP_MD *md)
251 int EVP_MD_pkey_type(const EVP_MD *md)
256 int EVP_MD_size(const EVP_MD *md)
261 const EVP_MD * EVP_MD_CTX_md(const EVP_MD_CTX *ctx)
H A Devp_pbe.c73 const EVP_MD *md;
116 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h161 * EVP_MD and EVP_PKEY_METHODs need to be closely associated.
169 EVP_MD *md;
222 #ifndef EVP_MD
244 } /* EVP_MD */;
288 #endif /* !EVP_MD */
292 const EVP_MD *digest;
404 const EVP_MD *md, int en_de);
432 int EVP_MD_type(const EVP_MD *md);
435 int EVP_MD_pkey_type(const EVP_MD *md);
436 int EVP_MD_size(const EVP_MD *m
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dtb_digest.c121 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid)
123 const EVP_MD *ret;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_digest.c75 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
98 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
H A Da_verify.c80 const EVP_MD *type;
132 const EVP_MD *type;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Dtb_digest.c119 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid)
121 const EVP_MD *ret;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Da_digest.c75 int ASN1_digest(int (*i2d)(), const EVP_MD *type, char *data,
98 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
H A Da_verify.c80 const EVP_MD *type;
132 const EVP_MD *type;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem_sign.c67 void PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Devp.h213 * EVP_MD and EVP_PKEY_METHODs need to be closely associated.
221 EVP_MD *md;
274 #ifndef EVP_MD
293 } /* EVP_MD */;
321 #endif /* !EVP_MD */
325 const EVP_MD *digest;
441 const EVP_MD *md, int en_de);
511 void BIO_set_md(BIO *,const EVP_MD *md);
540 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
545 unsigned char *md, unsigned int *size, const EVP_MD *typ
[all...]
H A Dpkcs12.h222 unsigned char *out, const EVP_MD *md_type);
223 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);
225 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
232 const EVP_MD *md_type);
234 int saltlen, const EVP_MD *md_type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_sign.c67 void PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx_all.c92 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
98 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
104 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
111 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md)
329 int X509_pubkey_digest(const X509 *data, const EVP_MD *type, unsigned char *md,
338 int X509_digest(const X509 *data, const EVP_MD *type, unsigned char *md,
344 int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, unsigned char *md,
350 int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type, unsigned char *md,
356 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type, unsigned char *md,
362 int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data, const EVP_MD *typ
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs12/
H A Dpkcs12.h222 unsigned char *out, const EVP_MD *md_type);
223 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);
225 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
232 const EVP_MD *md_type);
234 int saltlen, const EVP_MD *md_type);
H A Dp12_mutl.c70 const EVP_MD *md_type;
119 unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type)
143 const EVP_MD *md_type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/hmac/
H A Dhmac.c65 const EVP_MD *md, ENGINE *impl)
126 const EVP_MD *md)
167 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/hmac/
H A Dhmac.c65 const EVP_MD *md, ENGINE *impl)
117 const EVP_MD *md)
158 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_mutl.c70 const EVP_MD *md_type;
125 unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type)
149 const EVP_MD *md_type)

Completed in 230 milliseconds

1234567