Searched defs:sha512ctx (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/bin/tools/ |
H A D | isc-hmac-fixup.c | 118 isc_sha512_t sha512ctx; local 119 isc_sha512_init(&sha512ctx); 120 isc_sha512_update(&sha512ctx, r.base, r.length); 121 isc_sha512_final(key, &sha512ctx);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | hmacsha.h | 80 isc_sha512_t sha512ctx; member in struct:__anon234
|
/bind-9.11.3/lib/isc/ |
H A D | hmacsha.c | 1383 isc_sha512_t sha512ctx; local 1384 isc_sha512_init(&sha512ctx); 1385 isc_sha512_update(&sha512ctx, key, len); 1386 isc_sha512_final(ctx->key, &sha512ctx); 1390 isc_sha512_init(&ctx->sha512ctx); 1394 isc_sha512_update(&ctx->sha512ctx, ipad, sizeof(ipad)); 1410 isc_sha512_update(&ctx->sha512ctx, buf, len); 1423 isc_sha512_final(newdigest, &ctx->sha512ctx); 1429 isc_sha512_init(&ctx->sha512ctx); 1430 isc_sha512_update(&ctx->sha512ctx, opa [all...] |
/bind-9.11.3/lib/dns/ |
H A D | opensslrsa_link.c | 367 isc_sha512_t *sha512ctx; local 369 sha512ctx = isc_mem_get(dctx->mctx, 371 if (sha512ctx == NULL) 373 isc_sha512_init(sha512ctx); 374 dctx->ctxdata.sha512ctx = sha512ctx; 452 isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx; local 454 if (sha512ctx != NULL) { 455 isc_sha512_invalidate(sha512ctx); 521 isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx; local 635 isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx; local 797 isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx; local [all...] |
H A D | dst_internal.h | 167 isc_sha512_t *sha512ctx; member in union:dst_context::__anon107
|
H A D | hmac_link.c | 1674 isc_sha512_t sha512ctx; local 1687 isc_sha512_init(&sha512ctx); 1688 isc_sha512_update(&sha512ctx, r.base, r.length); 1689 isc_sha512_final(hkey->key, &sha512ctx);
|
Completed in 23 milliseconds