Home
last modified time | relevance | path

Searched refs:DPAA2_SEC_ERR (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c1491 DPAA2_SEC_ERR( in dpaa2_sec_enqueue_burst()
1595 DPAA2_SEC_ERR("SEC returned Error - %x", in sec_simple_fd_to_mbuf()
1936 DPAA2_SEC_ERR( in dpaa2_sec_dequeue_burst()
2531 DPAA2_SEC_ERR("No Memory for aead key"); in dpaa2_sec_aead_init()
2674 DPAA2_SEC_ERR("No Memory for auth key"); in dpaa2_sec_aead_chain_init()
2917 DPAA2_SEC_ERR("Invalid crypto type"); in dpaa2_sec_set_session_parameters()
3206 DPAA2_SEC_ERR("XFORM not specified"); in dpaa2_sec_set_ipsec_session()
3451 DPAA2_SEC_ERR("Invalid crypto type"); in dpaa2_sec_set_pdcp_session()
3951 DPAA2_SEC_ERR("SEC counters failed"); in dpaa2_sec_stats_get()
4370 DPAA2_SEC_ERR( in dpaa2_sec_dev_init()
[all …]
H A Ddpaa2_sec_raw_dp.c65 DPAA2_SEC_ERR("AUTHENC SG: Memory alloc failed for SGE"); in build_raw_dp_chain_fd()
214 DPAA2_SEC_ERR("GCM SG: Memory alloc failed for SGE"); in build_raw_dp_aead_fd()
367 DPAA2_SEC_ERR("AUTH SG: Memory alloc failed for SGE"); in build_raw_dp_auth_fd()
613 DPAA2_SEC_ERR("RAW CIPHER SG: Memory alloc failed for SGE"); in build_raw_dp_cipher_fd()
738 DPAA2_SEC_ERR("sessionless raw crypto not supported"); in dpaa2_sec_raw_enqueue_burst()
750 DPAA2_SEC_ERR( in dpaa2_sec_raw_enqueue_burst()
775 DPAA2_SEC_ERR("error: Improper packet contents" in dpaa2_sec_raw_enqueue_burst()
876 DPAA2_SEC_ERR( in dpaa2_sec_raw_dequeue_burst()
943 DPAA2_SEC_ERR("SEC returned Error - %x", in dpaa2_sec_raw_dequeue_burst()
H A Ddpaa2_sec_logs.h25 #define DPAA2_SEC_ERR(fmt, args...) \ macro