Searched refs:cipher_data (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptlib.h | 15 struct cipher_data { struct 36 int cryptodev_cipher_init(struct cipher_data *out, const char *alg_name, argument 38 void cryptodev_cipher_deinit(struct cipher_data *cdata); 42 ssize_t cryptodev_cipher_decrypt(struct cipher_data *cdata, 45 ssize_t cryptodev_cipher_encrypt(struct cipher_data *cdata, 50 static inline void cryptodev_cipher_auth(struct cipher_data *cdata, in cryptodev_cipher_auth() 61 static inline void cryptodev_cipher_set_tag_size(struct cipher_data *cdata, int size) in cryptodev_cipher_set_tag_size() 67 static inline int cryptodev_cipher_get_tag_size(struct cipher_data *cdata) in cryptodev_cipher_get_tag_size() 75 static inline void cryptodev_cipher_set_iv(struct cipher_data *cdata, in cryptodev_cipher_set_iv() 81 static inline void cryptodev_cipher_get_iv(struct cipher_data *cdata, in cryptodev_cipher_get_iv()
|
| H A D | cryptlib.c | 140 int cryptodev_cipher_init(struct cipher_data *out, const char *alg_name, in cryptodev_cipher_init() 261 void cryptodev_cipher_deinit(struct cipher_data *cdata) in cryptodev_cipher_deinit() 305 ssize_t cryptodev_cipher_encrypt(struct cipher_data *cdata, in cryptodev_cipher_encrypt() 328 ssize_t cryptodev_cipher_decrypt(struct cipher_data *cdata, in cryptodev_cipher_decrypt()
|
| H A D | cryptodev.h | 163 struct cipher_data cdata;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | cipher.h | 466 void *cipher_data; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | cipher.h | 466 void *cipher_data; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | cipher.h | 527 void *cipher_data; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | cipher.h | 527 void *cipher_data; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | cipher.h | 527 void *cipher_data; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | cipher.h | 527 void *cipher_data; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | evp.h | 462 void *cipher_data; /* per EVP data */ member
|