Home
last modified time | relevance | path

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

/openssl/crypto/cmac/
H A Dcmac.c194 size_t nleft; in CMAC_Update() local
196 nleft = bl - ctx->nlast_block; in CMAC_Update()
197 if (dlen < nleft) in CMAC_Update()
198 nleft = dlen; in CMAC_Update()
199 memcpy(ctx->last_block + ctx->nlast_block, data, nleft); in CMAC_Update()
200 dlen -= nleft; in CMAC_Update()
201 ctx->nlast_block += nleft; in CMAC_Update()
205 data += nleft; in CMAC_Update()

Completed in 4 milliseconds