Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Daria.c128 uint32_t *c, uint32_t *d) in aria_a()
160 uint32_t *c, uint32_t *d, in aria_sl()
295 uint32_t a, b, c, d; in aria_fo_xor() local
317 uint32_t a, b, c, d; in aria_fe_xor() local
467 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
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
Daes.c164 #define V(a, b, c, d) 0x##a##b##c##d argument
170 #define V(a, b, c, d) 0x##b##c##d##a argument
174 #define V(a, b, c, d) 0x##c##d##a##b argument
178 #define V(a, b, c, d) 0x##d##a##b##c argument
295 #define V(a, b, c, d) 0x##a##b##c##d argument
301 #define V(a, b, c, d) 0x##b##c##d##a argument
305 #define V(a, b, c, d) 0x##c##d##a##b argument
309 #define V(a, b, c, d) 0x##d##a##b##c argument
Decdh.c67 mbedtls_mpi *d, mbedtls_ecp_point *Q, in ecdh_gen_public_restartable()
93 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, in mbedtls_ecdh_gen_public()
107 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in ecdh_compute_shared_restartable()
137 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in mbedtls_ecdh_compute_shared()
Decp.c1792 static void ecp_comb_recode_core(unsigned char x[], size_t d, in ecp_comb_recode_core()
1859 unsigned char w, size_t d, in ecp_precompute_comb()
2053 const unsigned char x[], size_t d, in ecp_mul_comb_core()
2132 size_t d, in ecp_comb_recode_scalar()
2178 size_t d, in ecp_mul_comb_after_precomp()
2305 size_t d; in ecp_mul_comb() local
2510 const mbedtls_mpi *d, in ecp_double_add_mxz()
3057 const mbedtls_mpi *d) in mbedtls_ecp_check_privkey()
3094 mbedtls_mpi *d, in mbedtls_ecp_gen_privkey_mx()
3126 const mbedtls_mpi *N, mbedtls_mpi *d, in mbedtls_ecp_gen_privkey_sw()
[all …]
Daesce.c333 uint8x16_t c, d, e; in poly_mult_128() local
370 uint8x16_t c, d, e, f, g, n, o; in poly_mult_reduce() local
Decdsa.c244 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_restartable()
393 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign()
411 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_det_restartable()
483 mbedtls_mpi *s, const mbedtls_mpi *d, in mbedtls_ecdsa_sign_det_ext()
Dripemd160.c119 #define P(a, b, c, d, e, r, s, f, k) \ in mbedtls_internal_ripemd160_process() argument
127 #define P2(a, b, c, d, e, r, s, rp, sp) \ in mbedtls_internal_ripemd160_process() argument
Dchacha20.c65 size_t d) in chacha20_quarter_round()
Dmd5.c103 #define P(a, b, c, d, k, s, t) \ in mbedtls_internal_md5_process() argument
Dx509_create.c135 char *d = data; in mbedtls_x509_string_to_names() local
Dbignum.c366 static int mpi_get_digit(mbedtls_mpi_uint *d, int radix, char c) in mpi_get_digit()
395 mbedtls_mpi_uint d; in mbedtls_mpi_read_string() local
584 mbedtls_mpi_uint d; in mbedtls_mpi_read_file() local
1239 mbedtls_mpi_uint d, in mbedtls_int_div_int()
Dpoly1305.c186 uint64_t d; in poly1305_compute_mac() local
Dsha1.c112 #define P(a, b, c, d, e, x) \ in mbedtls_internal_sha1_process() argument
Dsha256.c440 #define P(a, b, c, d, e, f, g, h, x, K) \ argument
Dsha512.c620 #define P(a, b, c, d, e, f, g, h, x, K) \ in mbedtls_internal_sha512_process_c() argument
Dbignum_core.c413 mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *d, size_t d_len, in mbedtls_mpi_core_mla()
/mbedtls-3.5.0/scripts/
Dgenerate_ssl_debug_helpers.py71 def _yield_objects(s, d, p, st, end): argument