OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccm_nonce
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/demos/evp/
aesccm.c
25
static const unsigned char
ccm_nonce
[] = {
variable
62
EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, sizeof(
ccm_nonce
),
67
EVP_EncryptInit_ex(ctx, NULL, NULL, ccm_key,
ccm_nonce
);
99
EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, sizeof(
ccm_nonce
),
105
EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key,
ccm_nonce
);
/src/crypto/external/apache2/openssl/dist/demos/cipher/
aesccm.c
30
static const unsigned char
ccm_nonce
[] = {
variable
76
size_t ccm_nonce_len = sizeof(
ccm_nonce
);
111
if (!EVP_EncryptInit_ex(ctx, NULL, NULL, ccm_key,
ccm_nonce
))
164
size_t ccm_nonce_len = sizeof(
ccm_nonce
);
195
if (!EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key,
ccm_nonce
))
/src/crypto/external/bsd/openssl/dist/demos/cipher/
aesccm.c
30
static const unsigned char
ccm_nonce
[] = {
variable
77
size_t ccm_nonce_len = sizeof(
ccm_nonce
);
112
if (!EVP_EncryptInit_ex(ctx, NULL, NULL, ccm_key,
ccm_nonce
))
165
size_t ccm_nonce_len = sizeof(
ccm_nonce
);
196
if (!EVP_DecryptInit_ex(ctx, NULL, NULL, ccm_key,
ccm_nonce
))
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026