Searched refs:isc_hmacsha512_t (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 61 } isc_hmacsha512_t; typedef in typeref:struct:__anon164 138 isc_hmacsha512_init(isc_hmacsha512_t *ctx, const unsigned char *key, 142 isc_hmacsha512_invalidate(isc_hmacsha512_t *ctx); 145 isc_hmacsha512_update(isc_hmacsha512_t *ctx, const unsigned char *buf, 149 isc_hmacsha512_sign(isc_hmacsha512_t *ctx, unsigned char *digest, size_t len); 152 isc_hmacsha512_verify(isc_hmacsha512_t *ctx, unsigned char *digest, size_t len);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 361 isc_hmacsha512_init(isc_hmacsha512_t *ctx, const unsigned char *key, 384 isc_hmacsha512_invalidate(isc_hmacsha512_t *ctx) { 393 isc_hmacsha512_update(isc_hmacsha512_t *ctx, const unsigned char *buf, 403 isc_hmacsha512_sign(isc_hmacsha512_t *ctx, unsigned char *digest, size_t len) { 428 isc_hmacsha512_verify(isc_hmacsha512_t *ctx, unsigned char *digest, size_t len) {
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_internal.h | 138 isc_hmacsha512_t *hmacsha512ctx;
|
H A D | hmac_link.c | 1421 isc_hmacsha512_t *hmacsha512ctx; 1424 hmacsha512ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha512_t)); 1434 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; 1438 isc_mem_put(dctx->mctx, hmacsha512ctx, sizeof(isc_hmacsha512_t)); 1445 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; 1453 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; 1467 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx;
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | hash_test.c | 58 isc_hmacsha512_t hmacsha512;
|
/bind-9.6-ESV-R11/bin/tests/hashes/ |
H A D | t_hashes.c | 390 isc_hmacsha512_t hmacsha512;
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | hash_test.c | 1481 isc_hmacsha512_t hmacsha512;
|
Completed in 66 milliseconds