Searched refs:sha256ctx (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/bin/tools/ |
H A D | isc-hmac-fixup.c | 96 isc_sha256_t sha256ctx; local 97 isc_sha256_init(&sha256ctx); 98 isc_sha256_update(&sha256ctx, r.base, r.length); 99 isc_sha256_final(key, &sha256ctx);
|
/bind-9.11.3/lib/dns/ |
H A D | opensslrsa_link.c | 355 isc_sha256_t *sha256ctx; local 357 sha256ctx = isc_mem_get(dctx->mctx, 359 if (sha256ctx == NULL) 361 isc_sha256_init(sha256ctx); 362 dctx->ctxdata.sha256ctx = sha256ctx; 440 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local 442 if (sha256ctx != NULL) { 443 isc_sha256_invalidate(sha256ctx); 514 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local 621 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local 783 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local [all...] |
H A D | dst_internal.h | 166 isc_sha256_t *sha256ctx; member in union:dst_context::__anon107
|
H A D | hmac_link.c | 1100 isc_sha256_t sha256ctx; local 1113 isc_sha256_init(&sha256ctx); 1114 isc_sha256_update(&sha256ctx, r.base, r.length); 1115 isc_sha256_final(hkey->key, &sha256ctx);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | hmacsha.h | 70 isc_sha256_t sha256ctx; member in struct:__anon232
|
/bind-9.11.3/lib/isc/ |
H A D | hmacsha.c | 1251 isc_sha256_t sha256ctx; local 1252 isc_sha256_init(&sha256ctx); 1253 isc_sha256_update(&sha256ctx, key, len); 1254 isc_sha256_final(ctx->key, &sha256ctx); 1258 isc_sha256_init(&ctx->sha256ctx); 1262 isc_sha256_update(&ctx->sha256ctx, ipad, sizeof(ipad)); 1278 isc_sha256_update(&ctx->sha256ctx, buf, len); 1291 isc_sha256_final(newdigest, &ctx->sha256ctx); 1297 isc_sha256_init(&ctx->sha256ctx); 1298 isc_sha256_update(&ctx->sha256ctx, opa [all...] |
Completed in 64 milliseconds