Searched refs:ecp_nistz256_sub (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c99 void ecp_nistz256_sub(BN_ULONG res[P256_LIMBS],
271 ecp_nistz256_sub(Zsqr, in_x, Zsqr);
284 ecp_nistz256_sub(res_x, res_x, tmp0);
285 ecp_nistz256_sub(S, S, res_x);
288 ecp_nistz256_sub(res_y, S, res_y);
343 ecp_nistz256_sub(R, S2, S1); /* R = S2 - S1 */
347 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
371 ecp_nistz256_sub(res_x, Rsqr, Hsqr);
372 ecp_nistz256_sub(res_x, res_x, Hcub);
374 ecp_nistz256_sub(res_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c99 void ecp_nistz256_sub(BN_ULONG res[P256_LIMBS],
271 ecp_nistz256_sub(Zsqr, in_x, Zsqr);
284 ecp_nistz256_sub(res_x, res_x, tmp0);
285 ecp_nistz256_sub(S, S, res_x);
288 ecp_nistz256_sub(res_y, S, res_y);
343 ecp_nistz256_sub(R, S2, S1); /* R = S2 - S1 */
347 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
371 ecp_nistz256_sub(res_x, Rsqr, Hsqr);
372 ecp_nistz256_sub(res_x, res_x, Hcub);
374 ecp_nistz256_sub(res_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl338 # void ecp_nistz256_sub(uint64_t res[4], uint64_t a[4], uint64_t b[4]);
339 .globl ecp_nistz256_sub
340 .type ecp_nistz256_sub,\@function,3
342 ecp_nistz256_sub: label
381 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl338 # void ecp_nistz256_sub(uint64_t res[4], uint64_t a[4], uint64_t b[4]);
339 .globl ecp_nistz256_sub
340 .type ecp_nistz256_sub,\@function,3
342 ecp_nistz256_sub: label
381 .size ecp_nistz256_sub,.-ecp_nistz256_sub

Completed in 79 milliseconds