Searched defs:HMAC_MD5_CTX (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dhmac-md5.h24 } HMAC_MD5_CTX; typedef in typeref:struct:HMAC_MD5_CTX_s
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 in typeref:struct:HMAC_MD5_CTX_s
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 *);

Completed in 56 milliseconds