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

/netbsd-current/crypto/external/bsd/openssl/dist/demos/cipher/
H A Daeskeywrap.c29 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))
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c30 static const unsigned char wrap_iv[8] = variable
46 memcpy(ctx->iv, wrap_iv, 8);
106 memcpy(ctx->iv, wrap_iv, ivlen);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_des3.c313 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
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_des3.c314 static const unsigned char wrap_iv[8] = variable
326 memcpy(ctx->iv, wrap_iv, 8);
381 memcpy(ctx->iv, wrap_iv, 8);

Completed in 198 milliseconds