Home
last modified time | relevance | path

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

/openssl/demos/cipher/
H A Daeskeywrap.c22 static const unsigned char wrap_key[] = { 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()

Completed in 4 milliseconds