OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tkey
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/db/btree/
bt_put.c
73
DBT
tkey
, tdata;
local in function:__bt_put
128
tkey
.data = kb;
129
tkey
.size = NOVFLSIZE;
134
key = &
tkey
;
/src/sys/crypto/aes/
aes_ct.c
393
uint32_t
tkey
[60];
local in function:br_aes_ct_keysched_stddec
402
tkey
[0] = skey[4*num_rounds + 0];
403
tkey
[1] = skey[4*num_rounds + 1];
404
tkey
[2] = skey[4*num_rounds + 2];
405
tkey
[3] = skey[4*num_rounds + 3];
417
tkey
[4*(num_rounds - i) + 0] = q[2*0];
418
tkey
[4*(num_rounds - i) + 1] = q[2*1];
419
tkey
[4*(num_rounds - i) + 2] = q[2*2];
420
tkey
[4*(num_rounds - i) + 3] = q[2*3];
422
tkey
[4*num_rounds + 0] = skey[0]
[
all
...]
Completed in 45 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025