Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_ht_new.pod17 TO_HT_KEY, FROM_HT_KEY,
49 FROM_HT_KEY(key, type);
217 FROM_HT_KEY() Converts an HT_KEY back to a specific key type as defined by
/freebsd/crypto/openssl/include/internal/
H A Dhashtable.h187 #define FROM_HT_KEY(key, type) (type)(key) macro