OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aesctx
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/demos/mac/
poly1305.c
88
EVP_CIPHER_CTX *
aesctx
= NULL;
local
125
aesctx
= EVP_CIPHER_CTX_new();
126
if (
aesctx
== NULL) {
132
if (!EVP_EncryptInit_ex(
aesctx
, aes, NULL, test_k, NULL)) {
144
if (!EVP_CIPHER_CTX_set_padding(
aesctx
, 0)) {
153
if (!EVP_EncryptUpdate(
aesctx
, composite_key + 16, &aes_len,
201
EVP_CIPHER_CTX_free(
aesctx
);
/src/crypto/external/bsd/openssl/dist/demos/mac/
poly1305.c
88
EVP_CIPHER_CTX *
aesctx
= NULL;
local
125
aesctx
= EVP_CIPHER_CTX_new();
126
if (
aesctx
== NULL) {
132
if (!EVP_EncryptInit_ex(
aesctx
, aes, NULL, test_k, NULL)) {
144
if (!EVP_CIPHER_CTX_set_padding(
aesctx
, 0)) {
153
if (!EVP_EncryptUpdate(
aesctx
, composite_key + 16, &aes_len,
201
EVP_CIPHER_CTX_free(
aesctx
);
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026