OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECSIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/dev/cgd/
t_cgd_3des.c
53
#define
SECSIZE
512
71
static const uint8_t c3des_cbc_ptxt[
SECSIZE
] __aligned(4) =
92
static const uint8_t c3des_cbc_192_encblkno1_vec0_ctxt[
SECSIZE
] = {
162
static const uint8_t c3des_cbc_192_encblkno1_vec1_ctxt[
SECSIZE
] = {
232
static const uint8_t c3des_cbc_192_encblkno1_vec2_ctxt[
SECSIZE
] = {
302
static const uint8_t c3des_cbc_192_encblkno1_vec3_ctxt[
SECSIZE
] = {
395
static const uint8_t c3des_cbc_192_encblkno8_vec0_ctxt[
SECSIZE
] = {
465
static const uint8_t c3des_cbc_192_encblkno8_vec1_ctxt[
SECSIZE
] = {
535
static const uint8_t c3des_cbc_192_encblkno8_vec2_ctxt[
SECSIZE
] = {
605
static const uint8_t c3des_cbc_192_encblkno8_vec3_ctxt[
SECSIZE
] =
[
all
...]
t_cgd_blowfish.c
53
#define
SECSIZE
512
95
static const uint8_t bf_cbc_ptxt[
SECSIZE
] __aligned(4) =
116
static const uint8_t bf_cbc_128_encblkno1_vec0_ctxt[
SECSIZE
] = {
186
static const uint8_t bf_cbc_128_encblkno1_vec1_ctxt[
SECSIZE
] = {
256
static const uint8_t bf_cbc_128_encblkno1_vec2_ctxt[
SECSIZE
] = {
326
static const uint8_t bf_cbc_128_encblkno1_vec3_ctxt[
SECSIZE
] = {
419
static const uint8_t bf_cbc_128_encblkno8_vec0_ctxt[
SECSIZE
] = {
489
static const uint8_t bf_cbc_128_encblkno8_vec1_ctxt[
SECSIZE
] = {
559
static const uint8_t bf_cbc_128_encblkno8_vec2_ctxt[
SECSIZE
] = {
629
static const uint8_t bf_cbc_128_encblkno8_vec3_ctxt[
SECSIZE
] =
[
all
...]
t_cgd_aes.c
54
#define
SECSIZE
512
92
static const uint8_t aes_cbc_ptxt[
SECSIZE
] __aligned(4) =
113
static const uint8_t aes_cbc_128_encblkno1_vec0_ctxt[
SECSIZE
] = {
183
static const uint8_t aes_cbc_128_encblkno1_vec1_ctxt[
SECSIZE
] = {
253
static const uint8_t aes_cbc_128_encblkno1_vec2_ctxt[
SECSIZE
] = {
323
static const uint8_t aes_cbc_128_encblkno1_vec3_ctxt[
SECSIZE
] = {
416
static const uint8_t aes_cbc_128_encblkno8_vec0_ctxt[
SECSIZE
] = {
486
static const uint8_t aes_cbc_128_encblkno8_vec1_ctxt[
SECSIZE
] = {
556
static const uint8_t aes_cbc_128_encblkno8_vec2_ctxt[
SECSIZE
] = {
626
static const uint8_t aes_cbc_128_encblkno8_vec3_ctxt[
SECSIZE
] =
[
all
...]
/src/sys/crypto/adiantum/
adiantum.c
2009
#define
SECSIZE
512
2022
for (i = 0; i < sizeof buf; i +=
SECSIZE
) {
2023
adiantum_enc(buf + i, buf + i,
SECSIZE
, blkno, 16, &C);
2027
if (le64dec(blkno) == 1024*1024*1024/
SECSIZE
)
Completed in 17 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025