Lines Matching refs:result
423 * one is the result is precisely the information the attacker wants.
549 * and the result of memcpy() would be undefined; prevent undefined
1369 * `to_mont_rep()` on them), yielding a result that's also * R mod N (aka
1371 * N, so the result is directly what we want - no need to call
1417 /* Temporary holding the result */
1437 * checked result; should be the same in the end. */
1556 /* Verify the result to prevent glitching attacks. */
2542 unsigned char result[MBEDTLS_MD_MAX_SIZE];
2632 result, mgf1_hash_id);
2637 if (memcmp(hash_start, result, hlen) != 0) {