Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Dec.rs1209 let mut ybn2 = BigNum::new().unwrap(); in get_affine_coordinates() localVariable
1213 .affine_coordinates(&group, &mut xbn2, &mut ybn2, &mut ctx) in get_affine_coordinates()
1216 assert_eq!(ybn2, ybn); in get_affine_coordinates()
1233 let mut ybn2 = BigNum::new().unwrap(); in get_affine_coordinates_gfp() localVariable
1237 .affine_coordinates_gfp(&group, &mut xbn2, &mut ybn2, &mut ctx) in get_affine_coordinates_gfp()
1240 assert_eq!(ybn2, ybn); in get_affine_coordinates_gfp()