Searched refs:HMAC_MD5_CTX (Results 1 - 4 of 4) 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 *);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c366 void _sasl_hmac_md5_init(HMAC_MD5_CTX *hmac,
440 HMAC_MD5_CTX hmac;
452 void _sasl_hmac_md5_import(HMAC_MD5_CTX *hmac,
456 MD5_memset(hmac, 0, sizeof(HMAC_MD5_CTX));
468 HMAC_MD5_CTX *hmac)
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c261 HMAC_MD5_CTX tmphmac;

Completed in 71 milliseconds