Home
last modified time | relevance | path

Searched refs:rr2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_redact.c418 const struct redact_record *rr2 = rn2->record; in redact_node_compare_start() local
421 if (rr2->eos_marker) in redact_node_compare_start()
425 rr1->datablksz, rr2->start_object, rr2->start_blkid, in redact_node_compare_start()
426 rr2->datablksz); in redact_node_compare_start()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1963 fe25519 rr2; in ge25519_from_uniform() local
1975 fe25519_frombytes(rr2, s); in ge25519_from_uniform()
1978 fe25519_sq2(rr2, rr2); in ge25519_from_uniform()
1979 rr2[0]++; in ge25519_from_uniform()
1980 fe25519_invert(rr2, rr2); in ge25519_from_uniform()
1981 fe25519_mul(x, curve25519_A, rr2); in ge25519_from_uniform()