Searched refs:GFp_nistz256_neg (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | ecp_nistz256.c | 36 void GFp_nistz256_neg(Limb res[P256_LIMBS], const Limb a[P256_LIMBS]); 257 GFp_nistz256_neg(tmp, h.Y); in GFp_nistz256_point_mul() 278 GFp_nistz256_neg(tmp, h.Y); in GFp_nistz256_point_mul() 297 GFp_nistz256_neg(neg_y, p->Y); in select_precomputed()
|
/external/rust/crates/ring/pregenerated/ |
D | ecp_nistz256-armv8-linux64.S | 96 .globl GFp_nistz256_neg symbol 97 .hidden GFp_nistz256_neg 98 .type GFp_nistz256_neg,%function 100 GFp_nistz256_neg: label 116 .size GFp_nistz256_neg,.-GFp_nistz256_neg
|
D | ecp_nistz256-armv4-linux32.S | 333 @ void GFp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]); 334 .globl GFp_nistz256_neg symbol 335 .hidden GFp_nistz256_neg 336 .type GFp_nistz256_neg,%function 338 GFp_nistz256_neg: label 347 .size GFp_nistz256_neg,.-GFp_nistz256_neg
|
D | ecp_nistz256-x86-elf.S | 246 .globl GFp_nistz256_neg symbol 247 .hidden GFp_nistz256_neg 248 .type GFp_nistz256_neg,@function 250 GFp_nistz256_neg: label 276 .size GFp_nistz256_neg,.-.L_GFp_nistz256_neg_begin
|
D | p256-x86_64-asm-elf.S | 84 .globl GFp_nistz256_neg symbol 85 .hidden GFp_nistz256_neg 86 .type GFp_nistz256_neg,@function 88 GFp_nistz256_neg: label 139 .size GFp_nistz256_neg,.-GFp_nistz256_neg
|
D | ecp_nistz256-armv4-ios32.S | 344 @ void GFp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]);
|
/external/rust/crates/ring/src/ec/suite_b/ |
D | ops.rs | 595 fn GFp_nistz256_neg(r: *mut Limb, a: *const Limb); in p256_elem_neg_test() function 599 GFp_nistz256_neg, in p256_elem_neg_test()
|
/external/rust/crates/ring/pregenerated/tmp/ |
D | p256-x86_64-asm-nasm.asm | 91 global GFp_nistz256_neg 94 GFp_nistz256_neg: label
|