/openthread-latest/third_party/mbedtls/repo/library/ |
D | aria.c | 110 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
|
D | bn_mul.h | 38 #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
|
D | ecdh.c | 55 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()
|
D | aes.c | 184 #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
|
D | ecp.c | 1784 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 …]
|
D | ecdsa.c | 245 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()
|
D | aesce.c | 535 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
|
D | ripemd160.c | 107 #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
|
D | chacha20.c | 53 size_t d) in chacha20_quarter_round()
|
D | constant_time.c | 136 unsigned int d = x ^ y; in mbedtls_ct_memcmp_partial() local
|
D | md5.c | 91 #define P(a, b, c, d, k, s, t) \ in mbedtls_internal_md5_process() argument
|
D | bignum.c | 488 static int mpi_get_digit(mbedtls_mpi_uint *d, int radix, char c) in mpi_get_digit() 517 mbedtls_mpi_uint d; in mbedtls_mpi_read_string() local 701 mbedtls_mpi_uint d; in mbedtls_mpi_read_file() local 1291 mbedtls_mpi_uint d, in mbedtls_int_div_int()
|
D | sha1.c | 100 #define P(a, b, c, d, e, x) \ in mbedtls_internal_sha1_process() argument
|
D | poly1305.c | 174 uint64_t d; in poly1305_compute_mac() local
|
D | x509_create.c | 145 unsigned char *d = data; in parse_attribute_value_string() local
|
D | sha256.c | 473 #define P(a, b, c, d, e, f, g, h, x, K) \ argument
|
D | pkparse.c | 613 unsigned char *d; in pk_parse_key_sec1_der() local
|
D | sha512.c | 622 #define P(a, b, c, d, e, f, g, h, x, K) \ in mbedtls_internal_sha512_process_c() argument
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | fuzz_pubkey.c | 62 mbedtls_mpi d; in LLVMFuzzerTestOneInput() local
|
/openthread-latest/tests/unit/ |
D | test_linked_list.cpp | 136 Entry d("d", 4, kBetaType), e("e", 5, kAlphaType), f("f", 6, kBetaType); in TestLinkedList() local 312 Entry d("d", 4, kBetaType), e("e", 5, kAlphaType), f("f", 6, kBetaType); in TestOwningList() local
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | audit-validity-dates.py | 453 filter_func = lambda d: (start_date < d.not_valid_before) or \ argument 456 sortby_end = lambda d: d.not_valid_after argument
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | generate_ssl_debug_helpers.py | 59 def _yield_objects(s, d, p, st, end): argument
|
/openthread-latest/tests/scripts/thread-cert/ |
D | test_ipv6.py | 81 def to_dict(self, d=None): argument 102 def to_dict(self, d=None): argument
|
D | network_data.py | 236 def __init__(self, border_router_16, prf, p, s, d, c, r, o, n, stable): argument 265 def d(self): member in BorderRouter
|
/openthread-latest/include/openthread/ |
D | coap.h | 85 #define OT_COAP_CODE(c, d) ((((c)&0x7) << 5) | ((d)&0x1f)) argument
|