Searched refs:Np (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-586.pl | 37 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D)); 50 sub Np subroutine 79 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0 80 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1 99 &mov($tmp1,&Np($c)) if $pos < 1; # G function - part 1 100 &mov($tmp1,&Np($c)) if $pos == 1; # G function - part 1 128 &mov($tmp1,&Np( [all...] |
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-586.pl | 37 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D)); 50 sub Np subroutine 79 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0 80 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1 99 &mov($tmp1,&Np($c)) if $pos < 1; # G function - part 1 100 &mov($tmp1,&Np($c)) if $pos == 1; # G function - part 1 128 &mov($tmp1,&Np( [all...] |
/third_party/node/deps/openssl/openssl/crypto/ripemd/asm/ |
H A D | rmd-586.pl | 81 sub Np subroutine 102 &mov($tmp1, &Np($c)); # NEXT 113 &mov($tmp1, &Np($c)) if $o <= 0; 118 &xor($tmp1, &Np($d)) if $o <= 0; 168 &sub($tmp2, &Np($c)) if $o == 1; 171 &mov($tmp1, &Np($c)); 174 &xor($tmp1, &Np($d)); 198 &sub($tmp1, &Np($c)) if $o <= 0; # NEXT 214 &sub($tmp2, &Np($c)) if $o <= 0; # NEXT 215 &mov($tmp1, &Np( [all...] |
/third_party/openssl/crypto/ripemd/asm/ |
H A D | rmd-586.pl | 81 sub Np subroutine 102 &mov($tmp1, &Np($c)); # NEXT 113 &mov($tmp1, &Np($c)) if $o <= 0; 118 &xor($tmp1, &Np($d)) if $o <= 0; 168 &sub($tmp2, &Np($c)) if $o == 1; 171 &mov($tmp1, &Np($c)); 174 &xor($tmp1, &Np($d)); 198 &sub($tmp1, &Np($c)) if $o <= 0; # NEXT 214 &sub($tmp2, &Np($c)) if $o <= 0; # NEXT 215 &mov($tmp1, &Np( [all...] |
/third_party/mbedtls/library/ |
H A D | ecp_invasive.h | 82 * \param[in,out] Np The address of the MPI to be converted. 87 * \param[in] Nn The length of \p Np in limbs. 90 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
|
H A D | ecp_curves_new.c | 4564 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn); 4896 #define A(i) Np + (i) * WIDTH 4900 #define RESET last_carry[0] = c; c = 0; p = Np 4918 int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn) in mbedtls_ecp_mod_p192_raw() argument 4927 p = Np; in mbedtls_ecp_mod_p192_raw()
|
Completed in 11 milliseconds