Searched refs:decryption (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2transport.c | 392 struct derivation decryption; member 405 * All channels use the same encryption/decryption keys but in generate_smb3signingkey() 438 rc = generate_key(ses, ptriplet->decryption.label, in generate_smb3signingkey() 439 ptriplet->decryption.context, in generate_smb3signingkey() 494 d = &triplet.decryption; in generate_smb30signingkey() 522 d = &triplet.decryption; in generate_smb311signingkey()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2transport.c | 398 struct derivation decryption; member 427 * All channels use the same encryption/decryption keys but in generate_smb3signingkey() 463 rc = generate_key(ses, ptriplet->decryption.label, in generate_smb3signingkey() 464 ptriplet->decryption.context, in generate_smb3signingkey() 520 d = &triplet.decryption; in generate_smb30signingkey() 549 d = &triplet.decryption; in generate_smb311signingkey()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | auth.c | 834 struct derivation decryption; member 849 rc = generate_key(conn, sess, ptwin->decryption.label, in generate_smb3encryptionkey() 850 ptwin->decryption.context, in generate_smb3encryptionkey() 887 d = &twin.decryption; in ksmbd_gen_smb30_encryptionkey() 908 d = &twin.decryption; in ksmbd_gen_smb311_encryptionkey()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 744 # PARTIAL_BLOCK: Handles encryption/decryption and the tag partial blocks
|
H A D | aesni-intel_asm.S | 635 # PARTIAL_BLOCK: Handles encryption/decryption and the tag partial blocks 1520 * u64 plaintext_len, // Length of data in bytes for decryption.
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 631 # PARTIAL_BLOCK: Handles encryption/decryption and the tag partial blocks 1516 * u64 plaintext_len, // Length of data in bytes for decryption.
|
H A D | aesni-intel_avx-x86_64.S | 712 # PARTIAL_BLOCK: Handles encryption/decryption and the tag partial blocks
|
Completed in 15 milliseconds