Searched refs:AEAD (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/regress/lib/libcrypto/aead/
H A Daeadtest.c30 * This program tests an AEAD against a series of test vectors from a file. The
40 * AEAD: chacha20-poly1305
60 AEAD = 0, /* name of the AEAD algorithm. */ enumerator in enum:__anon1
72 "AEAD",
115 fprintf(stderr, "Unknown AEAD: %s\n", name);
132 fprintf(stderr, "Failed to allocate AEAD context on line %u\n",
139 fprintf(stderr, "Failed to init AEAD on line %u\n", line_no);
145 fprintf(stderr, "Failed to run AEAD on line %u\n", line_no);
457 if (lengths[AEAD] !
[all...]

Completed in 126 milliseconds