nt9856x/code/driver/source/crypto/cryptodev-linux/tests/openssl_wrapper.h
2023-03-28 15:07:53 +08:00

7 lines
154 B
C
Executable File

#ifndef __OPENSSL_WRAPPER_H
#define __OPENSSL_WRAPPER_H
int openssl_cioccrypt(struct session_op *, struct crypt_op *);
#endif /* __OPENSSL_WRAPPER_H */