/openthread-latest/src/core/common/ |
D | encoding.hpp | 52 inline constexpr uint16_t Swap16(uint16_t v) in Swap16() 57 inline constexpr uint32_t Swap32(uint32_t v) in Swap32() 63 inline uint64_t constexpr Swap64(uint64_t v) in Swap64() 75 inline uint32_t Reverse32(uint32_t v) in Reverse32() 90 inline constexpr uint16_t HostSwap16(uint16_t v) { return v; } in HostSwap16() 91 inline constexpr uint32_t HostSwap32(uint32_t v) { return v; } in HostSwap32() 92 inline constexpr uint64_t HostSwap64(uint64_t v) { return v; } in HostSwap64() 262 inline constexpr uint16_t HostSwap16(uint16_t v) { return Swap16(v); } in HostSwap16() 263 inline constexpr uint32_t HostSwap32(uint32_t v) { return Swap32(v); } in HostSwap32() 264 inline constexpr uint64_t HostSwap64(uint64_t v) { return Swap64(v); } in HostSwap64()
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_struct.h | 91 const struct psa_hash_operation_s v = PSA_HASH_OPERATION_INIT; in psa_hash_operation_init() local 123 const struct psa_cipher_operation_s v = PSA_CIPHER_OPERATION_INIT; in psa_cipher_operation_init() local 155 const struct psa_mac_operation_s v = PSA_MAC_OPERATION_INIT; in psa_mac_operation_init() local 194 const struct psa_aead_operation_s v = PSA_AEAD_OPERATION_INIT; in psa_aead_operation_init() local 222 const struct psa_key_derivation_s v = PSA_KEY_DERIVATION_OPERATION_INIT; in psa_key_derivation_operation_init() local 252 const struct psa_key_policy_s v = PSA_KEY_POLICY_INIT; in psa_key_policy_init() local 305 const struct psa_key_attributes_s v = PSA_KEY_ATTRIBUTES_INIT; in psa_key_attributes_init() local 453 const struct psa_sign_hash_interruptible_operation_s v = in psa_sign_hash_interruptible_operation_init() local 491 const struct psa_verify_hash_interruptible_operation_s v = in psa_verify_hash_interruptible_operation_init() local
|
D | crypto_extra.h | 1869 const struct psa_pake_cipher_suite_s v = PSA_PAKE_CIPHER_SUITE_INIT; in psa_pake_cipher_suite_init() local 1875 const struct psa_pake_operation_s v = PSA_PAKE_OPERATION_INIT; in psa_pake_operation_init() local
|
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/ |
D | SEGGER_RTT_printf.c | 142 static void _PrintUnsigned(SEGGER_RTT_PRINTF_DESC * pBufferDesc, unsigned v, unsigned Base, unsigne… in _PrintUnsigned() 232 static void _PrintInt(SEGGER_RTT_PRINTF_DESC * pBufferDesc, int v, unsigned Base, unsigned NumDigit… in _PrintInt() 330 int v; in SEGGER_RTT_vprintf() local
|
D | SEGGER_RTT.c | 1272 unsigned v; in SEGGER_RTT_HasData() local 1293 unsigned v; in SEGGER_RTT_HasDataUp() local
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/drivers/ |
D | hash.h | 30 const mbedtls_test_driver_hash_hooks_t v = MBEDTLS_TEST_DRIVER_HASH_INIT; in mbedtls_test_driver_hash_hooks_init() local
|
D | mac.h | 30 const mbedtls_test_driver_mac_hooks_t v = MBEDTLS_TEST_DRIVER_MAC_INIT; in mbedtls_test_driver_mac_hooks_init() local
|
D | asymmetric_encryption.h | 34 const mbedtls_test_driver_asymmetric_encryption_hooks_t v = in mbedtls_test_driver_asymmetric_encryption_hooks_init() local
|
D | key_agreement.h | 32 v = MBEDTLS_TEST_DRIVER_KEY_AGREEMENT_INIT; in mbedtls_test_driver_key_agreement_hooks_init() local
|
D | signature.h | 32 v = MBEDTLS_TEST_DRIVER_SIGNATURE_INIT; in mbedtls_test_driver_signature_hooks_init() local
|
D | cipher.h | 40 const mbedtls_test_driver_cipher_hooks_t v = MBEDTLS_TEST_DRIVER_CIPHER_INIT; in mbedtls_test_driver_cipher_hooks_init() local
|
D | key_management.h | 44 v = MBEDTLS_TEST_DRIVER_KEY_MANAGEMENT_INIT; in mbedtls_test_driver_key_management_hooks_init() local
|
D | aead.h | 41 const mbedtls_test_driver_aead_hooks_t v = MBEDTLS_TEST_DRIVER_AEAD_INIT; in mbedtls_test_driver_aead_hooks_init() local
|
D | pake.h | 44 const mbedtls_test_driver_pake_hooks_t v = MBEDTLS_TEST_DRIVER_PAKE_INIT; in mbedtls_test_driver_pake_hooks_init() local
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | pkcs12.c | 271 int use_password, size_t hlen, size_t v) in calculate_hashes() 342 size_t hlen, use_len, v, i; in mbedtls_pkcs12_derivation() local
|
D | sha3.c | 95 #define ABSORB(ctx, idx, v) do { ctx->state[(idx) >> 3] ^= ((uint64_t) (v)) << (((idx) & 0x7) << 3)… argument
|
D | aesce.c | 315 uint8x16_t v = vreinterpretq_u8_u32(vdupq_n_u32(in)); in aes_sub_word() local
|
D | des.c | 836 int i, j, u, v, ret = 0; in mbedtls_des_self_test() local
|
D | camellia.c | 864 int i, j, u, v; in mbedtls_camellia_self_test() local
|
D | ecjpake.c | 327 mbedtls_mpi v; in ecjpake_zkp_write() local
|
D | bignum.c | 175 #define mbedtls_mpi_zeroize_and_free(v, n) mbedtls_zeroize_and_free(v, ciL * (n)) argument
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | selftest.c | 376 int v = 1; /* v=1 for verbose mode */ in main() local
|