Searched refs:sha1ctx (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | openssldsa_link.c | 78 isc_sha1_t *sha1ctx; 82 sha1ctx = isc_mem_get(dctx->mctx, sizeof(isc_sha1_t)); 83 isc_sha1_init(sha1ctx); 84 dctx->ctxdata.sha1ctx = sha1ctx; 99 isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx; 101 if (sha1ctx != NULL) { 102 isc_sha1_invalidate(sha1ctx); 103 isc_mem_put(dctx->mctx, sha1ctx, sizeo 147 isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx; local 238 isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx; local [all...] |
H A D | opensslrsa_link.c | 179 isc_sha1_t *sha1ctx; local 181 sha1ctx = isc_mem_get(dctx->mctx, sizeof(isc_sha1_t)); 182 if (sha1ctx == NULL) 184 isc_sha1_init(sha1ctx); 185 dctx->ctxdata.sha1ctx = sha1ctx; 254 isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx; local 256 if (sha1ctx != NULL) { 257 isc_sha1_invalidate(sha1ctx); 324 isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx; local 420 isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx; local 555 isc_sha1_t *sha1ctx = dctx->ctxdata.sha1ctx; local [all...] |
H A D | dst_internal.h | 130 isc_sha1_t *sha1ctx; member in union:dst_context::__anon87
|
H A D | hmac_link.c | 483 isc_sha1_t sha1ctx; local 496 isc_sha1_init(&sha1ctx); 497 isc_sha1_update(&sha1ctx, r.base, r.length); 498 isc_sha1_final(&sha1ctx, hkey->key);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 51 isc_sha1_t sha1ctx; local 52 isc_sha1_init(&sha1ctx); 53 isc_sha1_update(&sha1ctx, key, len); 54 isc_sha1_final(&sha1ctx, ctx->key); 58 isc_sha1_init(&ctx->sha1ctx); 62 isc_sha1_update(&ctx->sha1ctx, ipad, sizeof(ipad)); 67 isc_sha1_invalidate(&ctx->sha1ctx); 79 isc_sha1_update(&ctx->sha1ctx, buf, len); 92 isc_sha1_final(&ctx->sha1ctx, newdigest); 98 isc_sha1_init(&ctx->sha1ctx); [all...] |
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 39 isc_sha1_t sha1ctx; member in struct:__anon160
|
Completed in 25 milliseconds