Home
last modified time | relevance | path

Searched refs:wrap_iv (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/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)) in aes_wrap_encrypt()
139 if (!EVP_DecryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_decrypt()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c30 static const unsigned char wrap_iv[8] = variable
46 memcpy(ctx->iv, wrap_iv, 8); in des_ede3_unwrap()
106 memcpy(ctx->iv, wrap_iv, ivlen); in des_ede3_wrap()
/freebsd/crypto/openssl/crypto/evp/
H A De_des3.c314 static const unsigned char wrap_iv[8] = variable
326 memcpy(ctx->iv, wrap_iv, 8); in des_ede3_unwrap()
381 memcpy(ctx->iv, wrap_iv, 8); in des_ede3_wrap()