Searched refs:sha224ctx (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 132 isc_sha224_t sha224ctx; local 133 isc_sha224_init(&sha224ctx); 134 isc_sha224_update(&sha224ctx, key, len); 135 isc_sha224_final(ctx->key, &sha224ctx); 139 isc_sha224_init(&ctx->sha224ctx); 143 isc_sha224_update(&ctx->sha224ctx, ipad, sizeof(ipad)); 159 isc_sha224_update(&ctx->sha224ctx, buf, len); 172 isc_sha224_final(newdigest, &ctx->sha224ctx); 178 isc_sha224_init(&ctx->sha224ctx); 179 isc_sha224_update(&ctx->sha224ctx, opa [all...] |
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 44 isc_sha224_t sha224ctx; member in struct:__anon161
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | hmac_link.c | 752 isc_sha224_t sha224ctx; local 765 isc_sha224_init(&sha224ctx); 766 isc_sha224_update(&sha224ctx, r.base, r.length); 767 isc_sha224_final(hkey->key, &sha224ctx);
|
Completed in 36 milliseconds