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

  /external/ipsec-tools/src/racoon/
algorithm.h 81 algtype_hmac_sha2_256, enumerator in enum:algtype
algorithm.c 207 { "hmac_sha2_256", algtype_hmac_sha2_256,IPSECDOI_ATTR_AUTH_HMAC_SHA2_256,
cftoken.l 451 hmac_sha2_256 { YYD; yylval.num = algtype_hmac_sha2_256; return(ALGORITHMTYPE); }
452 hmac_sha256 { YYD; yylval.num = algtype_hmac_sha2_256; return(ALGORITHMTYPE); }

Completed in 501 milliseconds