Home
last modified time | relevance | path

Searched defs:d (Results 1 – 15 of 15) sorted by relevance

/mbedtls-development/library/
A Dbn_mul.h50 #define MBEDTLS_BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
59 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
65 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
75 #define MBEDTLS_BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
A Daria.c179 uint32_t *c, uint32_t *d ) in aria_a()
211 uint32_t *c, uint32_t *d, in aria_sl()
346 uint32_t a, b, c, d; in aria_fo_xor() local
368 uint32_t a, b, c, d; in aria_fe_xor() local
523 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
A Daes.c175 #define V(a,b,c,d) 0x##a##b##c##d argument
181 #define V(a,b,c,d) 0x##b##c##d##a argument
185 #define V(a,b,c,d) 0x##c##d##a##b argument
189 #define V(a,b,c,d) 0x##d##a##b##c argument
306 #define V(a,b,c,d) 0x##a##b##c##d argument
312 #define V(a,b,c,d) 0x##b##c##d##a argument
316 #define V(a,b,c,d) 0x##c##d##a##b argument
320 #define V(a,b,c,d) 0x##d##a##b##c argument
A Decp.c1642 static void ecp_comb_recode_core( unsigned char x[], size_t d, in ecp_comb_recode_core()
1708 unsigned char w, size_t d, in ecp_precompute_comb()
1956 size_t d, in ecp_comb_recode_scalar()
2001 size_t d, in ecp_mul_comb_after_precomp()
2122 size_t d; in ecp_mul_comb() local
2326 const mbedtls_mpi *d ) in ecp_double_add_mxz()
2889 const mbedtls_mpi *d ) in mbedtls_ecp_check_privkey()
2928 mbedtls_mpi *d, in mbedtls_ecp_gen_privkey_mx()
2961 const mbedtls_mpi *N, mbedtls_mpi *d, in mbedtls_ecp_gen_privkey_sw()
2979 mbedtls_mpi *d, in mbedtls_ecp_gen_privkey()
[all …]
A Decdh.c75 mbedtls_mpi *d, mbedtls_ecp_point *Q, in ecdh_gen_public_restartable()
98 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, in mbedtls_ecdh_gen_public()
116 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in ecdh_compute_shared_restartable()
147 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in mbedtls_ecdh_compute_shared()
A Decdsa.c254 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in ecdsa_sign_restartable()
404 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign()
429 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in ecdsa_sign_det_restartable()
499 mbedtls_mpi *s, const mbedtls_mpi *d, in mbedtls_ecdsa_sign_det_ext()
A Dripemd160.c126 #define P( a, b, c, d, e, r, s, f, k ) \ in mbedtls_internal_ripemd160_process() argument
134 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_internal_ripemd160_process() argument
A Dbignum.c556 static int mpi_get_digit( mbedtls_mpi_uint *d, int radix, char c ) in mpi_get_digit()
578 mbedtls_mpi_uint d; in mbedtls_mpi_read_string() local
772 mbedtls_mpi_uint d; in mbedtls_mpi_read_file() local
1444 mbedtls_mpi_uint *d, in mpi_sub_hlp()
1647 mbedtls_mpi_uint *d, in mpi_mul_hlp()
1804 mbedtls_mpi_uint u0, mbedtls_mpi_uint d, mbedtls_mpi_uint *r ) in mbedtls_int_div_int()
2170 mbedtls_mpi_uint u0, u1, *d; in mpi_montmul() local
A Dchacha20.c83 size_t d ) in chacha20_quarter_round()
A Dx509_create.c132 char *d = data; in mbedtls_x509_string_to_names() local
A Dmd5.c110 #define P(a,b,c,d,k,s,t) \ in mbedtls_internal_md5_process() argument
A Dpoly1305.c205 uint64_t d; in poly1305_compute_mac() local
A Dsha1.c134 #define P(a,b,c,d,e,x) \ in mbedtls_internal_sha1_process() argument
A Dsha256.c164 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
A Dsha512.c217 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_internal_sha512_process() argument

Completed in 32 milliseconds