Searched refs:EVP_MAX_MD_SIZE (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_hmac.c53 unsigned char hmac[EVP_MAX_MD_SIZE];
H A Dpkcs12.c51 unsigned char *v, *I, hash[EVP_MAX_MD_SIZE];
H A Dvalidate.c277 unsigned char hmac[EVP_MAX_MD_SIZE];
H A Devp.h124 #define EVP_MAX_MD_SIZE 64 macro
/macosx-10.9.5/ntp-88/libntp/
H A Da_md5encrypt.c31 u_char digest[EVP_MAX_MD_SIZE];
76 u_char digest[EVP_MAX_MD_SIZE];
H A Dssl_init.c67 u_char digest[EVP_MAX_MD_SIZE];
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkexdh.c57 static u_char digest[EVP_MAX_MD_SIZE];
H A Dssh-dss.c57 u_char digest[EVP_MAX_MD_SIZE], sigblob[SIGBLOB_LEN];
120 u_char digest[EVP_MAX_MD_SIZE], *sigblob;
H A Dssh-ecdsa.c53 u_char digest[EVP_MAX_MD_SIZE];
102 u_char digest[EVP_MAX_MD_SIZE], *sigblob;
H A Dkexecdh.c82 static u_char digest[EVP_MAX_MD_SIZE];
H A Dkexgex.c60 static u_char digest[EVP_MAX_MD_SIZE];
H A Dssh-rsa.c50 u_char digest[EVP_MAX_MD_SIZE], *sig;
119 u_char digest[EVP_MAX_MD_SIZE], *sigblob;
H A Dmac.c159 static u_char m[EVP_MAX_MD_SIZE];
H A Droaming_common.c230 char hash[EVP_MAX_MD_SIZE];
H A Dgss-genr.c101 u_char digest[EVP_MAX_MD_SIZE];
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dpassdss.c120 unsigned char send_integrity_key[4 + EVP_MAX_MD_SIZE]; /* +4 for pktnum */
121 unsigned char recv_integrity_key[4 + EVP_MAX_MD_SIZE]; /* +4 for pktnum */
129 unsigned char cs_encryption_iv[EVP_MAX_MD_SIZE];
130 unsigned char sc_encryption_iv[EVP_MAX_MD_SIZE];
131 unsigned char cs_encryption_key[2 * EVP_MAX_MD_SIZE];
132 unsigned char sc_encryption_key[2 * EVP_MAX_MD_SIZE];
156 unsigned char hmac[EVP_MAX_MD_SIZE];
175 EVP_MAX_MD_SIZE + /* HMAC */
266 unsigned char hmac[EVP_MAX_MD_SIZE];
815 unsigned char hash[EVP_MAX_MD_SIZE];
[all...]
H A Dsrp.c229 char K[EVP_MAX_MD_SIZE]; /* shared context key */
232 char M1[EVP_MAX_MD_SIZE]; /* client evidence */
308 EVP_MAX_MD_SIZE); /* for HMAC */
389 char myhash[EVP_MAX_MD_SIZE];
971 char hash[EVP_MAX_MD_SIZE];
990 unsigned char Nhash[EVP_MAX_MD_SIZE];
991 unsigned char ghash[EVP_MAX_MD_SIZE];
992 unsigned char Ng[EVP_MAX_MD_SIZE];
1616 unsigned char hash[EVP_MAX_MD_SIZE];
2001 char myM1[EVP_MAX_MD_SIZE];
[all...]
/macosx-10.9.5/ntp-88/include/
H A Dntp_stdlib.h46 #define EVP_MAX_MD_SIZE 64 /* longest known is SHA512 */ macro
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls_verify.c502 unsigned char md_buf[EVP_MAX_MD_SIZE];
517 if (md_len > EVP_MAX_MD_SIZE || md_len >= INT_MAX / 3)
H A Dtls_client.c351 if ((md_len = EVP_MD_size(md_alg)) > EVP_MAX_MD_SIZE) {
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-hmac.c164 unsigned char buf[EVP_MAX_MD_SIZE];
H A Dossl-evp.h210 #define EVP_MAX_MD_SIZE 64 macro
/macosx-10.9.5/xar-202/xar/test/
H A Dvalidate.c37 unsigned char md5str[EVP_MAX_MD_SIZE];
/macosx-10.9.5/xar-202/xar/lib/
H A Dhash.c240 unsigned char hashstr[EVP_MAX_MD_SIZE];
340 unsigned char hashstr[EVP_MAX_MD_SIZE];
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ripemd/
H A Dripemd160_test.c119 unsigned char hash[EVP_MAX_MD_SIZE];

Completed in 277 milliseconds

12