Searched defs:sha224ctx (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/bin/tools/ |
H A D | isc-hmac-fixup.c | 85 isc_sha224_t sha224ctx; local 86 isc_sha224_init(&sha224ctx); 87 isc_sha224_update(&sha224ctx, r.base, r.length); 88 isc_sha224_final(key, &sha224ctx);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | hmacsha.h | 65 isc_sha224_t sha224ctx; member in struct:__anon231
|
/bind-9.11.3/lib/isc/ |
H A D | hmacsha.c | 1185 isc_sha224_t sha224ctx; local 1186 isc_sha224_init(&sha224ctx); 1187 isc_sha224_update(&sha224ctx, key, len); 1188 isc_sha224_final(ctx->key, &sha224ctx); 1192 isc_sha224_init(&ctx->sha224ctx); 1196 isc_sha224_update(&ctx->sha224ctx, ipad, sizeof(ipad)); 1212 isc_sha224_update(&ctx->sha224ctx, buf, len); 1225 isc_sha224_final(newdigest, &ctx->sha224ctx); 1231 isc_sha224_init(&ctx->sha224ctx); 1232 isc_sha224_update(&ctx->sha224ctx, opa [all...] |
/bind-9.11.3/lib/dns/ |
H A D | hmac_link.c | 813 isc_sha224_t sha224ctx; local 826 isc_sha224_init(&sha224ctx); 827 isc_sha224_update(&sha224ctx, r.base, r.length); 828 isc_sha224_final(hkey->key, &sha224ctx);
|
Completed in 28 milliseconds