Searched refs:wrap_key (Results 1 – 1 of 1) sorted by relevance
22 static const unsigned char wrap_key[] = { variable82 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 5 milliseconds