Home
last modified time | relevance | path

Searched refs:__vmac_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/crypto/
Dvmac.c469 in_n = ctx->__vmac_ctx.cached_nonce; in vmac()
470 out_p = ctx->__vmac_ctx.cached_aes; in vmac()
483 h = vhash(m, mbytes, (u64 *)0, &ctx->__vmac_ctx); in vmac()
499 for (i = 0; i < sizeof(ctx->__vmac_ctx.nhkey)/8; i += 2) { in vmac_set_key()
502 ctx->__vmac_ctx.nhkey[i] = be64_to_cpup(out); in vmac_set_key()
503 ctx->__vmac_ctx.nhkey[i+1] = be64_to_cpup(out+1); in vmac_set_key()
510 for (i = 0; i < sizeof(ctx->__vmac_ctx.polykey)/8; i += 2) { in vmac_set_key()
513 ctx->__vmac_ctx.polytmp[i] = in vmac_set_key()
514 ctx->__vmac_ctx.polykey[i] = in vmac_set_key()
516 ctx->__vmac_ctx.polytmp[i+1] = in vmac_set_key()
[all …]
/linux-4.1.27/include/crypto/
Dvmac.h58 struct vmac_ctx __vmac_ctx; member