crypto_box_easy.c | 13 crypto_box_detached_afternm(unsigned char *c, unsigned char *mac, function in typeref:typename:int 33 ret = crypto_box_detached_afternm(c, mac, m, mlen, n, k); 47 return crypto_box_detached_afternm(c + crypto_box_MACBYTES, c, m, mlen, n,
|