1 /* $FreeBSD$ */ 2 /* 3 * Public domain. 4 */ 5 6 #ifndef _CHACHA_H 7 #define _CHACHA_H 8 9 #include <sys/types.h> 10 11 struct chacha_ctx { 12 u_int input[16]; 13 }; 14 15 #endif
Cache object: 67541ee5ad1f6c96229b50fca5c7c068
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.