Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c301 uint8_t *input_key, in bkt_keycmp()
597 uint8_t *input_key; in table_lookup_unoptimized() local
697 uint8_t *input_key = &(*key)[t->params.key_offset]; in table_lookup() local
755 uint8_t *input_key = &(*key)[t->params.key_offset]; in table_lookup() local
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_session.c45 get_key(const uint8_t *input_key, int keylen, uint8_t *session_key) in get_key()
/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c95 get_cipher_key(const uint8_t *input_key, int keylen, uint8_t *session_key) in get_cipher_key()