Searched defs:evp_md (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dkexdh.c58 const EVP_MD *evp_md = EVP_sha1(); local
H A Dkexecdh.c67 kex_ecdh_hash( const EVP_MD *evp_md, const EC_GROUP *ec_group, char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, const EC_POINT *client_dh_pub, const EC_POINT *server_dh_pub, const BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Dkexgex.c46 kexgex_hash( const EVP_MD *evp_md, char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, int min, int wantbits, int max, BIGNUM *prime, BIGNUM *gen, BIGNUM *client_dh_pub, BIGNUM *server_dh_pub, BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Dssh-dss.c55 const EVP_MD *evp_md = EVP_sha1(); local
118 const EVP_MD *evp_md = EVP_sha1(); local
H A Dssh-ecdsa.c51 const EVP_MD *evp_md; local
100 const EVP_MD *evp_md; local
H A Droaming_client.c101 const EVP_MD *evp_md = EVP_sha1(); local
H A Dssh-rsa.c48 const EVP_MD *evp_md; local
116 const EVP_MD *evp_md; local
H A Dgss-genr.c103 const EVP_MD *evp_md = EVP_md5(); local
H A Dschnorr.c66 schnorr_hash(const BIGNUM *p, const BIGNUM *q, const BIGNUM *g, const EVP_MD *evp_md, const BIGNUM *g_v, const BIGNUM *g_x, const u_char *id, u_int idlen) argument
127 schnorr_sign(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, const EVP_MD *evp_md, const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen, BIGNUM **r_p, BIGNUM **e_p) argument
258 schnorr_verify(const BIGNUM *grp_p, const BIGNUM *grp_q, const BIGNUM *grp_g, const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen, const BIGNUM *r, const BIGNUM *e) argument
H A Dkex.c603 const EVP_MD *evp_md = EVP_md5(); local
[all...]
H A Dkex.h114 const EVP_MD *evp_md; member in struct:Mac
142 const EVP_MD *evp_md; member in struct:Kex
/macosx-10.10/OpenSSL098-52/src/crypto/hmac/
H A Dhmac.c157 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, argument
/macosx-10.10/OpenSSL098-52/src/fips/hmac/
H A Dfips_hmac.c167 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, argument
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_hmac.c51 const EVP_MD *evp_md = (*alg)(); local
H A Dtest_md.c53 const EVP_MD *evp_md = (*alg)(); local
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs7/
H A Dpk7_doit.c339 const EVP_MD *evp_md; local
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dspeed.c754 const EVP_MD *evp_md=NULL; local

Completed in 179 milliseconds