OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cno
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/crypto/opencrypto/
h_ioctl.c
204
struct crypt_n_op *
cno
= &cnos[i];
local in function:test_ncryptretm
206
memset(
cno
, 0, sizeof(*
cno
));
207
cno
->ses = cs.ses;
208
cno
->op = COP_ENCRYPT;
209
cno
->len = AES_PLAINTX_LEN;
210
cno
->src = aes_plaintx;
211
cno
->dst_len = AES_CIPHER_LEN;
212
cno
->dst = cno_dst[i];
289
struct crypt_n_op
cno
;
local in function:test_ncryptret_ent
[
all
...]
h_ioctl.c
204
struct crypt_n_op *
cno
= &cnos[i];
local in function:test_ncryptretm
206
memset(
cno
, 0, sizeof(*
cno
));
207
cno
->ses = cs.ses;
208
cno
->op = COP_ENCRYPT;
209
cno
->len = AES_PLAINTX_LEN;
210
cno
->src = aes_plaintx;
211
cno
->dst_len = AES_CIPHER_LEN;
212
cno
->dst = cno_dst[i];
289
struct crypt_n_op
cno
;
local in function:test_ncryptret_ent
[
all
...]
/src/sys/fs/nilfs/
nilfs_subr.c
571
uint64_t seg_start, seg_end,
cno
;
local in function:nilfs_search_super_root
593
cno
= nilfs_rw64(nilfsdev->super.s_last_cno);
619
super->s_last_cno =
cno
++;
nilfs_subr.c
571
uint64_t seg_start, seg_end,
cno
;
local in function:nilfs_search_super_root
593
cno
= nilfs_rw64(nilfsdev->super.s_last_cno);
619
super->s_last_cno =
cno
++;
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025