HomeSort by: relevance | last modified time | path
    Searched refs:aead_iv (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 599 static unsigned char aead_iv[AEAD_IVLEN]; /* For AEAD modes */ variable
1011 sizeof(aead_iv), NULL)) {
1028 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, aead_iv, -1)) {
1083 sizeof(aead_iv), NULL)) {
1101 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, aead_iv, -1)) {
1108 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, aead_iv)) {
3079 sizeof(aead_iv), NULL)) {
3099 loopargs[k].key, aead_iv, -1)) {
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 463 static unsigned char aead_iv[12]; /* For AEAD modes */ variable
465 static int aead_ivlen = sizeof(aead_iv);
800 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, aead_iv, -1)) {
872 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, aead_iv, -1)) {
879 if (!EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, aead_iv)) {
2414 loopargs[k].key, aead_iv, -1)) {

Completed in 28 milliseconds