Lines Matching refs:final
95 int ad_len, void* ct, void* tag, int final);
110 * final - Non-zero if this call completes the plaintext being encrypted.
112 * If nonce!=NULL then a message is being initiated. If final!=0
113 * then a message is being finalized. If final==0 or nonce==NULL
125 int ad_len, void* pt, const void* tag, int final);
140 * read when final is non-zero.
141 * final - Non-zero if this call completes the ciphertext being decrypted.
143 * If nonce!=NULL then "ct" points to the start of a ciphertext. If final!=0
144 * then "in" points to the final piece of ciphertext. If final==0 or nonce==