Lines Matching refs:aes
38 - aes
40 - ecb(aes)
42 - cmac(aes)
44 - ccm(aes)
46 - rfc4106(gcm(aes))
52 - authenc(hmac(sha1),cbc(aes))
54 In these examples, "aes" and "sha1" are the ciphers and all others are
104 straight C. Now, when using the string "aes" with the kernel crypto API,
262 generic C implementations (gcm.c, aes-generic.c, ctr.c, ghash-generic.c,
315 | (aes) |
322 configuration, the administrator set up the use of seqiv(rfc4106(gcm(aes)))
371 For example, CBC(AES) is implemented with cbc.c, and aes-generic.c. The