FD.io VPP
v21.01
Vector Packet Processing
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
b
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Functions
d
f
g
l
m
n
o
p
t
v
Variables
Typedefs
Enumerations
Enumerator
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
c
e
g
h
k
m
n
o
r
s
+
Related Functions
c
d
e
h
i
m
o
p
r
s
v
+
Source
Files
+
Symbols
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
tls_openssl.api
Go to the documentation of this file.
1
/* Define TLS OpenSSL binary API to control the feature */
2
3
option
version
=
"2.0.0"
;
4
5
autoreply define tls_openssl_set_engine {
6
/* Client identifier, set from api_main.my_client_index */
7
u32
client_index
;
8
9
/* Arbitrary context, so client can match reply to request */
10
u32
context
;
11
12
/* if async is enabled */
13
u32
async_enable
;
14
15
/* engine name */
16
u8
engine[64];
17
18
/* algorithm */
19
u8
algorithm[64];
20
21
/* cipher */
22
u8
ciphers[64];
23
option vat_help =
"tls openssl set [engine <engine name>] [alg [algorithm] [async]"
;
24
};
u8
unsigned char u8
Definition:
types.h:56
u32
unsigned int u32
Definition:
types.h:88
vl_api_tls_openssl_set_engine_t::context
u32 context
Definition:
tls_openssl.api:10
vl_api_tls_openssl_set_engine_t::async_enable
u32 async_enable
Definition:
tls_openssl.api:13
version
option version
Definition:
tls_openssl.api:3
vl_api_tls_openssl_set_engine_t::client_index
u32 client_index
Definition:
tls_openssl.api:7
src
plugins
tlsopenssl
tls_openssl.api
Generated on Wed Jan 27 2021 16:52:39 for FD.io VPP by
1.8.13