Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dencoding.hpp52 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/
Dcrypto_struct.h91 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
Dcrypto_extra.h1869 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/
DSEGGER_RTT_printf.c142 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
DSEGGER_RTT.c1272 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/
Dhash.h30 const mbedtls_test_driver_hash_hooks_t v = MBEDTLS_TEST_DRIVER_HASH_INIT; in mbedtls_test_driver_hash_hooks_init() local
Dmac.h30 const mbedtls_test_driver_mac_hooks_t v = MBEDTLS_TEST_DRIVER_MAC_INIT; in mbedtls_test_driver_mac_hooks_init() local
Dasymmetric_encryption.h34 const mbedtls_test_driver_asymmetric_encryption_hooks_t v = in mbedtls_test_driver_asymmetric_encryption_hooks_init() local
Dkey_agreement.h32 v = MBEDTLS_TEST_DRIVER_KEY_AGREEMENT_INIT; in mbedtls_test_driver_key_agreement_hooks_init() local
Dsignature.h32 v = MBEDTLS_TEST_DRIVER_SIGNATURE_INIT; in mbedtls_test_driver_signature_hooks_init() local
Dcipher.h40 const mbedtls_test_driver_cipher_hooks_t v = MBEDTLS_TEST_DRIVER_CIPHER_INIT; in mbedtls_test_driver_cipher_hooks_init() local
Dkey_management.h44 v = MBEDTLS_TEST_DRIVER_KEY_MANAGEMENT_INIT; in mbedtls_test_driver_key_management_hooks_init() local
Daead.h41 const mbedtls_test_driver_aead_hooks_t v = MBEDTLS_TEST_DRIVER_AEAD_INIT; in mbedtls_test_driver_aead_hooks_init() local
Dpake.h44 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/
Dpkcs12.c271 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
Dsha3.c95 #define ABSORB(ctx, idx, v) do { ctx->state[(idx) >> 3] ^= ((uint64_t) (v)) << (((idx) & 0x7) << 3)… argument
Daesce.c315 uint8x16_t v = vreinterpretq_u8_u32(vdupq_n_u32(in)); in aes_sub_word() local
Ddes.c836 int i, j, u, v, ret = 0; in mbedtls_des_self_test() local
Dcamellia.c864 int i, j, u, v; in mbedtls_camellia_self_test() local
Decjpake.c327 mbedtls_mpi v; in ecjpake_zkp_write() local
Dbignum.c175 #define mbedtls_mpi_zeroize_and_free(v, n) mbedtls_zeroize_and_free(v, ciL * (n)) argument
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dselftest.c376 int v = 1; /* v=1 for verbose mode */ in main() local