OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enc_xform
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/opencrypto/
xform.h
42
struct
enc_xform
{
struct
60
extern const struct
enc_xform
enc_xform_null;
61
extern const struct
enc_xform
enc_xform_des;
62
extern const struct
enc_xform
enc_xform_3des;
63
extern const struct
enc_xform
enc_xform_blf;
64
extern const struct
enc_xform
enc_xform_cast5;
65
extern const struct
enc_xform
enc_xform_skipjack;
66
extern const struct
enc_xform
enc_xform_aes;
67
extern const struct
enc_xform
enc_xform_arc4;
68
extern const struct
enc_xform
enc_xform_camellia
[
all
...]
xform.c
92
const struct
enc_xform
enc_xform_null = {
102
const struct
enc_xform
enc_xform_des = {
111
const struct
enc_xform
enc_xform_3des = {
120
const struct
enc_xform
enc_xform_blf = {
129
const struct
enc_xform
enc_xform_cast5 = {
138
const struct
enc_xform
enc_xform_skipjack = {
147
const struct
enc_xform
enc_xform_aes = {
156
const struct
enc_xform
enc_xform_arc4 = {
165
const struct
enc_xform
enc_xform_camellia = {
174
const struct
enc_xform
enc_xform_aes_ctr =
[
all
...]
cryptosoft.c
98
blks = exf->
enc_xform
->blocksize;
99
ivlen = exf->
enc_xform
->ivsize;
592
ivlen = exf->
enc_xform
->ivsize;
cryptosoft_xform.c
74
const struct
enc_xform
*
enc_xform
;
member in struct:swcr_enc_xform
cryptodev.c
111
const struct
enc_xform
*txform;
183
const struct
enc_xform
*, const struct auth_hash *,
966
u_int32_t comp_alg, const struct
enc_xform
*txform,
1460
const struct
enc_xform
*txform = NULL;
/src/sys/netipsec/
keydb.h
91
struct
enc_xform
;
138
const struct
enc_xform
*tdb_encalgxform; /* encoding algorithm */
xform.h
104
const struct
enc_xform
*esp_algorithm_lookup(int);
xform_esp.c
105
const struct
enc_xform
*
182
const struct
enc_xform
*txform;
304
const struct
enc_xform
*espx;
682
const struct
enc_xform
*espx;
key.c
6513
const struct
enc_xform
*algo;
7368
const struct
enc_xform
*ealgo;
Completed in 52 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025