OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aes128
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
namemap_internal_test.c
109
const EVP_CIPHER *
aes128
, *bar;
local
119
aes128
= EVP_get_cipherbyname("AES-128-CBC");
120
if (!TEST_ptr(
aes128
))
123
if (!TEST_ptr_eq(
aes128
, bar))
evp_extra_test.c
4783
EVP_CIPHER *
aes128
= EVP_CIPHER_fetch(ctx, "AES-128-CBC", NULL);
local
4785
if (!TEST_ptr(
aes128
))
4788
EVP_CIPHER_free(
aes128
);
/src/crypto/external/bsd/openssl/dist/test/
namemap_internal_test.c
109
const EVP_CIPHER *
aes128
, *bar;
local
119
aes128
= EVP_get_cipherbyname("AES-128-CBC");
120
if (!TEST_ptr(
aes128
))
123
if (!TEST_ptr_eq(
aes128
, bar))
evp_extra_test.c
3700
EVP_CIPHER *
aes128
= EVP_CIPHER_fetch(ctx, "AES-128-CBC", NULL);
local
3702
if (!TEST_ptr(
aes128
))
3705
EVP_CIPHER_free(
aes128
);
/src/crypto/external/bsd/netpgp/dist/src/lib/
symmetric.c
413
static const pgp_crypt_t
aes128
=
variable
704
return &
aes128
;
/src/sys/dev/pci/
ubsec.c
1650
struct ubsec_pktctx_aes128 *
aes128
;
local
1666
aes128
= (struct ubsec_pktctx_aes128 *)ctx;
1667
ph->ph_len = htole16(sizeof(*
aes128
));
1670
aes128
->pc_aeskey[i] = key.ses_key[i];
1672
aes128
->pc_hminner[i] = key.ses_hminner[i];
1674
aes128
->pc_hmouter[i] = key.ses_hmouter[i];
1676
aes128
->pc_iv[i] = key.ses_iv[i];
Completed in 43 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026