Searched refs:aead_iv (Results 1 – 1 of 1) sorted by relevance
/openssl/apps/ |
H A D | speed.c | 522 static unsigned char aead_iv[12]; /* For AEAD modes */ variable 524 static int aead_ivlen = sizeof(aead_iv); 952 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, aead_iv, -1)) { in EVP_Update_loop_aead_enc() 1025 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, aead_iv, -1)) { in EVP_Update_loop_aead_dec() 1032 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, aead_iv)) { in EVP_Update_loop_aead_dec() 3037 loopargs[k].key, aead_iv, -1)) { in speed_main()
|
Completed in 25 milliseconds