Searched refs:GFp_nistz256_point_add (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | ecp_nistz256.c | 69 void GFp_nistz256_point_add(P256_POINT *r, const P256_POINT *a, 109 void GFp_nistz256_point_add(P256_POINT *r, const P256_POINT *a, const P256_POINT *b) { in GFp_nistz256_point_add() function 218 GFp_nistz256_point_add(&row[3 - 1], &row[2 - 1], &row[1 - 1]); in GFp_nistz256_point_mul() 223 GFp_nistz256_point_add(&row[5 - 1], &row[4 - 1], &row[1 - 1]); in GFp_nistz256_point_mul() 224 GFp_nistz256_point_add(&row[7 - 1], &row[6 - 1], &row[1 - 1]); in GFp_nistz256_point_mul() 225 GFp_nistz256_point_add(&row[9 - 1], &row[8 - 1], &row[1 - 1]); in GFp_nistz256_point_mul() 226 GFp_nistz256_point_add(&row[13 - 1], &row[12 - 1], &row[1 - 1]); in GFp_nistz256_point_mul() 229 GFp_nistz256_point_add(&row[15 - 1], &row[14 - 1], &row[1 - 1]); in GFp_nistz256_point_mul() 230 GFp_nistz256_point_add(&row[11 - 1], &row[10 - 1], &row[1 - 1]); in GFp_nistz256_point_mul() 260 GFp_nistz256_point_add(r, r, &h); in GFp_nistz256_point_mul() [all …]
|
/external/rust/crates/ring/src/ec/suite_b/ops/ |
D | p256.rs | 71 point_add_jacobian_impl: GFp_nistz256_point_add, 356 fn GFp_nistz256_point_add( in GFp_nistz256_point_add() function
|
/external/rust/crates/ring/pregenerated/ |
D | p256-x86_64-asm-elf.S | 2693 .globl GFp_nistz256_point_add symbol 2694 .hidden GFp_nistz256_point_add 2695 .type GFp_nistz256_point_add,@function 2697 GFp_nistz256_point_add: label 3129 .size GFp_nistz256_point_add,.-GFp_nistz256_point_add
|
/external/rust/crates/ring/pregenerated/tmp/ |
D | p256-x86_64-asm-nasm.asm | 2830 global GFp_nistz256_point_add 2833 GFp_nistz256_point_add: label
|