OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AES_BLOCK_SIZE
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/wpa/dist/src/crypto/
aes.h
12
#define
AES_BLOCK_SIZE
16
/src/crypto/external/bsd/openssh/dist/
cipher-aesctr.h
24
#define
AES_BLOCK_SIZE
16
29
u8 ctr[
AES_BLOCK_SIZE
]; /* counter */
/src/crypto/external/apache2/openssl/dist/include/openssl/
aes.h
26
#define
AES_BLOCK_SIZE
16
/src/crypto/external/bsd/openssl/dist/include/openssl/
aes.h
26
# define
AES_BLOCK_SIZE
16
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
aes.h
28
# define
AES_BLOCK_SIZE
16
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
aes.h
53
#define
AES_BLOCK_SIZE
16
/src/crypto/external/apache2/openssl/dist/engines/
e_afalg.h
39
#ifndef
AES_BLOCK_SIZE
40
#define
AES_BLOCK_SIZE
16
e_padlock.c
184
#define
AES_BLOCK_SIZE
16
197
unsigned char iv[
AES_BLOCK_SIZE
]; /* Initialization vector */
323
memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx),
AES_BLOCK_SIZE
);
325
memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv,
AES_BLOCK_SIZE
);
339
if (chunk >=
AES_BLOCK_SIZE
)
343
while (chunk <
AES_BLOCK_SIZE
&& nbytes != 0) {
348
while (chunk <
AES_BLOCK_SIZE
&& nbytes != 0) {
354
EVP_CIPHER_CTX_set_num(ctx, chunk %
AES_BLOCK_SIZE
);
360
memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx),
AES_BLOCK_SIZE
);
362
if ((chunk = nbytes & ~(
AES_BLOCK_SIZE
- 1)))
[
all
...]
/src/crypto/external/bsd/openssl/dist/engines/
e_afalg.h
40
# ifndef
AES_BLOCK_SIZE
41
# define
AES_BLOCK_SIZE
16
e_padlock.c
186
# define
AES_BLOCK_SIZE
16
199
unsigned char iv[
AES_BLOCK_SIZE
]; /* Initialization vector */
327
memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx),
AES_BLOCK_SIZE
);
329
memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv,
AES_BLOCK_SIZE
);
343
if (chunk >=
AES_BLOCK_SIZE
)
347
while (chunk <
AES_BLOCK_SIZE
&& nbytes != 0) {
351
while (chunk <
AES_BLOCK_SIZE
&& nbytes != 0) {
357
EVP_CIPHER_CTX_set_num(ctx, chunk %
AES_BLOCK_SIZE
);
363
memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx),
AES_BLOCK_SIZE
);
365
if ((chunk = nbytes & ~(
AES_BLOCK_SIZE
- 1)))
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.h
40
# ifndef
AES_BLOCK_SIZE
41
# define
AES_BLOCK_SIZE
16
e_padlock.c
171
# define
AES_BLOCK_SIZE
16
184
unsigned char iv[
AES_BLOCK_SIZE
]; /* Initialization vector */
312
memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx),
AES_BLOCK_SIZE
);
314
memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv,
AES_BLOCK_SIZE
);
328
if (chunk >=
AES_BLOCK_SIZE
)
332
while (chunk <
AES_BLOCK_SIZE
&& nbytes != 0) {
336
while (chunk <
AES_BLOCK_SIZE
&& nbytes != 0) {
342
EVP_CIPHER_CTX_set_num(ctx, chunk %
AES_BLOCK_SIZE
);
348
memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx),
AES_BLOCK_SIZE
);
350
if ((chunk = nbytes & ~(
AES_BLOCK_SIZE
- 1)))
[
all
...]
/src/external/bsd/libarchive/dist/libarchive/
archive_cryptor_private.h
53
#define
AES_BLOCK_SIZE
16
60
uint8_t nonce[
AES_BLOCK_SIZE
];
61
uint8_t encr_buf[
AES_BLOCK_SIZE
];
75
#define
AES_BLOCK_SIZE
16
81
uint8_t nonce[
AES_BLOCK_SIZE
];
82
uint8_t encr_buf[
AES_BLOCK_SIZE
];
93
#define
AES_BLOCK_SIZE
16
99
uint8_t nonce[
AES_BLOCK_SIZE
];
100
uint8_t encr_buf[
AES_BLOCK_SIZE
];
128
uint8_t nonce[
AES_BLOCK_SIZE
];
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026