Lines Matching defs:mask
1611 * \param dst buffer to mask
1613 * \param src source of the mask generation
1624 unsigned char mask[MBEDTLS_MD_MAX_SIZE];
1642 memset(mask, 0, sizeof(mask));
1663 if ((ret = mbedtls_md_finish(&md_ctx, mask)) != 0) {
1668 *p++ ^= mask[i];
1677 mbedtls_platform_zeroize(mask, sizeof(mask));
2202 /* Compensate for boundary condition when applying mask */
2595 /* Compensate for boundary condition when applying mask */