Home | History | Annotate | Download | only in apps

Lines Matching defs:aead

291     { "aead", OPT_AEAD, '-',
292 "Benchmark EVP-named AEAD cipher in TLS-like sequence" },
594 #define TAG_LEN 16 /* 16 bytes tag length works for all AEAD modes */
595 #define AEAD_IVLEN 12 /* 12 bytes iv length works for all AEAD modes */
598 static unsigned int aead = 0; /* AEAD flag */
599 static unsigned char aead_iv[AEAD_IVLEN]; /* For AEAD modes */
992 * To make AEAD benchmarking more relevant perform TLS-like operations,
1042 if (aead) {
1061 * To make AEAD benchmarking more relevant perform TLS-like operations,
1131 if (aead) {
2258 aead = 1;
2509 if (aead) {
2511 BIO_printf(bio_err, "-aead can be used only with an AEAD cipher\n");
2514 BIO_printf(bio_err, "%s is not an AEAD cipher\n",
2993 * 2- Using AE + associated data (AD) i.e. AEAD using CCM, GCM, OCB etc.
3012 if (aead) {
3115 if (aead) {
5187 app_bail_out("failed to set AEAD key\n");