Searched refs:isc_hmacsha224_t (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 46 } isc_hmacsha224_t; typedef in typeref:struct:__anon161 84 isc_hmacsha224_init(isc_hmacsha224_t *ctx, const unsigned char *key, 88 isc_hmacsha224_invalidate(isc_hmacsha224_t *ctx); 91 isc_hmacsha224_update(isc_hmacsha224_t *ctx, const unsigned char *buf, 95 isc_hmacsha224_sign(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len); 98 isc_hmacsha224_verify(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 124 isc_hmacsha224_init(isc_hmacsha224_t *ctx, const unsigned char *key, 147 isc_hmacsha224_invalidate(isc_hmacsha224_t *ctx) { 156 isc_hmacsha224_update(isc_hmacsha224_t *ctx, const unsigned char *buf, 166 isc_hmacsha224_sign(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len) { 191 isc_hmacsha224_verify(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len) {
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_internal.h | 135 isc_hmacsha224_t *hmacsha224ctx;
|
H A D | hmac_link.c | 614 isc_hmacsha224_t *hmacsha224ctx; 617 hmacsha224ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha224_t)); 627 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; 631 isc_mem_put(dctx->mctx, hmacsha224ctx, sizeof(isc_hmacsha224_t)); 638 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; 646 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; 660 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx;
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | hash_test.c | 55 isc_hmacsha224_t hmacsha224;
|
/bind-9.6-ESV-R11/bin/tests/hashes/ |
H A D | t_hashes.c | 387 isc_hmacsha224_t hmacsha224;
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | hash_test.c | 986 isc_hmacsha224_t hmacsha224;
|
Completed in 32 milliseconds