Searched refs:out_p (Results 1 – 2 of 2) sorted by relevance
228 unsigned char *out_p = output; in mbedtls_pkcs5_pbkdf2_hmac() local275 memcpy( out_p, work, use_len ); in mbedtls_pkcs5_pbkdf2_hmac()278 out_p += use_len; in mbedtls_pkcs5_pbkdf2_hmac()
356 unsigned char *out_p = output; in mbedtls_gcm_update() local391 out_p[i] = ectr[i] ^ p[i]; in mbedtls_gcm_update()393 ctx->buf[i] ^= out_p[i]; in mbedtls_gcm_update()400 out_p += use_len; in mbedtls_gcm_update()