Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcbc_mac.c97 ctx->nonceLength = nonceLen; in AES_CBC_MAC_Reinit()
273 s0[0] = (15 - ctx->nonceLength) - 1; in AES_CBC_MAC_Final()
274 bcopy(ctx->nonce, s0 + 1, ctx->nonceLength); in AES_CBC_MAC_Final()
H A Dcbc_mac.h55 int nonceLength; /* This one is in bytes, not bits! */ member