Sign in
boringssl
/
boringssl.git
/
1fcae84a4f80bba8014f5bb26410c9b5b715b2cc
/
.
/
crypto
/
cipher_extra
/
CMakeLists.txt
blob: 4ffc334db08b4580d34254c960863b5f67af6a8d [
file
] [
log
] [
blame
]
include_directories(../../include)
add_library(
cipher_extra
OBJECT
cipher_extra.c
derive_key.c
e_null.c
e_rc2.c
e_rc4.c
e_aesgcmsiv.c
e_aesctrhmac.c
e_aesccm.c
e_chacha20poly1305.c
tls_cbc.c
e_tls.c
)