Searched refs:rk_cipher_buffer_update (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 618 static TEE_Result rk_cipher_buffer_update(crypto_ctx_t *ctx, uint8_t *in, in rk_cipher_buffer_update() function 736 res = rk_cipher_buffer_update(ctx, in, out, in_len, out_len); in rk_cipher_update()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 644 static TEE_Result rk_cipher_buffer_update(crypto_ctx_t *ctx, uint8_t *in, in rk_cipher_buffer_update() function 764 res = rk_cipher_buffer_update(ctx, in, out, in_len, out_len); in rk_cipher_update()
|