mirror of
https://github.com/estkme-group/lpac
synced 2025-08-18 10:03:02 +02:00
8 lines
378 B
C
8 lines
378 B
C
#pragma once
|
|
|
|
#include "euicc.h"
|
|
#include "interface.private.h"
|
|
|
|
int es10x_command_iter(struct euicc_ctx *ctx, const uint8_t *der_req, unsigned req_len,
|
|
int (*callback)(struct apdu_response *response, void *userdata), void *userdata);
|
|
int es10x_command(struct euicc_ctx *ctx, uint8_t **resp, unsigned *resp_len, const uint8_t *der_req, unsigned req_len);
|