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

  /external/ipsec-tools/src/racoon/
algorithm.h 83 algtype_hmac_sha2_512, enumerator in enum:algtype
algorithm.c 215 { "hmac_sha2_512", algtype_hmac_sha2_512,IPSECDOI_ATTR_AUTH_HMAC_SHA2_512,
cftoken.l 455 hmac_sha2_512 { YYD; yylval.num = algtype_hmac_sha2_512; return(ALGORITHMTYPE); }
456 hmac_sha512 { YYD; yylval.num = algtype_hmac_sha2_512; return(ALGORITHMTYPE); }

Completed in 289 milliseconds