Home
last modified time | relevance | path

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

12

/openthread-latest/third_party/mbedtls/repo/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()
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
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
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.c488 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()
Dsha1.c100 #define P(a, b, c, d, e, x) \ in mbedtls_internal_sha1_process() argument
Dpoly1305.c174 uint64_t d; in poly1305_compute_mac() local
Dx509_create.c145 unsigned char *d = data; in parse_attribute_value_string() local
Dsha256.c473 #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
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_pubkey.c62 mbedtls_mpi d; in LLVMFuzzerTestOneInput() local
/openthread-latest/tests/unit/
Dtest_linked_list.cpp136 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/
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
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_ssl_debug_helpers.py59 def _yield_objects(s, d, p, st, end): argument
/openthread-latest/tests/scripts/thread-cert/
Dtest_ipv6.py81 def to_dict(self, d=None): argument
102 def to_dict(self, d=None): argument
Dnetwork_data.py236 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/
Dcoap.h85 #define OT_COAP_CODE(c, d) ((((c)&0x7) << 5) | ((d)&0x1f)) argument

12