Searched refs:ctx (Results 1 – 3 of 3) sorted by relevance
60 def hash_update(ctx, data): argument61 ctx.update(data)63 def hash_final(ctx): argument64 return ctx.digest()67 ctx = hash_init(alg)68 hash_update(ctx, data)69 return hash_final(ctx)102 ctx = hash_init(alg)117 ctx.update(mac)120 ctx.digest())[all …]
2994 my $ctx = $1;4282 my $ctx = $s;4306 shift(@ctx);4307 for my $ctx (@ctx) {4336 my $ctx = join("\n", @ctx);5277 if ($ctx !~ /[WEOBC]x[^W]/ && $ctx !~ /[^W]x[WOBEC]/) {5928 my $ctx = '';5933 $ctx = $dstat;5991 $ctx =~ s/\n*$//;6104 my $ctx = '';[all …]
156 static inline void md4_transform_helper(struct md4_ctx *ctx) in md4_transform_helper() argument158 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block)); in md4_transform_helper()159 md4_transform(ctx->hash, ctx->block); in md4_transform_helper()
Completed in 11 milliseconds