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

  /src/crypto/external/apache2/openssl/dist/demos/cipher/
aeskeywrap.c 29 static const unsigned char wrap_iv[] = { variable
162 if (!EVP_EncryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL))
219 if (!EVP_DecryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL))
  /src/crypto/external/bsd/openssl/dist/demos/cipher/
aeskeywrap.c 29 static const unsigned char wrap_iv[] = { variable
82 if (!EVP_EncryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL))
139 if (!EVP_DecryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL))
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_tdes_wrap.c 30 static const unsigned char wrap_iv[8] = { variable
45 memcpy(ctx->iv, wrap_iv, 8);
105 memcpy(ctx->iv, wrap_iv, ivlen);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_tdes_wrap.c 30 static const unsigned char wrap_iv[8] = variable
46 memcpy(ctx->iv, wrap_iv, 8);
106 memcpy(ctx->iv, wrap_iv, ivlen);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_des3.c 312 static const unsigned char wrap_iv[8] = { variable
325 memcpy(ctx->iv, wrap_iv, 8);
380 memcpy(ctx->iv, wrap_iv, 8);
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_des3.c 314 static const unsigned char wrap_iv[8] = variable
326 memcpy(ctx->iv, wrap_iv, 8);
381 memcpy(ctx->iv, wrap_iv, 8);
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_des3.c 313 static const unsigned char wrap_iv[8] = variable
325 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), wrap_iv, 8);
381 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), wrap_iv, 8); local

Completed in 30 milliseconds