Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/wpa/dist/src/eap_server/
H A Dikev2.c148 t->type, transform_len, t->transform_type, transform_id); in ikev2_parse_transform()
161 switch (t->transform_type) { in ikev2_parse_transform()
926 t->transform_type = IKEV2_TRANSFORM_ENCR; in ikev2_build_sai()
939 t->transform_type = IKEV2_TRANSFORM_PRF; in ikev2_build_sai()
945 t->transform_type = IKEV2_TRANSFORM_INTEG; in ikev2_build_sai()
950 t->transform_type = IKEV2_TRANSFORM_DH; in ikev2_build_sai()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dtypelist.h333 typedef typename Transform<Hd>::type transform_type; in _GLIBCXX_VISIBILITY()
336 typedef chain<transform_type, rest_type> type; in _GLIBCXX_VISIBILITY()
469 typedef detail::chain_transform_<root_type, Transform> transform_type; in _GLIBCXX_VISIBILITY()
472 typedef node<typename transform_type::type> type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dtypelist.h333 typedef typename Transform<Hd>::type transform_type; in _GLIBCXX_VISIBILITY()
336 typedef chain<transform_type, rest_type> type; in _GLIBCXX_VISIBILITY()
469 typedef detail::chain_transform_<root_type, Transform> transform_type; in _GLIBCXX_VISIBILITY()
472 typedef node<typename transform_type::type> type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Dikev2_common.h59 u8 transform_type; member