Home | History | Annotate | Download | only in crypto

Lines Matching full:plain

124  * @plain: Plaintext data to be encrypted (16 bytes)
128 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
148 * @plain: Buffer for the decrypted data (16 bytes)
151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
243 * @plain: Plaintext to cipher
253 const u8 *plain, u8 *crypt, size_t len);
259 * @plain: Resulting plaintext
268 const u8 *crypt, u8 *plain, size_t len);
412 * @plain: Buffer for plaintext (at least crypt_len bytes)
418 u8 *plain, size_t *plain_len);