Lines Matching refs:hash

59  * This callback function will be invoked whenever a hash precompute
153 /* Following hash don't support partial */
159 /* Following hash may support partial based on device capabilities */
354 * - the hash part of the ContentDescriptor in DRAM */
355 /* - the hash part of the CD control block in the Request template */
598 /* Calculate hash states offsets */
693 /* LW 28 is used to set hash flags for AlgChaining. */
796 /* Need to set LW 28 hash flags as well. */
801 /* Need to set LW 28 hash flags as well. */
880 CpaCySymHashAlgorithm hash,
887 if (CPA_CY_SYM_HASH_POLY == hash)
892 if ((CPA_CY_SYM_HASH_AES_GCM == hash) ||
893 (CPA_CY_SYM_HASH_AES_GMAC == hash))
1107 /* Set the QAT hash mode */
1253 * cipher and hash h/w setup blocks to be arranged
1387 /* populate the hash state prefix buffer info structure
1572 CpaCySymHashAlgorithm hash;
1584 hash = pSessionDesc->hashAlgorithm;
1589 if (CPA_CY_SYM_HASH_AES_GMAC == hash) {
1616 if (CPA_CY_SYM_HASH_AES_GMAC == hash) {
1710 if (CPA_CY_SYM_HASH_AES_CCM == hash) {
1724 } else if (CPA_CY_SYM_HASH_AES_GCM == hash) {
1754 if (IS_ZERO_LENGTH_BUFFER_SUPPORTED(cipher, hash)) {
1851 * partial-packet hash operations. This is why we build
2014 CPA_CY_SYM_HASH_AES_GMAC != hash) ||
2220 /* Overwrite hash state buffer info
2230 CPA_CY_SYM_HASH_AES_GCM != hash &&
2231 CPA_CY_SYM_HASH_AES_GMAC != hash) {
2238 /* for CCM/GCM the hash and cipher data
2252 if (hash != CPA_CY_SYM_HASH_AES_GMAC)
2257 hash ||
2258 CPA_CY_SYM_HASH_ZUC_EIA3 == hash) {
2283 if (CPA_CY_SYM_HASH_AES_CCM == hash) {
2328 * seen as partials for hash operations.
2349 /* populate the hash request parameters
2365 hash,