OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wrap_key
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/demos/cipher/
aeskeywrap.c
22
static const unsigned char
wrap_key
[] = {
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
22
static const unsigned char
wrap_key
[] = {
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))
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026