OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cipherctx
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
cmac_prov.c
102
const EVP_CIPHER_CTX *
cipherctx
= CMAC_CTX_get0_cipher_ctx(macctx->ctx);
local
104
if (EVP_CIPHER_CTX_get0_cipher(
cipherctx
) == NULL)
107
return EVP_CIPHER_CTX_get_block_size(
cipherctx
);
/src/crypto/external/apache2/openssl/dist/providers/implementations/macs/
cmac_prov.c
109
const EVP_CIPHER_CTX *
cipherctx
= CMAC_CTX_get0_cipher_ctx(macctx->ctx);
local
111
if (EVP_CIPHER_CTX_get0_cipher(
cipherctx
) == NULL)
114
return EVP_CIPHER_CTX_get_block_size(
cipherctx
);
/src/crypto/external/bsd/openssl/dist/test/
threadstest.c
312
EVP_CIPHER_CTX *
cipherctx
= EVP_CIPHER_CTX_new();
local
336
|| !TEST_ptr(
cipherctx
)
348
if (!TEST_true(EVP_EncryptInit_ex(
cipherctx
, ciph, NULL, key, iv))
349
|| !TEST_true(EVP_EncryptUpdate(
cipherctx
, out, &ciphoutl,
352
|| !TEST_true(EVP_EncryptFinal(
cipherctx
, out, &ciphoutl)))
369
EVP_CIPHER_CTX_free(
cipherctx
);
/src/crypto/external/apache2/openssl/dist/test/
threadstest.c
849
EVP_CIPHER_CTX *
cipherctx
= EVP_CIPHER_CTX_new();
local
873
|| !TEST_ptr(
cipherctx
)
885
if (!TEST_true(EVP_EncryptInit_ex(
cipherctx
, ciph, NULL, key, iv))
886
|| !TEST_true(EVP_EncryptUpdate(
cipherctx
, out, &ciphoutl,
889
|| !TEST_true(EVP_EncryptFinal(
cipherctx
, out, &ciphoutl)))
906
EVP_CIPHER_CTX_free(
cipherctx
);
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026