Searched refs:x25519_fe51_mul121666 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | x25519-ppc64.S | 306 .globl x25519_fe51_mul121666 307 .type x25519_fe51_mul121666,@function 308 .type x25519_fe51_mul121666,@function 310 x25519_fe51_mul121666: label 311 .localentry x25519_fe51_mul121666,0 349 .size x25519_fe51_mul121666,.-x25519_fe51_mul121666
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | x25519-ppc64.S | 306 .globl x25519_fe51_mul121666 307 .type x25519_fe51_mul121666,@function 308 .type x25519_fe51_mul121666,@function 310 x25519_fe51_mul121666: label 311 .localentry x25519_fe51_mul121666,0 349 .size x25519_fe51_mul121666,.-x25519_fe51_mul121666
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | x25519-x86_64.S | 347 .globl x25519_fe51_mul121666 348 .type x25519_fe51_mul121666,@function 350 x25519_fe51_mul121666: label 398 .size x25519_fe51_mul121666,.-x25519_fe51_mul121666
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 392 void x25519_fe51_mul121666(fe51 h, fe51 f); 395 # define fe51_mul121666 x25519_fe51_mul121666
|