Home
last modified time | relevance | path

Searched defs:P (Results 1 – 19 of 19) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Decp.c363 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ) in mbedtls_ecp_copy()
409 int mbedtls_ecp_point_cmp( const mbedtls_ecp_point *P, in mbedtls_ecp_point_cmp()
425 int mbedtls_ecp_point_read_string( mbedtls_ecp_point *P, int radix, in mbedtls_ecp_point_read_string()
441 int mbedtls_ecp_point_write_binary( const mbedtls_ecp_group *grp, const mbedtls_ecp_point *P, in mbedtls_ecp_point_write_binary()
906 const mbedtls_ecp_point *P ) in ecp_double_jac()
997 const mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ) in ecp_add_mixed()
1192 mbedtls_ecp_point T[], const mbedtls_ecp_point *P, in ecp_precompute_comb()
1310 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in ecp_mul_comb()
1440 static int ecp_normalize_mxz( const mbedtls_ecp_group *grp, mbedtls_ecp_point *P ) in ecp_normalize_mxz()
1460 static int ecp_randomize_mxz( const mbedtls_ecp_group *grp, mbedtls_ecp_point *P, in ecp_randomize_mxz()
[all …]
Dmd4.c142 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x; a = S(a,s); } in mbedtls_md4_process() macro
165 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x5A827999; a = S(a,s); } in mbedtls_md4_process() macro
188 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x6ED9EBA1; a = S(a,s); } in mbedtls_md4_process() macro
Decdh.c60 mbedtls_ecp_point P; in mbedtls_ecdh_compute_shared() local
Dmd5.c135 #define P(a,b,c,d,k,s,t) \ in mbedtls_md5_process() macro
Dblowfish.c70 static const uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2] = { variable
Dsha1.c143 #define P(a,b,c,d,e,x) \ in mbedtls_sha1_process() macro
Dsha256.c175 #define P(a,b,c,d,e,f,g,h,x,K) \ macro
Decp_curves.c619 #define NIST_MODP( P ) grp->modp = ecp_mod_ ## P; argument
621 #define NIST_MODP( P ) argument
Ddhm.c100 static int dhm_check_range( const mbedtls_mpi *param, const mbedtls_mpi *P ) in dhm_check_range()
Dsha512.c217 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_sha512_process() macro
Dripemd160.c150 #define P( a, b, c, d, e, r, s, f, k ) \ in mbedtls_ripemd160_process() macro
Decjpake.c145 const mbedtls_ecp_point *P ) in ecjpake_write_len_point()
/net-tools-3.6.0/mbedtls-2.4.0/programs/pkey/
Dmpi_demo.c51 mbedtls_mpi E, P, Q, N, H, D, X, Y, Z; in main() local
Ddh_genprime.c72 mbedtls_mpi G, P, Q; in main() local
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dblowfish.h58 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
Ddhm.h152 mbedtls_mpi P; /*!< prime modulus */ member
Drsa.h88 mbedtls_mpi P; /*!< 1st prime factor */ member
Decp.h132 mbedtls_mpi P; /*!< prime modulus of the base field */ member
/net-tools-3.6.0/tinydtls-0.8.2/
Ddtls.c106 #define SKIP_VAR_FIELD(P,L,T) { \ argument