HMACMD5Context     31 lib/crypto/hmacmd5.c _PUBLIC_ void hmac_md5_init_rfc2104(const uint8_t *key, int key_len, HMACMD5Context *ctx)
HMACMD5Context     70 lib/crypto/hmacmd5.c 			HMACMD5Context *ctx)
HMACMD5Context     84 lib/crypto/hmacmd5.c _PUBLIC_ void hmac_md5_update(const uint8_t *text, int text_len, HMACMD5Context *ctx)
HMACMD5Context     92 lib/crypto/hmacmd5.c _PUBLIC_ void hmac_md5_final(uint8_t *digest, HMACMD5Context *ctx)
HMACMD5Context     35 lib/crypto/hmacmd5.h 			      HMACMD5Context *ctx);
HMACMD5Context     36 lib/crypto/hmacmd5.h void hmac_md5_update(const uint8_t *text, int text_len, HMACMD5Context *ctx);
HMACMD5Context     37 lib/crypto/hmacmd5.h void hmac_md5_final(uint8_t *digest, HMACMD5Context *ctx);
HMACMD5Context     39 lib/crypto/hmacmd5.h void hmac_md5_init_rfc2104(const uint8_t *key, int key_len, HMACMD5Context *ctx);