Lines Matching full:hmac
29 .hmac_name = "hmac(sha1)",
39 .hmac_name = "hmac(sha256)",
175 * The RANDOM parameter, the CHUNKS parameter and the HMAC-ALGO
301 * The RANDOM parameter, the CHUNKS parameter and the HMAC-ALGO in sctp_auth_asoc_create_secret()
501 /* Destroy the hmac tfm array */
521 /* Get an hmac description information that we can use to build
601 /* Cache the default HMAC id. This to follow this text from SCTP-AUTH:
603 * The receiver of a HMAC-ALGO parameter SHOULD use the first listed
703 * the AUTH-chunk is given by the AUTH chunk with its HMAC field set to
719 * - hmac id in sctp_auth_calculate_hmac()
741 digest = auth->auth_hdr.hmac; in sctp_auth_calculate_hmac()
777 /* Add hmac identifires to the endpoint list of supported hmac ids */
1030 * support the HMAC based on the SHA-1 algorithm. in sctp_auth_init()