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
868 * @aead: TIPC AEAD for the message decryption
873 * * 0 : if the decryption has completed
875 * * < 0 : the decryption has failed
1298 * tipc_crypto_key_pick_tx - Pick one TX key for message decryption
1305 * for the message decryption, that must be a cluster key and not used before
1790 * If the decryption is successful, the decrypted skb is returned directly or
1795 * cluster key(s) can be taken for decryption (- recursive).
1798 * * 0 : the decryption has successfully completed
1799 * * -EINPROGRESS/-EBUSY : the decryption is ongoing, a callback will be made
1800 * * -ENOKEY : the decryption has failed due to no key
1801 * * -EBADMSG : the decryption has failed due to bad message
1802 * * -ENOMEM : the decryption has failed due to no memory
1803 * * < 0 : the decryption has failed due to other reasons
1968 pr_err_ratelimited("Packet dropped after decryption!\n"); in tipc_crypto_rcv_complete()