Home
last modified time | relevance | path

Searched defs:hmac_algo (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_auth.c811 sctp_get_auth_chunk_len(uint16_t hmac_algo) in sctp_get_auth_chunk_len()
820 sctp_get_hmac_digest_len(uint16_t hmac_algo) in sctp_get_hmac_digest_len()
834 sctp_get_hmac_block_len(uint16_t hmac_algo) in sctp_get_hmac_block_len()
849 sctp_hmac_init(uint16_t hmac_algo, sctp_hash_context_t *ctx) in sctp_hmac_init()
866 sctp_hmac_update(uint16_t hmac_algo, sctp_hash_context_t *ctx, in sctp_hmac_update()
884 sctp_hmac_final(uint16_t hmac_algo, sctp_hash_context_t *ctx, in sctp_hmac_final()
912 sctp_hmac(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, in sctp_hmac()
972 sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, in sctp_hmac_m()
1054 sctp_compute_hmac(uint16_t hmac_algo, sctp_key_t *key, uint8_t *text, in sctp_compute_hmac()
1089 sctp_compute_hmac_m(uint16_t hmac_algo, sctp_key_t *key, struct mbuf *m, in sctp_compute_hmac_m()