Searched hist:af8e80731a94ff9de9508b01d9e5d931d538dc6b (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
H A D | if_alg.h | diff af8e80731a94ff9de9508b01d9e5d931d538dc6b Wed Dec 03 20:55:42 CET 2014 Stephan Mueller <smueller@chronox.de> crypto: af_alg - add user space interface for AEAD
AEAD requires the caller to specify the following information separate from the data stream. This information allows the AEAD interface handler to identify the AAD, ciphertext/plaintext and the authentication tag:
* Associated authentication data of arbitrary length and length
* Length of authentication tag for encryption
Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/include/crypto/ |
H A D | if_alg.h | diff af8e80731a94ff9de9508b01d9e5d931d538dc6b Wed Dec 03 20:55:42 CET 2014 Stephan Mueller <smueller@chronox.de> crypto: af_alg - add user space interface for AEAD
AEAD requires the caller to specify the following information separate from the data stream. This information allows the AEAD interface handler to identify the AAD, ciphertext/plaintext and the authentication tag:
* Associated authentication data of arbitrary length and length
* Length of authentication tag for encryption
Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/crypto/ |
H A D | af_alg.c | diff af8e80731a94ff9de9508b01d9e5d931d538dc6b Wed Dec 03 20:55:42 CET 2014 Stephan Mueller <smueller@chronox.de> crypto: af_alg - add user space interface for AEAD
AEAD requires the caller to specify the following information separate from the data stream. This information allows the AEAD interface handler to identify the AAD, ciphertext/plaintext and the authentication tag:
* Associated authentication data of arbitrary length and length
* Length of authentication tag for encryption
Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|