HomeSort by relevance Sort by last modified time
    Searched refs:ecp_nistz256_ord_mul_mont (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/crypto/fipsmodule/ec/
p256-x86_64.h 82 // ecp_nistz256_ord_mul_mont sets |res| to |a| * |b| where inputs and outputs
84 void ecp_nistz256_ord_mul_mont(BN_ULONG res[P256_LIMBS],
p256-x86_64.c 538 ecp_nistz256_ord_mul_mont(table[i_11], table[i_1], table[i_10]);
540 ecp_nistz256_ord_mul_mont(table[i_101], table[i_11], table[i_10]);
542 ecp_nistz256_ord_mul_mont(table[i_111], table[i_101], table[i_10]);
546 ecp_nistz256_ord_mul_mont(table[i_1111], table[i_1010], table[i_101]);
549 ecp_nistz256_ord_mul_mont(table[i_10101], table[i_10101], table[i_1]);
553 ecp_nistz256_ord_mul_mont(table[i_101111], table[i_101010], table[i_101]);
555 ecp_nistz256_ord_mul_mont(table[i_x6], table[i_101010], table[i_10101]);
558 ecp_nistz256_ord_mul_mont(table[i_x8], table[i_x8], table[i_11]);
561 ecp_nistz256_ord_mul_mont(table[i_x16], table[i_x16], table[i_x8]);
564 ecp_nistz256_ord_mul_mont(table[i_x32], table[i_x32], table[i_x16])
    [all...]
p256-x86_64_test.cc 455 ecp_nistz256_ord_mul_mont(ret, a, b);
458 ecp_nistz256_ord_mul_mont(ret, b, a);
462 ecp_nistz256_ord_mul_mont(ret, ret /* a */, b);
466 ecp_nistz256_ord_mul_mont(ret, b, ret);
470 ecp_nistz256_ord_mul_mont(ret, a, ret /* b */);
474 ecp_nistz256_ord_mul_mont(ret, ret /* b */, a);
516 CHECK_ABI(ecp_nistz256_ord_mul_mont, c, a, b);
  /external/boringssl/linux-x86_64/crypto/fipsmodule/
p256-x86_64-asm.S 102 .globl ecp_nistz256_ord_mul_mont
103 .hidden ecp_nistz256_ord_mul_mont
104 .type ecp_nistz256_ord_mul_mont,@function
106 ecp_nistz256_ord_mul_mont: label
428 .size ecp_nistz256_ord_mul_mont,.-ecp_nistz256_ord_mul_mont
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/asm/
p256-x86_64-asm.pl 157 # void ecp_nistz256_ord_mul_mont(
162 .globl ecp_nistz256_ord_mul_mont
163 .type ecp_nistz256_ord_mul_mont,\@function,3
165 ecp_nistz256_ord_mul_mont: label
485 .size ecp_nistz256_ord_mul_mont,.-ecp_nistz256_ord_mul_mont
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
p256-x86_64-asm.asm 107 global ecp_nistz256_ord_mul_mont
110 ecp_nistz256_ord_mul_mont: label
    [all...]

Completed in 253 milliseconds