Searched refs:padlen (Results 1 – 2 of 2) sorted by relevance
146 unsigned int padlen; in poly_hash() local167 padlen = -rctx->assoclen % POLY1305_BLOCK_SIZE; in poly_hash()168 poly1305_update(&desc, zp, padlen); in poly_hash()181 padlen = -rctx->cryptlen % POLY1305_BLOCK_SIZE; in poly_hash()182 poly1305_update(&desc, zp, padlen); in poly_hash()
399 size_t padlen = 0; in drbg_ctr_df() local432 padlen = (inputlen + sizeof(L_N) + 1) % (drbg_blocklen(drbg)); in drbg_ctr_df()434 if (padlen) in drbg_ctr_df()435 padlen = drbg_blocklen(drbg) - padlen; in drbg_ctr_df()441 padlen++; in drbg_ctr_df()450 drbg_string_fill(&S4, pad, padlen); in drbg_ctr_df()
Completed in 7 milliseconds