Searched refs:sha256ctx (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dhmacsha.c211 isc_sha256_t sha256ctx; local
212 isc_sha256_init(&sha256ctx);
213 isc_sha256_update(&sha256ctx, key, len);
214 isc_sha256_final(ctx->key, &sha256ctx);
218 isc_sha256_init(&ctx->sha256ctx);
222 isc_sha256_update(&ctx->sha256ctx, ipad, sizeof(ipad));
238 isc_sha256_update(&ctx->sha256ctx, buf, len);
251 isc_sha256_final(newdigest, &ctx->sha256ctx);
257 isc_sha256_init(&ctx->sha256ctx);
258 isc_sha256_update(&ctx->sha256ctx, opa
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dopensslrsa_link.c190 isc_sha256_t *sha256ctx; local
192 sha256ctx = isc_mem_get(dctx->mctx,
194 if (sha256ctx == NULL)
196 isc_sha256_init(sha256ctx);
197 dctx->ctxdata.sha256ctx = sha256ctx;
266 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local
268 if (sha256ctx != NULL) {
269 isc_sha256_invalidate(sha256ctx);
331 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local
429 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local
564 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local
[all...]
H A Ddst_internal.h131 isc_sha256_t *sha256ctx; member in union:dst_context::__anon87
H A Dhmac_link.c1021 isc_sha256_t sha256ctx; local
1034 isc_sha256_init(&sha256ctx);
1035 isc_sha256_update(&sha256ctx, r.base, r.length);
1036 isc_sha256_final(hkey->key, &sha256ctx);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhmacsha.h49 isc_sha256_t sha256ctx; member in struct:__anon162

Completed in 19 milliseconds