Searched refs:nonceLength (Results 1 – 2 of 2) sorted by relevance
83 ctx->nonceLength = nonceLen; in AES_CBC_MAC_Reinit()156 s0[0] = (15 - ctx->nonceLength) - 1; in AES_CBC_MAC_Final()157 bcopy(ctx->nonce, s0 + 1, ctx->nonceLength); in AES_CBC_MAC_Final()
50 int nonceLength; /* This one is in bytes, not bits! */ member