OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zero_ivec
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
crypto-evp.c
106
static const unsigned char
zero_ivec
[EVP_MAX_BLOCK_LENGTH] = { 0 };
variable
133
if (!EVP_CipherInit_ex(c, NULL, NULL, NULL,
zero_ivec
, -1))
142
ret = EVP_CipherInit_ex(c, NULL, NULL, NULL,
zero_ivec
, -1);
160
if (!EVP_CipherInit_ex(c, NULL, NULL, NULL,
zero_ivec
, -1))
182
memcpy(ivec2,
zero_ivec
, blocksize);
187
if (!EVP_CipherInit_ex(c, NULL, NULL, NULL,
zero_ivec
, -1))
197
if (!EVP_CipherInit_ex(c, NULL, NULL, NULL,
zero_ivec
, -1))
crypto.c
1739
static unsigned char
zero_ivec
[EVP_MAX_IV_LENGTH];
local
1741
heim_assert(et->blocksize <= sizeof(
zero_ivec
),
1745
ivec_data.data = ivec ? ivec :
zero_ivec
;
Completed in 29 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026