Lines Matching full:encrypted
44 * hardware to encrypt the plaintext using the key and returns the encrypted
48 * @param plaintext 128 bit LS byte first plaintext data block to be encrypted
49 * @param enc_data 128 bit LS byte first encrypted data block
59 * hardware to encrypt the plaintext using the key and returns the encrypted
63 * @param plaintext 128 bit MS byte first plaintext data block to be encrypted
64 * @param enc_data 128 bit MS byte first encrypted data block
77 * Assumes that the MIC follows directly after the encrypted data.
81 * @param enc_data Encrypted data
82 * @param len Length of the encrypted data
102 * Places the MIC directly after the encrypted data.
107 * @param len Length of the encrypted data
110 * @param enc_data Buffer to place encrypted data in
113 * @retval 0 Successfully encrypted the data.