Loading include/crypto/aead.h +7 −7 Original line number Diff line number Diff line Loading @@ -452,7 +452,7 @@ static inline void aead_request_free(struct aead_request *req) * completes * * The callback function is registered with the aead_request handle and * must comply with the following template * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ Loading include/crypto/hash.h +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ static inline struct ahash_request *ahash_request_cast( * the cipher operation completes. * * The callback function is registered with the &ahash_request handle and * must comply with the following template * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ Loading include/crypto/skcipher.h +2 −2 Original line number Diff line number Diff line Loading @@ -533,7 +533,7 @@ static inline void skcipher_request_zero(struct skcipher_request *req) * cipher operation completes. * * The callback function is registered with the skcipher_request handle and * must comply with the following template * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ Loading include/linux/crypto.h +2 −2 Original line number Diff line number Diff line Loading @@ -977,7 +977,7 @@ static inline void ablkcipher_request_free(struct ablkcipher_request *req) * cipher operation completes. * * The callback function is registered with the ablkcipher_request handle and * must comply with the following template * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ Loading Loading
include/crypto/aead.h +7 −7 Original line number Diff line number Diff line Loading @@ -452,7 +452,7 @@ static inline void aead_request_free(struct aead_request *req) * completes * * The callback function is registered with the aead_request handle and * must comply with the following template * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ Loading
include/crypto/hash.h +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ static inline struct ahash_request *ahash_request_cast( * the cipher operation completes. * * The callback function is registered with the &ahash_request handle and * must comply with the following template * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ Loading
include/crypto/skcipher.h +2 −2 Original line number Diff line number Diff line Loading @@ -533,7 +533,7 @@ static inline void skcipher_request_zero(struct skcipher_request *req) * cipher operation completes. * * The callback function is registered with the skcipher_request handle and * must comply with the following template * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ Loading
include/linux/crypto.h +2 −2 Original line number Diff line number Diff line Loading @@ -977,7 +977,7 @@ static inline void ablkcipher_request_free(struct ablkcipher_request *req) * cipher operation completes. * * The callback function is registered with the ablkcipher_request handle and * must comply with the following template * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ Loading