Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_crypto.c140 res = rk_cipher_update(ctx, in_data, enc_out_data, sizeof(in_data), &temp_out_len); in handle_crypto_aes()
163 res = rk_cipher_update(ctx, enc_out_data, dec_out_data, enc_out_len, &temp_out_len); in handle_crypto_aes()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_crypto.c142 res = rk_cipher_update(ctx, in_data, enc_out_data, sizeof(in_data), &temp_out_len); in handle_crypto_aes()
165 res = rk_cipher_update(ctx, enc_out_data, dec_out_data, enc_out_len, &temp_out_len); in handle_crypto_aes()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.h114 TEE_Result rk_cipher_update(crypto_ctx_t *ctx, uint8_t *in, uint8_t *out,
H A Drk_crypto_api.c713 TEE_Result rk_cipher_update(crypto_ctx_t *ctx, uint8_t *in, uint8_t *out, in rk_cipher_update() function
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.h131 TEE_Result rk_cipher_update(crypto_ctx_t *ctx, uint8_t *in, uint8_t *out,
H A Drk_crypto_api.c739 TEE_Result rk_cipher_update(crypto_ctx_t *ctx, uint8_t *in, uint8_t *out, in rk_cipher_update() function