Searched refs:le_ctr (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 672 u64 le_ctr[2]; in ctr_crypt() local 708 le_ctr[0] = 0; in ctr_crypt() 709 le_ctr[1]++; in ctr_crypt() 715 le_ctr[0] = ctr64; in ctr_crypt() 1049 le_ctr, ghash_acc, in aes_gcm_update() 1053 le_ctr, ghash_acc, in aes_gcm_update() 1065 le_ctr, ghash_acc, in aes_gcm_update() 1069 le_ctr, ghash_acc, in aes_gcm_update() 1077 le_ctr, ghash_acc, in aes_gcm_update() 1111 le_ctr, ghash_acc, in aes_gcm_enc_final() [all …]
|