Searched full:schedule (Results 1 – 25 of 38) sorted by relevance
12
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | des.h | 168 * \brief DES key schedule (56-bit, encryption) 183 * \brief DES key schedule (56-bit, decryption) 198 * \brief Triple-DES key schedule (112-bit, encryption) 210 * \brief Triple-DES key schedule (112-bit, decryption) 222 * \brief Triple-DES key schedule (168-bit, encryption) 234 * \brief Triple-DES key schedule (168-bit, decryption)
|
D | camellia.h | 93 * \brief Perform a CAMELLIA key schedule operation for encryption. 109 * \brief Perform a CAMELLIA key schedule operation for decryption. 188 * to this function should be preceded by a key-schedule via 234 * to this function should be preceded by a key-schedule via
|
D | hkdf.h | 83 * key schedule). For standard HKDF security guarantees use 112 * key schedule). For standard HKDF security guarantees use
|
D | xtea.h | 80 * \brief XTEA key schedule
|
D | aes.h | 382 * because CFB mode uses the same key schedule for encryption and 427 * Due to the nature of CFB, you must use the same key schedule for 472 * because OFB mode uses the same key schedule for encryption and 525 * Due to the nature of CTR, you must use the same key schedule
|
D | arc4.h | 93 * \brief ARC4 key schedule
|
D | blowfish.h | 98 * \brief Perform a Blowfish key schedule operation. 100 * \param ctx The Blowfish context to perform the key schedule on.
|
D | aria.h | 234 * because CFB mode uses the same key schedule for encryption and 282 * Due to the nature of CTR, you must use the same key schedule
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | ssl_tls13_keys.h | 2 * TLS 1.3 key schedule 117 * \brief This function is part of the TLS 1.3 key schedule. 202 * \brief Compute the next secret in the TLS 1.3 key schedule 204 * The TLS 1.3 key schedule proceeds as follows to compute
|
D | ssl_tls13_keys.c | 2 * TLS 1.3 key schedule 44 * This function creates a HkdfLabel structure used in the TLS 1.3 key schedule.
|
D | des.c | 470 * DES key schedule (56-bit, encryption) 480 * DES key schedule (56-bit, decryption) 523 * Triple-DES key schedule (112-bit, encryption) 537 * Triple-DES key schedule (112-bit, decryption) 574 * Triple-DES key schedule (168-bit, encryption) 588 * Triple-DES key schedule (168-bit, decryption)
|
D | arc4.c | 59 * ARC4 key schedule
|
D | xtea.c | 54 * XTEA key schedule
|
/openthread-3.5.0/src/core/thread/ |
D | announce_sender.hpp | 51 * Provides APIs to schedule periodic transmission of MLE Announcement messages for a given number 85 * the @p aCount cycles to the schedule. 90 * @param[in] aCount The number of cycles to schedule.
|
D | csl_tx_scheduler.cpp | 230 // schedule CSL tx with `Mac` but here we calculate the delay with in HandleFrameRequest() 305 // would set sequence number and schedule next CSL tx. in HandleSentFrame()
|
D | time_sync_service.cpp | 234 // Schedule a check 1 millisecond after two periods of time in CheckAndHandleChanges()
|
D | announce_sender.cpp | 187 LogInfo("Schedule tx for one cycle"); in HandleTrickleTimer()
|
D | mlr_manager.cpp | 606 // Schedule for the next renewing. in Reregister()
|
/openthread-3.5.0/.github/ |
D | dependabot.yml | 33 schedule:
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/ |
D | tls13-experimental.md | 38 - The HKDF key derivation function on which the TLS 1.3 key schedule is based,
|
/openthread-3.5.0/examples/platforms/ |
D | openthread-system.h | 91 * and schedule a call to `otSysProcessDrivers()`.
|
/openthread-3.5.0/.github/workflows/ |
D | scorecards.yml | 40 schedule:
|
/openthread-3.5.0/src/core/meshcop/ |
D | joiner_router.cpp | 231 LogError("schedule joiner entrust", error); in DelaySendingJoinerEntrust()
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.data | 10401 SSL TLS 1.3 Key schedule: Secret evolution #1 10407 SSL TLS 1.3 Key schedule: Secret evolution #2 10412 SSL TLS 1.3 Key schedule: Secret evolution #3 10417 SSL TLS 1.3 Key schedule: HKDF Expand Label #1 10423 SSL TLS 1.3 Key schedule: HKDF Expand Label #2 10429 SSL TLS 1.3 Key schedule: HKDF Expand Label #3 10435 SSL TLS 1.3 Key schedule: HKDF Expand Label #4 10441 SSL TLS 1.3 Key schedule: HKDF Expand Label #5 (RFC 8448) 10447 SSL TLS 1.3 Key schedule: HKDF Expand Label #6 (RFC 8448) 10453 SSL TLS 1.3 Key schedule: HKDF Expand Label #7 (RFC 8448) [all …]
|
/openthread-3.5.0/src/core/mac/ |
D | sub_mac.hpp | 584 // CSL transmitter would schedule delayed transmission `kCslTransmitTimeAhead` earlier
|
12