Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_lru.c129 br_hmac_key_context hkc; in GETSET() local
133 br_hmac_key_init(&hkc, cc->hash, cc->index_key, sizeof cc->index_key); in GETSET()
134 br_hmac_init(&hc, &hkc, SESSION_ID_LEN); in GETSET()