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

/osnet-11/usr/src/lib/libsasl/include/
H A Dhmac-md5.h21 } HMAC_MD5_CTX; typedef in typeref:struct:HMAC_MD5_CTX_s
42 void _sasl_hmac_md5_init(HMAC_MD5_CTX *hmac,
52 void _sasl_hmac_md5_import(HMAC_MD5_CTX *hmac, HMAC_MD5_STATE *state);
59 HMAC_MD5_CTX *hmac);
H A Dsaslplug.h25 } HMAC_MD5_CTX; typedef in typeref:struct:HMAC_MD5_CTX_s
92 void (*hmac_md5_init)(HMAC_MD5_CTX *, const unsigned char *key, int len);
94 void (*hmac_md5_final)(unsigned char [16], HMAC_MD5_CTX *);
97 void (*hmac_md5_import)(HMAC_MD5_CTX *, HMAC_MD5_STATE *);

Completed in 17 milliseconds