diff options
Diffstat (limited to 'drivers/crypto/bcm/cipher.c')
| -rw-r--r-- | drivers/crypto/bcm/cipher.c | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/drivers/crypto/bcm/cipher.c b/drivers/crypto/bcm/cipher.c index 851b149f7170..053315e260c2 100644 --- a/drivers/crypto/bcm/cipher.c +++ b/drivers/crypto/bcm/cipher.c @@ -1019,6 +1019,7 @@ static void handle_ahash_resp(struct iproc_reqctx_s *rctx)   * a SPU response message for an AEAD request. Includes buffers to catch SPU   * message headers and the response data.   * @mssg:	mailbox message containing the receive sg + * @req:	Crypto API request   * @rctx:	crypto request context   * @rx_frag_num: number of scatterlist elements required to hold the   *		SPU response message @@ -2952,9 +2953,9 @@ static int aead_gcm_esp_setkey(struct crypto_aead *cipher,  /**   * rfc4543_gcm_esp_setkey() - setkey operation for RFC4543 variant of GCM/GMAC. - * cipher: AEAD structure - * key:    Key followed by 4 bytes of salt - * keylen: Length of key plus salt, in bytes + * @cipher: AEAD structure + * @key:    Key followed by 4 bytes of salt + * @keylen: Length of key plus salt, in bytes   *   * Extracts salt from key and stores it to be prepended to IV on each request.   * Digest is always 16 bytes | 
