Home
last modified time | relevance | path

Searched refs:rk_cipher_crypto (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_crypto.c97 res = rk_cipher_crypto(in_data, enc_out_data, sizeof(in_data), in handle_crypto_aes()
107 res = rk_cipher_crypto(enc_out_data, dec_out_data, sizeof(in_data), in handle_crypto_aes()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_crypto.c99 res = rk_cipher_crypto(in_data, enc_out_data, sizeof(in_data), in handle_crypto_aes()
109 res = rk_cipher_crypto(enc_out_data, dec_out_data, sizeof(in_data), in handle_crypto_aes()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.h108 TEE_Result rk_cipher_crypto(uint8_t *in, uint8_t *out, uint32_t len,
H A Drk_crypto_api.c240 TEE_Result rk_cipher_crypto(uint8_t *in, uint8_t *out, uint32_t len, in rk_cipher_crypto() function
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.h125 TEE_Result rk_cipher_crypto(uint8_t *in, uint8_t *out, uint32_t len,
H A Drk_crypto_api.c240 TEE_Result rk_cipher_crypto(uint8_t *in, uint8_t *out, uint32_t len, in rk_cipher_crypto() function