Searched defs:sha256ctx (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 49 isc_sha256_t sha256ctx; member in struct:__anon162
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 211 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 D | dst_internal.h | 131 isc_sha256_t *sha256ctx; member in union:dst_context::__anon87
|
H A D | opensslrsa_link.c | 190 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 D | hmac_link.c | 1021 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);
|
Completed in 28 milliseconds