Lines Matching full:decryption
3 * net/tipc/crypto.c: TIPC crypto for key handling & packet en/decryption
181 * @aead: array of pointers to AEAD keys for encryption/decryption
873 * @aead: TIPC AEAD for the message decryption
878 * * 0 : if the decryption has completed
880 * * < 0 : the decryption has failed
1303 * tipc_crypto_key_pick_tx - Pick one TX key for message decryption
1310 * for the message decryption, that must be a cluster key and not used before
1795 * If the decryption is successful, the decrypted skb is returned directly or
1800 * cluster key(s) can be taken for decryption (- recursive).
1803 * * 0 : the decryption has successfully completed
1804 * * -EINPROGRESS/-EBUSY : the decryption is ongoing, a callback will be made
1805 * * -ENOKEY : the decryption has failed due to no key
1806 * * -EBADMSG : the decryption has failed due to bad message
1807 * * -ENOMEM : the decryption has failed due to no memory
1808 * * < 0 : the decryption has failed due to other reasons
1973 pr_err_ratelimited("Packet dropped after decryption!\n"); in tipc_crypto_rcv_complete()