Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Decp_nistz256.c253 void ecp_nistz256_point_add(P256_POINT *r,
306 static void ecp_nistz256_point_add(P256_POINT *r, in ecp_nistz256_point_add() function
693 ecp_nistz256_point_add (&temp[2], &temp[1], &temp[0]); /*2+1=3 */ in ecp_nistz256_windowed_mul()
699 ecp_nistz256_point_add (&temp[3], &temp[1], &temp[0]); /*4+1=5 */ in ecp_nistz256_windowed_mul()
701 ecp_nistz256_point_add (&temp[4], &temp[2], &temp[0]); /*6+1=7 */ in ecp_nistz256_windowed_mul()
711 ecp_nistz256_point_add (&temp[2], &temp[2], &temp[0]); /*12+1=13*/ in ecp_nistz256_windowed_mul()
713 ecp_nistz256_point_add (&temp[3], &temp[3], &temp[0]); /*10+1=11*/ in ecp_nistz256_windowed_mul()
715 ecp_nistz256_point_add (&temp[4], &temp[4], &temp[0]); /*14+1=15*/ in ecp_nistz256_windowed_mul()
717 ecp_nistz256_point_add (&temp[2], &temp[1], &temp[0]); /*8+1=9 */ in ecp_nistz256_windowed_mul()
749 ecp_nistz256_point_add(r, r, &temp[0]); in ecp_nistz256_windowed_mul()
[all …]
/third_party/openssl/crypto/ec/asm/arm64/
Decp_nistz256-armv8.S3155 .globl ecp_nistz256_point_add symbol
3156 .type ecp_nistz256_point_add,%function
3158 ecp_nistz256_point_add: label
3408 .size ecp_nistz256_point_add,.-ecp_nistz256_point_add
/third_party/openssl/crypto/ec/asm/arm32/
Decp_nistz256-armv4.S3733 .globl ecp_nistz256_point_add symbol
3734 .type ecp_nistz256_point_add,%function
3736 ecp_nistz256_point_add: label
4109 .size ecp_nistz256_point_add,.-ecp_nistz256_point_add
/third_party/openssl/crypto/ec/asm/x86_64/
Decp_nistz256-x86_64.s5489 .globl ecp_nistz256_point_add symbol
5490 .type ecp_nistz256_point_add,@function
5492 ecp_nistz256_point_add: label
5906 .size ecp_nistz256_point_add,.-ecp_nistz256_point_add
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3094 #define ecp_nistz256_point_add BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ecp_nistz256_point_add) macro