Home
last modified time | relevance | path

Searched refs:kHkdfContextSize (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/crypto/
Dcontext_size.hpp51 constexpr uint16_t kHkdfContextSize = sizeof(otCryptoSha256Hash); variable
58 constexpr uint16_t kHkdfContextSize = sizeof(psa_key_derivation_operation_t);
65 constexpr uint16_t kHkdfContextSize = OPENTHREAD_CONFIG_HKDF_CONTEXT_SIZE;
Dhkdf_sha256.hpp97 OT_DEFINE_ALIGNED_VAR(mContextStorage, kHkdfContextSize, uint64_t);