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

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacsha.h43 typedef isc_hmacsha_t isc_hmacsha224_t; typedef
52 typedef pk11_context_t isc_hmacsha224_t; typedef
67 } isc_hmacsha224_t; typedef in typeref:struct:__anon231
109 isc_hmacsha224_init(isc_hmacsha224_t *ctx, const unsigned char *key,
113 isc_hmacsha224_invalidate(isc_hmacsha224_t *ctx);
116 isc_hmacsha224_update(isc_hmacsha224_t *ctx, const unsigned char *buf,
120 isc_hmacsha224_sign(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len);
123 isc_hmacsha224_verify(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len);

Completed in 7 milliseconds