Lines Matching refs:xcbc
2503 \index{xcbc\_init()}
2505 int xcbc_init( xcbc_state *xcbc,
2511 This will initialize the XCBC--MAC state \textit{xcbc}, with the key specified in \textit{key} of l…
2516 \index{xcbc\_process()}
2528 \index{xcbc\_done()}
2540 \index{xcbc\_memory()}
2549 …pher\_descriptor table. It will store the MAC in \textit{out} with the same rules as xcbc\_done().
2551 To xcbc a file use
2552 \index{xcbc\_file()}
2562 …pher\_descriptor table. It will store the MAC in \textit{out} with the same rules as xcbc\_done().
2567 \index{xcbc\_test()}
5748 \index{xcbc\_memory()}
5749 …an optimized XCBC-MAC message authentication code computation when the user calls xcbc\_memory().