Searched refs:cipher_len (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/crypto/bcm/ |
| H A D | spu.c | 605 unsigned int cipher_len = hash_parms->prebuf_len + data_size + in spum_create_request() local 630 cipher_len -= hash_parms->digestsize; in spum_create_request() 638 cipher_len -= hash_parms->pad_len; in spum_create_request() 662 auth_offset, auth_len, cipher_offset, cipher_len); in spum_create_request() 770 cipher_len = 0; in spum_create_request() 789 bdesc->length_crypto = cpu_to_be16(cipher_len); in spum_create_request()
|
| /linux/tools/testing/selftests/net/ |
| H A D | tls.c | 2252 unsigned int cipher_len; member 2263 .cipher_len = 40, 2278 .cipher_len = 29, 2292 .cipher_len = 29, 2308 .cipher_len = 40, 2323 .cipher_len = 29, 2337 .cipher_len = 29, 2353 .cipher_len = 40, 2370 .cipher_len = 40, 2385 .cipher_len = 29, [all …]
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_algs.c | 719 u32 cipher_len; in qat_alg_aead_dec() local 721 cipher_len = areq->cryptlen - digst_size; in qat_alg_aead_dec() 722 if (cipher_len % AES_BLOCK_SIZE != 0) in qat_alg_aead_dec() 739 cipher_param->cipher_length = cipher_len; in qat_alg_aead_dec()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 1677 u32 cipher_len = 0; /* Same as regk_crypto_key_128 for NULL crypto */ in artpec6_crypto_prepare_crypto() local 1710 cipher_len = regk_crypto_key_128; in artpec6_crypto_prepare_crypto() 1713 cipher_len = regk_crypto_key_192; in artpec6_crypto_prepare_crypto() 1716 cipher_len = regk_crypto_key_256; in artpec6_crypto_prepare_crypto() 1759 cipher_len); in artpec6_crypto_prepare_crypto() 1765 cipher_len); in artpec6_crypto_prepare_crypto()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mcu.h | 518 u8 cipher_len; member
|
| H A D | mcu.c | 2563 sec_key->cipher_len = sizeof(*sec_key); in mt7996_mcu_sta_key_tlv()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.h | 434 u8 cipher_len; member
|
| H A D | mt76_connac_mcu.c | 2709 sec_key->cipher_len = sizeof(*sec_key); in mt76_connac_mcu_sta_key_tlv() 2719 sec_key->cipher_len = sizeof(*sec_key); in mt76_connac_mcu_sta_key_tlv()
|