Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dvmac.h49 u64 cached_nonce[2]; member
/linux-4.1.27/crypto/
Dvmac.c469 in_n = ctx->__vmac_ctx.cached_nonce; in vmac()
537 ctx->__vmac_ctx.cached_nonce[0] = (u64)-1; /* Ensure illegal nonce */ in vmac_set_key()
538 ctx->__vmac_ctx.cached_nonce[1] = (u64)0; /* Ensure illegal nonce */ in vmac_set_key()