Home
last modified time | relevance | path

Searched defs:ptext (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/libkern/crypto/
H A Dcorecrypto_chacha20poly1305.c76 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()