Home
last modified time | relevance | path

Searched refs:HMAC_MD5_CTX (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libsasl/include/
H A Dhmac-md5.h24 } HMAC_MD5_CTX; typedef
45 void _sasl_hmac_md5_init(HMAC_MD5_CTX *hmac,
55 void _sasl_hmac_md5_import(HMAC_MD5_CTX *hmac, HMAC_MD5_STATE *state);
62 HMAC_MD5_CTX *hmac);
H A Dsaslplug.h28 } HMAC_MD5_CTX; typedef
95 void (*hmac_md5_init)(HMAC_MD5_CTX *, const unsigned char *key, int len);
97 void (*hmac_md5_final)(unsigned char [16], HMAC_MD5_CTX *);
100 void (*hmac_md5_import)(HMAC_MD5_CTX *, HMAC_MD5_STATE *);
/titanic_41/usr/src/lib/libsasl/lib/
H A Dmd5.c366 void _sasl_hmac_md5_init(HMAC_MD5_CTX *hmac, in _sasl_hmac_md5_init()
440 HMAC_MD5_CTX hmac; in _sasl_hmac_md5_precalc()
452 void _sasl_hmac_md5_import(HMAC_MD5_CTX *hmac, in _sasl_hmac_md5_import()
456 MD5_memset(hmac, 0, sizeof(HMAC_MD5_CTX)); in _sasl_hmac_md5_import()
468 HMAC_MD5_CTX *hmac) in _sasl_hmac_md5_final()
/titanic_41/usr/src/lib/sasl_plugins/cram/
H A Dcram.c261 HMAC_MD5_CTX tmphmac; in crammd5_server_mech_step2()