Home
last modified time | relevance | path

Searched refs:auth_offset (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_constants_table.c195 memcpy(pConstantsLookupTables->auth_offset, in LacSymQat_ConstantsInitLookupTables()
197 sizeof(pConstantsLookupTables->auth_offset)); in LacSymQat_ConstantsInitLookupTables()
255 *poffset = pConstantsLookupTables->auth_offset[algo][mode][nested]; in LacSymQat_ConstantsGetAuthOffset()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_constants_table.h25 uint8_t auth_offset[ICP_QAT_HW_AUTH_ALGO_DELIMITER] member
/freebsd/sys/netinet/
H A Dsctp_auth.h204 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset,
H A Dsctp_input.c1336 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1352 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_existing() argument
1742 auth_skipped, auth_offset, auth_len, in sctp_process_cookie_existing()
1960 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_new() argument
2101 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); in sctp_process_cookie_new()
2105 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) { in sctp_process_cookie_new()
2239 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_handle_cookie_echo() argument
2534 auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
2543 &notification, auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
4335 uint32_t auth_offset = 0, auth_len = 0; in sctp_process_control() local
[all …]
H A Dsctp_output.c3957 uint32_t auth_offset, in sctp_lowlevel_chunk_output() argument
4014 sctp_fill_hmac_digest_m(m, auth_offset, auth, stcb, auth_keyid); in sctp_lowlevel_chunk_output()
7848 uint32_t auth_offset; in sctp_med_chunk_output() local
8045 auth_offset = 0; in sctp_med_chunk_output()
8151 &auth_offset, in sctp_med_chunk_output()
8215 outchain, auth_offset, auth, in sctp_med_chunk_output()
8257 auth_offset = 0; in sctp_med_chunk_output()
8378 &auth_offset, in sctp_med_chunk_output()
8505 auth_offset, auth, in sctp_med_chunk_output()
8546 auth_offset = 0; in sctp_med_chunk_output()
[all …]
H A Dsctp_auth.c1499 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset, in sctp_fill_hmac_digest_m() argument
1545 m, auth_offset, auth->hmac); in sctp_fill_hmac_digest_m()