Searched defs:ptext (Results 1 – 1 of 1) sorted by relevance
76 chacha20poly1305_encrypt(chacha20poly1305_ctx *ctx, size_t nbytes, const void *ptext, void *ctext) in chacha20poly1305_encrypt()88 chacha20poly1305_decrypt(chacha20poly1305_ctx *ctx, size_t nbytes, const void *ctext, void *ptext) in chacha20poly1305_decrypt()