Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c840 static const uint8_t iv_info_suffix[] = " iv"; in crypto_derive_token_key() local
847 assert(info_prefixlen + sizeof(iv_info_suffix) - 1 <= sizeof(info)); in crypto_derive_token_key()
867 memcpy(p, iv_info_suffix, sizeof(iv_info_suffix) - 1); in crypto_derive_token_key()
868 p += sizeof(iv_info_suffix) - 1; in crypto_derive_token_key()