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

  /external/ipsec-tools/src/racoon/
algorithm.h 82 algtype_hmac_sha2_384, enumerator in enum:algtype
algorithm.c 211 { "hmac_sha2_384", algtype_hmac_sha2_384,IPSECDOI_ATTR_AUTH_HMAC_SHA2_384,
cftoken.l 453 hmac_sha2_384 { YYD; yylval.num = algtype_hmac_sha2_384; return(ALGORITHMTYPE); }
454 hmac_sha384 { YYD; yylval.num = algtype_hmac_sha2_384; return(ALGORITHMTYPE); }

Completed in 104 milliseconds