Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 10 of 10) sorted by relevance

/dpdk/license/
H A Dbsd-3-clause.txt7 …the names of its contributors may be used to endorse or promote products derived from this softwar…
H A Dgpl-2.0.txt99 whole or in part contains or is derived from the Program or any
115 identifiable sections of that work are not derived from the Program,
H A Dlgpl-2.1.txt112 former contains code derived from the library, whereas the latter must
191 identifiable sections of that work are not derived from the Library,
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1201 static void aes_cmac_key_derive(uint8_t *base, uint8_t *derived) in aes_cmac_key_derive() argument
1205 derived[0] = base[0] << 1; in aes_cmac_key_derive()
1207 derived[i] = base[i] << 1; in aes_cmac_key_derive()
1208 derived[i - 1] |= base[i] >> 7; in aes_cmac_key_derive()
1212 derived[ICP_QAT_HW_AES_BLK_SZ - 1] ^= QAT_AES_CMAC_CONST_RB; in aes_cmac_key_derive()
/dpdk/doc/guides/prog_guide/
H A Dglossary.rst136 network packets). The name is derived from BSD stacks. To understand the
H A Dtoeplitz_hash_lib.rst51 * A pointer to the matrices derived from the RSS hash key using ``rte_thash_complete_matrix()``.
57 * A pointer to the matrices derived from the RSS hash key using ``rte_thash_complete_matrix()``.
H A Dkernel_nic_interface.rst252 and in case of KNI PMD it is derived from mbuf buffer length.
H A Dhash_lib.rst135 The bucket index and a 2-byte signature is derived from the hash value using partial-key hashing [p…
/dpdk/doc/guides/nics/
H A Dbnxt.rst860 processing. This improved performance is derived from a number of optimizations:
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst985 **Default Value = library name derived from the directory name**.