strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
including peers certificate when his certreq is empty
[strongswan.git]
/
src
/
libcrypto
/
libaes
/
aes_cbc.h
1
/* Glue header */
2
#include
"aes.h"
3
int
AES_set_key
(
aes_context
*
aes_ctx
,
const
u_int8_t
*
key
,
int
keysize
);
4
int
AES_cbc_encrypt
(
aes_context
*
ctx
,
const
u_int8_t
*
in
,
u_int8_t
*
out
,
int
ilen
,
const
u_int8_t
*
iv
,
int
encrypt
);