Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Daria.c110 uint32_t *c, uint32_t *d) in aria_a()
142 uint32_t *c, uint32_t *d, in aria_sl()
277 uint32_t a, b, c, d; in aria_fo_xor() local
299 uint32_t a, b, c, d; in aria_fe_xor() local
447 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
Dbn_mul.h38 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
47 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
53 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
63 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
Decdh.c55 mbedtls_mpi *d, mbedtls_ecp_point *Q, in ecdh_gen_public_restartable()
81 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, in mbedtls_ecdh_gen_public()
95 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in ecdh_compute_shared_restartable()
125 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in mbedtls_ecdh_compute_shared()
Daes.c184 #define V(a, b, c, d) 0x##a##b##c##d argument
188 #define V(a, b, c, d) 0x##b##c##d##a argument
192 #define V(a, b, c, d) 0x##c##d##a##b argument
196 #define V(a, b, c, d) 0x##d##a##b##c argument
312 #define V(a, b, c, d) 0x##a##b##c##d argument
316 #define V(a, b, c, d) 0x##b##c##d##a argument
320 #define V(a, b, c, d) 0x##c##d##a##b argument
324 #define V(a, b, c, d) 0x##d##a##b##c argument
Decp.c1784 static void ecp_comb_recode_core(unsigned char x[], size_t d, in ecp_comb_recode_core()
1851 unsigned char w, size_t d, in ecp_precompute_comb()
2045 const unsigned char x[], size_t d, in ecp_mul_comb_core()
2124 size_t d, in ecp_comb_recode_scalar()
2170 size_t d, in ecp_mul_comb_after_precomp()
2297 size_t d; in ecp_mul_comb() local
2502 const mbedtls_mpi *d, in ecp_double_add_mxz()
3052 const mbedtls_mpi *d) in mbedtls_ecp_check_privkey()
3089 mbedtls_mpi *d, in mbedtls_ecp_gen_privkey_mx()
3121 const mbedtls_mpi *N, mbedtls_mpi *d, in mbedtls_ecp_gen_privkey_sw()
[all …]
Decdsa.c245 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_restartable()
381 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign()
399 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_det_restartable()
471 mbedtls_mpi *s, const mbedtls_mpi *d, in mbedtls_ecdsa_sign_det_ext()
Dripemd160.c107 #define P(a, b, c, d, e, r, s, f, k) \ in mbedtls_internal_ripemd160_process() argument
115 #define P2(a, b, c, d, e, r, s, rp, sp) \ in mbedtls_internal_ripemd160_process() argument
Daesce.c535 uint8x16_t c, d, e; in poly_mult_128() local
577 uint8x16_t c, d, e, f, g, n, o; in poly_mult_reduce() local
Dchacha20.c53 size_t d) in chacha20_quarter_round()
Dconstant_time.c136 unsigned int d = x ^ y; in mbedtls_ct_memcmp_partial() local
Dmd5.c91 #define P(a, b, c, d, k, s, t) \ in mbedtls_internal_md5_process() argument
Dbignum.c489 static int mpi_get_digit(mbedtls_mpi_uint *d, int radix, char c) in mpi_get_digit()
518 mbedtls_mpi_uint d; in mbedtls_mpi_read_string() local
702 mbedtls_mpi_uint d; in mbedtls_mpi_read_file() local
1292 mbedtls_mpi_uint d, in mbedtls_int_div_int()
Dpoly1305.c174 uint64_t d; in poly1305_compute_mac() local
Dsha1.c100 #define P(a, b, c, d, e, x) \ in mbedtls_internal_sha1_process() argument
Dx509_create.c145 unsigned char *d = data; in parse_attribute_value_string() local
Dsha256.c477 #define P(a, b, c, d, e, f, g, h, x, K) \ argument
Dpkparse.c613 unsigned char *d; in pk_parse_key_sec1_der() local
Dsha512.c622 #define P(a, b, c, d, e, f, g, h, x, K) \ in mbedtls_internal_sha512_process_c() argument
Dbignum_core.c461 mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *d, size_t d_len, in mbedtls_mpi_core_mla()
/mbedtls-latest/programs/fuzz/
Dfuzz_pubkey.c63 mbedtls_mpi d; in LLVMFuzzerTestOneInput() local
/mbedtls-latest/tests/scripts/
Daudit-validity-dates.py453 filter_func = lambda d: (start_date < d.not_valid_before) or \ argument
456 sortby_end = lambda d: d.not_valid_after argument
/mbedtls-latest/scripts/
Dgenerate_ssl_debug_helpers.py61 def _yield_objects(s, d, p, st, end): argument