HomeSort by relevance Sort by last modified time
    Searched refs:algtype_camellia (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
algorithm.h 73 algtype_camellia, enumerator in enum:algtype
algorithm.c 132 { "camellia", algtype_camellia, OAKLEY_ATTR_ENC_ALG_CAMELLIA, 16,
183 { "camellia", algtype_camellia, IPSECDOI_ESP_CAMELLIA, 16,
802 case algtype_camellia:
838 case algtype_camellia:
870 case algtype_camellia:
cftoken.l 447 camellia { YYD; yylval.num = algtype_camellia; return(ALGORITHMTYPE); }

Completed in 33 milliseconds