Lines Matching refs:p
84 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_xcbc_digest_update() argument
98 memcpy(odds + ctx->len, p, len); in crypto_xcbc_digest_update()
104 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_xcbc_digest_update()
106 p += bs - ctx->len; in crypto_xcbc_digest_update()
116 crypto_xor(prev, p, bs); in crypto_xcbc_digest_update()
118 p += bs; in crypto_xcbc_digest_update()
124 memcpy(odds, p, len); in crypto_xcbc_digest_update()
146 u8 *p = odds + ctx->len; in crypto_xcbc_digest_final() local
148 *p = 0x80; in crypto_xcbc_digest_final()
149 p++; in crypto_xcbc_digest_final()
153 memset(p, 0, rlen); in crypto_xcbc_digest_final()