Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 3 of 3) sorted by relevance

/scripts/crypto/
A Dgen-hash-testvecs.py60 def hash_update(ctx, data): argument
61 ctx.update(data)
63 def hash_final(ctx): argument
64 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 …]
/scripts/
A Dcheckpatch.pl2994 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 …]
/scripts/mod/
A Dsumversion.c156 static inline void md4_transform_helper(struct md4_ctx *ctx) in md4_transform_helper() argument
158 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