EAC_set_cvc_default_dir:
   64|    496|{
   65|    496|    if (default_dir) {
  ------------------
  |  Branch (65:9): [True: 496, False: 0]
  ------------------
   66|    496|        strncpy(cvc_default_dir, default_dir, (sizeof cvc_default_dir) - 1);
   67|    496|        cvc_default_dir[(sizeof cvc_default_dir) - 1] = '\0';
   68|    496|    }
   69|    496|}

EAC_init:
   71|    248|{
   72|       |    OpenSSL_add_all_algorithms();
   73|    248|    EAC_add_all_objects();
   74|    248|    EAC_set_x509_default_dir(X509DIR);
   75|    248|    EAC_set_cvc_default_dir(CVCDIR);
   76|    248|}
EAC_CTX_clear_free:
  277|     32|{
  278|     32|    if (ctx) {
  ------------------
  |  Branch (278:9): [True: 0, False: 32]
  ------------------
  279|      0|        if (ctx->bn_ctx)
  ------------------
  |  Branch (279:13): [True: 0, False: 0]
  ------------------
  280|      0|            BN_CTX_free(ctx->bn_ctx);
  281|      0|        if (ctx->md_ctx)
  ------------------
  |  Branch (281:13): [True: 0, False: 0]
  ------------------
  282|      0|            EVP_MD_CTX_destroy(ctx->md_ctx);
  283|      0|        if (ctx->cipher_ctx)
  ------------------
  |  Branch (283:13): [True: 0, False: 0]
  ------------------
  284|      0|            EVP_CIPHER_CTX_free(ctx->cipher_ctx);
  285|      0|        sk_pop_free((_STACK *) ctx->pace_ctxs, wrap_pace_ctx_clear_free);
  286|      0|        sk_pop_free((_STACK *) ctx->ca_ctxs, wrap_ca_ctx_clear_free);
  287|      0|        sk_pop_free((_STACK *) ctx->ri_ctxs, wrap_ri_ctx_clear_free);
  288|      0|        TA_CTX_clear_free(ctx->ta_ctx);
  289|      0|        KA_CTX_clear_free(ctx->key_ctx);
  290|      0|        if (ctx->ssc)
  ------------------
  |  Branch (290:13): [True: 0, False: 0]
  ------------------
  291|      0|            BN_clear_free(ctx->ssc);
  292|       |        OPENSSL_free(ctx);
  293|      0|    }
  294|     32|}

EAC_add_all_objects:
  174|    248|{
  175|    248|    int obj;
  176|       |
  177|    248|    if (objects_initialized)
  ------------------
  |  Branch (177:9): [True: 247, False: 1]
  ------------------
  178|    247|        return;
  179|       |
  180|       |    /* derived from a patched obj_mac.h with the power of regex */
  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  182|       |
  183|      1|#define ASC_standardizedDomainParameters		ASC_bsi_de".1.2"
  184|      1|    obj = OBJ_txt2nid(ASC_standardizedDomainParameters);
  ------------------
  |  |  183|      1|#define ASC_standardizedDomainParameters		ASC_bsi_de".1.2"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
  185|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (185:9): [True: 1, False: 0]
  ------------------
  186|      1|        obj = OBJ_create(ASC_standardizedDomainParameters	, SN_standardizedDomainParameters	, SN_standardizedDomainParameters	);
  ------------------
  |  |  183|      1|#define ASC_standardizedDomainParameters		ASC_bsi_de".1.2"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_standardizedDomainParameters	, SN_standardizedDomainParameters	, SN_standardizedDomainParameters	);
  ------------------
  |  |   81|      1|#define SN_standardizedDomainParameters		"standardizedDomainParameters"
  ------------------
                      obj = OBJ_create(ASC_standardizedDomainParameters	, SN_standardizedDomainParameters	, SN_standardizedDomainParameters	);
  ------------------
  |  |   81|      1|#define SN_standardizedDomainParameters		"standardizedDomainParameters"
  ------------------
  187|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (187:9): [True: 1, False: 0]
  ------------------
  188|      1|        NID_standardizedDomainParameters = obj;
  189|       |
  190|      1|#define ASC_id_PK		ASC_bsi_de".2.2.1"
  191|       |
  192|      1|#define ASC_id_PK_DH		ASC_id_PK".1"
  193|      1|    obj = OBJ_txt2nid(ASC_id_PK_DH);
  ------------------
  |  |  192|      1|#define ASC_id_PK_DH		ASC_id_PK".1"
  |  |  ------------------
  |  |  |  |  190|      1|#define ASC_id_PK		ASC_bsi_de".2.2.1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  194|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (194:9): [True: 1, False: 0]
  ------------------
  195|      1|        obj = OBJ_create(ASC_id_PK_DH	, SN_id_PK_DH	, SN_id_PK_DH	);
  ------------------
  |  |  192|      1|#define ASC_id_PK_DH		ASC_id_PK".1"
  |  |  ------------------
  |  |  |  |  190|      1|#define ASC_id_PK		ASC_bsi_de".2.2.1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PK_DH	, SN_id_PK_DH	, SN_id_PK_DH	);
  ------------------
  |  |   87|      1|#define SN_id_PK_DH		"id-PK-DH"
  ------------------
                      obj = OBJ_create(ASC_id_PK_DH	, SN_id_PK_DH	, SN_id_PK_DH	);
  ------------------
  |  |   87|      1|#define SN_id_PK_DH		"id-PK-DH"
  ------------------
  196|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (196:9): [True: 1, False: 0]
  ------------------
  197|      1|        NID_id_PK_DH = obj;
  198|       |
  199|      1|#define ASC_id_PK_ECDH		ASC_id_PK".2"
  200|      1|    obj = OBJ_txt2nid(ASC_id_PK_ECDH);
  ------------------
  |  |  199|      1|#define ASC_id_PK_ECDH		ASC_id_PK".2"
  |  |  ------------------
  |  |  |  |  190|      1|#define ASC_id_PK		ASC_bsi_de".2.2.1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  201|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (201:9): [True: 1, False: 0]
  ------------------
  202|      1|        obj = OBJ_create(ASC_id_PK_ECDH	, SN_id_PK_ECDH	, SN_id_PK_ECDH	);
  ------------------
  |  |  199|      1|#define ASC_id_PK_ECDH		ASC_id_PK".2"
  |  |  ------------------
  |  |  |  |  190|      1|#define ASC_id_PK		ASC_bsi_de".2.2.1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PK_ECDH	, SN_id_PK_ECDH	, SN_id_PK_ECDH	);
  ------------------
  |  |   91|      1|#define SN_id_PK_ECDH		"id-PK-ECDH"
  ------------------
                      obj = OBJ_create(ASC_id_PK_ECDH	, SN_id_PK_ECDH	, SN_id_PK_ECDH	);
  ------------------
  |  |   91|      1|#define SN_id_PK_ECDH		"id-PK-ECDH"
  ------------------
  203|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (203:9): [True: 1, False: 0]
  ------------------
  204|      1|        NID_id_PK_ECDH = obj;
  205|       |
  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  207|      1|    obj = OBJ_txt2nid(ASC_id_TA);
  ------------------
  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
  208|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (208:9): [True: 1, False: 0]
  ------------------
  209|      1|        obj = OBJ_create(ASC_id_TA	, SN_id_TA	, SN_id_TA	);
  ------------------
  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA	, SN_id_TA	, SN_id_TA	);
  ------------------
  |  |   95|      1|#define SN_id_TA		"id-TA"
  ------------------
                      obj = OBJ_create(ASC_id_TA	, SN_id_TA	, SN_id_TA	);
  ------------------
  |  |   95|      1|#define SN_id_TA		"id-TA"
  ------------------
  210|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (210:9): [True: 1, False: 0]
  ------------------
  211|      1|        NID_id_TA = obj;
  212|       |
  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  214|      1|    obj = OBJ_txt2nid(ASC_id_TA_RSA);
  ------------------
  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  ------------------
  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  215|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (215:9): [True: 1, False: 0]
  ------------------
  216|      1|        obj = OBJ_create(ASC_id_TA_RSA	, SN_id_TA_RSA	, SN_id_TA_RSA	);
  ------------------
  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  ------------------
  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA	, SN_id_TA_RSA	, SN_id_TA_RSA	);
  ------------------
  |  |   99|      1|#define SN_id_TA_RSA		"id-TA-RSA"
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA	, SN_id_TA_RSA	, SN_id_TA_RSA	);
  ------------------
  |  |   99|      1|#define SN_id_TA_RSA		"id-TA-RSA"
  ------------------
  217|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (217:9): [True: 1, False: 0]
  ------------------
  218|      1|        NID_id_TA_RSA = obj;
  219|       |
  220|      1|#define ASC_id_TA_RSA_v1_5_SHA_1		ASC_id_TA_RSA".1"
  221|      1|    obj = OBJ_txt2nid(ASC_id_TA_RSA_v1_5_SHA_1);
  ------------------
  |  |  220|      1|#define ASC_id_TA_RSA_v1_5_SHA_1		ASC_id_TA_RSA".1"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  222|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (222:9): [True: 1, False: 0]
  ------------------
  223|      1|        obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_1	, SN_id_TA_RSA_v1_5_SHA_1	, SN_id_TA_RSA_v1_5_SHA_1	);
  ------------------
  |  |  220|      1|#define ASC_id_TA_RSA_v1_5_SHA_1		ASC_id_TA_RSA".1"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_1	, SN_id_TA_RSA_v1_5_SHA_1	, SN_id_TA_RSA_v1_5_SHA_1	);
  ------------------
  |  |  103|      1|#define SN_id_TA_RSA_v1_5_SHA_1		"id-TA-RSA-v1-5-SHA-1"
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_1	, SN_id_TA_RSA_v1_5_SHA_1	, SN_id_TA_RSA_v1_5_SHA_1	);
  ------------------
  |  |  103|      1|#define SN_id_TA_RSA_v1_5_SHA_1		"id-TA-RSA-v1-5-SHA-1"
  ------------------
  224|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (224:9): [True: 1, False: 0]
  ------------------
  225|      1|        NID_id_TA_RSA_v1_5_SHA_1 = obj;
  226|       |
  227|      1|#define ASC_id_TA_RSA_v1_5_SHA_256		ASC_id_TA_RSA".2"
  228|      1|    obj = OBJ_txt2nid(ASC_id_TA_RSA_v1_5_SHA_256);
  ------------------
  |  |  227|      1|#define ASC_id_TA_RSA_v1_5_SHA_256		ASC_id_TA_RSA".2"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  229|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (229:9): [True: 1, False: 0]
  ------------------
  230|      1|        obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_256	, SN_id_TA_RSA_v1_5_SHA_256	, SN_id_TA_RSA_v1_5_SHA_256	);
  ------------------
  |  |  227|      1|#define ASC_id_TA_RSA_v1_5_SHA_256		ASC_id_TA_RSA".2"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_256	, SN_id_TA_RSA_v1_5_SHA_256	, SN_id_TA_RSA_v1_5_SHA_256	);
  ------------------
  |  |  107|      1|#define SN_id_TA_RSA_v1_5_SHA_256		"id-TA-RSA-v1-5-SHA-256"
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_256	, SN_id_TA_RSA_v1_5_SHA_256	, SN_id_TA_RSA_v1_5_SHA_256	);
  ------------------
  |  |  107|      1|#define SN_id_TA_RSA_v1_5_SHA_256		"id-TA-RSA-v1-5-SHA-256"
  ------------------
  231|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (231:9): [True: 1, False: 0]
  ------------------
  232|      1|        NID_id_TA_RSA_v1_5_SHA_256 = obj;
  233|       |
  234|      1|#define ASC_id_TA_RSA_PSS_SHA_1		ASC_id_TA_RSA".3"
  235|      1|    obj = OBJ_txt2nid(ASC_id_TA_RSA_PSS_SHA_1);
  ------------------
  |  |  234|      1|#define ASC_id_TA_RSA_PSS_SHA_1		ASC_id_TA_RSA".3"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  236|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (236:9): [True: 1, False: 0]
  ------------------
  237|      1|        obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_1	, SN_id_TA_RSA_PSS_SHA_1	, SN_id_TA_RSA_PSS_SHA_1	);
  ------------------
  |  |  234|      1|#define ASC_id_TA_RSA_PSS_SHA_1		ASC_id_TA_RSA".3"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_1	, SN_id_TA_RSA_PSS_SHA_1	, SN_id_TA_RSA_PSS_SHA_1	);
  ------------------
  |  |  111|      1|#define SN_id_TA_RSA_PSS_SHA_1		"id-TA-RSA-PSS-SHA-1"
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_1	, SN_id_TA_RSA_PSS_SHA_1	, SN_id_TA_RSA_PSS_SHA_1	);
  ------------------
  |  |  111|      1|#define SN_id_TA_RSA_PSS_SHA_1		"id-TA-RSA-PSS-SHA-1"
  ------------------
  238|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (238:9): [True: 1, False: 0]
  ------------------
  239|      1|        NID_id_TA_RSA_PSS_SHA_1 = obj;
  240|       |
  241|      1|#define ASC_id_TA_RSA_PSS_SHA_256		ASC_id_TA_RSA".4"
  242|      1|    obj = OBJ_txt2nid(ASC_id_TA_RSA_PSS_SHA_256);
  ------------------
  |  |  241|      1|#define ASC_id_TA_RSA_PSS_SHA_256		ASC_id_TA_RSA".4"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (243:9): [True: 1, False: 0]
  ------------------
  244|      1|        obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_256	, SN_id_TA_RSA_PSS_SHA_256	, SN_id_TA_RSA_PSS_SHA_256	);
  ------------------
  |  |  241|      1|#define ASC_id_TA_RSA_PSS_SHA_256		ASC_id_TA_RSA".4"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_256	, SN_id_TA_RSA_PSS_SHA_256	, SN_id_TA_RSA_PSS_SHA_256	);
  ------------------
  |  |  115|      1|#define SN_id_TA_RSA_PSS_SHA_256		"id-TA-RSA-PSS-SHA-256"
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_256	, SN_id_TA_RSA_PSS_SHA_256	, SN_id_TA_RSA_PSS_SHA_256	);
  ------------------
  |  |  115|      1|#define SN_id_TA_RSA_PSS_SHA_256		"id-TA-RSA-PSS-SHA-256"
  ------------------
  245|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (245:9): [True: 1, False: 0]
  ------------------
  246|      1|        NID_id_TA_RSA_PSS_SHA_256 = obj;
  247|       |
  248|      1|#define ASC_id_TA_RSA_v1_5_SHA_512		ASC_id_TA_RSA".5"
  249|      1|    obj = OBJ_txt2nid(ASC_id_TA_RSA_v1_5_SHA_512);
  ------------------
  |  |  248|      1|#define ASC_id_TA_RSA_v1_5_SHA_512		ASC_id_TA_RSA".5"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (250:9): [True: 1, False: 0]
  ------------------
  251|      1|        obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_512	, SN_id_TA_RSA_v1_5_SHA_512	, SN_id_TA_RSA_v1_5_SHA_512	);
  ------------------
  |  |  248|      1|#define ASC_id_TA_RSA_v1_5_SHA_512		ASC_id_TA_RSA".5"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_512	, SN_id_TA_RSA_v1_5_SHA_512	, SN_id_TA_RSA_v1_5_SHA_512	);
  ------------------
  |  |  119|      1|#define SN_id_TA_RSA_v1_5_SHA_512		"id-TA-RSA-v1-5-SHA-512"
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_v1_5_SHA_512	, SN_id_TA_RSA_v1_5_SHA_512	, SN_id_TA_RSA_v1_5_SHA_512	);
  ------------------
  |  |  119|      1|#define SN_id_TA_RSA_v1_5_SHA_512		"id-TA-RSA-v1-5-SHA-512"
  ------------------
  252|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (252:9): [True: 1, False: 0]
  ------------------
  253|      1|        NID_id_TA_RSA_v1_5_SHA_512 = obj;
  254|       |
  255|      1|#define ASC_id_TA_RSA_PSS_SHA_512		ASC_id_TA_RSA".6"
  256|      1|    obj = OBJ_txt2nid(ASC_id_TA_RSA_PSS_SHA_512);
  ------------------
  |  |  255|      1|#define ASC_id_TA_RSA_PSS_SHA_512		ASC_id_TA_RSA".6"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  257|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (257:9): [True: 1, False: 0]
  ------------------
  258|      1|        obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_512	, SN_id_TA_RSA_PSS_SHA_512	, SN_id_TA_RSA_PSS_SHA_512	);
  ------------------
  |  |  255|      1|#define ASC_id_TA_RSA_PSS_SHA_512		ASC_id_TA_RSA".6"
  |  |  ------------------
  |  |  |  |  213|      1|#define ASC_id_TA_RSA		ASC_id_TA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_512	, SN_id_TA_RSA_PSS_SHA_512	, SN_id_TA_RSA_PSS_SHA_512	);
  ------------------
  |  |  123|      1|#define SN_id_TA_RSA_PSS_SHA_512		"id-TA-RSA-PSS-SHA-512"
  ------------------
                      obj = OBJ_create(ASC_id_TA_RSA_PSS_SHA_512	, SN_id_TA_RSA_PSS_SHA_512	, SN_id_TA_RSA_PSS_SHA_512	);
  ------------------
  |  |  123|      1|#define SN_id_TA_RSA_PSS_SHA_512		"id-TA-RSA-PSS-SHA-512"
  ------------------
  259|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (259:9): [True: 1, False: 0]
  ------------------
  260|      1|        NID_id_TA_RSA_PSS_SHA_512 = obj;
  261|       |
  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  263|      1|    obj = OBJ_txt2nid(ASC_id_TA_ECDSA);
  ------------------
  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  ------------------
  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  264|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (264:9): [True: 1, False: 0]
  ------------------
  265|      1|        obj = OBJ_create(ASC_id_TA_ECDSA	, SN_id_TA_ECDSA	, SN_id_TA_ECDSA	);
  ------------------
  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  ------------------
  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA	, SN_id_TA_ECDSA	, SN_id_TA_ECDSA	);
  ------------------
  |  |  127|      1|#define SN_id_TA_ECDSA		"id-TA-ECDSA"
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA	, SN_id_TA_ECDSA	, SN_id_TA_ECDSA	);
  ------------------
  |  |  127|      1|#define SN_id_TA_ECDSA		"id-TA-ECDSA"
  ------------------
  266|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (266:9): [True: 1, False: 0]
  ------------------
  267|      1|        NID_id_TA_ECDSA = obj;
  268|       |
  269|      1|#define ASC_id_TA_ECDSA_SHA_1		ASC_id_TA_ECDSA".1"
  270|      1|    obj = OBJ_txt2nid(ASC_id_TA_ECDSA_SHA_1);
  ------------------
  |  |  269|      1|#define ASC_id_TA_ECDSA_SHA_1		ASC_id_TA_ECDSA".1"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  271|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (271:9): [True: 1, False: 0]
  ------------------
  272|      1|        obj = OBJ_create(ASC_id_TA_ECDSA_SHA_1	, SN_id_TA_ECDSA_SHA_1	, SN_id_TA_ECDSA_SHA_1	);
  ------------------
  |  |  269|      1|#define ASC_id_TA_ECDSA_SHA_1		ASC_id_TA_ECDSA".1"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_1	, SN_id_TA_ECDSA_SHA_1	, SN_id_TA_ECDSA_SHA_1	);
  ------------------
  |  |  131|      1|#define SN_id_TA_ECDSA_SHA_1		"id-TA-ECDSA-SHA-1"
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_1	, SN_id_TA_ECDSA_SHA_1	, SN_id_TA_ECDSA_SHA_1	);
  ------------------
  |  |  131|      1|#define SN_id_TA_ECDSA_SHA_1		"id-TA-ECDSA-SHA-1"
  ------------------
  273|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (273:9): [True: 1, False: 0]
  ------------------
  274|      1|        NID_id_TA_ECDSA_SHA_1 = obj;
  275|       |
  276|      1|#define ASC_id_TA_ECDSA_SHA_224		ASC_id_TA_ECDSA".2"
  277|      1|    obj = OBJ_txt2nid(ASC_id_TA_ECDSA_SHA_224);
  ------------------
  |  |  276|      1|#define ASC_id_TA_ECDSA_SHA_224		ASC_id_TA_ECDSA".2"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (278:9): [True: 1, False: 0]
  ------------------
  279|      1|        obj = OBJ_create(ASC_id_TA_ECDSA_SHA_224	, SN_id_TA_ECDSA_SHA_224	, SN_id_TA_ECDSA_SHA_224	);
  ------------------
  |  |  276|      1|#define ASC_id_TA_ECDSA_SHA_224		ASC_id_TA_ECDSA".2"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_224	, SN_id_TA_ECDSA_SHA_224	, SN_id_TA_ECDSA_SHA_224	);
  ------------------
  |  |  135|      1|#define SN_id_TA_ECDSA_SHA_224		"id-TA-ECDSA-SHA-224"
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_224	, SN_id_TA_ECDSA_SHA_224	, SN_id_TA_ECDSA_SHA_224	);
  ------------------
  |  |  135|      1|#define SN_id_TA_ECDSA_SHA_224		"id-TA-ECDSA-SHA-224"
  ------------------
  280|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (280:9): [True: 1, False: 0]
  ------------------
  281|      1|        NID_id_TA_ECDSA_SHA_224 = obj;
  282|       |
  283|      1|#define ASC_id_TA_ECDSA_SHA_256		ASC_id_TA_ECDSA".3"
  284|      1|    obj = OBJ_txt2nid(ASC_id_TA_ECDSA_SHA_256);
  ------------------
  |  |  283|      1|#define ASC_id_TA_ECDSA_SHA_256		ASC_id_TA_ECDSA".3"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  285|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (285:9): [True: 1, False: 0]
  ------------------
  286|      1|        obj = OBJ_create(ASC_id_TA_ECDSA_SHA_256	, SN_id_TA_ECDSA_SHA_256	, SN_id_TA_ECDSA_SHA_256	);
  ------------------
  |  |  283|      1|#define ASC_id_TA_ECDSA_SHA_256		ASC_id_TA_ECDSA".3"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_256	, SN_id_TA_ECDSA_SHA_256	, SN_id_TA_ECDSA_SHA_256	);
  ------------------
  |  |  139|      1|#define SN_id_TA_ECDSA_SHA_256		"id-TA-ECDSA-SHA-256"
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_256	, SN_id_TA_ECDSA_SHA_256	, SN_id_TA_ECDSA_SHA_256	);
  ------------------
  |  |  139|      1|#define SN_id_TA_ECDSA_SHA_256		"id-TA-ECDSA-SHA-256"
  ------------------
  287|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (287:9): [True: 1, False: 0]
  ------------------
  288|      1|        NID_id_TA_ECDSA_SHA_256 = obj;
  289|       |
  290|      1|#define ASC_id_TA_ECDSA_SHA_384		ASC_id_TA_ECDSA".4"
  291|      1|    obj = OBJ_txt2nid(ASC_id_TA_ECDSA_SHA_384);
  ------------------
  |  |  290|      1|#define ASC_id_TA_ECDSA_SHA_384		ASC_id_TA_ECDSA".4"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  292|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (292:9): [True: 1, False: 0]
  ------------------
  293|      1|        obj = OBJ_create(ASC_id_TA_ECDSA_SHA_384	, SN_id_TA_ECDSA_SHA_384	, SN_id_TA_ECDSA_SHA_384	);
  ------------------
  |  |  290|      1|#define ASC_id_TA_ECDSA_SHA_384		ASC_id_TA_ECDSA".4"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_384	, SN_id_TA_ECDSA_SHA_384	, SN_id_TA_ECDSA_SHA_384	);
  ------------------
  |  |  143|      1|#define SN_id_TA_ECDSA_SHA_384		"id-TA-ECDSA-SHA-384"
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_384	, SN_id_TA_ECDSA_SHA_384	, SN_id_TA_ECDSA_SHA_384	);
  ------------------
  |  |  143|      1|#define SN_id_TA_ECDSA_SHA_384		"id-TA-ECDSA-SHA-384"
  ------------------
  294|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (294:9): [True: 1, False: 0]
  ------------------
  295|      1|        NID_id_TA_ECDSA_SHA_384 = obj;
  296|       |
  297|      1|#define ASC_id_TA_ECDSA_SHA_512		ASC_id_TA_ECDSA".5"
  298|      1|    obj = OBJ_txt2nid(ASC_id_TA_ECDSA_SHA_512);
  ------------------
  |  |  297|      1|#define ASC_id_TA_ECDSA_SHA_512		ASC_id_TA_ECDSA".5"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  299|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (299:9): [True: 1, False: 0]
  ------------------
  300|      1|        obj = OBJ_create(ASC_id_TA_ECDSA_SHA_512	, SN_id_TA_ECDSA_SHA_512	, SN_id_TA_ECDSA_SHA_512	);
  ------------------
  |  |  297|      1|#define ASC_id_TA_ECDSA_SHA_512		ASC_id_TA_ECDSA".5"
  |  |  ------------------
  |  |  |  |  262|      1|#define ASC_id_TA_ECDSA		ASC_id_TA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  206|      1|#define ASC_id_TA		ASC_bsi_de".2.2.2"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_512	, SN_id_TA_ECDSA_SHA_512	, SN_id_TA_ECDSA_SHA_512	);
  ------------------
  |  |  147|      1|#define SN_id_TA_ECDSA_SHA_512		"id-TA-ECDSA-SHA-512"
  ------------------
                      obj = OBJ_create(ASC_id_TA_ECDSA_SHA_512	, SN_id_TA_ECDSA_SHA_512	, SN_id_TA_ECDSA_SHA_512	);
  ------------------
  |  |  147|      1|#define SN_id_TA_ECDSA_SHA_512		"id-TA-ECDSA-SHA-512"
  ------------------
  301|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (301:9): [True: 1, False: 0]
  ------------------
  302|      1|        NID_id_TA_ECDSA_SHA_512 = obj;
  303|       |
  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  305|       |
  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  307|      1|    obj = OBJ_txt2nid(ASC_id_CA_DH);
  ------------------
  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  ------------------
  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  308|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (308:9): [True: 1, False: 0]
  ------------------
  309|      1|        obj = OBJ_create(ASC_id_CA_DH	, SN_id_CA_DH	, SN_id_CA_DH	);
  ------------------
  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  ------------------
  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH	, SN_id_CA_DH	, SN_id_CA_DH	);
  ------------------
  |  |  153|      1|#define SN_id_CA_DH		"id-CA-DH"
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH	, SN_id_CA_DH	, SN_id_CA_DH	);
  ------------------
  |  |  153|      1|#define SN_id_CA_DH		"id-CA-DH"
  ------------------
  310|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (310:9): [True: 1, False: 0]
  ------------------
  311|      1|        NID_id_CA_DH = obj;
  312|       |
  313|      1|#define ASC_id_CA_DH_3DES_CBC_CBC		ASC_id_CA_DH".1"
  314|      1|    obj = OBJ_txt2nid(ASC_id_CA_DH_3DES_CBC_CBC);
  ------------------
  |  |  313|      1|#define ASC_id_CA_DH_3DES_CBC_CBC		ASC_id_CA_DH".1"
  |  |  ------------------
  |  |  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  315|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (315:9): [True: 1, False: 0]
  ------------------
  316|      1|        obj = OBJ_create(ASC_id_CA_DH_3DES_CBC_CBC	, SN_id_CA_DH_3DES_CBC_CBC	, SN_id_CA_DH_3DES_CBC_CBC	);
  ------------------
  |  |  313|      1|#define ASC_id_CA_DH_3DES_CBC_CBC		ASC_id_CA_DH".1"
  |  |  ------------------
  |  |  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH_3DES_CBC_CBC	, SN_id_CA_DH_3DES_CBC_CBC	, SN_id_CA_DH_3DES_CBC_CBC	);
  ------------------
  |  |  157|      1|#define SN_id_CA_DH_3DES_CBC_CBC		"id-CA-DH-3DES-CBC-CBC"
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH_3DES_CBC_CBC	, SN_id_CA_DH_3DES_CBC_CBC	, SN_id_CA_DH_3DES_CBC_CBC	);
  ------------------
  |  |  157|      1|#define SN_id_CA_DH_3DES_CBC_CBC		"id-CA-DH-3DES-CBC-CBC"
  ------------------
  317|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (317:9): [True: 1, False: 0]
  ------------------
  318|      1|        NID_id_CA_DH_3DES_CBC_CBC = obj;
  319|       |
  320|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_128		ASC_id_CA_DH".2"
  321|      1|    obj = OBJ_txt2nid(ASC_id_CA_DH_AES_CBC_CMAC_128);
  ------------------
  |  |  320|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_128		ASC_id_CA_DH".2"
  |  |  ------------------
  |  |  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  322|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (322:9): [True: 1, False: 0]
  ------------------
  323|      1|        obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_128	, SN_id_CA_DH_AES_CBC_CMAC_128	, SN_id_CA_DH_AES_CBC_CMAC_128	);
  ------------------
  |  |  320|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_128		ASC_id_CA_DH".2"
  |  |  ------------------
  |  |  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_128	, SN_id_CA_DH_AES_CBC_CMAC_128	, SN_id_CA_DH_AES_CBC_CMAC_128	);
  ------------------
  |  |  161|      1|#define SN_id_CA_DH_AES_CBC_CMAC_128		"id-CA-DH-AES-CBC-CMAC-128"
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_128	, SN_id_CA_DH_AES_CBC_CMAC_128	, SN_id_CA_DH_AES_CBC_CMAC_128	);
  ------------------
  |  |  161|      1|#define SN_id_CA_DH_AES_CBC_CMAC_128		"id-CA-DH-AES-CBC-CMAC-128"
  ------------------
  324|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (324:9): [True: 1, False: 0]
  ------------------
  325|      1|        NID_id_CA_DH_AES_CBC_CMAC_128 = obj;
  326|       |
  327|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_192		ASC_id_CA_DH".3"
  328|      1|    obj = OBJ_txt2nid(ASC_id_CA_DH_AES_CBC_CMAC_192);
  ------------------
  |  |  327|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_192		ASC_id_CA_DH".3"
  |  |  ------------------
  |  |  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  329|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (329:9): [True: 1, False: 0]
  ------------------
  330|      1|        obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_192	, SN_id_CA_DH_AES_CBC_CMAC_192	, SN_id_CA_DH_AES_CBC_CMAC_192	);
  ------------------
  |  |  327|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_192		ASC_id_CA_DH".3"
  |  |  ------------------
  |  |  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_192	, SN_id_CA_DH_AES_CBC_CMAC_192	, SN_id_CA_DH_AES_CBC_CMAC_192	);
  ------------------
  |  |  165|      1|#define SN_id_CA_DH_AES_CBC_CMAC_192		"id-CA-DH-AES-CBC-CMAC-192"
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_192	, SN_id_CA_DH_AES_CBC_CMAC_192	, SN_id_CA_DH_AES_CBC_CMAC_192	);
  ------------------
  |  |  165|      1|#define SN_id_CA_DH_AES_CBC_CMAC_192		"id-CA-DH-AES-CBC-CMAC-192"
  ------------------
  331|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (331:9): [True: 1, False: 0]
  ------------------
  332|      1|        NID_id_CA_DH_AES_CBC_CMAC_192 = obj;
  333|       |
  334|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_256		ASC_id_CA_DH".4"
  335|      1|    obj = OBJ_txt2nid(ASC_id_CA_DH_AES_CBC_CMAC_256);
  ------------------
  |  |  334|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_256		ASC_id_CA_DH".4"
  |  |  ------------------
  |  |  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  336|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (336:9): [True: 1, False: 0]
  ------------------
  337|      1|        obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_256	, SN_id_CA_DH_AES_CBC_CMAC_256	, SN_id_CA_DH_AES_CBC_CMAC_256	);
  ------------------
  |  |  334|      1|#define ASC_id_CA_DH_AES_CBC_CMAC_256		ASC_id_CA_DH".4"
  |  |  ------------------
  |  |  |  |  306|      1|#define ASC_id_CA_DH		ASC_id_CA".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_256	, SN_id_CA_DH_AES_CBC_CMAC_256	, SN_id_CA_DH_AES_CBC_CMAC_256	);
  ------------------
  |  |  169|      1|#define SN_id_CA_DH_AES_CBC_CMAC_256		"id-CA-DH-AES-CBC-CMAC-256"
  ------------------
                      obj = OBJ_create(ASC_id_CA_DH_AES_CBC_CMAC_256	, SN_id_CA_DH_AES_CBC_CMAC_256	, SN_id_CA_DH_AES_CBC_CMAC_256	);
  ------------------
  |  |  169|      1|#define SN_id_CA_DH_AES_CBC_CMAC_256		"id-CA-DH-AES-CBC-CMAC-256"
  ------------------
  338|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (338:9): [True: 1, False: 0]
  ------------------
  339|      1|        NID_id_CA_DH_AES_CBC_CMAC_256 = obj;
  340|       |
  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  342|      1|    obj = OBJ_txt2nid(ASC_id_CA_ECDH);
  ------------------
  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  ------------------
  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  343|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (343:9): [True: 1, False: 0]
  ------------------
  344|      1|        obj = OBJ_create(ASC_id_CA_ECDH	, SN_id_CA_ECDH	, SN_id_CA_ECDH	);
  ------------------
  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  ------------------
  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH	, SN_id_CA_ECDH	, SN_id_CA_ECDH	);
  ------------------
  |  |  173|      1|#define SN_id_CA_ECDH		"id-CA-ECDH"
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH	, SN_id_CA_ECDH	, SN_id_CA_ECDH	);
  ------------------
  |  |  173|      1|#define SN_id_CA_ECDH		"id-CA-ECDH"
  ------------------
  345|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (345:9): [True: 1, False: 0]
  ------------------
  346|      1|        NID_id_CA_ECDH = obj;
  347|       |
  348|      1|#define ASC_id_CA_ECDH_3DES_CBC_CBC		ASC_id_CA_ECDH".1"
  349|      1|    obj = OBJ_txt2nid(ASC_id_CA_ECDH_3DES_CBC_CBC);
  ------------------
  |  |  348|      1|#define ASC_id_CA_ECDH_3DES_CBC_CBC		ASC_id_CA_ECDH".1"
  |  |  ------------------
  |  |  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  350|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (350:9): [True: 1, False: 0]
  ------------------
  351|      1|        obj = OBJ_create(ASC_id_CA_ECDH_3DES_CBC_CBC	, SN_id_CA_ECDH_3DES_CBC_CBC	, SN_id_CA_ECDH_3DES_CBC_CBC	);
  ------------------
  |  |  348|      1|#define ASC_id_CA_ECDH_3DES_CBC_CBC		ASC_id_CA_ECDH".1"
  |  |  ------------------
  |  |  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH_3DES_CBC_CBC	, SN_id_CA_ECDH_3DES_CBC_CBC	, SN_id_CA_ECDH_3DES_CBC_CBC	);
  ------------------
  |  |  177|      1|#define SN_id_CA_ECDH_3DES_CBC_CBC		"id-CA-ECDH-3DES-CBC-CBC"
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH_3DES_CBC_CBC	, SN_id_CA_ECDH_3DES_CBC_CBC	, SN_id_CA_ECDH_3DES_CBC_CBC	);
  ------------------
  |  |  177|      1|#define SN_id_CA_ECDH_3DES_CBC_CBC		"id-CA-ECDH-3DES-CBC-CBC"
  ------------------
  352|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (352:9): [True: 1, False: 0]
  ------------------
  353|      1|        NID_id_CA_ECDH_3DES_CBC_CBC = obj;
  354|       |
  355|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_128		ASC_id_CA_ECDH".2"
  356|      1|    obj = OBJ_txt2nid(ASC_id_CA_ECDH_AES_CBC_CMAC_128);
  ------------------
  |  |  355|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_128		ASC_id_CA_ECDH".2"
  |  |  ------------------
  |  |  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  357|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (357:9): [True: 1, False: 0]
  ------------------
  358|      1|        obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_128	, SN_id_CA_ECDH_AES_CBC_CMAC_128	, SN_id_CA_ECDH_AES_CBC_CMAC_128	);
  ------------------
  |  |  355|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_128		ASC_id_CA_ECDH".2"
  |  |  ------------------
  |  |  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_128	, SN_id_CA_ECDH_AES_CBC_CMAC_128	, SN_id_CA_ECDH_AES_CBC_CMAC_128	);
  ------------------
  |  |  181|      1|#define SN_id_CA_ECDH_AES_CBC_CMAC_128		"id-CA-ECDH-AES-CBC-CMAC-128"
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_128	, SN_id_CA_ECDH_AES_CBC_CMAC_128	, SN_id_CA_ECDH_AES_CBC_CMAC_128	);
  ------------------
  |  |  181|      1|#define SN_id_CA_ECDH_AES_CBC_CMAC_128		"id-CA-ECDH-AES-CBC-CMAC-128"
  ------------------
  359|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (359:9): [True: 1, False: 0]
  ------------------
  360|      1|        NID_id_CA_ECDH_AES_CBC_CMAC_128 = obj;
  361|       |
  362|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_192		ASC_id_CA_ECDH".3"
  363|      1|    obj = OBJ_txt2nid(ASC_id_CA_ECDH_AES_CBC_CMAC_192);
  ------------------
  |  |  362|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_192		ASC_id_CA_ECDH".3"
  |  |  ------------------
  |  |  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  364|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (364:9): [True: 1, False: 0]
  ------------------
  365|      1|        obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_192	, SN_id_CA_ECDH_AES_CBC_CMAC_192	, SN_id_CA_ECDH_AES_CBC_CMAC_192	);
  ------------------
  |  |  362|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_192		ASC_id_CA_ECDH".3"
  |  |  ------------------
  |  |  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_192	, SN_id_CA_ECDH_AES_CBC_CMAC_192	, SN_id_CA_ECDH_AES_CBC_CMAC_192	);
  ------------------
  |  |  185|      1|#define SN_id_CA_ECDH_AES_CBC_CMAC_192		"id-CA-ECDH-AES-CBC-CMAC-192"
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_192	, SN_id_CA_ECDH_AES_CBC_CMAC_192	, SN_id_CA_ECDH_AES_CBC_CMAC_192	);
  ------------------
  |  |  185|      1|#define SN_id_CA_ECDH_AES_CBC_CMAC_192		"id-CA-ECDH-AES-CBC-CMAC-192"
  ------------------
  366|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (366:9): [True: 1, False: 0]
  ------------------
  367|      1|        NID_id_CA_ECDH_AES_CBC_CMAC_192 = obj;
  368|       |
  369|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_256		ASC_id_CA_ECDH".4"
  370|      1|    obj = OBJ_txt2nid(ASC_id_CA_ECDH_AES_CBC_CMAC_256);
  ------------------
  |  |  369|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_256		ASC_id_CA_ECDH".4"
  |  |  ------------------
  |  |  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (371:9): [True: 1, False: 0]
  ------------------
  372|      1|        obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_256	, SN_id_CA_ECDH_AES_CBC_CMAC_256	, SN_id_CA_ECDH_AES_CBC_CMAC_256	);
  ------------------
  |  |  369|      1|#define ASC_id_CA_ECDH_AES_CBC_CMAC_256		ASC_id_CA_ECDH".4"
  |  |  ------------------
  |  |  |  |  341|      1|#define ASC_id_CA_ECDH		ASC_id_CA".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  304|      1|#define ASC_id_CA		ASC_bsi_de".2.2.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_256	, SN_id_CA_ECDH_AES_CBC_CMAC_256	, SN_id_CA_ECDH_AES_CBC_CMAC_256	);
  ------------------
  |  |  189|      1|#define SN_id_CA_ECDH_AES_CBC_CMAC_256		"id-CA-ECDH-AES-CBC-CMAC-256"
  ------------------
                      obj = OBJ_create(ASC_id_CA_ECDH_AES_CBC_CMAC_256	, SN_id_CA_ECDH_AES_CBC_CMAC_256	, SN_id_CA_ECDH_AES_CBC_CMAC_256	);
  ------------------
  |  |  189|      1|#define SN_id_CA_ECDH_AES_CBC_CMAC_256		"id-CA-ECDH-AES-CBC-CMAC-256"
  ------------------
  373|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (373:9): [True: 1, False: 0]
  ------------------
  374|      1|        NID_id_CA_ECDH_AES_CBC_CMAC_256 = obj;
  375|       |
  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  377|       |
  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  379|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_GM);
  ------------------
  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  ------------------
  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  380|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (380:9): [True: 1, False: 0]
  ------------------
  381|      1|        obj = OBJ_create(ASC_id_PACE_DH_GM	, SN_id_PACE_DH_GM	, SN_id_PACE_DH_GM	);
  ------------------
  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  ------------------
  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM	, SN_id_PACE_DH_GM	, SN_id_PACE_DH_GM	);
  ------------------
  |  |  195|      1|#define SN_id_PACE_DH_GM		"id-PACE-DH-GM"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM	, SN_id_PACE_DH_GM	, SN_id_PACE_DH_GM	);
  ------------------
  |  |  195|      1|#define SN_id_PACE_DH_GM		"id-PACE-DH-GM"
  ------------------
  382|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (382:9): [True: 1, False: 0]
  ------------------
  383|      1|        NID_id_PACE_DH_GM = obj;
  384|       |
  385|      1|#define ASC_id_PACE_DH_GM_3DES_CBC_CBC		ASC_id_PACE_DH_GM".1"
  386|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_GM_3DES_CBC_CBC);
  ------------------
  |  |  385|      1|#define ASC_id_PACE_DH_GM_3DES_CBC_CBC		ASC_id_PACE_DH_GM".1"
  |  |  ------------------
  |  |  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  387|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (387:9): [True: 1, False: 0]
  ------------------
  388|      1|        obj = OBJ_create(ASC_id_PACE_DH_GM_3DES_CBC_CBC	, SN_id_PACE_DH_GM_3DES_CBC_CBC	, SN_id_PACE_DH_GM_3DES_CBC_CBC	);
  ------------------
  |  |  385|      1|#define ASC_id_PACE_DH_GM_3DES_CBC_CBC		ASC_id_PACE_DH_GM".1"
  |  |  ------------------
  |  |  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM_3DES_CBC_CBC	, SN_id_PACE_DH_GM_3DES_CBC_CBC	, SN_id_PACE_DH_GM_3DES_CBC_CBC	);
  ------------------
  |  |  199|      1|#define SN_id_PACE_DH_GM_3DES_CBC_CBC		"id-PACE-DH-GM-3DES-CBC-CBC"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM_3DES_CBC_CBC	, SN_id_PACE_DH_GM_3DES_CBC_CBC	, SN_id_PACE_DH_GM_3DES_CBC_CBC	);
  ------------------
  |  |  199|      1|#define SN_id_PACE_DH_GM_3DES_CBC_CBC		"id-PACE-DH-GM-3DES-CBC-CBC"
  ------------------
  389|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (389:9): [True: 1, False: 0]
  ------------------
  390|      1|        NID_id_PACE_DH_GM_3DES_CBC_CBC = obj;
  391|       |
  392|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_128		ASC_id_PACE_DH_GM".2"
  393|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_GM_AES_CBC_CMAC_128);
  ------------------
  |  |  392|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_128		ASC_id_PACE_DH_GM".2"
  |  |  ------------------
  |  |  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  394|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (394:9): [True: 1, False: 0]
  ------------------
  395|      1|        obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_128	, SN_id_PACE_DH_GM_AES_CBC_CMAC_128	, SN_id_PACE_DH_GM_AES_CBC_CMAC_128	);
  ------------------
  |  |  392|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_128		ASC_id_PACE_DH_GM".2"
  |  |  ------------------
  |  |  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_128	, SN_id_PACE_DH_GM_AES_CBC_CMAC_128	, SN_id_PACE_DH_GM_AES_CBC_CMAC_128	);
  ------------------
  |  |  203|      1|#define SN_id_PACE_DH_GM_AES_CBC_CMAC_128		"id-PACE-DH-GM-AES-CBC-CMAC-128"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_128	, SN_id_PACE_DH_GM_AES_CBC_CMAC_128	, SN_id_PACE_DH_GM_AES_CBC_CMAC_128	);
  ------------------
  |  |  203|      1|#define SN_id_PACE_DH_GM_AES_CBC_CMAC_128		"id-PACE-DH-GM-AES-CBC-CMAC-128"
  ------------------
  396|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (396:9): [True: 1, False: 0]
  ------------------
  397|      1|        NID_id_PACE_DH_GM_AES_CBC_CMAC_128 = obj;
  398|       |
  399|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_192		ASC_id_PACE_DH_GM".3"
  400|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_GM_AES_CBC_CMAC_192);
  ------------------
  |  |  399|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_192		ASC_id_PACE_DH_GM".3"
  |  |  ------------------
  |  |  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  401|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (401:9): [True: 1, False: 0]
  ------------------
  402|      1|        obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_192	, SN_id_PACE_DH_GM_AES_CBC_CMAC_192	, SN_id_PACE_DH_GM_AES_CBC_CMAC_192	);
  ------------------
  |  |  399|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_192		ASC_id_PACE_DH_GM".3"
  |  |  ------------------
  |  |  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_192	, SN_id_PACE_DH_GM_AES_CBC_CMAC_192	, SN_id_PACE_DH_GM_AES_CBC_CMAC_192	);
  ------------------
  |  |  207|      1|#define SN_id_PACE_DH_GM_AES_CBC_CMAC_192		"id-PACE-DH-GM-AES-CBC-CMAC-192"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_192	, SN_id_PACE_DH_GM_AES_CBC_CMAC_192	, SN_id_PACE_DH_GM_AES_CBC_CMAC_192	);
  ------------------
  |  |  207|      1|#define SN_id_PACE_DH_GM_AES_CBC_CMAC_192		"id-PACE-DH-GM-AES-CBC-CMAC-192"
  ------------------
  403|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (403:9): [True: 1, False: 0]
  ------------------
  404|      1|        NID_id_PACE_DH_GM_AES_CBC_CMAC_192 = obj;
  405|       |
  406|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_256		ASC_id_PACE_DH_GM".4"
  407|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_GM_AES_CBC_CMAC_256);
  ------------------
  |  |  406|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_256		ASC_id_PACE_DH_GM".4"
  |  |  ------------------
  |  |  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  408|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (408:9): [True: 1, False: 0]
  ------------------
  409|      1|        obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_256	, SN_id_PACE_DH_GM_AES_CBC_CMAC_256	, SN_id_PACE_DH_GM_AES_CBC_CMAC_256	);
  ------------------
  |  |  406|      1|#define ASC_id_PACE_DH_GM_AES_CBC_CMAC_256		ASC_id_PACE_DH_GM".4"
  |  |  ------------------
  |  |  |  |  378|      1|#define ASC_id_PACE_DH_GM		ASC_id_PACE".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_256	, SN_id_PACE_DH_GM_AES_CBC_CMAC_256	, SN_id_PACE_DH_GM_AES_CBC_CMAC_256	);
  ------------------
  |  |  211|      1|#define SN_id_PACE_DH_GM_AES_CBC_CMAC_256		"id-PACE-DH-GM-AES-CBC-CMAC-256"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_GM_AES_CBC_CMAC_256	, SN_id_PACE_DH_GM_AES_CBC_CMAC_256	, SN_id_PACE_DH_GM_AES_CBC_CMAC_256	);
  ------------------
  |  |  211|      1|#define SN_id_PACE_DH_GM_AES_CBC_CMAC_256		"id-PACE-DH-GM-AES-CBC-CMAC-256"
  ------------------
  410|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (410:9): [True: 1, False: 0]
  ------------------
  411|      1|        NID_id_PACE_DH_GM_AES_CBC_CMAC_256 = obj;
  412|       |
  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  414|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_GM);
  ------------------
  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  ------------------
  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  415|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (415:9): [True: 1, False: 0]
  ------------------
  416|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_GM	, SN_id_PACE_ECDH_GM	, SN_id_PACE_ECDH_GM	);
  ------------------
  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  ------------------
  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM	, SN_id_PACE_ECDH_GM	, SN_id_PACE_ECDH_GM	);
  ------------------
  |  |  215|      1|#define SN_id_PACE_ECDH_GM		"id-PACE-ECDH-GM"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM	, SN_id_PACE_ECDH_GM	, SN_id_PACE_ECDH_GM	);
  ------------------
  |  |  215|      1|#define SN_id_PACE_ECDH_GM		"id-PACE-ECDH-GM"
  ------------------
  417|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (417:9): [True: 1, False: 0]
  ------------------
  418|      1|        NID_id_PACE_ECDH_GM = obj;
  419|       |
  420|      1|#define ASC_id_PACE_ECDH_GM_3DES_CBC_CBC		ASC_id_PACE_ECDH_GM".1"
  421|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_GM_3DES_CBC_CBC);
  ------------------
  |  |  420|      1|#define ASC_id_PACE_ECDH_GM_3DES_CBC_CBC		ASC_id_PACE_ECDH_GM".1"
  |  |  ------------------
  |  |  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  422|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (422:9): [True: 1, False: 0]
  ------------------
  423|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_GM_3DES_CBC_CBC	, SN_id_PACE_ECDH_GM_3DES_CBC_CBC	, SN_id_PACE_ECDH_GM_3DES_CBC_CBC	);
  ------------------
  |  |  420|      1|#define ASC_id_PACE_ECDH_GM_3DES_CBC_CBC		ASC_id_PACE_ECDH_GM".1"
  |  |  ------------------
  |  |  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM_3DES_CBC_CBC	, SN_id_PACE_ECDH_GM_3DES_CBC_CBC	, SN_id_PACE_ECDH_GM_3DES_CBC_CBC	);
  ------------------
  |  |  219|      1|#define SN_id_PACE_ECDH_GM_3DES_CBC_CBC		"id-PACE-ECDH-GM-3DES-CBC-CBC"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM_3DES_CBC_CBC	, SN_id_PACE_ECDH_GM_3DES_CBC_CBC	, SN_id_PACE_ECDH_GM_3DES_CBC_CBC	);
  ------------------
  |  |  219|      1|#define SN_id_PACE_ECDH_GM_3DES_CBC_CBC		"id-PACE-ECDH-GM-3DES-CBC-CBC"
  ------------------
  424|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (424:9): [True: 1, False: 0]
  ------------------
  425|      1|        NID_id_PACE_ECDH_GM_3DES_CBC_CBC = obj;
  426|       |
  427|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_128		ASC_id_PACE_ECDH_GM".2"
  428|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_128);
  ------------------
  |  |  427|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_128		ASC_id_PACE_ECDH_GM".2"
  |  |  ------------------
  |  |  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (429:9): [True: 1, False: 0]
  ------------------
  430|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_128	);
  ------------------
  |  |  427|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_128		ASC_id_PACE_ECDH_GM".2"
  |  |  ------------------
  |  |  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_128	);
  ------------------
  |  |  223|      1|#define SN_id_PACE_ECDH_GM_AES_CBC_CMAC_128		"id-PACE-ECDH-GM-AES-CBC-CMAC-128"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_128	);
  ------------------
  |  |  223|      1|#define SN_id_PACE_ECDH_GM_AES_CBC_CMAC_128		"id-PACE-ECDH-GM-AES-CBC-CMAC-128"
  ------------------
  431|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (431:9): [True: 1, False: 0]
  ------------------
  432|      1|        NID_id_PACE_ECDH_GM_AES_CBC_CMAC_128 = obj;
  433|       |
  434|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_192		ASC_id_PACE_ECDH_GM".3"
  435|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_192);
  ------------------
  |  |  434|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_192		ASC_id_PACE_ECDH_GM".3"
  |  |  ------------------
  |  |  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (436:9): [True: 1, False: 0]
  ------------------
  437|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_192	);
  ------------------
  |  |  434|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_192		ASC_id_PACE_ECDH_GM".3"
  |  |  ------------------
  |  |  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_192	);
  ------------------
  |  |  227|      1|#define SN_id_PACE_ECDH_GM_AES_CBC_CMAC_192		"id-PACE-ECDH-GM-AES-CBC-CMAC-192"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_192	);
  ------------------
  |  |  227|      1|#define SN_id_PACE_ECDH_GM_AES_CBC_CMAC_192		"id-PACE-ECDH-GM-AES-CBC-CMAC-192"
  ------------------
  438|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (438:9): [True: 1, False: 0]
  ------------------
  439|      1|        NID_id_PACE_ECDH_GM_AES_CBC_CMAC_192 = obj;
  440|       |
  441|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_256		ASC_id_PACE_ECDH_GM".4"
  442|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_256);
  ------------------
  |  |  441|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_256		ASC_id_PACE_ECDH_GM".4"
  |  |  ------------------
  |  |  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  443|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (443:9): [True: 1, False: 0]
  ------------------
  444|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_256	);
  ------------------
  |  |  441|      1|#define ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_256		ASC_id_PACE_ECDH_GM".4"
  |  |  ------------------
  |  |  |  |  413|      1|#define ASC_id_PACE_ECDH_GM		ASC_id_PACE".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_256	);
  ------------------
  |  |  231|      1|#define SN_id_PACE_ECDH_GM_AES_CBC_CMAC_256		"id-PACE-ECDH-GM-AES-CBC-CMAC-256"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_GM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_GM_AES_CBC_CMAC_256	);
  ------------------
  |  |  231|      1|#define SN_id_PACE_ECDH_GM_AES_CBC_CMAC_256		"id-PACE-ECDH-GM-AES-CBC-CMAC-256"
  ------------------
  445|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (445:9): [True: 1, False: 0]
  ------------------
  446|      1|        NID_id_PACE_ECDH_GM_AES_CBC_CMAC_256 = obj;
  447|       |
  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  449|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_IM);
  ------------------
  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  ------------------
  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (450:9): [True: 1, False: 0]
  ------------------
  451|      1|        obj = OBJ_create(ASC_id_PACE_DH_IM	, SN_id_PACE_DH_IM	, SN_id_PACE_DH_IM	);
  ------------------
  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  ------------------
  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM	, SN_id_PACE_DH_IM	, SN_id_PACE_DH_IM	);
  ------------------
  |  |  235|      1|#define SN_id_PACE_DH_IM		"id-PACE-DH-IM"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM	, SN_id_PACE_DH_IM	, SN_id_PACE_DH_IM	);
  ------------------
  |  |  235|      1|#define SN_id_PACE_DH_IM		"id-PACE-DH-IM"
  ------------------
  452|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (452:9): [True: 1, False: 0]
  ------------------
  453|      1|        NID_id_PACE_DH_IM = obj;
  454|       |
  455|      1|#define ASC_id_PACE_DH_IM_3DES_CBC_CBC		ASC_id_PACE_DH_IM".1"
  456|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_IM_3DES_CBC_CBC);
  ------------------
  |  |  455|      1|#define ASC_id_PACE_DH_IM_3DES_CBC_CBC		ASC_id_PACE_DH_IM".1"
  |  |  ------------------
  |  |  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  457|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (457:9): [True: 1, False: 0]
  ------------------
  458|      1|        obj = OBJ_create(ASC_id_PACE_DH_IM_3DES_CBC_CBC	, SN_id_PACE_DH_IM_3DES_CBC_CBC	, SN_id_PACE_DH_IM_3DES_CBC_CBC	);
  ------------------
  |  |  455|      1|#define ASC_id_PACE_DH_IM_3DES_CBC_CBC		ASC_id_PACE_DH_IM".1"
  |  |  ------------------
  |  |  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM_3DES_CBC_CBC	, SN_id_PACE_DH_IM_3DES_CBC_CBC	, SN_id_PACE_DH_IM_3DES_CBC_CBC	);
  ------------------
  |  |  239|      1|#define SN_id_PACE_DH_IM_3DES_CBC_CBC		"id-PACE-DH-IM-3DES-CBC-CBC"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM_3DES_CBC_CBC	, SN_id_PACE_DH_IM_3DES_CBC_CBC	, SN_id_PACE_DH_IM_3DES_CBC_CBC	);
  ------------------
  |  |  239|      1|#define SN_id_PACE_DH_IM_3DES_CBC_CBC		"id-PACE-DH-IM-3DES-CBC-CBC"
  ------------------
  459|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (459:9): [True: 1, False: 0]
  ------------------
  460|      1|        NID_id_PACE_DH_IM_3DES_CBC_CBC = obj;
  461|       |
  462|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_128		ASC_id_PACE_DH_IM".2"
  463|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_IM_AES_CBC_CMAC_128);
  ------------------
  |  |  462|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_128		ASC_id_PACE_DH_IM".2"
  |  |  ------------------
  |  |  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (464:9): [True: 1, False: 0]
  ------------------
  465|      1|        obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_128	, SN_id_PACE_DH_IM_AES_CBC_CMAC_128	, SN_id_PACE_DH_IM_AES_CBC_CMAC_128	);
  ------------------
  |  |  462|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_128		ASC_id_PACE_DH_IM".2"
  |  |  ------------------
  |  |  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_128	, SN_id_PACE_DH_IM_AES_CBC_CMAC_128	, SN_id_PACE_DH_IM_AES_CBC_CMAC_128	);
  ------------------
  |  |  243|      1|#define SN_id_PACE_DH_IM_AES_CBC_CMAC_128		"id-PACE-DH-IM-AES-CBC-CMAC-128"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_128	, SN_id_PACE_DH_IM_AES_CBC_CMAC_128	, SN_id_PACE_DH_IM_AES_CBC_CMAC_128	);
  ------------------
  |  |  243|      1|#define SN_id_PACE_DH_IM_AES_CBC_CMAC_128		"id-PACE-DH-IM-AES-CBC-CMAC-128"
  ------------------
  466|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (466:9): [True: 1, False: 0]
  ------------------
  467|      1|        NID_id_PACE_DH_IM_AES_CBC_CMAC_128 = obj;
  468|       |
  469|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_192		ASC_id_PACE_DH_IM".3"
  470|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_IM_AES_CBC_CMAC_192);
  ------------------
  |  |  469|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_192		ASC_id_PACE_DH_IM".3"
  |  |  ------------------
  |  |  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  471|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (471:9): [True: 1, False: 0]
  ------------------
  472|      1|        obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_192	, SN_id_PACE_DH_IM_AES_CBC_CMAC_192	, SN_id_PACE_DH_IM_AES_CBC_CMAC_192	);
  ------------------
  |  |  469|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_192		ASC_id_PACE_DH_IM".3"
  |  |  ------------------
  |  |  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_192	, SN_id_PACE_DH_IM_AES_CBC_CMAC_192	, SN_id_PACE_DH_IM_AES_CBC_CMAC_192	);
  ------------------
  |  |  247|      1|#define SN_id_PACE_DH_IM_AES_CBC_CMAC_192		"id-PACE-DH-IM-AES-CBC-CMAC-192"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_192	, SN_id_PACE_DH_IM_AES_CBC_CMAC_192	, SN_id_PACE_DH_IM_AES_CBC_CMAC_192	);
  ------------------
  |  |  247|      1|#define SN_id_PACE_DH_IM_AES_CBC_CMAC_192		"id-PACE-DH-IM-AES-CBC-CMAC-192"
  ------------------
  473|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (473:9): [True: 1, False: 0]
  ------------------
  474|      1|        NID_id_PACE_DH_IM_AES_CBC_CMAC_192 = obj;
  475|       |
  476|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_256		ASC_id_PACE_DH_IM".4"
  477|      1|    obj = OBJ_txt2nid(ASC_id_PACE_DH_IM_AES_CBC_CMAC_256);
  ------------------
  |  |  476|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_256		ASC_id_PACE_DH_IM".4"
  |  |  ------------------
  |  |  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (478:9): [True: 1, False: 0]
  ------------------
  479|      1|        obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_256	, SN_id_PACE_DH_IM_AES_CBC_CMAC_256	, SN_id_PACE_DH_IM_AES_CBC_CMAC_256	);
  ------------------
  |  |  476|      1|#define ASC_id_PACE_DH_IM_AES_CBC_CMAC_256		ASC_id_PACE_DH_IM".4"
  |  |  ------------------
  |  |  |  |  448|      1|#define ASC_id_PACE_DH_IM		ASC_id_PACE".3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_256	, SN_id_PACE_DH_IM_AES_CBC_CMAC_256	, SN_id_PACE_DH_IM_AES_CBC_CMAC_256	);
  ------------------
  |  |  251|      1|#define SN_id_PACE_DH_IM_AES_CBC_CMAC_256		"id-PACE-DH-IM-AES-CBC-CMAC-256"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_DH_IM_AES_CBC_CMAC_256	, SN_id_PACE_DH_IM_AES_CBC_CMAC_256	, SN_id_PACE_DH_IM_AES_CBC_CMAC_256	);
  ------------------
  |  |  251|      1|#define SN_id_PACE_DH_IM_AES_CBC_CMAC_256		"id-PACE-DH-IM-AES-CBC-CMAC-256"
  ------------------
  480|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (480:9): [True: 1, False: 0]
  ------------------
  481|      1|        NID_id_PACE_DH_IM_AES_CBC_CMAC_256 = obj;
  482|       |
  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  484|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_IM);
  ------------------
  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  ------------------
  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  485|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (485:9): [True: 1, False: 0]
  ------------------
  486|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_IM	, SN_id_PACE_ECDH_IM	, SN_id_PACE_ECDH_IM	);
  ------------------
  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  ------------------
  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM	, SN_id_PACE_ECDH_IM	, SN_id_PACE_ECDH_IM	);
  ------------------
  |  |  255|      1|#define SN_id_PACE_ECDH_IM		"id-PACE-ECDH-IM"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM	, SN_id_PACE_ECDH_IM	, SN_id_PACE_ECDH_IM	);
  ------------------
  |  |  255|      1|#define SN_id_PACE_ECDH_IM		"id-PACE-ECDH-IM"
  ------------------
  487|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (487:9): [True: 1, False: 0]
  ------------------
  488|      1|        NID_id_PACE_ECDH_IM = obj;
  489|       |
  490|      1|#define ASC_id_PACE_ECDH_IM_3DES_CBC_CBC		ASC_id_PACE_ECDH_IM".1"
  491|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_IM_3DES_CBC_CBC);
  ------------------
  |  |  490|      1|#define ASC_id_PACE_ECDH_IM_3DES_CBC_CBC		ASC_id_PACE_ECDH_IM".1"
  |  |  ------------------
  |  |  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  492|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (492:9): [True: 1, False: 0]
  ------------------
  493|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_IM_3DES_CBC_CBC	, SN_id_PACE_ECDH_IM_3DES_CBC_CBC	, SN_id_PACE_ECDH_IM_3DES_CBC_CBC	);
  ------------------
  |  |  490|      1|#define ASC_id_PACE_ECDH_IM_3DES_CBC_CBC		ASC_id_PACE_ECDH_IM".1"
  |  |  ------------------
  |  |  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM_3DES_CBC_CBC	, SN_id_PACE_ECDH_IM_3DES_CBC_CBC	, SN_id_PACE_ECDH_IM_3DES_CBC_CBC	);
  ------------------
  |  |  259|      1|#define SN_id_PACE_ECDH_IM_3DES_CBC_CBC		"id-PACE-ECDH-IM-3DES-CBC-CBC"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM_3DES_CBC_CBC	, SN_id_PACE_ECDH_IM_3DES_CBC_CBC	, SN_id_PACE_ECDH_IM_3DES_CBC_CBC	);
  ------------------
  |  |  259|      1|#define SN_id_PACE_ECDH_IM_3DES_CBC_CBC		"id-PACE-ECDH-IM-3DES-CBC-CBC"
  ------------------
  494|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (494:9): [True: 1, False: 0]
  ------------------
  495|      1|        NID_id_PACE_ECDH_IM_3DES_CBC_CBC = obj;
  496|       |
  497|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_128		ASC_id_PACE_ECDH_IM".2"
  498|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_128);
  ------------------
  |  |  497|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_128		ASC_id_PACE_ECDH_IM".2"
  |  |  ------------------
  |  |  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  499|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (499:9): [True: 1, False: 0]
  ------------------
  500|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_128	);
  ------------------
  |  |  497|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_128		ASC_id_PACE_ECDH_IM".2"
  |  |  ------------------
  |  |  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_128	);
  ------------------
  |  |  263|      1|#define SN_id_PACE_ECDH_IM_AES_CBC_CMAC_128		"id-PACE-ECDH-IM-AES-CBC-CMAC-128"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_128	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_128	);
  ------------------
  |  |  263|      1|#define SN_id_PACE_ECDH_IM_AES_CBC_CMAC_128		"id-PACE-ECDH-IM-AES-CBC-CMAC-128"
  ------------------
  501|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (501:9): [True: 1, False: 0]
  ------------------
  502|      1|        NID_id_PACE_ECDH_IM_AES_CBC_CMAC_128 = obj;
  503|       |
  504|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_192		ASC_id_PACE_ECDH_IM".3"
  505|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_192);
  ------------------
  |  |  504|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_192		ASC_id_PACE_ECDH_IM".3"
  |  |  ------------------
  |  |  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  506|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (506:9): [True: 1, False: 0]
  ------------------
  507|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_192	);
  ------------------
  |  |  504|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_192		ASC_id_PACE_ECDH_IM".3"
  |  |  ------------------
  |  |  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_192	);
  ------------------
  |  |  267|      1|#define SN_id_PACE_ECDH_IM_AES_CBC_CMAC_192		"id-PACE-ECDH-IM-AES-CBC-CMAC-192"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_192	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_192	);
  ------------------
  |  |  267|      1|#define SN_id_PACE_ECDH_IM_AES_CBC_CMAC_192		"id-PACE-ECDH-IM-AES-CBC-CMAC-192"
  ------------------
  508|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (508:9): [True: 1, False: 0]
  ------------------
  509|      1|        NID_id_PACE_ECDH_IM_AES_CBC_CMAC_192 = obj;
  510|       |
  511|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_256		ASC_id_PACE_ECDH_IM".4"
  512|      1|    obj = OBJ_txt2nid(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_256);
  ------------------
  |  |  511|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_256		ASC_id_PACE_ECDH_IM".4"
  |  |  ------------------
  |  |  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (513:9): [True: 1, False: 0]
  ------------------
  514|      1|        obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_256	);
  ------------------
  |  |  511|      1|#define ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_256		ASC_id_PACE_ECDH_IM".4"
  |  |  ------------------
  |  |  |  |  483|      1|#define ASC_id_PACE_ECDH_IM		ASC_id_PACE".4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  376|      1|#define ASC_id_PACE		ASC_bsi_de".2.2.4"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_256	);
  ------------------
  |  |  271|      1|#define SN_id_PACE_ECDH_IM_AES_CBC_CMAC_256		"id-PACE-ECDH-IM-AES-CBC-CMAC-256"
  ------------------
                      obj = OBJ_create(ASC_id_PACE_ECDH_IM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_256	, SN_id_PACE_ECDH_IM_AES_CBC_CMAC_256	);
  ------------------
  |  |  271|      1|#define SN_id_PACE_ECDH_IM_AES_CBC_CMAC_256		"id-PACE-ECDH-IM-AES-CBC-CMAC-256"
  ------------------
  515|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (515:9): [True: 1, False: 0]
  ------------------
  516|      1|        NID_id_PACE_ECDH_IM_AES_CBC_CMAC_256 = obj;
  517|       |
  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  519|       |
  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  521|      1|    obj = OBJ_txt2nid(ASC_id_RI_DH);
  ------------------
  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  ------------------
  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  522|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (522:9): [True: 1, False: 0]
  ------------------
  523|      1|        obj = OBJ_create(ASC_id_RI_DH	, SN_id_RI_DH	, SN_id_RI_DH	);
  ------------------
  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  ------------------
  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH	, SN_id_RI_DH	, SN_id_RI_DH	);
  ------------------
  |  |  277|      1|#define SN_id_RI_DH		"id-RI-DH"
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH	, SN_id_RI_DH	, SN_id_RI_DH	);
  ------------------
  |  |  277|      1|#define SN_id_RI_DH		"id-RI-DH"
  ------------------
  524|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (524:9): [True: 1, False: 0]
  ------------------
  525|      1|        NID_id_RI_DH = obj;
  526|       |
  527|      1|#define ASC_id_RI_DH_SHA_1		ASC_id_RI_DH".1"
  528|      1|    obj = OBJ_txt2nid(ASC_id_RI_DH_SHA_1);
  ------------------
  |  |  527|      1|#define ASC_id_RI_DH_SHA_1		ASC_id_RI_DH".1"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  529|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (529:9): [True: 1, False: 0]
  ------------------
  530|      1|        obj = OBJ_create(ASC_id_RI_DH_SHA_1	, SN_id_RI_DH_SHA_1	, SN_id_RI_DH_SHA_1	);
  ------------------
  |  |  527|      1|#define ASC_id_RI_DH_SHA_1		ASC_id_RI_DH".1"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_1	, SN_id_RI_DH_SHA_1	, SN_id_RI_DH_SHA_1	);
  ------------------
  |  |  281|      1|#define SN_id_RI_DH_SHA_1		"id-RI-DH-SHA-1"
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_1	, SN_id_RI_DH_SHA_1	, SN_id_RI_DH_SHA_1	);
  ------------------
  |  |  281|      1|#define SN_id_RI_DH_SHA_1		"id-RI-DH-SHA-1"
  ------------------
  531|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (531:9): [True: 1, False: 0]
  ------------------
  532|      1|        NID_id_RI_DH_SHA_1 = obj;
  533|       |
  534|      1|#define ASC_id_RI_DH_SHA_224		ASC_id_RI_DH".2"
  535|      1|    obj = OBJ_txt2nid(ASC_id_RI_DH_SHA_224);
  ------------------
  |  |  534|      1|#define ASC_id_RI_DH_SHA_224		ASC_id_RI_DH".2"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  536|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (536:9): [True: 1, False: 0]
  ------------------
  537|      1|        obj = OBJ_create(ASC_id_RI_DH_SHA_224	, SN_id_RI_DH_SHA_224	, SN_id_RI_DH_SHA_224	);
  ------------------
  |  |  534|      1|#define ASC_id_RI_DH_SHA_224		ASC_id_RI_DH".2"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_224	, SN_id_RI_DH_SHA_224	, SN_id_RI_DH_SHA_224	);
  ------------------
  |  |  285|      1|#define SN_id_RI_DH_SHA_224		"id-RI-DH-SHA-224"
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_224	, SN_id_RI_DH_SHA_224	, SN_id_RI_DH_SHA_224	);
  ------------------
  |  |  285|      1|#define SN_id_RI_DH_SHA_224		"id-RI-DH-SHA-224"
  ------------------
  538|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (538:9): [True: 1, False: 0]
  ------------------
  539|      1|        NID_id_RI_DH_SHA_224 = obj;
  540|       |
  541|      1|#define ASC_id_RI_DH_SHA_256		ASC_id_RI_DH".3"
  542|      1|    obj = OBJ_txt2nid(ASC_id_RI_DH_SHA_256);
  ------------------
  |  |  541|      1|#define ASC_id_RI_DH_SHA_256		ASC_id_RI_DH".3"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (543:9): [True: 1, False: 0]
  ------------------
  544|      1|        obj = OBJ_create(ASC_id_RI_DH_SHA_256	, SN_id_RI_DH_SHA_256	, SN_id_RI_DH_SHA_256	);
  ------------------
  |  |  541|      1|#define ASC_id_RI_DH_SHA_256		ASC_id_RI_DH".3"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_256	, SN_id_RI_DH_SHA_256	, SN_id_RI_DH_SHA_256	);
  ------------------
  |  |  289|      1|#define SN_id_RI_DH_SHA_256		"id-RI-DH-SHA-256"
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_256	, SN_id_RI_DH_SHA_256	, SN_id_RI_DH_SHA_256	);
  ------------------
  |  |  289|      1|#define SN_id_RI_DH_SHA_256		"id-RI-DH-SHA-256"
  ------------------
  545|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (545:9): [True: 1, False: 0]
  ------------------
  546|      1|        NID_id_RI_DH_SHA_256 = obj;
  547|       |
  548|      1|#define ASC_id_RI_DH_SHA_384		ASC_id_RI_DH".4"
  549|      1|    obj = OBJ_txt2nid(ASC_id_RI_DH_SHA_384);
  ------------------
  |  |  548|      1|#define ASC_id_RI_DH_SHA_384		ASC_id_RI_DH".4"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (550:9): [True: 1, False: 0]
  ------------------
  551|      1|        obj = OBJ_create(ASC_id_RI_DH_SHA_384	, SN_id_RI_DH_SHA_384	, SN_id_RI_DH_SHA_384	);
  ------------------
  |  |  548|      1|#define ASC_id_RI_DH_SHA_384		ASC_id_RI_DH".4"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_384	, SN_id_RI_DH_SHA_384	, SN_id_RI_DH_SHA_384	);
  ------------------
  |  |  293|      1|#define SN_id_RI_DH_SHA_384		"id-RI-DH-SHA-384"
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_384	, SN_id_RI_DH_SHA_384	, SN_id_RI_DH_SHA_384	);
  ------------------
  |  |  293|      1|#define SN_id_RI_DH_SHA_384		"id-RI-DH-SHA-384"
  ------------------
  552|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (552:9): [True: 1, False: 0]
  ------------------
  553|      1|        NID_id_RI_DH_SHA_384 = obj;
  554|       |
  555|      1|#define ASC_id_RI_DH_SHA_512		ASC_id_RI_DH".5"
  556|      1|    obj = OBJ_txt2nid(ASC_id_RI_DH_SHA_512);
  ------------------
  |  |  555|      1|#define ASC_id_RI_DH_SHA_512		ASC_id_RI_DH".5"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  557|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (557:9): [True: 1, False: 0]
  ------------------
  558|      1|        obj = OBJ_create(ASC_id_RI_DH_SHA_512	, SN_id_RI_DH_SHA_512	, SN_id_RI_DH_SHA_512	);
  ------------------
  |  |  555|      1|#define ASC_id_RI_DH_SHA_512		ASC_id_RI_DH".5"
  |  |  ------------------
  |  |  |  |  520|      1|#define ASC_id_RI_DH		ASC_id_RI".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_512	, SN_id_RI_DH_SHA_512	, SN_id_RI_DH_SHA_512	);
  ------------------
  |  |  297|      1|#define SN_id_RI_DH_SHA_512		"id-RI-DH-SHA-512"
  ------------------
                      obj = OBJ_create(ASC_id_RI_DH_SHA_512	, SN_id_RI_DH_SHA_512	, SN_id_RI_DH_SHA_512	);
  ------------------
  |  |  297|      1|#define SN_id_RI_DH_SHA_512		"id-RI-DH-SHA-512"
  ------------------
  559|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (559:9): [True: 1, False: 0]
  ------------------
  560|      1|        NID_id_RI_DH_SHA_512 = obj;
  561|       |
  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  563|      1|    obj = OBJ_txt2nid(ASC_id_RI_ECDH);
  ------------------
  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  ------------------
  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  564|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (564:9): [True: 1, False: 0]
  ------------------
  565|      1|        obj = OBJ_create(ASC_id_RI_ECDH	, SN_id_RI_ECDH	, SN_id_RI_ECDH	);
  ------------------
  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  ------------------
  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH	, SN_id_RI_ECDH	, SN_id_RI_ECDH	);
  ------------------
  |  |  301|      1|#define SN_id_RI_ECDH		"id-RI-ECDH"
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH	, SN_id_RI_ECDH	, SN_id_RI_ECDH	);
  ------------------
  |  |  301|      1|#define SN_id_RI_ECDH		"id-RI-ECDH"
  ------------------
  566|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (566:9): [True: 1, False: 0]
  ------------------
  567|      1|        NID_id_RI_ECDH = obj;
  568|       |
  569|      1|#define ASC_id_RI_ECDH_SHA_1		ASC_id_RI_ECDH".1"
  570|      1|    obj = OBJ_txt2nid(ASC_id_RI_ECDH_SHA_1);
  ------------------
  |  |  569|      1|#define ASC_id_RI_ECDH_SHA_1		ASC_id_RI_ECDH".1"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  571|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (571:9): [True: 1, False: 0]
  ------------------
  572|      1|        obj = OBJ_create(ASC_id_RI_ECDH_SHA_1	, SN_id_RI_ECDH_SHA_1	, SN_id_RI_ECDH_SHA_1	);
  ------------------
  |  |  569|      1|#define ASC_id_RI_ECDH_SHA_1		ASC_id_RI_ECDH".1"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_1	, SN_id_RI_ECDH_SHA_1	, SN_id_RI_ECDH_SHA_1	);
  ------------------
  |  |  305|      1|#define SN_id_RI_ECDH_SHA_1		"id-RI-ECDH-SHA-1"
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_1	, SN_id_RI_ECDH_SHA_1	, SN_id_RI_ECDH_SHA_1	);
  ------------------
  |  |  305|      1|#define SN_id_RI_ECDH_SHA_1		"id-RI-ECDH-SHA-1"
  ------------------
  573|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (573:9): [True: 1, False: 0]
  ------------------
  574|      1|        NID_id_RI_ECDH_SHA_1 = obj;
  575|       |
  576|      1|#define ASC_id_RI_ECDH_SHA_224		ASC_id_RI_ECDH".2"
  577|      1|    obj = OBJ_txt2nid(ASC_id_RI_ECDH_SHA_224);
  ------------------
  |  |  576|      1|#define ASC_id_RI_ECDH_SHA_224		ASC_id_RI_ECDH".2"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  578|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (578:9): [True: 1, False: 0]
  ------------------
  579|      1|        obj = OBJ_create(ASC_id_RI_ECDH_SHA_224	, SN_id_RI_ECDH_SHA_224	, SN_id_RI_ECDH_SHA_224	);
  ------------------
  |  |  576|      1|#define ASC_id_RI_ECDH_SHA_224		ASC_id_RI_ECDH".2"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_224	, SN_id_RI_ECDH_SHA_224	, SN_id_RI_ECDH_SHA_224	);
  ------------------
  |  |  309|      1|#define SN_id_RI_ECDH_SHA_224		"id-RI-ECDH-SHA-224"
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_224	, SN_id_RI_ECDH_SHA_224	, SN_id_RI_ECDH_SHA_224	);
  ------------------
  |  |  309|      1|#define SN_id_RI_ECDH_SHA_224		"id-RI-ECDH-SHA-224"
  ------------------
  580|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (580:9): [True: 1, False: 0]
  ------------------
  581|      1|        NID_id_RI_ECDH_SHA_224 = obj;
  582|       |
  583|      1|#define ASC_id_RI_ECDH_SHA_256		ASC_id_RI_ECDH".3"
  584|      1|    obj = OBJ_txt2nid(ASC_id_RI_ECDH_SHA_256);
  ------------------
  |  |  583|      1|#define ASC_id_RI_ECDH_SHA_256		ASC_id_RI_ECDH".3"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  585|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (585:9): [True: 1, False: 0]
  ------------------
  586|      1|        obj = OBJ_create(ASC_id_RI_ECDH_SHA_256	, SN_id_RI_ECDH_SHA_256	, SN_id_RI_ECDH_SHA_256	);
  ------------------
  |  |  583|      1|#define ASC_id_RI_ECDH_SHA_256		ASC_id_RI_ECDH".3"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_256	, SN_id_RI_ECDH_SHA_256	, SN_id_RI_ECDH_SHA_256	);
  ------------------
  |  |  313|      1|#define SN_id_RI_ECDH_SHA_256		"id-RI-ECDH-SHA-256"
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_256	, SN_id_RI_ECDH_SHA_256	, SN_id_RI_ECDH_SHA_256	);
  ------------------
  |  |  313|      1|#define SN_id_RI_ECDH_SHA_256		"id-RI-ECDH-SHA-256"
  ------------------
  587|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (587:9): [True: 1, False: 0]
  ------------------
  588|      1|        NID_id_RI_ECDH_SHA_256 = obj;
  589|       |
  590|      1|#define ASC_id_RI_ECDH_SHA_384		ASC_id_RI_ECDH".4"
  591|      1|    obj = OBJ_txt2nid(ASC_id_RI_ECDH_SHA_384);
  ------------------
  |  |  590|      1|#define ASC_id_RI_ECDH_SHA_384		ASC_id_RI_ECDH".4"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (592:9): [True: 1, False: 0]
  ------------------
  593|      1|        obj = OBJ_create(ASC_id_RI_ECDH_SHA_384	, SN_id_RI_ECDH_SHA_384	, SN_id_RI_ECDH_SHA_384	);
  ------------------
  |  |  590|      1|#define ASC_id_RI_ECDH_SHA_384		ASC_id_RI_ECDH".4"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_384	, SN_id_RI_ECDH_SHA_384	, SN_id_RI_ECDH_SHA_384	);
  ------------------
  |  |  317|      1|#define SN_id_RI_ECDH_SHA_384		"id-RI-ECDH-SHA-384"
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_384	, SN_id_RI_ECDH_SHA_384	, SN_id_RI_ECDH_SHA_384	);
  ------------------
  |  |  317|      1|#define SN_id_RI_ECDH_SHA_384		"id-RI-ECDH-SHA-384"
  ------------------
  594|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (594:9): [True: 1, False: 0]
  ------------------
  595|      1|        NID_id_RI_ECDH_SHA_384 = obj;
  596|       |
  597|      1|#define ASC_id_RI_ECDH_SHA_512		ASC_id_RI_ECDH".5"
  598|      1|    obj = OBJ_txt2nid(ASC_id_RI_ECDH_SHA_512);
  ------------------
  |  |  597|      1|#define ASC_id_RI_ECDH_SHA_512		ASC_id_RI_ECDH".5"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  599|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (599:9): [True: 1, False: 0]
  ------------------
  600|      1|        obj = OBJ_create(ASC_id_RI_ECDH_SHA_512	, SN_id_RI_ECDH_SHA_512	, SN_id_RI_ECDH_SHA_512	);
  ------------------
  |  |  597|      1|#define ASC_id_RI_ECDH_SHA_512		ASC_id_RI_ECDH".5"
  |  |  ------------------
  |  |  |  |  562|      1|#define ASC_id_RI_ECDH		ASC_id_RI".2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  518|      1|#define ASC_id_RI		ASC_bsi_de".2.2.5"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_512	, SN_id_RI_ECDH_SHA_512	, SN_id_RI_ECDH_SHA_512	);
  ------------------
  |  |  321|      1|#define SN_id_RI_ECDH_SHA_512		"id-RI-ECDH-SHA-512"
  ------------------
                      obj = OBJ_create(ASC_id_RI_ECDH_SHA_512	, SN_id_RI_ECDH_SHA_512	, SN_id_RI_ECDH_SHA_512	);
  ------------------
  |  |  321|      1|#define SN_id_RI_ECDH_SHA_512		"id-RI-ECDH-SHA-512"
  ------------------
  601|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (601:9): [True: 1, False: 0]
  ------------------
  602|      1|        NID_id_RI_ECDH_SHA_512 = obj;
  603|       |
  604|      1|#define ASC_id_CI		ASC_bsi_de".2.2.6"
  605|      1|    obj = OBJ_txt2nid(ASC_id_CI);
  ------------------
  |  |  604|      1|#define ASC_id_CI		ASC_bsi_de".2.2.6"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
  606|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (606:9): [True: 1, False: 0]
  ------------------
  607|      1|        obj = OBJ_create(ASC_id_CI	, SN_id_CI	, SN_id_CI	);
  ------------------
  |  |  604|      1|#define ASC_id_CI		ASC_bsi_de".2.2.6"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CI	, SN_id_CI	, SN_id_CI	);
  ------------------
  |  |  325|      1|#define SN_id_CI		"id-CI"
  ------------------
                      obj = OBJ_create(ASC_id_CI	, SN_id_CI	, SN_id_CI	);
  ------------------
  |  |  325|      1|#define SN_id_CI		"id-CI"
  ------------------
  608|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (608:9): [True: 1, False: 0]
  ------------------
  609|      1|        NID_id_CI = obj;
  610|       |
  611|      1|#define ASC_id_eIDSecurity		ASC_bsi_de".2.2.7"
  612|      1|    obj = OBJ_txt2nid(ASC_id_eIDSecurity);
  ------------------
  |  |  611|      1|#define ASC_id_eIDSecurity		ASC_bsi_de".2.2.7"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
  613|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (613:9): [True: 1, False: 0]
  ------------------
  614|      1|        obj = OBJ_create(ASC_id_eIDSecurity	, SN_id_eIDSecurity	, SN_id_eIDSecurity	);
  ------------------
  |  |  611|      1|#define ASC_id_eIDSecurity		ASC_bsi_de".2.2.7"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_eIDSecurity	, SN_id_eIDSecurity	, SN_id_eIDSecurity	);
  ------------------
  |  |  329|      1|#define SN_id_eIDSecurity		"id-eIDSecurity"
  ------------------
                      obj = OBJ_create(ASC_id_eIDSecurity	, SN_id_eIDSecurity	, SN_id_eIDSecurity	);
  ------------------
  |  |  329|      1|#define SN_id_eIDSecurity		"id-eIDSecurity"
  ------------------
  615|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (615:9): [True: 1, False: 0]
  ------------------
  616|      1|        NID_id_eIDSecurity = obj;
  617|       |
  618|      1|#define ASC_id_PT		ASC_bsi_de".2.2.8"
  619|      1|    obj = OBJ_txt2nid(ASC_id_PT);
  ------------------
  |  |  618|      1|#define ASC_id_PT		ASC_bsi_de".2.2.8"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
  620|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (620:9): [True: 1, False: 0]
  ------------------
  621|      1|        obj = OBJ_create(ASC_id_PT	, SN_id_PT	, SN_id_PT	);
  ------------------
  |  |  618|      1|#define ASC_id_PT		ASC_bsi_de".2.2.8"
  |  |  ------------------
  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_PT	, SN_id_PT	, SN_id_PT	);
  ------------------
  |  |  333|      1|#define SN_id_PT		"id-PT"
  ------------------
                      obj = OBJ_create(ASC_id_PT	, SN_id_PT	, SN_id_PT	);
  ------------------
  |  |  333|      1|#define SN_id_PT		"id-PT"
  ------------------
  622|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (622:9): [True: 1, False: 0]
  ------------------
  623|      1|        NID_id_PT = obj;
  624|       |
  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  626|       |
  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  628|       |
  629|      1|#define ASC_ecka_dh_SessionKDF		ASC_ecka_dh".2"
  630|      1|    obj = OBJ_txt2nid(ASC_ecka_dh_SessionKDF);
  ------------------
  |  |  629|      1|#define ASC_ecka_dh_SessionKDF		ASC_ecka_dh".2"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  631|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (631:9): [True: 1, False: 0]
  ------------------
  632|      1|        obj = OBJ_create(ASC_ecka_dh_SessionKDF	, SN_ecka_dh_SessionKDF	, SN_ecka_dh_SessionKDF	);
  ------------------
  |  |  629|      1|#define ASC_ecka_dh_SessionKDF		ASC_ecka_dh".2"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF	, SN_ecka_dh_SessionKDF	, SN_ecka_dh_SessionKDF	);
  ------------------
  |  |  341|      1|#define SN_ecka_dh_SessionKDF		"ecka-dh-SessionKDF"
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF	, SN_ecka_dh_SessionKDF	, SN_ecka_dh_SessionKDF	);
  ------------------
  |  |  341|      1|#define SN_ecka_dh_SessionKDF		"ecka-dh-SessionKDF"
  ------------------
  633|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (633:9): [True: 1, False: 0]
  ------------------
  634|      1|        NID_ecka_dh_SessionKDF = obj;
  635|       |
  636|      1|#define ASC_ecka_dh_SessionKDF_DES3		ASC_ecka_dh".2.1"
  637|      1|    obj = OBJ_txt2nid(ASC_ecka_dh_SessionKDF_DES3);
  ------------------
  |  |  636|      1|#define ASC_ecka_dh_SessionKDF_DES3		ASC_ecka_dh".2.1"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (638:9): [True: 1, False: 0]
  ------------------
  639|      1|        obj = OBJ_create(ASC_ecka_dh_SessionKDF_DES3	, SN_ecka_dh_SessionKDF_DES3	, SN_ecka_dh_SessionKDF_DES3	);
  ------------------
  |  |  636|      1|#define ASC_ecka_dh_SessionKDF_DES3		ASC_ecka_dh".2.1"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF_DES3	, SN_ecka_dh_SessionKDF_DES3	, SN_ecka_dh_SessionKDF_DES3	);
  ------------------
  |  |  345|      1|#define SN_ecka_dh_SessionKDF_DES3		"ecka-dh-SessionKDF-DES3"
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF_DES3	, SN_ecka_dh_SessionKDF_DES3	, SN_ecka_dh_SessionKDF_DES3	);
  ------------------
  |  |  345|      1|#define SN_ecka_dh_SessionKDF_DES3		"ecka-dh-SessionKDF-DES3"
  ------------------
  640|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (640:9): [True: 1, False: 0]
  ------------------
  641|      1|        NID_ecka_dh_SessionKDF_DES3 = obj;
  642|       |
  643|      1|#define ASC_ecka_dh_SessionKDF_AES128		ASC_ecka_dh".2.2"
  644|      1|    obj = OBJ_txt2nid(ASC_ecka_dh_SessionKDF_AES128);
  ------------------
  |  |  643|      1|#define ASC_ecka_dh_SessionKDF_AES128		ASC_ecka_dh".2.2"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  645|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (645:9): [True: 1, False: 0]
  ------------------
  646|      1|        obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES128	, SN_ecka_dh_SessionKDF_AES128	, SN_ecka_dh_SessionKDF_AES128	);
  ------------------
  |  |  643|      1|#define ASC_ecka_dh_SessionKDF_AES128		ASC_ecka_dh".2.2"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES128	, SN_ecka_dh_SessionKDF_AES128	, SN_ecka_dh_SessionKDF_AES128	);
  ------------------
  |  |  349|      1|#define SN_ecka_dh_SessionKDF_AES128		"ecka-dh-SessionKDF-AES128"
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES128	, SN_ecka_dh_SessionKDF_AES128	, SN_ecka_dh_SessionKDF_AES128	);
  ------------------
  |  |  349|      1|#define SN_ecka_dh_SessionKDF_AES128		"ecka-dh-SessionKDF-AES128"
  ------------------
  647|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (647:9): [True: 1, False: 0]
  ------------------
  648|      1|        NID_ecka_dh_SessionKDF_AES128 = obj;
  649|       |
  650|      1|#define ASC_ecka_dh_SessionKDF_AES192		ASC_ecka_dh".2.3"
  651|      1|    obj = OBJ_txt2nid(ASC_ecka_dh_SessionKDF_AES192);
  ------------------
  |  |  650|      1|#define ASC_ecka_dh_SessionKDF_AES192		ASC_ecka_dh".2.3"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (652:9): [True: 1, False: 0]
  ------------------
  653|      1|        obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES192	, SN_ecka_dh_SessionKDF_AES192	, SN_ecka_dh_SessionKDF_AES192	);
  ------------------
  |  |  650|      1|#define ASC_ecka_dh_SessionKDF_AES192		ASC_ecka_dh".2.3"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES192	, SN_ecka_dh_SessionKDF_AES192	, SN_ecka_dh_SessionKDF_AES192	);
  ------------------
  |  |  353|      1|#define SN_ecka_dh_SessionKDF_AES192		"ecka-dh-SessionKDF-AES192"
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES192	, SN_ecka_dh_SessionKDF_AES192	, SN_ecka_dh_SessionKDF_AES192	);
  ------------------
  |  |  353|      1|#define SN_ecka_dh_SessionKDF_AES192		"ecka-dh-SessionKDF-AES192"
  ------------------
  654|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (654:9): [True: 1, False: 0]
  ------------------
  655|      1|        NID_ecka_dh_SessionKDF_AES192 = obj;
  656|       |
  657|      1|#define ASC_ecka_dh_SessionKDF_AES256		ASC_ecka_dh".2.4"
  658|      1|    obj = OBJ_txt2nid(ASC_ecka_dh_SessionKDF_AES256);
  ------------------
  |  |  657|      1|#define ASC_ecka_dh_SessionKDF_AES256		ASC_ecka_dh".2.4"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  659|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (659:9): [True: 1, False: 0]
  ------------------
  660|      1|        obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES256	, SN_ecka_dh_SessionKDF_AES256	, SN_ecka_dh_SessionKDF_AES256	);
  ------------------
  |  |  657|      1|#define ASC_ecka_dh_SessionKDF_AES256		ASC_ecka_dh".2.4"
  |  |  ------------------
  |  |  |  |  627|      1|#define ASC_ecka_dh		ASC_id_ecc".5.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  625|      1|#define ASC_id_ecc		ASC_bsi_de".1.1"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES256	, SN_ecka_dh_SessionKDF_AES256	, SN_ecka_dh_SessionKDF_AES256	);
  ------------------
  |  |  357|      1|#define SN_ecka_dh_SessionKDF_AES256		"ecka-dh-SessionKDF-AES256"
  ------------------
                      obj = OBJ_create(ASC_ecka_dh_SessionKDF_AES256	, SN_ecka_dh_SessionKDF_AES256	, SN_ecka_dh_SessionKDF_AES256	);
  ------------------
  |  |  357|      1|#define SN_ecka_dh_SessionKDF_AES256		"ecka-dh-SessionKDF-AES256"
  ------------------
  661|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (661:9): [True: 1, False: 0]
  ------------------
  662|      1|        NID_ecka_dh_SessionKDF_AES256 = obj;
  663|       |
  664|      1|#define ASC_id_roles		ASC_bsi_de".3.1.2"
  665|       |
  666|      1|#define ASC_id_IS		ASC_id_roles".1"
  667|      1|    obj = OBJ_txt2nid(ASC_id_IS);
  ------------------
  |  |  666|      1|#define ASC_id_IS		ASC_id_roles".1"
  |  |  ------------------
  |  |  |  |  664|      1|#define ASC_id_roles		ASC_bsi_de".3.1.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  668|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (668:9): [True: 1, False: 0]
  ------------------
  669|      1|        obj = OBJ_create(ASC_id_IS	, SN_id_IS	, SN_id_IS	);
  ------------------
  |  |  666|      1|#define ASC_id_IS		ASC_id_roles".1"
  |  |  ------------------
  |  |  |  |  664|      1|#define ASC_id_roles		ASC_bsi_de".3.1.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_IS	, SN_id_IS	, SN_id_IS	);
  ------------------
  |  |  363|      1|#define SN_id_IS		"id-IS"
  ------------------
                      obj = OBJ_create(ASC_id_IS	, SN_id_IS	, SN_id_IS	);
  ------------------
  |  |  363|      1|#define SN_id_IS		"id-IS"
  ------------------
  670|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (670:9): [True: 1, False: 0]
  ------------------
  671|      1|        NID_id_IS = obj;
  672|       |
  673|      1|#define ASC_id_AT		ASC_id_roles".2"
  674|      1|    obj = OBJ_txt2nid(ASC_id_AT);
  ------------------
  |  |  673|      1|#define ASC_id_AT		ASC_id_roles".2"
  |  |  ------------------
  |  |  |  |  664|      1|#define ASC_id_roles		ASC_bsi_de".3.1.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  675|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (675:9): [True: 1, False: 0]
  ------------------
  676|      1|        obj = OBJ_create(ASC_id_AT	, SN_id_AT	, SN_id_AT	);
  ------------------
  |  |  673|      1|#define ASC_id_AT		ASC_id_roles".2"
  |  |  ------------------
  |  |  |  |  664|      1|#define ASC_id_roles		ASC_bsi_de".3.1.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_AT	, SN_id_AT	, SN_id_AT	);
  ------------------
  |  |  367|      1|#define SN_id_AT		"id-AT"
  ------------------
                      obj = OBJ_create(ASC_id_AT	, SN_id_AT	, SN_id_AT	);
  ------------------
  |  |  367|      1|#define SN_id_AT		"id-AT"
  ------------------
  677|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (677:9): [True: 1, False: 0]
  ------------------
  678|      1|        NID_id_AT = obj;
  679|       |
  680|      1|#define ASC_id_ST		ASC_id_roles".3"
  681|      1|    obj = OBJ_txt2nid(ASC_id_ST);
  ------------------
  |  |  680|      1|#define ASC_id_ST		ASC_id_roles".3"
  |  |  ------------------
  |  |  |  |  664|      1|#define ASC_id_roles		ASC_bsi_de".3.1.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  682|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (682:9): [True: 1, False: 0]
  ------------------
  683|      1|        obj = OBJ_create(ASC_id_ST	, SN_id_ST	, SN_id_ST	);
  ------------------
  |  |  680|      1|#define ASC_id_ST		ASC_id_roles".3"
  |  |  ------------------
  |  |  |  |  664|      1|#define ASC_id_roles		ASC_bsi_de".3.1.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_ST	, SN_id_ST	, SN_id_ST	);
  ------------------
  |  |  371|      1|#define SN_id_ST		"id-ST"
  ------------------
                      obj = OBJ_create(ASC_id_ST	, SN_id_ST	, SN_id_ST	);
  ------------------
  |  |  371|      1|#define SN_id_ST		"id-ST"
  ------------------
  684|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (684:9): [True: 1, False: 0]
  ------------------
  685|      1|        NID_id_ST = obj;
  686|       |
  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  688|       |
  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  690|      1|    obj = OBJ_txt2nid(ASC_id_description);
  ------------------
  |  |  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  |  |  ------------------
  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  691|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (691:9): [True: 1, False: 0]
  ------------------
  692|      1|        obj = OBJ_create(ASC_id_description	, SN_id_description	, SN_id_description	);
  ------------------
  |  |  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  |  |  ------------------
  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_description	, SN_id_description	, SN_id_description	);
  ------------------
  |  |  377|      1|#define SN_id_description		"id-description"
  ------------------
                      obj = OBJ_create(ASC_id_description	, SN_id_description	, SN_id_description	);
  ------------------
  |  |  377|      1|#define SN_id_description		"id-description"
  ------------------
  693|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (693:9): [True: 1, False: 0]
  ------------------
  694|      1|        NID_id_description = obj;
  695|       |
  696|      1|#define ASC_id_plainFormat		ASC_id_description".1"
  697|      1|    obj = OBJ_txt2nid(ASC_id_plainFormat);
  ------------------
  |  |  696|      1|#define ASC_id_plainFormat		ASC_id_description".1"
  |  |  ------------------
  |  |  |  |  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  698|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (698:9): [True: 1, False: 0]
  ------------------
  699|      1|        obj = OBJ_create(ASC_id_plainFormat	, SN_id_plainFormat	, SN_id_plainFormat	);
  ------------------
  |  |  696|      1|#define ASC_id_plainFormat		ASC_id_description".1"
  |  |  ------------------
  |  |  |  |  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_plainFormat	, SN_id_plainFormat	, SN_id_plainFormat	);
  ------------------
  |  |  381|      1|#define SN_id_plainFormat		"id-plainFormat"
  ------------------
                      obj = OBJ_create(ASC_id_plainFormat	, SN_id_plainFormat	, SN_id_plainFormat	);
  ------------------
  |  |  381|      1|#define SN_id_plainFormat		"id-plainFormat"
  ------------------
  700|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (700:9): [True: 1, False: 0]
  ------------------
  701|      1|        NID_id_plainFormat = obj;
  702|       |
  703|      1|#define ASC_id_htmlFormat		ASC_id_description".2"
  704|      1|    obj = OBJ_txt2nid(ASC_id_htmlFormat);
  ------------------
  |  |  703|      1|#define ASC_id_htmlFormat		ASC_id_description".2"
  |  |  ------------------
  |  |  |  |  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  705|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (705:9): [True: 1, False: 0]
  ------------------
  706|      1|        obj = OBJ_create(ASC_id_htmlFormat	, SN_id_htmlFormat	, SN_id_htmlFormat	);
  ------------------
  |  |  703|      1|#define ASC_id_htmlFormat		ASC_id_description".2"
  |  |  ------------------
  |  |  |  |  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_htmlFormat	, SN_id_htmlFormat	, SN_id_htmlFormat	);
  ------------------
  |  |  385|      1|#define SN_id_htmlFormat		"id-htmlFormat"
  ------------------
                      obj = OBJ_create(ASC_id_htmlFormat	, SN_id_htmlFormat	, SN_id_htmlFormat	);
  ------------------
  |  |  385|      1|#define SN_id_htmlFormat		"id-htmlFormat"
  ------------------
  707|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (707:9): [True: 1, False: 0]
  ------------------
  708|      1|        NID_id_htmlFormat = obj;
  709|       |
  710|      1|#define ASC_id_pdfFormat		ASC_id_description".3"
  711|      1|    obj = OBJ_txt2nid(ASC_id_pdfFormat);
  ------------------
  |  |  710|      1|#define ASC_id_pdfFormat		ASC_id_description".3"
  |  |  ------------------
  |  |  |  |  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  712|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (712:9): [True: 1, False: 0]
  ------------------
  713|      1|        obj = OBJ_create(ASC_id_pdfFormat	, SN_id_pdfFormat	, SN_id_pdfFormat	);
  ------------------
  |  |  710|      1|#define ASC_id_pdfFormat		ASC_id_description".3"
  |  |  ------------------
  |  |  |  |  689|      1|#define ASC_id_description		ASC_id_extensions".1"
  |  |  |  |  ------------------
  |  |  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_pdfFormat	, SN_id_pdfFormat	, SN_id_pdfFormat	);
  ------------------
  |  |  389|      1|#define SN_id_pdfFormat		"id-pdfFormat"
  ------------------
                      obj = OBJ_create(ASC_id_pdfFormat	, SN_id_pdfFormat	, SN_id_pdfFormat	);
  ------------------
  |  |  389|      1|#define SN_id_pdfFormat		"id-pdfFormat"
  ------------------
  714|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (714:9): [True: 1, False: 0]
  ------------------
  715|      1|        NID_id_pdfFormat = obj;
  716|       |
  717|      1|#define ASC_id_sector		ASC_id_extensions".2"
  718|      1|    obj = OBJ_txt2nid(ASC_id_sector);
  ------------------
  |  |  717|      1|#define ASC_id_sector		ASC_id_extensions".2"
  |  |  ------------------
  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  719|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (719:9): [True: 1, False: 0]
  ------------------
  720|      1|        obj = OBJ_create(ASC_id_sector	, SN_id_sector	, SN_id_sector	);
  ------------------
  |  |  717|      1|#define ASC_id_sector		ASC_id_extensions".2"
  |  |  ------------------
  |  |  |  |  687|      1|#define ASC_id_extensions		ASC_bsi_de".3.1.3"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_sector	, SN_id_sector	, SN_id_sector	);
  ------------------
  |  |  393|      1|#define SN_id_sector		"id-sector"
  ------------------
                      obj = OBJ_create(ASC_id_sector	, SN_id_sector	, SN_id_sector	);
  ------------------
  |  |  393|      1|#define SN_id_sector		"id-sector"
  ------------------
  721|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (721:9): [True: 1, False: 0]
  ------------------
  722|      1|        NID_id_sector = obj;
  723|       |
  724|      1|#define ASC_id_eID		ASC_bsi_de".3.2"
  725|       |
  726|      1|#define ASC_id_SecurityObject		ASC_id_eID".1"
  727|      1|    obj = OBJ_txt2nid(ASC_id_SecurityObject);
  ------------------
  |  |  726|      1|#define ASC_id_SecurityObject		ASC_id_eID".1"
  |  |  ------------------
  |  |  |  |  724|      1|#define ASC_id_eID		ASC_bsi_de".3.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  728|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (728:9): [True: 1, False: 0]
  ------------------
  729|      1|        obj = OBJ_create(ASC_id_SecurityObject	, SN_id_SecurityObject	, SN_id_SecurityObject	);
  ------------------
  |  |  726|      1|#define ASC_id_SecurityObject		ASC_id_eID".1"
  |  |  ------------------
  |  |  |  |  724|      1|#define ASC_id_eID		ASC_bsi_de".3.2"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_SecurityObject	, SN_id_SecurityObject	, SN_id_SecurityObject	);
  ------------------
  |  |  399|      1|#define SN_id_SecurityObject		"id-SecurityObject"
  ------------------
                      obj = OBJ_create(ASC_id_SecurityObject	, SN_id_SecurityObject	, SN_id_SecurityObject	);
  ------------------
  |  |  399|      1|#define SN_id_SecurityObject		"id-SecurityObject"
  ------------------
  730|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (730:9): [True: 1, False: 0]
  ------------------
  731|      1|        NID_id_SecurityObject = obj;
  732|       |
  733|      1|#define ASC_id_AuxiliaryData		ASC_bsi_de".3.1.4"
  734|       |
  735|      1|#define ASC_id_DateOfBirth		ASC_id_AuxiliaryData".1"
  736|      1|    obj = OBJ_txt2nid(ASC_id_DateOfBirth);
  ------------------
  |  |  735|      1|#define ASC_id_DateOfBirth		ASC_id_AuxiliaryData".1"
  |  |  ------------------
  |  |  |  |  733|      1|#define ASC_id_AuxiliaryData		ASC_bsi_de".3.1.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  737|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (737:9): [True: 1, False: 0]
  ------------------
  738|      1|        obj = OBJ_create(ASC_id_DateOfBirth	, SN_id_DateOfBirth	, SN_id_DateOfBirth	);
  ------------------
  |  |  735|      1|#define ASC_id_DateOfBirth		ASC_id_AuxiliaryData".1"
  |  |  ------------------
  |  |  |  |  733|      1|#define ASC_id_AuxiliaryData		ASC_bsi_de".3.1.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_DateOfBirth	, SN_id_DateOfBirth	, SN_id_DateOfBirth	);
  ------------------
  |  |  405|      1|#define SN_id_DateOfBirth		"id-DateOfBirth"
  ------------------
                      obj = OBJ_create(ASC_id_DateOfBirth	, SN_id_DateOfBirth	, SN_id_DateOfBirth	);
  ------------------
  |  |  405|      1|#define SN_id_DateOfBirth		"id-DateOfBirth"
  ------------------
  739|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (739:9): [True: 1, False: 0]
  ------------------
  740|      1|        NID_id_DateOfBirth = obj;
  741|       |
  742|      1|#define ASC_id_DateOfExpiry		ASC_id_AuxiliaryData".2"
  743|      1|    obj = OBJ_txt2nid(ASC_id_DateOfExpiry);
  ------------------
  |  |  742|      1|#define ASC_id_DateOfExpiry		ASC_id_AuxiliaryData".2"
  |  |  ------------------
  |  |  |  |  733|      1|#define ASC_id_AuxiliaryData		ASC_bsi_de".3.1.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  744|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (744:9): [True: 1, False: 0]
  ------------------
  745|      1|        obj = OBJ_create(ASC_id_DateOfExpiry	, SN_id_DateOfExpiry	, SN_id_DateOfExpiry	);
  ------------------
  |  |  742|      1|#define ASC_id_DateOfExpiry		ASC_id_AuxiliaryData".2"
  |  |  ------------------
  |  |  |  |  733|      1|#define ASC_id_AuxiliaryData		ASC_bsi_de".3.1.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_DateOfExpiry	, SN_id_DateOfExpiry	, SN_id_DateOfExpiry	);
  ------------------
  |  |  409|      1|#define SN_id_DateOfExpiry		"id-DateOfExpiry"
  ------------------
                      obj = OBJ_create(ASC_id_DateOfExpiry	, SN_id_DateOfExpiry	, SN_id_DateOfExpiry	);
  ------------------
  |  |  409|      1|#define SN_id_DateOfExpiry		"id-DateOfExpiry"
  ------------------
  746|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (746:9): [True: 1, False: 0]
  ------------------
  747|      1|        NID_id_DateOfExpiry = obj;
  748|       |
  749|      1|#define ASC_id_CommunityID		ASC_id_AuxiliaryData".3"
  750|      1|    obj = OBJ_txt2nid(ASC_id_CommunityID);
  ------------------
  |  |  749|      1|#define ASC_id_CommunityID		ASC_id_AuxiliaryData".3"
  |  |  ------------------
  |  |  |  |  733|      1|#define ASC_id_AuxiliaryData		ASC_bsi_de".3.1.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  751|      1|    if (obj == NID_undef)
  ------------------
  |  Branch (751:9): [True: 1, False: 0]
  ------------------
  752|      1|        obj = OBJ_create(ASC_id_CommunityID	, SN_id_CommunityID	, SN_id_CommunityID	);
  ------------------
  |  |  749|      1|#define ASC_id_CommunityID		ASC_id_AuxiliaryData".3"
  |  |  ------------------
  |  |  |  |  733|      1|#define ASC_id_AuxiliaryData		ASC_bsi_de".3.1.4"
  |  |  |  |  ------------------
  |  |  |  |  |  |  181|      1|#define ASC_bsi_de		"0.4.0.127.0.7"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      obj = OBJ_create(ASC_id_CommunityID	, SN_id_CommunityID	, SN_id_CommunityID	);
  ------------------
  |  |  413|      1|#define SN_id_CommunityID		"id-CommunityID"
  ------------------
                      obj = OBJ_create(ASC_id_CommunityID	, SN_id_CommunityID	, SN_id_CommunityID	);
  ------------------
  |  |  413|      1|#define SN_id_CommunityID		"id-CommunityID"
  ------------------
  753|      1|    if (obj != NID_undef)
  ------------------
  |  Branch (753:9): [True: 1, False: 0]
  ------------------
  754|      1|        NID_id_CommunityID = obj;
  755|       |
  756|      1|    if (NID_undef == NID_standardizedDomainParameters
  ------------------
  |  Branch (756:9): [True: 0, False: 1]
  ------------------
  757|      1|            || NID_undef == NID_id_PK_DH
  ------------------
  |  Branch (757:16): [True: 0, False: 1]
  ------------------
  758|      1|            || NID_undef == NID_id_PK_ECDH
  ------------------
  |  Branch (758:16): [True: 0, False: 1]
  ------------------
  759|      1|            || NID_undef == NID_id_TA
  ------------------
  |  Branch (759:16): [True: 0, False: 1]
  ------------------
  760|      1|            || NID_undef == NID_id_TA_RSA
  ------------------
  |  Branch (760:16): [True: 0, False: 1]
  ------------------
  761|      1|            || NID_undef == NID_id_TA_RSA_v1_5_SHA_1
  ------------------
  |  Branch (761:16): [True: 0, False: 1]
  ------------------
  762|      1|            || NID_undef == NID_id_TA_RSA_v1_5_SHA_256
  ------------------
  |  Branch (762:16): [True: 0, False: 1]
  ------------------
  763|      1|            || NID_undef == NID_id_TA_RSA_PSS_SHA_1
  ------------------
  |  Branch (763:16): [True: 0, False: 1]
  ------------------
  764|      1|            || NID_undef == NID_id_TA_RSA_PSS_SHA_256
  ------------------
  |  Branch (764:16): [True: 0, False: 1]
  ------------------
  765|      1|            || NID_undef == NID_id_TA_RSA_v1_5_SHA_512
  ------------------
  |  Branch (765:16): [True: 0, False: 1]
  ------------------
  766|      1|            || NID_undef == NID_id_TA_RSA_PSS_SHA_512
  ------------------
  |  Branch (766:16): [True: 0, False: 1]
  ------------------
  767|      1|            || NID_undef == NID_id_TA_ECDSA
  ------------------
  |  Branch (767:16): [True: 0, False: 1]
  ------------------
  768|      1|            || NID_undef == NID_id_TA_ECDSA_SHA_1
  ------------------
  |  Branch (768:16): [True: 0, False: 1]
  ------------------
  769|      1|            || NID_undef == NID_id_TA_ECDSA_SHA_224
  ------------------
  |  Branch (769:16): [True: 0, False: 1]
  ------------------
  770|      1|            || NID_undef == NID_id_TA_ECDSA_SHA_256
  ------------------
  |  Branch (770:16): [True: 0, False: 1]
  ------------------
  771|      1|            || NID_undef == NID_id_TA_ECDSA_SHA_384
  ------------------
  |  Branch (771:16): [True: 0, False: 1]
  ------------------
  772|      1|            || NID_undef == NID_id_TA_ECDSA_SHA_512
  ------------------
  |  Branch (772:16): [True: 0, False: 1]
  ------------------
  773|      1|            || NID_undef == NID_id_CA_DH
  ------------------
  |  Branch (773:16): [True: 0, False: 1]
  ------------------
  774|      1|            || NID_undef == NID_id_CA_DH_3DES_CBC_CBC
  ------------------
  |  Branch (774:16): [True: 0, False: 1]
  ------------------
  775|      1|            || NID_undef == NID_id_CA_DH_AES_CBC_CMAC_128
  ------------------
  |  Branch (775:16): [True: 0, False: 1]
  ------------------
  776|      1|            || NID_undef == NID_id_CA_DH_AES_CBC_CMAC_192
  ------------------
  |  Branch (776:16): [True: 0, False: 1]
  ------------------
  777|      1|            || NID_undef == NID_id_CA_DH_AES_CBC_CMAC_256
  ------------------
  |  Branch (777:16): [True: 0, False: 1]
  ------------------
  778|      1|            || NID_undef == NID_id_CA_ECDH
  ------------------
  |  Branch (778:16): [True: 0, False: 1]
  ------------------
  779|      1|            || NID_undef == NID_id_CA_ECDH_3DES_CBC_CBC
  ------------------
  |  Branch (779:16): [True: 0, False: 1]
  ------------------
  780|      1|            || NID_undef == NID_id_CA_ECDH_AES_CBC_CMAC_128
  ------------------
  |  Branch (780:16): [True: 0, False: 1]
  ------------------
  781|      1|            || NID_undef == NID_id_CA_ECDH_AES_CBC_CMAC_192
  ------------------
  |  Branch (781:16): [True: 0, False: 1]
  ------------------
  782|      1|            || NID_undef == NID_id_CA_ECDH_AES_CBC_CMAC_256
  ------------------
  |  Branch (782:16): [True: 0, False: 1]
  ------------------
  783|      1|            || NID_undef == NID_id_PACE_DH_GM
  ------------------
  |  Branch (783:16): [True: 0, False: 1]
  ------------------
  784|      1|            || NID_undef == NID_id_PACE_DH_GM_3DES_CBC_CBC
  ------------------
  |  Branch (784:16): [True: 0, False: 1]
  ------------------
  785|      1|            || NID_undef == NID_id_PACE_DH_GM_AES_CBC_CMAC_128
  ------------------
  |  Branch (785:16): [True: 0, False: 1]
  ------------------
  786|      1|            || NID_undef == NID_id_PACE_DH_GM_AES_CBC_CMAC_192
  ------------------
  |  Branch (786:16): [True: 0, False: 1]
  ------------------
  787|      1|            || NID_undef == NID_id_PACE_DH_GM_AES_CBC_CMAC_256
  ------------------
  |  Branch (787:16): [True: 0, False: 1]
  ------------------
  788|      1|            || NID_undef == NID_id_PACE_ECDH_GM
  ------------------
  |  Branch (788:16): [True: 0, False: 1]
  ------------------
  789|      1|            || NID_undef == NID_id_PACE_ECDH_GM_3DES_CBC_CBC
  ------------------
  |  Branch (789:16): [True: 0, False: 1]
  ------------------
  790|      1|            || NID_undef == NID_id_PACE_ECDH_GM_AES_CBC_CMAC_128
  ------------------
  |  Branch (790:16): [True: 0, False: 1]
  ------------------
  791|      1|            || NID_undef == NID_id_PACE_ECDH_GM_AES_CBC_CMAC_192
  ------------------
  |  Branch (791:16): [True: 0, False: 1]
  ------------------
  792|      1|            || NID_undef == NID_id_PACE_ECDH_GM_AES_CBC_CMAC_256
  ------------------
  |  Branch (792:16): [True: 0, False: 1]
  ------------------
  793|      1|            || NID_undef == NID_id_PACE_DH_IM
  ------------------
  |  Branch (793:16): [True: 0, False: 1]
  ------------------
  794|      1|            || NID_undef == NID_id_PACE_DH_IM_3DES_CBC_CBC
  ------------------
  |  Branch (794:16): [True: 0, False: 1]
  ------------------
  795|      1|            || NID_undef == NID_id_PACE_DH_IM_AES_CBC_CMAC_128
  ------------------
  |  Branch (795:16): [True: 0, False: 1]
  ------------------
  796|      1|            || NID_undef == NID_id_PACE_DH_IM_AES_CBC_CMAC_192
  ------------------
  |  Branch (796:16): [True: 0, False: 1]
  ------------------
  797|      1|            || NID_undef == NID_id_PACE_DH_IM_AES_CBC_CMAC_256
  ------------------
  |  Branch (797:16): [True: 0, False: 1]
  ------------------
  798|      1|            || NID_undef == NID_id_PACE_ECDH_IM
  ------------------
  |  Branch (798:16): [True: 0, False: 1]
  ------------------
  799|      1|            || NID_undef == NID_id_PACE_ECDH_IM_3DES_CBC_CBC
  ------------------
  |  Branch (799:16): [True: 0, False: 1]
  ------------------
  800|      1|            || NID_undef == NID_id_PACE_ECDH_IM_AES_CBC_CMAC_128
  ------------------
  |  Branch (800:16): [True: 0, False: 1]
  ------------------
  801|      1|            || NID_undef == NID_id_PACE_ECDH_IM_AES_CBC_CMAC_192
  ------------------
  |  Branch (801:16): [True: 0, False: 1]
  ------------------
  802|      1|            || NID_undef == NID_id_PACE_ECDH_IM_AES_CBC_CMAC_256
  ------------------
  |  Branch (802:16): [True: 0, False: 1]
  ------------------
  803|      1|            || NID_undef == NID_id_RI_DH
  ------------------
  |  Branch (803:16): [True: 0, False: 1]
  ------------------
  804|      1|            || NID_undef == NID_id_RI_DH_SHA_1
  ------------------
  |  Branch (804:16): [True: 0, False: 1]
  ------------------
  805|      1|            || NID_undef == NID_id_RI_DH_SHA_224
  ------------------
  |  Branch (805:16): [True: 0, False: 1]
  ------------------
  806|      1|            || NID_undef == NID_id_RI_DH_SHA_256
  ------------------
  |  Branch (806:16): [True: 0, False: 1]
  ------------------
  807|      1|            || NID_undef == NID_id_RI_DH_SHA_384
  ------------------
  |  Branch (807:16): [True: 0, False: 1]
  ------------------
  808|      1|            || NID_undef == NID_id_RI_DH_SHA_512
  ------------------
  |  Branch (808:16): [True: 0, False: 1]
  ------------------
  809|      1|            || NID_undef == NID_id_RI_ECDH
  ------------------
  |  Branch (809:16): [True: 0, False: 1]
  ------------------
  810|      1|            || NID_undef == NID_id_RI_ECDH_SHA_1
  ------------------
  |  Branch (810:16): [True: 0, False: 1]
  ------------------
  811|      1|            || NID_undef == NID_id_RI_ECDH_SHA_224
  ------------------
  |  Branch (811:16): [True: 0, False: 1]
  ------------------
  812|      1|            || NID_undef == NID_id_RI_ECDH_SHA_256
  ------------------
  |  Branch (812:16): [True: 0, False: 1]
  ------------------
  813|      1|            || NID_undef == NID_id_RI_ECDH_SHA_384
  ------------------
  |  Branch (813:16): [True: 0, False: 1]
  ------------------
  814|      1|            || NID_undef == NID_id_RI_ECDH_SHA_512
  ------------------
  |  Branch (814:16): [True: 0, False: 1]
  ------------------
  815|      1|            || NID_undef == NID_id_CI
  ------------------
  |  Branch (815:16): [True: 0, False: 1]
  ------------------
  816|      1|            || NID_undef == NID_id_eIDSecurity
  ------------------
  |  Branch (816:16): [True: 0, False: 1]
  ------------------
  817|      1|            || NID_undef == NID_id_PT
  ------------------
  |  Branch (817:16): [True: 0, False: 1]
  ------------------
  818|      1|            || NID_undef == NID_ecka_dh_SessionKDF
  ------------------
  |  Branch (818:16): [True: 0, False: 1]
  ------------------
  819|      1|            || NID_undef == NID_ecka_dh_SessionKDF_DES3
  ------------------
  |  Branch (819:16): [True: 0, False: 1]
  ------------------
  820|      1|            || NID_undef == NID_ecka_dh_SessionKDF_AES128
  ------------------
  |  Branch (820:16): [True: 0, False: 1]
  ------------------
  821|      1|            || NID_undef == NID_ecka_dh_SessionKDF_AES192
  ------------------
  |  Branch (821:16): [True: 0, False: 1]
  ------------------
  822|      1|            || NID_undef == NID_ecka_dh_SessionKDF_AES256
  ------------------
  |  Branch (822:16): [True: 0, False: 1]
  ------------------
  823|      1|            || NID_undef == NID_id_IS
  ------------------
  |  Branch (823:16): [True: 0, False: 1]
  ------------------
  824|      1|            || NID_undef == NID_id_AT
  ------------------
  |  Branch (824:16): [True: 0, False: 1]
  ------------------
  825|      1|            || NID_undef == NID_id_ST
  ------------------
  |  Branch (825:16): [True: 0, False: 1]
  ------------------
  826|      1|            || NID_undef == NID_id_description
  ------------------
  |  Branch (826:16): [True: 0, False: 1]
  ------------------
  827|      1|            || NID_undef == NID_id_plainFormat
  ------------------
  |  Branch (827:16): [True: 0, False: 1]
  ------------------
  828|      1|            || NID_undef == NID_id_htmlFormat
  ------------------
  |  Branch (828:16): [True: 0, False: 1]
  ------------------
  829|      1|            || NID_undef == NID_id_pdfFormat
  ------------------
  |  Branch (829:16): [True: 0, False: 1]
  ------------------
  830|      1|            || NID_undef == NID_id_sector
  ------------------
  |  Branch (830:16): [True: 0, False: 1]
  ------------------
  831|      1|            || NID_undef == NID_id_SecurityObject
  ------------------
  |  Branch (831:16): [True: 0, False: 1]
  ------------------
  832|      1|            || NID_undef == NID_id_DateOfBirth
  ------------------
  |  Branch (832:16): [True: 0, False: 1]
  ------------------
  833|      1|            || NID_undef == NID_id_DateOfExpiry
  ------------------
  |  Branch (833:16): [True: 0, False: 1]
  ------------------
  834|      1|            || NID_undef == NID_id_CommunityID) {
  ------------------
  |  Branch (834:16): [True: 0, False: 1]
  ------------------
  835|      0|        log_err("Error adding objects");
  ------------------
  |  |   61|      0|#define log_err(M, ...) {fprintf(stderr, "[ERROR] (%s:%d ) " M "\n", __FILE__, __LINE__, ##__VA_ARGS__); ossl_errors();}
  |  |  ------------------
  |  |  |  |   60|      0|#define ossl_errors() ERR_print_errors_fp(stderr)
  |  |  ------------------
  ------------------
  836|      0|    }
  837|       |
  838|      1|    objects_initialized = 1;
  839|      1|}

EAC_set_x509_default_dir:
   63|    248|{
   64|    248|    if (default_dir) {
  ------------------
  |  Branch (64:9): [True: 248, False: 0]
  ------------------
   65|    248|        strncpy(x509_default_dir, default_dir, (sizeof x509_default_dir) - 1);
   66|    248|        x509_default_dir[(sizeof x509_default_dir) - 1] = '\0';
   67|    248|    }
   68|    248|}

strlcat:
   49|   569k|{
   50|   569k|	char *d = dst;
   51|   569k|	const char *s = src;
   52|   569k|	size_t n = siz;
   53|   569k|	size_t dlen;
   54|       |
   55|       |	/* Find the end of dst and adjust bytes left but don't go past end */
   56|   584k|	while (n-- != 0 && *d != '\0')
  ------------------
  |  Branch (56:9): [True: 584k, False: 0]
  |  Branch (56:21): [True: 14.6k, False: 569k]
  ------------------
   57|  14.6k|		d++;
   58|   569k|	dlen = d - dst;
   59|   569k|	n = siz - dlen;
   60|       |
   61|   569k|	if (n == 0)
  ------------------
  |  Branch (61:6): [True: 0, False: 569k]
  ------------------
   62|      0|		return(dlen + strlen(s));
   63|  2.28M|	while (*s != '\0') {
  ------------------
  |  Branch (63:9): [True: 1.71M, False: 569k]
  ------------------
   64|  1.71M|		if (n != 1) {
  ------------------
  |  Branch (64:7): [True: 1.71M, False: 0]
  ------------------
   65|  1.71M|			*d++ = *s;
   66|  1.71M|			n--;
   67|  1.71M|		}
   68|  1.71M|		s++;
   69|  1.71M|	}
   70|   569k|	*d = '\0';
   71|       |
   72|   569k|	return(dlen + (s - src));	/* count does not include NUL */
   73|   569k|}

_strlcpy:
   36|  28.2k|{
   37|  28.2k|	char *d = dst;
   38|  28.2k|	const char *s = src;
   39|  28.2k|	size_t n = siz;
   40|       |
   41|       |	/* Copy as many bytes as will fit */
   42|  28.2k|	if (n != 0) {
  ------------------
  |  Branch (42:6): [True: 28.2k, False: 0]
  ------------------
   43|   566k|		while (--n != 0) {
  ------------------
  |  Branch (43:10): [True: 566k, False: 0]
  ------------------
   44|   566k|			if ((*d++ = *s++) == '\0')
  ------------------
  |  Branch (44:8): [True: 28.2k, False: 538k]
  ------------------
   45|  28.2k|				break;
   46|   566k|		}
   47|  28.2k|	}
   48|       |
   49|       |	/* Not enough room in dst, add NUL and traverse rest of src */
   50|  28.2k|	if (n == 0) {
  ------------------
  |  Branch (50:6): [True: 0, False: 28.2k]
  ------------------
   51|      0|		if (siz != 0)
  ------------------
  |  Branch (51:7): [True: 0, False: 0]
  ------------------
   52|      0|			*d = '\0';		/* NUL-terminate dst */
   53|      0|		while (*s++)
  ------------------
  |  Branch (53:10): [True: 0, False: 0]
  ------------------
   54|      0|			;
   55|      0|	}
   56|       |
   57|  28.2k|	return(s - src - 1);	/* count does not include NUL */
   58|  28.2k|}

padding.c:constant_time_is_zero:
   85|  52.3k|{
   86|  52.3k|	return constant_time_msb(~a & (a - 1));
   87|  52.3k|}
padding.c:constant_time_msb:
   59|  57.5k|{
   60|  57.5k|	return 0 - (a >> (sizeof(a) * 8 - 1));
   61|  57.5k|}
padding.c:constant_time_eq:
  118|    978|{
  119|    978|	return constant_time_is_zero(a ^ b);
  120|    978|}
padding.c:constant_time_select:
   66|   206k|{
   67|   206k|	return (value_barrier(mask) & a) | (value_barrier(~mask) & b);
   68|   206k|}
padding.c:value_barrier:
   38|   412k|{
   39|   412k|	volatile unsigned int r = a;
   40|   412k|	return r;
   41|   412k|}
padding.c:constant_time_ge:
  110|    222|{
  111|    222|	return ~constant_time_lt(a, b);
  112|    222|}
padding.c:constant_time_lt:
  104|  5.23k|{
  105|  5.23k|	return constant_time_msb(a ^ ((a ^ b) | ((a - b) ^ b)));
  106|  5.23k|}
padding.c:constant_time_select_8:
   72|   175k|{
   73|   175k|	return (unsigned char)constant_time_select(mask, a, b);
   74|   175k|}

list_init:
  240|  21.3k|int list_init(list_t *simclist_restrict l) {
  241|  21.3k|    if (l == NULL) {
  ------------------
  |  Branch (241:9): [True: 0, False: 21.3k]
  ------------------
  242|      0|        return -1;
  243|      0|    }
  244|       |
  245|  21.3k|    memset(l, 0, sizeof *l);
  246|       |
  247|  21.3k|    seed_random();
  248|       |
  249|  21.3k|    l->numels = 0;
  250|       |
  251|       |    /* head/tail sentinels and mid pointer */
  252|  21.3k|    l->head_sentinel = (struct list_entry_s *)malloc(sizeof(struct list_entry_s));
  253|  21.3k|    l->tail_sentinel = (struct list_entry_s *)malloc(sizeof(struct list_entry_s));
  254|  21.3k|    if (l->tail_sentinel == NULL || l->head_sentinel == NULL) {
  ------------------
  |  Branch (254:9): [True: 0, False: 21.3k]
  |  Branch (254:37): [True: 0, False: 21.3k]
  ------------------
  255|      0|        return -1;
  256|      0|    }
  257|  21.3k|    l->head_sentinel->next = l->tail_sentinel;
  258|  21.3k|    l->tail_sentinel->prev = l->head_sentinel;
  259|  21.3k|    l->head_sentinel->prev = l->tail_sentinel->next = l->mid = NULL;
  260|  21.3k|    l->head_sentinel->data = l->tail_sentinel->data = NULL;
  261|       |
  262|       |    /* iteration attributes */
  263|  21.3k|    l->iter_active = 0;
  264|  21.3k|    l->iter_pos = 0;
  265|  21.3k|    l->iter_curentry = NULL;
  266|       |
  267|       |    /* free-list attributes */
  268|  21.3k|    l->spareelsnum = 0;
  269|  21.3k|    l->spareels = (struct list_entry_s **)malloc(SIMCLIST_MAX_SPARE_ELEMS * sizeof(struct list_entry_s *));
  ------------------
  |  |  115|  21.3k|#define SIMCLIST_MAX_SPARE_ELEMS        5
  ------------------
  270|  21.3k|    if (l->spareels == NULL) {
  ------------------
  |  Branch (270:9): [True: 0, False: 21.3k]
  ------------------
  271|      0|        return -1;
  272|      0|    }
  273|       |
  274|       |#ifdef SIMCLIST_WITH_THREADS
  275|       |    l->threadcount = 0;
  276|       |#endif
  277|       |
  278|  21.3k|    if (0 != list_attributes_setdefaults(l)) {
  ------------------
  |  Branch (278:9): [True: 0, False: 21.3k]
  ------------------
  279|      0|        return -1;
  280|      0|    }
  281|       |
  282|  21.3k|    assert(list_repOk(l));
  283|  21.3k|    assert(list_attrOk(l));
  284|       |
  285|  21.3k|    return 0;
  286|  21.3k|}
list_destroy:
  288|  21.3k|void list_destroy(list_t *simclist_restrict l) {
  289|  21.3k|    unsigned int i;
  290|       |
  291|  21.3k|    list_clear(l);
  292|  44.1k|    for (i = 0; i < l->spareelsnum; i++) {
  ------------------
  |  Branch (292:17): [True: 22.8k, False: 21.3k]
  ------------------
  293|  22.8k|        free(l->spareels[i]);
  294|  22.8k|    }
  295|  21.3k|    free(l->spareels);
  296|  21.3k|    free(l->head_sentinel);
  297|  21.3k|    free(l->tail_sentinel);
  298|  21.3k|}
list_attributes_comparator:
  320|  3.49k|int list_attributes_comparator(list_t *simclist_restrict l, element_comparator comparator_fun) {
  321|  3.49k|    if (l == NULL) return -1;
  ------------------
  |  Branch (321:9): [True: 0, False: 3.49k]
  ------------------
  322|       |
  323|  3.49k|    l->attrs.comparator = comparator_fun;
  324|       |
  325|  3.49k|    assert(list_attrOk(l));
  326|       |
  327|  3.49k|    return 0;
  328|  3.49k|}
list_attributes_seeker:
  330|  17.3k|int list_attributes_seeker(list_t *simclist_restrict l, element_seeker seeker_fun) {
  331|  17.3k|    if (l == NULL) return -1;
  ------------------
  |  Branch (331:9): [True: 0, False: 17.3k]
  ------------------
  332|       |
  333|  17.3k|    l->attrs.seeker = seeker_fun;
  334|  17.3k|    assert(list_attrOk(l));
  335|       |
  336|  17.3k|    return 0;
  337|  17.3k|}
list_attributes_copy:
  339|  4.91k|int list_attributes_copy(list_t *simclist_restrict l, element_meter metric_fun, int copy_data) {
  340|  4.91k|    if (l == NULL || (metric_fun == NULL && copy_data != 0)) return -1;
  ------------------
  |  Branch (340:9): [True: 0, False: 4.91k]
  |  Branch (340:23): [True: 0, False: 4.91k]
  |  Branch (340:45): [True: 0, False: 0]
  ------------------
  341|       |
  342|  4.91k|    l->attrs.meter = metric_fun;
  343|  4.91k|    l->attrs.copy_data = copy_data;
  344|       |
  345|  4.91k|    assert(list_attrOk(l));
  346|       |
  347|  4.91k|    return 0;
  348|  4.91k|}
list_append:
  374|  48.3k|int list_append(list_t *simclist_restrict l, const void *data) {
  375|  48.3k|    return list_insert_at(l, data, l->numels);
  376|  48.3k|}
list_get_at:
  386|  39.0k|void *list_get_at(const list_t *simclist_restrict l, unsigned int pos) {
  387|  39.0k|    struct list_entry_s *tmp;
  388|       |
  389|  39.0k|    tmp = list_findpos(l, pos);
  390|       |
  391|  39.0k|    return (tmp != NULL ? tmp->data : NULL);
  ------------------
  |  Branch (391:13): [True: 39.0k, False: 0]
  ------------------
  392|  39.0k|}
list_insert_at:
  470|  48.3k|int list_insert_at(list_t *simclist_restrict l, const void *data, unsigned int pos) {
  471|  48.3k|    struct list_entry_s *lent, *succ, *prec;
  472|       |
  473|  48.3k|    if (l->iter_active || pos > l->numels) return -1;
  ------------------
  |  Branch (473:9): [True: 0, False: 48.3k]
  |  Branch (473:27): [True: 0, False: 48.3k]
  ------------------
  474|       |
  475|       |    /* this code optimizes malloc() with a free-list */
  476|  48.3k|    if (l->spareelsnum > 0) {
  ------------------
  |  Branch (476:9): [True: 0, False: 48.3k]
  ------------------
  477|      0|        lent = l->spareels[l->spareelsnum-1];
  478|      0|        l->spareelsnum--;
  479|  48.3k|    } else {
  480|  48.3k|        lent = (struct list_entry_s *)malloc(sizeof(struct list_entry_s));
  481|  48.3k|        if (lent == NULL) {
  ------------------
  |  Branch (481:13): [True: 0, False: 48.3k]
  ------------------
  482|      0|            return -1;
  483|      0|        }
  484|  48.3k|    }
  485|       |
  486|  48.3k|    if (l->attrs.copy_data) {
  ------------------
  |  Branch (486:9): [True: 31.8k, False: 16.4k]
  ------------------
  487|       |        /* make room for user' data (has to be copied) */
  488|  31.8k|        size_t datalen = l->attrs.meter(data);
  489|  31.8k|        lent->data = (struct list_entry_s *)malloc(datalen);
  490|  31.8k|        if (lent->data == NULL) {
  ------------------
  |  Branch (490:13): [True: 0, False: 31.8k]
  ------------------
  491|      0|            if (!(l->spareelsnum > 0)) {
  ------------------
  |  Branch (491:17): [True: 0, False: 0]
  ------------------
  492|      0|                free(lent);
  493|      0|            }
  494|      0|            return -1;
  495|      0|        }
  496|  31.8k|        memcpy(lent->data, data, datalen);
  497|  31.8k|    } else {
  498|  16.4k|        lent->data = (void*)data;
  499|  16.4k|    }
  500|       |
  501|       |    /* actually append element */
  502|  48.3k|    prec = list_findpos(l, pos-1);
  503|  48.3k|    if (prec == NULL) {
  ------------------
  |  Branch (503:9): [True: 0, False: 48.3k]
  ------------------
  504|      0|        if (l->attrs.copy_data) {
  ------------------
  |  Branch (504:13): [True: 0, False: 0]
  ------------------
  505|      0|            free(lent->data);
  506|      0|        }
  507|      0|        if (!(l->spareelsnum > 0)) {
  ------------------
  |  Branch (507:13): [True: 0, False: 0]
  ------------------
  508|      0|            free(lent);
  509|      0|        }
  510|      0|        return -1;
  511|      0|    }
  512|  48.3k|    succ = prec->next;
  513|       |
  514|  48.3k|    prec->next = lent;
  515|  48.3k|    lent->prev = prec;
  516|  48.3k|    lent->next = succ;
  517|  48.3k|    succ->prev = lent;
  518|       |
  519|  48.3k|    l->numels++;
  520|       |
  521|       |    /* fix mid pointer */
  522|  48.3k|    if (l->numels == 1) { /* first element, set pointer */
  ------------------
  |  Branch (522:9): [True: 18.3k, False: 29.9k]
  ------------------
  523|  18.3k|        l->mid = lent;
  524|  29.9k|    } else if (l->numels % 2) {    /* now odd */
  ------------------
  |  Branch (524:16): [True: 14.6k, False: 15.3k]
  ------------------
  525|  14.6k|        if (pos >= (l->numels-1)/2) l->mid = l->mid->next;
  ------------------
  |  Branch (525:13): [True: 14.6k, False: 0]
  ------------------
  526|  15.3k|    } else {                /* now even */
  527|  15.3k|        if (pos <= (l->numels-1)/2) l->mid = l->mid->prev;
  ------------------
  |  Branch (527:13): [True: 0, False: 15.3k]
  ------------------
  528|  15.3k|    }
  529|       |
  530|  48.3k|    assert(list_repOk(l));
  531|       |
  532|  48.3k|    return 1;
  533|  48.3k|}
list_delete:
  535|  16.4k|int list_delete(list_t *simclist_restrict l, const void *data) {
  536|  16.4k|	int pos, r;
  537|       |
  538|  16.4k|	pos = list_locate(l, data);
  539|  16.4k|	if (pos < 0)
  ------------------
  |  Branch (539:6): [True: 0, False: 16.4k]
  ------------------
  540|      0|		return -1;
  541|       |
  542|  16.4k|	r = list_delete_at(l, pos);
  543|  16.4k|	if (r < 0)
  ------------------
  |  Branch (543:6): [True: 0, False: 16.4k]
  ------------------
  544|      0|		return -1;
  545|       |
  546|  16.4k|    assert(list_repOk(l));
  547|       |
  548|  16.4k|	return 0;
  549|  16.4k|}
list_delete_at:
  551|  16.4k|int list_delete_at(list_t *simclist_restrict l, unsigned int pos) {
  552|  16.4k|    struct list_entry_s *delendo;
  553|       |
  554|       |
  555|  16.4k|    if (l->iter_active || pos >= l->numels) return -1;
  ------------------
  |  Branch (555:9): [True: 0, False: 16.4k]
  |  Branch (555:27): [True: 0, False: 16.4k]
  ------------------
  556|       |
  557|  16.4k|    delendo = list_findpos(l, pos);
  558|       |
  559|  16.4k|    list_drop_elem(l, delendo, pos);
  560|       |
  561|  16.4k|    l->numels--;
  562|       |
  563|       |
  564|  16.4k|    assert(list_repOk(l));
  565|       |
  566|  16.4k|    return  0;
  567|  16.4k|}
list_clear:
  634|  21.3k|int list_clear(list_t *simclist_restrict l) {
  635|  21.3k|    struct list_entry_s *s;
  636|       |
  637|  21.3k|    if (l->iter_active) return -1;
  ------------------
  |  Branch (637:9): [True: 0, False: 21.3k]
  ------------------
  638|       |
  639|  21.3k|    if (l->head_sentinel && l->tail_sentinel) {
  ------------------
  |  Branch (639:9): [True: 21.3k, False: 0]
  |  Branch (639:29): [True: 21.3k, False: 0]
  ------------------
  640|  21.3k|        if (l->attrs.copy_data) {        /* also free user data */
  ------------------
  |  Branch (640:13): [True: 4.91k, False: 16.4k]
  ------------------
  641|       |            /* spare a loop conditional with two loops: spareing elems and freeing elems */
  642|  11.2k|            for (s = l->head_sentinel->next; l->spareelsnum < SIMCLIST_MAX_SPARE_ELEMS && s != l->tail_sentinel; s = s->next) {
  ------------------
  |  |  115|  22.5k|#define SIMCLIST_MAX_SPARE_ELEMS        5
  ------------------
  |  Branch (642:46): [True: 10.4k, False: 891]
  |  Branch (642:91): [True: 6.38k, False: 4.02k]
  ------------------
  643|       |                /* move elements as spares as long as there is room */
  644|  6.38k|                if (s->data != NULL) free(s->data);
  ------------------
  |  Branch (644:21): [True: 6.38k, False: 0]
  ------------------
  645|  6.38k|                l->spareels[l->spareelsnum++] = s;
  646|  6.38k|            }
  647|  30.4k|            while (s != l->tail_sentinel) {
  ------------------
  |  Branch (647:20): [True: 25.5k, False: 4.91k]
  ------------------
  648|       |                /* free the remaining elems */
  649|  25.5k|                if (s->data != NULL) free(s->data);
  ------------------
  |  Branch (649:21): [True: 25.5k, False: 0]
  ------------------
  650|  25.5k|                s = s->next;
  651|  25.5k|                free(s->prev);
  652|  25.5k|            }
  653|  4.91k|            l->head_sentinel->next = l->tail_sentinel;
  654|  4.91k|            l->tail_sentinel->prev = l->head_sentinel;
  655|  16.4k|        } else { /* only free element containers */
  656|       |            /* spare a loop conditional with two loops: spareing elems and freeing elems */
  657|  16.4k|            for (s = l->head_sentinel->next; l->spareelsnum < SIMCLIST_MAX_SPARE_ELEMS && s != l->tail_sentinel; s = s->next) {
  ------------------
  |  |  115|  32.8k|#define SIMCLIST_MAX_SPARE_ELEMS        5
  ------------------
  |  Branch (657:46): [True: 16.4k, False: 0]
  |  Branch (657:91): [True: 0, False: 16.4k]
  ------------------
  658|       |                /* move elements as spares as long as there is room */
  659|      0|                l->spareels[l->spareelsnum++] = s;
  660|      0|            }
  661|  16.4k|            while (s != l->tail_sentinel) {
  ------------------
  |  Branch (661:20): [True: 0, False: 16.4k]
  ------------------
  662|       |                /* free the remaining elems */
  663|      0|                s = s->next;
  664|      0|                free(s->prev);
  665|      0|            }
  666|  16.4k|            l->head_sentinel->next = l->tail_sentinel;
  667|  16.4k|            l->tail_sentinel->prev = l->head_sentinel;
  668|  16.4k|        }
  669|  21.3k|    }
  670|  21.3k|    l->numels = 0;
  671|  21.3k|    l->mid = NULL;
  672|       |
  673|  21.3k|    assert(list_repOk(l));
  674|       |
  675|  21.3k|    return 0;
  676|  21.3k|}
list_size:
  678|  52.1k|unsigned int list_size(const list_t *simclist_restrict l) {
  679|  52.1k|    return l->numels;
  680|  52.1k|}
list_locate:
  686|  43.9k|int list_locate(const list_t *simclist_restrict l, const void *data) {
  687|  43.9k|    struct list_entry_s *el;
  688|  43.9k|    int pos = 0;
  689|       |
  690|  43.9k|    if (l->head_sentinel == NULL || l->tail_sentinel == NULL) return -1;
  ------------------
  |  Branch (690:9): [True: 0, False: 43.9k]
  |  Branch (690:37): [True: 0, False: 43.9k]
  ------------------
  691|       |
  692|  43.9k|    if (l->attrs.comparator != NULL) {
  ------------------
  |  Branch (692:9): [True: 27.5k, False: 16.4k]
  ------------------
  693|       |        /* use comparator */
  694|   338k|        for (el = l->head_sentinel->next; el != l->tail_sentinel; el = el->next, pos++) {
  ------------------
  |  Branch (694:43): [True: 320k, False: 17.7k]
  ------------------
  695|   320k|            if (l->attrs.comparator(data, el->data) == 0) break;
  ------------------
  |  Branch (695:17): [True: 9.74k, False: 310k]
  ------------------
  696|   320k|        }
  697|  27.5k|    } else {
  698|       |        /* compare references */
  699|  16.4k|        for (el = l->head_sentinel->next; el != l->tail_sentinel; el = el->next, pos++) {
  ------------------
  |  Branch (699:43): [True: 16.4k, False: 0]
  ------------------
  700|  16.4k|            if (el->data == data) break;
  ------------------
  |  Branch (700:17): [True: 16.4k, False: 0]
  ------------------
  701|  16.4k|        }
  702|  16.4k|    }
  703|  43.9k|    if (el == l->tail_sentinel) return -1;
  ------------------
  |  Branch (703:9): [True: 17.7k, False: 26.1k]
  ------------------
  704|       |
  705|  26.1k|    return pos;
  706|  43.9k|}
list_seek:
  708|    580|void *list_seek(list_t *simclist_restrict l, const void *indicator) {
  709|    580|    const struct list_entry_s *iter;
  710|       |
  711|    580|    if (l->attrs.seeker == NULL) return NULL;
  ------------------
  |  Branch (711:9): [True: 0, False: 580]
  ------------------
  712|       |
  713|    580|    if (l->head_sentinel == NULL || l->tail_sentinel == NULL) return NULL;
  ------------------
  |  Branch (713:9): [True: 0, False: 580]
  |  Branch (713:37): [True: 0, False: 580]
  ------------------
  714|       |
  715|  1.30k|    for (iter = l->head_sentinel->next; iter != l->tail_sentinel; iter = iter->next) {
  ------------------
  |  Branch (715:41): [True: 869, False: 436]
  ------------------
  716|    869|        if (l->attrs.seeker(iter->data, indicator) != 0) return iter->data;
  ------------------
  |  Branch (716:13): [True: 144, False: 725]
  ------------------
  717|    869|    }
  718|       |
  719|    436|    return NULL;
  720|    580|}
list_contains:
  722|  12.2k|int list_contains(const list_t *simclist_restrict l, const void *data) {
  723|  12.2k|    return (list_locate(l, data) >= 0);
  724|  12.2k|}
list_iterator_start:
  967|  7.79k|int list_iterator_start(list_t *simclist_restrict l) {
  968|  7.79k|    if (l->iter_active) return 0;
  ------------------
  |  Branch (968:9): [True: 0, False: 7.79k]
  ------------------
  969|  7.79k|    if (l->head_sentinel == NULL) return -1;
  ------------------
  |  Branch (969:9): [True: 0, False: 7.79k]
  ------------------
  970|  7.79k|    l->iter_pos = 0;
  971|  7.79k|    l->iter_active = 1;
  972|  7.79k|    l->iter_curentry = l->head_sentinel->next;
  973|  7.79k|    return 1;
  974|  7.79k|}
list_iterator_next:
  976|  89.4k|void *list_iterator_next(list_t *simclist_restrict l) {
  977|  89.4k|    void *toret;
  978|       |
  979|  89.4k|    if (! l->iter_active) return NULL;
  ------------------
  |  Branch (979:9): [True: 0, False: 89.4k]
  ------------------
  980|       |
  981|  89.4k|    toret = l->iter_curentry->data;
  982|  89.4k|    l->iter_curentry = l->iter_curentry->next;
  983|  89.4k|    l->iter_pos++;
  984|       |
  985|  89.4k|    return toret;
  986|  89.4k|}
list_iterator_hasnext:
  988|  83.8k|int list_iterator_hasnext(const list_t *simclist_restrict l) {
  989|  83.8k|    if (! l->iter_active) return 0;
  ------------------
  |  Branch (989:9): [True: 0, False: 83.8k]
  ------------------
  990|  83.8k|    return (l->iter_pos < l->numels);
  991|  83.8k|}
list_iterator_stop:
  993|  7.79k|int list_iterator_stop(list_t *simclist_restrict l) {
  994|  7.79k|    if (! l->iter_active) return 0;
  ------------------
  |  Branch (994:9): [True: 0, False: 7.79k]
  ------------------
  995|  7.79k|    l->iter_pos = 0;
  996|  7.79k|    l->iter_active = 0;
  997|  7.79k|    return 1;
  998|  7.79k|}
simclist.c:seed_random:
  217|  21.3k|static simclist_inline void seed_random() {
  218|  21.3k|    if (random_seed == 0) {
  ------------------
  |  Branch (218:9): [True: 1, False: 21.3k]
  ------------------
  219|      1|#ifndef _WIN32
  220|      1|        random_seed = (unsigned)getpid() ^ (unsigned)time(NULL);
  221|       |#else
  222|       |        random_seed = (unsigned)GetCurrentProcessId() ^ (unsigned)time(NULL);
  223|       |#endif
  224|      1|    }
  225|  21.3k|}
simclist.c:list_attributes_setdefaults:
  300|  21.3k|int list_attributes_setdefaults(list_t *simclist_restrict l) {
  301|  21.3k|    l->attrs.comparator = NULL;
  302|  21.3k|    l->attrs.seeker = NULL;
  303|       |
  304|       |    /* also free() element data when removing and element from the list */
  305|  21.3k|    l->attrs.meter = NULL;
  306|  21.3k|    l->attrs.copy_data = 0;
  307|       |
  308|  21.3k|    l->attrs.hasher = NULL;
  309|       |
  310|       |    /* serializer/unserializer */
  311|  21.3k|    l->attrs.serializer = NULL;
  312|  21.3k|    l->attrs.unserializer = NULL;
  313|       |
  314|  21.3k|    assert(list_attrOk(l));
  315|       |
  316|  21.3k|    return 0;
  317|  21.3k|}
simclist.c:list_findpos:
  421|   103k|static simclist_inline struct list_entry_s *list_findpos(const list_t *simclist_restrict l, int posstart) {
  422|   103k|    struct list_entry_s *ptr;
  423|   103k|    float x;
  424|   103k|    int i;
  425|       |
  426|   103k|    if (l->head_sentinel == NULL || l->tail_sentinel == NULL) return NULL;
  ------------------
  |  Branch (426:9): [True: 0, False: 103k]
  |  Branch (426:37): [True: 0, False: 103k]
  ------------------
  427|       |
  428|       |    /* accept 1 slot overflow for fetching head and tail sentinels */
  429|   103k|    if (posstart < -1 || posstart > (int)l->numels) return NULL;
  ------------------
  |  Branch (429:9): [True: 0, False: 103k]
  |  Branch (429:26): [True: 0, False: 103k]
  ------------------
  430|       |
  431|   103k|    x = l->numels ? (float)(posstart+1) / l->numels : 0;
  ------------------
  |  Branch (431:9): [True: 85.4k, False: 18.3k]
  ------------------
  432|   103k|    if (x <= 0.25) {
  ------------------
  |  Branch (432:9): [True: 19.8k, False: 84.0k]
  ------------------
  433|       |        /* first quarter: get to posstart from head */
  434|  25.8k|        for (i = -1, ptr = l->head_sentinel; i < posstart; ptr = ptr->next, i++);
  ------------------
  |  Branch (434:46): [True: 6.06k, False: 19.8k]
  ------------------
  435|  84.0k|    } else if (x < 0.5) {
  ------------------
  |  Branch (435:16): [True: 1.49k, False: 82.5k]
  ------------------
  436|       |        /* second quarter: get to posstart from mid */
  437|  7.95k|        for (i = (l->numels-1)/2, ptr = l->mid; i > posstart; ptr = ptr->prev, i--);
  ------------------
  |  Branch (437:49): [True: 6.46k, False: 1.49k]
  ------------------
  438|  82.5k|    } else if (x <= 0.75) {
  ------------------
  |  Branch (438:16): [True: 1.65k, False: 80.8k]
  ------------------
  439|       |        /* third quarter: get to posstart from mid */
  440|  6.19k|        for (i = (l->numels-1)/2, ptr = l->mid; i < posstart; ptr = ptr->next, i++);
  ------------------
  |  Branch (440:49): [True: 4.54k, False: 1.65k]
  ------------------
  441|  80.8k|    } else {
  442|       |        /* fourth quarter: get to posstart from tail */
  443|   165k|        for (i = l->numels, ptr = l->tail_sentinel; i > posstart; ptr = ptr->prev, i--);
  ------------------
  |  Branch (443:53): [True: 84.4k, False: 80.8k]
  ------------------
  444|  80.8k|    }
  445|       |
  446|   103k|    return ptr;
  447|   103k|}
simclist.c:list_drop_elem:
 1432|  16.4k|static int list_drop_elem(list_t *simclist_restrict l, struct list_entry_s *tmp, unsigned int pos) {
 1433|  16.4k|    if (tmp == NULL) return -1;
  ------------------
  |  Branch (1433:9): [True: 0, False: 16.4k]
  ------------------
 1434|       |
 1435|       |    /* fix mid pointer. This is wrt the PRE situation */
 1436|  16.4k|    if (l->numels % 2) {    /* now odd */
  ------------------
  |  Branch (1436:9): [True: 16.4k, False: 0]
  ------------------
 1437|       |        /* sort out the base case by hand */
 1438|  16.4k|        if (l->numels == 1) l->mid = NULL;
  ------------------
  |  Branch (1438:13): [True: 16.4k, False: 0]
  ------------------
 1439|      0|        else if (pos >= l->numels/2) l->mid = l->mid->prev;
  ------------------
  |  Branch (1439:18): [True: 0, False: 0]
  ------------------
 1440|  16.4k|    } else {                /* now even */
 1441|      0|        if (pos < l->numels/2) l->mid = l->mid->next;
  ------------------
  |  Branch (1441:13): [True: 0, False: 0]
  ------------------
 1442|      0|    }
 1443|       |
 1444|  16.4k|    tmp->prev->next = tmp->next;
 1445|  16.4k|    tmp->next->prev = tmp->prev;
 1446|       |
 1447|       |    /* free what's to be freed */
 1448|  16.4k|    if (l->attrs.copy_data && tmp->data != NULL)
  ------------------
  |  Branch (1448:9): [True: 0, False: 16.4k]
  |  Branch (1448:31): [True: 0, False: 0]
  ------------------
 1449|      0|        free(tmp->data);
 1450|       |
 1451|  16.4k|    if (l->spareels != NULL && l->spareelsnum < SIMCLIST_MAX_SPARE_ELEMS) {
  ------------------
  |  |  115|  16.4k|#define SIMCLIST_MAX_SPARE_ELEMS        5
  ------------------
  |  Branch (1451:9): [True: 16.4k, False: 0]
  |  Branch (1451:32): [True: 16.4k, False: 0]
  ------------------
 1452|  16.4k|        l->spareels[l->spareelsnum++] = tmp;
 1453|  16.4k|    } else {
 1454|      0|        free(tmp);
 1455|      0|    }
 1456|       |
 1457|  16.4k|    return 0;
 1458|  16.4k|}

sc_apdu_get_length:
   43|  1.95k|{
   44|  1.95k|	size_t ret = 4;
   45|       |
   46|  1.95k|	switch (apdu->cse) {
   47|      0|	case SC_APDU_CASE_1:
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  |  Branch (47:2): [True: 0, False: 1.95k]
  ------------------
   48|      0|		if (proto == SC_PROTO_T0)
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (48:7): [True: 0, False: 0]
  ------------------
   49|      0|			ret++;
   50|      0|		break;
   51|  1.95k|	case SC_APDU_CASE_2_SHORT:
  ------------------
  |  |  292|  1.95k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  |  Branch (51:2): [True: 1.95k, False: 0]
  ------------------
   52|  1.95k|		ret++;
   53|  1.95k|		break;
   54|      0|	case SC_APDU_CASE_2_EXT:
  ------------------
  |  |  297|      0|#define SC_APDU_CASE_2_EXT		SC_APDU_CASE_2_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  |  |  ------------------
  |  |               #define SC_APDU_CASE_2_EXT		SC_APDU_CASE_2_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  |  Branch (54:2): [True: 0, False: 1.95k]
  ------------------
   55|      0|		ret += (proto == SC_PROTO_T0 ? 1 : 3);
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (55:11): [True: 0, False: 0]
  ------------------
   56|      0|		break;
   57|      0|	case SC_APDU_CASE_3_SHORT:
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (57:2): [True: 0, False: 1.95k]
  ------------------
   58|      0|		ret += 1 + apdu->lc;
   59|      0|		break;
   60|      0|	case SC_APDU_CASE_3_EXT:
  ------------------
  |  |  298|      0|#define SC_APDU_CASE_3_EXT		SC_APDU_CASE_3_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  |  |  ------------------
  |  |               #define SC_APDU_CASE_3_EXT		SC_APDU_CASE_3_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  |  Branch (60:2): [True: 0, False: 1.95k]
  ------------------
   61|      0|		ret += apdu->lc + (proto == SC_PROTO_T0 ? 1 : 3);
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (61:22): [True: 0, False: 0]
  ------------------
   62|      0|		break;
   63|      0|	case SC_APDU_CASE_4_SHORT:
  ------------------
  |  |  294|      0|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (63:2): [True: 0, False: 1.95k]
  ------------------
   64|      0|		ret += apdu->lc + (proto != SC_PROTO_T0 ? 2 : 1);
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (64:22): [True: 0, False: 0]
  ------------------
   65|      0|		break;
   66|      0|	case SC_APDU_CASE_4_EXT:
  ------------------
  |  |  299|      0|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|      0|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  |  Branch (66:2): [True: 0, False: 1.95k]
  ------------------
   67|      0|		ret += apdu->lc + (proto == SC_PROTO_T0 ? 1 : 5);
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (67:22): [True: 0, False: 0]
  ------------------
   68|      0|		break;
   69|      0|	default:
  ------------------
  |  Branch (69:2): [True: 0, False: 1.95k]
  ------------------
   70|      0|		return 0;
   71|  1.95k|	}
   72|  1.95k|	return ret;
   73|  1.95k|}
sc_apdu2bytes:
   85|    978|{
   86|    978|	u8     *p = out;
   87|       |
   88|    978|	size_t len = sc_apdu_get_length(apdu, proto);
   89|       |
   90|    978|	if (out == NULL || outlen < len)
  ------------------
  |  Branch (90:6): [True: 0, False: 978]
  |  Branch (90:21): [True: 0, False: 978]
  ------------------
   91|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   92|       |	/* CLA, INS, P1 and P2 */
   93|    978|	*p++ = apdu->cla;
   94|    978|	*p++ = apdu->ins;
   95|    978|	*p++ = apdu->p1;
   96|    978|	*p++ = apdu->p2;
   97|       |	/* case depend part */
   98|    978|	switch (apdu->cse) {
  ------------------
  |  Branch (98:10): [True: 978, False: 0]
  ------------------
   99|      0|	case SC_APDU_CASE_1:
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  |  Branch (99:2): [True: 0, False: 978]
  ------------------
  100|       |		/* T0 needs an additional 0x00 byte */
  101|      0|		if (proto == SC_PROTO_T0)
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (101:7): [True: 0, False: 0]
  ------------------
  102|      0|			*p = (u8)0x00;
  103|      0|		break;
  104|    978|	case SC_APDU_CASE_2_SHORT:
  ------------------
  |  |  292|    978|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  |  Branch (104:2): [True: 978, False: 0]
  ------------------
  105|    978|		*p = (u8)apdu->le;
  106|    978|		break;
  107|      0|	case SC_APDU_CASE_2_EXT:
  ------------------
  |  |  297|      0|#define SC_APDU_CASE_2_EXT		SC_APDU_CASE_2_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  |  |  ------------------
  |  |               #define SC_APDU_CASE_2_EXT		SC_APDU_CASE_2_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  |  Branch (107:2): [True: 0, False: 978]
  ------------------
  108|      0|		if (proto == SC_PROTO_T0)
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (108:7): [True: 0, False: 0]
  ------------------
  109|       |			/* T0 extended APDUs look just like short APDUs */
  110|      0|			*p = (u8)apdu->le;
  111|      0|		else {
  112|       |			/* in case of T1 always use 3 bytes for length */
  113|      0|			*p++ = (u8)0x00;
  114|      0|			*p++ = (u8)(apdu->le >> 8);
  115|      0|			*p = (u8)apdu->le;
  116|      0|		}
  117|      0|		break;
  118|      0|	case SC_APDU_CASE_3_SHORT:
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (118:2): [True: 0, False: 978]
  ------------------
  119|      0|		*p++ = (u8)apdu->lc;
  120|      0|		memcpy(p, apdu->data, apdu->lc);
  121|      0|		break;
  122|      0|	case SC_APDU_CASE_3_EXT:
  ------------------
  |  |  298|      0|#define SC_APDU_CASE_3_EXT		SC_APDU_CASE_3_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  |  |  ------------------
  |  |               #define SC_APDU_CASE_3_EXT		SC_APDU_CASE_3_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  |  Branch (122:2): [True: 0, False: 978]
  ------------------
  123|      0|		if (proto == SC_PROTO_T0) {
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (123:7): [True: 0, False: 0]
  ------------------
  124|       |			/* in case of T0 the command is transmitted in chunks
  125|       |			 * < 255 using the ENVELOPE command ... */
  126|      0|			if (apdu->lc > 255) {
  ------------------
  |  Branch (126:8): [True: 0, False: 0]
  ------------------
  127|       |				/* ... so if Lc is greater than 255 bytes
  128|       |				 * an error has occurred on a higher level */
  129|      0|				sc_log(ctx, "invalid Lc length for CASE 3 extended APDU (need ENVELOPE)");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  130|      0|				return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  131|      0|			}
  132|      0|		}
  133|      0|		else {
  134|       |			/* in case of T1 always use 3 bytes for length */
  135|      0|			*p++ = (u8)0x00;
  136|      0|			*p++ = (u8)(apdu->lc >> 8);
  137|      0|			*p++ = (u8)apdu->lc;
  138|      0|		}
  139|      0|		memcpy(p, apdu->data, apdu->lc);
  140|      0|		break;
  141|      0|	case SC_APDU_CASE_4_SHORT:
  ------------------
  |  |  294|      0|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (141:2): [True: 0, False: 978]
  ------------------
  142|      0|		*p++ = (u8)apdu->lc;
  143|      0|		memcpy(p, apdu->data, apdu->lc);
  144|      0|		p += apdu->lc;
  145|       |		/* in case of T0 no Le byte is added */
  146|      0|		if (proto != SC_PROTO_T0)
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (146:7): [True: 0, False: 0]
  ------------------
  147|      0|			*p = (u8)apdu->le;
  148|      0|		break;
  149|      0|	case SC_APDU_CASE_4_EXT:
  ------------------
  |  |  299|      0|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|      0|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  |  Branch (149:2): [True: 0, False: 978]
  ------------------
  150|      0|		if (proto == SC_PROTO_T0) {
  ------------------
  |  |  352|      0|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (150:7): [True: 0, False: 0]
  ------------------
  151|       |			/* again a T0 extended case 4 APDU looks just
  152|       |			 * like a short APDU, the additional data is
  153|       |			 * transferred using ENVELOPE and GET RESPONSE */
  154|      0|			*p++ = (u8)apdu->lc;
  155|      0|			memcpy(p, apdu->data, apdu->lc);
  156|      0|		}
  157|      0|		else {
  158|      0|			*p++ = (u8)0x00;
  159|      0|			*p++ = (u8)(apdu->lc >> 8);
  160|      0|			*p++ = (u8)apdu->lc;
  161|      0|			memcpy(p, apdu->data, apdu->lc);
  162|      0|			p += apdu->lc;
  163|       |			/* only 2 bytes are use to specify the length of the
  164|       |			 * expected data */
  165|      0|			*p++ = (u8)(apdu->le >> 8);
  166|      0|			*p = (u8)apdu->le;
  167|      0|		}
  168|      0|		break;
  169|    978|	}
  170|       |
  171|    978|	return SC_SUCCESS;
  ------------------
  |  |   28|    978|#define SC_SUCCESS				0
  ------------------
  172|    978|}
sc_apdu_get_octets:
  176|    978|{
  177|    978|	size_t	nlen;
  178|    978|	u8	*nbuf;
  179|       |
  180|    978|	if (apdu == NULL || buf == NULL || len == NULL)
  ------------------
  |  Branch (180:6): [True: 0, False: 978]
  |  Branch (180:22): [True: 0, False: 978]
  |  Branch (180:37): [True: 0, False: 978]
  ------------------
  181|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  182|       |
  183|       |	/* get the estimated length of encoded APDU */
  184|    978|	nlen = sc_apdu_get_length(apdu, proto);
  185|    978|	if (nlen == 0)
  ------------------
  |  Branch (185:6): [True: 0, False: 978]
  ------------------
  186|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  187|    978|	nbuf = malloc(nlen);
  188|    978|	if (nbuf == NULL)
  ------------------
  |  Branch (188:6): [True: 0, False: 978]
  ------------------
  189|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  190|       |	/* encode the APDU in the buffer */
  191|    978|	if (sc_apdu2bytes(ctx, apdu, proto, nbuf, nlen) != SC_SUCCESS) {
  ------------------
  |  |   28|    978|#define SC_SUCCESS				0
  ------------------
  |  Branch (191:6): [True: 0, False: 978]
  ------------------
  192|      0|		free(nbuf);
  193|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  194|      0|	}
  195|    978|	*buf = nbuf;
  196|    978|	*len = nlen;
  197|       |
  198|    978|	return SC_SUCCESS;
  ------------------
  |  |   28|    978|#define SC_SUCCESS				0
  ------------------
  199|    978|}
sc_check_apdu:
  257|   640k|{
  258|   640k|	if ((apdu->cse & ~SC_APDU_SHORT_MASK) == 0) {
  ------------------
  |  |  295|   640k|#define SC_APDU_SHORT_MASK		0x0f
  ------------------
  |  Branch (258:6): [True: 637k, False: 2.93k]
  ------------------
  259|       |		/* length check for short APDU */
  260|   637k|		if (apdu->le > 256 || (apdu->lc > 255 && (apdu->flags & SC_APDU_FLAGS_CHAINING) == 0))   {
  ------------------
  |  |  306|    518|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  |  Branch (260:7): [True: 99, False: 637k]
  |  Branch (260:26): [True: 518, False: 636k]
  |  Branch (260:44): [True: 41, False: 477]
  ------------------
  261|    140|			sc_log(card->ctx, "failed length check for short APDU");
  ------------------
  |  |   71|    140|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  262|    140|			goto error;
  263|    140|		}
  264|   637k|	}
  265|  2.93k|	else if ((apdu->cse & SC_APDU_EXT) != 0) {
  ------------------
  |  |  296|  2.93k|#define SC_APDU_EXT			0x10
  ------------------
  |  Branch (265:11): [True: 2.93k, False: 0]
  ------------------
  266|       |		/* check if the card supports extended APDUs */
  267|  2.93k|		if ((card->caps & SC_CARD_CAP_APDU_EXT) == 0) {
  ------------------
  |  |  547|  2.93k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (267:7): [True: 10, False: 2.92k]
  ------------------
  268|     10|			sc_log(card->ctx, "card doesn't support extended APDUs");
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  269|     10|			goto error;
  270|     10|		}
  271|       |		/* length check for extended APDU */
  272|  2.92k|		if (apdu->le > 65536 || apdu->lc > 65535)   {
  ------------------
  |  Branch (272:7): [True: 0, False: 2.92k]
  |  Branch (272:27): [True: 1, False: 2.92k]
  ------------------
  273|      1|			sc_log(card->ctx, "failed length check for extended APDU");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  274|      1|			goto error;
  275|      1|		}
  276|  2.92k|	}
  277|      0|	else   {
  278|      0|		goto error;
  279|      0|	}
  280|       |
  281|   640k|	switch (apdu->cse & SC_APDU_SHORT_MASK) {
  ------------------
  |  |  295|   640k|#define SC_APDU_SHORT_MASK		0x0f
  ------------------
  282|  9.52k|	case SC_APDU_CASE_1:
  ------------------
  |  |  291|  9.52k|#define SC_APDU_CASE_1			0x01
  ------------------
  |  Branch (282:2): [True: 9.52k, False: 630k]
  ------------------
  283|       |		/* no data is sent or received */
  284|  9.52k|		if (apdu->datalen != 0 || apdu->lc != 0 || apdu->le != 0)
  ------------------
  |  Branch (284:7): [True: 0, False: 9.52k]
  |  Branch (284:29): [True: 0, False: 9.52k]
  |  Branch (284:46): [True: 0, False: 9.52k]
  ------------------
  285|      0|			goto error;
  286|  9.52k|		break;
  287|   185k|	case SC_APDU_CASE_2_SHORT:
  ------------------
  |  |  292|   185k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  |  Branch (287:2): [True: 185k, False: 454k]
  ------------------
  288|       |		/* no data is sent */
  289|   185k|		if (apdu->datalen != 0 || apdu->lc != 0)
  ------------------
  |  Branch (289:7): [True: 0, False: 185k]
  |  Branch (289:29): [True: 0, False: 185k]
  ------------------
  290|      0|			goto error;
  291|       |		/* data is expected       */
  292|   185k|		if (apdu->resplen == 0 || apdu->resp == NULL)
  ------------------
  |  Branch (292:7): [True: 3, False: 185k]
  |  Branch (292:29): [True: 0, False: 185k]
  ------------------
  293|      3|			goto error;
  294|   185k|		break;
  295|   185k|	case SC_APDU_CASE_3_SHORT:
  ------------------
  |  |  293|  84.3k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (295:2): [True: 84.3k, False: 555k]
  ------------------
  296|       |		/* data is sent */
  297|  84.3k|		if (apdu->datalen == 0 || apdu->data == NULL || apdu->lc == 0)
  ------------------
  |  Branch (297:7): [True: 0, False: 84.3k]
  |  Branch (297:29): [True: 0, False: 84.3k]
  |  Branch (297:51): [True: 0, False: 84.3k]
  ------------------
  298|      0|			goto error;
  299|       |		/* no data is expected    */
  300|  84.3k|		if (apdu->le != 0)
  ------------------
  |  Branch (300:7): [True: 0, False: 84.3k]
  ------------------
  301|      0|			goto error;
  302|       |		/* inconsistent datalen   */
  303|  84.3k|		if (apdu->datalen != apdu->lc)
  ------------------
  |  Branch (303:7): [True: 0, False: 84.3k]
  ------------------
  304|      0|			goto error;
  305|  84.3k|		break;
  306|   361k|	case SC_APDU_CASE_4_SHORT:
  ------------------
  |  |  294|   361k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (306:2): [True: 361k, False: 278k]
  ------------------
  307|       |		/* data is sent */
  308|   361k|		if (apdu->datalen == 0 || apdu->data == NULL || apdu->lc == 0)
  ------------------
  |  Branch (308:7): [True: 533, False: 360k]
  |  Branch (308:29): [True: 0, False: 360k]
  |  Branch (308:51): [True: 0, False: 360k]
  ------------------
  309|    533|			goto error;
  310|       |		/* data is expected       */
  311|   360k|		if (apdu->resplen == 0 || apdu->resp == NULL)
  ------------------
  |  Branch (311:7): [True: 0, False: 360k]
  |  Branch (311:29): [True: 0, False: 360k]
  ------------------
  312|      0|			goto error;
  313|       |		/* inconsistent datalen   */
  314|   360k|		if (apdu->datalen != apdu->lc)
  ------------------
  |  Branch (314:7): [True: 0, False: 360k]
  ------------------
  315|      0|			goto error;
  316|   360k|		break;
  317|   360k|	default:
  ------------------
  |  Branch (317:2): [True: 0, False: 640k]
  ------------------
  318|      0|		sc_log(card->ctx, "Invalid APDU case %d", apdu->cse);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  319|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  320|   640k|	}
  321|   639k|	return SC_SUCCESS;
  ------------------
  |  |   28|   639k|#define SC_SUCCESS				0
  ------------------
  322|    687|error:
  323|    687|	sc_log(card->ctx, "Invalid Case %d %s APDU:\n"
  ------------------
  |  |   71|    687|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  326|  1.37k|		apdu->cse & SC_APDU_SHORT_MASK,
  |  |  |  |  ------------------
  |  |  |  |  |  |  295|    687|#define SC_APDU_SHORT_MASK		0x0f
  |  |  |  |  ------------------
  |  |  |  |  327|  1.37k|		(apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  |  |  |  |  ------------------
  |  |  |  |  |  |  296|    687|#define SC_APDU_EXT			0x10
  |  |  |  |  ------------------
  |  |  |  |  328|  1.37k|		apdu->cse, apdu->cla, apdu->ins, apdu->p1, apdu->p2,
  |  |  |  |  329|  1.37k|		(unsigned long) apdu->lc, (unsigned long) apdu->le,
  |  |  |  |  330|  1.37k|		apdu->resp, (unsigned long) apdu->resplen,
  |  |  |  |  331|  1.37k|		apdu->data, (unsigned long) apdu->datalen, apdu->flags);
  |  |  ------------------
  ------------------
  324|    687|		"cse=%02x cla=%02x ins=%02x p1=%02x p2=%02x lc=%lu le=%lu\n"
  325|    687|		"resp=%p resplen=%lu data=%p datalen=%lu flags=0x%8.8lx",
  326|    687|		apdu->cse & SC_APDU_SHORT_MASK,
  327|    687|		(apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  328|    687|		apdu->cse, apdu->cla, apdu->ins, apdu->p1, apdu->p2,
  329|    687|		(unsigned long) apdu->lc, (unsigned long) apdu->le,
  330|    687|		apdu->resp, (unsigned long) apdu->resplen,
  331|    687|		apdu->data, (unsigned long) apdu->datalen, apdu->flags);
  332|    687|	return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    687|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  333|   640k|}
sc_transmit_apdu:
  542|   616k|{
  543|   616k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|   616k|#define SC_SUCCESS				0
  ------------------
  544|       |
  545|   616k|	if (card == NULL || apdu == NULL)
  ------------------
  |  Branch (545:6): [True: 0, False: 616k]
  |  Branch (545:22): [True: 0, False: 616k]
  ------------------
  546|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  547|       |
  548|   616k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|   616k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   616k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   616k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   616k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 616k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  549|       |
  550|       |	/* determine the APDU type if necessary, i.e. to use
  551|       |	 * short or extended APDUs  */
  552|   616k|	sc_detect_apdu_cse(card, apdu);
  553|       |	/* basic APDU consistency check */
  554|   616k|	r = sc_check_apdu(card, apdu);
  555|   616k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|   616k|#define SC_SUCCESS				0
  ------------------
  |  Branch (555:6): [True: 684, False: 616k]
  ------------------
  556|    684|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    684|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  557|       |
  558|   616k|	r = sc_lock(card);	/* acquire card lock*/
  559|   616k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|   616k|#define SC_SUCCESS				0
  ------------------
  |  Branch (559:6): [True: 0, False: 616k]
  ------------------
  560|      0|		sc_log(card->ctx, "unable to acquire lock");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  561|      0|		return r;
  562|      0|	}
  563|       |
  564|   616k|#if ENABLE_SM
  565|   616k|	if (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT
  ------------------
  |  |   47|  1.23M|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (565:6): [True: 3.57k, False: 612k]
  ------------------
  566|  3.57k|			&& (apdu->flags & SC_APDU_FLAGS_CHAINING) != 0
  ------------------
  |  |  306|  3.57k|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  |  Branch (566:7): [True: 0, False: 3.57k]
  ------------------
  567|      0|			&& (apdu->flags & SC_APDU_FLAGS_SM_CHAINING) != 0) {
  ------------------
  |  |  316|      0|#define SC_APDU_FLAGS_SM_CHAINING	0x00000010UL
  ------------------
  |  Branch (567:7): [True: 0, False: 0]
  ------------------
  568|      0|		sc_log(card->ctx,"Let SM do the chaining");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  569|      0|		r = sc_transmit(card, apdu);
  570|      0|	} else
  571|   616k|#endif
  572|   616k|	if ((apdu->flags & SC_APDU_FLAGS_CHAINING) != 0) {
  ------------------
  |  |  306|   616k|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  |  Branch (572:6): [True: 20.6k, False: 595k]
  ------------------
  573|       |		/* divide et impera: transmit APDU in chunks with Lc <= max_send_size
  574|       |		 * bytes using command chaining */
  575|  20.6k|		size_t    len  = apdu->datalen;
  576|  20.6k|		const u8  *buf = apdu->data;
  577|  20.6k|		size_t    max_send_size = sc_get_max_send_size(card);
  578|       |
  579|  41.4k|		while (len != 0) {
  ------------------
  |  Branch (579:10): [True: 21.6k, False: 19.8k]
  ------------------
  580|  21.6k|			size_t    plen;
  581|  21.6k|			sc_apdu_t tapdu;
  582|  21.6k|			int       last = 0;
  583|       |
  584|  21.6k|			tapdu = *apdu;
  585|       |			/* clear chaining flag */
  586|  21.6k|			tapdu.flags &= ~SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|  21.6k|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  587|  21.6k|			if (len > max_send_size) {
  ------------------
  |  Branch (587:8): [True: 1.50k, False: 20.1k]
  ------------------
  588|       |				/* adjust APDU case: in case of CASE 4 APDU
  589|       |				 * the intermediate APDU are of CASE 3 */
  590|  1.50k|				if ((tapdu.cse & SC_APDU_SHORT_MASK) == SC_APDU_CASE_4_SHORT)
  ------------------
  |  |  295|  1.50k|#define SC_APDU_SHORT_MASK		0x0f
  ------------------
              				if ((tapdu.cse & SC_APDU_SHORT_MASK) == SC_APDU_CASE_4_SHORT)
  ------------------
  |  |  294|  1.50k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (590:9): [True: 1.50k, False: 0]
  ------------------
  591|  1.50k|					tapdu.cse--;
  592|       |				/* XXX: the chunk size must be adjusted when
  593|       |				 *      secure messaging is used */
  594|  1.50k|				plen          = max_send_size;
  595|  1.50k|				tapdu.cla    |= 0x10;
  596|       |				/* the intermediate APDU don't expect response data */
  597|  1.50k|				tapdu.le      = 0;
  598|  1.50k|				tapdu.resplen = 0;
  599|  1.50k|				tapdu.resp    = NULL;
  600|  20.1k|			} else {
  601|  20.1k|				plen = len;
  602|  20.1k|				last = 1;
  603|  20.1k|			}
  604|  21.6k|			tapdu.data    = buf;
  605|  21.6k|			tapdu.datalen = tapdu.lc = plen;
  606|       |
  607|  21.6k|			r = sc_check_apdu(card, &tapdu);
  608|  21.6k|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  21.6k|#define SC_SUCCESS				0
  ------------------
  |  Branch (608:8): [True: 3, False: 21.6k]
  ------------------
  609|      3|				sc_log(card->ctx, "inconsistent APDU while chaining");
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  610|      3|				break;
  611|      3|			}
  612|       |
  613|  21.6k|			r = sc_transmit(card, &tapdu);
  614|  21.6k|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|  21.6k|#define SC_SUCCESS				0
  ------------------
  |  Branch (614:8): [True: 350, False: 21.2k]
  ------------------
  615|    350|				break;
  616|  21.2k|			if (last != 0) {
  ------------------
  |  Branch (616:8): [True: 19.7k, False: 1.50k]
  ------------------
  617|       |				/* in case of the last APDU set the SW1
  618|       |				 * and SW2 bytes in the original APDU */
  619|  19.7k|				apdu->sw1 = tapdu.sw1;
  620|  19.7k|				apdu->sw2 = tapdu.sw2;
  621|  19.7k|				apdu->resplen = tapdu.resplen;
  622|  19.7k|			} else {
  623|       |				/* otherwise check the status bytes */
  624|  1.50k|				r = sc_check_sw(card, tapdu.sw1, tapdu.sw2);
  625|  1.50k|				if (r != SC_SUCCESS)
  ------------------
  |  |   28|  1.50k|#define SC_SUCCESS				0
  ------------------
  |  Branch (625:9): [True: 528, False: 974]
  ------------------
  626|    528|					break;
  627|  1.50k|			}
  628|  20.7k|			len -= plen;
  629|  20.7k|			buf += plen;
  630|  20.7k|		}
  631|   595k|	} else {
  632|       |		/* transmit single APDU */
  633|   595k|		r = sc_transmit(card, apdu);
  634|   595k|	}
  635|       |
  636|   616k|	if (r == SC_ERROR_CARD_RESET || r == SC_ERROR_READER_REATTACHED) {
  ------------------
  |  |   37|  1.23M|#define SC_ERROR_CARD_RESET			-1106
  ------------------
              	if (r == SC_ERROR_CARD_RESET || r == SC_ERROR_READER_REATTACHED) {
  ------------------
  |  |   46|   616k|#define SC_ERROR_READER_REATTACHED		-1115
  ------------------
  |  Branch (636:6): [True: 0, False: 616k]
  |  Branch (636:34): [True: 0, False: 616k]
  ------------------
  637|       |		/* give card driver a chance to react on resets */
  638|      0|		if (card->ops->card_reader_lock_obtained)
  ------------------
  |  Branch (638:7): [True: 0, False: 0]
  ------------------
  639|      0|			card->ops->card_reader_lock_obtained(card, 1);
  640|      0|	}
  641|       |
  642|       |	/* all done => release lock */
  643|   616k|	if (sc_unlock(card) != SC_SUCCESS)
  ------------------
  |  |   28|   616k|#define SC_SUCCESS				0
  ------------------
  |  Branch (643:6): [True: 0, False: 616k]
  ------------------
  644|      0|		sc_log(card->ctx, "sc_unlock failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  645|       |
  646|   616k|	return r;
  647|   616k|}
sc_bytes2apdu:
  652|     66|{
  653|     66|	const unsigned char *p;
  654|     66|	size_t len0;
  655|       |
  656|     66|	if (!buf || !apdu)
  ------------------
  |  Branch (656:6): [True: 0, False: 66]
  |  Branch (656:14): [True: 0, False: 66]
  ------------------
  657|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  658|       |
  659|     66|	len0 = len;
  660|     66|	if (len < 4) {
  ------------------
  |  Branch (660:6): [True: 0, False: 66]
  ------------------
  661|      0|		sc_log(ctx, "APDU too short (must be at least 4 bytes)");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  662|      0|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  663|      0|	}
  664|       |
  665|     66|	memset(apdu, 0, sizeof *apdu);
  666|     66|	p = buf;
  667|     66|	apdu->cla = *p++;
  668|     66|	apdu->ins = *p++;
  669|     66|	apdu->p1 = *p++;
  670|     66|	apdu->p2 = *p++;
  671|     66|	len -= 4;
  672|       |
  673|     66|	if (!len) {
  ------------------
  |  Branch (673:6): [True: 0, False: 66]
  ------------------
  674|      0|		apdu->cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  675|      0|		sc_log(ctx, "CASE_1 APDU: %zu bytes:\tins=%02x p1=%02x p2=%02x lc=%04zx le=%04zx",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  676|      0|				len0, apdu->ins, apdu->p1, apdu->p2, apdu->lc, apdu->le);
  677|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  678|      0|	}
  679|       |
  680|     66|	if (*p == 0 && len >= 3) {
  ------------------
  |  Branch (680:6): [True: 0, False: 66]
  |  Branch (680:17): [True: 0, False: 0]
  ------------------
  681|       |		/* ...must be an extended APDU */
  682|      0|		p++;
  683|      0|		if (len == 3) {
  ------------------
  |  Branch (683:7): [True: 0, False: 0]
  ------------------
  684|      0|			apdu->le = (*p++)<<8;
  685|      0|			apdu->le += *p++;
  686|      0|			if (apdu->le == 0)
  ------------------
  |  Branch (686:8): [True: 0, False: 0]
  ------------------
  687|      0|				apdu->le = 0xffff+1;
  688|      0|			len -= 3;
  689|      0|			apdu->cse = SC_APDU_CASE_2_EXT;
  ------------------
  |  |  297|      0|#define SC_APDU_CASE_2_EXT		SC_APDU_CASE_2_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  |  |  ------------------
  |  |               #define SC_APDU_CASE_2_EXT		SC_APDU_CASE_2_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  690|      0|		}
  691|      0|		else {
  692|       |			/* len > 3 */
  693|      0|			apdu->lc = (*p++)<<8;
  694|      0|			apdu->lc += *p++;
  695|      0|			len -= 3;
  696|      0|			if (len < apdu->lc) {
  ------------------
  |  Branch (696:8): [True: 0, False: 0]
  ------------------
  697|      0|				sc_log(ctx, "APDU too short (need %zu more bytes)", apdu->lc - len);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  698|      0|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  699|      0|			}
  700|      0|			apdu->data = p;
  701|      0|			apdu->datalen = apdu->lc;
  702|      0|			len -= apdu->lc;
  703|      0|			p += apdu->lc;
  704|      0|			if (!len) {
  ------------------
  |  Branch (704:8): [True: 0, False: 0]
  ------------------
  705|      0|				apdu->cse = SC_APDU_CASE_3_EXT;
  ------------------
  |  |  298|      0|#define SC_APDU_CASE_3_EXT		SC_APDU_CASE_3_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  |  |  ------------------
  |  |               #define SC_APDU_CASE_3_EXT		SC_APDU_CASE_3_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  706|      0|			}
  707|      0|			else {
  708|       |				/* at this point the apdu has a Lc, so Le is on 2 bytes */
  709|      0|				if (len < 2) {
  ------------------
  |  Branch (709:9): [True: 0, False: 0]
  ------------------
  710|      0|					sc_debug(ctx, SC_LOG_DEBUG_VERBOSE, "APDU too short (need 2 more bytes)\n");
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  711|      0|					return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  712|      0|				}
  713|      0|				apdu->le = (*p++)<<8;
  714|      0|				apdu->le += *p++;
  715|      0|				if (apdu->le == 0)
  ------------------
  |  Branch (715:9): [True: 0, False: 0]
  ------------------
  716|      0|					apdu->le = 0xffff+1;
  717|      0|				len -= 2;
  718|      0|				apdu->cse = SC_APDU_CASE_4_EXT;
  ------------------
  |  |  299|      0|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|      0|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  719|      0|			}
  720|      0|		}
  721|      0|	}
  722|     66|	else {
  723|       |		/* ...must be a short APDU */
  724|     66|		if (len == 1) {
  ------------------
  |  Branch (724:7): [True: 66, False: 0]
  ------------------
  725|     66|			apdu->le = *p++;
  726|     66|			if (apdu->le == 0)
  ------------------
  |  Branch (726:8): [True: 0, False: 66]
  ------------------
  727|      0|				apdu->le = 0xff+1;
  728|     66|			len--;
  729|     66|			apdu->cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|     66|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  730|     66|		}
  731|      0|		else {
  732|      0|			apdu->lc = *p++;
  733|      0|			len--;
  734|      0|			if (len < apdu->lc) {
  ------------------
  |  Branch (734:8): [True: 0, False: 0]
  ------------------
  735|      0|				sc_log(ctx, "APDU too short (need %zu more bytes)", apdu->lc - len);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  736|      0|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  737|      0|			}
  738|      0|			apdu->data = p;
  739|      0|			apdu->datalen = apdu->lc;
  740|      0|			len -= apdu->lc;
  741|      0|			p += apdu->lc;
  742|      0|			if (!len) {
  ------------------
  |  Branch (742:8): [True: 0, False: 0]
  ------------------
  743|      0|				apdu->cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  744|      0|			}
  745|      0|			else {
  746|      0|				apdu->le = *p++;
  747|      0|				if (apdu->le == 0)
  ------------------
  |  Branch (747:9): [True: 0, False: 0]
  ------------------
  748|      0|					apdu->le = 0xff+1;
  749|      0|				len--;
  750|      0|				apdu->cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|      0|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  751|      0|			}
  752|      0|		}
  753|     66|	}
  754|     66|	if (len) {
  ------------------
  |  Branch (754:6): [True: 0, False: 66]
  ------------------
  755|      0|		sc_log(ctx, "APDU too long (%lu bytes extra)",(unsigned long) len);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  756|      0|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  757|      0|	}
  758|       |
  759|     66|	sc_log(ctx, "Case %d %s APDU, %zu bytes:\tins=%02x p1=%02x p2=%02x lc=%04zx le=%04zx",
  ------------------
  |  |   71|     66|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  760|    132|			apdu->cse & SC_APDU_SHORT_MASK, (apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  |  |  |  |  ------------------
  |  |  |  |  |  |  295|     66|#define SC_APDU_SHORT_MASK		0x0f
  |  |  |  |  ------------------
  |  |  |  |               			apdu->cse & SC_APDU_SHORT_MASK, (apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  |  |  |  |  ------------------
  |  |  |  |  |  |  296|     66|#define SC_APDU_EXT			0x10
  |  |  |  |  ------------------
  |  |  |  |  761|    132|			len0, apdu->ins, apdu->p1, apdu->p2, apdu->lc, apdu->le);
  |  |  ------------------
  ------------------
  760|     66|			apdu->cse & SC_APDU_SHORT_MASK, (apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  761|     66|			len0, apdu->ins, apdu->p1, apdu->p2, apdu->lc, apdu->le);
  762|       |
  763|     66|	return SC_SUCCESS;
  ------------------
  |  |   28|     66|#define SC_SUCCESS				0
  ------------------
  764|     66|}
apdu.c:sc_detect_apdu_cse:
  341|   616k|{
  342|   616k|	if (apdu->cse == SC_APDU_CASE_2 || apdu->cse == SC_APDU_CASE_3 ||
  ------------------
  |  |  301|  1.23M|#define SC_APDU_CASE_2			0x22
  ------------------
              	if (apdu->cse == SC_APDU_CASE_2 || apdu->cse == SC_APDU_CASE_3 ||
  ------------------
  |  |  302|  1.09M|#define SC_APDU_CASE_3			0x23
  ------------------
  |  Branch (342:6): [True: 134k, False: 482k]
  |  Branch (342:37): [True: 27, False: 482k]
  ------------------
  343|   482k|	    apdu->cse == SC_APDU_CASE_4) {
  ------------------
  |  |  303|   482k|#define SC_APDU_CASE_4			0x24
  ------------------
  |  Branch (343:6): [True: 18.4k, False: 463k]
  ------------------
  344|   153k|		int btype = apdu->cse & SC_APDU_SHORT_MASK;
  ------------------
  |  |  295|   153k|#define SC_APDU_SHORT_MASK		0x0f
  ------------------
  345|       |		/* if either Lc or Le is bigger than the maximum for
  346|       |		 * short APDUs and the card supports extended APDUs
  347|       |		 * use extended APDUs (unless Lc is greater than
  348|       |		 * 255 and command chaining is activated) */
  349|   153k|		if ((apdu->le > 256 || (apdu->lc > 255 && (apdu->flags & SC_APDU_FLAGS_CHAINING) == 0)) &&
  ------------------
  |  |  306|    275|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  |  Branch (349:8): [True: 1.28k, False: 151k]
  |  Branch (349:27): [True: 275, False: 151k]
  |  Branch (349:45): [True: 22, False: 253]
  ------------------
  350|  1.30k|		    (card->caps & SC_CARD_CAP_APDU_EXT) != 0)
  ------------------
  |  |  547|  1.30k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (350:7): [True: 1.18k, False: 121]
  ------------------
  351|  1.18k|			btype |= SC_APDU_EXT;
  ------------------
  |  |  296|  1.18k|#define SC_APDU_EXT			0x10
  ------------------
  352|   153k|		apdu->cse = btype;
  353|   153k|	}
  354|   616k|}
apdu.c:sc_transmit:
  508|   616k|{
  509|   616k|	struct sc_context *ctx  = card->ctx;
  510|   616k|	size_t       olen  = apdu->resplen;
  511|   616k|	int          r;
  512|       |
  513|   616k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|   616k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   616k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   616k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   616k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 616k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|       |
  515|   616k|	r = sc_single_transmit(card, apdu);
  516|   616k|	LOG_TEST_RET(ctx, r, "transmit APDU failed");
  ------------------
  |  |  174|   616k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   616k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   616k|	int _ret = (r); \
  |  |  |  |  168|   616k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 559, False: 616k]
  |  |  |  |  ------------------
  |  |  |  |  169|    559|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    559|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    559|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    559|		return _ret; \
  |  |  |  |  172|    559|	} \
  |  |  |  |  173|   616k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 616k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|       |
  518|       |	/* ok, the APDU was successfully transmitted. Now we have two special cases:
  519|       |	 * 1. the card returned 0x6Cxx: in this case APDU will be re-transmitted with Le set to SW2
  520|       |	 * (possible only if response buffer size is larger than new Le = SW2)
  521|       |	 */
  522|   616k|	if (apdu->sw1 == 0x6C && (apdu->flags & SC_APDU_FLAGS_NO_RETRY_WL) == 0) {
  ------------------
  |  |  312|  3.62k|#define SC_APDU_FLAGS_NO_RETRY_WL	0x00000004UL
  ------------------
  |  Branch (522:6): [True: 3.62k, False: 612k]
  |  Branch (522:27): [True: 3.23k, False: 390]
  ------------------
  523|  3.23k|		r = sc_set_le_and_transmit(card, apdu, olen);
  524|  3.23k|		LOG_TEST_RET(ctx, r, "cannot re-transmit APDU ");
  ------------------
  |  |  174|  3.23k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.23k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.23k|	int _ret = (r); \
  |  |  |  |  168|  3.23k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.32k, False: 1.91k]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.32k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.32k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.32k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.32k|		return _ret; \
  |  |  |  |  172|  1.32k|	} \
  |  |  |  |  173|  3.23k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  525|  3.23k|	}
  526|       |
  527|       |	/* 2. the card returned 0x61xx: more data can be read from the card
  528|       |	 *    using the GET RESPONSE command (mostly used in the T0 protocol).
  529|       |	 *    Unless the SC_APDU_FLAGS_NO_GET_RESP is set we try to read as
  530|       |	 *    much data as possible using GET RESPONSE.
  531|       |	 */
  532|   615k|	if (apdu->sw1 == 0x61 && (apdu->flags & SC_APDU_FLAGS_NO_GET_RESP) == 0) {
  ------------------
  |  |  308|  58.0k|#define SC_APDU_FLAGS_NO_GET_RESP	0x00000002UL
  ------------------
  |  Branch (532:6): [True: 58.0k, False: 557k]
  |  Branch (532:27): [True: 48.6k, False: 9.35k]
  ------------------
  533|  48.6k|		r = sc_get_response(card, apdu, olen);
  534|  48.6k|		LOG_TEST_RET(ctx, r, "cannot get all data with 'GET RESPONSE'");
  ------------------
  |  |  174|  48.6k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  48.6k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  48.6k|	int _ret = (r); \
  |  |  |  |  168|  48.6k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 8.14k, False: 40.5k]
  |  |  |  |  ------------------
  |  |  |  |  169|  8.14k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  8.14k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  8.14k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  8.14k|		return _ret; \
  |  |  |  |  172|  8.14k|	} \
  |  |  |  |  173|  48.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 40.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|  48.6k|	}
  536|       |
  537|   606k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|   606k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   606k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   606k|	int _ret = r; \
  |  |  |  |  155|   606k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 606k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|   606k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 606k]
  |  |  |  |  ------------------
  |  |  |  |  157|   606k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|   606k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|   606k|	return _ret; \
  |  |  |  |  163|   606k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  538|   606k|}
apdu.c:sc_single_transmit:
  359|   618k|{
  360|   618k|	struct sc_context *ctx  = card->ctx;
  361|   618k|	int rv;
  362|       |
  363|   618k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|   618k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   618k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   618k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   618k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 618k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  364|   618k|	if (card->reader->ops->transmit == NULL)
  ------------------
  |  Branch (364:6): [True: 0, False: 618k]
  ------------------
  365|   618k|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "cannot transmit APDU");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  366|       |
  367|   618k|	sc_log(ctx, "CLA:%X, INS:%X, P1:%X, P2:%X, data(%zu) %p",
  ------------------
  |  |   71|   618k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  368|   618k|			apdu->cla, apdu->ins, apdu->p1, apdu->p2, apdu->datalen, apdu->data);
  369|   618k|#ifdef ENABLE_SM
  370|   618k|	if (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT
  ------------------
  |  |   47|  1.23M|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (370:6): [True: 3.59k, False: 615k]
  ------------------
  371|  3.59k|		   	&& (apdu->flags & SC_APDU_FLAGS_NO_SM) == 0) {
  ------------------
  |  |  314|  3.59k|#define SC_APDU_FLAGS_NO_SM		0x00000008UL
  ------------------
  |  Branch (371:10): [True: 1.79k, False: 1.79k]
  ------------------
  372|  1.79k|		LOG_FUNC_RETURN(ctx, sc_sm_single_transmit(card, apdu));
  ------------------
  |  |  164|  1.79k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.79k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.79k|	int _ret = r; \
  |  |  |  |  155|  1.79k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.79k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.79k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    562|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 562, False: 1.23k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.79k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.79k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.79k|	return _ret; \
  |  |  |  |  163|  1.79k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|  1.79k|	}
  374|   617k|#endif
  375|       |
  376|       |	/* send APDU to the reader driver */
  377|   617k|	rv = card->reader->ops->transmit(card->reader, apdu);
  378|   617k|	LOG_TEST_RET(ctx, rv, "unable to transmit APDU");
  ------------------
  |  |  174|   617k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   617k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   617k|	int _ret = (r); \
  |  |  |  |  168|   617k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 617k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|   617k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 617k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|       |
  380|   617k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|   617k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   617k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   617k|	int _ret = r; \
  |  |  |  |  155|   617k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 617k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|   617k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 617k]
  |  |  |  |  ------------------
  |  |  |  |  157|   617k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|   617k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|   617k|	return _ret; \
  |  |  |  |  163|   617k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  381|   617k|}
apdu.c:sc_set_le_and_transmit:
  386|  3.23k|{
  387|  3.23k|	struct sc_context *ctx  = card->ctx;
  388|  3.23k|	size_t nlen = apdu->sw2 ? (size_t)apdu->sw2 : 256;
  ------------------
  |  Branch (388:16): [True: 2.32k, False: 908]
  ------------------
  389|  3.23k|	int rv;
  390|       |
  391|  3.23k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  3.23k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.23k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.23k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.23k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.23k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|       |	/* we cannot re-transmit the APDU with the demanded Le value
  393|       |	 * as the buffer is too small => error */
  394|  3.23k|	if (olen < nlen)
  ------------------
  |  Branch (394:6): [True: 1.32k, False: 1.91k]
  ------------------
  395|  3.23k|		LOG_TEST_RET(ctx, SC_ERROR_WRONG_LENGTH, "wrong length: required length exceeds resplen");
  ------------------
  |  |  174|  1.32k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.32k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.32k|	int _ret = (r); \
  |  |  |  |  168|  1.32k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.32k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.32k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.32k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.32k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.32k|		return _ret; \
  |  |  |  |  172|  1.32k|	} \
  |  |  |  |  173|  1.32k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|       |
  397|       |	/* don't try again if it doesn't work this time */
  398|  1.91k|	apdu->flags  |= SC_APDU_FLAGS_NO_RETRY_WL;
  ------------------
  |  |  312|  1.91k|#define SC_APDU_FLAGS_NO_RETRY_WL	0x00000004UL
  ------------------
  399|       |	/* set the new expected length */
  400|  1.91k|	apdu->resplen = olen;
  401|  1.91k|	apdu->le      = nlen;
  402|       |#ifndef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
  403|       |	/* Belpic V1 applets have a problem: if the card sends a 6C XX (only XX bytes available),
  404|       |	 * and we resend the command too soon (i.e. the reader is too fast), the card doesn't respond.
  405|       |	 * So we build in a delay. */
  406|       |	if (card->type == SC_CARD_TYPE_BELPIC_EID)
  407|       |		msleep(40);
  408|       |#endif
  409|       |
  410|       |	/* re-transmit the APDU with new Le length */
  411|  1.91k|	rv = sc_single_transmit(card, apdu);
  412|  1.91k|	LOG_TEST_RET(ctx, rv, "cannot re-transmit APDU");
  ------------------
  |  |  174|  1.91k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.91k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.91k|	int _ret = (r); \
  |  |  |  |  168|  1.91k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 1.91k]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|  1.91k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|       |
  414|  1.91k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  1.91k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.91k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.91k|	int _ret = r; \
  |  |  |  |  155|  1.91k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.91k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.91k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.91k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.91k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.91k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.91k|	return _ret; \
  |  |  |  |  163|  1.91k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  415|  1.91k|}
apdu.c:sc_get_response:
  420|  48.6k|{
  421|  48.6k|	struct sc_context *ctx  = card->ctx;
  422|  48.6k|	size_t le, minlen, buflen;
  423|  48.6k|	unsigned char *buf;
  424|  48.6k|	int rv;
  425|       |
  426|  48.6k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  48.6k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  48.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  48.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  48.6k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 48.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  427|  48.6k|	if (apdu->le == 0) {
  ------------------
  |  Branch (427:6): [True: 11.7k, False: 36.9k]
  ------------------
  428|       |		/* no data is requested => change return value to 0x9000 and ignore the remaining data */
  429|  11.7k|		apdu->sw1 = 0x90;
  430|  11.7k|		apdu->sw2 = 0x00;
  431|  11.7k|		return SC_SUCCESS;
  ------------------
  |  |   28|  11.7k|#define SC_SUCCESS				0
  ------------------
  432|  11.7k|	}
  433|       |
  434|       |	/* this should _never_ happen */
  435|  36.9k|	if (!card->ops->get_response)
  ------------------
  |  Branch (435:6): [True: 63, False: 36.9k]
  ------------------
  436|  36.9k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "no GET RESPONSE command");
  ------------------
  |  |  174|     63|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     63|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     63|	int _ret = (r); \
  |  |  |  |  168|     63|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 63, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     63|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     63|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     63|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     63|		return _ret; \
  |  |  |  |  172|     63|	} \
  |  |  |  |  173|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|       |
  438|       |	/* call GET RESPONSE until we have read all data requested or until the card returns 0x9000,
  439|       |	 * whatever happens first. */
  440|       |
  441|       |	/* if there are already data in response append a new data to the end of the buffer */
  442|  36.9k|	buf = apdu->resp + apdu->resplen;
  443|       |
  444|       |	/* read as much data as fits in apdu->resp (i.e. min(apdu->resplen, amount of data available)). */
  445|  36.9k|	buflen = olen - apdu->resplen;
  446|       |
  447|       |	/* 0x6100 means at least 256 more bytes to read */
  448|  36.9k|	le = apdu->sw2 != 0 ? (size_t)apdu->sw2 : 256;
  ------------------
  |  Branch (448:7): [True: 31.6k, False: 5.21k]
  ------------------
  449|       |	/* we try to read at least as much as bytes as promised in the response bytes */
  450|  36.9k|	minlen = le;
  451|       |
  452|  44.7k|	do {
  453|  44.7k|		unsigned char resp[256];
  454|  44.7k|		size_t resp_len = le;
  455|       |
  456|       |		/* we have all the data the caller requested even if the card has more data */
  457|  44.7k|		if (buflen == 0)
  ------------------
  |  Branch (457:7): [True: 6.19k, False: 38.5k]
  ------------------
  458|  6.19k|			break;
  459|       |
  460|       |		/* call GET RESPONSE to get more date from the card;
  461|       |		 * note: GET RESPONSE returns the left amount of data (== SW2) */
  462|  38.5k|		memset(resp, 0, sizeof(resp));
  463|  38.5k|		rv = card->ops->get_response(card, &resp_len, resp);
  464|  38.5k|		if (rv < 0)   {
  ------------------
  |  Branch (464:7): [True: 8.08k, False: 30.4k]
  ------------------
  465|  8.08k|#ifdef ENABLE_SM
  466|  8.08k|			if (resp_len)   {
  ------------------
  |  Branch (466:8): [True: 4.35k, False: 3.72k]
  ------------------
  467|  4.35k|				sc_log_hex(ctx, "SM response data", resp, resp_len);
  ------------------
  |  |  129|  4.35k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  4.35k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  468|  4.35k|				sc_sm_update_apdu_response(card, resp, resp_len, rv, apdu);
  469|  4.35k|			}
  470|  8.08k|#endif
  471|  8.08k|			LOG_TEST_RET(ctx, rv, "GET RESPONSE error");
  ------------------
  |  |  174|  8.08k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  8.08k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  8.08k|	int _ret = (r); \
  |  |  |  |  168|  8.08k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 8.08k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  8.08k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  8.08k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  8.08k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  8.08k|		return _ret; \
  |  |  |  |  172|  8.08k|	} \
  |  |  |  |  173|  8.08k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  472|  8.08k|		}
  473|       |
  474|  30.4k|		le = resp_len;
  475|       |		/* copy as much as will fit in requested buffer */
  476|  30.4k|		if (buflen < le)
  ------------------
  |  Branch (476:7): [True: 1.47k, False: 28.9k]
  ------------------
  477|  1.47k|			le = buflen;
  478|       |
  479|  30.4k|		memcpy(buf, resp, le);
  480|  30.4k|		buf    += le;
  481|  30.4k|		buflen -= le;
  482|       |
  483|  30.4k|		minlen -= le;
  484|  30.4k|		if (rv != 0)
  ------------------
  |  Branch (484:7): [True: 7.80k, False: 22.6k]
  ------------------
  485|  7.80k|			le = minlen = (size_t)rv;
  486|  22.6k|		else
  487|       |			/* if the card has returned 0x9000 but we still expect data ask for more
  488|       |			 * until we have read enough bytes */
  489|  22.6k|			le = minlen;
  490|  30.4k|	} while (rv != 0 && minlen != 0);
  ------------------
  |  Branch (490:11): [True: 7.80k, False: 22.6k]
  |  Branch (490:22): [True: 7.80k, False: 0]
  ------------------
  491|       |
  492|       |	/* we've read all data, let's return 0x9000 */
  493|  28.8k|	apdu->resplen = buf - apdu->resp;
  494|  28.8k|	apdu->sw1 = 0x90;
  495|  28.8k|	apdu->sw2 = 0x00;
  496|       |
  497|  28.8k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  28.8k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  28.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  28.8k|	int _ret = r; \
  |  |  |  |  155|  28.8k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 28.8k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  28.8k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 28.8k]
  |  |  |  |  ------------------
  |  |  |  |  157|  28.8k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  28.8k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  28.8k|	return _ret; \
  |  |  |  |  163|  28.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  498|  28.8k|}

sc_asn1_read_tag:
   64|   299k|{
   65|   299k|	const u8 *p = *buf;
   66|   299k|	size_t left = buflen, len;
   67|   299k|	unsigned int cla, tag, i;
   68|       |
   69|   299k|	*buf = NULL;
   70|       |
   71|   299k|	if (left == 0 || !p || buflen == 0)
  ------------------
  |  Branch (71:6): [True: 1.79k, False: 297k]
  |  Branch (71:19): [True: 0, False: 297k]
  |  Branch (71:25): [True: 0, False: 297k]
  ------------------
   72|  1.79k|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  1.79k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
   73|   297k|	if (*p == 0xff || *p == 0) {
  ------------------
  |  Branch (73:6): [True: 2.00k, False: 295k]
  |  Branch (73:20): [True: 9.94k, False: 286k]
  ------------------
   74|       |		/* end of data reached */
   75|  11.9k|		*taglen = 0;
   76|  11.9k|		*tag_out = SC_ASN1_TAG_EOC;
  ------------------
  |  |  194|  11.9k|#define SC_ASN1_TAG_EOC			0
  ------------------
   77|  11.9k|		return SC_SUCCESS;
  ------------------
  |  |   28|  11.9k|#define SC_SUCCESS				0
  ------------------
   78|  11.9k|	}
   79|       |
   80|       |	/* parse tag byte(s)
   81|       |	 * Resulted tag is presented by integer that has not to be
   82|       |	 * confused with the 'tag number' part of ASN.1 tag.
   83|       |	 */
   84|   286k|	cla = (*p & SC_ASN1_TAG_CLASS) | (*p & SC_ASN1_TAG_CONSTRUCTED);
  ------------------
  |  |  184|   286k|#define SC_ASN1_TAG_CLASS		0xC0
  ------------------
              	cla = (*p & SC_ASN1_TAG_CLASS) | (*p & SC_ASN1_TAG_CONSTRUCTED);
  ------------------
  |  |  190|   286k|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
   85|   286k|	tag = *p & SC_ASN1_TAG_PRIMITIVE;
  ------------------
  |  |  191|   286k|#define SC_ASN1_TAG_PRIMITIVE		0x1F
  ------------------
   86|   286k|	p++;
   87|   286k|	left--;
   88|   286k|	if (tag == SC_ASN1_TAG_PRIMITIVE) {
  ------------------
  |  |  191|   286k|#define SC_ASN1_TAG_PRIMITIVE		0x1F
  ------------------
  |  Branch (88:6): [True: 2.92k, False: 283k]
  ------------------
   89|       |		/* high tag number */
   90|  2.92k|		size_t n = SC_ASN1_TAGNUM_SIZE - 1;
  ------------------
  |  |  145|  2.92k|#define SC_ASN1_TAGNUM_SIZE		3
  ------------------
   91|       |		/* search the last tag octet */
   92|  4.44k|		do {
   93|  4.44k|			if (left == 0 || n == 0)
  ------------------
  |  Branch (93:8): [True: 163, False: 4.28k]
  |  Branch (93:21): [True: 146, False: 4.13k]
  ------------------
   94|       |				/* either an invalid tag or it doesn't fit in
   95|       |				 * unsigned int */
   96|    309|				return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|    309|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
   97|  4.13k|			tag <<= 8;
   98|  4.13k|			tag |= *p;
   99|  4.13k|			p++;
  100|  4.13k|			left--;
  101|  4.13k|			n--;
  102|  4.13k|		} while (tag & 0x80);
  ------------------
  |  Branch (102:12): [True: 1.52k, False: 2.61k]
  ------------------
  103|  2.92k|	}
  104|       |
  105|       |	/* parse length byte(s) */
  106|   285k|	if (left == 0)
  ------------------
  |  Branch (106:6): [True: 1.76k, False: 283k]
  ------------------
  107|  1.76k|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  1.76k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  108|   283k|	len = *p;
  109|   283k|	p++;
  110|   283k|	left--;
  111|   283k|	if (len & 0x80) {
  ------------------
  |  Branch (111:6): [True: 51.6k, False: 232k]
  ------------------
  112|  51.6k|		len &= 0x7f;
  113|  51.6k|		unsigned int a = 0;
  114|  51.6k|		if (len > sizeof a || len > left)
  ------------------
  |  Branch (114:7): [True: 11.1k, False: 40.4k]
  |  Branch (114:25): [True: 599, False: 39.8k]
  ------------------
  115|  11.7k|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  11.7k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  116|  71.6k|		for (i = 0; i < len; i++) {
  ------------------
  |  Branch (116:15): [True: 31.8k, False: 39.8k]
  ------------------
  117|  31.8k|			a <<= 8;
  118|  31.8k|			a |= *p;
  119|  31.8k|			p++;
  120|  31.8k|			left--;
  121|  31.8k|		}
  122|  39.8k|		len = a;
  123|  39.8k|	}
  124|       |
  125|   272k|	*cla_out = cla;
  126|   272k|	*tag_out = tag;
  127|   272k|	*taglen = len;
  128|   272k|	*buf = p;
  129|       |
  130|   272k|	if (len > left)
  ------------------
  |  Branch (130:6): [True: 24.7k, False: 247k]
  ------------------
  131|  24.7k|		return SC_ERROR_ASN1_END_OF_CONTENTS;
  ------------------
  |  |   84|  24.7k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  132|       |
  133|   247k|	return SC_SUCCESS;
  ------------------
  |  |   28|   247k|#define SC_SUCCESS				0
  ------------------
  134|   272k|}
sc_format_asn1_entry:
  138|   291k|{
  139|   291k|	entry->parm = parm;
  140|   291k|	entry->arg  = arg;
  141|   291k|	if (set_present)
  ------------------
  |  Branch (141:6): [True: 48.7k, False: 243k]
  ------------------
  142|  48.7k|		entry->flags |= SC_ASN1_PRESENT;
  ------------------
  |  |  147|  48.7k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  143|   291k|}
sc_copy_asn1_entry:
  147|   103k|{
  148|   400k|	while (src->name != NULL) {
  ------------------
  |  Branch (148:9): [True: 296k, False: 103k]
  ------------------
  149|   296k|		*dest = *src;
  150|   296k|		dest++;
  151|   296k|		src++;
  152|   296k|	}
  153|       |	dest->name = NULL;
  154|   103k|}
sc_asn1_find_tag:
  482|  57.3k|{
  483|  57.3k|	size_t left = buflen, taglen;
  484|  57.3k|	const u8 *p = buf;
  485|       |
  486|  57.3k|	*taglen_in = 0;
  487|   121k|	while (left >= 2) {
  ------------------
  |  Branch (487:9): [True: 111k, False: 10.0k]
  ------------------
  488|   111k|		unsigned int cla = 0, tag, mask = 0xff00;
  489|       |
  490|   111k|		buf = p;
  491|       |		/* read a tag */
  492|   111k|		if (sc_asn1_read_tag(&p, left, &cla, &tag, &taglen) != SC_SUCCESS
  ------------------
  |  |   28|   222k|#define SC_SUCCESS				0
  ------------------
  |  Branch (492:7): [True: 10.9k, False: 100k]
  ------------------
  493|   100k|				|| p == NULL)
  ------------------
  |  Branch (493:8): [True: 7.82k, False: 92.3k]
  ------------------
  494|  18.7k|			return NULL;
  495|       |
  496|  92.3k|		left -= (p - buf);
  497|       |		/* we need to shift the class byte to the leftmost
  498|       |		 * byte of the tag */
  499|  94.5k|		while ((tag & mask) != 0) {
  ------------------
  |  Branch (499:10): [True: 2.22k, False: 92.3k]
  ------------------
  500|  2.22k|			cla  <<= 8;
  501|  2.22k|			mask <<= 8;
  502|  2.22k|		}
  503|       |		/* compare the read tag with the given tag */
  504|  92.3k|		if ((tag | cla) == tag_in) {
  ------------------
  |  Branch (504:7): [True: 28.5k, False: 63.8k]
  ------------------
  505|       |			/* we have a match => return length and value part */
  506|  28.5k|			if (taglen > left)
  ------------------
  |  Branch (506:8): [True: 0, False: 28.5k]
  ------------------
  507|      0|				return NULL;
  508|  28.5k|			*taglen_in = taglen;
  509|  28.5k|			return p;
  510|  28.5k|		}
  511|       |		/* otherwise continue reading tags */
  512|  63.8k|		left -= taglen;
  513|  63.8k|		p += taglen;
  514|  63.8k|	}
  515|  10.0k|	return NULL;
  516|  57.3k|}
sc_asn1_skip_tag:
  520|   119k|{
  521|   119k|	const u8 *p = *buf;
  522|   119k|	size_t len = *buflen, taglen;
  523|   119k|	unsigned int cla = 0, tag;
  524|       |
  525|   119k|	if (sc_asn1_read_tag((const u8 **) &p, len, &cla, &tag, &taglen) != SC_SUCCESS
  ------------------
  |  |   28|   238k|#define SC_SUCCESS				0
  ------------------
  |  Branch (525:6): [True: 23.0k, False: 96.0k]
  ------------------
  526|  96.0k|			|| p == NULL)
  ------------------
  |  Branch (526:7): [True: 2.04k, False: 93.9k]
  ------------------
  527|  25.0k|		return NULL;
  528|  93.9k|	switch (cla & 0xC0) {
  ------------------
  |  Branch (528:10): [True: 93.9k, False: 0]
  ------------------
  529|  67.2k|	case SC_ASN1_TAG_UNIVERSAL:
  ------------------
  |  |  185|  67.2k|#define SC_ASN1_TAG_UNIVERSAL		0x00
  ------------------
  |  Branch (529:2): [True: 67.2k, False: 26.7k]
  ------------------
  530|  67.2k|		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_UNI)
  ------------------
  |  |  136|  67.2k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
              		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_UNI)
  ------------------
  |  |  137|  67.2k|#define SC_ASN1_UNI			0x00000000 /* Universal */
  ------------------
  |  Branch (530:7): [True: 7.80k, False: 59.4k]
  ------------------
  531|  7.80k|			return NULL;
  532|  59.4k|		break;
  533|  59.4k|	case SC_ASN1_TAG_APPLICATION:
  ------------------
  |  |  186|  7.57k|#define SC_ASN1_TAG_APPLICATION		0x40
  ------------------
  |  Branch (533:2): [True: 7.57k, False: 86.3k]
  ------------------
  534|  7.57k|		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_APP)
  ------------------
  |  |  136|  7.57k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
              		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_APP)
  ------------------
  |  |  138|  7.57k|#define SC_ASN1_APP			0x40000000 /* Application */
  ------------------
  |  Branch (534:7): [True: 854, False: 6.72k]
  ------------------
  535|    854|			return NULL;
  536|  6.72k|		break;
  537|  17.8k|	case SC_ASN1_TAG_CONTEXT:
  ------------------
  |  |  187|  17.8k|#define SC_ASN1_TAG_CONTEXT		0x80
  ------------------
  |  Branch (537:2): [True: 17.8k, False: 76.1k]
  ------------------
  538|  17.8k|		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_CTX)
  ------------------
  |  |  136|  17.8k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
              		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_CTX)
  ------------------
  |  |  139|  17.8k|#define SC_ASN1_CTX			0x80000000 /* Context */
  ------------------
  |  Branch (538:7): [True: 3.12k, False: 14.6k]
  ------------------
  539|  3.12k|			return NULL;
  540|  14.6k|		break;
  541|  14.6k|	case SC_ASN1_TAG_PRIVATE:
  ------------------
  |  |  188|  1.32k|#define SC_ASN1_TAG_PRIVATE		0xC0
  ------------------
  |  Branch (541:2): [True: 1.32k, False: 92.6k]
  ------------------
  542|  1.32k|		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_PRV)
  ------------------
  |  |  136|  1.32k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
              		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_PRV)
  ------------------
  |  |  140|  1.32k|#define SC_ASN1_PRV			0xC0000000 /* Private */
  ------------------
  |  Branch (542:7): [True: 1.32k, False: 0]
  ------------------
  543|  1.32k|			return NULL;
  544|      0|		break;
  545|  93.9k|	}
  546|  80.8k|	if (cla & SC_ASN1_TAG_CONSTRUCTED) {
  ------------------
  |  |  190|  80.8k|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
  |  Branch (546:6): [True: 46.4k, False: 34.4k]
  ------------------
  547|  46.4k|		if ((tag_in & SC_ASN1_CONS) == 0)
  ------------------
  |  |  141|  46.4k|#define SC_ASN1_CONS			0x20000000
  ------------------
  |  Branch (547:7): [True: 5.19k, False: 41.2k]
  ------------------
  548|  5.19k|			return NULL;
  549|  46.4k|	} else
  550|  34.4k|		if (tag_in & SC_ASN1_CONS)
  ------------------
  |  |  141|  34.4k|#define SC_ASN1_CONS			0x20000000
  ------------------
  |  Branch (550:7): [True: 1.97k, False: 32.4k]
  ------------------
  551|  1.97k|			return NULL;
  552|  73.6k|	if ((tag_in & SC_ASN1_TAG_MASK) != tag)
  ------------------
  |  |  144|  73.6k|#define SC_ASN1_TAG_MASK		0x00FFFFFF
  ------------------
  |  Branch (552:6): [True: 10.0k, False: 63.5k]
  ------------------
  553|  10.0k|		return NULL;
  554|  63.5k|	len -= (p - *buf);	/* header size */
  555|  63.5k|	if (taglen > len) {
  ------------------
  |  Branch (555:6): [True: 0, False: 63.5k]
  ------------------
  556|      0|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "too long ASN.1 object (size %zu while only %zu available)",
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  557|      0|				taglen, len);
  558|      0|		return NULL;
  559|      0|	}
  560|  63.5k|	*buflen -= (p - *buf) + taglen;
  561|  63.5k|	*buf = p + taglen;	/* point to next tag */
  562|  63.5k|	*taglen_out = taglen;
  563|  63.5k|	return p;
  564|  63.5k|}
sc_asn1_verify_tag:
  568|  3.49k|{
  569|  3.49k|	return sc_asn1_skip_tag(ctx, &buf, &buflen, tag_in, taglen_out);
  570|  3.49k|}
sc_asn1_decode_integer:
  729|  1.36k|{
  730|  1.36k|	int    a = 0, is_negative = 0;
  731|  1.36k|	size_t i = 0;
  732|       |
  733|  1.36k|	if (inlen == 0) {
  ------------------
  |  Branch (733:6): [True: 4, False: 1.36k]
  ------------------
  734|      4|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      4|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  735|      4|	}
  736|  1.36k|	if (inlen > sizeof(int)) {
  ------------------
  |  Branch (736:6): [True: 15, False: 1.34k]
  ------------------
  737|     15|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     15|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  738|     15|	}
  739|  1.34k|	if (inbuf[0] & 0x80) {
  ------------------
  |  Branch (739:6): [True: 101, False: 1.24k]
  ------------------
  740|    101|		if (strict && inlen > 1 && inbuf[0] == 0xff && (inbuf[1] & 0x80)) {
  ------------------
  |  Branch (740:7): [True: 0, False: 101]
  |  Branch (740:17): [True: 0, False: 0]
  |  Branch (740:30): [True: 0, False: 0]
  |  Branch (740:50): [True: 0, False: 0]
  ------------------
  741|      0|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  742|      0|		}
  743|    101|		is_negative = 1;
  744|    101|		a |= 0xff^(*inbuf++);
  745|    101|		i = 1;
  746|  1.24k|	} else {
  747|  1.24k|		if (strict && inlen > 1 && inbuf[0] == 0x00 && (inbuf[1] & 0x80) == 0) {
  ------------------
  |  Branch (747:7): [True: 0, False: 1.24k]
  |  Branch (747:17): [True: 0, False: 0]
  |  Branch (747:30): [True: 0, False: 0]
  |  Branch (747:50): [True: 0, False: 0]
  ------------------
  748|      0|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  749|      0|		}
  750|  1.24k|	}
  751|  2.93k|	for (; i < inlen; i++) {
  ------------------
  |  Branch (751:9): [True: 1.58k, False: 1.34k]
  ------------------
  752|  1.58k|		if (a > (INT_MAX >> 8) || a < (INT_MIN + (1<<8))) {
  ------------------
  |  Branch (752:7): [True: 0, False: 1.58k]
  |  Branch (752:29): [True: 0, False: 1.58k]
  ------------------
  753|      0|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  754|      0|		}
  755|  1.58k|		a <<= 8;
  756|  1.58k|		if (is_negative) {
  ------------------
  |  Branch (756:7): [True: 96, False: 1.48k]
  ------------------
  757|     96|			a |= 0xff^(*inbuf++);
  758|  1.48k|		} else {
  759|  1.48k|			a |= *inbuf++;
  760|  1.48k|		}
  761|  1.58k|	}
  762|  1.34k|	if (is_negative) {
  ------------------
  |  Branch (762:6): [True: 101, False: 1.24k]
  ------------------
  763|       |		/* Calculate Two's complement from previously positive number */
  764|    101|		a = (-1 * a) - 1;
  765|    101|	}
  766|  1.34k|	*out = a;
  767|  1.34k|	return 0;
  768|  1.34k|}
sc_asn1_decode_object_id:
  829|  11.2k|{
  830|  11.2k|	int large_second_octet = 0;
  831|  11.2k|	unsigned int a = 0;
  832|  11.2k|	const u8 *p = inbuf;
  833|  11.2k|	int *octet;
  834|       |
  835|  11.2k|	if (inlen == 0 || inbuf == NULL || id == NULL)
  ------------------
  |  Branch (835:6): [True: 944, False: 10.2k]
  |  Branch (835:20): [True: 3, False: 10.2k]
  |  Branch (835:37): [True: 0, False: 10.2k]
  ------------------
  836|    947|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    947|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  837|       |
  838|  10.2k|	sc_init_oid(id);
  839|  10.2k|	octet = id->value;
  840|       |
  841|       |	/* The first octet can be 0, 1 or 2 and is derived from the first byte */
  842|  10.2k|	a = MIN(*p / 40, 2);
  ------------------
  |  |   70|  10.2k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 7.30k, False: 2.95k]
  |  |  ------------------
  ------------------
  843|  10.2k|	*octet++ = a;
  844|       |
  845|       |	/* The second octet fits here if the previous was 0 or 1 and second one is smaller than 40.
  846|       |	 * for the value 2 we can go up to 47. Otherwise the first bit needs to be set
  847|       |	 * and we continue reading further */
  848|  10.2k|	if ((*p & 0x80) == 0) {
  ------------------
  |  Branch (848:6): [True: 8.18k, False: 2.07k]
  ------------------
  849|  8.18k|		*octet++ = *p - (a * 40);
  850|  8.18k|		inlen--;
  851|  8.18k|	} else {
  852|  2.07k|		large_second_octet = 1;
  853|  2.07k|	}
  854|       |
  855|  49.7k|	while (inlen) {
  ------------------
  |  Branch (855:9): [True: 41.6k, False: 8.04k]
  ------------------
  856|  41.6k|		if (!large_second_octet)
  ------------------
  |  Branch (856:7): [True: 39.5k, False: 2.07k]
  ------------------
  857|  39.5k|			p++;
  858|       |		/* This signalizes empty most significant bits, which means
  859|       |		 * the unsigned integer encoding is not minimal */
  860|  41.6k|		if (*p == 0x80) {
  ------------------
  |  Branch (860:7): [True: 783, False: 40.8k]
  ------------------
  861|    783|			sc_init_oid(id);
  862|    783|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|    783|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  863|    783|		}
  864|       |		/* Use unsigned type here so we can process the whole INT range.
  865|       |		 * Values can not be negative */
  866|  40.8k|		a = *p & 0x7F;
  867|  40.8k|		inlen--;
  868|  62.0k|		while (inlen && *p & 0x80) {
  ------------------
  |  Branch (868:10): [True: 53.4k, False: 8.54k]
  |  Branch (868:19): [True: 21.2k, False: 32.1k]
  ------------------
  869|       |			/* Limit the OID values to int size and do not overflow */
  870|  21.2k|			if (a > (UINT_MAX>>7)) {
  ------------------
  |  Branch (870:8): [True: 141, False: 21.1k]
  ------------------
  871|    141|				sc_init_oid(id);
  872|    141|				return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    141|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  873|    141|			}
  874|  21.1k|			p++;
  875|  21.1k|			a <<= 7;
  876|  21.1k|			a |= *p & 0x7F;
  877|  21.1k|			inlen--;
  878|  21.1k|		}
  879|  40.7k|		if (*p & 0x80) {
  ------------------
  |  Branch (879:7): [True: 705, False: 40.0k]
  ------------------
  880|       |			/* We dropped out from previous cycle on the end of
  881|       |			 * data while still expecting continuation of value */
  882|    705|			sc_init_oid(id);
  883|    705|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|    705|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  884|    705|		}
  885|  40.0k|		if (large_second_octet) {
  ------------------
  |  Branch (885:7): [True: 688, False: 39.3k]
  ------------------
  886|    688|			a -= (2 * 40);
  887|    688|		}
  888|  40.0k|		if (a > INT_MAX) {
  ------------------
  |  Branch (888:7): [True: 321, False: 39.7k]
  ------------------
  889|    321|			sc_init_oid(id);
  890|    321|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    321|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  891|    321|		}
  892|  39.7k|		*octet++ = a;
  893|  39.7k|		if (octet - id->value >= SC_MAX_OBJECT_ID_OCTETS)   {
  ------------------
  |  |   46|  39.7k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (893:7): [True: 269, False: 39.4k]
  ------------------
  894|    269|			sc_init_oid(id);
  895|    269|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|    269|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  896|    269|		}
  897|  39.4k|		large_second_octet = 0;
  898|  39.4k|	}
  899|       |
  900|  8.04k|	return 0;
  901|  10.2k|}
sc_asn1_encode_object_id:
  905|  4.90k|{
  906|  4.90k|	u8 temp[SC_MAX_OBJECT_ID_OCTETS*5], *p = temp;
  907|  4.90k|	int	i;
  908|       |
  909|  4.90k|	if (!buflen || !id)
  ------------------
  |  Branch (909:6): [True: 0, False: 4.90k]
  |  Branch (909:17): [True: 0, False: 4.90k]
  ------------------
  910|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  911|       |
  912|       |	/* an OID must have at least two components */
  913|  4.90k|	if (id->value[0] == -1 || id->value[1] == -1)
  ------------------
  |  Branch (913:6): [True: 0, False: 4.90k]
  |  Branch (913:28): [True: 0, False: 4.90k]
  ------------------
  914|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  915|       |
  916|  36.1k|	for (i = 0; i < SC_MAX_OBJECT_ID_OCTETS; i++) {
  ------------------
  |  |   46|  36.1k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (916:14): [True: 36.1k, False: 0]
  ------------------
  917|  36.1k|		unsigned int k, shift;
  918|       |
  919|  36.1k|		if (id->value[i] == -1)
  ------------------
  |  Branch (919:7): [True: 4.90k, False: 31.2k]
  ------------------
  920|  4.90k|			break;
  921|       |
  922|  31.2k|		k = id->value[i];
  923|  31.2k|		switch (i) {
  924|  4.90k|		case 0:
  ------------------
  |  Branch (924:3): [True: 4.90k, False: 26.3k]
  ------------------
  925|  4.90k|			if (k > 2)
  ------------------
  |  Branch (925:8): [True: 0, False: 4.90k]
  ------------------
  926|      0|				return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  927|  4.90k|			*p = k * 40;
  928|  4.90k|			break;
  929|  4.90k|		case 1:
  ------------------
  |  Branch (929:3): [True: 4.90k, False: 26.3k]
  ------------------
  930|  4.90k|			if (k > 39 && id->value[0] < 2) {
  ------------------
  |  Branch (930:8): [True: 0, False: 4.90k]
  |  Branch (930:18): [True: 0, False: 0]
  ------------------
  931|      0|				return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  932|      0|			}
  933|       |			/* We can encode larger IDs to multiple bytes
  934|       |			 * similarly as the following IDs */
  935|  4.90k|			k += *p;
  936|       |			/* fall through */
  937|  26.3k|		default:
  ------------------
  |  Branch (937:3): [True: 21.4k, False: 9.80k]
  ------------------
  938|  26.3k|			shift = 28;
  939|   123k|			while (shift && (k >> shift) == 0)
  ------------------
  |  Branch (939:11): [True: 104k, False: 18.6k]
  |  Branch (939:20): [True: 96.9k, False: 7.69k]
  ------------------
  940|  96.9k|				shift -= 7;
  941|  34.8k|			while (shift) {
  ------------------
  |  Branch (941:11): [True: 8.51k, False: 26.3k]
  ------------------
  942|  8.51k|				*p++ = 0x80 | ((k >> shift) & 0x7f);
  943|  8.51k|				shift -= 7;
  944|  8.51k|			}
  945|  26.3k|			*p++ = k & 0x7F;
  946|  26.3k|			break;
  947|  31.2k|		}
  948|  31.2k|	}
  949|       |
  950|  4.90k|	*buflen = p - temp;
  951|       |
  952|  4.90k|	if (buf)   {
  ------------------
  |  Branch (952:6): [True: 4.90k, False: 0]
  ------------------
  953|  4.90k|		*buf = malloc(*buflen);
  954|  4.90k|		if (!*buf)
  ------------------
  |  Branch (954:7): [True: 0, False: 4.90k]
  ------------------
  955|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  956|  4.90k|		memcpy(*buf, temp, *buflen);
  957|  4.90k|	}
  958|  4.90k|	return 0;
  959|  4.90k|}
sc_asn1_put_tag:
  976|  32.2k|{
  977|  32.2k|	size_t c = 0;
  978|  32.2k|	unsigned int tag_len, ii;
  979|  32.2k|	u8 *p = out;
  980|  32.2k|	u8 tag_char[4] = {0, 0, 0, 0};
  981|       |
  982|       |	/* Check tag */
  983|  32.2k|	if (tag == 0 || tag > 0xFFFFFFFF) {
  ------------------
  |  Branch (983:6): [True: 0, False: 32.2k]
  |  Branch (983:18): [True: 0, False: 32.2k]
  ------------------
  984|       |		/* A tag of 0x00 is not valid and at most 4-byte tag names are supported. */
  985|      0|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  986|      0|	}
  987|  64.4k|	for (tag_len = 0; tag; tag >>= 8) {
  ------------------
  |  Branch (987:20): [True: 32.2k, False: 32.2k]
  ------------------
  988|       |		/* Note: tag char will be reversed order. */
  989|  32.2k|		tag_char[tag_len++] = tag & 0xFF;
  990|  32.2k|	}
  991|       |
  992|  32.2k|	if (tag_len > 1)   {
  ------------------
  |  Branch (992:6): [True: 0, False: 32.2k]
  ------------------
  993|      0|		if ((tag_char[tag_len - 1] & SC_ASN1_TAG_PRIMITIVE) != SC_ASN1_TAG_ESCAPE_MARKER) {
  ------------------
  |  |  191|      0|#define SC_ASN1_TAG_PRIMITIVE		0x1F
  ------------------
              		if ((tag_char[tag_len - 1] & SC_ASN1_TAG_PRIMITIVE) != SC_ASN1_TAG_ESCAPE_MARKER) {
  ------------------
  |  |  222|      0|#define SC_ASN1_TAG_ESCAPE_MARKER	31
  ------------------
  |  Branch (993:7): [True: 0, False: 0]
  ------------------
  994|       |			/* First byte is not escape marker. */
  995|      0|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  996|      0|		}
  997|      0|		for (ii = 1; ii < tag_len - 1; ii++) {
  ------------------
  |  Branch (997:16): [True: 0, False: 0]
  ------------------
  998|      0|			if ((tag_char[ii] & 0x80) != 0x80) {
  ------------------
  |  Branch (998:8): [True: 0, False: 0]
  ------------------
  999|       |				/* MS bit is not 'one'. */
 1000|      0|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1001|      0|			}
 1002|      0|		}
 1003|      0|		if ((tag_char[0] & 0x80) != 0x00) {
  ------------------
  |  Branch (1003:7): [True: 0, False: 0]
  ------------------
 1004|       |			/* MS bit of the last byte is not 'zero'. */
 1005|      0|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1006|      0|		}
 1007|      0|	}
 1008|       |
 1009|       |	/* Calculate the number of additional bytes necessary to encode the length. */
 1010|       |	/* c+1 is the size of the length field. */
 1011|  32.2k|	if (datalen > 127) {
  ------------------
  |  Branch (1011:6): [True: 1.32k, False: 30.9k]
  ------------------
 1012|  1.32k|		c = 1;
 1013|  2.09k|		while (datalen >> (c << 3))
  ------------------
  |  Branch (1013:10): [True: 767, False: 1.32k]
  ------------------
 1014|    767|			c++;
 1015|  1.32k|	}
 1016|  32.2k|	if (outlen == 0 || out == NULL) {
  ------------------
  |  Branch (1016:6): [True: 6.49k, False: 25.7k]
  |  Branch (1016:21): [True: 0, False: 25.7k]
  ------------------
 1017|       |		/* Caller only asks for the length that would be written. */
 1018|  6.49k|		return (int)(tag_len + (c + 1) + datalen);
 1019|  6.49k|	}
 1020|       |	/* We will write the tag, so check the length. */
 1021|  25.7k|	if (outlen < tag_len + (c+1) + datalen)
  ------------------
  |  Branch (1021:6): [True: 78, False: 25.6k]
  ------------------
 1022|     78|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|     78|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
 1023|  51.3k|	for (ii=0;ii<tag_len;ii++)
  ------------------
  |  Branch (1023:12): [True: 25.6k, False: 25.6k]
  ------------------
 1024|  25.6k|		*p++ = tag_char[tag_len - ii - 1];
 1025|       |
 1026|  25.6k|	if (c > 0) {
  ------------------
  |  Branch (1026:6): [True: 784, False: 24.8k]
  ------------------
 1027|    784|		*p++ = 0x80 | c;
 1028|  1.98k|		while (c--)
  ------------------
  |  Branch (1028:10): [True: 1.19k, False: 784]
  ------------------
 1029|  1.19k|			*p++ = (datalen >> (c << 3)) & 0xFF;
 1030|    784|	}
 1031|  24.8k|	else {
 1032|  24.8k|		*p++ = datalen & 0x7F;
 1033|  24.8k|	}
 1034|  25.6k|	if(data && datalen > 0) {
  ------------------
  |  Branch (1034:5): [True: 19.3k, False: 6.33k]
  |  Branch (1034:13): [True: 17.6k, False: 1.66k]
  ------------------
 1035|  17.6k|		memcpy(p, data, datalen);
 1036|  17.6k|		p += datalen;
 1037|  17.6k|	}
 1038|  25.6k|	if (ptr != NULL)
  ------------------
  |  Branch (1038:6): [True: 25.6k, False: 0]
  ------------------
 1039|  25.6k|		*ptr = p;
 1040|  25.6k|	return 0;
 1041|  25.7k|}
sc_asn1_decode:
 1814|  28.0k|{
 1815|  28.0k|	return asn1_decode(ctx, asn1, in, len, newp, len_left, 0, 0);
 1816|  28.0k|}
sc_asn1_decode_choice:
 1820|  2.96k|{
 1821|  2.96k|	return asn1_decode(ctx, asn1, in, len, newp, len_left, 1, 0);
 1822|  2.96k|}
sc_asn1_encode:
 2082|  23.5k|{
 2083|  23.5k|	return asn1_encode(ctx, asn1, ptr, size, 0);
 2084|  23.5k|}
_sc_asn1_encode:
 2088|  4.90k|{
 2089|  4.90k|	return asn1_encode(ctx, asn1, ptr, size, depth);
 2090|  4.90k|}
_sc_asn1_decode:
 2096|  4.74k|{
 2097|  4.74k|	return asn1_decode(ctx, asn1, in, len, newp, left, choice, depth);
 2098|  4.74k|}
sc_der_copy:
 2102|  3.31k|{
 2103|  3.31k|	if (!dst || !src)
  ------------------
  |  Branch (2103:6): [True: 0, False: 3.31k]
  |  Branch (2103:14): [True: 0, False: 3.31k]
  ------------------
 2104|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2105|  3.31k|	memset(dst, 0, sizeof(*dst));
 2106|  3.31k|	if (src->len) {
  ------------------
  |  Branch (2106:6): [True: 3.23k, False: 85]
  ------------------
 2107|  3.23k|		if (!src->value)
  ------------------
  |  Branch (2107:7): [True: 0, False: 3.23k]
  ------------------
 2108|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2109|  3.23k|		dst->value = malloc(src->len);
 2110|  3.23k|		if (!dst->value)
  ------------------
  |  Branch (2110:7): [True: 0, False: 3.23k]
  ------------------
 2111|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2112|  3.23k|		dst->len = src->len;
 2113|  3.23k|		memcpy(dst->value, src->value, src->len);
 2114|  3.23k|	}
 2115|  3.31k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.31k|#define SC_SUCCESS				0
  ------------------
 2116|  3.31k|}
sc_encode_oid:
 2121|  3.18k|{
 2122|  3.18k|	static const struct sc_asn1_entry c_asn1_object_id[2] = {
 2123|  3.18k|		{ "oid", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  159|  3.18k|#define SC_ASN1_OBJECT                  6
  ------------------
              		{ "oid", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  200|  3.18k|#define SC_ASN1_TAG_OBJECT		6
  ------------------
              		{ "oid", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  149|  3.18k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
 2124|  3.18k|		{ NULL, 0, 0, 0, NULL, NULL }
 2125|  3.18k|	};
 2126|  3.18k|	struct sc_asn1_entry asn1_object_id[2];
 2127|  3.18k|	int rv;
 2128|       |
 2129|  3.18k|	sc_copy_asn1_entry(c_asn1_object_id, asn1_object_id);
 2130|  3.18k|	sc_format_asn1_entry(asn1_object_id + 0, id, NULL, 1);
 2131|       |
 2132|  3.18k|	rv = _sc_asn1_encode(ctx, asn1_object_id, out, size, 1);
 2133|  3.18k|	LOG_TEST_RET(ctx, rv, "Cannot encode object ID");
  ------------------
  |  |  174|  3.18k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.18k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.18k|	int _ret = (r); \
  |  |  |  |  168|  3.18k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 3.18k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  3.18k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.18k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2134|       |
 2135|  3.18k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.18k|#define SC_SUCCESS				0
  ------------------
 2136|  3.18k|}
sc_asn1_decode_ecdsa_signature:
 2235|    219|int sc_asn1_decode_ecdsa_signature(sc_context_t *ctx, const u8 *data, size_t datalen, size_t fieldsize, u8 **out, size_t outlen) {
 2236|    219|	int i, r;
 2237|    219|	const unsigned char *pseq, *pint, *pend;
 2238|    219|	unsigned int cla, tag;
 2239|    219|	size_t seqlen, intlen;
 2240|       |
 2241|    219|	if (!ctx || !data || !out || !(*out)) {
  ------------------
  |  Branch (2241:6): [True: 0, False: 219]
  |  Branch (2241:14): [True: 0, False: 219]
  |  Branch (2241:23): [True: 0, False: 219]
  |  Branch (2241:31): [True: 0, False: 219]
  ------------------
 2242|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2243|      0|	}
 2244|    219|	if (outlen < 2 * fieldsize) {
  ------------------
  |  Branch (2244:6): [True: 0, False: 219]
  ------------------
 2245|      0|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Output too small for EC signature");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2246|      0|	}
 2247|       |
 2248|    219|	memset(*out, 0, outlen);
 2249|       |
 2250|    219|	pseq = data;
 2251|    219|	r = sc_asn1_read_tag(&pseq, datalen, &cla, &tag, &seqlen);
 2252|    219|	if (pseq == NULL || r < 0 || seqlen == 0 || (cla | tag) != 0x30)
  ------------------
  |  Branch (2252:6): [True: 211, False: 8]
  |  Branch (2252:22): [True: 1, False: 7]
  |  Branch (2252:31): [True: 1, False: 6]
  |  Branch (2252:46): [True: 1, False: 5]
  ------------------
 2253|    219|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Can not find 0x30 tag");
  ------------------
  |  |  174|    214|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    214|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    214|	int _ret = (r); \
  |  |  |  |  168|    214|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 214, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    214|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    214|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    214|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    214|		return _ret; \
  |  |  |  |  172|    214|	} \
  |  |  |  |  173|    214|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2254|       |
 2255|      5|	pint = pseq;
 2256|      5|	pend = pseq + seqlen;
 2257|      6|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (2257:14): [True: 6, False: 0]
  ------------------
 2258|      6|		r = sc_asn1_read_tag(&pint, (pend - pint), &cla, &tag, &intlen);
 2259|      6|		if (pint == NULL || r < 0 || intlen == 0 || (cla | tag) != 0x02) {
  ------------------
  |  Branch (2259:7): [True: 2, False: 4]
  |  Branch (2259:23): [True: 1, False: 3]
  |  Branch (2259:32): [True: 1, False: 2]
  |  Branch (2259:47): [True: 1, False: 1]
  ------------------
 2260|      5|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      5|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 2261|      5|			LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INVALID_DATA, "Can not find 0x02");
  ------------------
  |  |  184|      5|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      5|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      5|	int _ret = (r); \
  |  |  |  |  178|      5|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      5|		goto err; \
  |  |  |  |  182|      5|	} \
  |  |  |  |  183|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2262|      5|		}
 2263|       |
 2264|      1|		if (intlen == fieldsize + 1) { /* drop leading 00 if present */
  ------------------
  |  Branch (2264:7): [True: 0, False: 1]
  ------------------
 2265|      0|			if (*pint != 0x00) {
  ------------------
  |  Branch (2265:8): [True: 0, False: 0]
  ------------------
 2266|      0|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 2267|      0|				LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INVALID_DATA, "Signature too long");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2268|      0|			}
 2269|      0|			pint++;
 2270|      0|			intlen--;
 2271|      0|		}
 2272|      1|		if (intlen > fieldsize) {
  ------------------
  |  Branch (2272:7): [True: 0, False: 1]
  ------------------
 2273|      0|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 2274|      0|			LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INVALID_DATA, "Signature too long");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2275|      0|		}
 2276|      1|		memcpy(*out + fieldsize * i + fieldsize - intlen , pint, intlen);
 2277|      1|		pint += intlen; /* next integer */
 2278|      1|	}
 2279|      0|	r = (int)(2 * fieldsize);
 2280|      5|err:
 2281|      5|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      5|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      5|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      5|	int _ret = r; \
  |  |  |  |  155|      5|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      5|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      5|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      5|	return _ret; \
  |  |  |  |  163|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2282|      5|}
asn1.c:decode_bit_string:
  574|  2.96k|{
  575|  2.96k|	const u8 *in = inbuf;
  576|  2.96k|	u8 *out = (u8 *) outbuf;
  577|  2.96k|	int i, count = 0;
  578|  2.96k|	int zero_bits;
  579|  2.96k|	size_t octets_left;
  580|       |
  581|  2.96k|	if (inlen < 1)
  ------------------
  |  Branch (581:6): [True: 4, False: 2.96k]
  ------------------
  582|      4|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      4|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  583|       |
  584|       |	/* The formatting is only enforced by SHALL keyword so we should accept
  585|       |	 * by default also non-strict values. */
  586|  2.96k|	if (strict) {
  ------------------
  |  Branch (586:6): [True: 0, False: 2.96k]
  ------------------
  587|       |		/* 8.6.2.3 If the bitstring is empty, there shall be no
  588|       |		 * subsequent octets,and the initial octet shall be zero. */
  589|      0|		if (inlen == 1 && *in != 0)
  ------------------
  |  Branch (589:7): [True: 0, False: 0]
  |  Branch (589:21): [True: 0, False: 0]
  ------------------
  590|      0|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  591|       |		/* ITU-T Rec. X.690 8.6.2.2: The number shall be in the range zero to seven. */
  592|      0|		if ((*in & ~0x07) != 0)
  ------------------
  |  Branch (592:7): [True: 0, False: 0]
  ------------------
  593|      0|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  594|      0|	}
  595|       |
  596|  2.96k|	memset(outbuf, 0, outlen);
  597|  2.96k|	zero_bits = *in & 0x07;
  598|  2.96k|	in++;
  599|  2.96k|	octets_left = inlen - 1;
  600|  2.96k|	if (outlen < octets_left)
  ------------------
  |  Branch (600:6): [True: 4, False: 2.96k]
  ------------------
  601|      4|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      4|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  602|       |
  603|   193k|	while (octets_left) {
  ------------------
  |  Branch (603:9): [True: 190k, False: 2.94k]
  ------------------
  604|       |		/* 1st octet of input:  ABCDEFGH, where A is the MSB */
  605|       |		/* 1st octet of output: HGFEDCBA, where A is the LSB */
  606|       |		/* first bit in bit string is the LSB in first resulting octet */
  607|   190k|		int bits_to_go;
  608|       |
  609|   190k|		*out = 0;
  610|   190k|		if (octets_left == 1 && zero_bits > 0) {
  ------------------
  |  Branch (610:7): [True: 2.92k, False: 188k]
  |  Branch (610:27): [True: 415, False: 2.50k]
  ------------------
  611|    415|			bits_to_go = 8 - zero_bits;
  612|       |			/* Verify the padding is zero bits */
  613|    415|			if (*in & (1 << (zero_bits-1))) {
  ------------------
  |  Branch (613:8): [True: 18, False: 397]
  ------------------
  614|     18|				return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     18|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  615|     18|			}
  616|    415|		} else
  617|   190k|			bits_to_go = 8;
  618|   190k|		if (invert)
  ------------------
  |  Branch (618:7): [True: 794, False: 190k]
  ------------------
  619|  6.16k|			for (i = 0; i < bits_to_go; i++) {
  ------------------
  |  Branch (619:16): [True: 5.37k, False: 794]
  ------------------
  620|  5.37k|				*out |= ((*in >> (7 - i)) & 1) << i;
  621|  5.37k|			}
  622|   190k|		else {
  623|   190k|			*out = *in;
  624|   190k|		}
  625|   190k|		out++;
  626|   190k|		in++;
  627|   190k|		octets_left--;
  628|   190k|		count++;
  629|   190k|	}
  630|  2.94k|	return (count * 8) - zero_bits;
  631|  2.96k|}
asn1.c:asn1_write_element:
 1051|  34.5k|{
 1052|  34.5k|	unsigned char t;
 1053|  34.5k|	unsigned char *buf, *p;
 1054|  34.5k|	int c = 0;
 1055|  34.5k|	unsigned short_tag;
 1056|  34.5k|	unsigned char tag_char[3] = {0, 0, 0};
 1057|  34.5k|	size_t tag_len, ii;
 1058|       |
 1059|  34.5k|	short_tag = tag & SC_ASN1_TAG_MASK;
  ------------------
  |  |  144|  34.5k|#define SC_ASN1_TAG_MASK		0x00FFFFFF
  ------------------
 1060|  69.0k|	for (tag_len = 0; short_tag >> (8 * tag_len); tag_len++)
  ------------------
  |  Branch (1060:20): [True: 34.5k, False: 34.5k]
  ------------------
 1061|  34.5k|		tag_char[tag_len] = (short_tag >> (8 * tag_len)) & 0xFF;
 1062|  34.5k|	if (!tag_len)
  ------------------
  |  Branch (1062:6): [True: 0, False: 34.5k]
  ------------------
 1063|      0|		tag_len = 1;
 1064|       |
 1065|  34.5k|	if (tag_len > 1)   {
  ------------------
  |  Branch (1065:6): [True: 0, False: 34.5k]
  ------------------
 1066|      0|		if ((tag_char[tag_len - 1] & SC_ASN1_TAG_PRIMITIVE) != SC_ASN1_TAG_ESCAPE_MARKER)
  ------------------
  |  |  191|      0|#define SC_ASN1_TAG_PRIMITIVE		0x1F
  ------------------
              		if ((tag_char[tag_len - 1] & SC_ASN1_TAG_PRIMITIVE) != SC_ASN1_TAG_ESCAPE_MARKER)
  ------------------
  |  |  222|      0|#define SC_ASN1_TAG_ESCAPE_MARKER	31
  ------------------
  |  Branch (1066:7): [True: 0, False: 0]
  ------------------
 1067|      0|			SC_TEST_RET(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_INVALID_DATA, "First byte of the long tag is not 'escape marker'");
  ------------------
  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  167|      0|	int _ret = (r); \
  |  |  168|      0|	if (_ret < 0) { \
  |  |  ------------------
  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  171|      0|		return _ret; \
  |  |  172|      0|	} \
  |  |  173|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1068|       |
 1069|      0|		for (ii = 1; ii < tag_len - 1; ii++)
  ------------------
  |  Branch (1069:16): [True: 0, False: 0]
  ------------------
 1070|      0|			if (!(tag_char[ii] & 0x80))
  ------------------
  |  Branch (1070:8): [True: 0, False: 0]
  ------------------
 1071|      0|				SC_TEST_RET(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_INVALID_DATA, "MS bit expected to be 'one'");
  ------------------
  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  167|      0|	int _ret = (r); \
  |  |  168|      0|	if (_ret < 0) { \
  |  |  ------------------
  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  171|      0|		return _ret; \
  |  |  172|      0|	} \
  |  |  173|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1072|       |
 1073|      0|		if (tag_char[0] & 0x80)
  ------------------
  |  Branch (1073:7): [True: 0, False: 0]
  ------------------
 1074|      0|			SC_TEST_RET(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_INVALID_DATA, "MS bit of the last byte expected to be 'zero'");
  ------------------
  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  167|      0|	int _ret = (r); \
  |  |  168|      0|	if (_ret < 0) { \
  |  |  ------------------
  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  171|      0|		return _ret; \
  |  |  172|      0|	} \
  |  |  173|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1075|      0|	}
 1076|       |
 1077|  34.5k|	t = tag_char[tag_len - 1] & 0x1F;
 1078|       |
 1079|  34.5k|	switch (tag & SC_ASN1_CLASS_MASK) {
  ------------------
  |  |  136|  34.5k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
  |  Branch (1079:10): [True: 34.5k, False: 0]
  ------------------
 1080|  17.7k|	case SC_ASN1_UNI:
  ------------------
  |  |  137|  17.7k|#define SC_ASN1_UNI			0x00000000 /* Universal */
  ------------------
  |  Branch (1080:2): [True: 17.7k, False: 16.8k]
  ------------------
 1081|  17.7k|		break;
 1082|  16.8k|	case SC_ASN1_APP:
  ------------------
  |  |  138|  16.8k|#define SC_ASN1_APP			0x40000000 /* Application */
  ------------------
  |  Branch (1082:2): [True: 16.8k, False: 17.7k]
  ------------------
 1083|  16.8k|		t |= SC_ASN1_TAG_APPLICATION;
  ------------------
  |  |  186|  16.8k|#define SC_ASN1_TAG_APPLICATION		0x40
  ------------------
 1084|  16.8k|		break;
 1085|      0|	case SC_ASN1_CTX:
  ------------------
  |  |  139|      0|#define SC_ASN1_CTX			0x80000000 /* Context */
  ------------------
  |  Branch (1085:2): [True: 0, False: 34.5k]
  ------------------
 1086|      0|		t |= SC_ASN1_TAG_CONTEXT;
  ------------------
  |  |  187|      0|#define SC_ASN1_TAG_CONTEXT		0x80
  ------------------
 1087|      0|		break;
 1088|      0|	case SC_ASN1_PRV:
  ------------------
  |  |  140|      0|#define SC_ASN1_PRV			0xC0000000 /* Private */
  ------------------
  |  Branch (1088:2): [True: 0, False: 34.5k]
  ------------------
 1089|      0|		t |= SC_ASN1_TAG_PRIVATE;
  ------------------
  |  |  188|      0|#define SC_ASN1_TAG_PRIVATE		0xC0
  ------------------
 1090|      0|		break;
 1091|  34.5k|	}
 1092|  34.5k|	if (tag & SC_ASN1_CONS)
  ------------------
  |  |  141|  34.5k|#define SC_ASN1_CONS			0x20000000
  ------------------
  |  Branch (1092:6): [True: 6.82k, False: 27.7k]
  ------------------
 1093|  6.82k|		t |= SC_ASN1_TAG_CONSTRUCTED;
  ------------------
  |  |  190|  6.82k|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
 1094|  34.5k|	if (datalen > 127) {
  ------------------
  |  Branch (1094:6): [True: 3.31k, False: 31.2k]
  ------------------
 1095|  3.31k|		c = 1;
 1096|  3.34k|		while (datalen >> (c << 3))
  ------------------
  |  Branch (1096:10): [True: 33, False: 3.31k]
  ------------------
 1097|     33|			c++;
 1098|  3.31k|	}
 1099|       |
 1100|  34.5k|	*outlen = tag_len + 1 + c + datalen;
 1101|  34.5k|	buf = malloc(*outlen);
 1102|  34.5k|	if (buf == NULL)
  ------------------
  |  Branch (1102:6): [True: 0, False: 34.5k]
  ------------------
 1103|      0|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1104|       |
 1105|  34.5k|	*out = p = buf;
 1106|  34.5k|	*p++ = t;
 1107|  34.5k|	for (ii=1;ii<tag_len;ii++)
  ------------------
  |  Branch (1107:12): [True: 0, False: 34.5k]
  ------------------
 1108|      0|		*p++ = tag_char[tag_len - ii - 1];
 1109|       |
 1110|  34.5k|	if (c) {
  ------------------
  |  Branch (1110:6): [True: 3.31k, False: 31.2k]
  ------------------
 1111|  3.31k|		*p++ = 0x80 | c;
 1112|  6.65k|		while (c--)
  ------------------
  |  Branch (1112:10): [True: 3.34k, False: 3.31k]
  ------------------
 1113|  3.34k|			*p++ = (datalen >> (c << 3)) & 0xFF;
 1114|  3.31k|	}
 1115|  31.2k|	else   {
 1116|  31.2k|		*p++ = datalen & 0x7F;
 1117|  31.2k|	}
 1118|  34.5k|	if (datalen && data) {
  ------------------
  |  Branch (1118:6): [True: 33.6k, False: 828]
  |  Branch (1118:17): [True: 33.6k, False: 0]
  ------------------
 1119|  33.6k|		memcpy(p, data, datalen);
 1120|  33.6k|	}
 1121|       |
 1122|  34.5k|	return SC_SUCCESS;
  ------------------
  |  |   28|  34.5k|#define SC_SUCCESS				0
  ------------------
 1123|  34.5k|}
asn1.c:asn1_decode:
 1723|  46.8k|{
 1724|  46.8k|	int r, idx = 0;
 1725|  46.8k|	const u8 *p = in, *obj;
 1726|  46.8k|	struct sc_asn1_entry *entry = asn1;
 1727|  46.8k|	size_t left = len, objlen;
 1728|       |
 1729|  46.8k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*s""called, left=%zu, depth %d%s",
  ------------------
  |  |   70|  93.6k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (70:115): [True: 3.10k, False: 43.7k]
  |  |  ------------------
  ------------------
 1730|  46.8k|			depth, depth, "", left, depth, choice ? ", choice" : "");
 1731|       |
 1732|  46.8k|	if (!p)
  ------------------
  |  Branch (1732:6): [True: 1, False: 46.8k]
  ------------------
 1733|      1|		return SC_ERROR_ASN1_OBJECT_NOT_FOUND;
  ------------------
  |  |   83|      1|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
 1734|  46.8k|	if (left < 2) {
  ------------------
  |  Branch (1734:6): [True: 1.61k, False: 45.1k]
  ------------------
 1735|  3.61k|		while (asn1->name && (asn1->flags & SC_ASN1_OPTIONAL))
  ------------------
  |  |  148|  2.73k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
  |  Branch (1735:10): [True: 2.73k, False: 880]
  |  Branch (1735:24): [True: 1.99k, False: 731]
  ------------------
 1736|  1.99k|			asn1++;
 1737|       |		/* If all elements were optional, there's nothing
 1738|       |		 * to complain about */
 1739|  1.61k|		if (asn1->name == NULL)
  ------------------
  |  Branch (1739:7): [True: 880, False: 731]
  ------------------
 1740|    880|			return 0;
 1741|    731|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "End of ASN.1 stream, "
  ------------------
  |  |   70|    731|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1742|    731|			      "non-optional field \"%s\" not found\n",
 1743|    731|			      asn1->name);
 1744|    731|		return SC_ERROR_ASN1_OBJECT_NOT_FOUND;
  ------------------
  |  |   83|    731|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
 1745|  1.61k|	}
 1746|  45.1k|	if (p[0] == 0 || p[0] == 0xFF || len == 0)
  ------------------
  |  Branch (1746:6): [True: 1.57k, False: 43.6k]
  |  Branch (1746:19): [True: 564, False: 43.0k]
  |  Branch (1746:35): [True: 0, False: 43.0k]
  ------------------
 1747|  2.13k|		return SC_ERROR_ASN1_END_OF_CONTENTS;
  ------------------
  |  |   84|  2.13k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
 1748|       |
 1749|   142k|	for (idx = 0; asn1[idx].name != NULL; idx++) {
  ------------------
  |  Branch (1749:16): [True: 109k, False: 33.5k]
  ------------------
 1750|   109k|		entry = &asn1[idx];
 1751|       |
 1752|   109k|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "Looking for '%s', tag 0x%x%s%s\n",
  ------------------
  |  |   70|   109k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  | 1753|   109k|			entry->name, entry->tag, choice? ", CHOICE" : "",
  |  |  |  | 1754|   109k|			(entry->flags & SC_ASN1_OPTIONAL)? ", OPTIONAL": "");
  |  |  |  |  ------------------
  |  |  |  |  |  |  148|   109k|#define SC_ASN1_OPTIONAL		0x00000002
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1753|   109k|			entry->name, entry->tag, choice? ", CHOICE" : "",
 1754|   109k|			(entry->flags & SC_ASN1_OPTIONAL)? ", OPTIONAL": "");
 1755|       |
 1756|       |		/* Special case CHOICE has no tag */
 1757|   109k|		if (entry->type == SC_ASN1_CHOICE) {
  ------------------
  |  |  170|   109k|#define SC_ASN1_CHOICE			130
  ------------------
  |  Branch (1757:7): [True: 139, False: 109k]
  ------------------
 1758|    139|			r = asn1_decode(ctx,
 1759|    139|				(struct sc_asn1_entry *) entry->parm,
 1760|    139|				p, left, &p, &left, 1, depth + 1);
 1761|       |			/* When the inner call fails it returns before writing
 1762|       |			 * back to *newp and *len_left, so the caller's p/left are
 1763|       |			 * unchanged.  Swallowing the error for an optional
 1764|       |			 * CHOICE is therefore safe: the next field will be
 1765|       |			 * attempted at the same position. */
 1766|    139|			if (r >= 0 || (entry->flags & SC_ASN1_OPTIONAL))
  ------------------
  |  |  148|    138|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
  |  Branch (1766:8): [True: 1, False: 138]
  |  Branch (1766:18): [True: 1, False: 137]
  ------------------
 1767|      2|				r = 0;
 1768|    139|			goto decode_ok;
 1769|    139|		}
 1770|       |
 1771|   109k|		obj = sc_asn1_skip_tag(ctx, &p, &left, entry->tag, &objlen);
 1772|   109k|		if (obj == NULL) {
  ------------------
  |  Branch (1772:7): [True: 53.3k, False: 55.7k]
  ------------------
 1773|  53.3k|			sc_debug(ctx, SC_LOG_DEBUG_ASN1, "'%s' not present\n", entry->name);
  ------------------
  |  |   70|  53.3k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1774|  53.3k|			if (choice)
  ------------------
  |  Branch (1774:8): [True: 4.86k, False: 48.5k]
  ------------------
 1775|  4.86k|				continue;
 1776|  48.5k|			if (entry->flags & SC_ASN1_OPTIONAL)
  ------------------
  |  |  148|  48.5k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
  |  Branch (1776:8): [True: 43.5k, False: 4.97k]
  ------------------
 1777|  43.5k|				continue;
 1778|  4.97k|			sc_debug(ctx, SC_LOG_DEBUG_ASN1, "mandatory ASN.1 object '%s' not found\n", entry->name);
  ------------------
  |  |   70|  4.97k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1779|  4.97k|			if (left) {
  ------------------
  |  Branch (1779:8): [True: 4.86k, False: 117]
  ------------------
 1780|  4.86k|				u8 line[128], *linep = line;
 1781|  4.86k|				size_t i;
 1782|       |
 1783|  4.86k|				line[0] = 0;
 1784|  47.1k|				for (i = 0; i < 10 && i < left; i++) {
  ------------------
  |  Branch (1784:17): [True: 43.2k, False: 3.92k]
  |  Branch (1784:27): [True: 42.3k, False: 938]
  ------------------
 1785|  42.3k|					sprintf((char *) linep, "%02X ", p[i]);
 1786|  42.3k|					linep += 3;
 1787|  42.3k|				}
 1788|  4.86k|				sc_debug(ctx, SC_LOG_DEBUG_ASN1, "next tag: %s\n", line);
  ------------------
  |  |   70|  4.86k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1789|  4.86k|			}
 1790|  4.97k|			sc_free_entry(asn1);
 1791|  4.97k|			SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_ASN1_OBJECT_NOT_FOUND);
  ------------------
  |  |  153|  4.97k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  4.97k|	int _ret = r; \
  |  |  155|  4.97k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 4.97k, False: 0]
  |  |  ------------------
  |  |  156|  4.97k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  4.97k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 4.97k, False: 0]
  |  |  ------------------
  |  |  157|  4.97k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  4.97k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  4.97k|	return _ret; \
  |  |  163|  4.97k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1792|  4.97k|		}
 1793|  55.7k|		r = asn1_decode_entry(ctx, entry, obj, objlen, depth);
 1794|       |
 1795|  55.8k|decode_ok:
 1796|  55.8k|		if (r)
  ------------------
  |  Branch (1796:7): [True: 1.73k, False: 54.1k]
  ------------------
 1797|  1.73k|			return r;
 1798|  54.1k|		if (choice)
  ------------------
  |  Branch (1798:7): [True: 2.83k, False: 51.3k]
  ------------------
 1799|  2.83k|			break;
 1800|  54.1k| 	}
 1801|  36.3k| 	if (choice && asn1[idx].name == NULL) /* No match */
  ------------------
  |  Branch (1801:7): [True: 2.96k, False: 33.3k]
  |  Branch (1801:17): [True: 123, False: 2.83k]
  ------------------
 1802|    123|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_ASN1_OBJECT_NOT_FOUND);
  ------------------
  |  |  153|    123|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    123|	int _ret = r; \
  |  |  155|    123|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 123, False: 0]
  |  |  ------------------
  |  |  156|    123|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    123|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 123, False: 0]
  |  |  ------------------
  |  |  157|    123|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    123|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    123|	return _ret; \
  |  |  163|    123|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1803|  36.2k| 	if (newp != NULL)
  ------------------
  |  Branch (1803:7): [True: 7.00k, False: 29.2k]
  ------------------
 1804|  7.00k|		*newp = p;
 1805|  36.2k| 	if (len_left != NULL)
  ------------------
  |  Branch (1805:7): [True: 7.00k, False: 29.2k]
  ------------------
 1806|  7.00k|		*len_left = left;
 1807|  36.2k|	if (choice)
  ------------------
  |  Branch (1807:6): [True: 2.83k, False: 33.3k]
  ------------------
 1808|  2.83k|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, idx);
  ------------------
  |  |  153|  2.83k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.83k|	int _ret = r; \
  |  |  155|  2.83k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 119, False: 2.71k]
  |  |  ------------------
  |  |  156|    119|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 119]
  |  |  ------------------
  |  |  157|    119|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.71k|	} else { \
  |  |  159|  2.71k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|  2.71k|			"returning with: %d\n", _ret); \
  |  |  161|  2.71k|	} \
  |  |  162|  2.83k|	return _ret; \
  |  |  163|  2.83k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1809|  33.3k|	SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, 0);
  ------------------
  |  |  153|  33.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  33.3k|	int _ret = r; \
  |  |  155|  33.3k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 33.3k, False: 0]
  |  |  ------------------
  |  |  156|  33.3k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 33.3k]
  |  |  ------------------
  |  |  157|  33.3k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  33.3k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  33.3k|	return _ret; \
  |  |  163|  33.3k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1810|  33.3k|}
asn1.c:sc_free_entry:
 1688|  16.7k|static void sc_free_entry(struct sc_asn1_entry *asn1) {
 1689|  16.7k|	int idx = 0;
 1690|  16.7k|	struct sc_asn1_entry *entry = asn1;
 1691|       |
 1692|  16.7k|	if (!asn1)
  ------------------
  |  Branch (1692:6): [True: 809, False: 15.9k]
  ------------------
 1693|    809|		return;
 1694|       |
 1695|  75.2k|	for (idx = 0; asn1[idx].name != NULL; idx++) {
  ------------------
  |  Branch (1695:16): [True: 59.2k, False: 15.9k]
  ------------------
 1696|  59.2k|		entry = &asn1[idx];
 1697|  59.2k|		switch (entry->type) {
 1698|  3.84k|		case SC_ASN1_CHOICE:
  ------------------
  |  |  170|  3.84k|#define SC_ASN1_CHOICE			130
  ------------------
  |  Branch (1698:3): [True: 3.84k, False: 55.4k]
  ------------------
 1699|  11.7k|		case SC_ASN1_STRUCT:
  ------------------
  |  |  169|  11.7k|#define SC_ASN1_STRUCT			129
  ------------------
  |  Branch (1699:3): [True: 7.94k, False: 51.3k]
  ------------------
 1700|  11.7k|			sc_free_entry((struct sc_asn1_entry *) entry->parm);
 1701|  11.7k|			break;
 1702|  14.1k|		case SC_ASN1_OCTET_STRING:
  ------------------
  |  |  157|  14.1k|#define SC_ASN1_OCTET_STRING            4
  ------------------
  |  Branch (1702:3): [True: 14.1k, False: 45.0k]
  ------------------
 1703|  14.2k|		case SC_ASN1_BIT_STRING_NI:
  ------------------
  |  |  156|  14.2k|#define SC_ASN1_BIT_STRING_NI           128
  ------------------
  |  Branch (1703:3): [True: 50, False: 59.2k]
  ------------------
 1704|  14.3k|		case SC_ASN1_BIT_STRING:
  ------------------
  |  |  155|  14.3k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1704:3): [True: 103, False: 59.1k]
  ------------------
 1705|  14.5k|		case SC_ASN1_GENERALIZEDTIME:
  ------------------
  |  |  166|  14.5k|#define SC_ASN1_GENERALIZEDTIME         24
  ------------------
  |  Branch (1705:3): [True: 238, False: 59.0k]
  ------------------
 1706|  14.8k|		case SC_ASN1_PRINTABLESTRING:
  ------------------
  |  |  164|  14.8k|#define SC_ASN1_PRINTABLESTRING         19
  ------------------
  |  Branch (1706:3): [True: 289, False: 58.9k]
  ------------------
 1707|  16.7k|		case SC_ASN1_UTF8STRING:
  ------------------
  |  |  161|  16.7k|#define SC_ASN1_UTF8STRING              12
  ------------------
  |  Branch (1707:3): [True: 1.89k, False: 57.3k]
  ------------------
 1708|  16.7k|			if ((entry->flags & SC_ASN1_ALLOC) && (entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  149|  16.7k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
              			if ((entry->flags & SC_ASN1_ALLOC) && (entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|  1.69k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1708:8): [True: 1.69k, False: 15.0k]
  |  Branch (1708:42): [True: 640, False: 1.05k]
  ------------------
 1709|    640|				u8 **buf = (u8 **)entry->parm;
 1710|    640|				free(*buf);
 1711|    640|				*buf = NULL;
 1712|    640|			}
 1713|  16.7k|			break;
 1714|  30.7k|		default:
  ------------------
  |  Branch (1714:3): [True: 30.7k, False: 28.5k]
  ------------------
 1715|  30.7k|			break;
 1716|  59.2k|		}
 1717|  59.2k|	}
 1718|  15.9k|}
asn1.c:asn1_decode_entry:
 1486|  55.7k|{
 1487|  55.7k|	void *parm = entry->parm;
 1488|  55.7k|	int (*callback_func)(sc_context_t *nctx, void *arg, const u8 *nobj,
 1489|  55.7k|			     size_t nobjlen, int ndepth);
 1490|  55.7k|	size_t *len = (size_t *) entry->arg;
 1491|  55.7k|	int r = 0;
 1492|       |
 1493|  55.7k|	callback_func = parm;
 1494|       |
 1495|  55.7k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*sdecoding '%s', raw data:%s%s\n",
  ------------------
  |  |   70|   223k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (70:115): [True: 19.6k, False: 36.1k]
  |  |  |  Branch (70:115): [True: 19.6k, False: 36.1k]
  |  |  ------------------
  ------------------
 1496|  55.7k|		depth, depth, "", entry->name,
 1497|  55.7k|		sc_dump_hex(obj, objlen > 16  ? 16 : objlen),
 1498|  55.7k|		objlen > 16 ? "..." : "");
 1499|       |
 1500|  55.7k|	switch (entry->type) {
 1501|  14.3k|	case SC_ASN1_STRUCT:
  ------------------
  |  |  169|  14.3k|#define SC_ASN1_STRUCT			129
  ------------------
  |  Branch (1501:2): [True: 14.3k, False: 41.3k]
  ------------------
 1502|  14.3k|		if (parm != NULL)
  ------------------
  |  Branch (1502:7): [True: 8.89k, False: 5.47k]
  ------------------
 1503|  8.89k|			r = asn1_decode(ctx, (struct sc_asn1_entry *) parm, obj,
 1504|  8.89k|				       objlen, NULL, NULL, 0, depth + 1);
 1505|  14.3k|		break;
 1506|  1.99k|	case SC_ASN1_NULL:
  ------------------
  |  |  158|  1.99k|#define SC_ASN1_NULL                    5
  ------------------
  |  Branch (1506:2): [True: 1.99k, False: 53.7k]
  ------------------
 1507|  1.99k|		break;
 1508|     54|	case SC_ASN1_BOOLEAN:
  ------------------
  |  |  153|     54|#define SC_ASN1_BOOLEAN                 1
  ------------------
  |  Branch (1508:2): [True: 54, False: 55.7k]
  ------------------
 1509|     54|		if (parm != NULL) {
  ------------------
  |  Branch (1509:7): [True: 54, False: 0]
  ------------------
 1510|     54|			if (objlen != 1) {
  ------------------
  |  Branch (1510:8): [True: 7, False: 47]
  ------------------
 1511|      7|				sc_debug(ctx, SC_LOG_DEBUG_ASN1, "invalid ASN.1 object length: %zu", objlen);
  ------------------
  |  |   70|      7|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1512|      7|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      7|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1513|      7|			} else
 1514|     47|				*((int *) parm) = obj[0] ? 1 : 0;
  ------------------
  |  Branch (1514:23): [True: 46, False: 1]
  ------------------
 1515|     54|		}
 1516|     54|		break;
 1517|  1.36k|	case SC_ASN1_INTEGER:
  ------------------
  |  |  154|  1.36k|#define SC_ASN1_INTEGER                 2
  ------------------
  |  Branch (1517:2): [True: 1.36k, False: 54.3k]
  ------------------
 1518|  1.36k|	case SC_ASN1_ENUMERATED:
  ------------------
  |  |  160|  1.36k|#define SC_ASN1_ENUMERATED              10
  ------------------
  |  Branch (1518:2): [True: 0, False: 55.7k]
  ------------------
 1519|  1.36k|		if (parm != NULL) {
  ------------------
  |  Branch (1519:7): [True: 1.36k, False: 0]
  ------------------
 1520|  1.36k|			r = sc_asn1_decode_integer(obj, objlen, (int *) entry->parm, 0);
 1521|  1.36k|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.36k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1521:8): [True: 1.34k, False: 19]
  ------------------
 1522|  1.34k|				sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*sdecoding '%s' returned %d\n",
  ------------------
  |  |   70|  1.34k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1523|  1.34k|						depth, depth, "", entry->name, *((int *)entry->parm));
 1524|  1.34k|			}
 1525|  1.36k|		}
 1526|  1.36k|		break;
 1527|  2.47k|	case SC_ASN1_BIT_STRING_NI:
  ------------------
  |  |  156|  2.47k|#define SC_ASN1_BIT_STRING_NI           128
  ------------------
  |  Branch (1527:2): [True: 2.47k, False: 53.2k]
  ------------------
 1528|  4.57k|	case SC_ASN1_BIT_STRING:
  ------------------
  |  |  155|  4.57k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1528:2): [True: 2.10k, False: 53.6k]
  ------------------
 1529|  4.57k|		if (parm != NULL) {
  ------------------
  |  Branch (1529:7): [True: 2.47k, False: 2.10k]
  ------------------
 1530|  2.47k|			int invert = entry->type == SC_ASN1_BIT_STRING ? 1 : 0;
  ------------------
  |  |  155|  2.47k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1530:17): [True: 0, False: 2.47k]
  ------------------
 1531|  2.47k|			if (len == NULL)
  ------------------
  |  Branch (1531:8): [True: 0, False: 2.47k]
  ------------------
 1532|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1533|  2.47k|			if (objlen < 1) {
  ------------------
  |  Branch (1533:8): [True: 10, False: 2.46k]
  ------------------
 1534|     10|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     10|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1535|     10|				break;
 1536|     10|			}
 1537|  2.46k|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|  2.46k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1537:8): [True: 2.46k, False: 0]
  ------------------
 1538|  2.46k|				u8 **buf = (u8 **) parm;
 1539|  2.46k|				if (objlen > 1) {
  ------------------
  |  Branch (1539:9): [True: 2.43k, False: 25]
  ------------------
 1540|  2.43k|					*buf = malloc(objlen-1);
 1541|  2.43k|					if (*buf == NULL) {
  ------------------
  |  Branch (1541:10): [True: 0, False: 2.43k]
  ------------------
 1542|      0|						r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1543|      0|						break;
 1544|      0|					}
 1545|  2.43k|				} else {
 1546|     25|					*buf = NULL;
 1547|     25|				}
 1548|  2.46k|				*len = objlen-1;
 1549|  2.46k|				parm = *buf;
 1550|  2.46k|			}
 1551|  2.46k|			r = decode_bit_string(obj, objlen, (u8 *) parm, *len, invert, 0);
 1552|  2.46k|			if (r >= 0) {
  ------------------
  |  Branch (1552:8): [True: 2.43k, False: 28]
  ------------------
 1553|  2.43k|				*len = r;
 1554|  2.43k|				r = 0;
 1555|  2.43k|			}
 1556|  2.46k|		}
 1557|  4.56k|		break;
 1558|  4.56k|	case SC_ASN1_BIT_FIELD:
  ------------------
  |  |  171|    507|#define SC_ASN1_BIT_FIELD		131	/* bit string as integer */
  ------------------
  |  Branch (1558:2): [True: 507, False: 55.2k]
  ------------------
 1559|    507|		if (parm != NULL)
  ------------------
  |  Branch (1559:7): [True: 507, False: 0]
  ------------------
 1560|    507|			r = decode_bit_field(obj, objlen, (u8 *) parm, *len, 0);
 1561|    507|		break;
 1562|  17.4k|	case SC_ASN1_OCTET_STRING:
  ------------------
  |  |  157|  17.4k|#define SC_ASN1_OCTET_STRING            4
  ------------------
  |  Branch (1562:2): [True: 17.4k, False: 38.3k]
  ------------------
 1563|  17.4k|		if (parm != NULL) {
  ------------------
  |  Branch (1563:7): [True: 17.3k, False: 66]
  ------------------
 1564|  17.3k|			size_t c;
 1565|  17.3k|			if (len == NULL)
  ------------------
  |  Branch (1565:8): [True: 0, False: 17.3k]
  ------------------
 1566|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1567|       |
 1568|       |			/* Strip off padding zero */
 1569|  17.3k|			if ((entry->flags & SC_ASN1_UNSIGNED)
  ------------------
  |  |  150|  17.3k|#define SC_ASN1_UNSIGNED		0x00000008
  ------------------
  |  Branch (1569:8): [True: 4.70k, False: 12.6k]
  ------------------
 1570|  4.70k|					&& objlen > 1 && obj[0] == 0x00) {
  ------------------
  |  Branch (1570:9): [True: 4.01k, False: 682]
  |  Branch (1570:23): [True: 2.70k, False: 1.31k]
  ------------------
 1571|  2.70k|				objlen--;
 1572|  2.70k|				obj++;
 1573|  2.70k|			}
 1574|       |
 1575|       |			/* Allocate buffer if needed */
 1576|  17.3k|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|  17.3k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1576:8): [True: 13.5k, False: 3.76k]
  ------------------
 1577|  13.5k|				u8 **buf = (u8 **) parm;
 1578|  13.5k|				if (objlen > 0) {
  ------------------
  |  Branch (1578:9): [True: 10.1k, False: 3.45k]
  ------------------
 1579|  10.1k|					*buf = malloc(objlen);
 1580|  10.1k|					if (*buf == NULL) {
  ------------------
  |  Branch (1580:10): [True: 0, False: 10.1k]
  ------------------
 1581|      0|						r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1582|      0|						break;
 1583|      0|					}
 1584|  10.1k|				} else {
 1585|  3.45k|					*buf = NULL;
 1586|  3.45k|				}
 1587|  13.5k|				c = *len = objlen;
 1588|  13.5k|				parm = *buf;
 1589|  13.5k|			} else
 1590|  3.76k|				c = objlen > *len ? *len : objlen;
  ------------------
  |  Branch (1590:9): [True: 246, False: 3.51k]
  ------------------
 1591|       |
 1592|  17.3k|			memcpy(parm, obj, c);
 1593|  17.3k|			*len = c;
 1594|  17.3k|		}
 1595|  17.4k|		break;
 1596|  17.4k|	case SC_ASN1_GENERALIZEDTIME:
  ------------------
  |  |  166|     15|#define SC_ASN1_GENERALIZEDTIME         24
  ------------------
  |  Branch (1596:2): [True: 15, False: 55.7k]
  ------------------
 1597|     15|		if (parm != NULL) {
  ------------------
  |  Branch (1597:7): [True: 15, False: 0]
  ------------------
 1598|     15|			size_t c;
 1599|     15|			if (len == NULL)
  ------------------
  |  Branch (1599:8): [True: 0, False: 15]
  ------------------
 1600|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1601|     15|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|     15|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1601:8): [True: 0, False: 15]
  ------------------
 1602|      0|				u8 **buf = (u8 **) parm;
 1603|      0|				if (objlen > 0) {
  ------------------
  |  Branch (1603:9): [True: 0, False: 0]
  ------------------
 1604|      0|					*buf = malloc(objlen);
 1605|      0|					if (*buf == NULL) {
  ------------------
  |  Branch (1605:10): [True: 0, False: 0]
  ------------------
 1606|      0|						r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1607|      0|						break;
 1608|      0|					}
 1609|      0|				} else {
 1610|      0|					*buf = NULL;
 1611|      0|				}
 1612|      0|				c = *len = objlen;
 1613|      0|				parm = *buf;
 1614|      0|			} else
 1615|     15|				c = objlen > *len ? *len : objlen;
  ------------------
  |  Branch (1615:9): [True: 1, False: 14]
  ------------------
 1616|       |
 1617|     15|			memcpy(parm, obj, c);
 1618|     15|			*len = c;
 1619|     15|		}
 1620|     15|		break;
 1621|  5.82k|	case SC_ASN1_OBJECT:
  ------------------
  |  |  159|  5.82k|#define SC_ASN1_OBJECT                  6
  ------------------
  |  Branch (1621:2): [True: 5.82k, False: 49.9k]
  ------------------
 1622|  5.82k|		if (parm != NULL)
  ------------------
  |  Branch (1622:7): [True: 5.81k, False: 7]
  ------------------
 1623|  5.81k|			r = sc_asn1_decode_object_id(obj, objlen, (struct sc_object_id *) parm);
 1624|  5.82k|		break;
 1625|      7|	case SC_ASN1_PRINTABLESTRING:
  ------------------
  |  |  164|      7|#define SC_ASN1_PRINTABLESTRING         19
  ------------------
  |  Branch (1625:2): [True: 7, False: 55.7k]
  ------------------
 1626|    247|	case SC_ASN1_UTF8STRING:
  ------------------
  |  |  161|    247|#define SC_ASN1_UTF8STRING              12
  ------------------
  |  Branch (1626:2): [True: 240, False: 55.5k]
  ------------------
 1627|    247|		if (parm != NULL) {
  ------------------
  |  Branch (1627:7): [True: 244, False: 3]
  ------------------
 1628|    244|			if (len == NULL)
  ------------------
  |  Branch (1628:8): [True: 0, False: 244]
  ------------------
 1629|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1630|    244|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|    244|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1630:8): [True: 0, False: 244]
  ------------------
 1631|      0|				u8 **buf = (u8 **) parm;
 1632|      0|				*buf = malloc(objlen+1);
 1633|      0|				if (*buf == NULL) {
  ------------------
  |  Branch (1633:9): [True: 0, False: 0]
  ------------------
 1634|      0|					r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1635|      0|					break;
 1636|      0|				}
 1637|      0|				*len = objlen+1;
 1638|      0|				parm = *buf;
 1639|      0|			}
 1640|    244|			r = sc_asn1_decode_utf8string(obj, objlen, (u8 *) parm, len);
 1641|    244|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|    244|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1641:8): [True: 0, False: 244]
  ------------------
 1642|      0|				*len -= 1;
 1643|      0|			}
 1644|    244|		}
 1645|    247|		break;
 1646|  1.90k|	case SC_ASN1_PATH:
  ------------------
  |  |  174|  1.90k|#define SC_ASN1_PATH			256
  ------------------
  |  Branch (1646:2): [True: 1.90k, False: 53.8k]
  ------------------
 1647|  1.90k|		if (entry->parm != NULL)
  ------------------
  |  Branch (1647:7): [True: 1.90k, False: 6]
  ------------------
 1648|  1.90k|			r = asn1_decode_path(ctx, obj, objlen, (sc_path_t *) parm, depth);
 1649|  1.90k|		break;
 1650|     35|	case SC_ASN1_PKCS15_ID:
  ------------------
  |  |  175|     35|#define SC_ASN1_PKCS15_ID		257
  ------------------
  |  Branch (1650:2): [True: 35, False: 55.7k]
  ------------------
 1651|     35|		if (entry->parm != NULL) {
  ------------------
  |  Branch (1651:7): [True: 35, False: 0]
  ------------------
 1652|     35|			struct sc_pkcs15_id *id = (struct sc_pkcs15_id *) parm;
 1653|     35|			size_t c = objlen > sizeof(id->value) ? sizeof(id->value) : objlen;
  ------------------
  |  Branch (1653:15): [True: 0, False: 35]
  ------------------
 1654|       |
 1655|     35|			memcpy(id->value, obj, c);
 1656|     35|			id->len = c;
 1657|     35|		}
 1658|     35|		break;
 1659|     79|	case SC_ASN1_PKCS15_OBJECT:
  ------------------
  |  |  176|     79|#define SC_ASN1_PKCS15_OBJECT		258
  ------------------
  |  Branch (1659:2): [True: 79, False: 55.6k]
  ------------------
 1660|     79|		if (entry->parm != NULL)
  ------------------
  |  Branch (1660:7): [True: 78, False: 1]
  ------------------
 1661|     78|			r = asn1_decode_p15_object(ctx, obj, objlen, (struct sc_asn1_pkcs15_object *) parm, depth);
 1662|     79|		break;
 1663|  4.72k|	case SC_ASN1_ALGORITHM_ID:
  ------------------
  |  |  177|  4.72k|#define SC_ASN1_ALGORITHM_ID		259
  ------------------
  |  Branch (1663:2): [True: 4.72k, False: 51.0k]
  ------------------
 1664|  4.72k|		if (entry->parm != NULL)
  ------------------
  |  Branch (1664:7): [True: 4.72k, False: 0]
  ------------------
 1665|  4.72k|			r = sc_asn1_decode_algorithm_id(ctx, obj, objlen, (struct sc_algorithm_id *) parm, depth);
 1666|  4.72k|		break;
 1667|     32|	case SC_ASN1_SE_INFO:
  ------------------
  |  |  178|     32|#define SC_ASN1_SE_INFO			260
  ------------------
  |  Branch (1667:2): [True: 32, False: 55.7k]
  ------------------
 1668|     32|		if (entry->parm != NULL)
  ------------------
  |  Branch (1668:7): [True: 32, False: 0]
  ------------------
 1669|     32|			r = asn1_decode_se_info(ctx, obj, objlen, (sc_pkcs15_sec_env_info_t ***)entry->parm, len, depth);
 1670|     32|		break;
 1671|  2.61k|	case SC_ASN1_CALLBACK:
  ------------------
  |  |  181|  2.61k|#define SC_ASN1_CALLBACK		384
  ------------------
  |  Branch (1671:2): [True: 2.61k, False: 53.1k]
  ------------------
 1672|  2.61k|		if (entry->parm != NULL)
  ------------------
  |  Branch (1672:7): [True: 2.61k, False: 0]
  ------------------
 1673|  2.61k|			r = callback_func(ctx, entry->arg, obj, objlen, depth);
 1674|  2.61k|		break;
 1675|      0|	default:
  ------------------
  |  Branch (1675:2): [True: 0, False: 55.7k]
  ------------------
 1676|      0|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "invalid ASN.1 type: %d\n", entry->type);
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1677|      0|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1678|  55.7k|	}
 1679|  55.7k|	if (r) {
  ------------------
  |  Branch (1679:6): [True: 1.59k, False: 54.1k]
  ------------------
 1680|  1.59k|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "decoding of ASN.1 object '%s' failed: %s\n", entry->name,
  ------------------
  |  |   70|  1.59k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1681|  1.59k|		      sc_strerror(r));
 1682|  1.59k|		return r;
 1683|  1.59k|	}
 1684|  54.1k|	entry->flags |= SC_ASN1_PRESENT;
  ------------------
  |  |  147|  54.1k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
 1685|  54.1k|	return 0;
 1686|  55.7k|}
asn1.c:decode_bit_field:
  687|    507|{
  688|    507|	u8		data[sizeof(unsigned int)];
  689|    507|	unsigned int	field = 0;
  690|    507|	int		i, n;
  691|       |
  692|    507|	if (outlen != sizeof(data))
  ------------------
  |  Branch (692:6): [True: 0, False: 507]
  ------------------
  693|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  694|       |
  695|    507|	n = decode_bit_string(inbuf, inlen, data, sizeof(data), 1, strict);
  696|    507|	if (n < 0)
  ------------------
  |  Branch (696:6): [True: 26, False: 481]
  ------------------
  697|     26|		return n;
  698|       |
  699|  1.27k|	for (i = 0; i < n; i += 8) {
  ------------------
  |  Branch (699:14): [True: 790, False: 481]
  ------------------
  700|    790|		field |= ((unsigned int) data[i/8] << i);
  701|    790|	}
  702|    481|	memcpy(outbuf, &field, outlen);
  703|    481|	return 0;
  704|    507|}
asn1.c:sc_asn1_decode_utf8string:
  963|    244|{
  964|    244|	if (inlen+1 > *outlen)
  ------------------
  |  Branch (964:6): [True: 0, False: 244]
  ------------------
  965|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  966|    244|	*outlen = inlen+1;
  967|    244|	memcpy(out, inbuf, inlen);
  968|    244|	out[inlen] = 0;
  969|    244|	return 0;
  970|    244|}
asn1.c:asn1_decode_path:
 1145|  1.90k|{
 1146|  1.90k|	int idx, count, r;
 1147|  1.90k|	struct sc_asn1_entry asn1_path_ext[3], asn1_path[5];
 1148|  1.90k|	unsigned char path_value[SC_MAX_PATH_SIZE], aid_value[SC_MAX_AID_SIZE];
 1149|  1.90k|	size_t path_len = sizeof(path_value), aid_len = sizeof(aid_value);
 1150|       |
 1151|  1.90k|	memset(path, 0, sizeof(struct sc_path));
 1152|       |
 1153|  1.90k|	sc_copy_asn1_entry(c_asn1_path_ext, asn1_path_ext);
 1154|  1.90k|	sc_copy_asn1_entry(c_asn1_path, asn1_path);
 1155|       |
 1156|  1.90k|	sc_format_asn1_entry(asn1_path_ext + 0, aid_value, &aid_len, 0);
 1157|  1.90k|	sc_format_asn1_entry(asn1_path_ext + 1, path_value, &path_len, 0);
 1158|       |
 1159|  1.90k|	sc_format_asn1_entry(asn1_path + 0, path_value, &path_len, 0);
 1160|  1.90k|	sc_format_asn1_entry(asn1_path + 1, &idx, NULL, 0);
 1161|  1.90k|	sc_format_asn1_entry(asn1_path + 2, &count, NULL, 0);
 1162|  1.90k|	sc_format_asn1_entry(asn1_path + 3, asn1_path_ext, NULL, 0);
 1163|       |
 1164|  1.90k|	r = asn1_decode(ctx, asn1_path, in, len, NULL, NULL, 0, depth + 1);
 1165|  1.90k|	if (r)
  ------------------
  |  Branch (1165:6): [True: 7, False: 1.89k]
  ------------------
 1166|      7|		return r;
 1167|       |
 1168|  1.89k|	if (asn1_path[3].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|  1.89k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1168:6): [True: 0, False: 1.89k]
  ------------------
 1169|       |		/* extended path present: set 'path' and 'aid' */
 1170|      0|		memcpy(path->aid.value, aid_value, aid_len);
 1171|      0|		path->aid.len = aid_len;
 1172|       |
 1173|      0|		memcpy(path->value, path_value, path_len);
 1174|      0|		path->len = path_len;
 1175|      0|	}
 1176|  1.89k|	else if (asn1_path[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|  1.89k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1176:11): [True: 1.88k, False: 9]
  ------------------
 1177|       |		/* path present: set 'path' */
 1178|  1.88k|		memcpy(path->value, path_value, path_len);
 1179|  1.88k|		path->len = path_len;
 1180|  1.88k|	}
 1181|      9|	else   {
 1182|       |		/* failed if both 'path' and 'pathExtended' are absent */
 1183|      9|		return SC_ERROR_ASN1_OBJECT_NOT_FOUND;
  ------------------
  |  |   83|      9|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
 1184|      9|	}
 1185|       |
 1186|  1.88k|	if (path->len == 2)
  ------------------
  |  Branch (1186:6): [True: 1.68k, False: 197]
  ------------------
 1187|  1.68k|		path->type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|  1.68k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1188|    197|	else   if (path->aid.len && path->len > 2)
  ------------------
  |  Branch (1188:13): [True: 0, False: 197]
  |  Branch (1188:30): [True: 0, False: 0]
  ------------------
 1189|      0|		path->type = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|      0|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
 1190|    197|	else
 1191|    197|		path->type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|    197|#define SC_PATH_TYPE_PATH		2
  ------------------
 1192|       |
 1193|  1.88k|	if ((asn1_path[1].flags & SC_ASN1_PRESENT) && (asn1_path[2].flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|  1.88k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
              	if ((asn1_path[1].flags & SC_ASN1_PRESENT) && (asn1_path[2].flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|     15|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1193:6): [True: 15, False: 1.87k]
  |  Branch (1193:48): [True: 0, False: 15]
  ------------------
 1194|      0|		path->index = idx;
 1195|      0|		path->count = count;
 1196|      0|	}
 1197|  1.88k|	else {
 1198|  1.88k|		path->index = 0;
 1199|  1.88k|		path->count = -1;
 1200|  1.88k|	}
 1201|       |
 1202|  1.88k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.88k|#define SC_SUCCESS				0
  ------------------
 1203|  1.89k|}
asn1.c:asn1_decode_p15_object:
 1391|     78|{
 1392|     78|	struct sc_pkcs15_object *p15_obj = obj->p15_obj;
 1393|     78|	struct sc_asn1_entry asn1_c_attr[6], asn1_p15_obj[5];
 1394|     78|	struct sc_asn1_entry asn1_ac_rules[SC_PKCS15_MAX_ACCESS_RULES + 1], asn1_ac_rule[SC_PKCS15_MAX_ACCESS_RULES][3];
 1395|     78|	size_t flags_len = sizeof(p15_obj->flags);
 1396|     78|	size_t label_len = sizeof(p15_obj->label);
 1397|     78|	size_t access_mode_len = sizeof(p15_obj->access_rules[0].access_mode);
 1398|     78|	int r, ii;
 1399|       |
 1400|    702|	for (ii=0; ii<SC_PKCS15_MAX_ACCESS_RULES; ii++)
  ------------------
  |  |   42|    702|#define SC_PKCS15_MAX_ACCESS_RULES      8
  ------------------
  |  Branch (1400:13): [True: 624, False: 78]
  ------------------
 1401|    624|		sc_copy_asn1_entry(c_asn1_access_control_rule, asn1_ac_rule[ii]);
 1402|     78|	sc_copy_asn1_entry(c_asn1_access_control_rules, asn1_ac_rules);
 1403|       |
 1404|       |
 1405|     78|	sc_copy_asn1_entry(c_asn1_com_obj_attr, asn1_c_attr);
 1406|     78|	sc_copy_asn1_entry(c_asn1_p15_obj, asn1_p15_obj);
 1407|     78|	sc_format_asn1_entry(asn1_c_attr + 0, p15_obj->label, &label_len, 0);
 1408|     78|	sc_format_asn1_entry(asn1_c_attr + 1, &p15_obj->flags, &flags_len, 0);
 1409|     78|	sc_format_asn1_entry(asn1_c_attr + 2, &p15_obj->auth_id, NULL, 0);
 1410|     78|	sc_format_asn1_entry(asn1_c_attr + 3, &p15_obj->user_consent, NULL, 0);
 1411|       |
 1412|    702|	for (ii=0; ii<SC_PKCS15_MAX_ACCESS_RULES; ii++)   {
  ------------------
  |  |   42|    702|#define SC_PKCS15_MAX_ACCESS_RULES      8
  ------------------
  |  Branch (1412:13): [True: 624, False: 78]
  ------------------
 1413|    624|		sc_format_asn1_entry(asn1_ac_rule[ii] + 0, &p15_obj->access_rules[ii].access_mode, &access_mode_len, 0);
 1414|    624|		sc_format_asn1_entry(asn1_ac_rule[ii] + 1, &p15_obj->access_rules[ii].auth_id, NULL, 0);
 1415|    624|		sc_format_asn1_entry(asn1_ac_rules + ii, asn1_ac_rule[ii], NULL, 0);
 1416|    624|	}
 1417|     78|	sc_format_asn1_entry(asn1_c_attr + 4, asn1_ac_rules, NULL, 0);
 1418|       |
 1419|     78|	sc_format_asn1_entry(asn1_p15_obj + 0, asn1_c_attr, NULL, 0);
 1420|     78|	sc_format_asn1_entry(asn1_p15_obj + 1, obj->asn1_class_attr, NULL, 0);
 1421|     78|	sc_format_asn1_entry(asn1_p15_obj + 2, obj->asn1_subclass_attr, NULL, 0);
 1422|     78|	sc_format_asn1_entry(asn1_p15_obj + 3, obj->asn1_type_attr, NULL, 0);
 1423|       |
 1424|     78|	r = asn1_decode(ctx, asn1_p15_obj, in, len, NULL, NULL, 0, depth + 1);
 1425|     78|	return r;
 1426|     78|}
asn1.c:asn1_decode_se_info:
 1239|     32|{
 1240|     32|	struct sc_pkcs15_sec_env_info **ses;
 1241|     32|	const unsigned char *ptr = obj;
 1242|     32|	size_t idx, ptrlen = objlen;
 1243|     32|	int ret;
 1244|       |
 1245|     32|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     32|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     32|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     32|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     32|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1246|       |
 1247|     32|	ses = calloc(SC_MAX_SE_NUM, sizeof(sc_pkcs15_sec_env_info_t *));
  ------------------
  |  |   51|     32|#define SC_MAX_SE_NUM			8
  ------------------
 1248|     32|	if (ses == NULL) {
  ------------------
  |  Branch (1248:6): [True: 0, False: 32]
  ------------------
 1249|      0|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1250|      0|	}
 1251|       |
 1252|     43|	for (idx=0; idx < SC_MAX_SE_NUM && ptrlen; )   {
  ------------------
  |  |   51|     86|#define SC_MAX_SE_NUM			8
  ------------------
  |  Branch (1252:14): [True: 43, False: 0]
  |  Branch (1252:37): [True: 18, False: 25]
  ------------------
 1253|     18|		struct sc_asn1_entry asn1_se[2];
 1254|     18|		struct sc_asn1_entry asn1_se_info[4];
 1255|     18|		struct sc_pkcs15_sec_env_info si;
 1256|       |
 1257|     18|		sc_copy_asn1_entry(c_asn1_se, asn1_se);
 1258|     18|		sc_copy_asn1_entry(c_asn1_se_info, asn1_se_info);
 1259|       |
 1260|     18|		si.aid.len = sizeof(si.aid.value);
 1261|     18|		sc_format_asn1_entry(asn1_se_info + 0, &si.se, NULL, 0);
 1262|     18|		sc_format_asn1_entry(asn1_se_info + 1, &si.owner, NULL, 0);
 1263|     18|		sc_format_asn1_entry(asn1_se_info + 2, &si.aid.value, &si.aid.len, 0);
 1264|     18|		sc_format_asn1_entry(asn1_se + 0, asn1_se_info, NULL, 0);
 1265|       |
 1266|     18|		ret = asn1_decode(ctx, asn1_se, ptr, ptrlen, &ptr, &ptrlen, 0, depth+1);
 1267|     18|		if (ret != SC_SUCCESS)
  ------------------
  |  |   28|     18|#define SC_SUCCESS				0
  ------------------
  |  Branch (1267:7): [True: 7, False: 11]
  ------------------
 1268|      7|			goto err;
 1269|     11|		if (!(asn1_se_info[1].flags & SC_ASN1_PRESENT))
  ------------------
  |  |  147|     11|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1269:7): [True: 7, False: 4]
  ------------------
 1270|      7|			sc_init_oid(&si.owner);
 1271|       |
 1272|     11|		ses[idx] = calloc(1, sizeof(sc_pkcs15_sec_env_info_t));
 1273|     11|		if (ses[idx] == NULL) {
  ------------------
  |  Branch (1273:7): [True: 0, False: 11]
  ------------------
 1274|      0|			ret = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1275|      0|			goto err;
 1276|      0|		}
 1277|       |
 1278|     11|		memcpy(ses[idx], &si, sizeof(struct sc_pkcs15_sec_env_info));
 1279|     11|		idx++;
 1280|     11|	}
 1281|       |
 1282|     25|	*se  = ses;
 1283|     25|	*num = idx;
 1284|     25|	ret = SC_SUCCESS;
  ------------------
  |  |   28|     25|#define SC_SUCCESS				0
  ------------------
 1285|     32|err:
 1286|     32|	if (ret != SC_SUCCESS) {
  ------------------
  |  |   28|     32|#define SC_SUCCESS				0
  ------------------
  |  Branch (1286:6): [True: 7, False: 25]
  ------------------
 1287|      7|		size_t i;
 1288|     12|		for (i = 0; i < idx; i++)
  ------------------
  |  Branch (1288:15): [True: 5, False: 7]
  ------------------
 1289|      5|			if (ses[i])
  ------------------
  |  Branch (1289:8): [True: 5, False: 0]
  ------------------
 1290|      5|				free(ses[i]);
 1291|      7|		free(ses);
 1292|      7|	}
 1293|       |
 1294|     32|	SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, ret);
  ------------------
  |  |  153|     32|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     32|	int _ret = r; \
  |  |  155|     32|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 32, False: 0]
  |  |  ------------------
  |  |  156|     32|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 7, False: 25]
  |  |  ------------------
  |  |  157|     32|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     32|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     32|	return _ret; \
  |  |  163|     32|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1295|     32|}
asn1.c:asn1_encode:
 2039|  31.1k|{
 2040|  31.1k|	int r, idx = 0;
 2041|  31.1k|	u8 *obj = NULL, *buf = NULL, *tmp;
 2042|  31.1k|	size_t total = 0, objsize;
 2043|       |
 2044|  31.1k|	if (asn1 == NULL) {
  ------------------
  |  Branch (2044:6): [True: 0, False: 31.1k]
  ------------------
 2045|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2046|      0|	}
 2047|       |
 2048|  83.3k|	for (idx = 0; asn1[idx].name != NULL; idx++) {
  ------------------
  |  Branch (2048:16): [True: 52.2k, False: 31.0k]
  ------------------
 2049|  52.2k|		r = asn1_encode_entry(ctx, &asn1[idx], &obj, &objsize, depth);
 2050|  52.2k|		if (r) {
  ------------------
  |  Branch (2050:7): [True: 52, False: 52.2k]
  ------------------
 2051|     52|			if (obj)
  ------------------
  |  Branch (2051:8): [True: 0, False: 52]
  ------------------
 2052|      0|				free(obj);
 2053|     52|			if (buf)
  ------------------
  |  Branch (2053:8): [True: 10, False: 42]
  ------------------
 2054|     10|				free(buf);
 2055|     52|			return r;
 2056|     52|		}
 2057|       |		/* in case of an empty (optional) element continue with
 2058|       |		 * the next asn1 element */
 2059|  52.2k|		if (!objsize)
  ------------------
  |  Branch (2059:7): [True: 17.7k, False: 34.5k]
  ------------------
 2060|  17.7k|			continue;
 2061|  34.5k|		tmp = (u8 *) realloc(buf, total + objsize);
 2062|  34.5k|		if (!tmp) {
  ------------------
  |  Branch (2062:7): [True: 0, False: 34.5k]
  ------------------
 2063|      0|			if (obj)
  ------------------
  |  Branch (2063:8): [True: 0, False: 0]
  ------------------
 2064|      0|				free(obj);
 2065|      0|			if (buf)
  ------------------
  |  Branch (2065:8): [True: 0, False: 0]
  ------------------
 2066|      0|				free(buf);
 2067|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2068|      0|		}
 2069|  34.5k|		buf = tmp;
 2070|  34.5k|		memcpy(buf + total, obj, objsize);
 2071|  34.5k|		free(obj);
 2072|  34.5k|		obj = NULL;
 2073|  34.5k|		total += objsize;
 2074|  34.5k|	}
 2075|  31.0k|	*ptr = buf;
 2076|  31.0k|	*size = total;
 2077|  31.0k|	return 0;
 2078|  31.1k|}
asn1.c:asn1_encode_entry:
 1826|  52.2k|{
 1827|  52.2k|	void *parm = entry->parm;
 1828|  52.2k|	int (*callback_func)(sc_context_t *nctx, void *arg, u8 **nobj,
 1829|  52.2k|			     size_t *nobjlen, int ndepth);
 1830|  52.2k|	const size_t *len = (const size_t *) entry->arg;
 1831|  52.2k|	int r = 0;
 1832|  52.2k|	u8 * buf = NULL;
 1833|  52.2k|	size_t buflen = 0;
 1834|       |
 1835|  52.2k|	callback_func = parm;
 1836|       |
 1837|  52.2k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*sencoding '%s'%s\n",
  ------------------
  |  |   70|  52.2k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  | 1838|  52.2k|	       	depth, depth, "", entry->name,
  |  |  |  | 1839|  52.2k|		(entry->flags & SC_ASN1_PRESENT)? "" : " (not present)");
  |  |  |  |  ------------------
  |  |  |  |  |  |  147|  52.2k|#define SC_ASN1_PRESENT			0x00000001
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1838|  52.2k|	       	depth, depth, "", entry->name,
 1839|  52.2k|		(entry->flags & SC_ASN1_PRESENT)? "" : " (not present)");
 1840|  52.2k|	if (!(entry->flags & SC_ASN1_PRESENT))
  ------------------
  |  |  147|  52.2k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1840:6): [True: 17.7k, False: 34.5k]
  ------------------
 1841|  17.7k|		goto no_object;
 1842|  34.5k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*stype=%d, tag=0x%02x, parm=%p, len=%zu",
  ------------------
  |  |   70|  69.1k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (70:115): [True: 24.4k, False: 10.0k]
  |  |  ------------------
  ------------------
 1843|  34.5k|			depth, depth, "", entry->type, entry->tag, parm, len ? *len : 0);
 1844|       |
 1845|  34.5k|	if (entry->type == SC_ASN1_CHOICE) {
  ------------------
  |  |  170|  34.5k|#define SC_ASN1_CHOICE			130
  ------------------
  |  Branch (1845:6): [True: 0, False: 34.5k]
  ------------------
 1846|      0|		const struct sc_asn1_entry *list, *choice = NULL;
 1847|       |
 1848|      0|		list = (const struct sc_asn1_entry *) parm;
 1849|      0|		while (list->name != NULL) {
  ------------------
  |  Branch (1849:10): [True: 0, False: 0]
  ------------------
 1850|      0|			if (list->flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1850:8): [True: 0, False: 0]
  ------------------
 1851|      0|				if (choice) {
  ------------------
  |  Branch (1851:9): [True: 0, False: 0]
  ------------------
 1852|      0|					sc_debug(ctx, SC_LOG_DEBUG_ASN1,
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1853|      0|						"ASN.1 problem: more than "
 1854|      0|						"one CHOICE when encoding %s: "
 1855|      0|						"%s and %s both present\n",
 1856|      0|						entry->name,
 1857|      0|						choice->name,
 1858|      0|						list->name);
 1859|      0|					return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1860|      0|				}
 1861|      0|				choice = list;
 1862|      0|			}
 1863|      0|			list++;
 1864|      0|		}
 1865|      0|		if (choice == NULL)
  ------------------
  |  Branch (1865:7): [True: 0, False: 0]
  ------------------
 1866|      0|			goto no_object;
 1867|      0|		return asn1_encode_entry(ctx, choice, obj, objlen, depth + 1);
 1868|      0|	}
 1869|       |
 1870|  34.5k|	if (entry->type != SC_ASN1_NULL && parm == NULL) {
  ------------------
  |  |  158|  69.1k|#define SC_ASN1_NULL                    5
  ------------------
  |  Branch (1870:6): [True: 33.7k, False: 828]
  |  Branch (1870:37): [True: 20, False: 33.7k]
  ------------------
 1871|     20|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "unexpected parm == NULL\n");
  ------------------
  |  |   70|     20|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1872|     20|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     20|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1873|     20|	}
 1874|       |
 1875|  34.5k|	switch (entry->type) {
 1876|  2.63k|	case SC_ASN1_STRUCT:
  ------------------
  |  |  169|  2.63k|#define SC_ASN1_STRUCT			129
  ------------------
  |  Branch (1876:2): [True: 2.63k, False: 31.9k]
  ------------------
 1877|  2.63k|		r = asn1_encode(ctx, (const struct sc_asn1_entry *) parm, &buf,
 1878|  2.63k|				&buflen, depth + 1);
 1879|  2.63k|		break;
 1880|    828|	case SC_ASN1_NULL:
  ------------------
  |  |  158|    828|#define SC_ASN1_NULL                    5
  ------------------
  |  Branch (1880:2): [True: 828, False: 33.7k]
  ------------------
 1881|    828|		buf = NULL;
 1882|    828|		buflen = 0;
 1883|    828|		break;
 1884|      0|	case SC_ASN1_BOOLEAN:
  ------------------
  |  |  153|      0|#define SC_ASN1_BOOLEAN                 1
  ------------------
  |  Branch (1884:2): [True: 0, False: 34.5k]
  ------------------
 1885|      0|		buf = malloc(1);
 1886|      0|		if (buf == NULL) {
  ------------------
  |  Branch (1886:7): [True: 0, False: 0]
  ------------------
 1887|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1888|      0|			break;
 1889|      0|		}
 1890|      0|		buf[0] = *((int *) parm) ? 0xFF : 0;
  ------------------
  |  Branch (1890:12): [True: 0, False: 0]
  ------------------
 1891|      0|		buflen = 1;
 1892|      0|		break;
 1893|      0|	case SC_ASN1_INTEGER:
  ------------------
  |  |  154|      0|#define SC_ASN1_INTEGER                 2
  ------------------
  |  Branch (1893:2): [True: 0, False: 34.5k]
  ------------------
 1894|      0|	case SC_ASN1_ENUMERATED:
  ------------------
  |  |  160|      0|#define SC_ASN1_ENUMERATED              10
  ------------------
  |  Branch (1894:2): [True: 0, False: 34.5k]
  ------------------
 1895|      0|		r = asn1_encode_integer(*((int *) entry->parm), &buf, &buflen);
 1896|      0|		break;
 1897|  1.72k|	case SC_ASN1_BIT_STRING_NI:
  ------------------
  |  |  156|  1.72k|#define SC_ASN1_BIT_STRING_NI           128
  ------------------
  |  Branch (1897:2): [True: 1.72k, False: 32.8k]
  ------------------
 1898|  1.72k|	case SC_ASN1_BIT_STRING:
  ------------------
  |  |  155|  1.72k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1898:2): [True: 0, False: 34.5k]
  ------------------
 1899|  1.72k|		if (len != NULL) {
  ------------------
  |  Branch (1899:7): [True: 1.72k, False: 0]
  ------------------
 1900|  1.72k|			if (entry->type == SC_ASN1_BIT_STRING)
  ------------------
  |  |  155|  1.72k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1900:8): [True: 0, False: 1.72k]
  ------------------
 1901|      0|				r = encode_bit_string((const u8 *) parm, *len, &buf, &buflen, 1);
 1902|  1.72k|			else
 1903|  1.72k|				r = encode_bit_string((const u8 *) parm, *len, &buf, &buflen, 0);
 1904|  1.72k|		} else {
 1905|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1906|      0|		}
 1907|  1.72k|		break;
 1908|      0|	case SC_ASN1_BIT_FIELD:
  ------------------
  |  |  171|      0|#define SC_ASN1_BIT_FIELD		131	/* bit string as integer */
  ------------------
  |  Branch (1908:2): [True: 0, False: 34.5k]
  ------------------
 1909|      0|		if (len != NULL) {
  ------------------
  |  Branch (1909:7): [True: 0, False: 0]
  ------------------
 1910|      0|			r = encode_bit_field((const u8 *) parm, *len, &buf, &buflen);
 1911|      0|		} else {
 1912|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1913|      0|		}
 1914|      0|		break;
 1915|      0|	case SC_ASN1_PRINTABLESTRING:
  ------------------
  |  |  164|      0|#define SC_ASN1_PRINTABLESTRING         19
  ------------------
  |  Branch (1915:2): [True: 0, False: 34.5k]
  ------------------
 1916|  22.7k|	case SC_ASN1_OCTET_STRING:
  ------------------
  |  |  157|  22.7k|#define SC_ASN1_OCTET_STRING            4
  ------------------
  |  Branch (1916:2): [True: 22.7k, False: 11.8k]
  ------------------
 1917|  22.7k|	case SC_ASN1_UTF8STRING:
  ------------------
  |  |  161|  22.7k|#define SC_ASN1_UTF8STRING              12
  ------------------
  |  Branch (1917:2): [True: 0, False: 34.5k]
  ------------------
 1918|  22.7k|		if (len != NULL) {
  ------------------
  |  Branch (1918:7): [True: 22.7k, False: 0]
  ------------------
 1919|  22.7k|			buf = malloc(*len + 1);
 1920|  22.7k|			if (buf == NULL) {
  ------------------
  |  Branch (1920:8): [True: 0, False: 22.7k]
  ------------------
 1921|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1922|      0|				break;
 1923|      0|			}
 1924|  22.7k|			buflen = 0;
 1925|       |			/* If the integer is supposed to be unsigned, insert
 1926|       |			 * a padding byte if the MSB is one */
 1927|  22.7k|			if ((entry->flags & SC_ASN1_UNSIGNED)
  ------------------
  |  |  150|  22.7k|#define SC_ASN1_UNSIGNED		0x00000008
  ------------------
  |  Branch (1927:8): [True: 1.79k, False: 20.9k]
  ------------------
 1928|  1.79k|					&& (((u8 *) parm)[0] & 0x80)) {
  ------------------
  |  Branch (1928:9): [True: 492, False: 1.29k]
  ------------------
 1929|    492|				buf[buflen++] = 0x00;
 1930|    492|			}
 1931|  22.7k|			memcpy(buf + buflen, parm, *len);
 1932|  22.7k|			buflen += *len;
 1933|  22.7k|		} else {
 1934|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1935|      0|		}
 1936|  22.7k|		break;
 1937|  22.7k|	case SC_ASN1_GENERALIZEDTIME:
  ------------------
  |  |  166|      0|#define SC_ASN1_GENERALIZEDTIME         24
  ------------------
  |  Branch (1937:2): [True: 0, False: 34.5k]
  ------------------
 1938|      0|		if (len != NULL) {
  ------------------
  |  Branch (1938:7): [True: 0, False: 0]
  ------------------
 1939|      0|			buf = malloc(*len);
 1940|      0|			if (buf == NULL) {
  ------------------
  |  Branch (1940:8): [True: 0, False: 0]
  ------------------
 1941|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1942|      0|				break;
 1943|      0|			}
 1944|      0|			memcpy(buf, parm, *len);
 1945|      0|			buflen = *len;
 1946|      0|		} else {
 1947|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1948|      0|		}
 1949|      0|		break;
 1950|  4.90k|	case SC_ASN1_OBJECT:
  ------------------
  |  |  159|  4.90k|#define SC_ASN1_OBJECT                  6
  ------------------
  |  Branch (1950:2): [True: 4.90k, False: 29.6k]
  ------------------
 1951|  4.90k|		r = sc_asn1_encode_object_id(&buf, &buflen, (struct sc_object_id *) parm);
 1952|  4.90k|		break;
 1953|      0|	case SC_ASN1_PATH:
  ------------------
  |  |  174|      0|#define SC_ASN1_PATH			256
  ------------------
  |  Branch (1953:2): [True: 0, False: 34.5k]
  ------------------
 1954|      0|		r = asn1_encode_path(ctx, (const sc_path_t *) parm, &buf, &buflen, depth, entry->flags);
 1955|      0|		break;
 1956|      0|	case SC_ASN1_PKCS15_ID:
  ------------------
  |  |  175|      0|#define SC_ASN1_PKCS15_ID		257
  ------------------
  |  Branch (1956:2): [True: 0, False: 34.5k]
  ------------------
 1957|      0|		{
 1958|      0|			const struct sc_pkcs15_id *id = (const struct sc_pkcs15_id *) parm;
 1959|       |
 1960|      0|			buf = malloc(id->len);
 1961|      0|			if (buf == NULL) {
  ------------------
  |  Branch (1961:8): [True: 0, False: 0]
  ------------------
 1962|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1963|      0|				break;
 1964|      0|			}
 1965|      0|			memcpy(buf, id->value, id->len);
 1966|      0|			buflen = id->len;
 1967|      0|		}
 1968|      0|		break;
 1969|      0|	case SC_ASN1_PKCS15_OBJECT:
  ------------------
  |  |  176|      0|#define SC_ASN1_PKCS15_OBJECT		258
  ------------------
  |  Branch (1969:2): [True: 0, False: 34.5k]
  ------------------
 1970|      0|		r = asn1_encode_p15_object(ctx, (const struct sc_asn1_pkcs15_object *) parm, &buf, &buflen, depth);
 1971|      0|		break;
 1972|  1.72k|	case SC_ASN1_ALGORITHM_ID:
  ------------------
  |  |  177|  1.72k|#define SC_ASN1_ALGORITHM_ID		259
  ------------------
  |  Branch (1972:2): [True: 1.72k, False: 32.8k]
  ------------------
 1973|  1.72k|		r = sc_asn1_encode_algorithm_id(ctx, &buf, &buflen, (const struct sc_algorithm_id *) parm, depth);
 1974|  1.72k|		break;
 1975|      0|	case SC_ASN1_SE_INFO:
  ------------------
  |  |  178|      0|#define SC_ASN1_SE_INFO			260
  ------------------
  |  Branch (1975:2): [True: 0, False: 34.5k]
  ------------------
 1976|      0|		if (!len)
  ------------------
  |  Branch (1976:7): [True: 0, False: 0]
  ------------------
 1977|      0|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1978|      0|		r = asn1_encode_se_info(ctx, (struct sc_pkcs15_sec_env_info **)parm, *len, &buf, &buflen, depth);
 1979|      0|		break;
 1980|      0|	case SC_ASN1_CALLBACK:
  ------------------
  |  |  181|      0|#define SC_ASN1_CALLBACK		384
  ------------------
  |  Branch (1980:2): [True: 0, False: 34.5k]
  ------------------
 1981|      0|		r = callback_func(ctx, entry->arg, &buf, &buflen, depth);
 1982|      0|		break;
 1983|      0|	default:
  ------------------
  |  Branch (1983:2): [True: 0, False: 34.5k]
  ------------------
 1984|      0|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "invalid ASN.1 type: %d\n", entry->type);
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1985|      0|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1986|  34.5k|	}
 1987|  34.5k|	if (r) {
  ------------------
  |  Branch (1987:6): [True: 26, False: 34.5k]
  ------------------
 1988|     26|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "encoding of ASN.1 object '%s' failed: %s\n", entry->name,
  ------------------
  |  |   70|     26|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1989|     26|		      sc_strerror(r));
 1990|     26|		if (buf)
  ------------------
  |  Branch (1990:7): [True: 0, False: 26]
  ------------------
 1991|      0|			free(buf);
 1992|     26|		return r;
 1993|     26|	}
 1994|       |
 1995|       |	/* Treatment of OPTIONAL elements:
 1996|       |	 *  -	if the encoding has 0 length, and the element is OPTIONAL,
 1997|       |	 *	we don't write anything (unless it's an ASN1 NULL and the
 1998|       |	 *      SC_ASN1_PRESENT flag is set).
 1999|       |	 *  -	if the encoding has 0 length, but the element is non-OPTIONAL,
 2000|       |	 *	constructed, we write a empty element (e.g. a SEQUENCE of
 2001|       |	 *      length 0). In case of an ASN1 NULL just write the tag and
 2002|       |	 *      length (i.e. 0x05,0x00).
 2003|       |	 *  -	any other empty objects are considered bogus
 2004|       |	 */
 2005|  52.2k|no_object:
 2006|  52.2k|	if (!buflen && entry->flags & SC_ASN1_OPTIONAL && !(entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  148|  70.7k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
              	if (!buflen && entry->flags & SC_ASN1_OPTIONAL && !(entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|  18.5k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (2006:6): [True: 18.5k, False: 33.6k]
  |  Branch (2006:17): [True: 18.5k, False: 6]
  |  Branch (2006:52): [True: 17.7k, False: 828]
  ------------------
 2007|       |		/* This happens when we try to encode e.g. the
 2008|       |		 * subClassAttributes, which may be empty */
 2009|  17.7k|		*obj = NULL;
 2010|  17.7k|		*objlen = 0;
 2011|  17.7k|		r = 0;
 2012|  34.5k|	} else if (!buflen && (entry->flags & SC_ASN1_EMPTY_ALLOWED)) {
  ------------------
  |  |  151|    834|#define SC_ASN1_EMPTY_ALLOWED           0x00000010
  ------------------
  |  Branch (2012:13): [True: 834, False: 33.6k]
  |  Branch (2012:24): [True: 0, False: 834]
  ------------------
 2013|      0|		*obj = NULL;
 2014|      0|		*objlen = 0;
 2015|      0|		r = asn1_write_element(ctx, entry->tag, buf, buflen, obj, objlen);
 2016|      0|		if (r)
  ------------------
  |  Branch (2016:7): [True: 0, False: 0]
  ------------------
 2017|      0|			sc_debug(ctx, SC_LOG_DEBUG_ASN1, "error writing ASN.1 tag and length: %s\n", sc_strerror(r));
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2018|  34.5k|	} else if (buflen || entry->type == SC_ASN1_NULL || entry->tag & SC_ASN1_CONS) {
  ------------------
  |  |  158|  35.3k|#define SC_ASN1_NULL                    5
  ------------------
              	} else if (buflen || entry->type == SC_ASN1_NULL || entry->tag & SC_ASN1_CONS) {
  ------------------
  |  |  141|      6|#define SC_ASN1_CONS			0x20000000
  ------------------
  |  Branch (2018:13): [True: 33.6k, False: 834]
  |  Branch (2018:23): [True: 828, False: 6]
  |  Branch (2018:54): [True: 0, False: 6]
  ------------------
 2019|  34.5k|		r = asn1_write_element(ctx, entry->tag, buf, buflen, obj, objlen);
 2020|  34.5k|		if (r)
  ------------------
  |  Branch (2020:7): [True: 0, False: 34.5k]
  ------------------
 2021|      0|			sc_debug(ctx, SC_LOG_DEBUG_ASN1, "error writing ASN.1 tag and length: %s\n",
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2022|  34.5k|					sc_strerror(r));
 2023|  34.5k|	} else if (!(entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|      6|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (2023:13): [True: 0, False: 6]
  ------------------
 2024|      0|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "cannot encode non-optional ASN.1 object: not given by caller\n");
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2025|      0|		r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 2026|      6|	} else {
 2027|      6|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "cannot encode empty non-optional ASN.1 object\n");
  ------------------
  |  |   70|      6|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2028|      6|		r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      6|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 2029|      6|	}
 2030|  52.2k|	if (buf)
  ------------------
  |  Branch (2030:6): [True: 33.7k, False: 18.5k]
  ------------------
 2031|  33.7k|		free(buf);
 2032|  52.2k|	if (r >= 0)
  ------------------
  |  Branch (2032:6): [True: 52.2k, False: 6]
  ------------------
 2033|  52.2k|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*slength of encoded item=%zu", depth, depth, "", *objlen);
  ------------------
  |  |   70|  52.2k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2034|  52.2k|	return r;
 2035|  34.5k|}
asn1.c:encode_bit_string:
  647|  1.72k|{
  648|  1.72k|	const u8 *in = inbuf;
  649|  1.72k|	u8 *out;
  650|  1.72k|	size_t bytes, skipped = 0;
  651|       |
  652|  1.72k|	bytes = BYTES4BITS(bits_left) + 1;
  ------------------
  |  |  146|  1.72k|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  653|  1.72k|	*outbuf = out = malloc(bytes);
  654|  1.72k|	if (out == NULL)
  ------------------
  |  Branch (654:6): [True: 0, False: 1.72k]
  ------------------
  655|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  656|  1.72k|	*outlen = bytes;
  657|  1.72k|	out += 1;
  658|   120k|	while (bits_left) {
  ------------------
  |  Branch (658:9): [True: 118k, False: 1.72k]
  ------------------
  659|   118k|		size_t i, bits_to_go = 8;
  660|       |
  661|   118k|		*out = 0;
  662|   118k|		if (bits_left < 8) {
  ------------------
  |  Branch (662:7): [True: 0, False: 118k]
  ------------------
  663|      0|			bits_to_go = bits_left;
  664|      0|			skipped = 8 - bits_left;
  665|      0|		}
  666|   118k|		if (invert) {
  ------------------
  |  Branch (666:7): [True: 0, False: 118k]
  ------------------
  667|      0|			for (i = 0; i < bits_to_go; i++)
  ------------------
  |  Branch (667:16): [True: 0, False: 0]
  ------------------
  668|      0|				*out |= ((*in >> i) & 1) << (7 - i);
  669|   118k|		} else {
  670|   118k|			*out = *in;
  671|   118k|			if (bits_left < 8)
  ------------------
  |  Branch (671:8): [True: 0, False: 118k]
  ------------------
  672|      0|				return SC_ERROR_NOT_SUPPORTED; /* FIXME */
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  673|   118k|		}
  674|   118k|		bits_left -= bits_to_go;
  675|   118k|		out++, in++;
  676|   118k|	}
  677|  1.72k|	out = *outbuf;
  678|  1.72k|	out[0] = skipped;
  679|  1.72k|	return 0;
  680|  1.72k|}

sc_aux_data_free:
  194|  5.20k|{
  195|  5.20k|	if (data == NULL || *data == NULL)
  ------------------
  |  Branch (195:6): [True: 0, False: 5.20k]
  |  Branch (195:22): [True: 5.20k, False: 0]
  ------------------
  196|  5.20k|		return;
  197|       |
  198|      0|	switch((*data)->type) {
  199|      0|	case SC_AUX_DATA_TYPE_MD_CMAP_RECORD:
  ------------------
  |  |   36|      0|#define SC_AUX_DATA_TYPE_MD_CMAP_RECORD	0x01
  ------------------
  |  Branch (199:2): [True: 0, False: 0]
  ------------------
  200|      0|		free(*data);
  201|      0|		break;
  202|      0|	default:
  ------------------
  |  Branch (202:2): [True: 0, False: 0]
  ------------------
  203|      0|		break;
  204|      0|	}
  205|       |
  206|      0|	*data = NULL;
  207|      0|}

sc_get_asepcos_driver:
 1086|  16.4k|{
 1087|  16.4k|	return sc_get_driver();
 1088|  16.4k|}
card-asepcos.c:sc_get_driver:
 1064|  16.4k|{
 1065|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1065:6): [True: 1, False: 16.4k]
  ------------------
 1066|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1067|  16.4k|	asepcos_ops = *iso_ops;
 1068|  16.4k|	asepcos_ops.match_card        = asepcos_match_card;
 1069|  16.4k|	asepcos_ops.init              = asepcos_init;
 1070|  16.4k|	asepcos_ops.select_file       = asepcos_select_file;
 1071|  16.4k|	asepcos_ops.set_security_env  = asepcos_set_security_env;
 1072|  16.4k|	asepcos_ops.decipher          = asepcos_decipher;
 1073|  16.4k|	asepcos_ops.compute_signature = asepcos_compute_signature;
 1074|  16.4k|	asepcos_ops.create_file       = asepcos_create_file;
 1075|  16.4k|	asepcos_ops.delete_file       = asepcos_delete_file;
 1076|  16.4k|	asepcos_ops.list_files        = asepcos_list_files;
 1077|  16.4k|	asepcos_ops.card_ctl          = asepcos_card_ctl;
 1078|  16.4k|	asepcos_ops.pin_cmd           = asepcos_pin_cmd;
 1079|  16.4k|	asepcos_ops.logout            = asepcos_logout;
 1080|  16.4k|	asepcos_ops.card_reader_lock_obtained = asepcos_card_reader_lock_obtained;
 1081|       |
 1082|  16.4k|	return &asepcos_drv;
 1083|  16.4k|}
card-asepcos.c:asepcos_match_card:
   47|  16.4k|{
   48|  16.4k|	int i = _sc_match_atr(card, asepcos_atrs, &card->type);
   49|  16.4k|	if (i < 0)
  ------------------
  |  Branch (49:6): [True: 16.2k, False: 155]
  ------------------
   50|  16.2k|		return 0;
   51|    155|	return 1;
   52|  16.4k|}
card-asepcos.c:asepcos_init:
   76|    155|{
   77|    155|	unsigned long	flags;
   78|       |
   79|    155|	card->name = "Athena ASEPCOS";
   80|    155|	card->cla  = 0x00;
   81|       |
   82|       |	/* in case of a Java card try to select the ASEPCOS applet */
   83|    155|	if (card->type == SC_CARD_TYPE_ASEPCOS_JAVA) {
  ------------------
  |  Branch (83:6): [True: 0, False: 155]
  ------------------
   84|      0|		int r = asepcos_select_asepcos_applet(card);
   85|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (85:7): [True: 0, False: 0]
  ------------------
   86|      0|			return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
   87|      0|	}
   88|       |
   89|       |	/* Set up algorithm info. */
   90|    155|	flags =	SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|    155|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
   91|    155|		| SC_ALGORITHM_RSA_HASH_NONE
  ------------------
  |  |  133|    155|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
   92|    155|		| SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |   93|    155|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
   93|    155|		;
   94|    155|	_sc_card_add_rsa_alg(card,  512, flags, 0);
   95|    155|	_sc_card_add_rsa_alg(card,  768, flags, 0);
   96|    155|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
   97|    155|	_sc_card_add_rsa_alg(card, 1536, flags, 0);
   98|    155|	_sc_card_add_rsa_alg(card, 1792, flags, 0);
   99|    155|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  100|       |
  101|    155|	card->caps |= SC_CARD_CAP_APDU_EXT | SC_CARD_CAP_USE_FCI_AC;
  ------------------
  |  |  547|    155|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
              	card->caps |= SC_CARD_CAP_APDU_EXT | SC_CARD_CAP_USE_FCI_AC;
  ------------------
  |  |  557|    155|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  ------------------
  102|       |
  103|    155|	return SC_SUCCESS;
  ------------------
  |  |   28|    155|#define SC_SUCCESS				0
  ------------------
  104|    155|}
card-asepcos.c:asepcos_select_file:
  274|    793|{
  275|    793|	int       r;
  276|    793|	sc_path_t npath = *in_path;
  277|       |
  278|    793|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    793|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    793|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    793|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    793|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 793]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  279|       |
  280|    793|	if (in_path->type == SC_PATH_TYPE_PATH) {
  ------------------
  |  |  119|    793|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (280:6): [True: 475, False: 318]
  ------------------
  281|       |		/* check the current DF to avoid unnecessary re-selection of
  282|       |		 * the MF (as this might invalidate a security status) */
  283|    475|		sc_path_t tpath;
  284|    475|		memset(&tpath, 0, sizeof tpath);
  285|       |
  286|    475|		r = asepcos_get_current_df_path(card, &tpath);
  287|       |		/* workaround: as opensc can't handle paths with file id
  288|       |		 * and application names in it let's ignore the current
  289|       |		 * DF if the returned path contains a unsupported tag.
  290|       |		 */
  291|    475|		if (r != SC_ERROR_INVALID_ASN1_OBJECT && r != SC_SUCCESS)
  ------------------
  |  |   82|    950|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
              		if (r != SC_ERROR_INVALID_ASN1_OBJECT && r != SC_SUCCESS)
  ------------------
  |  |   28|    401|#define SC_SUCCESS				0
  ------------------
  |  Branch (291:7): [True: 401, False: 74]
  |  Branch (291:44): [True: 310, False: 91]
  ------------------
  292|    310|			return r;
  293|    165|		if (r == SC_SUCCESS && sc_compare_path_prefix(&tpath, &npath) != 0) {
  ------------------
  |  |   28|    330|#define SC_SUCCESS				0
  ------------------
  |  Branch (293:7): [True: 91, False: 74]
  |  Branch (293:26): [True: 73, False: 18]
  ------------------
  294|       |			/* remove the currently selected DF from the path */
  295|     73|			if (tpath.len == npath.len) {
  ------------------
  |  Branch (295:8): [True: 0, False: 73]
  ------------------
  296|       |				/* we are already in the requested DF */
  297|      0|				if (file == NULL)
  ------------------
  |  Branch (297:9): [True: 0, False: 0]
  ------------------
  298|       |					/* no file information requested =>
  299|       |					 * nothing to do */
  300|      0|					return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  301|     73|			} else {
  302|       |				/* shorten path */
  303|     73|				r = sc_path_set(&npath, 0, &in_path->value[tpath.len],
  304|     73|						npath.len - tpath.len, 0, 0);
  305|     73|				if (r != SC_SUCCESS)
  ------------------
  |  |   28|     73|#define SC_SUCCESS				0
  ------------------
  |  Branch (305:9): [True: 0, False: 73]
  ------------------
  306|      0|					return r;
  307|     73|				if (npath.len == 2)
  ------------------
  |  Branch (307:9): [True: 7, False: 66]
  ------------------
  308|      7|					npath.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      7|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  309|     66|				else
  310|     66|					npath.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|     66|#define SC_PATH_TYPE_PATH		2
  ------------------
  311|     73|			}
  312|     73|		}
  313|    165|	}
  314|       |
  315|    483|	r = iso_ops->select_file(card, &npath, file);
  316|       |	/* XXX: this doesn't look right */
  317|    483|	if (file != NULL && *file != NULL)
  ------------------
  |  Branch (317:6): [True: 144, False: 339]
  |  Branch (317:22): [True: 87, False: 57]
  ------------------
  318|     87|		if ((*file)->ef_structure == SC_FILE_EF_UNKNOWN)
  ------------------
  |  |  220|     87|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  |  Branch (318:7): [True: 77, False: 10]
  ------------------
  319|     77|			(*file)->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     77|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  320|    483|	if (r == SC_SUCCESS && file != NULL && *file != NULL) {
  ------------------
  |  |   28|    966|#define SC_SUCCESS				0
  ------------------
  |  Branch (320:6): [True: 148, False: 335]
  |  Branch (320:25): [True: 87, False: 61]
  |  Branch (320:41): [True: 87, False: 0]
  ------------------
  321|     87|		r = asepcos_parse_sec_attr(card, *file, (*file)->sec_attr, (*file)->sec_attr_len);
  322|     87|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|     87|#define SC_SUCCESS				0
  ------------------
  |  Branch (322:7): [True: 66, False: 21]
  ------------------
  323|     66|			sc_log(card->ctx,  "error parsing security attributes");
  ------------------
  |  |   71|     66|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  324|     87|	}
  325|    483|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    483|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    483|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    483|	int _ret = r; \
  |  |  |  |  155|    483|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 483, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    483|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    401|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 401, False: 82]
  |  |  |  |  ------------------
  |  |  |  |  157|    483|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    483|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    483|	return _ret; \
  |  |  |  |  163|    483|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  326|    483|}
card-asepcos.c:asepcos_get_current_df_path:
  252|    475|{
  253|    475|	int r;
  254|    475|	sc_apdu_t apdu;
  255|    475|	u8        rbuf[SC_MAX_APDU_BUFFER_SIZE];
  256|       |
  257|    475|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x83);
  ------------------
  |  |  292|    475|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  258|    475|	apdu.resp    = rbuf;
  259|    475|	apdu.resplen = sizeof(rbuf);
  260|    475|	apdu.le      = 256;
  261|       |
  262|    475|	r = sc_transmit_apdu(card, &apdu);
  263|    475|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    475|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    475|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    475|	int _ret = (r); \
  |  |  |  |  168|    475|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 464]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|    475|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 464]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  264|    464|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (264:6): [True: 267, False: 197]
  |  Branch (264:26): [True: 20, False: 177]
  ------------------
  265|    287|		return sc_check_sw(card, apdu.sw1, apdu.sw2);
  266|    177|	return asepcos_tlvpath_to_scpath(path, apdu.resp, apdu.resplen);
  267|    464|}
card-asepcos.c:asepcos_tlvpath_to_scpath:
  221|    177|{
  222|    177|	int    r;
  223|    177|	size_t len = in_len;
  224|       |
  225|    177|	memset(out, 0, sizeof(sc_path_t));
  226|       |
  227|    216|	while (len != 0) {
  ------------------
  |  Branch (227:9): [True: 125, False: 91]
  ------------------
  228|    125|		if (len < 4)
  ------------------
  |  Branch (228:7): [True: 11, False: 114]
  ------------------
  229|     11|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     11|#define SC_ERROR_INTERNAL			-1400
  ------------------
  230|    114|		if (in[0] != 0x8b || in[1] != 0x02)
  ------------------
  |  Branch (230:7): [True: 68, False: 46]
  |  Branch (230:24): [True: 6, False: 40]
  ------------------
  231|     74|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     74|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  232|       |		/* append file id to the path */
  233|     40|		r = sc_append_path_id(out, &in[2], 2);
  234|     40|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|     40|#define SC_SUCCESS				0
  ------------------
  |  Branch (234:7): [True: 1, False: 39]
  ------------------
  235|      1|			return r;
  236|     39|		len -= 4;
  237|     39|		in  += 4;
  238|     39|	}
  239|     91|	out->type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|     91|#define SC_PATH_TYPE_PATH		2
  ------------------
  240|       |
  241|     91|	return SC_SUCCESS;
  ------------------
  |  |   28|     91|#define SC_SUCCESS				0
  ------------------
  242|    177|}
card-asepcos.c:asepcos_parse_sec_attr:
  167|     87|{
  168|     87|	const u8 *p = buf;
  169|       |
  170|    113|	while (len > 0) {
  ------------------
  |  Branch (170:9): [True: 92, False: 21]
  ------------------
  171|     92|		unsigned int amode, tlen = 3;
  172|     92|		if (len < 5 || p[0] != 0x80 || p[1] != 0x01) {
  ------------------
  |  Branch (172:7): [True: 12, False: 80]
  |  Branch (172:18): [True: 16, False: 64]
  |  Branch (172:34): [True: 4, False: 60]
  ------------------
  173|     32|			sc_log(card->ctx,  "invalid access mode encoding");
  ------------------
  |  |   71|     32|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  174|     32|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     32|#define SC_ERROR_INTERNAL			-1400
  ------------------
  175|     32|		}
  176|     60|		amode = p[2];
  177|     60|		if (p[3] == 0x90 && p[4] == 0x00) {
  ------------------
  |  Branch (177:7): [True: 8, False: 52]
  |  Branch (177:23): [True: 5, False: 3]
  ------------------
  178|      5|			int r = set_sec_attr(file, amode, 0, SC_AC_NONE);
  ------------------
  |  |  150|      5|#define SC_AC_NONE			0x00000000
  ------------------
  179|      5|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|      5|#define SC_SUCCESS				0
  ------------------
  |  Branch (179:8): [True: 1, False: 4]
  ------------------
  180|      1|				return r;
  181|      4|			tlen += 2;
  182|     55|		} else if (p[3] == 0x97 && p[4] == 0x00) {
  ------------------
  |  Branch (182:14): [True: 6, False: 49]
  |  Branch (182:30): [True: 5, False: 1]
  ------------------
  183|      5|			int r = set_sec_attr(file, amode, 0, SC_AC_NEVER);
  ------------------
  |  |  163|      5|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  184|      5|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|      5|#define SC_SUCCESS				0
  ------------------
  |  Branch (184:8): [True: 1, False: 4]
  ------------------
  185|      1|				return r;
  186|      4|			tlen += 2;
  187|     50|		} else if (p[3] == 0xA0 && len >= 5U + p[4]) {
  ------------------
  |  Branch (187:14): [True: 12, False: 38]
  |  Branch (187:30): [True: 9, False: 3]
  ------------------
  188|      9|			if (len < 6) {
  ------------------
  |  Branch (188:8): [True: 1, False: 8]
  ------------------
  189|      1|				sc_log(card->ctx,  "invalid access mode encoding");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  190|      1|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      1|#define SC_ERROR_INTERNAL			-1400
  ------------------
  191|      1|			}
  192|       |			/* TODO: support OR expressions */
  193|      8|			int r = set_sec_attr(file, amode, p[5], SC_AC_CHV);
  ------------------
  |  |  151|      8|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  194|      8|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
  |  Branch (194:8): [True: 7, False: 1]
  ------------------
  195|      7|				return r;
  196|      1|			tlen += 2 + p[4]; /* FIXME */
  197|     41|		} else if (p[3] == 0xAF && len >= 5U + p[4]) {
  ------------------
  |  Branch (197:14): [True: 24, False: 17]
  |  Branch (197:30): [True: 21, False: 3]
  ------------------
  198|     21|			if (len < 6) {
  ------------------
  |  Branch (198:8): [True: 1, False: 20]
  ------------------
  199|      1|				sc_log(card->ctx,  "invalid access mode encoding");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  200|      1|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      1|#define SC_ERROR_INTERNAL			-1400
  ------------------
  201|      1|			}
  202|       |			/* TODO: support AND expressions */
  203|     20|			int r = set_sec_attr(file, amode, p[5], SC_AC_CHV);
  ------------------
  |  |  151|     20|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  204|     20|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|     20|#define SC_SUCCESS				0
  ------------------
  |  Branch (204:8): [True: 3, False: 17]
  ------------------
  205|      3|				return r;
  206|     17|			tlen += 2 + p[4];	/* FIXME */
  207|     20|		} else {
  208|     20|			sc_log(card->ctx,  "invalid security condition");
  ------------------
  |  |   71|     20|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  209|     20|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     20|#define SC_ERROR_INTERNAL			-1400
  ------------------
  210|     20|		}
  211|     26|		p   += tlen;
  212|     26|		len -= tlen;
  213|     26|	}
  214|       |
  215|     21|	return SC_SUCCESS;
  ------------------
  |  |   28|     21|#define SC_SUCCESS				0
  ------------------
  216|     87|}
card-asepcos.c:set_sec_attr:
  140|     38|{
  141|     38|	const amode_entry_t *table;
  142|       |
  143|       |        /* CHV with reference '0' is the transport PIN
  144|       |	 * and is presented as 'AUT' key with reference '0'*/
  145|     38|	if (meth == SC_AC_CHV && ac == 0)
  ------------------
  |  |  151|     76|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (145:6): [True: 28, False: 10]
  |  Branch (145:27): [True: 8, False: 20]
  ------------------
  146|      8|		meth = SC_AC_AUT;
  ------------------
  |  |  154|      8|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  147|       |
  148|     38|	if (file->type == SC_FILE_TYPE_DF)
  ------------------
  |  |  214|     38|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (148:6): [True: 18, False: 20]
  ------------------
  149|     18|		table = df_amode_table;
  150|     20|	else if (file->type == SC_FILE_TYPE_WORKING_EF)
  ------------------
  |  |  216|     20|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  |  Branch (150:11): [True: 3, False: 17]
  ------------------
  151|      3|		table = wef_amode_table;
  152|     17|	else if (file->type == SC_FILE_TYPE_INTERNAL_EF)
  ------------------
  |  |  215|     17|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  |  Branch (152:11): [True: 5, False: 12]
  ------------------
  153|      5|		table = ief_amode_table;
  154|     12|	else
  155|     12|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     12|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  156|    153|	for (; table->am != 0; table++) {
  ------------------
  |  Branch (156:9): [True: 127, False: 26]
  ------------------
  157|    127|		if (table->am & am)
  ------------------
  |  Branch (157:7): [True: 78, False: 49]
  ------------------
  158|     78|			sc_file_add_acl_entry(file, table->sc, meth, ac);
  159|    127|	}
  160|     26|	return SC_SUCCESS;
  ------------------
  |  |   28|     26|#define SC_SUCCESS				0
  ------------------
  161|     38|}
card-asepcos.c:asepcos_card_ctl:
  838|     17|{
  839|     17|	switch (cmd) {
  ------------------
  |  Branch (839:10): [True: 17, False: 0]
  ------------------
  840|      0|	case SC_CARDCTL_GET_DEFAULT_KEY:
  ------------------
  |  Branch (840:2): [True: 0, False: 17]
  ------------------
  841|      0|		return asepcos_get_default_key(card, (struct sc_cardctl_default_key *) ptr);
  842|     17|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (842:2): [True: 17, False: 0]
  ------------------
  843|     17|		return asepcos_get_serialnr(card, (sc_serial_number_t *)ptr);
  844|      0|	case SC_CARDCTL_ASEPCOS_CHANGE_KEY:
  ------------------
  |  Branch (844:2): [True: 0, False: 17]
  ------------------
  845|      0|		return asepcos_change_key(card, (sc_cardctl_asepcos_change_key_t*)ptr);
  846|      0|	case SC_CARDCTL_ASEPCOS_AKN2FILEID:
  ------------------
  |  Branch (846:2): [True: 0, False: 17]
  ------------------
  847|      0|		return asepcos_akn_to_fileid(card, (sc_cardctl_asepcos_akn2fileid_t*)ptr);
  848|      0|	case SC_CARDCTL_ASEPCOS_SET_SATTR:
  ------------------
  |  Branch (848:2): [True: 0, False: 17]
  ------------------
  849|      0|		return asepcos_set_security_attributes(card, (sc_file_t*)ptr);
  850|      0|	case SC_CARDCTL_ASEPCOS_ACTIVATE_FILE:
  ------------------
  |  Branch (850:2): [True: 0, False: 17]
  ------------------
  851|      0|		return asepcos_activate_file(card, ((sc_cardctl_asepcos_activate_file_t*)ptr)->fileid,
  852|      0|		                           ((sc_cardctl_asepcos_activate_file_t *)ptr)->is_ef);
  853|     17|	}
  854|      0|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  855|     17|}
card-asepcos.c:asepcos_get_serialnr:
  792|     17|{
  793|     17|	int r;
  794|     17|	sc_apdu_t apdu;
  795|     17|	u8  rbuf[SC_MAX_APDU_BUFFER_SIZE];
  796|       |
  797|     17|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x14);
  ------------------
  |  |  292|     17|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  798|     17|	apdu.resp = rbuf;
  799|     17|	apdu.resplen = sizeof(rbuf);
  800|     17|	apdu.le   = 256;
  801|     17|	r = sc_transmit_apdu(card, &apdu);
  802|     17|	LOG_TEST_RET(card->ctx, r,  "APDU transmit failed");
  ------------------
  |  |  174|     17|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     17|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     17|	int _ret = (r); \
  |  |  |  |  168|     17|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  803|     16|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (803:6): [True: 9, False: 7]
  |  Branch (803:26): [True: 1, False: 6]
  ------------------
  804|     10|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     10|#define SC_ERROR_INTERNAL			-1400
  ------------------
  805|      6|	if (apdu.resplen != 8) {
  ------------------
  |  Branch (805:6): [True: 5, False: 1]
  ------------------
  806|      5|		sc_log(card->ctx,  "unexpected response to GET DATA serial number\n");
  ------------------
  |  |   71|      5|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  807|      5|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      5|#define SC_ERROR_INTERNAL			-1400
  ------------------
  808|      5|	}
  809|       |	/* cache serial number */
  810|      1|	memcpy(card->serialnr.value, rbuf, 8);
  811|      1|	card->serialnr.len = 8;
  812|       |	/* copy and return serial number */
  813|      1|	memcpy(serial, &card->serialnr, sizeof(*serial));
  814|      1|	return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  815|      6|}
card-asepcos.c:asepcos_pin_cmd:
  933|     17|{
  934|     17|	sc_apdu_t apdu;
  935|     17|	int r = SC_SUCCESS;
  ------------------
  |  |   28|     17|#define SC_SUCCESS				0
  ------------------
  936|     17|	u8  sbuf[SC_MAX_APDU_BUFFER_SIZE];
  937|       |
  938|       |	/* only PIN verification is supported at the moment  */
  939|       |
  940|       |	/* check PIN length */
  941|     17|	if (pdata->pin1.len < 4 || pdata->pin1.len > 16) {
  ------------------
  |  Branch (941:6): [True: 17, False: 0]
  |  Branch (941:29): [True: 0, False: 0]
  ------------------
  942|     17|		sc_log(card->ctx,  "invalid PIN1 length");
  ------------------
  |  |   71|     17|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  943|     17|		return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|     17|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
  944|     17|	}
  945|       |
  946|      0|	switch (pdata->cmd) {
  947|      0|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (947:2): [True: 0, False: 0]
  ------------------
  948|      0|		if (pdata->pin_type != SC_AC_CHV && pdata->pin_type != SC_AC_AUT)
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
              		if (pdata->pin_type != SC_AC_CHV && pdata->pin_type != SC_AC_AUT)
  ------------------
  |  |  154|      0|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  |  Branch (948:7): [True: 0, False: 0]
  |  Branch (948:39): [True: 0, False: 0]
  ------------------
  949|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  950|       |		/* 'AUT' key is the transport PIN and should have reference '0' */
  951|      0|		if (pdata->pin_type == SC_AC_AUT && pdata->pin_reference)
  ------------------
  |  |  154|      0|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  |  Branch (951:7): [True: 0, False: 0]
  |  Branch (951:39): [True: 0, False: 0]
  ------------------
  952|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  953|       |		/* build verify APDU and send it to the card */
  954|      0|		r = asepcos_build_pin_apdu(card, &apdu, pdata, sbuf, sizeof(sbuf), SC_PIN_CMD_VERIFY, 0);
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  955|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (955:7): [True: 0, False: 0]
  ------------------
  956|      0|			break;
  957|      0|		r = sc_transmit_apdu(card, &apdu);
  958|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (958:7): [True: 0, False: 0]
  ------------------
  959|      0|			sc_log(card->ctx,  "APDU transmit failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  960|      0|		break;
  961|      0|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (961:2): [True: 0, False: 0]
  ------------------
  962|      0|		if (pdata->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (962:7): [True: 0, False: 0]
  ------------------
  963|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  964|      0|		if (pdata->pin2.len < 4 || pdata->pin2.len > 16) {
  ------------------
  |  Branch (964:7): [True: 0, False: 0]
  |  Branch (964:30): [True: 0, False: 0]
  ------------------
  965|      0|			sc_log(card->ctx,  "invalid PIN2 length");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  966|      0|			return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|      0|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
  967|      0|		}
  968|       |		/* 1. step: verify the old pin */
  969|      0|		r = asepcos_build_pin_apdu(card, &apdu, pdata, sbuf, sizeof(sbuf), SC_PIN_CMD_VERIFY, 0);
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  970|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (970:7): [True: 0, False: 0]
  ------------------
  971|      0|			break;
  972|      0|		r = sc_transmit_apdu(card, &apdu);
  973|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (973:7): [True: 0, False: 0]
  ------------------
  974|      0|			sc_log(card->ctx,  "APDU transmit failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  975|      0|			break;
  976|      0|		}
  977|      0|		if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) {
  ------------------
  |  Branch (977:7): [True: 0, False: 0]
  |  Branch (977:27): [True: 0, False: 0]
  ------------------
  978|       |			/* unable to verify the old PIN */
  979|      0|			break;
  980|      0|		}
  981|       |		/* 2, step: use CHANGE KEY to update the PIN */
  982|      0|		r = asepcos_build_pin_apdu(card, &apdu, pdata, sbuf, sizeof(sbuf), SC_PIN_CMD_CHANGE, 0);
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  983|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (983:7): [True: 0, False: 0]
  ------------------
  984|      0|			break;
  985|      0|		r = sc_transmit_apdu(card, &apdu);
  986|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (986:7): [True: 0, False: 0]
  ------------------
  987|      0|			sc_log(card->ctx,  "APDU transmit failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  988|      0|		break;
  989|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (989:2): [True: 0, False: 0]
  ------------------
  990|      0|		if (pdata->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (990:7): [True: 0, False: 0]
  ------------------
  991|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  992|      0|		if (pdata->pin2.len < 4 || pdata->pin2.len > 16) {
  ------------------
  |  Branch (992:7): [True: 0, False: 0]
  |  Branch (992:30): [True: 0, False: 0]
  ------------------
  993|      0|			sc_log(card->ctx,  "invalid PIN2 length");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  994|      0|			return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|      0|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
  995|      0|		}
  996|       |		/* 1. step: verify the puk */
  997|      0|		r = asepcos_build_pin_apdu(card, &apdu, pdata, sbuf, sizeof(sbuf), SC_PIN_CMD_VERIFY, 1);
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  998|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (998:7): [True: 0, False: 0]
  ------------------
  999|      0|			break;
 1000|      0|		r = sc_transmit_apdu(card, &apdu);
 1001|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1001:7): [True: 0, False: 0]
  ------------------
 1002|      0|			sc_log(card->ctx,  "APDU transmit failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1003|      0|			break;
 1004|      0|		}
 1005|       |		/* 2, step: unblock and change the pin */
 1006|      0|		r = asepcos_build_pin_apdu(card, &apdu, pdata, sbuf, sizeof(sbuf), SC_PIN_CMD_UNBLOCK, 0);
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
 1007|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1007:7): [True: 0, False: 0]
  ------------------
 1008|      0|			break;
 1009|      0|		r = sc_transmit_apdu(card, &apdu);
 1010|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1010:7): [True: 0, False: 0]
  ------------------
 1011|      0|			sc_log(card->ctx,  "APDU transmit failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1012|      0|			break;
 1013|      0|		}
 1014|      0|		break;
 1015|      0|	default:
  ------------------
  |  Branch (1015:2): [True: 0, False: 0]
  ------------------
 1016|      0|		sc_log(card->ctx,  "error: unknown cmd type");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1017|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1018|      0|	}
 1019|       |	/* Clear the buffer - it may contain pins */
 1020|      0|	sc_mem_clear(sbuf, sizeof(sbuf));
 1021|       |	/* check for remaining tries if verification failed */
 1022|      0|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1022:6): [True: 0, False: 0]
  ------------------
 1023|      0|		if (apdu.sw1 == 0x63) {
  ------------------
  |  Branch (1023:7): [True: 0, False: 0]
  ------------------
 1024|      0|			if ((apdu.sw2 & 0xF0) == 0xC0)
  ------------------
  |  Branch (1024:8): [True: 0, False: 0]
  ------------------
 1025|      0|				pdata->pin1.tries_left = apdu.sw2 & 0x0F;
 1026|      0|			r = SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|      0|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 1027|      0|			return r;
 1028|      0|		}
 1029|      0|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1030|      0|	}
 1031|       |
 1032|      0|	return r;
 1033|      0|}
card-asepcos.c:asepcos_card_reader_lock_obtained:
 1036|    155|{
 1037|    155|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    155|#define SC_SUCCESS				0
  ------------------
 1038|       |
 1039|    155|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    155|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    155|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    155|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 155]
  |  |  ------------------
  ------------------
 1040|       |
 1041|    155|	if (was_reset > 0 && card->type == SC_CARD_TYPE_ASEPCOS_JAVA) {
  ------------------
  |  Branch (1041:6): [True: 0, False: 155]
  |  Branch (1041:23): [True: 0, False: 0]
  ------------------
 1042|       |		/* in case of a Java card try to select the ASEPCOS applet */
 1043|      0|		r = asepcos_select_asepcos_applet(card);
 1044|      0|	}
 1045|       |
 1046|    155|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    155|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    155|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    155|	int _ret = r; \
  |  |  |  |  155|    155|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 155, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    155|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 155]
  |  |  |  |  ------------------
  |  |  |  |  157|    155|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    155|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    155|	return _ret; \
  |  |  |  |  163|    155|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1047|    155|}

sc_get_atrust_acos_driver:
  814|  16.4k|{
  815|  16.4k|	return sc_get_driver();
  816|  16.4k|}
card-atrust-acos.c:sc_get_driver:
  789|  16.4k|{
  790|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  791|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (791:6): [True: 1, False: 16.4k]
  ------------------
  792|      1|		iso_ops = iso_drv->ops;
  793|       |
  794|  16.4k|	atrust_acos_ops = *iso_drv->ops;
  795|  16.4k|	atrust_acos_ops.match_card = atrust_acos_match_card;
  796|  16.4k|	atrust_acos_ops.init   = atrust_acos_init;
  797|  16.4k|	atrust_acos_ops.finish = atrust_acos_finish;
  798|  16.4k|	atrust_acos_ops.select_file = atrust_acos_select_file;
  799|  16.4k|	atrust_acos_ops.check_sw    = atrust_acos_check_sw;
  800|  16.4k|	atrust_acos_ops.create_file = NULL;
  801|  16.4k|	atrust_acos_ops.delete_file = NULL;
  802|  16.4k|	atrust_acos_ops.set_security_env  = atrust_acos_set_security_env;
  803|  16.4k|	atrust_acos_ops.compute_signature = atrust_acos_compute_signature;
  804|  16.4k|	atrust_acos_ops.decipher    = atrust_acos_decipher;
  805|  16.4k|	atrust_acos_ops.card_ctl    = atrust_acos_card_ctl;
  806|  16.4k|	atrust_acos_ops.logout      = atrust_acos_logout;
  807|       |
  808|  16.4k|	return &atrust_acos_drv;
  809|  16.4k|}
card-atrust-acos.c:atrust_acos_match_card:
   76|  16.2k|{
   77|  16.2k|	int		i, match = 0;
   78|       |
   79|       |
   80|  80.8k|	for (i = 0; atrust_acos_atrs[i] != NULL; i++)
  ------------------
  |  Branch (80:14): [True: 64.8k, False: 16.0k]
  ------------------
   81|  64.8k|	{
   82|  64.8k|		u8 defatr[SC_MAX_ATR_SIZE];
   83|  64.8k|		size_t len = sizeof(defatr);
   84|  64.8k|		const char *atrp = atrust_acos_atrs[i];
   85|       |
   86|  64.8k|		if (sc_hex_to_bin(atrp, defatr, &len))
  ------------------
  |  Branch (86:7): [True: 0, False: 64.8k]
  ------------------
   87|      0|			continue;
   88|       |		/* we may only verify part of ATR since */
   89|       |		/* part of the hist chars is variable */
   90|  64.8k|		if (len > card->atr.len)
  ------------------
  |  Branch (90:7): [True: 18.3k, False: 46.4k]
  ------------------
   91|  18.3k|			continue;
   92|  46.4k|		if (memcmp(card->atr.value, defatr, len) != 0)
  ------------------
  |  Branch (92:7): [True: 46.1k, False: 251]
  ------------------
   93|  46.1k|			continue;
   94|       |
   95|    251|		match = 1;
   96|    251|		card->name = atrust_acos_names[i];
   97|       |
   98|    251|		break;
   99|  46.4k|    }
  100|  16.2k|	return match;
  101|  16.2k|}
card-atrust-acos.c:atrust_acos_init:
  106|    251|{
  107|    251|	unsigned int flags;
  108|    251|	atrust_acos_ex_data *ex_data;
  109|       |
  110|    251|	ex_data = calloc(1, sizeof(atrust_acos_ex_data));
  111|    251|	if (ex_data == NULL)
  ------------------
  |  Branch (111:6): [True: 0, False: 251]
  ------------------
  112|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  113|       |
  114|    251|	card->cla  = 0x00;
  115|    251|	card->drv_data = (void *)ex_data;
  116|       |
  117|       |	/* set the supported algorithm */
  118|       |
  119|    251|	flags = SC_ALGORITHM_RSA_PAD_PKCS1
  ------------------
  |  |  111|    251|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    251|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    251|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  120|    251|		| SC_ALGORITHM_RSA_HASH_NONE
  ------------------
  |  |  133|    251|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  121|    251|		| SC_ALGORITHM_RSA_HASH_SHA1
  ------------------
  |  |  134|    251|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  122|    251|		| SC_ALGORITHM_RSA_HASH_MD5
  ------------------
  |  |  135|    251|#define SC_ALGORITHM_RSA_HASH_MD5	0x00000400
  ------------------
  123|    251|		| SC_ALGORITHM_RSA_HASH_RIPEMD160
  ------------------
  |  |  137|    251|#define SC_ALGORITHM_RSA_HASH_RIPEMD160	0x00001000
  ------------------
  124|    251|		| SC_ALGORITHM_RSA_HASH_MD5_SHA1;
  ------------------
  |  |  136|    251|#define SC_ALGORITHM_RSA_HASH_MD5_SHA1	0x00000800
  ------------------
  125|       |
  126|    251|	if (card->name != NULL && !strcmp(card->name, ACOS_EMV_A05))
  ------------------
  |  |   37|    251|#define ACOS_EMV_A05		"A-TRUST ACOS A05"
  ------------------
  |  Branch (126:6): [True: 251, False: 0]
  |  Branch (126:28): [True: 152, False: 99]
  ------------------
  127|    152|		flags |= SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  138|    152|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  128|       |
  129|    251|	_sc_card_add_rsa_alg(card, 1536, flags, 0x10001);
  130|       |
  131|       |	/* we need read_binary&friends with max 128 bytes per read */
  132|    251|	card->max_send_size = 128;
  133|    251|	card->max_recv_size = 128;
  134|       |
  135|    251|	return 0;
  136|    251|}
card-atrust-acos.c:atrust_acos_finish:
  141|    251|{
  142|    251|	if (card->drv_data)
  ------------------
  |  Branch (142:6): [True: 251, False: 0]
  ------------------
  143|    251|		free((atrust_acos_ex_data *)card->drv_data);
  144|    251|	return 0;
  145|    251|}
card-atrust-acos.c:atrust_acos_select_file:
  364|  1.27k|{
  365|  1.27k|	u8 pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  366|  1.27k|	int    r;
  367|  1.27k|	size_t i, pathlen;
  368|       |
  369|  1.27k|	memcpy(path, in_path->value, in_path->len);
  370|  1.27k|	pathlen = in_path->len;
  371|       |
  372|  1.27k|	if (in_path->type == SC_PATH_TYPE_FILE_ID) {
  ------------------
  |  |  117|  1.27k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (372:6): [True: 0, False: 1.27k]
  ------------------
  373|       |		/* SELECT EF/DF with ID */
  374|       |		/* Select with 2byte File-ID */
  375|      0|		if (pathlen != 2)
  ------------------
  |  Branch (375:7): [True: 0, False: 0]
  ------------------
  376|      0|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  377|      0|		return atrust_acos_select_fid(card, path[0], path[1], file_out);
  378|  1.27k|	} else if (in_path->type == SC_PATH_TYPE_DF_NAME) {
  ------------------
  |  |  118|  1.27k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (378:13): [True: 508, False: 768]
  ------------------
  379|       |		/* SELECT DF with AID */
  380|       |		/* Select with 1-16byte Application-ID */
  381|    508|		return atrust_acos_select_aid(card, pathbuf, pathlen, file_out);
  382|    768|	} else if (in_path->type == SC_PATH_TYPE_PATH) {
  ------------------
  |  |  119|    768|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (382:13): [True: 768, False: 0]
  ------------------
  383|    768|		u8 n_pathbuf[SC_MAX_PATH_SIZE];
  384|       |
  385|       |		/* Select with path (sequence of File-IDs) */
  386|       |		/* ACOS only supports one
  387|       |		 * level of subdirectories, therefore a path is
  388|       |		 * at most 3 FID long (the last one being the FID
  389|       |		 * of a EF) => pathlen must be even and less than 6
  390|       |		 */
  391|    768|		if (pathlen%2 != 0 || pathlen > 6 || pathlen <= 0)
  ------------------
  |  Branch (391:7): [True: 0, False: 768]
  |  Branch (391:25): [True: 1, False: 767]
  |  Branch (391:40): [True: 0, False: 767]
  ------------------
  392|      1|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      1|	int _ret = r; \
  |  |  155|      1|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  ------------------
  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      1|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      1|	return _ret; \
  |  |  163|      1|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  393|       |		/* if pathlen == 6 then the first FID must be MF (== 3F00) */
  394|    767|		if (pathlen == 6 && ( path[0] != 0x3f || path[1] != 0x00 ))
  ------------------
  |  Branch (394:7): [True: 24, False: 743]
  |  Branch (394:25): [True: 1, False: 23]
  |  Branch (394:44): [True: 1, False: 22]
  ------------------
  395|      2|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      2|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      2|	int _ret = r; \
  |  |  155|      2|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 2, False: 0]
  |  |  ------------------
  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      2|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      2|	return _ret; \
  |  |  163|      2|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  396|       |
  397|       |		/* unify path (the first FID should be MF) */
  398|    765|		if (path[0] != 0x3f || path[1] != 0x00)
  ------------------
  |  Branch (398:7): [True: 23, False: 742]
  |  Branch (398:26): [True: 1, False: 741]
  ------------------
  399|     24|		{
  400|     24|			n_pathbuf[0] = 0x3f;
  401|     24|			n_pathbuf[1] = 0x00;
  402|     24|			memcpy(n_pathbuf+2, path, pathlen);
  403|     24|			path = n_pathbuf;
  404|     24|			pathlen += 2;
  405|     24|		}
  406|       |
  407|    992|		for (i = 0; i < pathlen - 2; i += 2) {
  ------------------
  |  Branch (407:15): [True: 780, False: 212]
  ------------------
  408|    780|			r = atrust_acos_select_fid(card, path[i], path[i + 1], NULL);
  409|    780|			LOG_TEST_RET(card->ctx, r, "SELECT FILE (DF-ID) failed");
  ------------------
  |  |  174|    780|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    780|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    780|	int _ret = (r); \
  |  |  |  |  168|    780|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 553, False: 227]
  |  |  |  |  ------------------
  |  |  |  |  169|    553|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    553|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    553|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    553|		return _ret; \
  |  |  |  |  172|    553|	} \
  |  |  |  |  173|    780|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 227]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  410|    780|		}
  411|    212|		return atrust_acos_select_fid(card, path[pathlen - 2], path[pathlen - 1], file_out);
  412|    765|	} else
  413|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  414|  1.27k|}
card-atrust-acos.c:atrust_acos_select_fid:
  282|    992|{
  283|    992|	sc_apdu_t apdu;
  284|    992|	u8 data[] = {id_hi & 0xff, id_lo & 0xff};
  285|    992|	u8 resp[SC_MAX_APDU_BUFFER_SIZE];
  286|    992|	int bIsDF = 0, r;
  287|       |
  288|       |	/* request FCI to distinguish between EFs and DFs */
  289|    992|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|    992|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  290|    992|	apdu.resp = (u8*)resp;
  291|    992|	apdu.resplen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|    992|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
  292|    992|	apdu.le = 256;
  293|    992|	apdu.lc = 2;
  294|    992|	apdu.data = (u8*)data;
  295|    992|	apdu.datalen = 2;
  296|       |
  297|    992|	r = sc_transmit_apdu(card, &apdu);
  298|    992|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    992|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    992|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    992|	int _ret = (r); \
  |  |  |  |  168|    992|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 20, False: 972]
  |  |  |  |  ------------------
  |  |  |  |  169|     20|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     20|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     20|		return _ret; \
  |  |  |  |  172|     20|	} \
  |  |  |  |  173|    992|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 972]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  299|       |
  300|    972|	if (apdu.p2 == 0x00 && apdu.sw1 == 0x62 && apdu.sw2 == 0x84 ) {
  ------------------
  |  Branch (300:6): [True: 972, False: 0]
  |  Branch (300:25): [True: 71, False: 901]
  |  Branch (300:45): [True: 51, False: 20]
  ------------------
  301|       |		/* no FCI => we have a DF (see comment in process_fci()) */
  302|     51|		bIsDF = 1;
  303|     51|		apdu.p2 = 0x0C;
  304|     51|		apdu.cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|     51|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  305|     51|		apdu.resplen = 0;
  306|     51|		apdu.le = 0;
  307|     51|		r = sc_transmit_apdu(card, &apdu);
  308|     51|		LOG_TEST_RET(card->ctx, r, "APDU re-transmit failed");
  ------------------
  |  |  174|     51|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     51|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     51|	int _ret = (r); \
  |  |  |  |  168|     51|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 42]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|     51|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  309|    921|    	} else if (apdu.sw1 == 0x61 || (apdu.sw1 == 0x90 && apdu.sw2 == 0x00)) {
  ------------------
  |  Branch (309:17): [True: 0, False: 921]
  |  Branch (309:38): [True: 411, False: 510]
  |  Branch (309:58): [True: 383, False: 28]
  ------------------
  310|       |		/* SELECT returned some data (possible FCI) =>
  311|       |		 * try a READ BINARY to see if a EF is selected */
  312|    383|		sc_apdu_t apdu2;
  313|    383|		u8 resp2[2];
  314|    383|		sc_format_apdu(card, &apdu2, SC_APDU_CASE_2_SHORT, 0xB0, 0, 0);
  ------------------
  |  |  292|    383|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  315|    383|		apdu2.resp = (u8*)resp2;
  316|    383|		apdu2.resplen = 2;
  317|    383|		apdu2.le = 1;
  318|    383|		apdu2.lc = 0;
  319|    383|		r = sc_transmit_apdu(card, &apdu2);
  320|    383|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    383|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    383|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    383|	int _ret = (r); \
  |  |  |  |  168|    383|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 370]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|    383|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 370]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  321|    370|		if (apdu2.sw1 == 0x69 && apdu2.sw2 == 0x86)
  ------------------
  |  Branch (321:7): [True: 34, False: 336]
  |  Branch (321:28): [True: 22, False: 12]
  ------------------
  322|       |			/* no current EF is selected => we have a DF */
  323|     22|			bIsDF = 1;
  324|    370|	}
  325|       |
  326|    950|	if (apdu.sw1 != 0x61 && (apdu.sw1 != 0x90 || apdu.sw2 != 0x00))
  ------------------
  |  Branch (326:6): [True: 950, False: 0]
  |  Branch (326:27): [True: 523, False: 427]
  |  Branch (326:47): [True: 28, False: 399]
  ------------------
  327|    551|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|    551|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    551|	int _ret = r; \
  |  |  155|    551|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 551, False: 0]
  |  |  ------------------
  |  |  156|    551|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    551|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 551, False: 0]
  |  |  ------------------
  |  |  157|    551|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    551|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    551|	return _ret; \
  |  |  163|    551|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  328|       |
  329|    399|	if (file_out) {
  ------------------
  |  Branch (329:6): [True: 156, False: 243]
  ------------------
  330|    156|		sc_file_t *file = sc_file_new();
  331|    156|		if (!file)
  ------------------
  |  Branch (331:7): [True: 0, False: 156]
  ------------------
  332|    156|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  333|    156|		file->id = (id_hi << 8) + id_lo;
  334|       |
  335|    156|		if (bIsDF) {
  ------------------
  |  Branch (335:7): [True: 15, False: 141]
  ------------------
  336|       |			/* we have a DF */
  337|     15|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     15|#define SC_FILE_TYPE_DF			0x04
  ------------------
  338|     15|			file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|     15|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  339|     15|			file->size = 0;
  340|     15|			file->namelen = 0;
  341|     15|			file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|     15|#define SC_FILE_MAGIC			0x14426950
  ------------------
  342|     15|			*file_out = file;
  343|    141|		} else {
  344|       |			/* ok, assume we have a EF */
  345|    141|			r = process_fci(card->ctx, file, apdu.resp,
  346|    141|					apdu.resplen);
  347|    141|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    141|#define SC_SUCCESS				0
  ------------------
  |  Branch (347:8): [True: 42, False: 99]
  ------------------
  348|     42|				sc_file_free(file);
  349|     42|				return r;
  350|     42|			}
  351|       |
  352|     99|			*file_out = file;
  353|     99|		}
  354|    156|	}
  355|       |
  356|    357|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|    357|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    357|	int _ret = r; \
  |  |  155|    357|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 357, False: 0]
  |  |  ------------------
  |  |  156|    357|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 357]
  |  |  ------------------
  |  |  157|    357|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    357|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    357|	return _ret; \
  |  |  163|    357|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  357|    357|}
card-atrust-acos.c:process_fci:
  151|    141|{
  152|       |
  153|    141|	size_t taglen, len = buflen;
  154|    141|	const u8 *tag = NULL, *p;
  155|       |
  156|    141|	sc_log(ctx,  "processing FCI bytes\n");
  ------------------
  |  |   71|    141|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  157|       |
  158|    141|	if (buflen < 2)
  ------------------
  |  Branch (158:6): [True: 20, False: 121]
  ------------------
  159|     20|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     20|#define SC_ERROR_INTERNAL			-1400
  ------------------
  160|    121|	if (buf[0] != 0x6f)					/* FCI template */
  ------------------
  |  Branch (160:6): [True: 15, False: 106]
  ------------------
  161|     15|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     15|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  162|    106|	len = (size_t)buf[1];
  163|    106|	if (buflen - 2 < len)
  ------------------
  |  Branch (163:6): [True: 7, False: 99]
  ------------------
  164|      7|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      7|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  165|     99|	p = buf + 2;
  166|       |
  167|       |	/* defaults */
  168|     99|	file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     99|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  169|     99|	file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|     99|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  170|     99|	file->shareable = 0;
  171|     99|	file->record_length = 0;
  172|     99|	file->size = 0;
  173|       |
  174|       |	/* get file size */
  175|     99|	tag = sc_asn1_find_tag(ctx, p, len, 0x80, &taglen);
  176|     99|	if (tag != NULL && taglen >= 2) {
  ------------------
  |  Branch (176:6): [True: 22, False: 77]
  |  Branch (176:21): [True: 18, False: 4]
  ------------------
  177|     18|		int bytes = (tag[0] << 8) + tag[1];
  178|     18|		sc_log(ctx,  "  bytes in file: %d\n", bytes);
  ------------------
  |  |   71|     18|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  179|     18|		file->size = bytes;
  180|     18|	}
  181|       |
  182|       |	/* get file type */
  183|     99|  	tag = sc_asn1_find_tag(ctx, p, len, 0x82, &taglen);
  184|     99|	if (tag != NULL) {
  ------------------
  |  Branch (184:6): [True: 30, False: 69]
  ------------------
  185|     30|		const char *type = "unknown";
  186|     30|		const char *structure = "unknown";
  187|       |
  188|     30|		if (taglen == 1 && tag[0] == 0x01) {
  ------------------
  |  Branch (188:7): [True: 17, False: 13]
  |  Branch (188:22): [True: 7, False: 10]
  ------------------
  189|       |			/* transparent EF */
  190|      7|			type = "working EF";
  191|      7|			structure = "transparent";
  192|      7|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      7|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  193|      7|			file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|      7|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  194|     23|		} else if (taglen == 1 && tag[0] == 0x11) {
  ------------------
  |  Branch (194:14): [True: 10, False: 13]
  |  Branch (194:29): [True: 6, False: 4]
  ------------------
  195|       |			/* object EF */
  196|      6|			type = "working EF";
  197|      6|			structure = "object";
  198|      6|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      6|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  199|      6|			file->ef_structure = SC_FILE_EF_TRANSPARENT; /* TODO */
  ------------------
  |  |  221|      6|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  200|     17|		} else if (taglen == 3 && tag[1] == 0x21) {
  ------------------
  |  Branch (200:14): [True: 7, False: 10]
  |  Branch (200:29): [True: 4, False: 3]
  ------------------
  201|      4|			type = "working EF";
  202|      4|			file->record_length = tag[2];
  203|      4|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      4|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  204|       |			/* linear fixed, cyclic or compute */
  205|      4|			switch ( tag[0] )
  206|      4|			{
  207|      1|				case 0x02:
  ------------------
  |  Branch (207:5): [True: 1, False: 3]
  ------------------
  208|      1|					structure = "linear fixed";
  209|      1|					file->ef_structure = SC_FILE_EF_LINEAR_FIXED;
  ------------------
  |  |  222|      1|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  210|      1|					break;
  211|      1|				case 0x07:
  ------------------
  |  Branch (211:5): [True: 1, False: 3]
  ------------------
  212|      1|					structure = "cyclic";
  213|      1|					file->ef_structure = SC_FILE_EF_CYCLIC;
  ------------------
  |  |  226|      1|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  214|      1|					break;
  215|      1|				case 0x17:
  ------------------
  |  Branch (215:5): [True: 1, False: 3]
  ------------------
  216|      1|					structure = "compute";
  217|      1|					file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|      1|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  218|      1|					break;
  219|      1|				default:
  ------------------
  |  Branch (219:5): [True: 1, False: 3]
  ------------------
  220|      1|					structure = "unknown";
  221|      1|					file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|      1|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  222|      1|					file->record_length = 0;
  223|      1|					break;
  224|      4|			}
  225|      4|		}
  226|       |
  227|     30|	 	sc_log(ctx,  "  type: %s\n", type);
  ------------------
  |  |   71|     30|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  228|     30|		sc_log(ctx,  "  EF structure: %s\n", structure);
  ------------------
  |  |   71|     30|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  229|     30|	}
  230|     99|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|     99|#define SC_FILE_MAGIC			0x14426950
  ------------------
  231|       |
  232|     99|	return SC_SUCCESS;
  ------------------
  |  |   28|     99|#define SC_SUCCESS				0
  ------------------
  233|     99|}
card-atrust-acos.c:atrust_acos_select_aid:
  240|    508|{
  241|    508|	sc_apdu_t apdu;
  242|    508|	int r;
  243|    508|	size_t i = 0;
  244|       |
  245|    508|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x04, 0x0C);
  ------------------
  |  |  293|    508|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  246|    508|	apdu.lc = len;
  247|    508|	apdu.data = (u8*)aid;
  248|    508|	apdu.datalen = len;
  249|    508|	apdu.resplen = 0;
  250|    508|	apdu.le = 0;
  251|    508|	r = sc_transmit_apdu(card, &apdu);
  252|    508|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    508|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    508|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    508|	int _ret = (r); \
  |  |  |  |  168|    508|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 501]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|    508|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 501]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  253|       |
  254|       |	/* check return value */
  255|    501|	if (!(apdu.sw1 == 0x90 && apdu.sw2 == 0x00) && apdu.sw1 != 0x61)
  ------------------
  |  Branch (255:8): [True: 73, False: 428]
  |  Branch (255:28): [True: 64, False: 9]
  |  Branch (255:49): [True: 437, False: 0]
  ------------------
  256|    437|    		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|    437|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    437|	int _ret = r; \
  |  |  155|    437|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 437, False: 0]
  |  |  ------------------
  |  |  156|    437|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    437|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 437, False: 0]
  |  |  ------------------
  |  |  157|    437|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    437|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    437|	return _ret; \
  |  |  163|    437|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  257|       |
  258|     64|	if (file_out) {
  ------------------
  |  Branch (258:6): [True: 0, False: 64]
  ------------------
  259|      0|		sc_file_t *file = sc_file_new();
  260|      0|		if (!file)
  ------------------
  |  Branch (260:7): [True: 0, False: 0]
  ------------------
  261|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  262|      0|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      0|#define SC_FILE_TYPE_DF			0x04
  ------------------
  263|      0|		file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|      0|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  264|      0|		file->path.len = 0;
  265|      0|		file->size = 0;
  266|       |		/* AID */
  267|      0|		for (i = 0; i < len; i++)
  ------------------
  |  Branch (267:15): [True: 0, False: 0]
  ------------------
  268|      0|			file->name[i] = aid[i];
  269|      0|		file->namelen = len;
  270|      0|		file->id = 0x0000;
  271|      0|		file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|      0|#define SC_FILE_MAGIC			0x14426950
  ------------------
  272|      0|		*file_out = file;
  273|      0|	}
  274|     64|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|     64|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     64|	int _ret = r; \
  |  |  155|     64|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 64, False: 0]
  |  |  ------------------
  |  |  156|     64|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 64]
  |  |  ------------------
  |  |  157|     64|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     64|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     64|	return _ret; \
  |  |  163|     64|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  275|     64|}
card-atrust-acos.c:atrust_acos_check_sw:
  693|  1.67k|{
  694|       |
  695|  1.67k|	sc_log(card->ctx,  "sw1 = 0x%02x, sw2 = 0x%02x\n", sw1, sw2);
  ------------------
  |  |   71|  1.67k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  696|       |
  697|  1.67k|	if (sw1 == 0x90 && sw2 == 0x00)
  ------------------
  |  Branch (697:6): [True: 509, False: 1.16k]
  |  Branch (697:21): [True: 458, False: 51]
  ------------------
  698|    458|		return SC_SUCCESS;
  ------------------
  |  |   28|    458|#define SC_SUCCESS				0
  ------------------
  699|  1.21k|	if (sw1 == 0x63 && (sw2 & ~0x0fU) == 0xc0 )
  ------------------
  |  Branch (699:6): [True: 30, False: 1.18k]
  |  Branch (699:21): [True: 10, False: 20]
  ------------------
  700|     10|	{
  701|     10|		sc_log(card->ctx,  "Verification failed (remaining tries: %d)\n",
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  702|     10|		(sw2 & 0x0f));
  703|     10|		return SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|     10|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  704|     10|	}
  705|       |
  706|       |	/* iso error */
  707|  1.20k|	return iso_ops->check_sw(card, sw1, sw2);
  708|  1.21k|}
card-atrust-acos.c:atrust_acos_card_ctl:
  748|     20|{
  749|       |
  750|     20|	switch (cmd)
  751|     20|	{
  752|     20|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (752:2): [True: 20, False: 0]
  ------------------
  753|     20|		return acos_get_serialnr(card, (sc_serial_number_t *)ptr);
  754|      0|	default:
  ------------------
  |  Branch (754:2): [True: 0, False: 20]
  ------------------
  755|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  756|     20|	}
  757|     20|}
card-atrust-acos.c:acos_get_serialnr:
  713|     20|{
  714|     20|	int r;
  715|     20|	u8  rbuf[SC_MAX_APDU_BUFFER_SIZE];
  716|     20|	sc_apdu_t apdu;
  717|       |
  718|     20|	if (!serial)
  ------------------
  |  Branch (718:6): [True: 0, False: 20]
  ------------------
  719|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  720|       |	/* see if we have cached serial number */
  721|     20|	if (card->serialnr.len) {
  ------------------
  |  Branch (721:6): [True: 0, False: 20]
  ------------------
  722|      0|		memcpy(serial, &card->serialnr, sizeof(*serial));
  723|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  724|      0|	}
  725|       |	/* get serial number via GET CARD DATA */
  726|     20|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xf6, 0x00, 0x00);
  ------------------
  |  |  292|     20|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  727|     20|	apdu.cla |= 0x80;
  728|     20|	apdu.resp = rbuf;
  729|     20|	apdu.resplen = sizeof(rbuf);
  730|     20|	apdu.le   = 256;
  731|     20|	apdu.lc   = 0;
  732|     20|	apdu.datalen = 0;
  733|     20|        r = sc_transmit_apdu(card, &apdu);
  734|     20|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     20|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     20|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     20|	int _ret = (r); \
  |  |  |  |  168|     20|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|     20|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  735|     17|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (735:6): [True: 6, False: 11]
  |  Branch (735:26): [True: 1, False: 10]
  ------------------
  736|      7|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      7|#define SC_ERROR_INTERNAL			-1400
  ------------------
  737|       |	/* cache serial number */
  738|     10|	memcpy(card->serialnr.value, apdu.resp, MIN(apdu.resplen, SC_MAX_SERIALNR));
  ------------------
  |  |   70|     10|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 7, False: 3]
  |  |  ------------------
  ------------------
  739|     10|	card->serialnr.len = MIN(apdu.resplen, SC_MAX_SERIALNR);
  ------------------
  |  |   70|     10|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 7, False: 3]
  |  |  ------------------
  ------------------
  740|       |	/* copy and return serial number */
  741|     10|	memcpy(serial, &card->serialnr, sizeof(*serial));
  742|     10|	return SC_SUCCESS;
  ------------------
  |  |   28|     10|#define SC_SUCCESS				0
  ------------------
  743|     17|}

sc_get_authentic_driver:
 2149|  16.4k|{
 2150|  16.4k|	return sc_get_driver();
 2151|  16.4k|}
card-authentic.c:sc_get_driver:
 2114|  16.4k|{
 2115|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 2116|       |
 2117|  16.4k|	if (!iso_ops)
  ------------------
  |  Branch (2117:6): [True: 1, False: 16.4k]
  ------------------
 2118|      1|		iso_ops = iso_drv->ops;
 2119|       |
 2120|  16.4k|	authentic_ops = *iso_ops;
 2121|       |
 2122|  16.4k|	authentic_ops.match_card = authentic_match_card;
 2123|  16.4k|	authentic_ops.init = authentic_init;
 2124|  16.4k|	authentic_ops.finish = authentic_finish;
 2125|  16.4k|	authentic_ops.read_binary = authentic_read_binary;
 2126|  16.4k|	authentic_ops.write_binary = authentic_write_binary;
 2127|  16.4k|	authentic_ops.update_binary = authentic_update_binary;
 2128|  16.4k|	authentic_ops.erase_binary = authentic_erase_binary;
 2129|       |	/* authentic_ops.resize_file = authentic_resize_file; */
 2130|  16.4k|	authentic_ops.select_file = authentic_select_file;
 2131|       |	/* get_response: Untested */
 2132|  16.4k|	authentic_ops.get_challenge = authentic_get_challenge;
 2133|  16.4k|	authentic_ops.set_security_env = authentic_set_security_env;
 2134|       |	/* decipher: Untested */
 2135|  16.4k|	authentic_ops.decipher = authentic_decipher;
 2136|       |	/* authentic_ops.compute_signature = authentic_compute_signature; */
 2137|  16.4k|	authentic_ops.create_file = authentic_create_file;
 2138|  16.4k|	authentic_ops.delete_file = authentic_delete_file;
 2139|  16.4k|	authentic_ops.card_ctl = authentic_card_ctl;
 2140|  16.4k|	authentic_ops.process_fci = authentic_process_fci;
 2141|  16.4k|	authentic_ops.pin_cmd = authentic_pin_cmd;
 2142|  16.4k|	authentic_ops.card_reader_lock_obtained = authentic_card_reader_lock_obtained;
 2143|       |
 2144|  16.4k|	return &authentic_drv;
 2145|  16.4k|}
card-authentic.c:authentic_match_card:
  390|  11.1k|{
  391|  11.1k|	struct sc_context *ctx = card->ctx;
  392|  11.1k|	int i;
  393|       |
  394|  11.1k|	sc_log_hex(ctx, "try to match card with ATR", card->atr.value, card->atr.len);
  ------------------
  |  |  129|  11.1k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  11.1k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  395|  11.1k|	i = _sc_match_atr(card, authentic_known_atrs, &card->type);
  396|  11.1k|	if (i < 0)   {
  ------------------
  |  Branch (396:6): [True: 10.8k, False: 347]
  ------------------
  397|  10.8k|		sc_log(ctx, "card not matched");
  ------------------
  |  |   71|  10.8k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  398|  10.8k|		return 0;
  399|  10.8k|	}
  400|       |
  401|    347|	sc_log(ctx, "'%s' card matched", authentic_known_atrs[i].name);
  ------------------
  |  |   71|    347|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  402|    347|	return 1;
  403|  11.1k|}
card-authentic.c:authentic_init:
  442|    347|{
  443|    347|	struct sc_context *ctx = card->ctx;
  444|    347|	int ii, rv = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|    347|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  445|       |
  446|    347|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    347|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    347|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    347|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    347|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 347]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  447|    347|	for(ii=0;authentic_known_atrs[ii].atr;ii++)   {
  ------------------
  |  Branch (447:11): [True: 347, False: 0]
  ------------------
  448|    347|		if (card->type == authentic_known_atrs[ii].type)   {
  ------------------
  |  Branch (448:7): [True: 347, False: 0]
  ------------------
  449|    347|			card->name = authentic_known_atrs[ii].name;
  450|    347|			card->flags = authentic_known_atrs[ii].flags;
  451|    347|			break;
  452|    347|		}
  453|    347|	}
  454|       |
  455|    347|	if (!authentic_known_atrs[ii].atr)
  ------------------
  |  Branch (455:6): [True: 0, False: 347]
  ------------------
  456|    347|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  457|       |
  458|    347|	card->cla  = 0x00;
  459|    347|	card->drv_data = (struct authentic_private_data *) calloc(1, sizeof(struct authentic_private_data));
  460|    347|	if (!card->drv_data)
  ------------------
  |  Branch (460:6): [True: 0, False: 347]
  ------------------
  461|    347|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  462|       |
  463|    347|	if (card->type == SC_CARD_TYPE_OBERTHUR_AUTHENTIC_3_2)
  ------------------
  |  Branch (463:6): [True: 347, False: 0]
  ------------------
  464|    347|		rv = authentic_init_oberthur_authentic_3_2(card);
  465|       |
  466|    347|	if (rv != SC_SUCCESS)
  ------------------
  |  |   28|    347|#define SC_SUCCESS				0
  ------------------
  |  Branch (466:6): [True: 157, False: 190]
  ------------------
  467|    157|		rv = authentic_get_serialnr(card, NULL);
  468|       |
  469|    347|	if (rv != SC_SUCCESS)
  ------------------
  |  |   28|    347|#define SC_SUCCESS				0
  ------------------
  |  Branch (469:6): [True: 34, False: 313]
  ------------------
  470|     34|		rv = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     34|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  471|       |
  472|       |	/* Free private data on error */
  473|    347|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    347|#define SC_SUCCESS				0
  ------------------
  |  Branch (473:6): [True: 34, False: 313]
  ------------------
  474|     34|		free(card->drv_data);
  475|     34|		card->drv_data = NULL;
  476|     34|	}
  477|    347|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    347|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    347|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    347|	int _ret = r; \
  |  |  |  |  155|    347|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 347, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    347|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     34|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 34, False: 313]
  |  |  |  |  ------------------
  |  |  |  |  157|    347|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    347|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    347|	return _ret; \
  |  |  |  |  163|    347|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|    347|}
card-authentic.c:authentic_init_oberthur_authentic_3_2:
  408|    347|{
  409|    347|	struct sc_context *ctx = card->ctx;
  410|    347|	unsigned int flags;
  411|    347|	int rv = 0;
  412|       |
  413|    347|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    347|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    347|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    347|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    347|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 347]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|       |
  415|    347|	flags = AUTHENTIC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   43|    347|#define AUTHENTIC_CARD_DEFAULT_FLAGS ( 0		\
  |  |   44|    347|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|    347|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   45|    347|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|    347|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   46|    347|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|    347|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  109|    347|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  |  |  ------------------
  |  |  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  110|    347|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|    347|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|    347|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   48|    347|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|    347|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   49|    347|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|    347|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  416|       |
  417|    347|	card->caps = SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    347|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  418|    347|	card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    347|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  419|    347|	card->caps |= SC_CARD_CAP_USE_FCI_AC;
  ------------------
  |  |  557|    347|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  ------------------
  420|       |
  421|    347|#ifdef ENABLE_SM
  422|    347|	card->sm_ctx.ops.open = authentic_sm_open;
  423|    347|	card->sm_ctx.ops.get_sm_apdu = authentic_sm_get_wrapped_apdu;
  424|    347|	card->sm_ctx.ops.free_sm_apdu = authentic_sm_free_wrapped_apdu;
  425|    347|#endif
  426|       |
  427|    347|	rv = iso7816_select_aid(card, aid_AuthentIC_3_2, sizeof(aid_AuthentIC_3_2), NULL, NULL);
  428|    347|	LOG_TEST_RET(ctx, rv, "AuthentIC application select error");
  ------------------
  |  |  174|    347|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    347|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    347|	int _ret = (r); \
  |  |  |  |  168|    347|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 143, False: 204]
  |  |  |  |  ------------------
  |  |  |  |  169|    143|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    143|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    143|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    143|		return _ret; \
  |  |  |  |  172|    143|	} \
  |  |  |  |  173|    347|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 204]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|       |
  430|    204|	rv = authentic_select_mf(card, NULL);
  431|    204|	LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  174|    204|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    204|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    204|	int _ret = (r); \
  |  |  |  |  168|    204|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 190]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|    204|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 190]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|       |
  433|    190|	_sc_card_add_rsa_alg(card, 1024, flags, 0x10001);
  434|    190|	_sc_card_add_rsa_alg(card, 2048, flags, 0x10001);
  435|       |
  436|    190|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    190|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    190|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    190|	int _ret = r; \
  |  |  |  |  155|    190|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 190, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    190|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 190]
  |  |  |  |  ------------------
  |  |  |  |  157|    190|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    190|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    190|	return _ret; \
  |  |  |  |  163|    190|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|    190|}
card-authentic.c:authentic_select_mf:
  544|    204|{
  545|    204|	struct sc_context *ctx = card->ctx;
  546|    204|	struct sc_path mfpath;
  547|    204|	int rv;
  548|       |
  549|    204|	struct sc_apdu apdu;
  550|    204|	unsigned char rbuf[SC_MAX_APDU_BUFFER_SIZE];
  551|       |
  552|    204|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    204|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    204|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    204|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    204|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 204]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  553|       |
  554|    204|	sc_format_path("3F00", &mfpath);
  555|    204|	mfpath.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|    204|#define SC_PATH_TYPE_PATH		2
  ------------------
  556|       |
  557|    204|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  292|    204|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  558|       |
  559|    204|	apdu.resp = rbuf;
  560|    204|	apdu.resplen = sizeof(rbuf);
  561|       |
  562|    204|	rv = sc_transmit_apdu(card, &apdu);
  563|    204|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    204|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    204|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    204|	int _ret = (r); \
  |  |  |  |  168|    204|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 203]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|    204|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 203]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  564|    203|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  565|    203|	LOG_TEST_RET(ctx, rv, "authentic_select_file() check SW failed");
  ------------------
  |  |  174|    203|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    203|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    203|	int _ret = (r); \
  |  |  |  |  168|    203|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 200]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|    203|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 200]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|       |
  567|    200|	rv = authentic_set_current_files(card, &mfpath, apdu.resp, apdu.resplen, file_out);
  568|    200|	LOG_TEST_RET(ctx, rv, "authentic_select_file() cannot set 'current_file'");
  ------------------
  |  |  174|    200|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    200|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    200|	int _ret = (r); \
  |  |  |  |  168|    200|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 190]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|    200|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 190]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  569|       |
  570|    190|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    190|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    190|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    190|	int _ret = r; \
  |  |  |  |  155|    190|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 190, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    190|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 190]
  |  |  |  |  ------------------
  |  |  |  |  157|    190|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    190|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    190|	return _ret; \
  |  |  |  |  163|    190|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  571|    190|}
card-authentic.c:authentic_set_current_files:
  505|    974|{
  506|    974|	struct sc_context *ctx = card->ctx;
  507|    974|	struct sc_file *file = NULL;
  508|    974|	int rv;
  509|       |
  510|    974|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    974|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    974|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    974|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    974|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 974]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    974|	if (resplen)   {
  ------------------
  |  Branch (511:6): [True: 371, False: 603]
  ------------------
  512|    371|		switch (resp[0]) {
  513|     69|		case 0x62:
  ------------------
  |  Branch (513:3): [True: 69, False: 302]
  ------------------
  514|    258|		case 0x6F:
  ------------------
  |  Branch (514:3): [True: 189, False: 182]
  ------------------
  515|    258|			file = sc_file_new();
  516|    258|			if (file == NULL)
  ------------------
  |  Branch (516:8): [True: 0, False: 258]
  ------------------
  517|    258|				LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|    258|			if (path)
  ------------------
  |  Branch (518:8): [True: 258, False: 0]
  ------------------
  519|    258|				file->path = *path;
  520|       |
  521|    258|			rv = authentic_process_fci(card, file, resp, resplen);
  522|    258|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    258|#define SC_SUCCESS				0
  ------------------
  |  Branch (522:8): [True: 37, False: 221]
  ------------------
  523|     37|				sc_file_free(file);
  524|     37|				LOG_TEST_RET(ctx, rv, "cannot set 'current file': FCI process error");
  ------------------
  |  |  174|     37|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     37|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     37|	int _ret = (r); \
  |  |  |  |  168|     37|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 37, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     37|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     37|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     37|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     37|		return _ret; \
  |  |  |  |  172|     37|	} \
  |  |  |  |  173|     37|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  525|     37|			}
  526|       |
  527|    221|			break;
  528|    221|		default:
  ------------------
  |  Branch (528:3): [True: 113, False: 258]
  ------------------
  529|    113|			LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    113|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    113|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    113|	int _ret = r; \
  |  |  |  |  155|    113|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 113, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    113|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    113|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 113, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    113|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    113|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    113|	return _ret; \
  |  |  |  |  163|    113|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  530|    371|		}
  531|       |
  532|    221|		if (file_out)
  ------------------
  |  Branch (532:7): [True: 85, False: 136]
  ------------------
  533|     85|			*file_out = file;
  534|    136|		else
  535|    136|			sc_file_free(file);
  536|    221|	}
  537|       |
  538|    824|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    824|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    824|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    824|	int _ret = r; \
  |  |  |  |  155|    824|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 824, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    824|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 824]
  |  |  |  |  ------------------
  |  |  |  |  157|    824|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    824|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    824|	return _ret; \
  |  |  |  |  163|    824|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  539|    824|}
card-authentic.c:authentic_get_serialnr:
 1464|    334|{
 1465|    334|	struct sc_context *ctx = card->ctx;
 1466|    334|	struct authentic_private_data *prv_data = (struct authentic_private_data *) card->drv_data;
 1467|    334|	int rv;
 1468|       |
 1469|    334|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    334|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    334|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    334|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    334|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 334]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1470|    334|	if (!card->serialnr.len)   {
  ------------------
  |  Branch (1470:6): [True: 247, False: 87]
  ------------------
 1471|    247|		rv = authentic_get_cplc(card);
 1472|    247|		LOG_TEST_RET(ctx, rv, "get CPLC data error");
  ------------------
  |  |  174|    247|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    247|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    247|	int _ret = (r); \
  |  |  |  |  168|    247|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 110, False: 137]
  |  |  |  |  ------------------
  |  |  |  |  169|    110|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    110|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    110|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    110|		return _ret; \
  |  |  |  |  172|    110|	} \
  |  |  |  |  173|    247|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 137]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1473|       |
 1474|    137|		card->serialnr.len = 4;
 1475|    137|		memcpy(card->serialnr.value, prv_data->cplc.value + 15, 4);
 1476|       |
 1477|    137|		sc_log(ctx, "serial %02X%02X%02X%02X",
  ------------------
  |  |   71|    137|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1478|    137|				card->serialnr.value[0], card->serialnr.value[1],
 1479|    137|				card->serialnr.value[2], card->serialnr.value[3]);
 1480|    137|	}
 1481|       |
 1482|    224|	if (serial)
  ------------------
  |  Branch (1482:6): [True: 101, False: 123]
  ------------------
 1483|    101|		memcpy(serial, &card->serialnr, sizeof(*serial));
 1484|       |
 1485|    224|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    224|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    224|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    224|	int _ret = r; \
  |  |  |  |  155|    224|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 224, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    224|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 224]
  |  |  |  |  ------------------
  |  |  |  |  157|    224|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    224|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    224|	return _ret; \
  |  |  |  |  163|    224|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1486|    224|}
card-authentic.c:authentic_get_cplc:
  360|    247|{
  361|    247|	struct authentic_private_data *prv_data = (struct authentic_private_data *) card->drv_data;
  362|    247|	struct sc_apdu apdu;
  363|    247|	int rv, ii;
  364|    247|	unsigned char p1, p2;
  365|       |
  366|    247|	p1 = (SC_CPLC_TAG >> 8) & 0xFF;
  ------------------
  |  |  345|    247|#define SC_CPLC_TAG		0x9F7F
  ------------------
  367|    247|	p2 = SC_CPLC_TAG & 0xFF;
  ------------------
  |  |  345|    247|#define SC_CPLC_TAG		0x9F7F
  ------------------
  368|    247|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, p1, p2);
  ------------------
  |  |  292|    247|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  369|    250|	for (ii=0;ii<2;ii++)   {
  ------------------
  |  Branch (369:12): [True: 249, False: 1]
  ------------------
  370|    249|		apdu.le = SC_CPLC_DER_SIZE;
  ------------------
  |  |  346|    249|#define SC_CPLC_DER_SIZE	45
  ------------------
  371|    249|		apdu.resplen = sizeof(prv_data->cplc.value);
  372|    249|		apdu.resp = prv_data->cplc.value;
  373|       |
  374|    249|		rv = sc_transmit_apdu(card, &apdu);
  375|    249|		LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    249|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    249|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    249|	int _ret = (r); \
  |  |  |  |  168|    249|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 247]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|    249|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|    247|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  377|    247|		if (rv != SC_ERROR_CLASS_NOT_SUPPORTED)
  ------------------
  |  |   53|    247|#define SC_ERROR_CLASS_NOT_SUPPORTED		-1203
  ------------------
  |  Branch (377:7): [True: 244, False: 3]
  ------------------
  378|    244|			break;
  379|       |
  380|      3|		apdu.cla = 0x80;
  381|      3|	}
  382|    245|        LOG_TEST_RET(card->ctx, rv, "'GET CPLC' error");
  ------------------
  |  |  174|    245|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    245|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    245|	int _ret = (r); \
  |  |  |  |  168|    245|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 108, False: 137]
  |  |  |  |  ------------------
  |  |  |  |  169|    108|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    108|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    108|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    108|		return _ret; \
  |  |  |  |  172|    108|	} \
  |  |  |  |  173|    245|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 137]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  383|       |
  384|    137|	prv_data->cplc.len = SC_CPLC_DER_SIZE;
  ------------------
  |  |  346|    137|#define SC_CPLC_DER_SIZE	45
  ------------------
  385|    137|	return SC_SUCCESS;
  ------------------
  |  |   28|    137|#define SC_SUCCESS				0
  ------------------
  386|    245|}
card-authentic.c:authentic_finish:
 1847|    313|{
 1848|    313|	struct sc_context *ctx = card->ctx;
 1849|       |
 1850|    313|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    313|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    313|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    313|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    313|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 313]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1851|       |
 1852|    313|#ifdef ENABLE_SM
 1853|    313|	if (card->sm_ctx.ops.close)
  ------------------
  |  Branch (1853:6): [True: 0, False: 313]
  ------------------
 1854|      0|		card->sm_ctx.ops.close(card);
 1855|    313|#endif
 1856|       |
 1857|    313|	if (card->drv_data)
  ------------------
  |  Branch (1857:6): [True: 313, False: 0]
  ------------------
 1858|    313|		free(card->drv_data);
 1859|    313|	card->drv_data = NULL;
 1860|    313|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    313|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    313|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    313|	int _ret = r; \
  |  |  |  |  155|    313|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 313, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    313|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 313]
  |  |  |  |  ------------------
  |  |  |  |  157|    313|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    313|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    313|	return _ret; \
  |  |  |  |  163|    313|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1861|    313|}
card-authentic.c:authentic_read_binary:
  643|    365|{
  644|    365|	struct sc_context *ctx = card->ctx;
  645|    365|	struct sc_apdu apdu;
  646|    365|	size_t sz, rest, ret_count = 0;
  647|    365|	int rv = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    365|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  648|       |
  649|    365|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    365|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    365|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    365|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    365|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 365]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  650|    365|	sc_log(ctx, "offs:%i,count:%zu,max_recv_size:%zu", idx, count, card->max_recv_size);
  ------------------
  |  |   71|    365|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  651|       |
  652|    365|	rest = count;
  653|  2.63k|	while(rest)   {
  ------------------
  |  Branch (653:8): [True: 2.28k, False: 358]
  ------------------
  654|  2.28k|		sz = rest > 256 ? 256 : rest;
  ------------------
  |  Branch (654:8): [True: 1.91k, False: 362]
  ------------------
  655|  2.28k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, (idx >> 8) & 0x7F, idx & 0xFF);
  ------------------
  |  |  292|  2.28k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  656|  2.28k|		apdu.le = sz;
  657|  2.28k|		apdu.resplen = sz;
  658|  2.28k|		apdu.resp = (buf + ret_count);
  659|       |
  660|  2.28k|		rv = sc_transmit_apdu(card, &apdu);
  661|  2.28k|		if(!rv)
  ------------------
  |  Branch (661:6): [True: 2.27k, False: 7]
  ------------------
  662|  2.27k|			ret_count += apdu.resplen;
  663|      7|		else
  664|      7|			break;
  665|       |
  666|  2.27k|		idx += sz;
  667|  2.27k|		rest -= sz;
  668|  2.27k|	}
  669|       |
  670|    365|	if (rv)   {
  ------------------
  |  Branch (670:6): [True: 7, False: 358]
  ------------------
  671|      7|		LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "authentic_read_binary() failed");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  672|      0|		LOG_FUNC_RETURN(ctx, (int)count);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  673|      0|	}
  674|       |
  675|    358|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  676|    358|	if (!rv)
  ------------------
  |  Branch (676:6): [True: 327, False: 31]
  ------------------
  677|    327|		count = ret_count;
  678|       |
  679|    358|	LOG_TEST_RET(ctx, rv, "authentic_read_binary() failed");
  ------------------
  |  |  174|    358|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    358|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    358|	int _ret = (r); \
  |  |  |  |  168|    358|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 31, False: 327]
  |  |  |  |  ------------------
  |  |  |  |  169|     31|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     31|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     31|		return _ret; \
  |  |  |  |  172|     31|	} \
  |  |  |  |  173|    358|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 327]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  680|    327|	LOG_FUNC_RETURN(ctx, (int)count);
  ------------------
  |  |  164|    327|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    327|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    327|	int _ret = r; \
  |  |  |  |  155|    327|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 321]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    321|	} else { \
  |  |  |  |  159|    321|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    321|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    321|	} \
  |  |  |  |  162|    327|	return _ret; \
  |  |  |  |  163|    327|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  681|    327|}
card-authentic.c:authentic_select_file:
  576|  1.97k|{
  577|  1.97k|	struct sc_context *ctx = card->ctx;
  578|  1.97k|	struct sc_apdu apdu;
  579|  1.97k|	struct sc_path lpath;
  580|  1.97k|	unsigned char rbuf[SC_MAX_APDU_BUFFER_SIZE];
  581|  1.97k|	size_t pathlen;
  582|  1.97k|	int rv;
  583|       |
  584|  1.97k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.97k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.97k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.97k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.97k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.97k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  585|       |
  586|  1.97k|	memcpy(&lpath, path, sizeof(struct sc_path));
  587|       |
  588|  1.97k|	if (lpath.type == SC_PATH_TYPE_PATH && (lpath.len == 2))
  ------------------
  |  |  119|  3.95k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (588:6): [True: 1.18k, False: 795]
  |  Branch (588:41): [True: 243, False: 941]
  ------------------
  589|    243|		lpath.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    243|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  590|       |
  591|  1.97k|	pathlen = lpath.len;
  592|  1.97k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|  1.97k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  593|       |
  594|  1.97k|	if (card->type != SC_CARD_TYPE_OBERTHUR_AUTHENTIC_3_2)
  ------------------
  |  Branch (594:6): [True: 0, False: 1.97k]
  ------------------
  595|  1.97k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported card");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  596|       |
  597|  1.97k|	if (lpath.type == SC_PATH_TYPE_FILE_ID)   {
  ------------------
  |  |  117|  1.97k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (597:6): [True: 243, False: 1.73k]
  ------------------
  598|    243|		apdu.p1 = 0x00;
  599|    243|	}
  600|  1.73k|	else if (lpath.type == SC_PATH_TYPE_PATH)  {
  ------------------
  |  |  119|  1.73k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (600:11): [True: 941, False: 795]
  ------------------
  601|    941|		apdu.p1 = 0x08;
  602|    941|	}
  603|    795|	else if (lpath.type == SC_PATH_TYPE_FROM_CURRENT)  {
  ------------------
  |  |  122|    795|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (603:11): [True: 0, False: 795]
  ------------------
  604|      0|		apdu.p1 = 0x09;
  605|      0|	}
  606|    795|	else if (lpath.type == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|    795|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (606:11): [True: 795, False: 0]
  ------------------
  607|    795|		apdu.p1 = 4;
  608|    795|	}
  609|      0|	else if (lpath.type == SC_PATH_TYPE_PARENT)   {
  ------------------
  |  |  123|      0|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (609:11): [True: 0, False: 0]
  ------------------
  610|      0|		apdu.p1 = 0x03;
  611|      0|		pathlen = 0;
  612|      0|		apdu.cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  613|      0|	}
  614|      0|	else   {
  615|      0|		sc_log(ctx, "Invalid PATH type: 0x%X", lpath.type);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  616|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "authentic_select_file() invalid PATH type");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  617|      0|	}
  618|       |
  619|  1.97k|	apdu.lc = pathlen;
  620|  1.97k|	apdu.data = lpath.value;
  621|  1.97k|	apdu.datalen = pathlen;
  622|       |
  623|  1.97k|	if (apdu.cse == SC_APDU_CASE_4_SHORT || apdu.cse == SC_APDU_CASE_2_SHORT)   {
  ------------------
  |  |  294|  3.95k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              	if (apdu.cse == SC_APDU_CASE_4_SHORT || apdu.cse == SC_APDU_CASE_2_SHORT)   {
  ------------------
  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  |  Branch (623:6): [True: 1.97k, False: 0]
  |  Branch (623:42): [True: 0, False: 0]
  ------------------
  624|  1.97k|		apdu.resp = rbuf;
  625|  1.97k|		apdu.resplen = sizeof(rbuf);
  626|  1.97k|		apdu.le = 256;
  627|  1.97k|	}
  628|       |
  629|  1.97k|	rv = sc_transmit_apdu(card, &apdu);
  630|  1.97k|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  1.97k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.97k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.97k|	int _ret = (r); \
  |  |  |  |  168|  1.97k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 23, False: 1.95k]
  |  |  |  |  ------------------
  |  |  |  |  169|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     23|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     23|		return _ret; \
  |  |  |  |  172|     23|	} \
  |  |  |  |  173|  1.97k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.95k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  631|  1.95k|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  632|  1.95k|	LOG_TEST_RET(ctx, rv, "authentic_select_file() check SW failed");
  ------------------
  |  |  174|  1.95k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.95k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.95k|	int _ret = (r); \
  |  |  |  |  168|  1.95k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.18k, False: 774]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.18k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.18k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.18k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.18k|		return _ret; \
  |  |  |  |  172|  1.18k|	} \
  |  |  |  |  173|  1.95k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 774]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  633|       |
  634|    774|	rv = authentic_set_current_files(card, &lpath, apdu.resp, apdu.resplen, file_out);
  635|    774|	LOG_TEST_RET(ctx, rv, "authentic_select_file() cannot set 'current_file'");
  ------------------
  |  |  174|    774|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    774|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    774|	int _ret = (r); \
  |  |  |  |  168|    774|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 140, False: 634]
  |  |  |  |  ------------------
  |  |  |  |  169|    140|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    140|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    140|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    140|		return _ret; \
  |  |  |  |  172|    140|	} \
  |  |  |  |  173|    774|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 634]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  636|       |
  637|    634|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    634|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    634|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    634|	int _ret = r; \
  |  |  |  |  155|    634|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 634, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    634|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 634]
  |  |  |  |  ------------------
  |  |  |  |  157|    634|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    634|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    634|	return _ret; \
  |  |  |  |  163|    634|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|    634|}
card-authentic.c:authentic_set_security_env:
 1765|    364|{
 1766|    364|	struct sc_context *ctx = card->ctx;
 1767|    364|	struct sc_apdu apdu;
 1768|    364|	unsigned char cse_crt_dst[] = {
 1769|    364|		0x80, 0x01, AUTHENTIC_ALGORITHM_RSA_PKCS1,
  ------------------
  |  |  101|    364|#define AUTHENTIC_ALGORITHM_RSA_PKCS1	0x11
  ------------------
 1770|    364|		0x83, 0x01, env->key_ref[0] & ~AUTHENTIC_OBJECT_REF_FLAG_LOCAL,
  ------------------
  |  |   49|    364|#define AUTHENTIC_OBJECT_REF_FLAG_LOCAL	0x80
  ------------------
 1771|    364|	};
 1772|    364|	unsigned char cse_crt_ct[] = {
 1773|    364|		0x80, 0x01, AUTHENTIC_ALGORITHM_RSA_PKCS1,
  ------------------
  |  |  101|    364|#define AUTHENTIC_ALGORITHM_RSA_PKCS1	0x11
  ------------------
 1774|    364|		0x83, 0x01, env->key_ref[0] & ~AUTHENTIC_OBJECT_REF_FLAG_LOCAL,
  ------------------
  |  |   49|    364|#define AUTHENTIC_OBJECT_REF_FLAG_LOCAL	0x80
  ------------------
 1775|    364|	};
 1776|    364|	int rv;
 1777|       |
 1778|    364|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    364|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    364|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    364|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    364|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 364]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1779|    364|	sc_log(ctx, "set SE#%i(op:0x%X,algo:0x%lX,algo_ref:0x%lX,flags:0x%lX), key_ref:0x%X",
  ------------------
  |  |   71|    364|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1780|    364|			se_num, env->operation, env->algorithm, env->algorithm_ref, env->algorithm_flags, env->key_ref[0]);
 1781|    364|	switch (env->operation)  {
 1782|    310|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|    310|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (1782:2): [True: 310, False: 54]
  ------------------
 1783|    310|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, AUTHENTIC_TAG_CRT_DST);
  ------------------
  |  |  293|    310|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
              		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, AUTHENTIC_TAG_CRT_DST);
  ------------------
  |  |  109|    310|#define AUTHENTIC_TAG_CRT_DST	0xB6
  ------------------
 1784|    310|		apdu.data = cse_crt_dst;
 1785|    310|		apdu.datalen = sizeof(cse_crt_dst);
 1786|    310|		apdu.lc = sizeof(cse_crt_dst);
 1787|    310|		break;
 1788|     54|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|     54|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (1788:2): [True: 54, False: 310]
  ------------------
 1789|     54|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, AUTHENTIC_TAG_CRT_CT);
  ------------------
  |  |  293|     54|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
              		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, AUTHENTIC_TAG_CRT_CT);
  ------------------
  |  |  110|     54|#define AUTHENTIC_TAG_CRT_CT	0xB8
  ------------------
 1790|     54|		apdu.data = cse_crt_ct;
 1791|     54|		apdu.datalen = sizeof(cse_crt_ct);
 1792|     54|		apdu.lc = sizeof(cse_crt_ct);
 1793|     54|		break;
 1794|      0|	default:
  ------------------
  |  Branch (1794:2): [True: 0, False: 364]
  ------------------
 1795|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1796|    364|	}
 1797|       |
 1798|    364|	rv = sc_transmit_apdu(card, &apdu);
 1799|    364|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    364|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    364|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    364|	int _ret = (r); \
  |  |  |  |  168|    364|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 19, False: 345]
  |  |  |  |  ------------------
  |  |  |  |  169|     19|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     19|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     19|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     19|		return _ret; \
  |  |  |  |  172|     19|	} \
  |  |  |  |  173|    364|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 345]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1800|    345|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1801|    345|	LOG_TEST_RET(ctx, rv, "MSE restore error");
  ------------------
  |  |  174|    345|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    345|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    345|	int _ret = (r); \
  |  |  |  |  168|    345|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 206, False: 139]
  |  |  |  |  ------------------
  |  |  |  |  169|    206|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    206|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    206|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    206|		return _ret; \
  |  |  |  |  172|    206|	} \
  |  |  |  |  173|    345|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 139]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1802|       |
 1803|    139|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    139|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    139|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    139|	int _ret = r; \
  |  |  |  |  155|    139|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 139, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    139|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 139]
  |  |  |  |  ------------------
  |  |  |  |  157|    139|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    139|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    139|	return _ret; \
  |  |  |  |  163|    139|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1804|    139|}
card-authentic.c:authentic_decipher:
 1810|     28|{
 1811|     28|	struct sc_context *ctx = card->ctx;
 1812|     28|	struct sc_apdu apdu;
 1813|     28|	unsigned char resp[SC_MAX_APDU_BUFFER_SIZE];
 1814|     28|	int rv;
 1815|       |
 1816|     28|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     28|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     28|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     28|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     28|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1817|     28|	sc_log(ctx, "crgram_len %zu;  outlen %zu", in_len, out_len);
  ------------------
  |  |   71|     28|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1818|     28|	if (!out || !out_len || in_len > SC_MAX_APDU_BUFFER_SIZE)
  ------------------
  |  |   34|     28|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
  |  Branch (1818:6): [True: 0, False: 28]
  |  Branch (1818:14): [True: 0, False: 28]
  |  Branch (1818:26): [True: 3, False: 25]
  ------------------
 1819|     28|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1820|       |
 1821|     25|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  294|     25|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1822|     25|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|     25|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 1823|     25|	apdu.data = in;
 1824|     25|	apdu.datalen = in_len;
 1825|     25|	apdu.lc = in_len;
 1826|     25|	apdu.resp = resp;
 1827|     25|	apdu.resplen = sizeof(resp);
 1828|     25|	apdu.le = 256;
 1829|       |
 1830|     25|	rv = sc_transmit_apdu(card, &apdu);
 1831|     25|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|     25|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     25|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     25|	int _ret = (r); \
  |  |  |  |  168|     25|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  169|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      5|		return _ret; \
  |  |  |  |  172|      5|	} \
  |  |  |  |  173|     25|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1832|     20|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1833|     20|	LOG_TEST_RET(ctx, rv, "Card returned error");
  ------------------
  |  |  174|     20|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     20|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     20|	int _ret = (r); \
  |  |  |  |  168|     20|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     20|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1834|       |
 1835|     10|	if (out_len > apdu.resplen)
  ------------------
  |  Branch (1835:6): [True: 10, False: 0]
  ------------------
 1836|     10|		out_len = apdu.resplen;
 1837|       |
 1838|     10|	memcpy(out, apdu.resp, out_len);
 1839|     10|	rv = (int)out_len;
 1840|       |
 1841|     10|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  156|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  157|      7|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      7|	} else { \
  |  |  |  |  159|      3|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      3|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      3|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1842|     10|}
card-authentic.c:authentic_card_ctl:
 1738|    177|{
 1739|    177|	struct sc_context *ctx = card->ctx;
 1740|    177|	struct sc_authentic_sdo *sdo = (struct sc_authentic_sdo *) ptr;
 1741|       |
 1742|    177|	switch (cmd) {
  ------------------
  |  Branch (1742:10): [True: 177, False: 0]
  ------------------
 1743|    177|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1743:2): [True: 177, False: 0]
  ------------------
 1744|    177|		return authentic_get_serialnr(card, (struct sc_serial_number *)ptr);
 1745|      0|	case SC_CARDCTL_AUTHENTIC_SDO_CREATE:
  ------------------
  |  Branch (1745:2): [True: 0, False: 177]
  ------------------
 1746|      0|		sc_log(ctx, "CARDCTL SDO_CREATE: sdo(mech:%X,id:%X)", sdo->docp.mech, sdo->docp.id);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1747|      0|		return authentic_manage_sdo(card, (struct sc_authentic_sdo *) ptr, cmd);
 1748|      0|	case SC_CARDCTL_AUTHENTIC_SDO_DELETE:
  ------------------
  |  Branch (1748:2): [True: 0, False: 177]
  ------------------
 1749|      0|		sc_log(ctx, "CARDCTL SDO_DELETE: sdo(mech:%X,id:%X)", sdo->docp.mech, sdo->docp.id);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1750|      0|		return authentic_manage_sdo(card, (struct sc_authentic_sdo *) ptr, cmd);
 1751|      0|	case SC_CARDCTL_AUTHENTIC_SDO_STORE:
  ------------------
  |  Branch (1751:2): [True: 0, False: 177]
  ------------------
 1752|      0|		sc_log(ctx, "CARDCTL SDO_STORE: sdo(mech:%X,id:%X)", sdo->docp.mech, sdo->docp.id);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1753|      0|		return authentic_manage_sdo(card, (struct sc_authentic_sdo *) ptr, cmd);
 1754|      0|	case SC_CARDCTL_AUTHENTIC_SDO_GENERATE:
  ------------------
  |  Branch (1754:2): [True: 0, False: 177]
  ------------------
 1755|      0|		sc_log(ctx, "CARDCTL SDO_GENERATE: sdo(mech:%X,id:%X)", sdo->docp.mech, sdo->docp.id);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1756|      0|		return authentic_manage_sdo_generate(card, (struct sc_authentic_sdo *) ptr);
 1757|    177|	}
 1758|      0|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1759|    177|}
card-authentic.c:authentic_get_tagged_data:
  177|    667|{
  178|    667|	size_t size_len, tag_len, offs, size;
  179|    667|	int rv;
  180|    667|	unsigned tag;
  181|       |
  182|    667|	if (!out || !out_len)
  ------------------
  |  Branch (182:6): [True: 0, False: 667]
  |  Branch (182:14): [True: 0, False: 667]
  ------------------
  183|    667|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  184|       |
  185|  6.28k|	for (offs = 0; offs < in_len; )   {
  ------------------
  |  Branch (185:17): [True: 6.15k, False: 126]
  ------------------
  186|  6.15k|		if ((*(in + offs) == 0x7F) || (*(in + offs) == 0x5F))   {
  ------------------
  |  Branch (186:7): [True: 1.14k, False: 5.00k]
  |  Branch (186:33): [True: 193, False: 4.81k]
  ------------------
  187|  1.34k|			if (offs + 1 >= in_len)
  ------------------
  |  Branch (187:8): [True: 5, False: 1.33k]
  ------------------
  188|  1.34k|				LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "parse error: invalid data");
  ------------------
  |  |  174|      5|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      5|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      5|	int _ret = (r); \
  |  |  |  |  168|      5|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      5|		return _ret; \
  |  |  |  |  172|      5|	} \
  |  |  |  |  173|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|  1.33k|			tag = *(in + offs) * 0x100 + *(in + offs + 1);
  190|  1.33k|			tag_len = 2;
  191|  1.33k|		}
  192|  4.81k|		else   {
  193|  4.81k|			tag = *(in + offs);
  194|  4.81k|			tag_len = 1;
  195|  4.81k|		}
  196|       |
  197|  6.15k|		if (offs + tag_len >= in_len)
  ------------------
  |  Branch (197:7): [True: 27, False: 6.12k]
  ------------------
  198|  6.15k|			LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "parse error: invalid data");
  ------------------
  |  |  174|     27|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     27|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     27|	int _ret = (r); \
  |  |  |  |  168|     27|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     27|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     27|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     27|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     27|		return _ret; \
  |  |  |  |  172|     27|	} \
  |  |  |  |  173|     27|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|       |
  200|  6.12k|		rv = authentic_parse_size(in + offs + tag_len, in_len - (offs + tag_len), &size);
  201|  6.12k|		LOG_TEST_RET(ctx, rv, "parse error: invalid size data");
  ------------------
  |  |  174|  6.12k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  6.12k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  6.12k|	int _ret = (r); \
  |  |  |  |  168|  6.12k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 77, False: 6.04k]
  |  |  |  |  ------------------
  |  |  |  |  169|     77|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     77|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     77|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     77|		return _ret; \
  |  |  |  |  172|     77|	} \
  |  |  |  |  173|  6.12k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|  6.04k|		size_len = rv;
  203|       |
  204|  6.04k|		if (tag == in_tag)   {
  ------------------
  |  Branch (204:7): [True: 432, False: 5.61k]
  ------------------
  205|    432|			if (in_len - (offs + tag_len + size_len) < size)
  ------------------
  |  Branch (205:8): [True: 4, False: 428]
  ------------------
  206|    432|				LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "parse error: invalid data");
  ------------------
  |  |  174|      4|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      4|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      4|	int _ret = (r); \
  |  |  |  |  168|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|       |
  208|    428|			*out = in + offs + tag_len + size_len;
  209|    428|			*out_len = size;
  210|       |
  211|    428|			return SC_SUCCESS;
  ------------------
  |  |   28|    428|#define SC_SUCCESS				0
  ------------------
  212|    432|		}
  213|       |
  214|  5.61k|		offs += tag_len + size_len + size;
  215|  5.61k|	}
  216|       |
  217|    126|	return SC_ERROR_ASN1_OBJECT_NOT_FOUND;
  ------------------
  |  |   83|    126|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
  218|    667|}
card-authentic.c:authentic_parse_size:
  149|  6.12k|{
  150|  6.12k|	if (!in || !out || in_len < 1)
  ------------------
  |  Branch (150:6): [True: 0, False: 6.12k]
  |  Branch (150:13): [True: 0, False: 6.12k]
  |  Branch (150:21): [True: 0, False: 6.12k]
  ------------------
  151|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  152|       |
  153|  6.12k|	if (*in < 0x80)   {
  ------------------
  |  Branch (153:6): [True: 4.47k, False: 1.64k]
  ------------------
  154|  4.47k|		*out = *in;
  155|  4.47k|		return 1;
  156|  4.47k|	}
  157|  1.64k|	else if (*in == 0x81)   {
  ------------------
  |  Branch (157:11): [True: 1.39k, False: 254]
  ------------------
  158|  1.39k|		if (in_len < 2)
  ------------------
  |  Branch (158:7): [True: 3, False: 1.39k]
  ------------------
  159|      3|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      3|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  160|  1.39k|		*out = *(in + 1);
  161|  1.39k|		return 2;
  162|  1.39k|	}
  163|    254|	else if (*in == 0x82)   {
  ------------------
  |  Branch (163:11): [True: 184, False: 70]
  ------------------
  164|    184|		if (in_len < 3)
  ------------------
  |  Branch (164:7): [True: 4, False: 180]
  ------------------
  165|      4|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      4|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  166|    180|		*out = *(in + 1) * 0x100 + *(in + 2);
  167|    180|		return 3;
  168|    184|	}
  169|       |
  170|     70|	return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     70|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  171|  6.12k|}
card-authentic.c:authentic_process_fci:
  769|    258|{
  770|    258|	struct sc_context *ctx = card->ctx;
  771|    258|	size_t taglen;
  772|    258|	int rv;
  773|    258|	unsigned ii;
  774|    258|	const unsigned char *tag = NULL;
  775|    258|	unsigned char ops_DF[8] = {
  776|    258|		SC_AC_OP_CREATE, SC_AC_OP_DELETE, SC_AC_OP_CRYPTO, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  169|    258|#define SC_AC_OP_CREATE			3
  ------------------
              		SC_AC_OP_CREATE, SC_AC_OP_DELETE, SC_AC_OP_CRYPTO, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  168|    258|#define SC_AC_OP_DELETE			2
  ------------------
              		SC_AC_OP_CREATE, SC_AC_OP_DELETE, SC_AC_OP_CRYPTO, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  173|    258|#define SC_AC_OP_CRYPTO			7
  ------------------
  777|    258|	};
  778|    258|	unsigned char ops_EF[8] = {
  779|    258|		SC_AC_OP_READ, SC_AC_OP_DELETE, SC_AC_OP_UPDATE, SC_AC_OP_RESIZE, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  188|    258|#define SC_AC_OP_READ			22
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_DELETE, SC_AC_OP_UPDATE, SC_AC_OP_RESIZE, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  168|    258|#define SC_AC_OP_DELETE			2
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_DELETE, SC_AC_OP_UPDATE, SC_AC_OP_RESIZE, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  189|    258|#define SC_AC_OP_UPDATE			23
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_DELETE, SC_AC_OP_UPDATE, SC_AC_OP_RESIZE, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  191|    258|#define SC_AC_OP_RESIZE			25
  ------------------
  780|    258|	};
  781|       |
  782|    258|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    258|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    258|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    258|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    258|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 258]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  783|       |
  784|    258|	tag = sc_asn1_find_tag(card->ctx,  buf, buflen, 0x6F, &taglen);
  785|    258|	if (tag != NULL) {
  ------------------
  |  Branch (785:6): [True: 178, False: 80]
  ------------------
  786|    178|		sc_log(ctx, "  FCP length %zu", taglen);
  ------------------
  |  |   71|    178|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  787|    178|		buf = tag;
  788|    178|		buflen = taglen;
  789|    178|	}
  790|       |
  791|    258|	tag = sc_asn1_find_tag(card->ctx,  buf, buflen, 0x62, &taglen);
  792|    258|	if (tag != NULL) {
  ------------------
  |  Branch (792:6): [True: 54, False: 204]
  ------------------
  793|     54|		sc_log(ctx, "  FCP length %zu", taglen);
  ------------------
  |  |   71|     54|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  794|     54|		buf = tag;
  795|     54|		buflen = taglen;
  796|     54|	}
  797|       |
  798|    258|	rv = iso_ops->process_fci(card, file, buf, buflen);
  799|    258|	LOG_TEST_RET(ctx, rv, "ISO parse FCI failed");
  ------------------
  |  |  174|    258|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    258|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    258|	int _ret = (r); \
  |  |  |  |  168|    258|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 258]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    258|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 258]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  800|       |
  801|    258|	if (!file->sec_attr_len)   {
  ------------------
  |  Branch (801:6): [True: 91, False: 167]
  ------------------
  802|     91|		sc_log_hex(ctx, "ACLs not found in data", buf, buflen);
  ------------------
  |  |  129|     91|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     91|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  803|     91|		sc_log(ctx, "Path:%s; Type:%X; PathType:%X", sc_print_path(&file->path), file->type, file->path.type);
  ------------------
  |  |   71|     91|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  804|     91|		if (file->path.type == SC_PATH_TYPE_DF_NAME || file->type == SC_FILE_TYPE_DF)   {
  ------------------
  |  |  118|    182|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
              		if (file->path.type == SC_PATH_TYPE_DF_NAME || file->type == SC_FILE_TYPE_DF)   {
  ------------------
  |  |  214|     82|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (804:7): [True: 9, False: 82]
  |  Branch (804:50): [True: 45, False: 37]
  ------------------
  805|     54|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     54|#define SC_FILE_TYPE_DF			0x04
  ------------------
  806|     54|		}
  807|     37|		else   {
  808|     37|			LOG_TEST_RET(ctx, SC_ERROR_OBJECT_NOT_FOUND, "ACLs tag missing");
  ------------------
  |  |  174|     37|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     37|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     37|	int _ret = (r); \
  |  |  |  |  168|     37|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 37, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     37|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     37|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     37|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     37|		return _ret; \
  |  |  |  |  172|     37|	} \
  |  |  |  |  173|     37|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  809|     37|		}
  810|     91|	}
  811|       |
  812|    221|	sc_log_hex(ctx, "ACL data", file->sec_attr, file->sec_attr_len);
  ------------------
  |  |  129|    221|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    221|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  813|    984|	for (ii = 0; ii < file->sec_attr_len / 2 && ii < sizeof ops_DF; ii++)  {
  ------------------
  |  Branch (813:15): [True: 783, False: 201]
  |  Branch (813:46): [True: 763, False: 20]
  ------------------
  814|    763|		unsigned char op = file->type == SC_FILE_TYPE_DF ? ops_DF[ii] : ops_EF[ii];
  ------------------
  |  |  214|    763|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (814:22): [True: 82, False: 681]
  ------------------
  815|    763|		unsigned char acl = *(file->sec_attr + ii*2);
  816|    763|		unsigned char cred_id = *(file->sec_attr + ii*2 + 1);
  817|    763|		unsigned sc = acl * 0x100 + cred_id;
  818|       |
  819|    763|		sc_log(ctx, "ACL(%i) op 0x%X, acl %X:%X", ii, op, acl, cred_id);
  ------------------
  |  |   71|    763|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  820|    763|		if (op == 0xFF)
  ------------------
  |  Branch (820:7): [True: 194, False: 569]
  ------------------
  821|    194|			;
  822|    569|		else if (!acl && !cred_id)
  ------------------
  |  Branch (822:12): [True: 151, False: 418]
  |  Branch (822:20): [True: 90, False: 61]
  ------------------
  823|     90|			sc_file_add_acl_entry(file, op, SC_AC_NONE, 0);
  ------------------
  |  |  150|     90|#define SC_AC_NONE			0x00000000
  ------------------
  824|    479|		else if (acl == 0xFF)
  ------------------
  |  Branch (824:12): [True: 82, False: 397]
  ------------------
  825|     82|			sc_file_add_acl_entry(file, op, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     82|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  826|    397|		else if (acl & AUTHENTIC_AC_SM_MASK)
  ------------------
  |  |  119|    397|#define AUTHENTIC_AC_SM_MASK	0x60
  ------------------
  |  Branch (826:12): [True: 189, False: 208]
  ------------------
  827|    189|			sc_file_add_acl_entry(file, op, SC_AC_SCB, sc);
  ------------------
  |  |  157|    189|#define SC_AC_SCB                       0x00000040 /* IAS/ECC SCB byte. */
  ------------------
  828|    208|		else if (cred_id)
  ------------------
  |  Branch (828:12): [True: 166, False: 42]
  ------------------
  829|    166|			sc_file_add_acl_entry(file, op, SC_AC_CHV, cred_id);
  ------------------
  |  |  151|    166|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  830|     42|		else
  831|     42|			sc_file_add_acl_entry(file, op, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     42|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  832|    763|	}
  833|       |
  834|    221|	LOG_FUNC_RETURN(ctx, 0);
  ------------------
  |  |  164|    221|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    221|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    221|	int _ret = r; \
  |  |  |  |  155|    221|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 221, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    221|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 221]
  |  |  |  |  ------------------
  |  |  |  |  157|    221|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    221|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    221|	return _ret; \
  |  |  |  |  163|    221|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  835|    221|}
card-authentic.c:authentic_pin_cmd:
 1432|    447|{
 1433|    447|	struct sc_context *ctx = card->ctx;
 1434|    447|	int rv = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    447|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1435|       |
 1436|    447|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    447|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    447|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    447|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    447|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 447]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1437|    447|	sc_log(ctx, "PIN-CMD:%X,PIN(type:%X,ret:%i)", data->cmd, data->pin_type, data->pin_reference);
  ------------------
  |  |   71|    447|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1438|    447|	sc_log(ctx, "PIN1(%p,len:%zu,tries-left:%i)", data->pin1.data, data->pin1.len, data->pin1.tries_left);
  ------------------
  |  |   71|    447|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1439|    447|	sc_log(ctx, "PIN2(%p,len:%zu)", data->pin2.data, data->pin2.len);
  ------------------
  |  |   71|    447|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1440|       |
 1441|    447|	switch (data->cmd)   {
 1442|     39|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|     39|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (1442:2): [True: 39, False: 408]
  ------------------
 1443|     39|		rv = authentic_pin_verify(card, data);
 1444|     39|		break;
 1445|     29|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|     29|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (1445:2): [True: 29, False: 418]
  ------------------
 1446|     29|		rv = authentic_pin_change(card, data);
 1447|     29|		break;
 1448|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (1448:2): [True: 0, False: 447]
  ------------------
 1449|      0|		rv = authentic_pin_reset(card, data);
 1450|      0|		break;
 1451|    379|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|    379|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1451:2): [True: 379, False: 68]
  ------------------
 1452|    379|		rv = authentic_pin_get_policy(card, data, NULL);
 1453|    379|		break;
 1454|      0|	default:
  ------------------
  |  Branch (1454:2): [True: 0, False: 447]
  ------------------
 1455|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported PIN command");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1456|    447|	}
 1457|       |
 1458|    447|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    447|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    447|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    447|	int _ret = r; \
  |  |  |  |  155|    447|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 447, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    447|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    340|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 340, False: 107]
  |  |  |  |  ------------------
  |  |  |  |  157|    447|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    447|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    447|	return _ret; \
  |  |  |  |  163|    447|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1459|    447|}
card-authentic.c:authentic_pin_verify:
 1097|     39|{
 1098|     39|	struct sc_context *ctx = card->ctx;
 1099|     39|	struct authentic_private_data *prv_data = (struct authentic_private_data *) card->drv_data;
 1100|     39|	unsigned char pin_sha1[SHA_DIGEST_LENGTH];
 1101|     39|	int rv;
 1102|       |
 1103|     39|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     39|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     39|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     39|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     39|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 39]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1104|     39|	sc_log(ctx, "PIN(type:%X,reference:%X,data:%p,length:%zu)",
  ------------------
  |  |   71|     39|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1105|     39|			pin_cmd->pin_type, pin_cmd->pin_reference, pin_cmd->pin1.data, pin_cmd->pin1.len);
 1106|       |
 1107|     39|	if (pin_cmd->pin_reference < 0 || pin_cmd->pin_reference >= AUTHENTIC_N_PINS) {
  ------------------
  |  |   64|     39|#define AUTHENTIC_N_PINS 8
  ------------------
  |  Branch (1107:6): [True: 0, False: 39]
  |  Branch (1107:36): [True: 0, False: 39]
  ------------------
 1108|      0|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "PIN reference out of bounds");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1109|      0|	}
 1110|       |
 1111|     39|	if (pin_cmd->pin1.data && !pin_cmd->pin1.len)   {
  ------------------
  |  Branch (1111:6): [True: 39, False: 0]
  |  Branch (1111:28): [True: 0, False: 39]
  ------------------
 1112|      0|		pin_cmd->pin1.tries_left = -1;
 1113|      0|		rv = authentic_pin_is_verified(card, pin_cmd);
 1114|      0|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1115|      0|	}
 1116|       |
 1117|     39|	if (pin_cmd->pin1.data)
  ------------------
  |  Branch (1117:6): [True: 39, False: 0]
  ------------------
 1118|     39|		SHA1(pin_cmd->pin1.data, pin_cmd->pin1.len, pin_sha1);
 1119|      0|	else
 1120|      0|		SHA1((unsigned char *)"", 0, pin_sha1);
 1121|       |
 1122|     39|	if (!memcmp(pin_sha1, prv_data->pins_sha1[pin_cmd->pin_reference], SHA_DIGEST_LENGTH))   {
  ------------------
  |  Branch (1122:6): [True: 0, False: 39]
  ------------------
 1123|      0|		sc_log(ctx, "Already verified");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1124|      0|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1125|      0|	}
 1126|       |
 1127|     39|	memset(prv_data->pins_sha1[pin_cmd->pin_reference], 0, sizeof(prv_data->pins_sha1[0]));
 1128|       |
 1129|     39|	rv = authentic_pin_get_policy(card, pin_cmd, NULL);
 1130|     39|	LOG_TEST_RET(ctx, rv, "Get 'PIN policy' error");
  ------------------
  |  |  174|     39|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     39|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     39|	int _ret = (r); \
  |  |  |  |  168|     39|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 25, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  169|     25|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     25|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     25|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     25|		return _ret; \
  |  |  |  |  172|     25|	} \
  |  |  |  |  173|     39|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1131|       |
 1132|     14|	if (pin_cmd->pin1.len > pin_cmd->pin1.max_length)
  ------------------
  |  Branch (1132:6): [True: 0, False: 14]
  ------------------
 1133|     14|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_PIN_LENGTH, "PIN policy check failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1134|       |
 1135|     14|	pin_cmd->pin1.tries_left = -1;
 1136|     14|	rv = authentic_chv_verify(card, pin_cmd);
 1137|     14|	LOG_TEST_RET(ctx, rv, "PIN CHV verification error");
  ------------------
  |  |  174|     14|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     14|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     14|	int _ret = (r); \
  |  |  |  |  168|     14|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  169|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     12|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     12|		return _ret; \
  |  |  |  |  172|     12|	} \
  |  |  |  |  173|     14|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1138|       |
 1139|      2|	memcpy(prv_data->pins_sha1[pin_cmd->pin_reference], pin_sha1, SHA_DIGEST_LENGTH);
 1140|      2|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      2|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      2|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      2|	int _ret = r; \
  |  |  |  |  155|      2|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      2|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1141|      2|}
card-authentic.c:authentic_chv_verify:
 1014|     14|{
 1015|     14|	struct sc_context *ctx = card->ctx;
 1016|     14|	struct sc_apdu apdu;
 1017|     14|	struct sc_pin_cmd_pin *pin1 = &pin_cmd->pin1;
 1018|     14|	unsigned char pin_buff[SC_MAX_APDU_BUFFER_SIZE];
 1019|     14|	size_t pin_len;
 1020|     14|	int rv;
 1021|       |
 1022|     14|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     14|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     14|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     14|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     14|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1023|     14|	sc_log(ctx, "CHV PIN reference %i, pin1(%p,len:%zu)", pin_cmd->pin_reference, pin1->data, pin1->len);
  ------------------
  |  |   71|     14|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1024|       |
 1025|     14|	if (pin1->data && !pin1->len)   {
  ------------------
  |  Branch (1025:6): [True: 14, False: 0]
  |  Branch (1025:20): [True: 0, False: 14]
  ------------------
 1026|      0|		sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x20, 0, pin_cmd->pin_reference);
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
 1027|      0|	}
 1028|     14|	else if (pin1->data && pin1->len)   {
  ------------------
  |  Branch (1028:11): [True: 14, False: 0]
  |  Branch (1028:25): [True: 14, False: 0]
  ------------------
 1029|     14|		if (pin1->len > sizeof(pin_buff)) {
  ------------------
  |  Branch (1029:7): [True: 0, False: 14]
  ------------------
 1030|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_PIN_LENGTH);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1031|      0|		}
 1032|     14|		memcpy(pin_buff, pin1->data, pin1->len);
 1033|     14|		pin_len = pin1->len;
 1034|       |
 1035|     14|		if (pin1->pad_length && pin_cmd->flags & SC_PIN_CMD_NEED_PADDING)   {
  ------------------
  |  |  422|     14|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  |  Branch (1035:7): [True: 14, False: 0]
  |  Branch (1035:27): [True: 14, False: 0]
  ------------------
 1036|     14|			if (pin1->len > pin1->pad_length || pin1->pad_length > sizeof(pin_buff)) {
  ------------------
  |  Branch (1036:8): [True: 0, False: 14]
  |  Branch (1036:40): [True: 0, False: 14]
  ------------------
 1037|      0|				LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_PIN_LENGTH);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1038|      0|			}
 1039|     14|			if (pin1->len < sizeof(pin_buff)) {
  ------------------
  |  Branch (1039:8): [True: 14, False: 0]
  ------------------
 1040|     14|				memset(pin_buff + pin1->len, pin1->pad_char,
 1041|     14|						pin1->pad_length - pin1->len);
 1042|     14|			}
 1043|     14|			pin_len = pin1->pad_length;
 1044|     14|		}
 1045|       |
 1046|     14|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x20, 0, pin_cmd->pin_reference);
  ------------------
  |  |  293|     14|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1047|     14|		apdu.data = pin_buff;
 1048|     14|		apdu.datalen = pin_len;
 1049|     14|		apdu.lc = pin_len;
 1050|     14|	}
 1051|      0|	else if ((card->reader->capabilities & SC_READER_CAP_PIN_PAD) && !pin1->data && !pin1->len)   {
  ------------------
  |  |  376|      0|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (1051:11): [True: 0, False: 0]
  |  Branch (1051:67): [True: 0, False: 0]
  |  Branch (1051:82): [True: 0, False: 0]
  ------------------
 1052|      0|		rv = authentic_chv_verify_pinpad(card, pin_cmd);
 1053|      0|		sc_log(ctx, "authentic_chv_verify() authentic_chv_verify_pinpad returned %i", rv);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1054|      0|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1055|      0|	}
 1056|      0|	else   {
 1057|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1058|      0|	}
 1059|       |
 1060|     14|	rv = sc_transmit_apdu(card, &apdu);
 1061|     14|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|     14|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     14|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     14|	int _ret = (r); \
  |  |  |  |  168|     14|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     14|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1062|       |
 1063|     13|	if (apdu.sw1 == 0x63 && (apdu.sw2 & 0xF0) == 0xC0)   {
  ------------------
  |  Branch (1063:6): [True: 2, False: 11]
  |  Branch (1063:26): [True: 1, False: 1]
  ------------------
 1064|      1|		pin1->tries_left = apdu.sw2 & 0x0F;
 1065|      1|	}
 1066|       |
 1067|     13|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1068|       |
 1069|     13|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     13|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     13|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     13|	int _ret = r; \
  |  |  |  |  155|     13|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 11, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     13|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     13|	return _ret; \
  |  |  |  |  163|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1070|     13|}
card-authentic.c:authentic_pin_change:
 1192|     29|{
 1193|     29|	struct sc_context *ctx = card->ctx;
 1194|     29|	struct authentic_private_data *prv_data = (struct authentic_private_data *) card->drv_data;
 1195|     29|	struct sc_apdu apdu;
 1196|     29|	unsigned char pin_data[SC_MAX_APDU_BUFFER_SIZE];
 1197|     29|	size_t offs;
 1198|     29|	int rv;
 1199|       |
 1200|     29|	rv = authentic_pin_get_policy(card, data, NULL);
 1201|     29|	LOG_TEST_RET(ctx, rv, "Get 'PIN policy' error");
  ------------------
  |  |  174|     29|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     29|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     29|	int _ret = (r); \
  |  |  |  |  168|     29|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 23, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  169|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     23|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     23|		return _ret; \
  |  |  |  |  172|     23|	} \
  |  |  |  |  173|     29|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1202|       |
 1203|      6|	if (data->pin_reference < 0 || data->pin_reference >= AUTHENTIC_N_PINS) {
  ------------------
  |  |   64|      6|#define AUTHENTIC_N_PINS 8
  ------------------
  |  Branch (1203:6): [True: 0, False: 6]
  |  Branch (1203:33): [True: 0, False: 6]
  ------------------
 1204|      0|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "PIN reference out of bounds");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1205|      0|	}
 1206|       |
 1207|      6|	memset(prv_data->pins_sha1[data->pin_reference], 0, sizeof(prv_data->pins_sha1[0]));
 1208|       |
 1209|      6|	if (!data->pin1.data && !data->pin1.len && !data->pin2.data && !data->pin2.len)   {
  ------------------
  |  Branch (1209:6): [True: 0, False: 6]
  |  Branch (1209:26): [True: 0, False: 0]
  |  Branch (1209:45): [True: 0, False: 0]
  |  Branch (1209:65): [True: 0, False: 0]
  ------------------
 1210|      0|		if (!(card->reader->capabilities & SC_READER_CAP_PIN_PAD))
  ------------------
  |  |  376|      0|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (1210:7): [True: 0, False: 0]
  ------------------
 1211|      0|			LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "PIN pad not supported");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1212|      0|		rv = authentic_pin_change_pinpad(card, data->pin_reference, &data->pin1.tries_left);
 1213|      0|		sc_log(ctx, "authentic_pin_cmd(SC_PIN_CMD_CHANGE) chv_change_pinpad returned %i", rv);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1214|      0|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1215|      0|	}
 1216|       |
 1217|      6|	if (card->max_send_size && (data->pin1.len + data->pin2.len > card->max_send_size))
  ------------------
  |  Branch (1217:6): [True: 6, False: 0]
  |  Branch (1217:29): [True: 0, False: 6]
  ------------------
 1218|      6|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_PIN_LENGTH, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1219|       |
 1220|      6|	memset(pin_data, data->pin1.pad_char, sizeof(pin_data));
 1221|      6|	offs = 0;
 1222|      6|	if (data->pin1.data && data->pin1.len)   {
  ------------------
  |  Branch (1222:6): [True: 6, False: 0]
  |  Branch (1222:25): [True: 6, False: 0]
  ------------------
 1223|      6|		if (data->pin1.pad_length > sizeof(pin_data) || data->pin1.len > sizeof(pin_data)) {
  ------------------
  |  Branch (1223:7): [True: 0, False: 6]
  |  Branch (1223:51): [True: 0, False: 6]
  ------------------
 1224|      0|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "PIN length exceeds buffer");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1225|      0|		}
 1226|      6|		memcpy(pin_data, data->pin1.data, data->pin1.len);
 1227|      6|		offs += data->pin1.pad_length;
 1228|      6|	}
 1229|      6|	if (data->pin2.data && data->pin2.len) {
  ------------------
  |  Branch (1229:6): [True: 6, False: 0]
  |  Branch (1229:25): [True: 6, False: 0]
  ------------------
 1230|      6|		if (data->pin2.len + offs > sizeof(pin_data)) {
  ------------------
  |  Branch (1230:7): [True: 0, False: 6]
  ------------------
 1231|      0|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "PIN2 length exceeds buffer");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1232|      0|		}
 1233|      6|		memcpy(pin_data + offs, data->pin2.data, data->pin2.len);
 1234|      6|	}
 1235|       |
 1236|      6|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x24, offs ? 0x00 : 0x01, data->pin_reference);
  ------------------
  |  |  293|      6|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (1236:58): [True: 6, False: 0]
  ------------------
 1237|      6|	apdu.data = pin_data;
 1238|      6|	apdu.datalen = offs + data->pin1.pad_length;
 1239|      6|	apdu.lc = offs + data->pin1.pad_length;
 1240|       |
 1241|      6|	rv = sc_transmit_apdu(card, &apdu);
 1242|      6|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|      6|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      6|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      6|	int _ret = (r); \
  |  |  |  |  168|      6|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1243|      5|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1244|       |
 1245|      5|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      5|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      5|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      5|	int _ret = r; \
  |  |  |  |  155|      5|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  157|      5|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      5|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      5|	return _ret; \
  |  |  |  |  163|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1246|      5|}
card-authentic.c:authentic_pin_get_policy:
 1293|    447|{
 1294|    447|	struct sc_context *ctx = card->ctx;
 1295|    447|	struct sc_apdu apdu;
 1296|    447|	unsigned char rbuf[0x100];
 1297|    447|	int ii, rv;
 1298|       |
 1299|    447|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    447|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    447|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    447|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    447|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 447]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1300|    447|	sc_log(ctx, "get PIN(type:%X,ref:%X,tries-left:%i)", data->pin_type, data->pin_reference, data->pin1.tries_left);
  ------------------
  |  |   71|    447|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1301|       |
 1302|    447|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0x5F, data->pin_reference);
  ------------------
  |  |  292|    447|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1303|    450|	for (ii=0;ii<2;ii++)   {
  ------------------
  |  Branch (1303:12): [True: 449, False: 1]
  ------------------
 1304|    449|		apdu.le = sizeof(rbuf);
 1305|    449|		apdu.resp = rbuf;
 1306|    449|		apdu.resplen = sizeof(rbuf);
 1307|       |
 1308|    449|		rv = sc_transmit_apdu(card, &apdu);
 1309|    449|		LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    449|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    449|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    449|	int _ret = (r); \
  |  |  |  |  168|    449|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 436]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|    449|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 436]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1310|    436|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1311|       |
 1312|    436|		if (rv != SC_ERROR_CLASS_NOT_SUPPORTED)
  ------------------
  |  |   53|    436|#define SC_ERROR_CLASS_NOT_SUPPORTED		-1203
  ------------------
  |  Branch (1312:7): [True: 433, False: 3]
  ------------------
 1313|    433|			break;
 1314|       |
 1315|      3|		apdu.cla = 0x80;
 1316|      3|	}
 1317|    434|        LOG_TEST_RET(ctx, rv, "'GET DATA' error");
  ------------------
  |  |  174|    434|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    434|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    434|	int _ret = (r); \
  |  |  |  |  168|    434|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 186, False: 248]
  |  |  |  |  ------------------
  |  |  |  |  169|    186|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    186|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    186|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    186|		return _ret; \
  |  |  |  |  172|    186|	} \
  |  |  |  |  173|    434|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 248]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1318|       |
 1319|    248|	data->pin1.tries_left = -1;
 1320|       |
 1321|    248|	rv = authentic_parse_credential_data(ctx, data, acls, apdu.resp, apdu.resplen);
 1322|    248|        LOG_TEST_RET(ctx, rv, "Cannot parse credential data");
  ------------------
  |  |  174|    248|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    248|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    248|	int _ret = (r); \
  |  |  |  |  168|    248|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 125, False: 123]
  |  |  |  |  ------------------
  |  |  |  |  169|    125|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    125|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    125|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    125|		return _ret; \
  |  |  |  |  172|    125|	} \
  |  |  |  |  173|    248|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 123]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1323|       |
 1324|    123|	data->pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    123|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1325|    123|	data->pin1.offset = 5;
 1326|    123|	data->pin1.pad_char = 0xFF;
 1327|    123|	data->pin1.pad_length = data->pin1.max_length;
 1328|    123|	data->pin1.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|    123|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 1329|       |
 1330|    123|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|    123|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1331|       |
 1332|    123|	sc_log(ctx, "PIN policy: size max/min/pad %zu/%zu/%zu, tries max/left %i/%i",
  ------------------
  |  |   71|    123|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1333|    123|			data->pin1.max_length, data->pin1.min_length, data->pin1.pad_length,
 1334|    123|			data->pin1.max_tries, data->pin1.tries_left);
 1335|       |
 1336|    123|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    123|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    123|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    123|	int _ret = r; \
  |  |  |  |  155|    123|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 123, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    123|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 123]
  |  |  |  |  ------------------
  |  |  |  |  157|    123|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    123|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    123|	return _ret; \
  |  |  |  |  163|    123|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1337|    123|}
card-authentic.c:authentic_parse_credential_data:
  286|    248|{
  287|    248|	unsigned char *data;
  288|    248|	size_t data_len;
  289|    248|	int rv, ii;
  290|    248|	unsigned tag = AUTHENTIC_TAG_CREDENTIAL | pin_cmd->pin_reference;
  ------------------
  |  |   94|    248|#define AUTHENTIC_TAG_CREDENTIAL			0x5F00
  ------------------
  291|       |
  292|    248|	rv = authentic_get_tagged_data(ctx, blob, blob_len, tag, &blob, &blob_len);
  293|    248|	LOG_TEST_RET(ctx, rv, "cannot get credential data");
  ------------------
  |  |  174|    248|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    248|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    248|	int _ret = (r); \
  |  |  |  |  168|    248|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 99, False: 149]
  |  |  |  |  ------------------
  |  |  |  |  169|     99|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     99|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     99|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     99|		return _ret; \
  |  |  |  |  172|     99|	} \
  |  |  |  |  173|    248|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 149]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  294|       |
  295|    149|	rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_CREDENTIAL_TRYLIMIT, &data, &data_len);
  ------------------
  |  |   95|    149|#define AUTHENTIC_TAG_CREDENTIAL_TRYLIMIT		0x91
  ------------------
  296|    149|	LOG_TEST_RET(ctx, rv, "cannot get try limit");
  ------------------
  |  |  174|    149|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    149|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    149|	int _ret = (r); \
  |  |  |  |  168|    149|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 142]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|    149|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 142]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  297|    142|	pin_cmd->pin1.max_tries = *data;
  298|       |
  299|    142|	rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_DOCP_MECH, &data, &data_len);
  ------------------
  |  |   73|    142|#define AUTHENTIC_TAG_DOCP_MECH			0x80
  ------------------
  300|    142|	LOG_TEST_RET(ctx, rv, "cannot get PIN type");
  ------------------
  |  |  174|    142|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    142|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    142|	int _ret = (r); \
  |  |  |  |  168|    142|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 8, False: 134]
  |  |  |  |  ------------------
  |  |  |  |  169|      8|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      8|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      8|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      8|		return _ret; \
  |  |  |  |  172|      8|	} \
  |  |  |  |  173|    142|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 134]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  301|    134|	if (data_len > 0 && *data == 0)
  ------------------
  |  Branch (301:6): [True: 130, False: 4]
  |  Branch (301:22): [True: 54, False: 76]
  ------------------
  302|     54|		pin_cmd->pin_type = SC_AC_CHV;
  ------------------
  |  |  151|     54|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  303|     80|	else if (data_len > 0 && *data >= 2 && *data <= 7)
  ------------------
  |  Branch (303:11): [True: 76, False: 4]
  |  Branch (303:27): [True: 75, False: 1]
  |  Branch (303:41): [True: 71, False: 4]
  ------------------
  304|     71|		pin_cmd->pin_type = SC_AC_AUT;
  ------------------
  |  |  154|     71|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  305|      9|	else
  306|      9|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "unsupported Credential type");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  307|       |
  308|       |	/* Parse optional ACLs when requested */
  309|    125|	if (acls) {
  ------------------
  |  Branch (309:6): [True: 0, False: 125]
  ------------------
  310|      0|		rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_DOCP_ACLS, &data, &data_len);
  ------------------
  |  |   75|      0|#define AUTHENTIC_TAG_DOCP_ACLS			0x86
  ------------------
  311|      0|		LOG_TEST_RET(ctx, rv, "failed to get ACLs");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  312|      0|		sc_log(ctx, "data_len:%zu", data_len);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  313|      0|		if (data_len == 10)   {
  ------------------
  |  Branch (313:7): [True: 0, False: 0]
  ------------------
  314|      0|			for (ii=0; ii<5; ii++)   {
  ------------------
  |  Branch (314:15): [True: 0, False: 0]
  ------------------
  315|      0|				unsigned char acl = *(data + ii*2);
  316|      0|				unsigned char cred_id = *(data + ii*2 + 1);
  317|      0|				unsigned sc = acl * 0x100 + cred_id;
  318|       |
  319|      0|				sc_log(ctx, "%i: SC:%X", ii, sc);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  320|      0|				if (!sc)
  ------------------
  |  Branch (320:9): [True: 0, False: 0]
  ------------------
  321|      0|					continue;
  322|       |
  323|      0|				if (acl & AUTHENTIC_AC_SM_MASK)   {
  ------------------
  |  |  119|      0|#define AUTHENTIC_AC_SM_MASK	0x60
  ------------------
  |  Branch (323:9): [True: 0, False: 0]
  ------------------
  324|      0|					acls[ii].method = SC_AC_SCB;
  ------------------
  |  |  157|      0|#define SC_AC_SCB                       0x00000040 /* IAS/ECC SCB byte. */
  ------------------
  325|      0|					acls[ii].key_ref = sc;
  326|      0|				}
  327|      0|				else if (acl!=0xFF && cred_id)   {
  ------------------
  |  Branch (327:14): [True: 0, False: 0]
  |  Branch (327:27): [True: 0, False: 0]
  ------------------
  328|      0|					sc_log(ctx, "%i: ACL(method:SC_AC_CHV,id:%i)", ii, cred_id);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  329|      0|					acls[ii].method = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  330|      0|					acls[ii].key_ref = cred_id;
  331|      0|				}
  332|      0|				else   {
  333|      0|					acls[ii].method = SC_AC_NEVER;
  ------------------
  |  |  163|      0|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  334|      0|					acls[ii].key_ref = 0;
  335|      0|				}
  336|      0|			}
  337|      0|		}
  338|      0|	}
  339|       |
  340|    125|	rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_CREDENTIAL_PINPOLICY, &data, &data_len);
  ------------------
  |  |   96|    125|#define AUTHENTIC_TAG_CREDENTIAL_PINPOLICY		0xA1
  ------------------
  341|    125|	if (!rv)   {
  ------------------
  |  Branch (341:6): [True: 2, False: 123]
  ------------------
  342|      2|		blob = data;
  343|      2|		blob_len = data_len;
  344|       |
  345|      2|		rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_CREDENTIAL_PINPOLICY_MAXLENGTH, &data, &data_len);
  ------------------
  |  |   97|      2|#define AUTHENTIC_TAG_CREDENTIAL_PINPOLICY_MAXLENGTH	0x83
  ------------------
  346|      2|		LOG_TEST_RET(ctx, rv, "failed to get PIN max.length value");
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  347|      1|		pin_cmd->pin1.max_length = *data;
  348|       |
  349|      1|		rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_CREDENTIAL_PINPOLICY_MINLENGTH, &data, &data_len);
  ------------------
  |  |   98|      1|#define AUTHENTIC_TAG_CREDENTIAL_PINPOLICY_MINLENGTH	0x84
  ------------------
  350|      1|		LOG_TEST_RET(ctx, rv, "failed to get PIN min.length value");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  351|      0|		pin_cmd->pin1.min_length = *data;
  352|      0|	}
  353|       |
  354|    123|	return SC_SUCCESS;
  ------------------
  |  |   28|    123|#define SC_SUCCESS				0
  ------------------
  355|    125|}
card-authentic.c:authentic_card_reader_lock_obtained:
 1865|  1.65k|{
 1866|  1.65k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  1.65k|#define SC_SUCCESS				0
  ------------------
 1867|       |
 1868|  1.65k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.65k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.65k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.65k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.65k]
  |  |  ------------------
  ------------------
 1869|       |
 1870|  1.65k|	if (was_reset > 0
  ------------------
  |  Branch (1870:6): [True: 0, False: 1.65k]
  ------------------
 1871|      0|			&& card->type == SC_CARD_TYPE_OBERTHUR_AUTHENTIC_3_2) {
  ------------------
  |  Branch (1871:7): [True: 0, False: 0]
  ------------------
 1872|      0|		r = iso7816_select_aid(card, aid_AuthentIC_3_2, sizeof(aid_AuthentIC_3_2), NULL, NULL);
 1873|      0|	}
 1874|       |
 1875|  1.65k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.65k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.65k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.65k|	int _ret = r; \
  |  |  |  |  155|  1.65k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.65k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.65k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.65k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.65k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.65k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.65k|	return _ret; \
  |  |  |  |  163|  1.65k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1876|  1.65k|}

sc_get_belpic_driver:
  446|  16.4k|{
  447|  16.4k|	return sc_get_driver();
  448|  16.4k|}
card-belpic.c:sc_get_driver:
  423|  16.4k|{
  424|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (424:6): [True: 1, False: 16.4k]
  ------------------
  425|      1|		iso_ops = sc_get_iso7816_driver()->ops;
  426|       |
  427|  16.4k|	belpic_ops.match_card = belpic_match_card;
  428|  16.4k|	belpic_ops.init = belpic_init;
  429|       |
  430|  16.4k|	belpic_ops.update_binary = iso_ops->update_binary;
  431|  16.4k|	belpic_ops.select_file = belpic_select_file;
  432|  16.4k|	belpic_ops.read_binary = belpic_read_binary;
  433|  16.4k|	belpic_ops.pin_cmd = belpic_pin_cmd;
  434|  16.4k|	belpic_ops.set_security_env = belpic_set_security_env;
  435|       |
  436|  16.4k|	belpic_ops.compute_signature = iso_ops->compute_signature;
  437|  16.4k|	belpic_ops.get_challenge = iso_ops->get_challenge;
  438|  16.4k|	belpic_ops.get_response = iso_ops->get_response;
  439|  16.4k|	belpic_ops.check_sw = iso_ops->check_sw;
  440|       |
  441|  16.4k|	return &belpic_drv;
  442|  16.4k|}
card-belpic.c:belpic_match_card:
  208|  9.98k|{
  209|  9.98k|	int i;
  210|       |
  211|  9.98k|	i = _sc_match_atr(card, belpic_atrs, &card->type);
  212|  9.98k|	if (i < 0)
  ------------------
  |  Branch (212:6): [True: 9.91k, False: 66]
  ------------------
  213|  9.91k|		return 0;
  214|     66|	return 1;
  215|  9.98k|}
card-belpic.c:belpic_init:
  218|     66|{
  219|     66|	int key_size = 1024;
  220|     66|	unsigned long flags = 0;
  221|       |
  222|     66|	sc_log(card->ctx,  "Belpic V%s\n", BELPIC_VERSION);
  ------------------
  |  |   71|     66|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  222|     66|	sc_log(card->ctx,  "Belpic V%s\n", BELPIC_VERSION);
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|     66|#define BELPIC_VERSION			"1.4"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  223|       |
  224|     66|	if (card->type < 0)
  ------------------
  |  Branch (224:6): [True: 0, False: 66]
  ------------------
  225|      0|		card->type = SC_CARD_TYPE_BELPIC_EID;	/* Unknown card: assume it's the Belpic Card */
  226|       |
  227|     66|	card->cla = 0x00;
  228|     66|	if (card->type == SC_CARD_TYPE_BELPIC_EID) {
  ------------------
  |  Branch (228:6): [True: 66, False: 0]
  ------------------
  229|     66|		u8 carddata[BELPIC_CARDDATA_RESP_LEN];
  230|     66|		memset(carddata, 0, sizeof(carddata));
  231|       |
  232|     66|		if(get_carddata(card, carddata, sizeof(carddata)) < 0) {
  ------------------
  |  Branch (232:6): [True: 12, False: 54]
  ------------------
  233|     12|			return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     12|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  234|     12|		}
  235|     54|		if (carddata[BELPIC_CARDDATA_OFF_APPLETVERS] >= 0x18) {
  ------------------
  |  |  131|     54|#define BELPIC_CARDDATA_OFF_APPLETVERS 21
  ------------------
  |  Branch (235:7): [True: 24, False: 30]
  ------------------
  236|     24|			flags = SC_ALGORITHM_ECDSA_HASH_NONE | SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  175|     24|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     24|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
              			flags = SC_ALGORITHM_ECDSA_HASH_NONE | SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  174|     24|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  237|     24|			_sc_card_add_ec_alg(card, 256, flags, 0, NULL);
  238|     24|			_sc_card_add_ec_alg(card, 384, flags, 0, NULL);
  239|     24|			_sc_card_add_ec_alg(card, 512, flags, 0, NULL);
  240|     24|			_sc_card_add_ec_alg(card, 521, flags, 0, NULL);
  241|     30|		} else {
  242|     30|			if (carddata[BELPIC_CARDDATA_OFF_APPLETVERS] >= 0x17) {
  ------------------
  |  |  131|     30|#define BELPIC_CARDDATA_OFF_APPLETVERS 21
  ------------------
  |  Branch (242:8): [True: 1, False: 29]
  ------------------
  243|      1|				key_size = 2048;
  244|      1|			}
  245|     30|			_sc_card_add_rsa_alg(card, key_size,
  246|     30|					SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE, 0);
  ------------------
  |  |  111|     30|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     30|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     30|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              					SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE, 0);
  ------------------
  |  |  133|     30|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  247|     30|		}
  248|     54|	}
  249|       |
  250|       |	/* State that we have an RNG */
  251|     54|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     54|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  252|       |
  253|     54|	card->max_pin_len = BELPIC_MAX_USER_PIN_LEN;
  ------------------
  |  |  106|     54|#define BELPIC_MAX_USER_PIN_LEN		12
  ------------------
  254|       |
  255|     54|	return 0;
  256|     66|}
card-belpic.c:get_carddata:
  170|     66|{
  171|     66|	sc_apdu_t apdu;
  172|     66|	u8 carddata_cmd[] = { 0x80, 0xE4, 0x00, 0x00, 0x1C };
  173|     66|	int r;
  174|       |
  175|     66|	if (carddataloc_len != BELPIC_CARDDATA_RESP_LEN)
  ------------------
  |  |  143|     66|#define BELPIC_CARDDATA_RESP_LEN 28
  ------------------
  |  Branch (175:6): [True: 0, False: 66]
  ------------------
  176|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  177|       |
  178|     66|	r = sc_bytes2apdu(card->ctx, carddata_cmd, sizeof(carddata_cmd), &apdu);
  179|     66|	if(r) {
  ------------------
  |  Branch (179:5): [True: 0, False: 66]
  ------------------
  180|      0|		sc_log(card->ctx,  "bytes to APDU conversion failed: %d\n", r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  181|      0|		return r;
  182|      0|	}
  183|       |
  184|     66|	apdu.resp = carddata_loc;
  185|     66|	apdu.resplen = carddataloc_len;
  186|       |
  187|     66|	r = sc_transmit_apdu(card, &apdu);
  188|     66|	if(r) {
  ------------------
  |  Branch (188:5): [True: 1, False: 65]
  ------------------
  189|      1|		sc_log(card->ctx,  "GetCardData command failed: %d\n", r);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  190|      1|		return r;
  191|      1|	}
  192|       |
  193|     65|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  194|     65|	if(r) {
  ------------------
  |  Branch (194:5): [True: 8, False: 57]
  ------------------
  195|      8|		sc_log(card->ctx,  "GetCardData: card returned %d\n", r);
  ------------------
  |  |   71|      8|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  196|      8|		return r;
  197|      8|	}
  198|     57|	if(apdu.resplen < carddataloc_len) {
  ------------------
  |  Branch (198:5): [True: 3, False: 54]
  ------------------
  199|      3|		sc_log(card->ctx, "GetCardData: card returned %zu bytes rather than expected %d",
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  200|      3|				apdu.resplen, carddataloc_len);
  201|      3|		return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      3|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  202|      3|	}
  203|       |
  204|     54|	return 0;
  205|     57|}
card-belpic.c:belpic_select_file:
  260|    273|{
  261|    273|	sc_apdu_t apdu;
  262|    273|	u8 pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  263|    273|	int r;
  264|    273|	size_t pathlen;
  265|    273|	sc_file_t *file = NULL;
  266|       |
  267|    273|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (267:6): [True: 0, False: 273]
  |  Branch (267:22): [True: 0, False: 273]
  ------------------
  268|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  269|    273|	memcpy(path, in_path->value, in_path->len);
  270|    273|	pathlen = in_path->len;
  271|       |
  272|    273|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x08, 0x0C);
  ------------------
  |  |  293|    273|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  273|       |
  274|    273|	apdu.lc = pathlen;
  275|    273|	apdu.data = path;
  276|    273|	apdu.datalen = pathlen;
  277|       |
  278|    273|	apdu.resplen = 0;
  279|    273|	apdu.le = 0;
  280|       |
  281|    273|	r = sc_transmit_apdu(card, &apdu);
  282|       |
  283|    273|	LOG_TEST_RET(card->ctx, r, "Select File APDU transmit failed");
  ------------------
  |  |  174|    273|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    273|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    273|	int _ret = (r); \
  |  |  |  |  168|    273|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 263]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|    273|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 263]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|       |
  285|    263|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  286|    263|	if (r)
  ------------------
  |  Branch (286:6): [True: 186, False: 77]
  ------------------
  287|    186|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    186|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    186|	int _ret = r; \
  |  |  155|    186|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 186, False: 0]
  |  |  ------------------
  |  |  156|    186|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    186|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 186, False: 0]
  |  |  ------------------
  |  |  157|    186|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    186|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    186|	return _ret; \
  |  |  163|    186|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  288|       |
  289|     77|	next_idx = (size_t)-1;		/* reset */
  290|       |
  291|     77|	if (file_out != NULL) {
  ------------------
  |  Branch (291:6): [True: 54, False: 23]
  ------------------
  292|     54|		file = sc_file_new();
  293|     54|		file->path = *in_path;
  294|     54|		if (pathlen >= 2)
  ------------------
  |  Branch (294:7): [True: 54, False: 0]
  ------------------
  295|     54|			file->id = (in_path->value[pathlen - 2] << 8) | in_path->value[pathlen - 1];
  296|     54|		file->size = BELPIC_MAX_FILE_SIZE;
  ------------------
  |  |  103|     54|#define BELPIC_MAX_FILE_SIZE		65535
  ------------------
  297|     54|		file->shareable = 1;
  298|     54|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     54|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  299|     54|		if (pathlen == 2 && memcmp("\x3F\x00", in_path->value, 2) == 0)
  ------------------
  |  Branch (299:7): [True: 8, False: 46]
  |  Branch (299:23): [True: 0, False: 8]
  ------------------
  300|      0|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      0|#define SC_FILE_TYPE_DF			0x04
  ------------------
  301|     54|		else
  302|     54|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     54|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  303|     54|		*file_out = file;
  304|     54|	}
  305|       |
  306|     77|	return 0;
  307|    263|}
card-belpic.c:belpic_read_binary:
  311|    403|{
  312|    403|	int r;
  313|       |
  314|    403|	if (next_idx == idx)
  ------------------
  |  Branch (314:6): [True: 17, False: 386]
  ------------------
  315|     17|		return 0;	/* File was already read entirely */
  316|       |
  317|    386|	t1 = clock();
  318|    386|	r = iso_ops->read_binary(card, idx, buf, count, flags);
  319|    386|	t2 = clock();
  320|       |
  321|       |	/* If the 'next_idx trick' shouldn't work, we hope this error
  322|       |	 * means that an attempt was made to read beyond the file's
  323|       |	 * contents, so we'll return 0 to end the loop in sc_read_binary()*/
  324|    386|	if (r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|    386|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (324:6): [True: 6, False: 380]
  ------------------
  325|      6|		return 0;
  326|       |
  327|    380|	if (r >= 0 && (size_t)r < count)
  ------------------
  |  Branch (327:6): [True: 353, False: 27]
  |  Branch (327:16): [True: 21, False: 332]
  ------------------
  328|     21|		next_idx = idx + (size_t)r;
  329|       |
  330|    380|	dur = t2 - t1;
  331|    380|	tot_dur += dur;
  332|    380|	tot_read += r;
  333|    380|	return r;
  334|    386|}
card-belpic.c:belpic_pin_cmd:
  337|      2|{
  338|      2|	data->pin1.encoding = data->pin2.encoding = BELPIC_PIN_ENCODING;
  ------------------
  |  |  107|      2|#define BELPIC_PIN_ENCODING		SC_PIN_ENCODING_GLP
  |  |  ------------------
  |  |  |  |  427|      2|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  |  |  ------------------
  ------------------
  339|      2|	data->pin1.pad_char = data->pin2.pad_char = BELPIC_PAD_CHAR;
  ------------------
  |  |  108|      2|#define BELPIC_PAD_CHAR			0xFF
  ------------------
  340|      2|	data->pin1.min_length = data->pin2.min_length = BELPIC_MIN_USER_PIN_LEN;
  ------------------
  |  |  105|      2|#define BELPIC_MIN_USER_PIN_LEN		4
  ------------------
  341|      2|	data->pin1.max_length = data->pin2.max_length = BELPIC_MAX_USER_PIN_LEN;
  ------------------
  |  |  106|      2|#define BELPIC_MAX_USER_PIN_LEN		12
  ------------------
  342|      2|	data->apdu = NULL;
  343|       |
  344|      2|	return iso_ops->pin_cmd(card, data);
  345|      2|}

get_cac_label:
   62|  4.80k|{
   63|  4.80k|	if (index < 0 || index >= MAX_CAC_SLOTS)
  ------------------
  |  |   70|  4.80k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (63:6): [True: 0, False: 4.80k]
  |  Branch (63:19): [True: 0, False: 4.80k]
  ------------------
   64|      0|		return NULL;
   65|       |
   66|  4.80k|	return cac_labels[index];
   67|  4.80k|}
cac_new_private_data:
   83|  1.19k|{
   84|  1.19k|	cac_private_data_t *priv;
   85|       |
   86|  1.19k|	priv = calloc(1, sizeof(cac_private_data_t));
   87|  1.19k|	if (priv == NULL)
  ------------------
  |  Branch (87:6): [True: 0, False: 1.19k]
  ------------------
   88|      0|		return NULL;
   89|       |
   90|       |	/* Initialize PKI Applets list */
   91|  1.19k|	if (list_init(&priv->pki_list) != 0 ||
  ------------------
  |  Branch (91:6): [True: 0, False: 1.19k]
  ------------------
   92|  1.19k|	    list_attributes_comparator(&priv->pki_list, cac_list_compare_path) != 0 ||
  ------------------
  |  Branch (92:6): [True: 0, False: 1.19k]
  ------------------
   93|  1.19k|	    list_attributes_copy(&priv->pki_list, cac_list_meter, 1) != 0) {
  ------------------
  |  Branch (93:6): [True: 0, False: 1.19k]
  ------------------
   94|      0|		cac_free_private_data(priv);
   95|      0|		return NULL;
   96|      0|	}
   97|       |
   98|       |	/* Initialize General Applets List */
   99|  1.19k|	if (list_init(&priv->general_list) != 0 ||
  ------------------
  |  Branch (99:6): [True: 0, False: 1.19k]
  ------------------
  100|  1.19k|	    list_attributes_comparator(&priv->general_list, cac_list_compare_path) != 0 ||
  ------------------
  |  Branch (100:6): [True: 0, False: 1.19k]
  ------------------
  101|  1.19k|	    list_attributes_copy(&priv->general_list, cac_list_meter, 1) != 0) {
  ------------------
  |  Branch (101:6): [True: 0, False: 1.19k]
  ------------------
  102|      0|		cac_free_private_data(priv);
  103|      0|		return NULL;
  104|      0|	}
  105|       |
  106|  1.19k|	return priv;
  107|  1.19k|}
cac_free_private_data:
  110|  1.19k|{
  111|  1.19k|	free(priv->cac_id);
  112|  1.19k|	free(priv->cache_buf);
  113|  1.19k|	free(priv->aca_path);
  114|  1.19k|	list_destroy(&priv->pki_list);
  115|  1.19k|	list_destroy(&priv->general_list);
  116|  1.19k|	free(priv);
  117|  1.19k|	return;
  118|  1.19k|}
cac_add_object_to_list:
  121|  9.46k|{
  122|  9.46k|	if (list_append(list, object) < 0)
  ------------------
  |  Branch (122:6): [True: 0, False: 9.46k]
  ------------------
  123|      0|		return SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|      0|#define SC_ERROR_UNKNOWN			-1900
  ------------------
  124|  9.46k|	return SC_SUCCESS;
  ------------------
  |  |   28|  9.46k|#define SC_SUCCESS				0
  ------------------
  125|  9.46k|}
card-cac-common.c:cac_list_compare_path:
   70|  65.9k|{
   71|  65.9k|	if (a == NULL || b == NULL)
  ------------------
  |  Branch (71:6): [True: 0, False: 65.9k]
  |  Branch (71:19): [True: 0, False: 65.9k]
  ------------------
   72|      0|		return 1;
   73|  65.9k|	return memcmp( &((cac_object_t *) a)->path,
   74|  65.9k|		&((cac_object_t *) b)->path, sizeof(sc_path_t));
   75|  65.9k|}
card-cac-common.c:cac_list_meter:
   78|  9.46k|static size_t cac_list_meter(const void *el) {
   79|  9.46k|	return sizeof(cac_object_t);
   80|  9.46k|}

sc_get_cac_driver:
 1911|  32.8k|{
 1912|  32.8k|	return sc_get_driver();
 1913|  32.8k|}
card-cac.c:sc_get_driver:
 1885|  32.8k|{
 1886|  32.8k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1887|       |
 1888|  32.8k|	cac_ops = *iso_drv->ops;
 1889|  32.8k|	cac_ops.match_card = cac_match_card;
 1890|  32.8k|	cac_ops.init = cac_init;
 1891|  32.8k|	cac_ops.finish = cac_finish;
 1892|       |
 1893|  32.8k|	cac_ops.select_file =  cac_select_file; /* need to record object type */
 1894|  32.8k|	cac_ops.get_challenge = cac_get_challenge;
 1895|  32.8k|	cac_ops.read_binary = cac_read_binary;
 1896|       |	/* CAC driver is read only */
 1897|  32.8k|	cac_ops.write_binary = NULL;
 1898|  32.8k|	cac_ops.set_security_env = cac_set_security_env;
 1899|  32.8k|	cac_ops.restore_security_env = cac_restore_security_env;
 1900|  32.8k|	cac_ops.compute_signature = cac_compute_signature;
 1901|  32.8k|	cac_ops.decipher =  cac_decipher;
 1902|  32.8k|	cac_ops.card_ctl = cac_card_ctl;
 1903|  32.8k|	cac_ops.pin_cmd = cac_pin_cmd;
 1904|  32.8k|	cac_ops.logout = cac_logout;
 1905|       |
 1906|  32.8k|	return &cac_drv;
 1907|  32.8k|}
card-cac.c:cac_match_card:
 1796|  4.72k|{
 1797|  4.72k|	int r;
 1798|  4.72k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  4.72k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  4.72k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  4.72k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 4.72k]
  |  |  ------------------
  ------------------
 1799|       |
 1800|  4.72k|	r = cac_find_and_initialize(card, 0);
 1801|  4.72k|	return (r == SC_SUCCESS); /* never match */
  ------------------
  |  |   28|  4.72k|#define SC_SUCCESS				0
  ------------------
 1802|  4.72k|}
card-cac.c:cac_find_and_initialize:
 1719|  5.77k|{
 1720|  5.77k|	int r, index;
 1721|  5.77k|	cac_private_data_t *priv = NULL;
 1722|       |
 1723|       |	/* already initialized? */
 1724|  5.77k|	if (card->drv_data) {
  ------------------
  |  Branch (1724:6): [True: 0, False: 5.77k]
  ------------------
 1725|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1726|      0|	}
 1727|       |
 1728|       |	/* is this a CAC-2 specified in NIST Interagency Report 6887 -
 1729|       |	 * "Government Smart Card Interoperability Specification v2.1 July 2003" */
 1730|  5.77k|	r = cac_select_CCC(card);
 1731|  5.77k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  5.77k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1731:6): [True: 1.24k, False: 4.53k]
  ------------------
 1732|  1.24k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "CCC found, is CAC-2");
  ------------------
  |  |   70|  1.24k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1733|  1.24k|		if (!initialize) /* match card only */
  ------------------
  |  Branch (1733:7): [True: 780, False: 461]
  ------------------
 1734|    780|			return r;
 1735|       |
 1736|    461|		priv = cac_new_private_data();
 1737|    461|		if (!priv)
  ------------------
  |  Branch (1737:7): [True: 0, False: 461]
  ------------------
 1738|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1739|    461|		r = cac_process_CCC(card, priv, 0);
 1740|    461|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    461|#define SC_SUCCESS				0
  ------------------
  |  Branch (1740:7): [True: 225, False: 236]
  ------------------
 1741|    225|			card->type = SC_CARD_TYPE_CAC_II;
 1742|    225|			card->drv_data = priv;
 1743|    225|			return r;
 1744|    225|		}
 1745|    461|	}
 1746|       |
 1747|       |	/* Even some ALT tokens can be missing CCC so we should try with ACA */
 1748|  4.77k|	r = cac_select_ACA(card);
 1749|  4.77k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  4.77k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1749:6): [True: 598, False: 4.17k]
  ------------------
 1750|    598|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "ACA found, is CAC-2 without CCC");
  ------------------
  |  |   70|    598|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1751|    598|		if (!initialize) /* match card only */
  ------------------
  |  Branch (1751:7): [True: 169, False: 429]
  ------------------
 1752|    169|			return r;
 1753|       |
 1754|    429|		if (!priv) {
  ------------------
  |  Branch (1754:7): [True: 385, False: 44]
  ------------------
 1755|    385|			priv = cac_new_private_data();
 1756|    385|			if (!priv)
  ------------------
  |  Branch (1756:8): [True: 0, False: 385]
  ------------------
 1757|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1758|    385|		}
 1759|    429|		r = cac_process_ACA(card, priv);
 1760|    429|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    429|#define SC_SUCCESS				0
  ------------------
  |  Branch (1760:7): [True: 354, False: 75]
  ------------------
 1761|    354|			card->type = SC_CARD_TYPE_CAC_ALT_HID;
 1762|    354|			card->drv_data = priv;
 1763|    354|			return r;
 1764|    354|		}
 1765|    429|	}
 1766|       |
 1767|       |	/* is this a CAC Alt token without any accompanying structures */
 1768|  4.24k|	r = cac_find_first_pki_applet(card, &index);
 1769|  4.24k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  4.24k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1769:6): [True: 393, False: 3.85k]
  ------------------
 1770|    393|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "PKI applet found, is bare CAC Alt");
  ------------------
  |  |   70|    393|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1771|    393|		if (!initialize) /* match card only */
  ------------------
  |  Branch (1771:7): [True: 100, False: 293]
  ------------------
 1772|    100|			return r;
 1773|       |
 1774|    293|		if (!priv) {
  ------------------
  |  Branch (1774:7): [True: 181, False: 112]
  ------------------
 1775|    181|			priv = cac_new_private_data();
 1776|    181|			if (!priv)
  ------------------
  |  Branch (1776:8): [True: 0, False: 181]
  ------------------
 1777|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1778|    181|		}
 1779|    293|		card->drv_data = priv; /* needed for the read_binary() */
 1780|    293|		r = cac_populate_cac_alt(card, index, priv);
 1781|    293|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    293|#define SC_SUCCESS				0
  ------------------
  |  Branch (1781:7): [True: 234, False: 59]
  ------------------
 1782|    234|			card->type = SC_CARD_TYPE_CAC_II;
 1783|    234|			return r;
 1784|    234|		}
 1785|     59|		card->drv_data = NULL; /* reset on failure */
 1786|     59|	}
 1787|  3.91k|	if (priv) {
  ------------------
  |  Branch (1787:6): [True: 214, False: 3.70k]
  ------------------
 1788|    214|		cac_free_private_data(priv);
 1789|    214|	}
 1790|  3.91k|	return r;
 1791|  4.24k|}
card-cac.c:cac_select_CCC:
 1218|  5.77k|{
 1219|       |	return cac_select_file_by_type(card, &cac_CCC_Path, NULL);
 1220|  5.77k|}
card-cac.c:cac_select_file_by_type:
 1023|  88.8k|{
 1024|  88.8k|	struct sc_context *ctx;
 1025|  88.8k|	struct sc_apdu apdu;
 1026|  88.8k|	unsigned char buf[SC_MAX_APDU_BUFFER_SIZE];
 1027|  88.8k|	unsigned char pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
 1028|  88.8k|	int r, pathtype;
 1029|  88.8k|	size_t pathlen;
 1030|  88.8k|	struct sc_file *file = NULL;
 1031|  88.8k|	cac_private_data_t *priv;
 1032|       |
 1033|  88.8k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (1033:6): [True: 0, False: 88.8k]
  |  Branch (1033:22): [True: 0, False: 88.8k]
  ------------------
 1034|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1035|       |
 1036|  88.8k|	priv = CAC_DATA(card);
  ------------------
  |  |   61|  88.8k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
 1037|  88.8k|	ctx = card->ctx;
 1038|       |
 1039|  88.8k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  88.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  88.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  88.8k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 88.8k]
  |  |  ------------------
  ------------------
 1040|       |
 1041|  88.8k|	memcpy(path, in_path->value, in_path->len);
 1042|  88.8k|	pathlen = in_path->len;
 1043|  88.8k|	pathtype = in_path->type;
 1044|       |
 1045|  88.8k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  88.8k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1046|  88.8k|	    "path=%s, path->value=%s path->type=%d (%x)",
 1047|  88.8k|	    sc_print_path(in_path),
 1048|  88.8k|	    sc_dump_hex(in_path->value, in_path->len),
 1049|  88.8k|	    in_path->type, in_path->type);
 1050|  88.8k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "file_out=%p index=%d count=%d\n",
  ------------------
  |  |   70|  88.8k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1051|  88.8k|	    file_out, in_path->index, in_path->count);
 1052|       |
 1053|       |	/* Sigh, iso7816_select_file expects paths to keys to have specific
 1054|       |	 * formats. There is no override. We have to add some bytes to the
 1055|       |	 * path to make it happy.
 1056|       |	 * We only need to do this for private keys.
 1057|       |	 */
 1058|  88.8k|	if ((pathlen > 2) && (pathlen <= 4) && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (1058:6): [True: 2.44k, False: 86.4k]
  |  Branch (1058:23): [True: 2.44k, False: 0]
  |  Branch (1058:41): [True: 2.44k, False: 0]
  ------------------
 1059|  2.44k|		path += 2;
 1060|  2.44k|		pathlen -= 2;
 1061|  2.44k|	}
 1062|       |
 1063|       |
 1064|       |	/* CAC has multiple different type of objects that aren't PKCS #15. When we read
 1065|       |	 * them we need convert them to something PKCS #15 would understand. Find the object
 1066|       |	 * and object type here:
 1067|       |	 */
 1068|  88.8k|	if (priv) { /* don't record anything if we haven't been initialized yet */
  ------------------
  |  Branch (1068:6): [True: 12.2k, False: 76.6k]
  ------------------
 1069|  12.2k|		priv->object_type = CAC_OBJECT_TYPE_GENERIC;
  ------------------
  |  |  172|  12.2k|#define CAC_OBJECT_TYPE_GENERIC		5
  ------------------
 1070|  12.2k|		if (cac_is_cert(priv, in_path)) {
  ------------------
  |  Branch (1070:7): [True: 3.54k, False: 8.68k]
  ------------------
 1071|  3.54k|			priv->object_type = CAC_OBJECT_TYPE_CERT;
  ------------------
  |  |  170|  3.54k|#define CAC_OBJECT_TYPE_CERT		1
  ------------------
 1072|  3.54k|		}
 1073|       |
 1074|       |		/* forget any old cached values */
 1075|  12.2k|		if (priv->cache_buf) {
  ------------------
  |  Branch (1075:7): [True: 230, False: 11.9k]
  ------------------
 1076|    230|			free(priv->cache_buf);
 1077|    230|			priv->cache_buf = NULL;
 1078|    230|		}
 1079|  12.2k|		priv->cache_buf_len = 0;
 1080|  12.2k|		priv->cached = 0;
 1081|  12.2k|	}
 1082|       |
 1083|  88.8k|	if (in_path->aid.len) {
  ------------------
  |  Branch (1083:6): [True: 86.4k, False: 2.43k]
  ------------------
 1084|  86.4k|		if (!pathlen) {
  ------------------
  |  Branch (1084:7): [True: 82.6k, False: 3.78k]
  ------------------
 1085|  82.6k|			memcpy(path, in_path->aid.value, in_path->aid.len);
 1086|  82.6k|			pathlen = in_path->aid.len;
 1087|  82.6k|			pathtype = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  82.6k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
 1088|  82.6k|		} else {
 1089|       |			/* First, select the application */
 1090|  3.78k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"select application" );
  ------------------
  |  |   70|  3.78k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1091|  3.78k|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 4, 0);
  ------------------
  |  |  293|  3.78k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1092|  3.78k|			apdu.data = in_path->aid.value;
 1093|  3.78k|			apdu.datalen = in_path->aid.len;
 1094|  3.78k|			apdu.lc = in_path->aid.len;
 1095|       |
 1096|  3.78k|			r = sc_transmit_apdu(card, &apdu);
 1097|  3.78k|			LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  3.78k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.78k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.78k|	int _ret = (r); \
  |  |  |  |  168|  3.78k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 3.76k]
  |  |  |  |  ------------------
  |  |  |  |  169|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     18|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     18|		return _ret; \
  |  |  |  |  172|     18|	} \
  |  |  |  |  173|  3.78k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.76k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1098|  3.76k|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1099|  3.76k|			if (r)
  ------------------
  |  Branch (1099:8): [True: 820, False: 2.94k]
  ------------------
 1100|  3.76k|				LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    820|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    820|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    820|	int _ret = r; \
  |  |  |  |  155|    820|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 820, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    820|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    820|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 820, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    820|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    820|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    820|	return _ret; \
  |  |  |  |  163|    820|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|       |
 1102|  3.76k|		}
 1103|  86.4k|	}
 1104|       |
 1105|  88.0k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  294|  88.0k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1106|       |
 1107|  88.0k|	switch (pathtype) {
 1108|       |	/* ideally we would had SC_PATH_TYPE_OBJECT_ID and add code to the iso7816 select.
 1109|       |	 * Unfortunately we'd also need to update the caching code as well. For now just
 1110|       |	 * use FILE_ID and change p1 here */
 1111|  2.94k|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|  2.94k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (1111:2): [True: 2.94k, False: 85.0k]
  ------------------
 1112|  2.94k|		apdu.p1 = 2;
 1113|  2.94k|		if (pathlen != 2)
  ------------------
  |  Branch (1113:7): [True: 0, False: 2.94k]
  ------------------
 1114|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1115|  2.94k|		break;
 1116|  82.6k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  82.6k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1116:2): [True: 82.6k, False: 5.38k]
  ------------------
 1117|  82.6k|		apdu.p1 = 4;
 1118|  82.6k|		break;
 1119|  2.43k|	default:
  ------------------
  |  Branch (1119:2): [True: 2.43k, False: 85.5k]
  ------------------
 1120|  2.43k|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|  2.43k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.43k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.43k|	int _ret = r; \
  |  |  |  |  155|  2.43k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.43k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.43k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.43k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.43k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.43k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.43k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.43k|	return _ret; \
  |  |  |  |  163|  2.43k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1121|  88.0k|	}
 1122|  85.5k|	apdu.lc = pathlen;
 1123|  85.5k|	apdu.data = path;
 1124|  85.5k|	apdu.datalen = pathlen;
 1125|  85.5k|	apdu.resp = buf;
 1126|  85.5k|	apdu.resplen = sizeof(buf);
 1127|  85.5k|	apdu.le = sc_get_max_recv_size(card) < 256 ? sc_get_max_recv_size(card) : 256;
  ------------------
  |  Branch (1127:12): [True: 0, False: 85.5k]
  ------------------
 1128|       |
 1129|  85.5k|	if (file_out != NULL) {
  ------------------
  |  Branch (1129:6): [True: 2.13k, False: 83.4k]
  ------------------
 1130|  2.13k|		apdu.p2 = 0;		/* first record, return FCI */
 1131|  2.13k|	}
 1132|  83.4k|	else {
 1133|  83.4k|		apdu.p2 = 0x0C;
 1134|  83.4k|	}
 1135|       |
 1136|  85.5k|	r = sc_transmit_apdu(card, &apdu);
 1137|  85.5k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  85.5k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  85.5k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  85.5k|	int _ret = (r); \
  |  |  |  |  168|  85.5k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.19k, False: 84.3k]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.19k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.19k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.19k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.19k|		return _ret; \
  |  |  |  |  172|  1.19k|	} \
  |  |  |  |  173|  85.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 84.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1138|       |
 1139|  84.3k|	if (file_out == NULL) {
  ------------------
  |  Branch (1139:6): [True: 82.2k, False: 2.10k]
  ------------------
 1140|       |		/* For some cards 'SELECT' can be only with request to return FCI/FCP. */
 1141|  82.2k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1142|  82.2k|		if (apdu.sw1 == 0x6A && apdu.sw2 == 0x86)   {
  ------------------
  |  Branch (1142:7): [True: 248, False: 82.0k]
  |  Branch (1142:27): [True: 105, False: 143]
  ------------------
 1143|    105|			apdu.p2 = 0x00;
 1144|    105|			apdu.resplen = sizeof(buf);
 1145|    105|			if (sc_transmit_apdu(card, &apdu) == SC_SUCCESS)
  ------------------
  |  |   28|    105|#define SC_SUCCESS				0
  ------------------
  |  Branch (1145:8): [True: 57, False: 48]
  ------------------
 1146|     57|				r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1147|    105|		}
 1148|  82.2k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (1148:7): [True: 48, False: 82.2k]
  ------------------
 1149|  82.2k|			LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     48|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     48|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     48|	int _ret = r; \
  |  |  |  |  155|     48|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 48, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     48|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 48]
  |  |  |  |  ------------------
  |  |  |  |  157|     48|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     48|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     48|	return _ret; \
  |  |  |  |  163|     48|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1150|  82.2k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  82.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  82.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  82.2k|	int _ret = r; \
  |  |  |  |  155|  82.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 82.2k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  82.2k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  73.9k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 73.9k, False: 8.31k]
  |  |  |  |  ------------------
  |  |  |  |  157|  82.2k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  82.2k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  82.2k|	return _ret; \
  |  |  |  |  163|  82.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1151|  82.2k|	}
 1152|       |
 1153|  2.10k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1154|  2.10k|	if (r)
  ------------------
  |  Branch (1154:6): [True: 778, False: 1.32k]
  ------------------
 1155|  2.10k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    778|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    778|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    778|	int _ret = r; \
  |  |  |  |  155|    778|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 778, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    778|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    778|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 778, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    778|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    778|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    778|	return _ret; \
  |  |  |  |  163|    778|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1156|       |
 1157|       |	/* This needs to come after the applet selection */
 1158|  1.32k|	if (priv && in_path->len >= 2) {
  ------------------
  |  Branch (1158:6): [True: 1.32k, False: 0]
  |  Branch (1158:14): [True: 468, False: 857]
  ------------------
 1159|       |		/* get applet properties to know if we can treat the
 1160|       |		 * buffer as SimpleLTV and if we have PKI applet.
 1161|       |		 *
 1162|       |		 * Do this only if we select applets for reading
 1163|       |		 * (not during driver initialization)
 1164|       |		 */
 1165|    468|		cac_properties_t prop = {0};
 1166|    468|		size_t i = -1;
 1167|       |
 1168|    468|		r = cac_get_properties(card, &prop);
 1169|    468|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    468|#define SC_SUCCESS				0
  ------------------
  |  Branch (1169:7): [True: 390, False: 78]
  ------------------
 1170|    498|			for (i = 0; i < prop.num_objects; i++) {
  ------------------
  |  Branch (1170:16): [True: 151, False: 347]
  ------------------
 1171|    151|				sc_log(card->ctx, "Searching for our OID: 0x%02x 0x%02x = 0x%02x 0x%02x",
  ------------------
  |  |   71|    151|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1172|    151|				    prop.objects[i].oid[0], prop.objects[i].oid[1],
 1173|    151|					in_path->value[0], in_path->value[1]);
 1174|    151|				if (memcmp(prop.objects[i].oid,
  ------------------
  |  Branch (1174:9): [True: 43, False: 108]
  ------------------
 1175|    151|				    in_path->value, 2) == 0)
 1176|     43|					break;
 1177|    151|			}
 1178|    390|		}
 1179|    468|		if (i < prop.num_objects) {
  ------------------
  |  Branch (1179:7): [True: 43, False: 425]
  ------------------
 1180|     43|			if (prop.objects[i].privatekey)
  ------------------
  |  Branch (1180:8): [True: 3, False: 40]
  ------------------
 1181|      3|				priv->object_type = CAC_OBJECT_TYPE_CERT;
  ------------------
  |  |  170|      3|#define CAC_OBJECT_TYPE_CERT		1
  ------------------
 1182|     40|			else if (prop.objects[i].simpletlv == 0)
  ------------------
  |  Branch (1182:13): [True: 39, False: 1]
  ------------------
 1183|     39|				priv->object_type = CAC_OBJECT_TYPE_TLV_FILE;
  ------------------
  |  |  171|     39|#define CAC_OBJECT_TYPE_TLV_FILE	4
  ------------------
 1184|     43|		}
 1185|    468|	}
 1186|       |
 1187|       |	/* CAC cards never return FCI, fake one */
 1188|  1.32k|	file = sc_file_new();
 1189|  1.32k|	if (file == NULL)
  ------------------
  |  Branch (1189:6): [True: 0, False: 1.32k]
  ------------------
 1190|  1.32k|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1191|  1.32k|	file->path = *in_path;
 1192|  1.32k|	file->size = CAC_MAX_SIZE; /* we don't know how big, just give a large size until we can read the file */
  ------------------
  |  |   26|  1.32k|#define CAC_MAX_SIZE 4096		/* arbitrary, just needs to be 'large enough' */
  ------------------
 1193|       |
 1194|  1.32k|	*file_out = file;
 1195|  1.32k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.32k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.32k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.32k|	int _ret = r; \
  |  |  |  |  155|  1.32k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.32k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.32k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.32k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.32k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.32k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.32k|	return _ret; \
  |  |  |  |  163|  1.32k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1196|       |
 1197|  1.32k|}
card-cac.c:cac_is_cert:
  231|  12.2k|{
  232|  12.2k|	cac_object_t test_obj = {0};
  233|  12.2k|	test_obj.path = *in_path;
  234|  12.2k|	test_obj.path.index = 0;
  235|  12.2k|	test_obj.path.count = 0;
  236|       |
  237|  12.2k|	return (list_contains(&priv->pki_list, &test_obj) != 0);
  238|  12.2k|}
card-cac.c:cac_get_properties:
  919|    684|{
  920|    684|	u8 *rbuf = NULL;
  921|    684|	size_t rbuflen = 0, len;
  922|    684|	const u8 *val, *val_end;
  923|    684|	u8 tag;
  924|    684|	size_t i = 0;
  925|    684|	int r;
  926|    684|	prop->num_objects = 0;
  927|       |
  928|    684|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    684|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    684|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    684|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 684]
  |  |  ------------------
  ------------------
  929|       |
  930|    684|	r = cac_apdu_io(card, CAC_INS_GET_PROPERTIES, 0x01, 0x00, NULL, 0,
  ------------------
  |  |   63|    684|#define CAC_INS_GET_PROPERTIES        0x56
  ------------------
  931|    684|		&rbuf, &rbuflen);
  932|    684|	if (r < 0)
  ------------------
  |  Branch (932:6): [True: 82, False: 602]
  ------------------
  933|     82|		return r;
  934|       |
  935|    602|	val = rbuf;
  936|    602|	val_end = val + rbuflen;
  937|  9.03k|	for (; val < val_end; val += len) {
  ------------------
  |  Branch (937:9): [True: 8.72k, False: 310]
  ------------------
  938|       |		/* get the tag and the length */
  939|  8.72k|		if (sc_simpletlv_read_tag(&val, val_end - val, &tag, &len) != SC_SUCCESS)
  ------------------
  |  |   28|  8.72k|#define SC_SUCCESS				0
  ------------------
  |  Branch (939:7): [True: 288, False: 8.43k]
  ------------------
  940|    288|			break;
  941|       |
  942|  8.43k|		switch (tag) {
  943|  1.03k|		case CAC_TAG_APPLET_INFORMATION:
  ------------------
  |  |   89|  1.03k|#define CAC_TAG_APPLET_INFORMATION    0x01
  ------------------
  |  Branch (943:3): [True: 1.03k, False: 7.39k]
  ------------------
  944|  1.03k|			if (len != 5) {
  ------------------
  |  Branch (944:8): [True: 758, False: 276]
  ------------------
  945|    758|				sc_log(card->ctx, "TAG: Applet Information: Invalid length %zu", len);
  ------------------
  |  |   71|    758|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  946|    758|				break;
  947|    758|			}
  948|    276|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    276|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  949|    276|			    "TAG: Applet Information: Family: 0x%0x", val[0]);
  950|    276|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    276|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  951|    276|			    "     Applet Version: 0x%02x 0x%02x 0x%02x 0x%02x",
  952|    276|			    val[1], val[2], val[3], val[4]);
  953|    276|			break;
  954|       |
  955|  1.03k|		case CAC_TAG_NUMBER_OF_OBJECTS:
  ------------------
  |  |   90|  1.03k|#define CAC_TAG_NUMBER_OF_OBJECTS     0x40
  ------------------
  |  Branch (955:3): [True: 1.03k, False: 7.39k]
  ------------------
  956|  1.03k|			if (len != 1) {
  ------------------
  |  Branch (956:8): [True: 270, False: 766]
  ------------------
  957|    270|				sc_log(card->ctx, "TAG: Num objects: Invalid length %zu", len);
  ------------------
  |  |   71|    270|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  958|    270|				break;
  959|    270|			}
  960|    766|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    766|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  961|    766|			    "TAG: Num objects = %hhd", *val);
  962|       |			/* make sure we do not overrun buffer */
  963|    766|			prop->num_objects = MIN(val[0], CAC_MAX_OBJECTS);
  ------------------
  |  |   70|    766|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 333, False: 433]
  |  |  ------------------
  ------------------
  964|    766|			break;
  965|       |
  966|    843|		case CAC_TAG_TV_BUFFER:
  ------------------
  |  |   91|    843|#define CAC_TAG_TV_BUFFER             0x50
  ------------------
  |  Branch (966:3): [True: 843, False: 7.59k]
  ------------------
  967|    843|			if (len != 17) {
  ------------------
  |  Branch (967:8): [True: 196, False: 647]
  ------------------
  968|    196|				sc_log(card->ctx, "TAG: TV Object: Invalid length %zu", len);
  ------------------
  |  |   71|    196|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  969|    196|				break;
  970|    196|			}
  971|    647|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "TAG: TV Object nr. %zu", i);
  ------------------
  |  |   70|    647|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  972|    647|			if (i >= CAC_MAX_OBJECTS) {
  ------------------
  |  |  145|    647|#define CAC_MAX_OBJECTS 16
  ------------------
  |  Branch (972:8): [True: 1, False: 646]
  ------------------
  973|      1|				free(rbuf);
  974|      1|				return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  975|      1|			}
  976|       |
  977|    646|			if (cac_parse_properties_object(card, tag, val, len,
  ------------------
  |  Branch (977:8): [True: 121, False: 525]
  ------------------
  978|    646|			    &prop->objects[i]) == SC_SUCCESS)
  ------------------
  |  |   28|    646|#define SC_SUCCESS				0
  ------------------
  979|    121|				i++;
  980|    646|			break;
  981|       |
  982|  1.55k|		case CAC_TAG_PKI_OBJECT:
  ------------------
  |  |   92|  1.55k|#define CAC_TAG_PKI_OBJECT            0x51
  ------------------
  |  Branch (982:3): [True: 1.55k, False: 6.87k]
  ------------------
  983|  1.55k|			if (len != 17) {
  ------------------
  |  Branch (983:8): [True: 229, False: 1.32k]
  ------------------
  984|    229|				sc_log(card->ctx, "TAG: PKI Object: Invalid length %zu", len);
  ------------------
  |  |   71|    229|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  985|    229|				break;
  986|    229|			}
  987|  1.32k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "TAG: PKI Object nr. %zu", i);
  ------------------
  |  |   70|  1.32k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  988|  1.32k|			if (i >= CAC_MAX_OBJECTS) {
  ------------------
  |  |  145|  1.32k|#define CAC_MAX_OBJECTS 16
  ------------------
  |  Branch (988:8): [True: 3, False: 1.32k]
  ------------------
  989|      3|				free(rbuf);
  990|      3|				return SC_SUCCESS;
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
  991|      3|			}
  992|       |
  993|  1.32k|			if (cac_parse_properties_object(card, tag, val, len,
  ------------------
  |  Branch (993:8): [True: 431, False: 894]
  ------------------
  994|  1.32k|			    &prop->objects[i]) == SC_SUCCESS)
  ------------------
  |  |   28|  1.32k|#define SC_SUCCESS				0
  ------------------
  995|    431|				i++;
  996|  1.32k|			break;
  997|       |
  998|  3.96k|		default:
  ------------------
  |  Branch (998:3): [True: 3.96k, False: 4.47k]
  ------------------
  999|       |			/* ignore tags we don't understand */
 1000|  3.96k|			sc_log(card->ctx, "TAG: Unknown (0x%02x), len=%zu", tag, len);
  ------------------
  |  |   71|  3.96k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1001|  3.96k|			break;
 1002|  8.43k|		}
 1003|  8.43k|	}
 1004|    598|	free(rbuf);
 1005|       |	/* sanity */
 1006|    598|	if (i != prop->num_objects)
  ------------------
  |  Branch (1006:6): [True: 133, False: 465]
  ------------------
 1007|    133|		sc_log(card->ctx, "The announced number of objects (%zu) did not match reality (%zu)",
  ------------------
  |  |   71|    133|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1008|    598|				prop->num_objects, i);
 1009|    598|	prop->num_objects = i;
 1010|       |
 1011|    598|	return SC_SUCCESS;
  ------------------
  |  |   28|    598|#define SC_SUCCESS				0
  ------------------
 1012|    602|}
card-cac.c:cac_apdu_io:
  253|  40.7k|{
  254|  40.7k|	int r;
  255|  40.7k|	sc_apdu_t apdu = {0};
  256|  40.7k|	u8 rbufinitbuf[CAC_MAX_SIZE];
  257|  40.7k|	u8 *rbuf;
  258|  40.7k|	size_t rbuflen;
  259|  40.7k|	unsigned int apdu_case = SC_APDU_CASE_1;
  ------------------
  |  |  291|  40.7k|#define SC_APDU_CASE_1			0x01
  ------------------
  260|       |
  261|       |
  262|  40.7k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  40.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  40.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  40.7k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 40.7k]
  |  |  ------------------
  ------------------
  263|       |
  264|  40.7k|	sc_log(card->ctx, "%02x %02x %02x %zu : %zu %zu",
  ------------------
  |  |   71|  40.7k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  265|  40.7k|			ins, p1, p2, sendbuflen, card->max_send_size, card->max_recv_size);
  266|       |
  267|  40.7k|	rbuf = rbufinitbuf;
  268|  40.7k|	rbuflen = sizeof(rbufinitbuf);
  269|       |
  270|       |	/* if caller provided a buffer and length */
  271|  40.7k|	if (recvbuf && *recvbuf && recvbuflen && *recvbuflen) {
  ------------------
  |  Branch (271:6): [True: 40.7k, False: 0]
  |  Branch (271:17): [True: 38.5k, False: 2.24k]
  |  Branch (271:29): [True: 38.5k, False: 0]
  |  Branch (271:43): [True: 38.5k, False: 0]
  ------------------
  272|  38.5k|		rbuf = *recvbuf;
  273|  38.5k|		rbuflen = *recvbuflen;
  274|  38.5k|	}
  275|       |
  276|  40.7k|	if (recvbuf) {
  ------------------
  |  Branch (276:6): [True: 40.7k, False: 0]
  ------------------
  277|  40.7k|		if (sendbuf)
  ------------------
  |  Branch (277:7): [True: 39.6k, False: 1.11k]
  ------------------
  278|  39.6k|			apdu_case = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|  39.6k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  279|  1.11k|		else
  280|  1.11k|			apdu_case = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|  1.11k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  281|  40.7k|	} else if (sendbuf)
  ------------------
  |  Branch (281:13): [True: 0, False: 0]
  ------------------
  282|      0|		apdu_case = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  283|       |
  284|       |
  285|  40.7k|	sc_format_apdu(card, &apdu, apdu_case, ins, p1, p2);
  286|       |
  287|  40.7k|	apdu.lc = sendbuflen;
  288|  40.7k|	apdu.datalen = sendbuflen;
  289|  40.7k|	apdu.data = sendbuf;
  290|       |
  291|  40.7k|	if (recvbuf) {
  ------------------
  |  Branch (291:6): [True: 40.7k, False: 0]
  ------------------
  292|  40.7k|		apdu.resp = rbuf;
  293|  40.7k|		apdu.le = (rbuflen > 255) ? 255 : rbuflen;
  ------------------
  |  Branch (293:13): [True: 2.24k, False: 38.5k]
  ------------------
  294|  40.7k|		apdu.resplen = rbuflen;
  295|  40.7k|	} else {
  296|      0|		 apdu.resp =  rbuf;
  297|      0|		 apdu.le = 0;
  298|      0|		 apdu.resplen = 0;
  299|      0|	}
  300|       |
  301|  40.7k|	sc_log(card->ctx, "calling sc_transmit_apdu flags=%lx le=%zu, resplen=%zu, resp=%p",
  ------------------
  |  |   71|  40.7k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  302|  40.7k|			apdu.flags, apdu.le, apdu.resplen, apdu.resp);
  303|       |
  304|       |	/* with new adpu.c and chaining, this actually reads the whole object */
  305|  40.7k|	r = sc_transmit_apdu(card, &apdu);
  306|       |
  307|  40.7k|	sc_log(card->ctx, "result r=%d apdu.resplen=%zu sw1=%02x sw2=%02x",
  ------------------
  |  |   71|  40.7k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  308|  40.7k|			r, apdu.resplen, apdu.sw1, apdu.sw2);
  309|  40.7k|	if (r < 0) {
  ------------------
  |  Branch (309:6): [True: 530, False: 40.2k]
  ------------------
  310|    530|		sc_log(card->ctx, "Transmit failed");
  ------------------
  |  |   71|    530|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  311|    530|		goto err;
  312|    530|	}
  313|       |
  314|  40.2k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  315|       |
  316|  40.2k|	if (r < 0) {
  ------------------
  |  Branch (316:6): [True: 794, False: 39.4k]
  ------------------
  317|    794|		sc_log(card->ctx,  "Card returned error ");
  ------------------
  |  |   71|    794|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  318|    794|		goto err;
  319|    794|	}
  320|       |
  321|  39.4k|	if (recvbuflen) {
  ------------------
  |  Branch (321:6): [True: 39.4k, False: 0]
  ------------------
  322|  39.4k|		if (recvbuf && *recvbuf == NULL) {
  ------------------
  |  Branch (322:7): [True: 39.4k, False: 0]
  |  Branch (322:18): [True: 2.04k, False: 37.4k]
  ------------------
  323|  2.04k|			*recvbuf =  malloc(apdu.resplen);
  324|  2.04k|			if (*recvbuf == NULL) {
  ------------------
  |  Branch (324:8): [True: 0, False: 2.04k]
  ------------------
  325|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  326|      0|				goto err;
  327|      0|			}
  328|  2.04k|			memcpy(*recvbuf, rbuf, apdu.resplen);
  329|  2.04k|		}
  330|  39.4k|		*recvbuflen =  apdu.resplen;
  331|  39.4k|		r = (int)*recvbuflen;
  332|  39.4k|	}
  333|       |
  334|  40.7k|err:
  335|  40.7k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  40.7k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  40.7k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  40.7k|	int _ret = r; \
  |  |  |  |  155|  40.7k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.48k, False: 38.2k]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.48k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.32k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.32k, False: 1.15k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.48k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  38.2k|	} else { \
  |  |  |  |  159|  38.2k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  38.2k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  38.2k|	} \
  |  |  |  |  162|  40.7k|	return _ret; \
  |  |  |  |  163|  40.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  336|  40.7k|}
card-cac.c:cac_parse_properties_object:
  844|  1.97k|{
  845|  1.97k|	size_t len;
  846|  1.97k|	const u8 *val, *val_end;
  847|  1.97k|	u8 tag;
  848|  1.97k|	int parsed = 0;
  849|       |
  850|  1.97k|	if (data_len < 11)
  ------------------
  |  Branch (850:6): [True: 0, False: 1.97k]
  ------------------
  851|      0|		return -1;
  852|       |
  853|       |	/* Initialize: non-PKI applet */
  854|  1.97k|	object->privatekey = 0;
  855|       |
  856|  1.97k|	val = data;
  857|  1.97k|	val_end = data + data_len;
  858|  7.54k|	for (; val < val_end; val += len) {
  ------------------
  |  Branch (858:9): [True: 6.99k, False: 558]
  ------------------
  859|       |		/* get the tag and the length */
  860|  6.99k|		if (sc_simpletlv_read_tag(&val, val_end - val, &tag, &len) != SC_SUCCESS)
  ------------------
  |  |   28|  6.99k|#define SC_SUCCESS				0
  ------------------
  |  Branch (860:7): [True: 1.41k, False: 5.57k]
  ------------------
  861|  1.41k|			break;
  862|       |
  863|  5.57k|		switch (tag) {
  864|  1.32k|		case CAC_TAG_OBJECT_ID:
  ------------------
  |  |   93|  1.32k|#define CAC_TAG_OBJECT_ID             0x41
  ------------------
  |  Branch (864:3): [True: 1.32k, False: 4.24k]
  ------------------
  865|  1.32k|			if (len != 2) {
  ------------------
  |  Branch (865:8): [True: 250, False: 1.07k]
  ------------------
  866|    250|				sc_log(card->ctx, "TAG: Object ID: Invalid length %zu", len);
  ------------------
  |  |   71|    250|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  867|    250|				break;
  868|    250|			}
  869|  1.07k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  1.07k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  870|  1.07k|			    "TAG: Object ID = 0x%02x 0x%02x", val[0], val[1]);
  871|  1.07k|			memcpy(&object->oid, val, 2);
  872|  1.07k|			parsed++;
  873|  1.07k|			break;
  874|       |
  875|  1.19k|		case CAC_TAG_BUFFER_PROPERTIES:
  ------------------
  |  |   94|  1.19k|#define CAC_TAG_BUFFER_PROPERTIES     0x42
  ------------------
  |  Branch (875:3): [True: 1.19k, False: 4.37k]
  ------------------
  876|  1.19k|			if (len != 5) {
  ------------------
  |  Branch (876:8): [True: 680, False: 518]
  ------------------
  877|    680|				sc_log(card->ctx, "TAG: Buffer Properties: Invalid length %zu", len);
  ------------------
  |  |   71|    680|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  878|    680|				break;
  879|    680|			}
  880|       |			/* First byte is "Type of Tag Supported" */
  881|    518|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    518|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  882|    518|			    "TAG: Buffer Properties: Type of Tag Supported = 0x%02x",
  883|    518|			    val[0]);
  884|    518|			object->simpletlv = val[0];
  885|    518|			parsed++;
  886|    518|			break;
  887|       |
  888|  1.18k|		case CAC_TAG_PKI_PROPERTIES:
  ------------------
  |  |   95|  1.18k|#define CAC_TAG_PKI_PROPERTIES        0x43
  ------------------
  |  Branch (888:3): [True: 1.18k, False: 4.38k]
  ------------------
  889|       |			/* 4th byte is "Private Key Initialized" */
  890|  1.18k|			if (len != 4) {
  ------------------
  |  Branch (890:8): [True: 425, False: 763]
  ------------------
  891|    425|				sc_log(card->ctx, "TAG: PKI Properties: Invalid length %zu", len);
  ------------------
  |  |   71|    425|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  892|    425|				break;
  893|    425|			}
  894|    763|			if (type != CAC_TAG_PKI_OBJECT) {
  ------------------
  |  |   92|    763|#define CAC_TAG_PKI_OBJECT            0x51
  ------------------
  |  Branch (894:8): [True: 395, False: 368]
  ------------------
  895|    395|				sc_log(card->ctx, "TAG: PKI Properties outside of PKI Object");
  ------------------
  |  |   71|    395|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  896|    395|				break;
  897|    395|			}
  898|    368|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    368|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  899|    368|			    "TAG: PKI Properties: Private Key Initialized = 0x%02x",
  900|    368|			    val[2]);
  901|    368|			object->privatekey = val[2];
  902|    368|			parsed++;
  903|    368|			break;
  904|       |
  905|  1.86k|		default:
  ------------------
  |  Branch (905:3): [True: 1.86k, False: 3.71k]
  ------------------
  906|       |			/* ignore tags we don't understand */
  907|  1.86k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  1.86k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  908|  1.86k|			    "TAG: Unknown (0x%02x)",tag );
  909|  1.86k|			break;
  910|  5.57k|		}
  911|  5.57k|	}
  912|  1.97k|	if (parsed < 2)
  ------------------
  |  Branch (912:6): [True: 1.41k, False: 552]
  ------------------
  913|  1.41k|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|  1.41k|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  914|       |
  915|    552|	return SC_SUCCESS;
  ------------------
  |  |   28|    552|#define SC_SUCCESS				0
  ------------------
  916|  1.97k|}
card-cac.c:cac_process_CCC:
 1498|  2.90k|{
 1499|  2.90k|	u8 *tl = NULL, *val = NULL;
 1500|  2.90k|	size_t tl_len = 0, val_len = 0;
 1501|  2.90k|	int r;
 1502|       |
 1503|  2.90k|	if (depth > CAC_MAX_CCC_DEPTH) {
  ------------------
  |  |  106|  2.90k|#define CAC_MAX_CCC_DEPTH             16
  ------------------
  |  Branch (1503:6): [True: 4, False: 2.89k]
  ------------------
 1504|      4|		sc_log(card->ctx, "Too much recursive CCC found. Exiting");
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1505|      4|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      4|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 1506|      4|	}
 1507|       |
 1508|  2.89k|	r = cac_read_file(card, CAC_FILE_TAG, &tl, &tl_len);
  ------------------
  |  |   66|  2.89k|#define CAC_FILE_TAG    1
  ------------------
 1509|  2.89k|	if (r < 0)
  ------------------
  |  Branch (1509:6): [True: 152, False: 2.74k]
  ------------------
 1510|    152|		goto done;
 1511|       |
 1512|  2.74k|	r = cac_read_file(card, CAC_FILE_VALUE, &val, &val_len);
  ------------------
  |  |   67|  2.74k|#define CAC_FILE_VALUE  2
  ------------------
 1513|  2.74k|	if (r < 0)
  ------------------
  |  Branch (1513:6): [True: 28, False: 2.71k]
  ------------------
 1514|     28|		goto done;
 1515|       |
 1516|  2.71k|	r = cac_parse_CCC(card, priv, tl, tl_len, val, val_len, depth);
 1517|  2.89k|done:
 1518|  2.89k|	if (tl)
  ------------------
  |  Branch (1518:6): [True: 2.74k, False: 152]
  ------------------
 1519|  2.74k|		free(tl);
 1520|  2.89k|	if (val)
  ------------------
  |  Branch (1520:6): [True: 2.71k, False: 180]
  ------------------
 1521|  2.71k|		free(val);
 1522|  2.89k|	return r;
 1523|  2.71k|}
card-cac.c:cac_read_file:
  385|  7.64k|{
  386|  7.64k|	u8 params[2];
  387|  7.64k|	u8 count[2] = {0};
  388|  7.64k|	u8 *out = NULL;
  389|  7.64k|	u8 *out_ptr = NULL;
  390|  7.64k|	size_t offset = 0;
  391|  7.64k|	size_t size = 0;
  392|  7.64k|	size_t left = 0;
  393|  7.64k|	size_t len = 0;
  394|  7.64k|	int r;
  395|       |
  396|  7.64k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  7.64k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  7.64k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  7.64k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 7.64k]
  |  |  ------------------
  ------------------
  397|       |
  398|  7.64k|	params[0] = file_type;
  399|  7.64k|	params[1] = 2;
  400|       |
  401|       |	/* get the size */
  402|  7.64k|	len = sizeof(count);
  403|  7.64k|	out_ptr = count;
  404|  7.64k|	r = cac_apdu_io(card, CAC_INS_READ_FILE, 0, 0, &params[0], sizeof(params), &out_ptr, &len);
  ------------------
  |  |   61|  7.64k|#define CAC_INS_READ_FILE             0x52  /* read a TL or V file */
  ------------------
  405|  7.64k|	if (len == 0) {
  ------------------
  |  Branch (405:6): [True: 285, False: 7.36k]
  ------------------
  406|    285|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|    285|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  407|    285|	}
  408|  7.64k|	if (r < 0)
  ------------------
  |  Branch (408:6): [True: 745, False: 6.90k]
  ------------------
  409|    745|		goto fail;
  410|       |
  411|  6.90k|	left = size = lebytes2ushort(count);
  412|  6.90k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  6.90k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  413|  6.90k|			"got %zu bytes out_ptr=%p count&=%p count[0]=0x%02x count[1]=0x%02x, len=0x%04zx (%zu)",
  414|  6.90k|			len, out_ptr, &count, count[0], count[1], size, size);
  415|  6.90k|	out = out_ptr = malloc(size);
  416|  6.90k|	if (out == NULL) {
  ------------------
  |  Branch (416:6): [True: 0, False: 6.90k]
  ------------------
  417|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  418|      0|		goto fail;
  419|      0|	}
  420|  36.5k|	for (offset += 2; left > 0; offset += len, left -= len, out_ptr += len) {
  ------------------
  |  Branch (420:20): [True: 30.2k, False: 6.31k]
  ------------------
  421|  30.2k|		len = MIN(left, CAC_MAX_CHUNK_SIZE);
  ------------------
  |  |   70|  30.2k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 7.76k, False: 22.4k]
  |  |  ------------------
  ------------------
  422|  30.2k|		params[1] = len;
  423|  30.2k|		r = cac_apdu_io(card, CAC_INS_READ_FILE, HIGH_BYTE_OF_SHORT(offset), LOW_BYTE_OF_SHORT(offset),
  ------------------
  |  |   61|  30.2k|#define CAC_INS_READ_FILE             0x52  /* read a TL or V file */
  ------------------
              		r = cac_apdu_io(card, CAC_INS_READ_FILE, HIGH_BYTE_OF_SHORT(offset), LOW_BYTE_OF_SHORT(offset),
  ------------------
  |  |  382|  30.2k|#define HIGH_BYTE_OF_SHORT(x) (((x)>> 8) & 0xff)
  ------------------
              		r = cac_apdu_io(card, CAC_INS_READ_FILE, HIGH_BYTE_OF_SHORT(offset), LOW_BYTE_OF_SHORT(offset),
  ------------------
  |  |  383|  30.2k|#define LOW_BYTE_OF_SHORT(x) ((x) & 0xff)
  ------------------
  424|  30.2k|						&params[0], sizeof(params), &out_ptr, &len);
  425|       |		/* if there is no data, assume there is no file */
  426|  30.2k|		if (len == 0) {
  ------------------
  |  Branch (426:7): [True: 155, False: 30.0k]
  ------------------
  427|    155|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|    155|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  428|    155|		}
  429|  30.2k|		if (r < 0) {
  ------------------
  |  Branch (429:7): [True: 592, False: 29.6k]
  ------------------
  430|    592|			goto fail;
  431|    592|		}
  432|  30.2k|	}
  433|  6.31k|	*out_len = size;
  434|  6.31k|	*out_buf = out;
  435|  6.31k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  6.31k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  6.31k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  6.31k|	int _ret = r; \
  |  |  |  |  155|  6.31k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6.31k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  6.31k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6.31k]
  |  |  |  |  ------------------
  |  |  |  |  157|  6.31k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  6.31k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  6.31k|	return _ret; \
  |  |  |  |  163|  6.31k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|  1.33k|fail:
  437|  1.33k|	if (out)
  ------------------
  |  Branch (437:6): [True: 592, False: 745]
  ------------------
  438|    592|		free(out);
  439|  1.33k|	*out_len = 0;
  440|  1.33k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.33k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.33k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.33k|	int _ret = r; \
  |  |  |  |  155|  1.33k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.33k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.33k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.33k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.33k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.33k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.33k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.33k|	return _ret; \
  |  |  |  |  163|  1.33k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  441|  1.33k|}
card-cac.c:cac_parse_CCC:
 1391|  2.71k|{
 1392|  2.71k|	size_t len = 0;
 1393|  2.71k|	const u8 *tl_end = tl + tl_len;
 1394|  2.71k|	const u8 *val_end = val + val_len;
 1395|  2.71k|	sc_path_t new_path;
 1396|  2.71k|	int r;
 1397|       |
 1398|       |
 1399|  37.0k|	for (; (tl < tl_end) && (val< val_end); val += len) {
  ------------------
  |  Branch (1399:9): [True: 36.9k, False: 57]
  |  Branch (1399:26): [True: 36.9k, False: 36]
  ------------------
 1400|       |		/* get the tag and the length */
 1401|  36.9k|		u8 tag;
 1402|  36.9k|		r = sc_simpletlv_read_tag(&tl, tl_end - tl, &tag, &len);
 1403|  36.9k|		if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS) {
  ------------------
  |  |   28|  73.9k|#define SC_SUCCESS				0
  ------------------
              		if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS) {
  ------------------
  |  |   99|  3.22k|#define SC_ERROR_TLV_END_OF_CONTENTS	-1418
  ------------------
  |  Branch (1403:7): [True: 3.22k, False: 33.7k]
  |  Branch (1403:26): [True: 10, False: 3.21k]
  ------------------
 1404|     10|			sc_log(card->ctx, "Failed to parse tag from buffer");
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1405|     10|			break;
 1406|     10|		}
 1407|  36.9k|		if (val + len > val_end) {
  ------------------
  |  Branch (1407:7): [True: 2.10k, False: 34.8k]
  ------------------
 1408|  2.10k|			sc_log(card->ctx, "Invalid length %zu", len);
  ------------------
  |  |   71|  2.10k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1409|  2.10k|			break;
 1410|  2.10k|		}
 1411|  34.8k|		switch (tag) {
 1412|  2.30k|		case CAC_TAG_CUID:
  ------------------
  |  |   72|  2.30k|#define CAC_TAG_CUID                  0xF0
  ------------------
  |  Branch (1412:3): [True: 2.30k, False: 32.5k]
  ------------------
 1413|  2.30k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG:CUID");
  ------------------
  |  |   70|  2.30k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1414|  2.30k|			r = cac_parse_cuid(card, priv, (cac_cuid_t *)val, len);
 1415|  2.30k|			if (r < 0)
  ------------------
  |  Branch (1415:8): [True: 3, False: 2.30k]
  ------------------
 1416|      3|				return r;
 1417|  2.30k|			break;
 1418|  3.09k|		case CAC_TAG_CC_VERSION_NUMBER:
  ------------------
  |  |   73|  3.09k|#define CAC_TAG_CC_VERSION_NUMBER     0xF1
  ------------------
  |  Branch (1418:3): [True: 3.09k, False: 31.7k]
  ------------------
 1419|  3.09k|			if (len != 1) {
  ------------------
  |  Branch (1419:8): [True: 960, False: 2.13k]
  ------------------
 1420|    960|				sc_log(card->ctx, "TAG: CC Version: Invalid length %zu", len);
  ------------------
  |  |   71|    960|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1421|    960|				break;
 1422|    960|			}
 1423|       |			/* ignore the version numbers for now */
 1424|  2.13k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  2.13k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1425|  2.13k|				"TAG: CC Version = 0x%02x", *val);
 1426|  2.13k|			break;
 1427|  2.59k|		case CAC_TAG_GRAMMAR_VERION_NUMBER:
  ------------------
  |  |   74|  2.59k|#define CAC_TAG_GRAMMAR_VERION_NUMBER 0xF2
  ------------------
  |  Branch (1427:3): [True: 2.59k, False: 32.2k]
  ------------------
 1428|  2.59k|			if (len != 1) {
  ------------------
  |  Branch (1428:8): [True: 550, False: 2.04k]
  ------------------
 1429|    550|				sc_log(card->ctx, "TAG: Grammar Version: Invalid length %zu", len);
  ------------------
  |  |   71|    550|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1430|    550|				break;
 1431|    550|			}
 1432|       |			/* ignore the version numbers for now */
 1433|  2.04k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  2.04k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1434|  2.04k|				"TAG: Grammar Version = 0x%02x", *val);
 1435|  2.04k|			break;
 1436|  14.0k|		case CAC_TAG_CARDURL:
  ------------------
  |  |   75|  14.0k|#define CAC_TAG_CARDURL               0xF3
  ------------------
  |  Branch (1436:3): [True: 14.0k, False: 20.8k]
  ------------------
 1437|  14.0k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG:CARDURL");
  ------------------
  |  |   70|  14.0k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1438|  14.0k|			r = cac_parse_cardurl(card, priv, (cac_card_url_t *)val, len);
 1439|  14.0k|			if (r < 0)
  ------------------
  |  Branch (1439:8): [True: 2, False: 14.0k]
  ------------------
 1440|      2|				return r;
 1441|  14.0k|			break;
 1442|       |		/*
 1443|       |		 * The following are really for file systems cards. This code only cares about CAC VM cards
 1444|       |		 */
 1445|  14.0k|		case CAC_TAG_PKCS15:
  ------------------
  |  |   76|  1.10k|#define CAC_TAG_PKCS15                0xF4
  ------------------
  |  Branch (1445:3): [True: 1.10k, False: 33.7k]
  ------------------
 1446|  1.10k|			if (len != 1) {
  ------------------
  |  Branch (1446:8): [True: 829, False: 272]
  ------------------
 1447|    829|				sc_log(card->ctx, "TAG: PKCS15: Invalid length %zu", len);
  ------------------
  |  |   71|    829|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1448|    829|				break;
 1449|    829|			}
 1450|       |			/* TODO should verify that this is '0'. If it's not
 1451|       |			 * zero, we should drop out of here and let the PKCS 15
 1452|       |			 * code handle this card */
 1453|    272|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG: PKCS15 = 0x%02x", *val);
  ------------------
  |  |   70|    272|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1454|    272|			break;
 1455|  1.02k|		case CAC_TAG_DATA_MODEL:
  ------------------
  |  |   78|  1.02k|#define CAC_TAG_DATA_MODEL            0xF5
  ------------------
  |  Branch (1455:3): [True: 1.02k, False: 33.8k]
  ------------------
 1456|  1.02k|			if (len != 1) {
  ------------------
  |  Branch (1456:8): [True: 591, False: 429]
  ------------------
 1457|    591|				sc_log(card->ctx, "TAG: Registered Data Model Number: Invalid length %zu", len);
  ------------------
  |  |   71|    591|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1458|    591|				break;
 1459|    591|			}
 1460|    429|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG: Registered Data Model Number (0x%02x)", *val);
  ------------------
  |  |   70|    429|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1461|    429|			break;
 1462|    950|		case CAC_TAG_CARD_APDU:
  ------------------
  |  |   79|    950|#define CAC_TAG_CARD_APDU             0xF7
  ------------------
  |  Branch (1462:3): [True: 950, False: 33.8k]
  ------------------
 1463|  1.00k|		case CAC_TAG_CAPABILITY_TUPLES:
  ------------------
  |  |   81|  1.00k|#define CAC_TAG_CAPABILITY_TUPLES     0xFB
  ------------------
  |  Branch (1463:3): [True: 58, False: 34.7k]
  ------------------
 1464|  1.28k|		case CAC_TAG_STATUS_TUPLES:
  ------------------
  |  |   82|  1.28k|#define CAC_TAG_STATUS_TUPLES         0xFC
  ------------------
  |  Branch (1464:3): [True: 281, False: 34.5k]
  ------------------
 1465|  1.33k|		case CAC_TAG_REDIRECTION:
  ------------------
  |  |   80|  1.33k|#define CAC_TAG_REDIRECTION           0xFA
  ------------------
  |  Branch (1465:3): [True: 45, False: 34.8k]
  ------------------
 1466|  1.56k|		case CAC_TAG_ERROR_CODES:
  ------------------
  |  |   84|  1.56k|#define CAC_TAG_ERROR_CODES           0xFE
  ------------------
  |  Branch (1466:3): [True: 235, False: 34.6k]
  ------------------
 1467|  1.56k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG: FSSpecific(0x%02x)", tag);
  ------------------
  |  |   70|  1.56k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1468|  1.56k|			break;
 1469|    142|		case CAC_TAG_ACCESS_CONTROL:
  ------------------
  |  |   77|    142|#define CAC_TAG_ACCESS_CONTROL        0xF6
  ------------------
  |  Branch (1469:3): [True: 142, False: 34.7k]
  ------------------
 1470|       |			/* TODO handle access control later */
 1471|    142|			sc_log_hex(card->ctx, "TAG:ACCESS Control", val, len);
  ------------------
  |  |  129|    142|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    142|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1472|    142|			break;
 1473|  2.48k|		case CAC_TAG_NEXT_CCC:
  ------------------
  |  |   83|  2.48k|#define CAC_TAG_NEXT_CCC              0xFD
  ------------------
  |  Branch (1473:3): [True: 2.48k, False: 32.3k]
  ------------------
 1474|  2.48k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG:NEXT CCC");
  ------------------
  |  |   70|  2.48k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1475|  2.48k|			r = cac_path_from_cardurl(card, &new_path, (cac_card_url_t *)val, len);
 1476|  2.48k|			if (r < 0)
  ------------------
  |  Branch (1476:8): [True: 6, False: 2.48k]
  ------------------
 1477|      6|				return r;
 1478|       |
 1479|  2.48k|			r = cac_select_file_by_type(card, &new_path, NULL);
 1480|  2.48k|			if (r < 0)
  ------------------
  |  Branch (1480:8): [True: 41, False: 2.44k]
  ------------------
 1481|     41|				return r;
 1482|       |
 1483|       |			/* Increase depth to avoid infinite recursion */
 1484|  2.44k|			r = cac_process_CCC(card, priv, depth + 1);
 1485|  2.44k|			if (r < 0)
  ------------------
  |  Branch (1485:8): [True: 460, False: 1.98k]
  ------------------
 1486|    460|				return r;
 1487|  1.98k|			break;
 1488|  6.50k|		default:
  ------------------
  |  Branch (1488:3): [True: 6.50k, False: 28.3k]
  ------------------
 1489|       |			/* ignore tags we don't understand */
 1490|  6.50k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG:Unknown (0x%02x)",tag );
  ------------------
  |  |   70|  6.50k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1491|  6.50k|			break;
 1492|  34.8k|		}
 1493|  34.8k|	}
 1494|  2.20k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.20k|#define SC_SUCCESS				0
  ------------------
 1495|  2.71k|}
card-cac.c:cac_parse_cuid:
 1364|  2.30k|{
 1365|  2.30k|	size_t card_id_len;
 1366|       |
 1367|  2.30k|	if (len < sizeof(cac_cuid_t) || len > 256) {
  ------------------
  |  Branch (1367:6): [True: 3, False: 2.30k]
  |  Branch (1367:34): [True: 0, False: 2.30k]
  ------------------
 1368|      3|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      3|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1369|      3|	}
 1370|       |
 1371|  2.30k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "gsc_rid=%s", sc_dump_hex(val->gsc_rid, sizeof(val->gsc_rid)));
  ------------------
  |  |   70|  2.30k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1372|  2.30k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "manufacture id=%x", val->manufacturer_id);
  ------------------
  |  |   70|  2.30k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1373|  2.30k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "cac_type=%d", val->card_type);
  ------------------
  |  |   70|  2.30k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1374|  2.30k|	card_id_len = len - (&val->card_id - (u8 *)val);
 1375|  2.30k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "card_id=%s (%zu)",
  ------------------
  |  |   70|  2.30k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1376|  2.30k|			sc_dump_hex(&val->card_id, card_id_len), card_id_len);
 1377|  2.30k|	priv->cuid = *val;
 1378|  2.30k|	free(priv->cac_id);
 1379|  2.30k|	priv->cac_id = malloc(card_id_len);
 1380|  2.30k|	if (priv->cac_id == NULL) {
  ------------------
  |  Branch (1380:6): [True: 0, False: 2.30k]
  ------------------
 1381|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1382|      0|	}
 1383|  2.30k|	memcpy(priv->cac_id, &val->card_id, card_id_len);
 1384|  2.30k|	priv->cac_id_len = card_id_len;
 1385|  2.30k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.30k|#define SC_SUCCESS				0
  ------------------
 1386|  2.30k|}
card-cac.c:cac_parse_cardurl:
 1318|  14.0k|{
 1319|  14.0k|	cac_object_t new_object;
 1320|  14.0k|	const cac_object_t *obj;
 1321|  14.0k|	unsigned short object_id;
 1322|  14.0k|	int r;
 1323|       |
 1324|  14.0k|	r = cac_path_from_cardurl(card, &new_object.path, val, len);
 1325|  14.0k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  14.0k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1325:6): [True: 2, False: 14.0k]
  ------------------
 1326|      2|		return r;
 1327|      2|	}
 1328|  14.0k|	switch (val->cardApplicationType) {
 1329|  2.23k|	case CAC_APP_TYPE_PKI:
  ------------------
  |  |   99|  2.23k|#define CAC_APP_TYPE_PKI              0x04
  ------------------
  |  Branch (1329:2): [True: 2.23k, False: 11.7k]
  ------------------
 1330|       |		/* we don't want to overflow the cac_label array. This test could
 1331|       |		 * go way if we create a label function that will create a unique label
 1332|       |		 * from a cert index.
 1333|       |		 */
 1334|  2.23k|		if (priv->cert_next >= MAX_CAC_SLOTS)
  ------------------
  |  |   70|  2.23k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (1334:7): [True: 774, False: 1.45k]
  ------------------
 1335|    774|			break; /* don't fail just because we have more certs than we can support */
 1336|  1.45k|		new_object.name = get_cac_label(priv->cert_next);
 1337|  1.45k|		new_object.fd = priv->cert_next+1;
 1338|  1.45k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"CARDURL: pki_object found, cert_next=%d (%s),", priv->cert_next, new_object.name);
  ------------------
  |  |   70|  1.45k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1339|  1.45k|		cac_add_object_to_list(&priv->pki_list, &new_object);
 1340|  1.45k|		priv->cert_next++;
 1341|  1.45k|		break;
 1342|  5.60k|	case CAC_APP_TYPE_GENERAL:
  ------------------
  |  |   97|  5.60k|#define CAC_APP_TYPE_GENERAL          0x01
  ------------------
  |  Branch (1342:2): [True: 5.60k, False: 8.41k]
  ------------------
 1343|  5.60k|		object_id = bebytes2ushort(val->objectID);
 1344|  5.60k|		obj = cac_find_obj_by_id(object_id);
 1345|  5.60k|		if (obj == NULL)
  ------------------
  |  Branch (1345:7): [True: 1.25k, False: 4.34k]
  ------------------
 1346|  1.25k|			break; /* don't fail just because we don't recognize the object */
 1347|  4.34k|		new_object.name = obj->name;
 1348|  4.34k|		new_object.fd = 0;
 1349|  4.34k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"CARDURL: gen_object found, objectID=%x (%s),", object_id, new_object.name);
  ------------------
  |  |   70|  4.34k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1350|  4.34k|		cac_add_object_to_list(&priv->general_list, &new_object);
 1351|  4.34k|		break;
 1352|    271|	case CAC_APP_TYPE_SKI:
  ------------------
  |  |   98|    271|#define CAC_APP_TYPE_SKI              0x02
  ------------------
  |  Branch (1352:2): [True: 271, False: 13.7k]
  ------------------
 1353|    271|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"CARDURL: ski_object found");
  ------------------
  |  |   70|    271|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1354|    271|	break;
 1355|  5.91k|	default:
  ------------------
  |  Branch (1355:2): [True: 5.91k, False: 8.10k]
  ------------------
 1356|  5.91k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"CARDURL: unknown object_object found (type=0x%02x)", val->cardApplicationType);
  ------------------
  |  |   70|  5.91k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1357|       |		/* don't fail just because there is an unknown object in the CCC */
 1358|  5.91k|		break;
 1359|  14.0k|	}
 1360|  14.0k|	return SC_SUCCESS;
  ------------------
  |  |   28|  14.0k|#define SC_SUCCESS				0
  ------------------
 1361|  14.0k|}
card-cac.c:cac_find_obj_by_id:
  216|  5.60k|{
  217|  5.60k|	int i;
  218|       |
  219|  20.7k|	for (i = 0; i < cac_object_count; i++) {
  ------------------
  |  Branch (219:14): [True: 19.4k, False: 1.25k]
  ------------------
  220|  19.4k|		if (cac_objects[i].fd == object_id) {
  ------------------
  |  Branch (220:7): [True: 4.34k, False: 15.1k]
  ------------------
  221|  4.34k|			return &cac_objects[i];
  222|  4.34k|		}
  223|  19.4k|	}
  224|  1.25k|	return NULL;
  225|  5.60k|}
card-cac.c:cac_path_from_cardurl:
 1229|  16.5k|{
 1230|  16.5k|	if (len < 10) {
  ------------------
  |  Branch (1230:6): [True: 8, False: 16.5k]
  ------------------
 1231|      8|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      8|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1232|      8|	}
 1233|  16.5k|	sc_mem_clear(path, sizeof(sc_path_t));
 1234|  16.5k|	memcpy(path->aid.value, &val->rid, sizeof(val->rid));
 1235|  16.5k|	memcpy(&path->aid.value[5], val->applicationID, sizeof(val->applicationID));
 1236|  16.5k|	path->aid.len = sizeof(val->rid) + sizeof(val->applicationID);
 1237|  16.5k|	memcpy(path->value, val->objectID, sizeof(val->objectID));
 1238|  16.5k|	path->len = sizeof(val->objectID);
 1239|  16.5k|	path->type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|  16.5k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1240|  16.5k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  16.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1241|  16.5k|			"path->aid=%x %x %x %x %x %x %x  len=%zu, path->value = %x %x len=%zu path->type=%d (%x)",
 1242|  16.5k|			path->aid.value[0], path->aid.value[1], path->aid.value[2], path->aid.value[3],
 1243|  16.5k|			path->aid.value[4], path->aid.value[5], path->aid.value[6], path->aid.len,
 1244|  16.5k|			path->value[0], path->value[1], path->len, path->type, path->type);
 1245|  16.5k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  16.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1246|  16.5k|			"rid=%x %x %x %x %x  len=%zu appid= %x %x len=%zu objid= %x %x len=%zu",
 1247|  16.5k|			val->rid[0], val->rid[1], val->rid[2], val->rid[3], val->rid[4],
 1248|  16.5k|			sizeof(val->rid), val->applicationID[0], val->applicationID[1],
 1249|  16.5k|			sizeof(val->applicationID), val->objectID[0], val->objectID[1], sizeof(val->objectID));
 1250|       |
 1251|  16.5k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.5k|#define SC_SUCCESS				0
  ------------------
 1252|  16.5k|}
card-cac.c:cac_select_ACA:
 1224|  4.77k|{
 1225|       |	return cac_select_file_by_type(card, &cac_ACA_Path, NULL);
 1226|  4.77k|}
card-cac.c:cac_process_ACA:
 1688|    429|{
 1689|    429|	int r;
 1690|    429|	u8 *val = NULL;
 1691|    429|	size_t val_len;
 1692|       |
 1693|    429|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    429|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    429|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    429|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 429]
  |  |  ------------------
  ------------------
 1694|       |
 1695|       |	/* Assuming ACA is already selected */
 1696|    429|	r = cac_get_acr(card, CAC_ACR_SERVICE, &val, &val_len);
  ------------------
  |  |  104|    429|#define CAC_ACR_SERVICE               0x21
  ------------------
 1697|    429|	if (r < 0)
  ------------------
  |  Branch (1697:6): [True: 54, False: 375]
  ------------------
 1698|     54|		goto done;
 1699|       |
 1700|    375|	r = cac_parse_ACA_service(card, priv, val, val_len);
 1701|    375|        if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    375|#define SC_SUCCESS				0
  ------------------
  |  Branch (1701:13): [True: 354, False: 21]
  ------------------
 1702|    354|		priv->aca_path = malloc(sizeof(sc_path_t));
 1703|    354|		if (!priv->aca_path) {
  ------------------
  |  Branch (1703:7): [True: 0, False: 354]
  ------------------
 1704|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1705|      0|			goto done;
 1706|      0|		}
 1707|    354|		memcpy(priv->aca_path, &cac_ACA_Path, sizeof(sc_path_t));
 1708|    354|	}
 1709|    429|done:
 1710|    429|	if (val)
  ------------------
  |  Branch (1710:6): [True: 375, False: 54]
  ------------------
 1711|    375|		free(val);
 1712|    429|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    429|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    429|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    429|	int _ret = r; \
  |  |  |  |  155|    429|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 429, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    429|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     75|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 75, False: 354]
  |  |  |  |  ------------------
  |  |  |  |  157|    429|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    429|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    429|	return _ret; \
  |  |  |  |  163|    429|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1713|    429|}
card-cac.c:cac_get_acr:
  344|    429|{
  345|    429|	u8 *out = NULL;
  346|       |	/* XXX assuming it will not be longer than 255 B */
  347|    429|	size_t len = 256;
  348|    429|	int r;
  349|       |
  350|    429|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    429|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    429|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    429|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 429]
  |  |  ------------------
  ------------------
  351|       |
  352|       |	/* for simplicity we support only ACR without arguments now */
  353|    429|	if (acr_type != 0x00 && acr_type != 0x10
  ------------------
  |  Branch (353:6): [True: 429, False: 0]
  |  Branch (353:26): [True: 429, False: 0]
  ------------------
  354|    429|	    && acr_type != 0x20 && acr_type != 0x21) {
  ------------------
  |  Branch (354:9): [True: 429, False: 0]
  |  Branch (354:29): [True: 0, False: 429]
  ------------------
  355|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  356|      0|	}
  357|       |
  358|    429|	r = cac_apdu_io(card, CAC_INS_GET_ACR, acr_type, 0, NULL, 0, &out, &len);
  ------------------
  |  |   62|    429|#define CAC_INS_GET_ACR               0x4c
  ------------------
  359|    429|	if (len == 0) {
  ------------------
  |  Branch (359:6): [True: 28, False: 401]
  ------------------
  360|     28|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|     28|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  361|     28|	}
  362|    429|	if (r < 0)
  ------------------
  |  Branch (362:6): [True: 54, False: 375]
  ------------------
  363|     54|		goto fail;
  364|       |
  365|    375|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "got %zu bytes out=%p", len, out);
  ------------------
  |  |   70|    375|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  366|       |
  367|    375|	*out_len = len;
  368|    375|	*out_buf = out;
  369|    375|	return SC_SUCCESS;
  ------------------
  |  |   28|    375|#define SC_SUCCESS				0
  ------------------
  370|       |
  371|     54|fail:
  372|     54|	if (out)
  ------------------
  |  Branch (372:6): [True: 28, False: 26]
  ------------------
  373|     28|		free(out);
  374|       |	*out_buf = NULL;
  375|     54|	*out_len = 0;
  376|     54|	return r;
  377|    429|}
card-cac.c:cac_parse_ACA_service:
 1530|    375|{
 1531|    375|	size_t len = 0;
 1532|    375|	const u8 *val_end = val + val_len;
 1533|    375|	int r;
 1534|       |
 1535|    375|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    375|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    375|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    375|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 375]
  |  |  ------------------
  ------------------
 1536|       |
 1537|  4.60k|	for (; val < val_end; val += len) {
  ------------------
  |  Branch (1537:9): [True: 4.52k, False: 80]
  ------------------
 1538|       |		/* get the tag and the length */
 1539|  4.52k|		u8 tag;
 1540|  4.52k|		if (sc_simpletlv_read_tag(&val, val_end - val, &tag, &len) != SC_SUCCESS)
  ------------------
  |  |   28|  4.52k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1540:7): [True: 274, False: 4.24k]
  ------------------
 1541|    274|			break;
 1542|       |
 1543|  4.24k|		switch (tag) {
 1544|    835|		case CAC_TAG_APPLET_FAMILY:
  ------------------
  |  |   85|    835|#define CAC_TAG_APPLET_FAMILY         0x01
  ------------------
  |  Branch (1544:3): [True: 835, False: 3.41k]
  ------------------
 1545|    835|			if (len != 5) {
  ------------------
  |  Branch (1545:8): [True: 459, False: 376]
  ------------------
 1546|    459|				sc_log(card->ctx, "TAG: Applet Information: bad length %zu", len);
  ------------------
  |  |   71|    459|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1547|    459|				break;
 1548|    459|			}
 1549|    376|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    376|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1550|    376|			    "TAG: Applet Information: Family: 0x%02x", val[0]);
 1551|    376|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    376|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1552|    376|			    "     Applet Version: 0x%02x 0x%02x 0x%02x 0x%02x",
 1553|    376|			    val[1], val[2], val[3], val[4]);
 1554|    376|			break;
 1555|    634|		case CAC_TAG_NUMBER_APPLETS:
  ------------------
  |  |   86|    634|#define CAC_TAG_NUMBER_APPLETS        0x94
  ------------------
  |  Branch (1555:3): [True: 634, False: 3.61k]
  ------------------
 1556|    634|			if (len != 1) {
  ------------------
  |  Branch (1556:8): [True: 262, False: 372]
  ------------------
 1557|    262|				sc_log(card->ctx, "TAG: Num applets: bad length %zu", len);
  ------------------
  |  |   71|    262|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1558|    262|				break;
 1559|    262|			}
 1560|    372|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    372|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1561|    372|			    "TAG: Num applets = %hhd", *val);
 1562|    372|			break;
 1563|  1.20k|		case CAC_TAG_APPLET_ENTRY:
  ------------------
  |  |   87|  1.20k|#define CAC_TAG_APPLET_ENTRY          0x93
  ------------------
  |  Branch (1563:3): [True: 1.20k, False: 3.04k]
  ------------------
 1564|       |			/* Make sure we match the outer length */
 1565|  1.20k|			if (len < 3 || val[2] != len - 3) {
  ------------------
  |  Branch (1565:8): [True: 210, False: 995]
  |  Branch (1565:19): [True: 255, False: 740]
  ------------------
 1566|    465|				sc_log(card->ctx, "TAG: Applet Entry: bad length (%zu) or length of internal buffer", len);
  ------------------
  |  |   71|    465|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1567|    465|				break;
 1568|    465|			}
 1569|    740|			sc_debug_hex(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  127|    740|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1570|    740|			    "TAG: Applet Entry: AID", val + 3, val[2]);
 1571|       |			/* This is SimpleTLV prefixed with applet ID (1B) */
 1572|    740|			r = cac_parse_aid(card, priv, val + 3, val[2]);
 1573|    740|			if (r < 0)
  ------------------
  |  Branch (1573:8): [True: 21, False: 719]
  ------------------
 1574|     21|				return r;
 1575|    719|			break;
 1576|  1.57k|		default:
  ------------------
  |  Branch (1576:3): [True: 1.57k, False: 2.67k]
  ------------------
 1577|       |			/* ignore tags we don't understand */
 1578|  1.57k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  1.57k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1579|  1.57k|			    "TAG: Unknown (0x%02x)", tag);
 1580|  1.57k|			break;
 1581|  4.24k|		}
 1582|  4.24k|	}
 1583|    354|	return SC_SUCCESS;
  ------------------
  |  |   28|    354|#define SC_SUCCESS				0
  ------------------
 1584|    375|}
card-cac.c:cac_parse_aid:
 1255|    740|{
 1256|    740|	cac_object_t new_object;
 1257|    740|	cac_properties_t prop = {0};
 1258|    740|	size_t i;
 1259|    740|	int r;
 1260|       |
 1261|    740|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    740|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    740|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    740|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 740]
  |  |  ------------------
  ------------------
 1262|       |
 1263|    740|	if (aid_len < 0 || aid_len > SC_MAX_AID_SIZE) {
  ------------------
  |  |   43|    740|#define SC_MAX_AID_SIZE			16
  ------------------
  |  Branch (1263:6): [True: 0, False: 740]
  |  Branch (1263:21): [True: 4, False: 736]
  ------------------
 1264|      4|		sc_log(card->ctx, "AID length too large (%d)", aid_len);
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1265|      4|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      4|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1266|      4|	}
 1267|       |
 1268|       |	/* Search for PKI applets (7 B). Ignore generic objects for now */
 1269|    736|	if (aid_len != 7 || (memcmp(aid, CAC_1_RID "\x01", 6) != 0
  ------------------
  |  |   66|    527|#define CAC_1_RID "\xA0\x00\x00\x00\x79"
  ------------------
  |  Branch (1269:6): [True: 209, False: 527]
  |  Branch (1269:23): [True: 482, False: 45]
  ------------------
 1270|    482|	    && memcmp(aid, CAC_1_RID "\x00", 6) != 0))
  ------------------
  |  |   66|    482|#define CAC_1_RID "\xA0\x00\x00\x00\x79"
  ------------------
  |  Branch (1270:9): [True: 298, False: 184]
  ------------------
 1271|    507|		return SC_SUCCESS;
  ------------------
  |  |   28|    507|#define SC_SUCCESS				0
  ------------------
 1272|       |
 1273|    229|	sc_mem_clear(&new_object.path, sizeof(sc_path_t));
 1274|    229|	memcpy(new_object.path.aid.value, aid, aid_len);
 1275|    229|	new_object.path.aid.len = aid_len;
 1276|       |
 1277|       |	/* Call without OID set will just select the AID without subsequent
 1278|       |	 * OID selection, which we need to figure out just now
 1279|       |	 */
 1280|    229|	r = cac_select_file_by_type(card, &new_object.path, NULL);
 1281|    229|	LOG_TEST_RET(card->ctx, r, "Cannot select AID");
  ------------------
  |  |  174|    229|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    229|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    229|	int _ret = (r); \
  |  |  |  |  168|    229|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 216]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|    229|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 216]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1282|    216|	r = cac_get_properties(card, &prop);
 1283|    216|	LOG_TEST_RET(card->ctx, r, "Cannot get CAC properties");
  ------------------
  |  |  174|    216|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    216|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    216|	int _ret = (r); \
  |  |  |  |  168|    216|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 212]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|    216|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 212]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1284|       |
 1285|    552|	for (i = 0; i < prop.num_objects; i++) {
  ------------------
  |  Branch (1285:14): [True: 346, False: 206]
  ------------------
 1286|       |		/* don't fail just because we have more certs than we can support */
 1287|    346|		if (priv->cert_next >= MAX_CAC_SLOTS)
  ------------------
  |  |   70|    346|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (1287:7): [True: 6, False: 340]
  ------------------
 1288|      6|			return SC_SUCCESS;
  ------------------
  |  |   28|      6|#define SC_SUCCESS				0
  ------------------
 1289|       |
 1290|    340|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    340|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1291|    340|		    "ACA: pki_object found, cert_next=%d (%s), privkey=%d",
 1292|    340|		    priv->cert_next, get_cac_label(priv->cert_next),
 1293|    340|		    prop.objects[i].privatekey);
 1294|       |
 1295|       |		/* If the private key is not initialized, we can safely
 1296|       |		 * ignore this object here, but increase the pointer to follow
 1297|       |		 * the certificate labels
 1298|       |		 */
 1299|    340|		if (!prop.objects[i].privatekey) {
  ------------------
  |  Branch (1299:7): [True: 221, False: 119]
  ------------------
 1300|    221|			priv->cert_next++;
 1301|    221|			continue;
 1302|    221|		}
 1303|       |
 1304|       |		/* OID here has always 2B */
 1305|    119|		memcpy(new_object.path.value, &prop.objects[i].oid, 2);
 1306|    119|		new_object.path.len = 2;
 1307|    119|		new_object.path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    119|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1308|    119|		new_object.name = get_cac_label(priv->cert_next);
 1309|    119|		new_object.fd = priv->cert_next+1;
 1310|    119|		cac_add_object_to_list(&priv->pki_list, &new_object);
 1311|    119|		priv->cert_next++;
 1312|    119|	}
 1313|       |
 1314|    206|	return SC_SUCCESS;
  ------------------
  |  |   28|    206|#define SC_SUCCESS				0
  ------------------
 1315|    212|}
card-cac.c:cac_find_first_pki_applet:
 1598|  4.24k|{
 1599|  4.24k|	int r, i;
 1600|  67.2k|	for (i = 0; i < MAX_CAC_SLOTS; i++) {
  ------------------
  |  |   70|  67.2k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (1600:14): [True: 63.3k, False: 3.85k]
  ------------------
 1601|  63.3k|		r = cac_select_pki_applet(card, i);
 1602|  63.3k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  63.3k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1602:7): [True: 670, False: 62.6k]
  ------------------
 1603|       |			/* Try to read first two bytes of the buffer to
 1604|       |			 * make sure it is not just malfunctioning card
 1605|       |			 */
 1606|    670|			u8 params[2] = {CAC_FILE_TAG, 2};
  ------------------
  |  |   66|    670|#define CAC_FILE_TAG    1
  ------------------
 1607|    670|			u8 data[2], *out_ptr = data;
 1608|    670|			size_t len = 2;
 1609|    670|			r = cac_apdu_io(card, CAC_INS_READ_FILE, 0, 0,
  ------------------
  |  |   61|    670|#define CAC_INS_READ_FILE             0x52  /* read a TL or V file */
  ------------------
 1610|    670|			    &params[0], sizeof(params), &out_ptr, &len);
 1611|    670|			if (r != 2)
  ------------------
  |  Branch (1611:8): [True: 277, False: 393]
  ------------------
 1612|    277|				continue;
 1613|       |
 1614|    393|			*index_out = i;
 1615|    393|			return SC_SUCCESS;
  ------------------
  |  |   28|    393|#define SC_SUCCESS				0
  ------------------
 1616|    670|		}
 1617|  63.3k|	}
 1618|  3.85k|	return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|  3.85k|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1619|  4.24k|}
card-cac.c:cac_select_pki_applet:
 1588|  67.4k|{
 1589|  67.4k|	sc_path_t applet_path = cac_cac_pki_obj.path;
 1590|  67.4k|	applet_path.aid.value[applet_path.aid.len-1] = index;
 1591|       |	return cac_select_file_by_type(card, &applet_path, NULL);
 1592|  67.4k|}
card-cac.c:cac_populate_cac_alt:
 1625|    293|{
 1626|    293|	int r, i;
 1627|    293|	cac_object_t pki_obj = cac_cac_pki_obj;
 1628|    293|	u8 buf[100];
 1629|    293|	u8 *val;
 1630|       |
 1631|       |	/* populate PKI objects */
 1632|  4.09k|	for (i = index; i < MAX_CAC_SLOTS; i++) {
  ------------------
  |  |   70|  4.09k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (1632:18): [True: 3.79k, False: 293]
  ------------------
 1633|  3.79k|		r = cac_select_pki_applet(card, i);
 1634|  3.79k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  3.79k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1634:7): [True: 1.92k, False: 1.87k]
  ------------------
 1635|  1.92k|			pki_obj.name = get_cac_label(i);
 1636|  1.92k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  1.92k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1637|  1.92k|			    "CAC: pki_object found, cert_next=%d (%s),", i, pki_obj.name);
 1638|  1.92k|			pki_obj.path.aid.value[pki_obj.path.aid.len-1] = i;
 1639|  1.92k|			pki_obj.fd = i+1; /* don't use id of zero */
 1640|  1.92k|			cac_add_object_to_list(&priv->pki_list, &pki_obj);
 1641|  1.92k|		}
 1642|  3.79k|	}
 1643|       |
 1644|       |	/* populate non-PKI objects */
 1645|  2.05k|	for (i=0; i < cac_object_count; i++) {
  ------------------
  |  Branch (1645:12): [True: 1.75k, False: 293]
  ------------------
 1646|  1.75k|		r = cac_select_file_by_type(card, &cac_objects[i].path, NULL);
 1647|  1.75k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.75k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1647:7): [True: 657, False: 1.10k]
  ------------------
 1648|    657|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    657|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1649|    657|			    "CAC: obj_object found, cert_next=%d (%s),",
 1650|    657|			    i, cac_objects[i].name);
 1651|    657|			cac_add_object_to_list(&priv->general_list, &cac_objects[i]);
 1652|    657|		}
 1653|  1.75k|	}
 1654|       |
 1655|       |	/*
 1656|       |	 * create a cuid to simulate the cac 2 cuid.
 1657|       |	 */
 1658|    293|	priv->cuid = cac_cac_cuid;
 1659|       |	/* create a serial number by hashing the first 100 bytes of the
 1660|       |	 * first certificate on the card */
 1661|    293|	r = cac_select_pki_applet(card, index);
 1662|    293|	if (r < 0) {
  ------------------
  |  Branch (1662:6): [True: 59, False: 234]
  ------------------
 1663|     59|		return r; /* shouldn't happen unless the card has been removed or is malfunctioning */
 1664|     59|	}
 1665|    234|	val = buf;
 1666|    234|	r = cac_read_binary(card, 0, val, sizeof(buf), 0);
 1667|    234|	if (r > 0) {
  ------------------
  |  Branch (1667:6): [True: 8, False: 226]
  ------------------
 1668|      8|#ifdef ENABLE_OPENSSL
 1669|      8|		size_t val_len = r;
 1670|      8|		free(priv->cac_id);
 1671|      8|		priv->cac_id = malloc(20);
 1672|      8|		if (priv->cac_id == NULL) {
  ------------------
  |  Branch (1672:7): [True: 0, False: 8]
  ------------------
 1673|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1674|      0|		}
 1675|      8|		SHA1(val, val_len, priv->cac_id);
 1676|      8|		priv->cac_id_len = 20;
 1677|      8|		sc_debug_hex(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  127|      8|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1678|      8|		    "cuid", priv->cac_id, priv->cac_id_len);
 1679|       |#else
 1680|       |		sc_log(card->ctx, "OpenSSL Required");
 1681|       |		return SC_ERROR_NOT_SUPPORTED;
 1682|       |#endif /* ENABLE_OPENSSL */
 1683|      8|	}
 1684|    234|	return SC_SUCCESS;
  ------------------
  |  |   28|    234|#define SC_SUCCESS				0
  ------------------
 1685|    234|}
card-cac.c:cac_init:
 1806|  1.04k|{
 1807|  1.04k|	int r;
 1808|  1.04k|	unsigned long flags;
 1809|       |
 1810|  1.04k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.04k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.04k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.04k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.04k]
  |  |  ------------------
  ------------------
 1811|       |
 1812|  1.04k|	r = cac_find_and_initialize(card, 1);
 1813|  1.04k|	if (r < 0) {
  ------------------
  |  Branch (1813:6): [True: 236, False: 813]
  ------------------
 1814|    236|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|    236|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    236|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    236|	int _ret = r; \
  |  |  |  |  155|    236|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 236, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    236|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    236|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 236, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    236|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    236|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    236|	return _ret; \
  |  |  |  |  163|    236|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1815|    236|	}
 1816|    813|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    813|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
 1817|       |
 1818|    813|	_sc_card_add_rsa_alg(card, 1024, flags, 0); /* mandatory */
 1819|    813|	_sc_card_add_rsa_alg(card, 2048, flags, 0); /* optional */
 1820|    813|	_sc_card_add_rsa_alg(card, 3072, flags, 0); /* optional */
 1821|       |
 1822|    813|	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    813|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    813|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
 1823|       |
 1824|    813|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    813|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    813|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    813|	int _ret = r; \
  |  |  |  |  155|    813|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 813, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    813|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 813]
  |  |  |  |  ------------------
  |  |  |  |  157|    813|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    813|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    813|	return _ret; \
  |  |  |  |  163|    813|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1825|    813|}
card-cac.c:cac_finish:
 1205|    813|{
 1206|    813|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|    813|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
 1207|       |
 1208|    813|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    813|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    813|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    813|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 813]
  |  |  ------------------
  ------------------
 1209|    813|	if (priv) {
  ------------------
  |  Branch (1209:6): [True: 813, False: 0]
  ------------------
 1210|    813|		cac_free_private_data(priv);
 1211|    813|	}
 1212|    813|	return SC_SUCCESS;
  ------------------
  |  |   28|    813|#define SC_SUCCESS				0
  ------------------
 1213|    813|}
card-cac.c:cac_select_file:
 1200|  6.37k|{
 1201|  6.37k|	return cac_select_file_by_type(card, in_path, file_out);
 1202|  6.37k|}
card-cac.c:cac_read_binary:
  451|  2.35k|{
  452|  2.35k|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|  2.35k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  453|  2.35k|	int r = 0;
  454|  2.35k|	u8 *tl = NULL, *val = NULL;
  455|  2.35k|	const u8 *tl_ptr, *val_ptr, *tl_start;
  456|  2.35k|	u8 *tlv_ptr;
  457|  2.35k|	const u8 *cert_ptr;
  458|  2.35k|	size_t tl_len = 0, val_len = 0, tlv_len;
  459|  2.35k|	size_t len, tl_head_len, cert_len;
  460|  2.35k|	u8 cert_type, tag;
  461|       |
  462|  2.35k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.35k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.35k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.35k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.35k]
  |  |  ------------------
  ------------------
  463|       |
  464|       |	/* if we didn't return it all last time, return the remainder */
  465|  2.35k|	if (priv->cached) {
  ------------------
  |  Branch (465:6): [True: 822, False: 1.53k]
  ------------------
  466|    822|		sc_log(card->ctx, "returning cached value idx=%d count=%zu", idx, count);
  ------------------
  |  |   71|    822|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  467|    822|		if (idx > priv->cache_buf_len) {
  ------------------
  |  Branch (467:7): [True: 0, False: 822]
  ------------------
  468|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_END_REACHED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  469|      0|		}
  470|    822|		len = MIN(count, priv->cache_buf_len-idx);
  ------------------
  |  |   70|    822|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 376, False: 446]
  |  |  ------------------
  ------------------
  471|    822|		memcpy(buf, &priv->cache_buf[idx], len);
  472|    822|		LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|    822|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    822|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    822|	int _ret = r; \
  |  |  |  |  155|    822|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 259, False: 563]
  |  |  |  |  ------------------
  |  |  |  |  156|    259|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 259]
  |  |  |  |  ------------------
  |  |  |  |  157|    259|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    563|	} else { \
  |  |  |  |  159|    563|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    563|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    563|	} \
  |  |  |  |  162|    822|	return _ret; \
  |  |  |  |  163|    822|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  473|    822|	}
  474|       |
  475|  1.53k|	sc_log(card->ctx, "clearing cache idx=%d count=%zu", idx, count);
  ------------------
  |  |   71|  1.53k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  476|  1.53k|	if (priv->cache_buf) {
  ------------------
  |  Branch (476:6): [True: 0, False: 1.53k]
  ------------------
  477|      0|		free(priv->cache_buf);
  478|      0|		priv->cache_buf = NULL;
  479|      0|		priv->cache_buf_len = 0;
  480|      0|	}
  481|       |
  482|       |
  483|  1.53k|	if (priv->object_type <= 0)
  ------------------
  |  Branch (483:6): [True: 0, False: 1.53k]
  ------------------
  484|  1.53k|		 LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  485|       |
  486|  1.53k|	r = cac_read_file(card, CAC_FILE_TAG, &tl, &tl_len);
  ------------------
  |  |   66|  1.53k|#define CAC_FILE_TAG    1
  ------------------
  487|  1.53k|	if (r < 0)  {
  ------------------
  |  Branch (487:6): [True: 1.06k, False: 467]
  ------------------
  488|  1.06k|		goto done;
  489|  1.06k|	}
  490|       |
  491|    467|	r = cac_read_file(card, CAC_FILE_VALUE, &val, &val_len);
  ------------------
  |  |   67|    467|#define CAC_FILE_VALUE  2
  ------------------
  492|    467|	if (r < 0)
  ------------------
  |  Branch (492:6): [True: 88, False: 379]
  ------------------
  493|     88|		goto done;
  494|       |
  495|    379|	switch (priv->object_type) {
  496|     38|	case CAC_OBJECT_TYPE_TLV_FILE:
  ------------------
  |  |  171|     38|#define CAC_OBJECT_TYPE_TLV_FILE	4
  ------------------
  |  Branch (496:2): [True: 38, False: 341]
  ------------------
  497|     38|		tlv_len = tl_len + val_len;
  498|     38|		priv->cache_buf = malloc(tlv_len);
  499|     38|		if (priv->cache_buf == NULL) {
  ------------------
  |  Branch (499:7): [True: 0, False: 38]
  ------------------
  500|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  501|      0|			goto done;
  502|      0|		}
  503|     38|		priv->cache_buf_len = tlv_len;
  504|       |
  505|     38|		for (tl_ptr = tl, val_ptr = val, tlv_ptr = priv->cache_buf;
  506|    399|				tl_len >= 2 && tlv_len > 0;
  ------------------
  |  Branch (506:5): [True: 367, False: 32]
  |  Branch (506:20): [True: 367, False: 0]
  ------------------
  507|    367|				val_len -= len, tlv_len -= len, val_ptr += len, tlv_ptr += len) {
  508|       |			/* get the tag and the length */
  509|    367|			tl_start = tl_ptr;
  510|    367|			r = sc_simpletlv_read_tag(&tl_ptr, tl_len, &tag, &len);
  511|    367|			if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS)
  ------------------
  |  |   28|    734|#define SC_SUCCESS				0
  ------------------
              			if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS)
  ------------------
  |  |   99|    184|#define SC_ERROR_TLV_END_OF_CONTENTS	-1418
  ------------------
  |  Branch (511:8): [True: 184, False: 183]
  |  Branch (511:27): [True: 6, False: 178]
  ------------------
  512|      6|				break;
  513|    361|			tl_head_len = (tl_ptr - tl_start);
  514|    361|			sc_simpletlv_put_tag(tag, len, tlv_ptr, tlv_len, &tlv_ptr);
  515|    361|			tlv_len -= tl_head_len;
  516|    361|			tl_len -= tl_head_len;
  517|       |
  518|       |			/* don't crash on bad data */
  519|    361|			if (val_len < len) {
  ------------------
  |  Branch (519:8): [True: 211, False: 150]
  ------------------
  520|    211|				sc_log(card->ctx, "Received too long value %zu, while only %zu left. Truncating",
  ------------------
  |  |   71|    211|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  521|    211|						len, val_len);
  522|    211|				len = val_len;
  523|    211|			}
  524|       |			/* if we run out of return space, truncate */
  525|    361|			if (tlv_len < len) {
  ------------------
  |  Branch (525:8): [True: 0, False: 361]
  ------------------
  526|      0|				len = tlv_len;
  527|      0|			}
  528|    361|			memcpy(tlv_ptr, val_ptr, len);
  529|    361|		}
  530|       |		/* fixup the cache_buf_le to reflect for the bad data ignored above */
  531|     38|		priv->cache_buf_len = (tlv_ptr - priv->cache_buf);
  532|     38|		break;
  533|       |
  534|    340|	case CAC_OBJECT_TYPE_CERT:
  ------------------
  |  |  170|    340|#define CAC_OBJECT_TYPE_CERT		1
  ------------------
  |  Branch (534:2): [True: 340, False: 39]
  ------------------
  535|       |		/* read file */
  536|    340|		sc_log(card->ctx, " obj= cert_file, val_len=%zu (0x%04zx)", val_len, val_len);
  ------------------
  |  |   71|    340|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  537|    340|		cert_len = 0;
  538|    340|		cert_ptr = NULL;
  539|    340|		cert_type = 0;
  540|  4.58k|		for (tl_ptr = tl, val_ptr = val; tl_len >= 2;
  ------------------
  |  Branch (540:36): [True: 4.38k, False: 202]
  ------------------
  541|  4.38k|		    val_len -= len, val_ptr += len, tl_len -= tl_head_len) {
  542|  4.38k|			tl_start = tl_ptr;
  543|  4.38k|			r = sc_simpletlv_read_tag(&tl_ptr, tl_len, &tag, &len);
  544|  4.38k|			if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS)
  ------------------
  |  |   28|  8.77k|#define SC_SUCCESS				0
  ------------------
              			if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS)
  ------------------
  |  |   99|    779|#define SC_ERROR_TLV_END_OF_CONTENTS	-1418
  ------------------
  |  Branch (544:8): [True: 779, False: 3.60k]
  |  Branch (544:27): [True: 5, False: 774]
  ------------------
  545|      5|				break;
  546|  4.38k|			tl_head_len = tl_ptr - tl_start;
  547|       |
  548|       |			/* incomplete value */
  549|  4.38k|			if (val_len < len) {
  ------------------
  |  Branch (549:8): [True: 133, False: 4.24k]
  ------------------
  550|    133|				sc_log(card->ctx, "Read incomplete value %zu, while only %zu left",
  ------------------
  |  |   71|    133|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  551|    133|						len, val_len);
  552|    133|				break;
  553|    133|			}
  554|       |
  555|  4.24k|			if (tag == CAC_TAG_CERTIFICATE) {
  ------------------
  |  |   69|  4.24k|#define CAC_TAG_CERTIFICATE           0x70
  ------------------
  |  Branch (555:8): [True: 276, False: 3.97k]
  ------------------
  556|    276|				cert_len = len;
  557|    276|				cert_ptr = val_ptr;
  558|    276|			}
  559|  4.24k|			if (tag == CAC_TAG_CERTINFO) {
  ------------------
  |  |   70|  4.24k|#define CAC_TAG_CERTINFO              0x71
  ------------------
  |  Branch (559:8): [True: 297, False: 3.95k]
  ------------------
  560|    297|				if ((len >= 1) && (val_len >=1)) {
  ------------------
  |  Branch (560:9): [True: 261, False: 36]
  |  Branch (560:23): [True: 261, False: 0]
  ------------------
  561|    261|					cert_type = *val_ptr;
  562|    261|				}
  563|    297|			}
  564|  4.24k|			if (tag == CAC_TAG_MSCUID) {
  ------------------
  |  |   71|  4.24k|#define CAC_TAG_MSCUID                0x72
  ------------------
  |  Branch (564:8): [True: 194, False: 4.05k]
  ------------------
  565|    194|				sc_log_hex(card->ctx, "MSCUID", val_ptr, len);
  ------------------
  |  |  129|    194|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    194|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|    194|			}
  567|  4.24k|		}
  568|       |		/* if the info byte is 1, then the cert is compressed, decompress it */
  569|    340|		if ((cert_type & 0x3) == 1 && flags) {
  ------------------
  |  Branch (569:7): [True: 195, False: 145]
  |  Branch (569:33): [True: 193, False: 2]
  ------------------
  570|    193|			*flags |= SC_FILE_FLAG_COMPRESSED_AUTO;
  ------------------
  |  |  230|    193|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
  571|    193|		}
  572|    340|		if (cert_len > 0) {
  ------------------
  |  Branch (572:7): [True: 229, False: 111]
  ------------------
  573|    229|			priv->cache_buf = malloc(cert_len);
  574|    229|			if (priv->cache_buf == NULL) {
  ------------------
  |  Branch (574:8): [True: 0, False: 229]
  ------------------
  575|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  576|      0|				goto done;
  577|      0|			}
  578|    229|			priv->cache_buf_len = cert_len;
  579|    229|			memcpy(priv->cache_buf, cert_ptr, cert_len);
  580|    229|		} else {
  581|    111|			sc_log(card->ctx, "Can't read zero-length certificate");
  ------------------
  |  |   71|    111|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  582|    111|			goto done;
  583|    111|		}
  584|    229|		break;
  585|    229|	case CAC_OBJECT_TYPE_GENERIC:
  ------------------
  |  |  172|      1|#define CAC_OBJECT_TYPE_GENERIC		5
  ------------------
  |  Branch (585:2): [True: 1, False: 378]
  ------------------
  586|       |		/* TODO
  587|       |		 * We have some two buffers in unknown encoding that we
  588|       |		 * need to present in PKCS#15 layer.
  589|       |		 */
  590|      1|	default:
  ------------------
  |  Branch (590:2): [True: 0, False: 379]
  ------------------
  591|       |		/* Unknown object type */
  592|      1|		sc_log(card->ctx, "Unknown object type: %x", priv->object_type);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  593|      1|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      1|#define SC_ERROR_INTERNAL			-1400
  ------------------
  594|      1|		goto done;
  595|    379|	}
  596|       |
  597|       |	/* OK we've read the data, now copy the required portion out to the callers buffer */
  598|    267|	priv->cached = 1;
  599|    267|	len = MIN(count, priv->cache_buf_len-idx);
  ------------------
  |  |   70|    267|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 188, False: 79]
  |  |  ------------------
  ------------------
  600|    267|	memcpy(buf, &priv->cache_buf[idx], len);
  601|    267|	r = (int)len;
  602|  1.53k|done:
  603|  1.53k|	if (tl)
  ------------------
  |  Branch (603:6): [True: 467, False: 1.06k]
  ------------------
  604|    467|		free(tl);
  605|  1.53k|	if (val)
  ------------------
  |  Branch (605:6): [True: 379, False: 1.15k]
  ------------------
  606|    379|		free(val);
  607|  1.53k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.53k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.53k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.53k|	int _ret = r; \
  |  |  |  |  155|  1.53k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.26k, False: 267]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.26k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.23k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.23k, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.26k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.26k|	} else { \
  |  |  |  |  159|    267|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    267|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    267|	} \
  |  |  |  |  162|  1.53k|	return _ret; \
  |  |  |  |  163|  1.53k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  608|  1.53k|}
card-cac.c:cac_set_security_env:
  726|    242|{
  727|    242|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    242|#define SC_SUCCESS				0
  ------------------
  728|       |
  729|    242|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    242|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    242|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    242|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 242]
  |  |  ------------------
  ------------------
  730|       |
  731|    242|	sc_log(card->ctx, "flags=%08lx op=%d alg=%lu algf=%08lx algr=%08lx kr0=%02x, krfl=%zu",
  ------------------
  |  |   71|    242|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  732|    242|			env->flags, env->operation, env->algorithm, env->algorithm_flags, env->algorithm_ref,
  733|    242|			env->key_ref[0], env->key_ref_len);
  734|       |
  735|    242|	if (env->algorithm != SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|    242|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (735:6): [True: 0, False: 242]
  ------------------
  736|      0|		 r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
  737|      0|	}
  738|       |
  739|       |
  740|    242|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    242|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    242|	int _ret = r; \
  |  |  155|    242|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 242, False: 0]
  |  |  ------------------
  |  |  156|    242|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 242]
  |  |  ------------------
  |  |  157|    242|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    242|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    242|	return _ret; \
  |  |  163|    242|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  741|    242|}
card-cac.c:cac_compute_signature:
  827|     39|{
  828|     39|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     39|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     39|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     39|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 39]
  |  |  ------------------
  ------------------
  829|       |
  830|     39|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, cac_rsa_op(card, data, datalen, out, outlen));
  ------------------
  |  |  153|     39|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     39|	int _ret = r; \
  |  |  155|     39|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 20, False: 19]
  |  |  ------------------
  |  |  156|     20|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 11, False: 9]
  |  |  ------------------
  |  |  157|     20|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     20|	} else { \
  |  |  159|     19|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     19|			"returning with: %d\n", _ret); \
  |  |  161|     19|	} \
  |  |  162|     39|	return _ret; \
  |  |  163|     39|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  831|     39|}
card-cac.c:cac_rsa_op:
  755|    242|{
  756|    242|	int r;
  757|    242|	u8 *outp, *rbuf;
  758|    242|	size_t rbuflen, outplen;
  759|       |
  760|    242|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    242|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    242|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    242|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 242]
  |  |  ------------------
  ------------------
  761|    242|	sc_log(card->ctx, "datalen=%zu outlen=%zu\n", datalen, outlen);
  ------------------
  |  |   71|    242|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  762|       |
  763|    242|	outp = out;
  764|    242|	outplen = outlen;
  765|       |
  766|       |	/* Not strictly necessary. This code requires the caller to have selected the correct PKI container
  767|       |	 * and authenticated to that container with the verifyPin command... All of this under the reader lock.
  768|       |	 * The PKCS #15 higher level driver code does all this correctly (it's the same for all cards, just
  769|       |	 * different sets of APDU's that need to be called), so this call is really a little bit of paranoia */
  770|    242|	r = sc_lock(card);
  771|    242|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    242|#define SC_SUCCESS				0
  ------------------
  |  Branch (771:6): [True: 0, False: 242]
  ------------------
  772|    242|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  773|       |
  774|       |
  775|    242|	rbuf = NULL;
  776|    242|	rbuflen = 0;
  777|  1.13k|	for (; datalen > CAC_MAX_CHUNK_SIZE; data += CAC_MAX_CHUNK_SIZE, datalen -= CAC_MAX_CHUNK_SIZE) {
  ------------------
  |  |   59|  1.13k|#define CAC_MAX_CHUNK_SIZE 240
  ------------------
              	for (; datalen > CAC_MAX_CHUNK_SIZE; data += CAC_MAX_CHUNK_SIZE, datalen -= CAC_MAX_CHUNK_SIZE) {
  ------------------
  |  |   59|    892|#define CAC_MAX_CHUNK_SIZE 240
  ------------------
              	for (; datalen > CAC_MAX_CHUNK_SIZE; data += CAC_MAX_CHUNK_SIZE, datalen -= CAC_MAX_CHUNK_SIZE) {
  ------------------
  |  |   59|    892|#define CAC_MAX_CHUNK_SIZE 240
  ------------------
  |  Branch (777:9): [True: 937, False: 197]
  ------------------
  778|    937|		r = cac_apdu_io(card, CAC_INS_SIGN_DECRYPT, CAC_P1_STEP,  0,
  ------------------
  |  |   60|    937|#define CAC_INS_SIGN_DECRYPT          0x42  /* A crypto operation */
  ------------------
              		r = cac_apdu_io(card, CAC_INS_SIGN_DECRYPT, CAC_P1_STEP,  0,
  ------------------
  |  |   64|    937|#define CAC_P1_STEP    0x80
  ------------------
  779|    937|			data, CAC_MAX_CHUNK_SIZE, &rbuf, &rbuflen);
  ------------------
  |  |   59|    937|#define CAC_MAX_CHUNK_SIZE 240
  ------------------
  780|    937|		if (r < 0) {
  ------------------
  |  Branch (780:7): [True: 45, False: 892]
  ------------------
  781|     45|			break;
  782|     45|		}
  783|    892|		if (rbuflen != 0) {
  ------------------
  |  Branch (783:7): [True: 446, False: 446]
  ------------------
  784|    446|			size_t n = MIN(rbuflen, outplen);
  ------------------
  |  |   70|    446|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 364, False: 82]
  |  |  ------------------
  ------------------
  785|    446|			memcpy(outp, rbuf, n);
  786|    446|			outp += n;
  787|    446|			outplen -= n;
  788|    446|		}
  789|    892|		free(rbuf);
  790|    892|		rbuf = NULL;
  791|    892|		rbuflen = 0;
  792|    892|	}
  793|    242|	if (r < 0) {
  ------------------
  |  Branch (793:6): [True: 45, False: 197]
  ------------------
  794|     45|		goto err;
  795|     45|	}
  796|    197|	rbuf = NULL;
  797|    197|	rbuflen = 0;
  798|    197|	r = cac_apdu_io(card, CAC_INS_SIGN_DECRYPT, CAC_P1_FINAL, 0, data, datalen, &rbuf, &rbuflen);
  ------------------
  |  |   60|    197|#define CAC_INS_SIGN_DECRYPT          0x42  /* A crypto operation */
  ------------------
              	r = cac_apdu_io(card, CAC_INS_SIGN_DECRYPT, CAC_P1_FINAL, 0, data, datalen, &rbuf, &rbuflen);
  ------------------
  |  |   65|    197|#define CAC_P1_FINAL   0x00
  ------------------
  799|    197|	if (r < 0) {
  ------------------
  |  Branch (799:6): [True: 53, False: 144]
  ------------------
  800|     53|		goto err;
  801|     53|	}
  802|    144|	if (rbuflen != 0) {
  ------------------
  |  Branch (802:6): [True: 99, False: 45]
  ------------------
  803|     99|		size_t n = MIN(rbuflen, outplen);
  ------------------
  |  |   70|     99|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 98, False: 1]
  |  |  ------------------
  ------------------
  804|     99|		memcpy(outp, rbuf, n);
  805|       |		/*outp += n;     unused */
  806|     99|		outplen -= n;
  807|     99|	}
  808|    144|	free(rbuf);
  809|    144|	rbuf = NULL;
  810|    144|	r = (int)(outlen - outplen);
  811|       |
  812|    242|err:
  813|    242|	sc_unlock(card);
  814|    242|	if (r < 0) {
  ------------------
  |  Branch (814:6): [True: 98, False: 144]
  ------------------
  815|     98|		sc_mem_clear(out, outlen);
  816|     98|	}
  817|    242|	if (rbuf) {
  ------------------
  |  Branch (817:6): [True: 0, False: 242]
  ------------------
  818|      0|		free(rbuf);
  819|      0|	}
  820|       |
  821|    242|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    242|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    242|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    242|	int _ret = r; \
  |  |  |  |  155|    242|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 143, False: 99]
  |  |  |  |  ------------------
  |  |  |  |  156|    143|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     98|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 98, False: 45]
  |  |  |  |  ------------------
  |  |  |  |  157|    143|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    143|	} else { \
  |  |  |  |  159|     99|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     99|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     99|	} \
  |  |  |  |  162|    242|	return _ret; \
  |  |  |  |  163|    242|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  822|    242|}
card-cac.c:cac_decipher:
  836|    203|{
  837|    203|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    203|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    203|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    203|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 203]
  |  |  ------------------
  ------------------
  838|       |
  839|    203|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, cac_rsa_op(card, data, datalen, out, outlen));
  ------------------
  |  |  153|    203|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    203|	int _ret = r; \
  |  |  155|    203|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 123, False: 80]
  |  |  ------------------
  |  |  156|    123|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     87|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 87, False: 36]
  |  |  ------------------
  |  |  157|    123|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    123|	} else { \
  |  |  159|     80|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     80|			"returning with: %d\n", _ret); \
  |  |  161|     80|	} \
  |  |  162|    203|	return _ret; \
  |  |  163|    203|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  840|    203|}
card-cac.c:cac_card_ctl:
  673|  14.5k|{
  674|  14.5k|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|  14.5k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  675|       |
  676|  14.5k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  14.5k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  14.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  14.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  14.5k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 14.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  677|  14.5k|	sc_log(card->ctx, "cmd=%ld ptr=%p", cmd, ptr);
  ------------------
  |  |   71|  14.5k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  678|       |
  679|  14.5k|	if (priv == NULL) {
  ------------------
  |  Branch (679:6): [True: 0, False: 14.5k]
  ------------------
  680|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  681|      0|	}
  682|  14.5k|	switch(cmd) {
  ------------------
  |  Branch (682:9): [True: 12.4k, False: 2.11k]
  ------------------
  683|    952|		case SC_CARDCTL_CAC_GET_ACA_PATH:
  ------------------
  |  Branch (683:3): [True: 952, False: 13.6k]
  ------------------
  684|    952|			return cac_get_ACA_path(card, (sc_path_t *) ptr);
  685|    952|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (685:3): [True: 952, False: 13.6k]
  ------------------
  686|    952|			return cac_get_serial_nr_from_CUID(card, (sc_serial_number_t *) ptr);
  687|    952|		case SC_CARDCTL_CAC_INIT_GET_GENERIC_OBJECTS:
  ------------------
  |  Branch (687:3): [True: 952, False: 13.6k]
  ------------------
  688|    952|			return cac_get_init_and_get_count(&priv->general_list, &priv->general_current, (int *)ptr);
  689|    952|		case SC_CARDCTL_CAC_INIT_GET_CERT_OBJECTS:
  ------------------
  |  Branch (689:3): [True: 952, False: 13.6k]
  ------------------
  690|    952|			return cac_get_init_and_get_count(&priv->pki_list, &priv->pki_current, (int *)ptr);
  691|  3.05k|		case SC_CARDCTL_CAC_GET_NEXT_GENERIC_OBJECT:
  ------------------
  |  Branch (691:3): [True: 3.05k, False: 11.5k]
  ------------------
  692|  3.05k|			return cac_fill_object_info(&priv->general_list, &priv->general_current, (sc_pkcs15_data_info_t *)ptr);
  693|  3.71k|		case SC_CARDCTL_CAC_GET_NEXT_CERT_OBJECT:
  ------------------
  |  Branch (693:3): [True: 3.71k, False: 10.8k]
  ------------------
  694|  3.71k|			return cac_fill_object_info(&priv->pki_list, &priv->pki_current, (sc_pkcs15_data_info_t *)ptr);
  695|    952|		case SC_CARDCTL_CAC_FINAL_GET_GENERIC_OBJECTS:
  ------------------
  |  Branch (695:3): [True: 952, False: 13.6k]
  ------------------
  696|    952|			return cac_final_iterator(&priv->general_list);
  697|    952|		case SC_CARDCTL_CAC_FINAL_GET_CERT_OBJECTS:
  ------------------
  |  Branch (697:3): [True: 952, False: 13.6k]
  ------------------
  698|    952|			return cac_final_iterator(&priv->pki_list);
  699|  14.5k|	}
  700|       |
  701|  2.11k|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|  2.11k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.11k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.11k|	int _ret = r; \
  |  |  |  |  155|  2.11k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.11k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.11k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.11k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.11k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.11k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.11k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.11k|	return _ret; \
  |  |  |  |  163|  2.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  702|  2.11k|}
card-cac.c:cac_get_ACA_path:
  662|    952|{
  663|    952|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|    952|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  664|       |
  665|    952|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    952|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    952|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    952|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    952|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 952]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  666|    952|	if (priv->aca_path) {
  ------------------
  |  Branch (666:6): [True: 354, False: 598]
  ------------------
  667|    354|		*path = *priv->aca_path;
  668|    354|	}
  669|    952|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    952|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    952|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    952|	int _ret = r; \
  |  |  |  |  155|    952|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 952, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    952|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 952]
  |  |  |  |  ------------------
  |  |  |  |  157|    952|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    952|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    952|	return _ret; \
  |  |  |  |  163|    952|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  670|    952|}
card-cac.c:cac_get_serial_nr_from_CUID:
  645|    952|{
  646|    952|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|    952|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  647|       |
  648|    952|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    952|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    952|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    952|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    952|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 952]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  649|    952|        if (card->serialnr.len)   {
  ------------------
  |  Branch (649:13): [True: 0, False: 952]
  ------------------
  650|      0|                *serial = card->serialnr;
  651|      0|                LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|      0|        }
  653|    952|	if (priv->cac_id_len) {
  ------------------
  |  Branch (653:6): [True: 202, False: 750]
  ------------------
  654|    202|		serial->len = MIN(priv->cac_id_len, SC_MAX_SERIALNR);
  ------------------
  |  |   70|    202|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 199, False: 3]
  |  |  ------------------
  ------------------
  655|    202|		memcpy(serial->value, priv->cac_id, serial->len);
  656|    202|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    202|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    202|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    202|	int _ret = r; \
  |  |  |  |  155|    202|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 202, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    202|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 202]
  |  |  |  |  ------------------
  |  |  |  |  157|    202|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    202|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    202|	return _ret; \
  |  |  |  |  163|    202|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  657|    202|	}
  658|    750|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|    750|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    750|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    750|	int _ret = r; \
  |  |  |  |  155|    750|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 750, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    750|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    750|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 750, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    750|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    750|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    750|	return _ret; \
  |  |  |  |  163|    750|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  659|    750|}
card-cac.c:cac_get_init_and_get_count:
  612|  1.90k|{
  613|  1.90k|	*countp = list_size(list);
  614|  1.90k|	list_iterator_start(list);
  615|  1.90k|	*entry = list_iterator_next(list);
  616|  1.90k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.90k|#define SC_SUCCESS				0
  ------------------
  617|  1.90k|}
card-cac.c:cac_fill_object_info:
  628|  6.76k|{
  629|  6.76k|	memset(obj_info, 0, sizeof(sc_pkcs15_data_info_t));
  630|  6.76k|	if (*entry == NULL) {
  ------------------
  |  Branch (630:6): [True: 0, False: 6.76k]
  ------------------
  631|      0|		return SC_ERROR_FILE_END_REACHED;
  ------------------
  |  |   69|      0|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  632|      0|	}
  633|       |
  634|  6.76k|	obj_info->path = (*entry)->path;
  635|  6.76k|	obj_info->path.count = CAC_MAX_SIZE-1; /* read something from the object */
  ------------------
  |  |   26|  6.76k|#define CAC_MAX_SIZE 4096		/* arbitrary, just needs to be 'large enough' */
  ------------------
  636|  6.76k|	obj_info->id.value[0] = ((*entry)->fd >> 8) & 0xff;
  637|  6.76k|	obj_info->id.value[1] = (*entry)->fd & 0xff;
  638|  6.76k|	obj_info->id.len = 2;
  639|  6.76k|	strncpy(obj_info->app_label, (*entry)->name, SC_PKCS15_MAX_LABEL_SIZE-1);
  ------------------
  |  |   35|  6.76k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  640|  6.76k|	*entry = list_iterator_next(list);
  641|  6.76k|	return SC_SUCCESS;
  ------------------
  |  |   28|  6.76k|#define SC_SUCCESS				0
  ------------------
  642|  6.76k|}
card-cac.c:cac_final_iterator:
  621|  1.90k|{
  622|  1.90k|	list_iterator_stop(list);
  623|  1.90k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.90k|#define SC_SUCCESS				0
  ------------------
  624|  1.90k|}
card-cac.c:cac_pin_cmd:
 1834|    661|{
 1835|       |	/* CAC, like PIV needs Extra validation of (new) PIN during
 1836|       |	 * a PIN change request, to ensure it's not outside the
 1837|       |	 * FIPS 201 4.1.6.1 (numeric only) and * FIPS 140-2
 1838|       |	 * (6 character minimum) requirements.
 1839|       |	 */
 1840|    661|	sc_apdu_t apdu;
 1841|    661|	u8  sbuf[SC_MAX_APDU_BUFFER_SIZE];
 1842|    661|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1843|    661|	int rv;
 1844|       |
 1845|    661|	if (data->cmd == SC_PIN_CMD_CHANGE) {
  ------------------
  |  |  416|    661|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (1845:6): [True: 17, False: 644]
  ------------------
 1846|     17|		size_t i = 0;
 1847|     17|		if (data->pin2.len < 6) {
  ------------------
  |  Branch (1847:7): [True: 3, False: 14]
  ------------------
 1848|      3|			return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|      3|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
 1849|      3|		}
 1850|     64|		for(i=0; i < data->pin2.len; ++i) {
  ------------------
  |  Branch (1850:12): [True: 59, False: 5]
  ------------------
 1851|     59|			if (!isdigit(data->pin2.data[i])) {
  ------------------
  |  Branch (1851:8): [True: 9, False: 50]
  ------------------
 1852|      9|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      9|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1853|      9|			}
 1854|     59|		}
 1855|       |
 1856|       |		/* We can change the PIN of Giesecke & Devrient CAC ALT tokens
 1857|       |		 * with a bit non-standard APDU */
 1858|      5|		if (card->type == SC_CARD_TYPE_CAC_ALT_HID) {
  ------------------
  |  Branch (1858:7): [True: 4, False: 1]
  ------------------
 1859|      4|			int r = 0;
 1860|      4|			r = iso7816_build_pin_apdu(card, &apdu, data, sbuf, sizeof(sbuf));
 1861|      4|			if (r < 0)
  ------------------
  |  Branch (1861:8): [True: 0, False: 4]
  ------------------
 1862|      0|				return r;
 1863|       |			/* it requires P1 = 0x01 completely against the ISO specs */
 1864|      4|			apdu.p1 = 0x01;
 1865|      4|			data->apdu = &apdu;
 1866|      4|		}
 1867|      5|	}
 1868|       |
 1869|    649|	rv = iso_drv->ops->pin_cmd(card, data);
 1870|       |
 1871|       |	data->apdu = NULL;
 1872|    649|	return rv;
 1873|    661|}

sc_get_cac1_driver:
  554|  16.4k|{
  555|  16.4k|	return sc_get_driver();
  556|  16.4k|}
card-cac1.c:sc_get_driver:
  536|  16.4k|{
  537|       |	/* Inherit most of the things from the CAC driver */
  538|  16.4k|	struct sc_card_driver *cac_drv = sc_get_cac_driver();
  539|       |
  540|  16.4k|	cac_ops = *cac_drv->ops;
  541|  16.4k|	cac_ops.match_card = cac_match_card;
  542|  16.4k|	cac_ops.init = cac_init;
  543|  16.4k|	cac_ops.finish = cac_finish;
  544|       |
  545|  16.4k|	cac_ops.select_file =  cac_select_file; /* need to record object type */
  546|  16.4k|	cac_ops.read_binary = cac_read_binary;
  547|  16.4k|	cac_ops.logout = cac_logout;
  548|       |
  549|  16.4k|	return &cac1_drv;
  550|  16.4k|}
card-cac1.c:cac_match_card:
  489|  2.65k|{
  490|  2.65k|	int r;
  491|  2.65k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.65k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.65k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.65k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.65k]
  |  |  ------------------
  ------------------
  492|       |
  493|  2.65k|	r = cac_find_and_initialize(card, 0);
  494|  2.65k|	return (r == SC_SUCCESS); /* never match */
  ------------------
  |  |   28|  2.65k|#define SC_SUCCESS				0
  ------------------
  495|  2.65k|}
card-cac1.c:cac_find_and_initialize:
  451|  2.83k|{
  452|  2.83k|	int r, index;
  453|  2.83k|	cac_private_data_t *priv = NULL;
  454|       |
  455|       |	/* already initialized? */
  456|  2.83k|	if (card->drv_data) {
  ------------------
  |  Branch (456:6): [True: 0, False: 2.83k]
  ------------------
  457|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  458|      0|	}
  459|       |
  460|       |	/* is this a CAC Alt token without any accompanying structures */
  461|  2.83k|	r = cac_find_first_pki_applet(card, &index);
  462|  2.83k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  2.83k|#define SC_SUCCESS				0
  ------------------
  |  Branch (462:6): [True: 344, False: 2.48k]
  ------------------
  463|    344|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "PKI applet found, is bare CAC-1");
  ------------------
  |  |   70|    344|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  464|    344|		if (!initialize) /* match card only */
  ------------------
  |  Branch (464:7): [True: 175, False: 169]
  ------------------
  465|    175|			return r;
  466|       |
  467|    169|		if (!priv) {
  ------------------
  |  Branch (467:7): [True: 169, False: 0]
  ------------------
  468|    169|			priv = cac_new_private_data();
  469|    169|			if (!priv)
  ------------------
  |  Branch (469:8): [True: 0, False: 169]
  ------------------
  470|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  471|    169|		}
  472|    169|		card->drv_data = priv; /* needed for the read_binary() */
  473|    169|		r = cac_populate_cac1(card, index, priv);
  474|    169|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    169|#define SC_SUCCESS				0
  ------------------
  |  Branch (474:7): [True: 139, False: 30]
  ------------------
  475|    139|			card->type = SC_CARD_TYPE_CAC_I;
  476|    139|			return r;
  477|    139|		}
  478|     30|		card->drv_data = NULL; /* reset on failure */
  479|     30|	}
  480|  2.51k|	if (priv) {
  ------------------
  |  Branch (480:6): [True: 30, False: 2.48k]
  ------------------
  481|     30|		cac_free_private_data(priv);
  482|     30|	}
  483|  2.51k|	return r;
  484|  2.83k|}
card-cac1.c:cac_find_first_pki_applet:
  365|  2.83k|{
  366|  2.83k|	int r, i;
  367|       |
  368|  43.3k|	for (i = 0; i < MAX_CAC_SLOTS; i++) {
  ------------------
  |  |   70|  43.3k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (368:14): [True: 40.8k, False: 2.48k]
  ------------------
  369|  40.8k|		r = cac_select_pki_applet(card, i);
  370|  40.8k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  40.8k|#define SC_SUCCESS				0
  ------------------
  |  Branch (370:7): [True: 488, False: 40.3k]
  ------------------
  371|    488|			u8 data[2];
  372|    488|			sc_apdu_t apdu;
  373|       |
  374|       |			/* Try to read first two bytes of the buffer to
  375|       |			 * make sure it is not just malfunctioning card
  376|       |			 */
  377|    488|			sc_format_apdu(card, &apdu, SC_APDU_CASE_2,
  ------------------
  |  |  301|    488|#define SC_APDU_CASE_2			0x22
  ------------------
  378|    488|				CAC_INS_GET_CERTIFICATE, 0x00, 0x00);
  ------------------
  |  |   59|    488|#define CAC_INS_GET_CERTIFICATE       0x36  /* CAC1 command to read a certificate */
  ------------------
  379|    488|			apdu.le = 0x02;
  380|    488|			apdu.resplen = 2;
  381|    488|			apdu.resp = data;
  382|    488|			r = sc_transmit_apdu(card, &apdu);
  383|       |			/* SW1 = 0x63 means more data in CAC1 */
  384|    488|			if (r == SC_SUCCESS && apdu.sw1 != 0x63)
  ------------------
  |  |   28|    976|#define SC_SUCCESS				0
  ------------------
  |  Branch (384:8): [True: 357, False: 131]
  |  Branch (384:27): [True: 144, False: 213]
  ------------------
  385|    144|				continue;
  386|       |
  387|    344|			*index_out = i;
  388|    344|			return SC_SUCCESS;
  ------------------
  |  |   28|    344|#define SC_SUCCESS				0
  ------------------
  389|    488|		}
  390|  40.8k|	}
  391|  2.48k|	return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|  2.48k|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  392|  2.83k|}
card-cac1.c:cac_select_pki_applet:
  355|  43.1k|{
  356|  43.1k|	sc_path_t applet_path = cac_cac_pki_obj.path;
  357|  43.1k|	applet_path.aid.value[applet_path.aid.len-1] = index;
  358|       |	return cac_select_file_by_type(card, &applet_path, NULL);
  359|  43.1k|}
card-cac1.c:cac_select_file_by_type:
  201|  44.3k|{
  202|  44.3k|	struct sc_context *ctx;
  203|  44.3k|	struct sc_apdu apdu;
  204|  44.3k|	unsigned char buf[SC_MAX_APDU_BUFFER_SIZE];
  205|  44.3k|	unsigned char pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  206|  44.3k|	int r, pathtype;
  207|  44.3k|	size_t pathlen;
  208|  44.3k|	struct sc_file *file = NULL;
  209|  44.3k|	cac_private_data_t *priv;
  210|       |
  211|  44.3k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (211:6): [True: 0, False: 44.3k]
  |  Branch (211:22): [True: 0, False: 44.3k]
  ------------------
  212|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  213|       |
  214|  44.3k|	ctx = card->ctx;
  215|  44.3k|	priv = CAC_DATA(card);
  ------------------
  |  |   61|  44.3k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  216|       |
  217|  44.3k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  44.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  44.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  44.3k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 44.3k]
  |  |  ------------------
  ------------------
  218|       |
  219|  44.3k|	memcpy(path, in_path->value, in_path->len);
  220|  44.3k|	pathlen = in_path->len;
  221|  44.3k|	pathtype = in_path->type;
  222|       |
  223|  44.3k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  44.3k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  224|  44.3k|		"path=%s, path->value=%s path->type=%d (%x)",
  225|  44.3k|		sc_print_path(in_path),
  226|  44.3k|		sc_dump_hex(in_path->value, in_path->len),
  227|  44.3k|		in_path->type, in_path->type);
  228|  44.3k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "file_out=%p index=%d count=%d\n",
  ------------------
  |  |   70|  44.3k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  229|  44.3k|		file_out, in_path->index, in_path->count);
  230|       |
  231|       |	/* Sigh, iso7816_select_file expects paths to keys to have specific
  232|       |	 * formats. There is no override. We have to add some bytes to the
  233|       |	 * path to make it happy.
  234|       |	 * We only need to do this for private keys.
  235|       |	 */
  236|  44.3k|	if ((pathlen > 2) && (pathlen <= 4) && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (236:6): [True: 417, False: 43.9k]
  |  Branch (236:23): [True: 417, False: 0]
  |  Branch (236:41): [True: 417, False: 0]
  ------------------
  237|    417|		path += 2;
  238|    417|		pathlen -= 2;
  239|    417|	}
  240|       |
  241|       |
  242|       |	/* CAC has multiple different type of objects that aren't PKCS #15. When we read
  243|       |	 * them we need convert them to something PKCS #15 would understand. Find the object
  244|       |	 * and object type here:
  245|       |	 */
  246|  44.3k|	if (priv) { /* don't record anything if we haven't been initialized yet */
  ------------------
  |  Branch (246:6): [True: 3.49k, False: 40.8k]
  ------------------
  247|       |		/* forget any old cached values */
  248|  3.49k|		if (priv->cache_buf) {
  ------------------
  |  Branch (248:7): [True: 219, False: 3.27k]
  ------------------
  249|    219|			free(priv->cache_buf);
  250|    219|			priv->cache_buf = NULL;
  251|    219|		}
  252|  3.49k|		priv->cache_buf_len = 0;
  253|  3.49k|		priv->cached = 0;
  254|  3.49k|	}
  255|       |
  256|  44.3k|	if (in_path->aid.len) {
  ------------------
  |  Branch (256:6): [True: 43.9k, False: 417]
  ------------------
  257|  43.9k|		if (!pathlen) {
  ------------------
  |  Branch (257:7): [True: 43.9k, False: 0]
  ------------------
  258|  43.9k|			memcpy(path, in_path->aid.value, in_path->aid.len);
  259|  43.9k|			pathlen = in_path->aid.len;
  260|  43.9k|			pathtype = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  43.9k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  261|  43.9k|		} else {
  262|       |			/* First, select the application */
  263|      0|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"select application" );
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  264|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 4, 0);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  265|      0|			apdu.data = in_path->aid.value;
  266|      0|			apdu.datalen = in_path->aid.len;
  267|      0|			apdu.lc = in_path->aid.len;
  268|       |
  269|      0|			r = sc_transmit_apdu(card, &apdu);
  270|      0|			LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  271|      0|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  272|      0|			if (r)
  ------------------
  |  Branch (272:8): [True: 0, False: 0]
  ------------------
  273|      0|				LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|       |
  275|      0|		}
  276|  43.9k|	}
  277|       |
  278|  44.3k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  294|  44.3k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  279|       |
  280|  44.3k|	switch (pathtype) {
  281|       |	/* ideally we would had SC_PATH_TYPE_OBJECT_ID and add code to the iso7816 select.
  282|       |	 * Unfortunately we'd also need to update the caching code as well. For now just
  283|       |	 * use FILE_ID and change p1 here */
  284|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (284:2): [True: 0, False: 44.3k]
  ------------------
  285|      0|		apdu.p1 = 2;
  286|      0|		if (pathlen != 2)
  ------------------
  |  Branch (286:7): [True: 0, False: 0]
  ------------------
  287|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  288|      0|		break;
  289|  43.9k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  43.9k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (289:2): [True: 43.9k, False: 417]
  ------------------
  290|  43.9k|		apdu.p1 = 4;
  291|  43.9k|		break;
  292|    417|	default:
  ------------------
  |  Branch (292:2): [True: 417, False: 43.9k]
  ------------------
  293|    417|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|    417|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    417|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    417|	int _ret = r; \
  |  |  |  |  155|    417|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 417, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    417|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    417|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 417, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    417|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    417|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    417|	return _ret; \
  |  |  |  |  163|    417|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  294|  44.3k|	}
  295|  43.9k|	apdu.lc = pathlen;
  296|  43.9k|	apdu.data = path;
  297|  43.9k|	apdu.datalen = pathlen;
  298|  43.9k|	apdu.resp = buf;
  299|  43.9k|	apdu.resplen = sizeof(buf);
  300|  43.9k|	apdu.le = sc_get_max_recv_size(card) < 256 ? sc_get_max_recv_size(card) : 256;
  ------------------
  |  Branch (300:12): [True: 0, False: 43.9k]
  ------------------
  301|  43.9k|	apdu.p2 = 0x00;
  302|       |
  303|  43.9k|	r = sc_transmit_apdu(card, &apdu);
  304|  43.9k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  43.9k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  43.9k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  43.9k|	int _ret = (r); \
  |  |  |  |  168|  43.9k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 224, False: 43.7k]
  |  |  |  |  ------------------
  |  |  |  |  169|    224|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    224|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    224|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    224|		return _ret; \
  |  |  |  |  172|    224|	} \
  |  |  |  |  173|  43.9k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 43.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|       |
  306|  43.7k|	if (file_out == NULL) {
  ------------------
  |  Branch (306:6): [True: 42.9k, False: 825]
  ------------------
  307|       |		/* For some cards 'SELECT' can be only with request to return FCI/FCP. */
  308|  42.9k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  309|  42.9k|		if (apdu.sw1 == 0x6A && apdu.sw2 == 0x86)   {
  ------------------
  |  Branch (309:7): [True: 241, False: 42.6k]
  |  Branch (309:27): [True: 83, False: 158]
  ------------------
  310|     83|			apdu.p2 = 0x00;
  311|     83|			apdu.resplen = sizeof(buf);
  312|     83|			if (sc_transmit_apdu(card, &apdu) == SC_SUCCESS)
  ------------------
  |  |   28|     83|#define SC_SUCCESS				0
  ------------------
  |  Branch (312:8): [True: 35, False: 48]
  ------------------
  313|     35|				r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  314|     83|		}
  315|  42.9k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (315:7): [True: 48, False: 42.8k]
  ------------------
  316|  42.9k|			LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     48|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     48|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     48|	int _ret = r; \
  |  |  |  |  155|     48|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 48, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     48|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 48]
  |  |  |  |  ------------------
  |  |  |  |  157|     48|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     48|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     48|	return _ret; \
  |  |  |  |  163|     48|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|  42.8k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  42.8k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  42.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  42.8k|	int _ret = r; \
  |  |  |  |  155|  42.8k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 42.8k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  42.8k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  41.3k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 41.3k, False: 1.54k]
  |  |  |  |  ------------------
  |  |  |  |  157|  42.8k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  42.8k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  42.8k|	return _ret; \
  |  |  |  |  163|  42.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|  42.8k|	}
  319|       |
  320|    825|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  321|    825|	if (r)
  ------------------
  |  Branch (321:6): [True: 380, False: 445]
  ------------------
  322|    825|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    380|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    380|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    380|	int _ret = r; \
  |  |  |  |  155|    380|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 380, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    380|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    380|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 380, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    380|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    380|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    380|	return _ret; \
  |  |  |  |  163|    380|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  323|       |
  324|       |	/* CAC cards never return FCI, fake one */
  325|    445|	file = sc_file_new();
  326|    445|	if (file == NULL)
  ------------------
  |  Branch (326:6): [True: 0, False: 445]
  ------------------
  327|    445|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|    445|	file->path = *in_path;
  329|    445|	file->size = CAC_MAX_SIZE; /* we don't know how big, just give a large size until we can read the file */
  ------------------
  |  |   26|    445|#define CAC_MAX_SIZE 4096		/* arbitrary, just needs to be 'large enough' */
  ------------------
  330|       |
  331|    445|	*file_out = file;
  332|    445|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    445|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    445|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    445|	int _ret = r; \
  |  |  |  |  155|    445|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 445, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    445|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 445]
  |  |  |  |  ------------------
  |  |  |  |  157|    445|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    445|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    445|	return _ret; \
  |  |  |  |  163|    445|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  333|       |
  334|    445|}
card-cac1.c:cac_populate_cac1:
  395|    169|{
  396|    169|	int r, i;
  397|    169|	cac_object_t pki_obj = cac_cac_pki_obj;
  398|    169|	u8 buf[100];
  399|    169|	u8 *val;
  400|    169|	size_t val_len;
  401|       |
  402|       |	/* populate PKI objects */
  403|  2.24k|	for (i = index; i < MAX_CAC_SLOTS; i++) {
  ------------------
  |  |   70|  2.24k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (403:18): [True: 2.07k, False: 169]
  ------------------
  404|  2.07k|		r = cac_select_pki_applet(card, i);
  405|  2.07k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  2.07k|#define SC_SUCCESS				0
  ------------------
  |  Branch (405:7): [True: 966, False: 1.10k]
  ------------------
  406|    966|			pki_obj.name = get_cac_label(i);
  407|    966|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    966|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  408|    966|				"CAC: pki_object found, cert_next=%d (%s)",
  409|    966|				i, pki_obj.name);
  410|    966|			pki_obj.path.aid.value[pki_obj.path.aid.len-1] = i;
  411|    966|			pki_obj.fd = i+1; /* don't use id of zero */
  412|    966|			cac_add_object_to_list(&priv->pki_list, &pki_obj);
  413|    966|		}
  414|  2.07k|	}
  415|       |
  416|       |	/*
  417|       |	 * create a cuid to simulate the cac 2 cuid.
  418|       |	 */
  419|    169|	priv->cuid = cac_cac_cuid;
  420|       |	/* create a serial number by hashing the first 100 bytes of the
  421|       |	 * first certificate on the card */
  422|    169|	r = cac_select_pki_applet(card, index);
  423|    169|	if (r < 0) {
  ------------------
  |  Branch (423:6): [True: 30, False: 139]
  ------------------
  424|     30|		return r; /* shouldn't happen unless the card has been removed or is malfunctioning */
  425|     30|	}
  426|    139|	val = buf;
  427|    139|	val_len = sizeof(buf);
  428|    139|	r = cac_cac1_get_certificate(card, &val, &val_len);
  429|    139|	if (r >= 0) {
  ------------------
  |  Branch (429:6): [True: 44, False: 95]
  ------------------
  430|     44|		priv->cac_id = malloc(20);
  431|     44|		if (priv->cac_id == NULL) {
  ------------------
  |  Branch (431:7): [True: 0, False: 44]
  ------------------
  432|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  433|      0|		}
  434|     44|#ifdef ENABLE_OPENSSL
  435|     44|		SHA1(val, val_len, priv->cac_id);
  436|     44|		priv->cac_id_len = 20;
  437|     44|		sc_debug_hex(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  127|     44|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  438|     44|			"cuid", priv->cac_id, priv->cac_id_len);
  439|       |#else
  440|       |		sc_log(card->ctx, "OpenSSL Required");
  441|       |		return SC_ERROR_NOT_SUPPORTED;
  442|       |#endif /* ENABLE_OPENSSL */
  443|     44|	}
  444|    139|	return SC_SUCCESS;
  ------------------
  |  |   28|    139|#define SC_SUCCESS				0
  ------------------
  445|    139|}
card-cac1.c:cac_cac1_get_certificate:
   65|    584|{
   66|    584|	u8 buf[CAC_MAX_SIZE];
   67|    584|	u8 *out_ptr;
   68|    584|	size_t size = 0;
   69|    584|	size_t left = 0;
   70|    584|	size_t len;
   71|    584|	sc_apdu_t apdu;
   72|    584|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    584|#define SC_SUCCESS				0
  ------------------
   73|    584|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    584|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    584|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    584|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 584]
  |  |  ------------------
  ------------------
   74|       |	/* get the size */
   75|    584|	size = left = *out_buf ? *out_len : sizeof(buf);
  ------------------
  |  Branch (75:16): [True: 139, False: 445]
  ------------------
   76|    584|	out_ptr = *out_buf ? *out_buf : buf;
  ------------------
  |  Branch (76:12): [True: 139, False: 445]
  ------------------
   77|    584|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, CAC_INS_GET_CERTIFICATE, 0, 0 );
  ------------------
  |  |  292|    584|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
              	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, CAC_INS_GET_CERTIFICATE, 0, 0 );
  ------------------
  |  |   59|    584|#define CAC_INS_GET_CERTIFICATE       0x36  /* CAC1 command to read a certificate */
  ------------------
   78|    584|	len = MIN(left, 100);
  ------------------
  |  |   70|    584|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 584]
  |  |  ------------------
  ------------------
   79|    613|	while (left > 0) {
  ------------------
  |  Branch (79:9): [True: 594, False: 19]
  ------------------
   80|    594|		apdu.resp = out_ptr;
   81|    594|		apdu.le = len;
   82|    594|		apdu.resplen = left;
   83|    594|		r = sc_transmit_apdu(card, &apdu);
   84|    594|		if (r < 0) {
  ------------------
  |  Branch (84:7): [True: 35, False: 559]
  ------------------
   85|     35|			break;
   86|     35|		}
   87|    559|		if (apdu.resplen == 0) {
  ------------------
  |  Branch (87:7): [True: 129, False: 430]
  ------------------
   88|    129|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    129|#define SC_ERROR_INTERNAL			-1400
  ------------------
   89|    129|			break;
   90|    129|		}
   91|       |		/* in the old CAC-1, 0x63 means 'more data' in addition to 'pin failed' */
   92|    430|		if (apdu.sw1 != 0x63 || apdu.sw2 < 1)  {
  ------------------
  |  Branch (92:7): [True: 383, False: 47]
  |  Branch (92:27): [True: 18, False: 29]
  ------------------
   93|       |			/* we've either finished reading, or hit an error, break */
   94|    401|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
   95|    401|			left -= apdu.resplen;
   96|    401|			break;
   97|    401|		}
   98|       |		/* Adjust the lengths */
   99|     29|		left -= apdu.resplen;
  100|     29|		out_ptr += apdu.resplen;
  101|     29|		len = MIN(left, apdu.sw2);
  ------------------
  |  |   70|     29|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 22, False: 7]
  |  |  ------------------
  ------------------
  102|     29|	}
  103|    584|	if (r < 0) {
  ------------------
  |  Branch (103:6): [True: 200, False: 384]
  ------------------
  104|    200|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    200|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    200|	int _ret = r; \
  |  |  155|    200|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 200, False: 0]
  |  |  ------------------
  |  |  156|    200|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    200|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 200, False: 0]
  |  |  ------------------
  |  |  157|    200|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    200|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    200|	return _ret; \
  |  |  163|    200|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  105|    200|	}
  106|    384|	r = (int)(size - left);
  107|    384|	if (*out_buf == NULL) {
  ------------------
  |  Branch (107:6): [True: 340, False: 44]
  ------------------
  108|    340|		*out_buf = malloc(r);
  109|    340|		if (*out_buf == NULL) {
  ------------------
  |  Branch (109:7): [True: 0, False: 340]
  ------------------
  110|      0|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  111|      0|				SC_ERROR_OUT_OF_MEMORY);
  112|      0|		}
  113|    340|		memcpy(*out_buf, buf, r);
  114|    340|	}
  115|    384|	*out_len = r;
  116|    384|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    384|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    384|	int _ret = r; \
  |  |  155|    384|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 384]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    384|	} else { \
  |  |  159|    384|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|    384|			"returning with: %d\n", _ret); \
  |  |  161|    384|	} \
  |  |  162|    384|	return _ret; \
  |  |  163|    384|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  117|    384|}
card-cac1.c:cac_init:
  499|    175|{
  500|    175|	int r;
  501|    175|	unsigned long flags;
  502|       |
  503|    175|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    175|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    175|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    175|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 175]
  |  |  ------------------
  ------------------
  504|       |
  505|    175|	r = cac_find_and_initialize(card, 1);
  506|    175|	if (r < 0) {
  ------------------
  |  Branch (506:6): [True: 36, False: 139]
  ------------------
  507|     36|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|     36|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     36|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     36|	int _ret = r; \
  |  |  |  |  155|     36|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 36, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     36|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     36|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 36, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     36|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     36|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     36|	return _ret; \
  |  |  |  |  163|     36|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  508|     36|	}
  509|    139|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    139|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  510|       |
  511|    139|	_sc_card_add_rsa_alg(card, 1024, flags, 0); /* mandatory */
  512|    139|	_sc_card_add_rsa_alg(card, 2048, flags, 0); /* optional */
  513|    139|	_sc_card_add_rsa_alg(card, 3072, flags, 0); /* optional */
  514|       |
  515|    139|	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    139|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    139|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  516|       |
  517|    139|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    139|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    139|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    139|	int _ret = r; \
  |  |  |  |  155|    139|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 139, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    139|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 139]
  |  |  |  |  ------------------
  |  |  |  |  157|    139|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    139|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    139|	return _ret; \
  |  |  |  |  163|    139|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|    139|}
card-cac1.c:cac_finish:
  342|    139|{
  343|    139|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|    139|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  344|       |
  345|    139|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    139|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    139|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    139|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 139]
  |  |  ------------------
  ------------------
  346|    139|	if (priv) {
  ------------------
  |  Branch (346:6): [True: 139, False: 0]
  ------------------
  347|    139|		cac_free_private_data(priv);
  348|    139|	}
  349|    139|	return SC_SUCCESS;
  ------------------
  |  |   28|    139|#define SC_SUCCESS				0
  ------------------
  350|    139|}
card-cac1.c:cac_select_file:
  337|  1.25k|{
  338|  1.25k|	return cac_select_file_by_type(card, in_path, file_out);
  339|  1.25k|}
card-cac1.c:cac_read_binary:
  126|  1.64k|{
  127|  1.64k|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|  1.64k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  128|  1.64k|	int r = 0;
  129|  1.64k|	u8 *val = NULL;
  130|  1.64k|	u8 *cert_ptr;
  131|  1.64k|	size_t val_len = 0;
  132|  1.64k|	size_t len, cert_len;
  133|  1.64k|	u8 cert_type;
  134|       |
  135|  1.64k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.64k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.64k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.64k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.64k]
  |  |  ------------------
  ------------------
  136|       |
  137|       |	/* if we didn't return it all last time, return the remainder */
  138|  1.64k|	if (priv->cached) {
  ------------------
  |  Branch (138:6): [True: 1.19k, False: 445]
  ------------------
  139|  1.19k|		sc_log(card->ctx, "returning cached value idx=%d count=%zu", idx, count);
  ------------------
  |  |   71|  1.19k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  140|  1.19k|		if (idx > priv->cache_buf_len) {
  ------------------
  |  Branch (140:7): [True: 0, False: 1.19k]
  ------------------
  141|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_END_REACHED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  142|      0|		}
  143|  1.19k|		len = MIN(count, priv->cache_buf_len-idx);
  ------------------
  |  |   70|  1.19k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 851, False: 346]
  |  |  ------------------
  ------------------
  144|  1.19k|		memcpy(buf, &priv->cache_buf[idx], len);
  145|  1.19k|		LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|  1.19k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.19k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.19k|	int _ret = r; \
  |  |  |  |  155|  1.19k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 213, False: 984]
  |  |  |  |  ------------------
  |  |  |  |  156|    213|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 213]
  |  |  |  |  ------------------
  |  |  |  |  157|    213|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    984|	} else { \
  |  |  |  |  159|    984|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    984|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    984|	} \
  |  |  |  |  162|  1.19k|	return _ret; \
  |  |  |  |  163|  1.19k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  146|  1.19k|	}
  147|       |
  148|    445|	sc_log(card->ctx, "clearing cache idx=%d count=%zu", idx, count);
  ------------------
  |  |   71|    445|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  149|    445|	free(priv->cache_buf);
  150|    445|	priv->cache_buf = NULL;
  151|    445|	priv->cache_buf_len = 0;
  152|       |
  153|    445|	r = cac_cac1_get_certificate(card, &val, &val_len);
  154|    445|	if (r < 0)
  ------------------
  |  Branch (154:6): [True: 105, False: 340]
  ------------------
  155|    105|		goto done;
  156|    340|	if (val_len < 1) {
  ------------------
  |  Branch (156:6): [True: 0, False: 340]
  ------------------
  157|      0|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  158|      0|		goto done;
  159|      0|	}
  160|       |
  161|    340|	cert_type = val[0];
  162|    340|	cert_ptr = val + 1;
  163|    340|	cert_len = val_len - 1;
  164|       |
  165|       |	/* if the info byte is 1, then the cert is compressed, decompress it */
  166|    340|	if ((cert_type & 0x3) == 1) {
  ------------------
  |  Branch (166:6): [True: 143, False: 197]
  ------------------
  167|    143|		if (flags)
  ------------------
  |  Branch (167:7): [True: 143, False: 0]
  ------------------
  168|    143|			*flags |= SC_FILE_FLAG_COMPRESSED_AUTO;
  ------------------
  |  |  230|    143|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
  169|    143|	}
  170|    340|	if (cert_len > 0) {
  ------------------
  |  Branch (170:6): [True: 259, False: 81]
  ------------------
  171|    259|		priv->cache_buf = malloc(cert_len);
  172|    259|		if (priv->cache_buf == NULL) {
  ------------------
  |  Branch (172:7): [True: 0, False: 259]
  ------------------
  173|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  174|      0|			goto done;
  175|      0|		}
  176|    259|		priv->cache_buf_len = cert_len;
  177|    259|		memcpy(priv->cache_buf, cert_ptr, cert_len);
  178|    259|	}
  179|       |
  180|       |	/* OK we've read the data, now copy the required portion out to the callers buffer */
  181|    340|	priv->cached = 1;
  182|    340|	len = MIN(count, priv->cache_buf_len-idx);
  ------------------
  |  |   70|    340|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 133, False: 207]
  |  |  ------------------
  ------------------
  183|    340|	if (len && priv->cache_buf)
  ------------------
  |  Branch (183:6): [True: 259, False: 81]
  |  Branch (183:13): [True: 259, False: 0]
  ------------------
  184|    259|		memcpy(buf, &priv->cache_buf[idx], len);
  185|    340|	r = (int)len;
  186|    445|done:
  187|    445|	if (val)
  ------------------
  |  Branch (187:6): [True: 340, False: 105]
  ------------------
  188|    340|		free(val);
  189|    445|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    445|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    445|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    445|	int _ret = r; \
  |  |  |  |  155|    445|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 186, False: 259]
  |  |  |  |  ------------------
  |  |  |  |  156|    186|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    105|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 105, False: 81]
  |  |  |  |  ------------------
  |  |  |  |  157|    186|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    259|	} else { \
  |  |  |  |  159|    259|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    259|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    259|	} \
  |  |  |  |  162|    445|	return _ret; \
  |  |  |  |  163|    445|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  190|    445|}

sc_get_cardos_driver:
 1566|  16.4k|{
 1567|  16.4k|	return sc_get_driver();
 1568|  16.4k|}
card-cardos.c:sc_get_driver:
 1541|  16.4k|{
 1542|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1542:6): [True: 1, False: 16.4k]
  ------------------
 1543|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1544|  16.4k|	cardos_ops = *iso_ops;
 1545|  16.4k|	cardos_ops.match_card = cardos_match_card;
 1546|  16.4k|	cardos_ops.init = cardos_init;
 1547|  16.4k|	cardos_ops.finish = cardos_finish;
 1548|  16.4k|	cardos_ops.select_file = cardos_select_file;
 1549|  16.4k|	cardos_ops.create_file = cardos_create_file;
 1550|  16.4k|	cardos_ops.set_security_env = cardos_set_security_env;
 1551|  16.4k|	cardos_ops.restore_security_env = cardos_restore_security_env;
 1552|  16.4k|	cardos_ops.compute_signature = cardos_compute_signature;
 1553|  16.4k|	cardos_ops.decipher = cardos_decipher;
 1554|       |
 1555|  16.4k|	cardos_ops.list_files = cardos_list_files;
 1556|  16.4k|	cardos_ops.check_sw = cardos_check_sw;
 1557|  16.4k|	cardos_ops.card_ctl = cardos_card_ctl;
 1558|  16.4k|	cardos_ops.pin_cmd = cardos_pin_cmd;
 1559|  16.4k|	cardos_ops.logout  = cardos_logout;
 1560|       |
 1561|  16.4k|	return &cardos_drv;
 1562|  16.4k|}
card-cardos.c:cardos_match_card:
   76|  15.4k|{
   77|  15.4k|	unsigned char atr[SC_MAX_ATR_SIZE] = {0};
   78|  15.4k|	int i;
   79|       |
   80|  15.4k|	i = _sc_match_atr(card, cardos_atrs, &card->type);
   81|  15.4k|	if (i < 0)
  ------------------
  |  Branch (81:6): [True: 14.5k, False: 836]
  ------------------
   82|  14.5k|		return 0;
   83|       |
   84|    836|	memcpy(atr, card->atr.value, card->atr.len);
   85|       |
   86|       |	/* Do not change card type for CIE! */
   87|    836|	if (card->type == SC_CARD_TYPE_CARDOS_CIE_V1)
  ------------------
  |  Branch (87:6): [True: 0, False: 836]
  ------------------
   88|      0|		return 1;
   89|    836|	if (card->type == SC_CARD_TYPE_CARDOS_M4_4)
  ------------------
  |  Branch (89:6): [True: 0, False: 836]
  ------------------
   90|      0|		return 1;
   91|    836|	if (card->type == SC_CARD_TYPE_CARDOS_V5_0)
  ------------------
  |  Branch (91:6): [True: 173, False: 663]
  ------------------
   92|    173|		return 1;
   93|    663|	if (card->type == SC_CARD_TYPE_CARDOS_V5_3)
  ------------------
  |  Branch (93:6): [True: 296, False: 367]
  ------------------
   94|    296|		return 1;
   95|    367|	if (card->type == SC_CARD_TYPE_CARDOS_M4_2) {
  ------------------
  |  Branch (95:6): [True: 354, False: 13]
  ------------------
   96|    354|		int rv;
   97|    354|		sc_apdu_t apdu = {0};
   98|    354|		u8 rbuf[SC_MAX_APDU_BUFFER_SIZE] = {0};
   99|       |		/* first check some additional ATR bytes */
  100|    354|		if ((atr[4] != 0xff && atr[4] != 0x02) ||
  ------------------
  |  Branch (100:8): [True: 12, False: 342]
  |  Branch (100:26): [True: 9, False: 3]
  ------------------
  101|    345|		    (atr[6] != 0x10 && atr[6] != 0x0a) ||
  ------------------
  |  Branch (101:8): [True: 343, False: 2]
  |  Branch (101:26): [True: 10, False: 333]
  ------------------
  102|    335|		    (atr[9] != 0x55 && atr[9] != 0x58))
  ------------------
  |  Branch (102:8): [True: 334, False: 1]
  |  Branch (102:26): [True: 14, False: 320]
  ------------------
  103|     33|			return 0;
  104|       |		/* get the os version using GET DATA and compare it with
  105|       |		 * version in the ATR */
  106|    321|		sc_log(card->ctx,  "checking cardos version ...");
  ------------------
  |  |   71|    321|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  107|    321|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x82);
  ------------------
  |  |  292|    321|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  108|    321|		apdu.resp = rbuf;
  109|    321|		apdu.resplen = sizeof(rbuf);
  110|    321|		apdu.le = 256;
  111|    321|		apdu.lc = 0;
  112|    321|		rv = sc_transmit_apdu(card, &apdu);
  113|    321|		LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    321|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    321|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    321|	int _ret = (r); \
  |  |  |  |  168|    321|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 318]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|    321|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 318]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|    318|		if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00 || apdu.resplen < 2)
  ------------------
  |  Branch (114:7): [True: 260, False: 58]
  |  Branch (114:27): [True: 6, False: 52]
  |  Branch (114:47): [True: 2, False: 50]
  ------------------
  115|    268|			return 0;
  116|     50|		if (apdu.resp[0] != atr[10] ||
  ------------------
  |  Branch (116:7): [True: 11, False: 39]
  ------------------
  117|     39|		    apdu.resp[1] != atr[11])
  ------------------
  |  Branch (117:7): [True: 10, False: 29]
  ------------------
  118|       |			/* version mismatch */
  119|     21|			return 0;
  120|     29|		if (atr[11] <= 0x04) {
  ------------------
  |  Branch (120:7): [True: 2, False: 27]
  ------------------
  121|      2|			sc_log(card->ctx,  "found cardos m4.01");
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  122|      2|			card->type = SC_CARD_TYPE_CARDOS_M4_01;
  123|     27|		} else if (atr[11] == 0x08) {
  ------------------
  |  Branch (123:14): [True: 1, False: 26]
  ------------------
  124|      1|			sc_log(card->ctx,  "found cardos v4.3b");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  125|      1|			card->type = SC_CARD_TYPE_CARDOS_M4_3;
  126|     26|		} else if (atr[11] == 0x09) {
  ------------------
  |  Branch (126:14): [True: 1, False: 25]
  ------------------
  127|      1|			sc_log(card->ctx,  "found cardos v4.2b");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  128|      1|			card->type = SC_CARD_TYPE_CARDOS_M4_2B;
  129|     25|		} else if (atr[11] >= 0x0B) {
  ------------------
  |  Branch (129:14): [True: 5, False: 20]
  ------------------
  130|      5|			sc_log(card->ctx,  "found cardos v4.2c or higher");
  ------------------
  |  |   71|      5|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  131|      5|			card->type = SC_CARD_TYPE_CARDOS_M4_2C;
  132|     20|		} else {
  133|     20|			sc_log(card->ctx,  "found cardos m4.2");
  ------------------
  |  |   71|     20|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  134|     20|		}
  135|     29|	}
  136|     42|	return 1;
  137|    367|}
card-cardos.c:cardos_init:
  212|    511|{
  213|    511|	cardos_data_t * priv = NULL;
  214|    511|	unsigned long flags = 0;
  215|    511|	size_t data_field_length;
  216|    511|	sc_apdu_t apdu;
  217|    511|	u8 rbuf[2];
  218|    511|	int r;
  219|       |
  220|    511|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    511|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    511|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    511|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 511]
  |  |  ------------------
  ------------------
  221|       |
  222|    511|	priv = calloc(1, sizeof(cardos_data_t));
  223|    511|	if (!priv)
  ------------------
  |  Branch (223:6): [True: 0, False: 511]
  ------------------
  224|    511|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  225|    511|	card->drv_data = priv;
  226|       |
  227|    511|	card->name = "Atos CardOS";
  228|    511|	card->cla = 0x00;
  229|       |
  230|       |	/* let user override flags and type from opensc.conf */
  231|       |	/* user can override card->type too.*/
  232|    511|	if (card->flags) {
  ------------------
  |  Branch (232:6): [True: 0, False: 511]
  ------------------
  233|      0|	    flags = card->flags;
  234|    511|	} else {
  235|       |
  236|       |		/* Set up algorithm info. */
  237|    511|		flags = 0;
  238|    511|		if (card->type == SC_CARD_TYPE_CARDOS_V5_0) {
  ------------------
  |  Branch (238:7): [True: 173, False: 338]
  ------------------
  239|    173|			flags |= SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|    173|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    173|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    173|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  240|    338|		} else if(card->type == SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (240:13): [True: 296, False: 42]
  ------------------
  241|    296|			flags |= SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|    296|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  242|    296|				| SC_ALGORITHM_RSA_HASH_NONE
  ------------------
  |  |  133|    296|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  243|    296|				| SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    296|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  244|    296|		} else {
  245|     42|			flags |= SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|     42|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  246|     42|				| SC_ALGORITHM_RSA_HASH_NONE
  ------------------
  |  |  133|     42|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  247|     42|				| SC_ALGORITHM_NEED_USAGE
  ------------------
  |  |   95|     42|#define SC_ALGORITHM_NEED_USAGE		0x40000000
  ------------------
  248|     42|				| SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     42|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  249|     42|		}
  250|    511|	}
  251|       |
  252|    511|	priv->flags = flags;
  253|       |
  254|    511|	if (card->type == SC_CARD_TYPE_CARDOS_M4_2) {
  ------------------
  |  Branch (254:6): [True: 20, False: 491]
  ------------------
  255|     20|		r = cardos_have_2048bit_package(card);
  256|     20|		if (r < 0) {
  ------------------
  |  Branch (256:7): [True: 2, False: 18]
  ------------------
  257|      2|			r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      2|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  258|      2|			goto err;
  259|      2|		}
  260|     18|		if (r == 1)
  ------------------
  |  Branch (260:7): [True: 1, False: 17]
  ------------------
  261|      1|			priv->rsa_2048 = 1;
  262|     18|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|     18|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  263|    491|	} else if (card->type == SC_CARD_TYPE_CARDOS_M4_3
  ------------------
  |  Branch (263:13): [True: 1, False: 490]
  ------------------
  264|    490|		|| card->type == SC_CARD_TYPE_CARDOS_M4_2B
  ------------------
  |  Branch (264:6): [True: 1, False: 489]
  ------------------
  265|    489|		|| card->type == SC_CARD_TYPE_CARDOS_M4_2C
  ------------------
  |  Branch (265:6): [True: 5, False: 484]
  ------------------
  266|    484|		|| card->type == SC_CARD_TYPE_CARDOS_M4_4
  ------------------
  |  Branch (266:6): [True: 0, False: 484]
  ------------------
  267|    484|		|| card->type == SC_CARD_TYPE_CARDOS_V5_0
  ------------------
  |  Branch (267:6): [True: 173, False: 311]
  ------------------
  268|    476|		|| card->type == SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (268:6): [True: 296, False: 15]
  ------------------
  269|    476|		priv->rsa_2048 = 1;
  270|    476|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    476|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  271|       |		/* TODO check this. EC only if in supported_algo */
  272|    476|		priv->ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|    476|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              		priv->ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|    476|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  273|    476|	}
  274|       |
  275|       |	/* probe DATA FIELD LENGTH with GET DATA */
  276|    509|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x8D);
  ------------------
  |  |  292|    509|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  277|    509|	apdu.le = sizeof rbuf;
  278|    509|	apdu.resp = rbuf;
  279|    509|	apdu.resplen = sizeof(rbuf);
  280|       |
  281|    509|	r = sc_transmit_apdu(card, &apdu);
  282|    509|	if (r < 0)
  ------------------
  |  Branch (282:6): [True: 4, False: 505]
  ------------------
  283|    509|		LOG_TEST_GOTO_ERR(card->ctx,
  ------------------
  |  |  184|      4|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      4|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      4|	int _ret = (r); \
  |  |  |  |  178|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      4|		goto err; \
  |  |  |  |  182|      4|	} \
  |  |  |  |  183|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|    505|				SC_ERROR_INVALID_CARD,
  285|    505|				"APDU transmit failed");
  286|    505|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  287|    505|	if (r < 0)
  ------------------
  |  Branch (287:6): [True: 102, False: 403]
  ------------------
  288|    505|		LOG_TEST_GOTO_ERR(card->ctx,
  ------------------
  |  |  184|    102|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    102|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    102|	int _ret = (r); \
  |  |  |  |  178|    102|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 102, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|    102|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    102|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    102|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    102|		goto err; \
  |  |  |  |  182|    102|	} \
  |  |  |  |  183|    102|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  289|    403|				SC_ERROR_INVALID_CARD,
  290|    403|				"GET DATA command returned error");
  291|    403|	if (apdu.resplen != 2) {
  ------------------
  |  Branch (291:6): [True: 8, False: 395]
  ------------------
  292|      8|		r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      8|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  293|      8|		goto err;
  294|      8|	}
  295|    395|	data_field_length = ((rbuf[0] << 8) | rbuf[1]);
  296|       |
  297|       |	/* TODO is this really needed? strip the length of possible Lc and Le bytes */
  298|       |
  299|       |	/* Use Min card sizes and reader too. for V5_3 at least*/
  300|       |
  301|    395|	if (card->type == SC_CARD_TYPE_CARDOS_V5_0 || card->type == SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (301:6): [True: 164, False: 231]
  |  Branch (301:48): [True: 215, False: 16]
  ------------------
  302|    379|		sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL,
  ------------------
  |  |   70|    379|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  305|    379|				data_field_length, card->reader->max_send_size, card->reader->max_recv_size,
  |  |  |  |  306|    379|				(card->caps & SC_CARD_CAP_APDU_EXT) ? "SC_CARD_CAP_APDU_EXT" : " ");
  |  |  |  |  ------------------
  |  |  |  |  |  |  547|    379|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  303|    379|				"data_field_length:%zu card->reader->max_send_size:%zu "
  304|    379|				"card->reader->max_recv_size:%zu %s",
  305|    379|				data_field_length, card->reader->max_send_size, card->reader->max_recv_size,
  306|    379|				(card->caps & SC_CARD_CAP_APDU_EXT) ? "SC_CARD_CAP_APDU_EXT" : " ");
  307|       |
  308|    379|		if (card->caps & SC_CARD_CAP_APDU_EXT) {
  ------------------
  |  |  547|    379|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (308:7): [True: 379, False: 0]
  ------------------
  309|    379|			card->max_send_size  = data_field_length - 6;
  310|       |#ifdef _WIN32
  311|       |			/* Windows does not support PCSC PART_10 and may have forced reader to 255/256
  312|       |			 * https://github.com/OpenSC/OpenSC/commit/eddea6f3c2d3dafc2c09eba6695c745a61b5186f
  313|       |			 * may have reset this. if so, will override and force extended
  314|       |			 * Most, if not all, cardos cards do extended, but not chaining
  315|       |			 */
  316|       |			if (card->reader->max_send_size == 255 && card->reader->max_recv_size == 256) {
  317|       |				sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "resetting reader to use data_field_length");
  318|       |				card->reader->max_send_size = data_field_length - 6;
  319|       |				card->reader->max_recv_size = data_field_length - 3;
  320|       |			}
  321|       |#endif
  322|    379|		} else
  323|      0|			card->max_send_size = data_field_length - 3;
  324|       |
  325|    379|		card->max_send_size = sc_get_max_send_size(card); /* include reader sizes and protocol */
  326|    379|		card->max_recv_size = data_field_length - 2;
  327|    379|		card->max_recv_size = sc_get_max_recv_size(card);
  328|    379|	} else {
  329|       |		/* old way, disregards reader capabilities */
  330|     16|		if (card->caps & SC_CARD_CAP_APDU_EXT)
  ------------------
  |  |  547|     16|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (330:7): [True: 4, False: 12]
  ------------------
  331|      4|			card->max_send_size = data_field_length - 6;
  332|     12|		else
  333|     12|			card->max_send_size = data_field_length - 3;
  334|       |		/* strip the length of SW bytes */
  335|     16|		card->max_recv_size = data_field_length - 2;
  336|     16|	}
  337|       |
  338|       |	/*for new cards, wait till after sc_pkcs15_bind_internal reads tokeninfo */
  339|    395|	if (card->type != SC_CARD_TYPE_CARDOS_V5_0 && card->type != SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (339:6): [True: 231, False: 164]
  |  Branch (339:48): [True: 16, False: 215]
  ------------------
  340|     16|		r = cardos_add_algs(card, flags, 0, 0);
  341|     16|	}
  342|       |
  343|    511|err:
  344|    511|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    511|#define SC_SUCCESS				0
  ------------------
  |  Branch (344:6): [True: 116, False: 395]
  ------------------
  345|    116|		free(priv);
  346|    116|		card->drv_data = NULL;
  347|    116|	}
  348|       |
  349|    511|	return r;
  350|    395|}
card-cardos.c:cardos_have_2048bit_package:
  140|     20|{
  141|     20|	sc_apdu_t apdu;
  142|     20|        u8        rbuf[SC_MAX_APDU_BUFFER_SIZE];
  143|     20|        int       r;
  144|     20|	const u8  *p = rbuf, *q, *pp;
  145|     20|	size_t    len, tlen = 0, ilen = 0;
  146|       |
  147|     20|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x88);
  ------------------
  |  |  292|     20|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  148|     20|	apdu.resp    = rbuf;
  149|     20|	apdu.resplen = sizeof(rbuf);
  150|     20|	apdu.lc = 0;
  151|     20|	apdu.le = 256;
  152|     20|	r = sc_transmit_apdu(card, &apdu);
  153|     20|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     20|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     20|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     20|	int _ret = (r); \
  |  |  |  |  168|     20|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|     20|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  154|       |
  155|     18|	if ((len = apdu.resplen) == 0)
  ------------------
  |  Branch (155:6): [True: 2, False: 16]
  ------------------
  156|       |		/* looks like no package has been installed  */
  157|      2|		return 0;
  158|       |
  159|     83|	while (len != 0) {
  ------------------
  |  Branch (159:9): [True: 76, False: 7]
  ------------------
  160|     76|		pp = sc_asn1_find_tag(card->ctx, p, len, 0xe1, &tlen);
  161|     76|		if (pp == NULL)
  ------------------
  |  Branch (161:7): [True: 6, False: 70]
  ------------------
  162|      6|			return 0;
  163|     70|		q = sc_asn1_find_tag(card->ctx, pp, tlen, 0x01, &ilen);
  164|     70|		if (q == NULL || ilen != 4)
  ------------------
  |  Branch (164:7): [True: 1, False: 69]
  |  Branch (164:20): [True: 1, False: 68]
  ------------------
  165|      2|			return 0;
  166|     68|		if (q[0] == 0x1c)
  ------------------
  |  Branch (166:7): [True: 1, False: 67]
  ------------------
  167|      1|			return 1;
  168|     67|		p   += tlen;
  169|     67|		len -= tlen + 2;
  170|     67|	}
  171|       |
  172|      7|	return 0;
  173|     16|}
card-cardos.c:cardos_add_algs:
  179|     22|{
  180|       |
  181|     22|	cardos_data_t * priv = (cardos_data_t *)card->drv_data;
  182|       |
  183|     22|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     22|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     22|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     22|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 22]
  |  |  ------------------
  ------------------
  184|       |
  185|     22|	_sc_card_add_rsa_alg(card,  512, flags, 0);
  186|     22|	_sc_card_add_rsa_alg(card,  768, flags, 0);
  187|     22|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  188|     22|	if (priv->rsa_2048 == 1) {
  ------------------
  |  Branch (188:6): [True: 9, False: 13]
  ------------------
  189|      9|		_sc_card_add_rsa_alg(card, 1280, flags, 0);
  190|      9|		_sc_card_add_rsa_alg(card, 1536, flags, 0);
  191|      9|		_sc_card_add_rsa_alg(card, 1792, flags, 0);
  192|      9|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  193|      9|	}
  194|       |
  195|     22|	if (card->type == SC_CARD_TYPE_CARDOS_V5_0 || card->type == SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (195:6): [True: 3, False: 19]
  |  Branch (195:48): [True: 3, False: 16]
  ------------------
  196|       |		/* Starting with CardOS 5, the card supports PIN query commands */
  197|      6|		card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|      6|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  198|      6|		_sc_card_add_rsa_alg(card, 3072, flags, 0);
  199|      6|		_sc_card_add_rsa_alg(card, 4096, flags, 0);
  200|      6|	}
  201|       |
  202|       |	/* TODO need to get sizes from supported_algos too */
  203|     22|	if (ec_flags != 0) {
  ------------------
  |  Branch (203:6): [True: 0, False: 22]
  ------------------
  204|      0|		 _sc_card_add_ec_alg(card, 256, ec_flags, priv->ext_flags, NULL);
  205|      0|		 _sc_card_add_ec_alg(card, 384, ec_flags, priv->ext_flags, NULL);
  206|      0|	}
  207|       |
  208|     22|	return 0;
  209|     22|}
card-cardos.c:cardos_finish:
  377|    395|{
  378|    395|	int r = 0;
  379|       |
  380|    395|	if (card == NULL )
  ------------------
  |  Branch (380:6): [True: 0, False: 395]
  ------------------
  381|      0|		return 0;
  382|       |
  383|    395|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    395|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    395|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    395|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 395]
  |  |  ------------------
  ------------------
  384|       |
  385|       |	/* free priv data */
  386|    395|	if (card->drv_data) { /* priv */
  ------------------
  |  Branch (386:6): [True: 395, False: 0]
  ------------------
  387|    395|		free(card->drv_data);
  388|    395|		card->drv_data = NULL;
  389|    395|	}
  390|       |
  391|    395|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    395|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    395|	int _ret = r; \
  |  |  155|    395|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 395, False: 0]
  |  |  ------------------
  |  |  156|    395|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 395]
  |  |  ------------------
  |  |  157|    395|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    395|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    395|	return _ret; \
  |  |  163|    395|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  392|    395|}
card-cardos.c:cardos_select_file:
  634|  2.56k|{
  635|  2.56k|	int r;
  636|       |
  637|  2.56k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.56k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.56k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.56k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.56k]
  |  |  ------------------
  ------------------
  638|  2.56k|	r = iso_ops->select_file(card, in_path, file);
  639|  2.56k|	if (r >= 0 && file)
  ------------------
  |  Branch (639:6): [True: 567, False: 1.99k]
  |  Branch (639:16): [True: 345, False: 222]
  ------------------
  640|    345|		parse_sec_attr((*file), (*file)->sec_attr, (*file)->sec_attr_len);
  641|  2.56k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.56k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.56k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.56k|	int _ret = r; \
  |  |  |  |  155|  2.56k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.56k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.56k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.99k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.99k, False: 567]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.56k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.56k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.56k|	return _ret; \
  |  |  |  |  163|  2.56k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  642|  2.56k|}
card-cardos.c:parse_sec_attr:
  619|    345|{
  620|    345|	size_t i;
  621|    345|	const int *idx;
  622|       |
  623|    345|	idx = (file->type == SC_FILE_TYPE_DF) ?  df_acl : ef_acl;
  ------------------
  |  |  214|    345|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (623:8): [True: 1, False: 344]
  ------------------
  624|       |
  625|       |	/* acl defaults to 0xFF if unspecified */
  626|  3.45k|	for (i = 0; i < 9; i++)
  ------------------
  |  Branch (626:14): [True: 3.10k, False: 345]
  ------------------
  627|  3.10k|		if (idx[i] != -1)
  ------------------
  |  Branch (627:7): [True: 2.41k, False: 691]
  ------------------
  628|  2.41k|			add_acl_entry(file, idx[i], (u8)((i < len) ? buf[i] : 0xFF));
  ------------------
  |  Branch (628:37): [True: 232, False: 2.18k]
  ------------------
  629|    345|}
card-cardos.c:add_acl_entry:
  546|  2.41k|{
  547|  2.41k|	unsigned int method, key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|  2.41k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  548|       |
  549|  2.41k|	switch (byte) {
  550|     61|	case 0x00:
  ------------------
  |  Branch (550:2): [True: 61, False: 2.35k]
  ------------------
  551|     61|		method = SC_AC_NONE;
  ------------------
  |  |  150|     61|#define SC_AC_NONE			0x00000000
  ------------------
  552|     61|		break;
  553|  2.18k|	case 0xFF:
  ------------------
  |  Branch (553:2): [True: 2.18k, False: 231]
  ------------------
  554|  2.18k|		method = SC_AC_NEVER;
  ------------------
  |  |  163|  2.18k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  555|  2.18k|		break;
  556|    170|	default:
  ------------------
  |  Branch (556:2): [True: 170, False: 2.24k]
  ------------------
  557|    170|		if (byte > 0x7F) {
  ------------------
  |  Branch (557:7): [True: 74, False: 96]
  ------------------
  558|     74|			method = SC_AC_UNKNOWN;
  ------------------
  |  |  162|     74|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  559|     96|		} else {
  560|     96|			method = SC_AC_CHV;
  ------------------
  |  |  151|     96|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  561|     96|			key_ref = byte;
  562|     96|		}
  563|    170|		break;
  564|  2.41k|	}
  565|  2.41k|	sc_file_add_acl_entry(file, op, method, key_ref);
  566|  2.41k|}
card-cardos.c:cardos_check_sw:
  458|  6.32k|{
  459|  6.32k|	const int err_count = sizeof(cardos_errors)/sizeof(cardos_errors[0]);
  460|  6.32k|	int i;
  461|       |
  462|   160k|	for (i = 0; i < err_count; i++) {
  ------------------
  |  Branch (462:14): [True: 160k, False: 263]
  ------------------
  463|   160k|		if (cardos_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (463:7): [True: 6.06k, False: 154k]
  ------------------
  464|  6.06k|			if ( cardos_errors[i].errorstr )
  ------------------
  |  Branch (464:9): [True: 2.62k, False: 3.43k]
  ------------------
  465|  2.62k|				sc_log(card->ctx,  "%s\n",
  ------------------
  |  |   71|  2.62k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  466|  6.06k|				 	cardos_errors[i].errorstr);
  467|  6.06k|			return cardos_errors[i].errorno;
  468|  6.06k|		}
  469|   160k|	}
  470|       |
  471|    263|        sc_log(card->ctx,  "Unknown SWs; SW1=%02X, SW2=%02X\n", sw1, sw2);
  ------------------
  |  |   71|    263|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  472|    263|	return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|    263|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  473|  6.32k|}
card-cardos.c:cardos_card_ctl:
 1447|     40|{
 1448|     40|	switch (cmd) {
  ------------------
  |  Branch (1448:10): [True: 40, False: 0]
  ------------------
 1449|      0|	case SC_CARDCTL_CARDOS_PUT_DATA_FCI:
  ------------------
  |  Branch (1449:2): [True: 0, False: 40]
  ------------------
 1450|      0|		break;
 1451|      0|	case SC_CARDCTL_CARDOS_PUT_DATA_OCI:
  ------------------
  |  Branch (1451:2): [True: 0, False: 40]
  ------------------
 1452|      0|		return cardos_put_data_oci(card,
 1453|      0|			(struct sc_cardctl_cardos_obj_info *) ptr);
 1454|      0|		break;
 1455|      0|	case SC_CARDCTL_CARDOS_PUT_DATA_SECI:
  ------------------
  |  Branch (1455:2): [True: 0, False: 40]
  ------------------
 1456|      0|		return cardos_put_data_seci(card,
 1457|      0|			(struct sc_cardctl_cardos_obj_info *) ptr);
 1458|      0|		break;
 1459|      0|	case SC_CARDCTL_CARDOS_GENERATE_KEY:
  ------------------
  |  Branch (1459:2): [True: 0, False: 40]
  ------------------
 1460|      0|		return cardos_generate_key(card,
 1461|      0|			(struct sc_cardctl_cardos_genkey_info *) ptr);
 1462|     12|	case  SC_CARDCTL_CARDOS_PASS_ALGO_FLAGS:
  ------------------
  |  Branch (1462:2): [True: 12, False: 28]
  ------------------
 1463|     12|		return cardos_pass_algo_flags(card,
 1464|     12|			(struct sc_cardctl_cardos_pass_algo_flags *) ptr);
 1465|      0|	case SC_CARDCTL_LIFECYCLE_GET:
  ------------------
  |  Branch (1465:2): [True: 0, False: 40]
  ------------------
 1466|      0|		return cardos_lifecycle_get(card, (int *) ptr);
 1467|      0|	case SC_CARDCTL_LIFECYCLE_SET:
  ------------------
  |  Branch (1467:2): [True: 0, False: 40]
  ------------------
 1468|      0|		return cardos_lifecycle_set(card, (int *) ptr);
 1469|     28|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1469:2): [True: 28, False: 12]
  ------------------
 1470|     28|		return cardos_get_serialnr(card, (sc_serial_number_t *)ptr);
 1471|     40|	}
 1472|      0|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1473|     40|}
card-cardos.c:cardos_pass_algo_flags:
  353|     12|{
  354|     12|	cardos_data_t * priv = (cardos_data_t *)card->drv_data;
  355|     12|	int r = 0;
  356|       |
  357|     12|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     12|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     12|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     12|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 12]
  |  |  ------------------
  ------------------
  358|     12|	switch (ptr->pass) {
  359|      6|		case 1:
  ------------------
  |  Branch (359:3): [True: 6, False: 6]
  ------------------
  360|      6|			ptr->card_flags = card->flags;
  361|      6|			ptr->used_flags = priv->flags;
  362|      6|			ptr->ec_flags = priv->ec_flags;
  363|      6|			ptr->ext_flags = priv->ext_flags;
  364|      6|			break;
  365|      6|		case 2:
  ------------------
  |  Branch (365:3): [True: 6, False: 6]
  ------------------
  366|      6|			r = cardos_add_algs(card,ptr->new_flags, ptr->ec_flags, ptr->ext_flags);
  367|      6|			break;
  368|      0|		default:
  ------------------
  |  Branch (368:3): [True: 0, False: 12]
  ------------------
  369|      0|			sc_log(card->ctx, "ptr->pass: %ul invalid", ptr->pass);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  370|      0|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  371|     12|	}
  372|     12|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     12|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     12|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     12|	int _ret = r; \
  |  |  |  |  155|     12|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  157|     12|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     12|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     12|	return _ret; \
  |  |  |  |  163|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|     12|}
card-cardos.c:cardos_get_serialnr:
 1414|     28|{
 1415|     28|	int r;
 1416|     28|	sc_apdu_t apdu;
 1417|     28|	u8  rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1418|       |
 1419|     28|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x81);
  ------------------
  |  |  292|     28|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1420|     28|	apdu.resp = rbuf;
 1421|     28|	apdu.resplen = sizeof(rbuf);
 1422|     28|	apdu.le   = 256;
 1423|     28|	r = sc_transmit_apdu(card, &apdu);
 1424|     28|	LOG_TEST_RET(card->ctx, r,  "APDU transmit failed");
  ------------------
  |  |  174|     28|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     28|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     28|	int _ret = (r); \
  |  |  |  |  168|     28|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 27]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     28|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 27]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1425|     27|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1425:6): [True: 14, False: 13]
  |  Branch (1425:26): [True: 1, False: 12]
  ------------------
 1426|     15|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     15|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1427|     12|	if ((apdu.resplen == 8) && (card->type == SC_CARD_TYPE_CARDOS_V5_0 || card->type == SC_CARD_TYPE_CARDOS_V5_3)) {
  ------------------
  |  Branch (1427:6): [True: 4, False: 8]
  |  Branch (1427:30): [True: 1, False: 3]
  |  Branch (1427:72): [True: 2, False: 1]
  ------------------
 1428|       |		/* cache serial number */
 1429|      3|		memcpy(card->serialnr.value, rbuf, 8);
 1430|      3|		card->serialnr.len = 8;
 1431|      9|	} else if (apdu.resplen == 32) {
  ------------------
  |  Branch (1431:13): [True: 2, False: 7]
  ------------------
 1432|       |		/* cache serial number */
 1433|      2|		memcpy(card->serialnr.value, &rbuf[10], 6);
 1434|      2|		card->serialnr.len = 6;
 1435|      7|	} else {
 1436|      7|		sc_log(card->ctx,  "unexpected response to GET DATA serial"
  ------------------
  |  |   71|      7|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1437|      7|				" number\n");
 1438|      7|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      7|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1439|      7|	}
 1440|       |	/* copy and return serial number */
 1441|      5|	memcpy(serial, &card->serialnr, sizeof(*serial));
 1442|      5|	return SC_SUCCESS;
  ------------------
  |  |   28|      5|#define SC_SUCCESS				0
  ------------------
 1443|     12|}
card-cardos.c:cardos_pin_cmd:
 1482|     18|{
 1483|     18|	struct sc_context *ctx = card->ctx;
 1484|     18|	int rv;
 1485|       |
 1486|     18|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     18|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     18|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     18|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     18|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1487|       |
 1488|     18|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     18|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1489|     18|	data->pin_reference |= 0x80;
 1490|       |
 1491|     18|	sc_log(ctx, "PIN_CMD(cmd:%i, ref:%i)", data->cmd, data->pin_reference);
  ------------------
  |  |   71|     18|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1492|     18|	sc_log(ctx, "PIN1(max:%zu, min:%zu)", data->pin1.max_length, data->pin1.min_length);
  ------------------
  |  |   71|     18|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1493|     18|	sc_log(ctx, "PIN2(max:%zu, min:%zu)", data->pin2.max_length, data->pin2.min_length);
  ------------------
  |  |   71|     18|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1494|       |
 1495|       |	/* FIXME: the following values depend on what pin length was
 1496|       |	 * used when creating the BS objects */
 1497|     18|	if (data->pin1.max_length == 0)
  ------------------
  |  Branch (1497:6): [True: 18, False: 0]
  ------------------
 1498|     18|		data->pin1.max_length = 8;
 1499|     18|	if (data->pin2.max_length == 0)
  ------------------
  |  Branch (1499:6): [True: 18, False: 0]
  ------------------
 1500|     18|		data->pin2.max_length = 8;
 1501|       |
 1502|     18|	rv = iso_ops->pin_cmd(card, data);
 1503|     18|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     18|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     18|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     18|	int _ret = r; \
  |  |  |  |  155|     18|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     18|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     18|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     18|	return _ret; \
  |  |  |  |  163|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1504|     18|}

sc_get_cedulauy_driver:
  292|  16.4k|{
  293|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  294|       |
  295|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (295:6): [True: 1, False: 16.4k]
  ------------------
  296|      1|		iso_ops = iso_drv->ops;
  297|       |
  298|  16.4k|	cedulauy_ops = *iso_ops;
  299|  16.4k|	cedulauy_ops.match_card = cedulauy_match_card;
  300|  16.4k|	cedulauy_ops.init = cedulauy_init;
  301|  16.4k|	cedulauy_ops.select_file = cedulauy_select_file;
  302|  16.4k|	cedulauy_ops.set_security_env = cedulauy_set_security_env;
  303|  16.4k|	cedulauy_ops.compute_signature = cedulauy_compute_signature;
  304|  16.4k|	cedulauy_ops.decipher = NULL; /* the signing key is sign-only */
  305|  16.4k|	cedulauy_ops.get_challenge = cedulauy_get_challenge;
  306|  16.4k|	cedulauy_ops.logout = cedulauy_logout;
  307|  16.4k|	cedulauy_ops.card_reader_lock_obtained = cedulauy_card_reader_lock_obtained;
  308|       |
  309|  16.4k|	return &cedulauy_drv;
  310|  16.4k|}
card-cedulauy.c:cedulauy_match_card:
  112|  7.72k|{
  113|  7.72k|	int i = _sc_match_atr(card, cedulauy_atrs, &card->type);
  114|       |
  115|  7.72k|	if (i < 0)
  ------------------
  |  Branch (115:6): [True: 7.63k, False: 92]
  ------------------
  116|  7.63k|		return 0;
  117|     92|	card->name = cedulauy_atrs[i].name;
  118|     92|	return 1;
  119|  7.72k|}
card-cedulauy.c:cedulauy_init:
  123|     92|{
  124|     92|	unsigned long flags;
  125|     92|	int r;
  126|       |
  127|     92|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     92|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     92|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     92|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     92|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  128|       |
  129|     92|	card->caps = SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     92|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  130|       |
  131|     92|	r = cedulauy_select_app(card);
  132|     92|	LOG_TEST_RET(card->ctx, r, "Cannot select the eID application");
  ------------------
  |  |  174|     92|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     92|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     92|	int _ret = (r); \
  |  |  |  |  168|     92|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 78]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|     92|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  133|       |
  134|       |	/* The card builds the DigestInfo on-card only for SHA-256 (algorithm
  135|       |	 * reference 0x42).  Everything else is signed as raw PKCS#1 v1.5 over
  136|       |	 * a DigestInfo built in software (algorithm reference 0x02). */
  137|     78|	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  111|     78|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     78|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     78|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  133|     78|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
              	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  138|     78|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  138|     78|	r = _sc_card_add_rsa_alg(card, 2048, flags, 0);
  139|       |
  140|     78|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     78|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     78|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     78|	int _ret = r; \
  |  |  |  |  155|     78|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 78, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     78|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 78]
  |  |  |  |  ------------------
  |  |  |  |  157|     78|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     78|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     78|	return _ret; \
  |  |  |  |  163|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|     78|}
card-cedulauy.c:cedulauy_select_app:
   97|     92|{
   98|     92|	struct sc_apdu apdu;
   99|     92|	unsigned char resp[SC_MAX_APDU_RESP_SIZE];
  100|       |
  101|     92|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     92|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     92|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     92|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     92|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  102|       |
  103|     92|	sc_format_apdu_ex(&apdu, card->cla, 0xA4, 0x04, 0x00,
  104|     92|			cedulauy_aid, sizeof cedulauy_aid, resp, sizeof resp);
  105|     92|	SC_TRANSMIT_TEST_RET(card, apdu, "Cannot select the eID application");
  ------------------
  |  |   90|     92|	do { \
  |  |   91|     92|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  174|     92|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|     92|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|     92|	int _ret = (r); \
  |  |  |  |  |  |  168|     92|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 3, False: 89]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  |  |  172|      3|	} \
  |  |  |  |  |  |  173|     92|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 89]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   92|     92|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  174|     89|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|     89|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|     89|	int _ret = (r); \
  |  |  |  |  |  |  168|     89|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 11, False: 78]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  |  |  172|     11|	} \
  |  |  |  |  |  |  173|     89|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 78]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   93|     89|	} while (0)
  |  |  ------------------
  |  |  |  Branch (93:11): [Folded, False: 78]
  |  |  ------------------
  ------------------
  106|       |
  107|     78|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     78|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     78|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     78|	int _ret = r; \
  |  |  |  |  155|     78|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 78, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     78|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 78]
  |  |  |  |  ------------------
  |  |  |  |  157|     78|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     78|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     78|	return _ret; \
  |  |  |  |  163|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|     78|}
card-cedulauy.c:cedulauy_select_file:
  170|     78|{
  171|     78|	struct sc_path path = *in_path;
  172|       |
  173|     78|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     78|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     78|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     78|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     78|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|       |
  175|     78|	if (path.aid.len == sizeof cedulauy_aid && 0 == memcmp(path.aid.value, cedulauy_aid, sizeof cedulauy_aid)) {
  ------------------
  |  Branch (175:6): [True: 78, False: 0]
  |  Branch (175:45): [True: 78, False: 0]
  ------------------
  176|       |		/* swallow cedula AID, it is always selected via init() */
  177|     78|		path.aid.len = 0;
  178|     78|	}
  179|     78|	if (path.type == SC_PATH_TYPE_PATH && path.len >= 2 && path.value[0] == 0x3F && path.value[1] == 0x00) {
  ------------------
  |  |  119|    156|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (179:6): [True: 0, False: 78]
  |  Branch (179:40): [True: 0, False: 0]
  |  Branch (179:57): [True: 0, False: 0]
  |  Branch (179:82): [True: 0, False: 0]
  ------------------
  180|       |		/* swallow MF, everything resides within the Application DF */
  181|      0|		memmove(path.value, path.value + 2, path.len - 2);
  182|      0|		path.len -= 2;
  183|      0|	}
  184|     78|	if (path.type == SC_PATH_TYPE_PATH && path.len == 0) {
  ------------------
  |  |  119|    156|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (184:6): [True: 0, False: 78]
  |  Branch (184:40): [True: 0, False: 0]
  ------------------
  185|       |		/* Selection of MF was requested */
  186|      0|		sc_file_dup(file_out, cedulauy_get_mf());
  187|      0|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|      0|	}
  189|       |
  190|     78|	LOG_FUNC_RETURN(card->ctx, iso_ops->select_file(card, &path, file_out));
  ------------------
  |  |  164|     78|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     78|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     78|	int _ret = r; \
  |  |  |  |  155|     78|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 78, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     78|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     71|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 71, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  157|     78|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     78|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     78|	return _ret; \
  |  |  |  |  163|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|     78|}
card-cedulauy.c:cedulauy_set_security_env:
  196|    243|{
  197|    243|	struct sc_apdu apdu;
  198|       |	/* MSE SET, Digital Signature Template: key reference and algorithm */
  199|    243|	unsigned char mse_data[] = {0x84, 0x01, 0xFF, 0x80, 0x01, CEDULAUY_ALGO_RSA_PKCS1};
  ------------------
  |  |   61|    243|#define CEDULAUY_ALGO_RSA_PKCS1	       (CEDULAUY_ALGO_HASH_NONE | CEDULAUY_ALGO_PAD_PKCS1)
  |  |  ------------------
  |  |  |  |   57|    243|#define CEDULAUY_ALGO_HASH_NONE	  0x00 /* DigestInfo built in software */
  |  |  ------------------
  |  |               #define CEDULAUY_ALGO_RSA_PKCS1	       (CEDULAUY_ALGO_HASH_NONE | CEDULAUY_ALGO_PAD_PKCS1)
  |  |  ------------------
  |  |  |  |   59|    243|#define CEDULAUY_ALGO_PAD_PKCS1	  0x02 /* PKCS#1 v1.5 */
  |  |  ------------------
  ------------------
  200|       |
  201|    243|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    243|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    243|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    243|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    243|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 243]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|       |
  203|    243|	if (env == NULL)
  ------------------
  |  Branch (203:6): [True: 0, False: 243]
  ------------------
  204|    243|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|    243|	if (env->operation != SC_SEC_OPERATION_SIGN)
  ------------------
  |  |   48|    243|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (205:6): [True: 0, False: 243]
  ------------------
  206|    243|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|    243|	if ((env->flags & SC_SEC_ENV_ALG_PRESENT) && env->algorithm != SC_ALGORITHM_RSA)
  ------------------
  |  |   60|    243|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
              	if ((env->flags & SC_SEC_ENV_ALG_PRESENT) && env->algorithm != SC_ALGORITHM_RSA)
  ------------------
  |  |   69|    243|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (207:6): [True: 243, False: 0]
  |  Branch (207:47): [True: 0, False: 243]
  ------------------
  208|    243|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|    243|	if (env->key_ref_len != 1)
  ------------------
  |  Branch (209:6): [True: 0, False: 243]
  ------------------
  210|    243|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|       |
  212|    243|	mse_data[2] = env->key_ref[0];
  213|    243|	if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA256)
  ------------------
  |  |  138|    243|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  |  Branch (213:6): [True: 81, False: 162]
  ------------------
  214|     81|		mse_data[5] = CEDULAUY_ALGO_RSA_PKCS1_SHA256;
  ------------------
  |  |   62|     81|#define CEDULAUY_ALGO_RSA_PKCS1_SHA256 (CEDULAUY_ALGO_HASH_SHA256 | CEDULAUY_ALGO_PAD_PKCS1)
  |  |  ------------------
  |  |  |  |   58|     81|#define CEDULAUY_ALGO_HASH_SHA256 0x40 /* card builds the DigestInfo */
  |  |  ------------------
  |  |               #define CEDULAUY_ALGO_RSA_PKCS1_SHA256 (CEDULAUY_ALGO_HASH_SHA256 | CEDULAUY_ALGO_PAD_PKCS1)
  |  |  ------------------
  |  |  |  |   59|     81|#define CEDULAUY_ALGO_PAD_PKCS1	  0x02 /* PKCS#1 v1.5 */
  |  |  ------------------
  ------------------
  215|       |
  216|    243|	sc_format_apdu_ex(&apdu, card->cla, 0x22, 0x41, 0xB6,
  217|    243|			mse_data, sizeof mse_data, NULL, 0);
  218|    243|	SC_TRANSMIT_TEST_RET(card, apdu, "MSE SET DST failed");
  ------------------
  |  |   90|    243|	do { \
  |  |   91|    243|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  174|    243|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|    243|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|    243|	int _ret = (r); \
  |  |  |  |  |  |  168|    243|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 8, False: 235]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|      8|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      8|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|      8|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|      8|		return _ret; \
  |  |  |  |  |  |  172|      8|	} \
  |  |  |  |  |  |  173|    243|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 235]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   92|    243|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  174|    235|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|    235|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|    235|	int _ret = (r); \
  |  |  |  |  |  |  168|    235|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 168, False: 67]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|    168|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|    168|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|    168|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|    168|		return _ret; \
  |  |  |  |  |  |  172|    168|	} \
  |  |  |  |  |  |  173|    235|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 67]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   93|    235|	} while (0)
  |  |  ------------------
  |  |  |  Branch (93:11): [Folded, False: 67]
  |  |  ------------------
  ------------------
  219|       |
  220|     67|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     67|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     67|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     67|	int _ret = r; \
  |  |  |  |  155|     67|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 67, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     67|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 67]
  |  |  |  |  ------------------
  |  |  |  |  157|     67|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     67|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     67|	return _ret; \
  |  |  |  |  163|     67|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  221|     67|}
card-cedulauy.c:cedulauy_compute_signature:
  226|     67|{
  227|     67|	struct sc_apdu apdu;
  228|     67|	unsigned char sbuf[64];
  229|     67|	unsigned char rbuf[256]; /* RSA 2048 */
  230|     67|	size_t offs = 0;
  231|       |
  232|     67|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     67|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     67|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     67|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     67|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 67]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  233|       |
  234|     67|	if (data == NULL || out == NULL)
  ------------------
  |  Branch (234:6): [True: 0, False: 67]
  |  Branch (234:22): [True: 0, False: 67]
  ------------------
  235|     67|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  236|       |
  237|       |	/* What is loaded here matches the algorithm set in set_security_env:
  238|       |	 * for 0x42 'data' is the bare SHA-256 digest and the card builds the
  239|       |	 * DigestInfo; for 0x02 'data' is a complete DigestInfo built in
  240|       |	 * software, which the card pads (PKCS#1 v1.5) as-is. */
  241|     67|	if (datalen == 0 || datalen > sizeof(sbuf) - 2)
  ------------------
  |  Branch (241:6): [True: 7, False: 60]
  |  Branch (241:22): [True: 6, False: 54]
  ------------------
  242|     67|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED,
  ------------------
  |  |  174|     13|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     13|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     13|	int _ret = (r); \
  |  |  |  |  168|     13|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|     54|				"Unsupported hash/DigestInfo length");
  244|       |
  245|       |	/* PSO HASH: load the digest */
  246|     54|	sbuf[offs++] = 0x90;
  247|     54|	sbuf[offs++] = (unsigned char)datalen;
  248|     54|	memcpy(sbuf + offs, data, datalen);
  249|     54|	offs += datalen;
  250|     54|	sc_format_apdu_ex(&apdu, card->cla, 0x2A, 0x90, 0xA0, sbuf, offs, NULL, 0);
  251|     54|	SC_TRANSMIT_TEST_RET(card, apdu, "PSO HASH failed");
  ------------------
  |  |   90|     54|	do { \
  |  |   91|     54|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  174|     54|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|     54|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|     54|	int _ret = (r); \
  |  |  |  |  |  |  168|     54|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 6, False: 48]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  |  |  172|      6|	} \
  |  |  |  |  |  |  173|     54|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 48]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   92|     54|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  174|     48|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|     48|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|     48|	int _ret = (r); \
  |  |  |  |  |  |  168|     48|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 11, False: 37]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  |  |  172|     11|	} \
  |  |  |  |  |  |  173|     48|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 37]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   93|     48|	} while (0)
  |  |  ------------------
  |  |  |  Branch (93:11): [Folded, False: 37]
  |  |  ------------------
  ------------------
  252|       |
  253|       |	/* PSO COMPUTE DIGITAL SIGNATURE */
  254|     37|	sc_format_apdu_ex(&apdu, card->cla, 0x2A, 0x9E, 0x9A, NULL, 0, rbuf, sizeof rbuf);
  255|     37|	SC_TRANSMIT_TEST_RET(card, apdu, "PSO COMPUTE DIGITAL SIGNATURE failed");
  ------------------
  |  |   90|     37|	do { \
  |  |   91|     37|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  174|     37|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|     37|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|     37|	int _ret = (r); \
  |  |  |  |  |  |  168|     37|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 7, False: 30]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  |  |  172|      7|	} \
  |  |  |  |  |  |  173|     37|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 30]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   92|     37|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  174|     30|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|     30|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|     30|	int _ret = (r); \
  |  |  |  |  |  |  168|     30|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 12, False: 18]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|     12|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|     12|		return _ret; \
  |  |  |  |  |  |  172|     12|	} \
  |  |  |  |  |  |  173|     30|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 18]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   93|     30|	} while (0)
  |  |  ------------------
  |  |  |  Branch (93:11): [Folded, False: 18]
  |  |  ------------------
  ------------------
  256|       |
  257|     18|	if (apdu.resplen > outlen)
  ------------------
  |  Branch (257:6): [True: 0, False: 18]
  ------------------
  258|     18|		LOG_TEST_RET(card->ctx, SC_ERROR_BUFFER_TOO_SMALL,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  259|     18|				"Signature buffer too small");
  260|     18|	memcpy(out, apdu.resp, apdu.resplen);
  261|     18|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     18|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     18|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     18|	int _ret = r; \
  |  |  |  |  155|     18|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     12|	} else { \
  |  |  |  |  159|     12|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     12|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     12|	} \
  |  |  |  |  162|     18|	return _ret; \
  |  |  |  |  163|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  262|     18|}
card-cedulauy.c:cedulauy_card_reader_lock_obtained:
  145|    534|{
  146|    534|	if (was_reset)
  ------------------
  |  Branch (146:6): [True: 0, False: 534]
  ------------------
  147|    534|		LOG_FUNC_RETURN(card->ctx, cedulauy_select_app(card));
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  148|    534|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    534|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    534|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    534|	int _ret = r; \
  |  |  |  |  155|    534|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 534, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    534|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 534]
  |  |  |  |  ------------------
  |  |  |  |  157|    534|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    534|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    534|	return _ret; \
  |  |  |  |  163|    534|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  149|    534|}

coolkey_get_attribute_data:
  602|  3.56k|{
  603|       |	/* handle the V0 objects first */
  604|  3.56k|	if (object_record_type == COOLKEY_V0_OBJECT) {
  ------------------
  |  |  228|  3.56k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (604:6): [True: 149, False: 3.41k]
  ------------------
  605|    149|		return coolkey_v0_get_attribute_data(attr, buf_len, attr_out);
  606|    149|	}
  607|       |
  608|       |	/* don't crash if we encounter some new or corrupted coolkey device */
  609|  3.41k|	if (object_record_type != COOLKEY_V1_OBJECT) {
  ------------------
  |  |  229|  3.41k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (609:6): [True: 0, False: 3.41k]
  ------------------
  610|      0|		return SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
  611|      0|	}
  612|       |
  613|  3.41k|	return coolkey_v1_get_attribute_data(attr, buf_len, attr_out);
  614|       |
  615|  3.41k|}
coolkey_compare_id:
  757|   254k|{
  758|   254k|	if (a == NULL || b == NULL)
  ------------------
  |  Branch (758:6): [True: 0, False: 254k]
  |  Branch (758:19): [True: 0, False: 254k]
  ------------------
  759|      0|		return 1;
  760|   254k|	return ((sc_cardctl_coolkey_object_t *)a)->id
  761|   254k|	    != ((sc_cardctl_coolkey_object_t *)b)->id;
  762|   254k|}
coolkey_list_meter:
  765|  8.28k|size_t coolkey_list_meter(const void *el) {
  766|  8.28k|	return sizeof(sc_cardctl_coolkey_object_t);
  767|  8.28k|}
coolkey_fill_object:
 1364|  37.2k|{
 1365|  37.2k|	int r;
 1366|  37.2k|	size_t buf_len = obj->length;
 1367|  37.2k|	u8 *new_obj_data = NULL;
 1368|  37.2k|	sc_cardctl_coolkey_object_t *obj_entry;
 1369|  37.2k|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  37.2k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1370|       |
 1371|  37.2k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  37.2k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  37.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  37.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  37.2k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 37.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1372|       |
 1373|  37.2k|	if (obj->data != NULL) {
  ------------------
  |  Branch (1373:6): [True: 0, False: 37.2k]
  ------------------
 1374|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1375|      0|	}
 1376|  37.2k|	new_obj_data = malloc(buf_len);
 1377|  37.2k|	if (new_obj_data == NULL) {
  ------------------
  |  Branch (1377:6): [True: 0, False: 37.2k]
  ------------------
 1378|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1379|      0|	}
 1380|  37.2k|	r = coolkey_read_object(card, obj->id, 0, new_obj_data, buf_len,
 1381|  37.2k|				priv->nonce, sizeof(priv->nonce));
 1382|  37.2k|	if (r != (int)buf_len) {
  ------------------
  |  Branch (1382:6): [True: 34.5k, False: 2.68k]
  ------------------
 1383|  34.5k|		free(new_obj_data);
 1384|  34.5k|		if (r < 0) {
  ------------------
  |  Branch (1384:7): [True: 34.5k, False: 0]
  ------------------
 1385|  34.5k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  34.5k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  34.5k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  34.5k|	int _ret = r; \
  |  |  |  |  155|  34.5k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 34.5k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  34.5k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  34.5k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 34.5k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  34.5k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  34.5k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  34.5k|	return _ret; \
  |  |  |  |  163|  34.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1386|  34.5k|		}
 1387|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_CORRUPTED_DATA);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1388|      0|	}
 1389|  2.68k|	obj_entry = coolkey_find_object_by_id(&priv->objects_list, obj->id);
 1390|  2.68k|	if (obj_entry == NULL) {
  ------------------
  |  Branch (1390:6): [True: 0, False: 2.68k]
  ------------------
 1391|      0|		free(new_obj_data);
 1392|      0|		return SC_ERROR_INTERNAL; /* shouldn't happen */
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1393|      0|	}
 1394|  2.68k|	if (obj_entry->data != NULL) {
  ------------------
  |  Branch (1394:6): [True: 0, False: 2.68k]
  ------------------
 1395|      0|		free(new_obj_data);
 1396|      0|		return SC_ERROR_INTERNAL; /* shouldn't happen */
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1397|      0|	}
 1398|       |	/* Make sure we will not go over the allocated limits in the other
 1399|       |	 * objects if they somehow got different lengths in matching objects */
 1400|  2.68k|	if (obj_entry->length != obj->length) {
  ------------------
  |  Branch (1400:6): [True: 0, False: 2.68k]
  ------------------
 1401|      0|		free(new_obj_data);
 1402|      0|		return SC_ERROR_INTERNAL; /* shouldn't happen */
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1403|      0|	}
 1404|  2.68k|	obj_entry->data = new_obj_data;
 1405|  2.68k|	obj->data = new_obj_data;
 1406|  2.68k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.68k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.68k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.68k|	int _ret = r; \
  |  |  |  |  155|  2.68k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.68k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.68k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.68k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.68k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.68k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.68k|	return _ret; \
  |  |  |  |  163|  2.68k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1407|  2.68k|}
coolkey_find_object_by_template:
 1496|  1.93k|{
 1497|  1.93k|	list_t *list;
 1498|  1.93k|	sc_cardctl_coolkey_object_t *current, *rv = NULL;
 1499|  1.93k|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  1.93k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1500|  1.93k|	int i, r;
 1501|  1.93k|	unsigned int tmp_pos = (unsigned int) -1;
 1502|       |
 1503|  1.93k|	list = &priv->objects_list;
 1504|  1.93k|	if (list->iter_active) {
  ------------------
  |  Branch (1504:6): [True: 1.93k, False: 0]
  ------------------
 1505|       |		/* workaround missing functionality of second iterator */
 1506|  1.93k|		tmp_pos = list->iter_pos;
 1507|  1.93k|		list_iterator_stop(list);
 1508|  1.93k|	}
 1509|       |
 1510|  1.93k|	list_iterator_start(list);
 1511|  38.5k|	while (list_iterator_hasnext(list)) {
  ------------------
  |  Branch (1511:9): [True: 37.7k, False: 759]
  ------------------
 1512|  37.7k|		sc_cardctl_coolkey_attribute_t attribute;
 1513|  37.7k|		current = list_iterator_next(list);
 1514|  37.7k|		attribute.object = current;
 1515|       |
 1516|  43.1k|		for (i=0; i < count; i++) {
  ------------------
  |  Branch (1516:13): [True: 41.9k, False: 1.17k]
  ------------------
 1517|  41.9k|			attribute.attribute_type = template[i].attribute_type;
 1518|  41.9k|			r = coolkey_find_attribute(card, &attribute);
 1519|  41.9k|			if (r < 0) {
  ------------------
  |  Branch (1519:8): [True: 24.9k, False: 17.0k]
  ------------------
 1520|  24.9k|				break;
 1521|  24.9k|			}
 1522|  17.0k|			if (template[i].attribute_data_type != attribute.attribute_data_type) {
  ------------------
  |  Branch (1522:8): [True: 188, False: 16.8k]
  ------------------
 1523|    188|				break;
 1524|    188|			}
 1525|  16.8k|			if (template[i].attribute_length != attribute.attribute_length) {
  ------------------
  |  Branch (1525:8): [True: 110, False: 16.7k]
  ------------------
 1526|    110|				break;
 1527|    110|			}
 1528|  16.7k|			if (memcmp(attribute.attribute_value, template[i].attribute_value,
  ------------------
  |  Branch (1528:8): [True: 11.3k, False: 5.42k]
  ------------------
 1529|  16.7k|							attribute.attribute_length) != 0) {
 1530|  11.3k|				break;
 1531|  11.3k|			}
 1532|  16.7k|		}
 1533|       |		/* just return the first one */
 1534|  37.7k|		if (i == count) {
  ------------------
  |  Branch (1534:7): [True: 1.17k, False: 36.5k]
  ------------------
 1535|  1.17k|			rv = current;
 1536|  1.17k|			break;
 1537|  1.17k|		}
 1538|  37.7k|	}
 1539|       |
 1540|  1.93k|	list_iterator_stop(list);
 1541|  1.93k|	if (tmp_pos != (unsigned int)-1) {
  ------------------
  |  Branch (1541:6): [True: 1.93k, False: 0]
  ------------------
 1542|       |		/* workaround missing functionality of second iterator */
 1543|  1.93k|		list_iterator_start(list);
 1544|  28.5k|		while (list_iterator_hasnext(list) && list->iter_pos < tmp_pos)
  ------------------
  |  Branch (1544:10): [True: 28.3k, False: 154]
  |  Branch (1544:41): [True: 26.6k, False: 1.78k]
  ------------------
 1545|  26.6k|			(void) list_iterator_next(list);
 1546|  1.93k|	}
 1547|  1.93k|	return rv;
 1548|  1.93k|}
sc_get_coolkey_driver:
 2467|  16.4k|{
 2468|  16.4k|	return sc_get_driver();
 2469|  16.4k|}
card-coolkey.c:coolkey_v0_get_attribute_data:
  517|    149|{
  518|       |	/* we need to manually detect types CK_ULONG */
  519|    149|	CK_ATTRIBUTE_TYPE attr_type = coolkey_get_attribute_type(attr, COOLKEY_V0_OBJECT, buf_len);
  ------------------
  |  |  228|    149|#define COOLKEY_V0_OBJECT 0
  ------------------
  520|    149|	int r;
  521|    149|	size_t len;
  522|       |
  523|    149|	attr_out->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_STRING;
  ------------------
  |  | 1049|    149|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_STRING 0
  ------------------
  524|    149|	attr_out->attribute_length = 0;
  525|    149|	attr_out->attribute_value = NULL;
  526|       |
  527|    149|	r = coolkey_v0_get_attribute_len(attr, buf_len, &len);
  528|    149|	if (r < 0) {
  ------------------
  |  Branch (528:6): [True: 0, False: 149]
  ------------------
  529|      0|		return r;
  530|      0|	}
  531|    149|	if (len + sizeof(coolkey_v0_attribute_header_t) > buf_len) {
  ------------------
  |  Branch (531:6): [True: 23, False: 126]
  ------------------
  532|     23|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     23|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  533|     23|	}
  534|    126|	if ((attr_type == CKA_CLASS) || (attr_type == CKA_CERTIFICATE_TYPE)
  ------------------
  |  |  137|    126|#define CKA_CLASS 0x00000000UL
  ------------------
              	if ((attr_type == CKA_CLASS) || (attr_type == CKA_CERTIFICATE_TYPE)
  ------------------
  |  |  145|     24|#define CKA_CERTIFICATE_TYPE 0x00000080UL
  ------------------
  |  Branch (534:6): [True: 102, False: 24]
  |  Branch (534:34): [True: 0, False: 24]
  ------------------
  535|    105|									 || (attr_type == CKA_KEY_TYPE)) {
  ------------------
  |  |  159|     24|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  |  Branch (535:14): [True: 3, False: 21]
  ------------------
  536|    105|		if (len != 4) {
  ------------------
  |  Branch (536:7): [True: 58, False: 47]
  ------------------
  537|     58|			return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     58|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  538|     58|		}
  539|     47|		attr_out->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG;
  ------------------
  |  | 1050|     47|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  540|     47|	}
  541|       |	/* return the length and the data */
  542|     68|	attr_out->attribute_length = len;
  543|     68|	attr_out->attribute_value = attr + sizeof(coolkey_v0_attribute_header_t);
  544|     68|	return SC_SUCCESS;
  ------------------
  |  |   28|     68|#define SC_SUCCESS				0
  ------------------
  545|    126|}
card-coolkey.c:coolkey_get_attribute_type:
  410|  39.5k|{
  411|  39.5k|	coolkey_attribute_header_t *attribute_header = (coolkey_attribute_header_t *) attr;
  412|       |
  413|  39.5k|	return bebytes2ulong(attribute_header->attribute_attr_type);
  414|  39.5k|}
card-coolkey.c:coolkey_v0_get_attribute_len:
  350|  3.66k|{
  351|  3.66k|	coolkey_v0_attribute_header_t *attribute_head = (coolkey_v0_attribute_header_t *)attr;
  352|       |	/* don't reference beyond our buffer */
  353|  3.66k|	if (buf_len < sizeof(coolkey_v0_attribute_header_t)) {
  ------------------
  |  Branch (353:6): [True: 117, False: 3.55k]
  ------------------
  354|    117|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    117|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  355|    117|	}
  356|  3.55k|	*len = bebytes2ushort(attribute_head->attribute_data_len);
  357|  3.55k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.55k|#define SC_SUCCESS				0
  ------------------
  358|  3.66k|}
card-coolkey.c:coolkey_v1_get_attribute_data:
  552|  3.41k|{
  553|  3.41k|	int r;
  554|  3.41k|	size_t len;
  555|  3.41k|	coolkey_attribute_header_t *attribute_head = (coolkey_attribute_header_t *)attr;
  556|       |
  557|  3.41k|	if (buf_len < sizeof(coolkey_attribute_header_t)) {
  ------------------
  |  Branch (557:6): [True: 68, False: 3.34k]
  ------------------
  558|     68|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     68|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  559|     68|	}
  560|       |
  561|       |	/* we must have type V1. Process according to data type */
  562|  3.34k|	switch (attribute_head->attribute_data_type) {
  563|       |	/* ULONG has implied length of 4 */
  564|    240|	case COOLKEY_ATTR_TYPE_INTEGER:
  ------------------
  |  |  247|    240|#define COOLKEY_ATTR_TYPE_INTEGER     1
  ------------------
  |  Branch (564:2): [True: 240, False: 3.10k]
  ------------------
  565|    240|		if (buf_len < (sizeof(coolkey_attribute_header_t) + 4)) {
  ------------------
  |  Branch (565:7): [True: 18, False: 222]
  ------------------
  566|     18|			return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     18|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  567|     18|		}
  568|    222|		attr_out->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG;
  ------------------
  |  | 1050|    222|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  569|    222|		attr_out->attribute_length = 4;
  570|    222|		attr_out->attribute_value = attr + sizeof(coolkey_attribute_header_t);
  571|    222|		return SC_SUCCESS;
  ------------------
  |  |   28|    222|#define SC_SUCCESS				0
  ------------------
  572|       |	/* BOOL_FALSE and BOOL_TRUE have implied length and data */
  573|       |	/* return type STRING for BOOLS */
  574|     60|	case COOLKEY_ATTR_TYPE_BOOL_FALSE:
  ------------------
  |  |  248|     60|#define COOLKEY_ATTR_TYPE_BOOL_FALSE  2
  ------------------
  |  Branch (574:2): [True: 60, False: 3.28k]
  ------------------
  575|     60|		attr_out->attribute_length = 1;
  576|     60|		attr_out->attribute_value =  &coolkey_static_false;
  577|     60|		return SC_SUCCESS;
  ------------------
  |  |   28|     60|#define SC_SUCCESS				0
  ------------------
  578|     71|	case COOLKEY_ATTR_TYPE_BOOL_TRUE:
  ------------------
  |  |  249|     71|#define COOLKEY_ATTR_TYPE_BOOL_TRUE   3
  ------------------
  |  Branch (578:2): [True: 71, False: 3.27k]
  ------------------
  579|     71|		attr_out->attribute_length = 1;
  580|     71|		attr_out->attribute_value =  &coolkey_static_true;
  581|     71|		return SC_SUCCESS;
  ------------------
  |  |   28|     71|#define SC_SUCCESS				0
  ------------------
  582|       |	/* string type has encoded length */
  583|  1.72k|	case COOLKEY_ATTR_TYPE_STRING:
  ------------------
  |  |  246|  1.72k|#define COOLKEY_ATTR_TYPE_STRING      0
  ------------------
  |  Branch (583:2): [True: 1.72k, False: 1.62k]
  ------------------
  584|  1.72k|		r = coolkey_v1_get_attribute_len(attr, buf_len, &len, 0);
  585|  1.72k|		if (r < SC_SUCCESS) {
  ------------------
  |  |   28|  1.72k|#define SC_SUCCESS				0
  ------------------
  |  Branch (585:7): [True: 36, False: 1.69k]
  ------------------
  586|     36|			return r;
  587|     36|		}
  588|  1.69k|		if (buf_len < (len + sizeof(coolkey_attribute_header_t) + 2)) {
  ------------------
  |  Branch (588:7): [True: 93, False: 1.59k]
  ------------------
  589|     93|			return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     93|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  590|     93|		}
  591|  1.59k|		attr_out->attribute_value = attr+sizeof(coolkey_attribute_header_t)+2;
  592|  1.59k|		attr_out->attribute_length = len;
  593|  1.59k|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.59k|#define SC_SUCCESS				0
  ------------------
  594|  1.25k|	default:
  ------------------
  |  Branch (594:2): [True: 1.25k, False: 2.09k]
  ------------------
  595|  1.25k|		break;
  596|  3.34k|	}
  597|  1.25k|	return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|  1.25k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  598|  3.34k|}
card-coolkey.c:coolkey_v1_get_attribute_len:
  313|   238k|{
  314|   238k|	coolkey_attribute_header_t *attribute_head = (coolkey_attribute_header_t *)attr;
  315|       |
  316|   238k|	*len = 0;
  317|       |	/* don't reference beyond our buffer */
  318|   238k|	if (buf_len < sizeof(coolkey_attribute_header_t)) {
  ------------------
  |  Branch (318:6): [True: 198k, False: 40.3k]
  ------------------
  319|   198k|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|   198k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  320|   198k|	}
  321|  40.3k|	switch (attribute_head->attribute_data_type) {
  322|  18.0k|	case COOLKEY_ATTR_TYPE_STRING:
  ------------------
  |  |  246|  18.0k|#define COOLKEY_ATTR_TYPE_STRING      0
  ------------------
  |  Branch (322:2): [True: 18.0k, False: 22.3k]
  ------------------
  323|  18.0k|		if (buf_len < (sizeof(coolkey_attribute_header_t) +2)) {
  ------------------
  |  Branch (323:7): [True: 336, False: 17.6k]
  ------------------
  324|    336|			break;
  325|    336|		}
  326|  17.6k|		*len = bebytes2ushort(attr + sizeof(coolkey_attribute_header_t));
  327|  17.6k|		if (encoded_len) {
  ------------------
  |  Branch (327:7): [True: 16.0k, False: 1.69k]
  ------------------
  328|  16.0k|			*len += 2;
  329|  16.0k|		}
  330|  17.6k|		return SC_SUCCESS;
  ------------------
  |  |   28|  17.6k|#define SC_SUCCESS				0
  ------------------
  331|  1.43k|	case COOLKEY_ATTR_TYPE_BOOL_FALSE:
  ------------------
  |  |  248|  1.43k|#define COOLKEY_ATTR_TYPE_BOOL_FALSE  2
  ------------------
  |  Branch (331:2): [True: 1.43k, False: 38.9k]
  ------------------
  332|  4.31k|	case COOLKEY_ATTR_TYPE_BOOL_TRUE:
  ------------------
  |  |  249|  4.31k|#define COOLKEY_ATTR_TYPE_BOOL_TRUE   3
  ------------------
  |  Branch (332:2): [True: 2.88k, False: 37.5k]
  ------------------
  333|       |		/* NOTE: there is no encoded data from TYPE_BOOL_XXX, so we return length 0, but the length
  334|       |		 * of the attribute is actually 1 byte, so if encoded_len == false, return 1 */
  335|  4.31k|		*len = encoded_len ? 0: 1;
  ------------------
  |  Branch (335:10): [True: 4.31k, False: 0]
  ------------------
  336|  4.31k|		return SC_SUCCESS;
  ------------------
  |  |   28|  4.31k|#define SC_SUCCESS				0
  ------------------
  337|      0|		break;
  338|  4.24k|	case COOLKEY_ATTR_TYPE_INTEGER:
  ------------------
  |  |  247|  4.24k|#define COOLKEY_ATTR_TYPE_INTEGER     1
  ------------------
  |  Branch (338:2): [True: 4.24k, False: 36.1k]
  ------------------
  339|  4.24k|		*len = 4; /* length is 4 in both encoded length and attribute length */
  340|  4.24k|		return SC_SUCCESS;
  ------------------
  |  |   28|  4.24k|#define SC_SUCCESS				0
  ------------------
  341|  13.8k|	default:
  ------------------
  |  Branch (341:2): [True: 13.8k, False: 26.5k]
  ------------------
  342|  13.8k|		break;
  343|  40.3k|	}
  344|  14.1k|	return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|  14.1k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  345|  40.3k|}
card-coolkey.c:coolkey_read_object:
 1096|  37.6k|{
 1097|  37.6k|	coolkey_read_object_param_t params;
 1098|  37.6k|	u8 *out_ptr;
 1099|  37.6k|	size_t left = 0;
 1100|  37.6k|	size_t len;
 1101|  37.6k|	int r;
 1102|       |
 1103|  37.6k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  37.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  37.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  37.6k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 37.6k]
  |  |  ------------------
  ------------------
 1104|       |
 1105|  37.6k|	ulong2bebytes(&params.object_id[0], object_id);
 1106|       |
 1107|  37.6k|	out_ptr = out_buf;
 1108|  37.6k|	left = out_len;
 1109|  48.1k|	do {
 1110|  48.1k|		ulong2bebytes(&params.offset[0], offset);
 1111|  48.1k|		params.length = MIN(left, COOLKEY_MAX_CHUNK_SIZE);
  ------------------
  |  |   70|  48.1k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 38.5k, False: 9.57k]
  |  |  ------------------
  ------------------
 1112|  48.1k|		len = left;
 1113|  48.1k|		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_READ_OBJECT, 0, 0,
  ------------------
  |  |   72|  48.1k|#define COOLKEY_CLASS           0xb0
  ------------------
              		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_READ_OBJECT, 0, 0,
  ------------------
  |  |   88|  48.1k|#define COOLKEY_INS_READ_OBJECT                0x56
  ------------------
 1114|  48.1k|			(u8 *)&params, sizeof(params), &out_ptr, &len, nonce, nonce_size);
 1115|  48.1k|		if (r < 0) {
  ------------------
  |  Branch (1115:7): [True: 32.9k, False: 15.1k]
  ------------------
 1116|  32.9k|			goto fail;
 1117|  32.9k|		}
 1118|       |		/* sanity check to make sure we don't overflow left */
 1119|  15.1k|		if ((left < len) || (len == 0)) {
  ------------------
  |  Branch (1119:7): [True: 435, False: 14.7k]
  |  Branch (1119:23): [True: 1.28k, False: 13.4k]
  ------------------
 1120|  1.71k|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  1.71k|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1121|  1.71k|			goto fail;
 1122|  1.71k|		}
 1123|  13.4k|		out_ptr += len;
 1124|  13.4k|		offset += len;
 1125|  13.4k|		left -= len;
 1126|  13.4k|	} while (left != 0);
  ------------------
  |  Branch (1126:11): [True: 10.5k, False: 2.92k]
  ------------------
 1127|       |
 1128|  2.92k|	return (int)out_len;
 1129|       |
 1130|  34.6k|fail:
 1131|  34.6k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  34.6k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  34.6k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  34.6k|	int _ret = r; \
  |  |  |  |  155|  34.6k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 34.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  34.6k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  34.6k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 34.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  34.6k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  34.6k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  34.6k|	return _ret; \
  |  |  |  |  163|  34.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1132|  34.6k|}
card-coolkey.c:coolkey_apdu_io:
  912|  74.3k|{
  913|  74.3k|	int r;
  914|  74.3k|	sc_apdu_t apdu;
  915|  74.3k|	u8 rbufinitbuf[COOLKEY_MAX_SIZE];
  916|  74.3k|	u8 rsendbuf[COOLKEY_MAX_SIZE];
  917|  74.3k|	u8 *rbuf;
  918|  74.3k|	size_t rbuflen;
  919|  74.3k|	int cse = 0;
  920|       |
  921|       |
  922|  74.3k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  74.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  74.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  74.3k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 74.3k]
  |  |  ------------------
  ------------------
  923|       |
  924|  74.3k|	sc_log(card->ctx, "%02x %02x %02x %zu : %zu %zu",
  ------------------
  |  |   71|  74.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  925|  74.3k|			ins, p1, p2, sendbuflen, card->max_send_size, card->max_recv_size);
  926|       |
  927|  74.3k|	rbuf = rbufinitbuf;
  928|  74.3k|	rbuflen = sizeof(rbufinitbuf);
  929|       |
  930|       |	/* if caller provided a buffer and length */
  931|  74.3k|	if (recvbuf && *recvbuf && recvbuflen && *recvbuflen) {
  ------------------
  |  Branch (931:6): [True: 61.0k, False: 13.2k]
  |  Branch (931:17): [True: 61.0k, False: 0]
  |  Branch (931:29): [True: 61.0k, False: 0]
  |  Branch (931:43): [True: 57.5k, False: 3.48k]
  ------------------
  932|  57.5k|		rbuf = *recvbuf;
  933|  57.5k|		rbuflen = *recvbuflen;
  934|  57.5k|	}
  935|       |
  936|  74.3k|	if (sendbuf || nonce) {
  ------------------
  |  Branch (936:6): [True: 61.6k, False: 12.7k]
  |  Branch (936:17): [True: 0, False: 12.7k]
  ------------------
  937|  61.6k|		if (recvbuf) {
  ------------------
  |  Branch (937:7): [True: 48.3k, False: 13.2k]
  ------------------
  938|  48.3k|			cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|  48.3k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  939|  48.3k|		} else {
  940|  13.2k|			cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  13.2k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  941|  13.2k|		}
  942|  61.6k|	} else {
  943|  12.7k|		if (recvbuf) {
  ------------------
  |  Branch (943:7): [True: 12.7k, False: 0]
  ------------------
  944|  12.7k|			cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|  12.7k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  945|  12.7k|		} else {
  946|      0|			cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  947|      0|		}
  948|  12.7k|	}
  949|       |
  950|       |	/* append the nonce if we have it. Coolkey just blindly puts this at the end
  951|       |	 * of the APDU (while adjusting lc). This converts case 1 to case 3. coolkey
  952|       |	 * also always drops le in case 4 (which happens when proto = T0). nonces are
  953|       |	 * never used on case 2 commands, so we can simply append the nonce to the data
  954|       |	 * and we should be fine */
  955|  74.3k|	if (nonce) {
  ------------------
  |  Branch (955:6): [True: 50.5k, False: 23.8k]
  ------------------
  956|  50.5k|		u8 *buf = rsendbuf;
  957|  50.5k|		if (sendbuf) {
  ------------------
  |  Branch (957:7): [True: 50.5k, False: 0]
  ------------------
  958|  50.5k|			sendbuflen = MIN(sendbuflen,sizeof(rsendbuf)-nonce_len);
  ------------------
  |  |   70|  50.5k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 50.5k, False: 0]
  |  |  ------------------
  ------------------
  959|  50.5k|			memcpy(rsendbuf, sendbuf, sendbuflen);
  960|  50.5k|			buf += sendbuflen;
  961|  50.5k|		}
  962|  50.5k|		memcpy(buf, nonce, nonce_len);
  963|  50.5k|		sendbuflen += nonce_len;
  964|  50.5k|		sendbuf =rsendbuf;
  965|  50.5k|	}
  966|       |
  967|  74.3k|	sc_format_apdu(card, &apdu, cse, ins, p1, p2);
  968|       |
  969|  74.3k|	apdu.lc = sendbuflen;
  970|  74.3k|	apdu.datalen = sendbuflen;
  971|  74.3k|	apdu.data = sendbuf;
  972|       |
  973|       |
  974|       |	/* coolkey uses non-standard classes */
  975|  74.3k|	apdu.cla = cla;
  976|       |
  977|  74.3k|	if (recvbuf) {
  ------------------
  |  Branch (977:6): [True: 61.0k, False: 13.2k]
  ------------------
  978|  61.0k|		apdu.resp = rbuf;
  979|  61.0k|		apdu.le = (rbuflen > 255) ? 255 : rbuflen;
  ------------------
  |  Branch (979:13): [True: 11.7k, False: 49.3k]
  ------------------
  980|  61.0k|		apdu.resplen = rbuflen;
  981|  61.0k|	} else {
  982|  13.2k|		 apdu.resp =  rbuf;
  983|  13.2k|		 apdu.le = 0;
  984|  13.2k|		 apdu.resplen = 0;
  985|  13.2k|	}
  986|       |
  987|  74.3k|	sc_log(card->ctx, "calling sc_transmit_apdu flags=%lx le=%zu, resplen=%zu, resp=%p",
  ------------------
  |  |   71|  74.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  988|  74.3k|			apdu.flags, apdu.le, apdu.resplen, apdu.resp);
  989|       |
  990|       |	/* with new adpu.c and chaining, this actually reads the whole object */
  991|  74.3k|	r = sc_transmit_apdu(card, &apdu);
  992|       |
  993|  74.3k|	sc_log(card->ctx, "result r=%d apdu.resplen=%zu sw1=%02x sw2=%02x",
  ------------------
  |  |   71|  74.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  994|  74.3k|			r, apdu.resplen, apdu.sw1, apdu.sw2);
  995|       |
  996|  74.3k|	if (r < 0) {
  ------------------
  |  Branch (996:6): [True: 899, False: 73.4k]
  ------------------
  997|    899|		sc_log(card->ctx, "Transmit failed");
  ------------------
  |  |   71|    899|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  998|    899|		goto err;
  999|    899|	}
 1000|  73.4k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1001|  73.4k|	if (r < 0) {
  ------------------
  |  Branch (1001:6): [True: 41.0k, False: 32.4k]
  ------------------
 1002|  41.0k|		sc_log(card->ctx, "Transmit failed");
  ------------------
  |  |   71|  41.0k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1003|  41.0k|		goto err;
 1004|  41.0k|	}
 1005|       |
 1006|  32.4k|	if (recvbuflen) {
  ------------------
  |  Branch (1006:6): [True: 27.1k, False: 5.32k]
  ------------------
 1007|  27.1k|		if (recvbuf && *recvbuf == NULL) {
  ------------------
  |  Branch (1007:7): [True: 27.0k, False: 59]
  |  Branch (1007:18): [True: 0, False: 27.0k]
  ------------------
 1008|      0|			*recvbuf =  malloc(apdu.resplen);
 1009|      0|			if (*recvbuf == NULL) {
  ------------------
  |  Branch (1009:8): [True: 0, False: 0]
  ------------------
 1010|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1011|      0|				goto err;
 1012|      0|			}
 1013|      0|			memcpy(*recvbuf, rbuf, apdu.resplen);
 1014|      0|		}
 1015|  27.1k|		*recvbuflen =  apdu.resplen;
 1016|  27.1k|		r = (int)*recvbuflen;
 1017|  27.1k|	}
 1018|       |
 1019|  74.3k|err:
 1020|  74.3k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  74.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  74.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  74.3k|	int _ret = r; \
  |  |  |  |  155|  74.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 48.6k, False: 25.7k]
  |  |  |  |  ------------------
  |  |  |  |  156|  48.6k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  41.9k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 41.9k, False: 6.72k]
  |  |  |  |  ------------------
  |  |  |  |  157|  48.6k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  48.6k|	} else { \
  |  |  |  |  159|  25.7k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  25.7k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  25.7k|	} \
  |  |  |  |  162|  74.3k|	return _ret; \
  |  |  |  |  163|  74.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1021|  74.3k|}
card-coolkey.c:coolkey_find_object_by_id:
  825|  15.3k|{
  826|  15.3k|	int pos;
  827|  15.3k|	static sc_cardctl_coolkey_object_t cmp = {{
  828|  15.3k|		"", 0, 0, 0, SC_PATH_TYPE_DF_NAME,
  ------------------
  |  |  118|  15.3k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  829|  15.3k|		{ COOLKEY_AID, sizeof(COOLKEY_AID)-1 }
  ------------------
  |  |  822|  15.3k|#define COOLKEY_AID "\xA0\x00\x00\x01\x16"
  ------------------
              		{ COOLKEY_AID, sizeof(COOLKEY_AID)-1 }
  ------------------
  |  |  822|  15.3k|#define COOLKEY_AID "\xA0\x00\x00\x01\x16"
  ------------------
  830|  15.3k|	}, 0, 0, NULL};
  831|       |
  832|  15.3k|	cmp.id = object_id;
  833|  15.3k|	if ((pos = list_locate(list, &cmp)) < 0)
  ------------------
  |  Branch (833:6): [True: 9.11k, False: 6.19k]
  ------------------
  834|  9.11k|		return NULL;
  835|       |
  836|  6.19k|	return list_get_at(list, pos);
  837|  15.3k|}
card-coolkey.c:coolkey_find_attribute:
 1416|   103k|{
 1417|   103k|	u8 object_record_type;
 1418|   103k|	CK_ATTRIBUTE_TYPE attr_type = attribute->attribute_type;
 1419|   103k|	const u8 *obj = attribute->object->data;
 1420|   103k|	const u8 *attr = NULL;
 1421|   103k|	size_t buf_len = attribute->object->length;
 1422|   103k|	coolkey_object_header_t *object_head;
 1423|   103k|	int attribute_count,i;
 1424|   103k|	attribute->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_STRING;
  ------------------
  |  | 1049|   103k|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_STRING 0
  ------------------
 1425|   103k|	attribute->attribute_length = 0;
 1426|   103k|	attribute->attribute_value = NULL;
 1427|       |
 1428|   103k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|   103k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   103k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   103k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   103k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 103k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1429|       |
 1430|   103k|	if (obj == NULL) {
  ------------------
  |  Branch (1430:6): [True: 37.1k, False: 66.2k]
  ------------------
 1431|       |		/* cast away const so we can cache the data value */
 1432|  37.1k|		int r = coolkey_fill_object(card, (sc_cardctl_coolkey_object_t *)attribute->object);
 1433|  37.1k|		if (r < 0) {
  ------------------
  |  Branch (1433:7): [True: 34.5k, False: 2.67k]
  ------------------
 1434|  34.5k|			return r;
 1435|  34.5k|		}
 1436|  2.67k|		obj = attribute->object->data;
 1437|  2.67k|		if (obj == NULL) {
  ------------------
  |  Branch (1437:7): [True: 0, False: 2.67k]
  ------------------
 1438|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1439|      0|		}
 1440|  2.67k|	}
 1441|       |
 1442|       |	/* should be a static assert so we catch this at compile time */
 1443|   103k|	static_assert(sizeof(coolkey_object_header_t) >= sizeof(coolkey_v0_object_header_t), "internal error");
 1444|       |	/* make sure we have enough of the object to read the record_type */
 1445|  68.9k|	if (buf_len <= sizeof(coolkey_v0_object_header_t)) {
  ------------------
  |  Branch (1445:6): [True: 928, False: 67.9k]
  ------------------
 1446|    928|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    928|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 1447|    928|	}
 1448|  67.9k|	object_head = (coolkey_object_header_t *)obj;
 1449|  67.9k|	object_record_type = object_head->record_type;
 1450|       |	/* make sure it's a type we recognize */
 1451|  67.9k|	if ((object_record_type != COOLKEY_V1_OBJECT) && (object_record_type != COOLKEY_V0_OBJECT)) {
  ------------------
  |  |  229|  67.9k|#define COOLKEY_V1_OBJECT 1
  ------------------
              	if ((object_record_type != COOLKEY_V1_OBJECT) && (object_record_type != COOLKEY_V0_OBJECT)) {
  ------------------
  |  |  228|  8.06k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (1451:6): [True: 8.06k, False: 59.9k]
  |  Branch (1451:51): [True: 5.50k, False: 2.56k]
  ------------------
 1452|  5.50k|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|  5.50k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 1453|  5.50k|	}
 1454|       |
 1455|       |	/*
 1456|       |	 * now loop through all the attributes in the list. first find the start of the list
 1457|       |	 */
 1458|  62.4k|	attr = coolkey_attribute_start(obj, object_record_type, buf_len);
 1459|  62.4k|	if (attr == NULL) {
  ------------------
  |  Branch (1459:6): [True: 208, False: 62.2k]
  ------------------
 1460|    208|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    208|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 1461|    208|	}
 1462|  62.2k|	buf_len -= (attr-obj);
 1463|       |
 1464|       |	/* now get the count */
 1465|  62.2k|	attribute_count = coolkey_get_attribute_count(obj, object_record_type, buf_len);
 1466|  98.1k|	for (i=0; i < attribute_count; i++) {
  ------------------
  |  Branch (1466:12): [True: 40.7k, False: 57.3k]
  ------------------
 1467|  40.7k|		size_t record_len = coolkey_get_attribute_record_len(attr, object_record_type, buf_len);
 1468|       |		/* make sure we have the complete record */
 1469|  40.7k|		if (buf_len < record_len || record_len < 4) {
  ------------------
  |  Branch (1469:7): [True: 0, False: 40.7k]
  |  Branch (1469:31): [True: 1.32k, False: 39.4k]
  ------------------
 1470|  1.32k|			return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|  1.32k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 1471|  1.32k|		}
 1472|       |		/* does the attribute match the one we are looking for */
 1473|  39.4k|		if (attr_type == coolkey_get_attribute_type(attr, object_record_type, record_len)) {
  ------------------
  |  Branch (1473:7): [True: 3.56k, False: 35.8k]
  ------------------
 1474|       |			/* yup, return it */
 1475|  3.56k|			return coolkey_get_attribute_data(attr, object_record_type, record_len, attribute);
 1476|  3.56k|		}
 1477|       |		/* go to the next attribute on the list */
 1478|  35.8k|		buf_len -= record_len;
 1479|  35.8k|		attr += record_len;
 1480|  35.8k|	}
 1481|       |	/* not find in attribute list, check the fixed attribute record */
 1482|  57.3k|	if (object_record_type == COOLKEY_V1_OBJECT) {
  ------------------
  |  |  229|  57.3k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (1482:6): [True: 54.9k, False: 2.41k]
  ------------------
 1483|  54.9k|		unsigned long fixed_attributes = bebytes2ulong(object_head->fixed_attributes_values);
 1484|       |
 1485|  54.9k|		return coolkey_get_attribute_data_fixed(attr_type, fixed_attributes, attribute);
 1486|  54.9k|	}
 1487|  2.41k|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_DATA_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|  2.41k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.41k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.41k|	int _ret = r; \
  |  |  |  |  155|  2.41k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.41k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.41k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.41k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.41k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.41k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.41k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.41k|	return _ret; \
  |  |  |  |  163|  2.41k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1488|  2.41k|}
card-coolkey.c:coolkey_attribute_start:
  421|  64.8k|{
  422|  64.8k|	size_t offset = object_record_type == COOLKEY_V1_OBJECT ? sizeof(coolkey_object_header_t) :
  ------------------
  |  |  229|  64.8k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (422:18): [True: 59.9k, False: 4.93k]
  ------------------
  423|  64.8k|			sizeof(coolkey_v0_object_header_t);
  424|       |
  425|  64.8k|	if ((object_record_type != COOLKEY_V1_OBJECT) && (object_record_type != COOLKEY_V0_OBJECT)) {
  ------------------
  |  |  229|  64.8k|#define COOLKEY_V1_OBJECT 1
  ------------------
              	if ((object_record_type != COOLKEY_V1_OBJECT) && (object_record_type != COOLKEY_V0_OBJECT)) {
  ------------------
  |  |  228|  4.93k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (425:6): [True: 4.93k, False: 59.9k]
  |  Branch (425:51): [True: 0, False: 4.93k]
  ------------------
  426|      0|		return NULL;
  427|      0|	}
  428|  64.8k|	if (offset > buf_len) {
  ------------------
  |  Branch (428:6): [True: 208, False: 64.6k]
  ------------------
  429|    208|		return NULL;
  430|    208|	}
  431|  64.6k|	return obj + offset;
  432|  64.8k|}
card-coolkey.c:coolkey_get_attribute_count:
  502|  62.2k|{
  503|  62.2k|	if (object_record_type == COOLKEY_V0_OBJECT) {
  ------------------
  |  |  228|  62.2k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (503:6): [True: 2.56k, False: 59.6k]
  ------------------
  504|  2.56k|		return coolkey_v0_get_attribute_count(obj, buf_len);
  505|  2.56k|	}
  506|  59.6k|	if (object_record_type != COOLKEY_V1_OBJECT) {
  ------------------
  |  |  229|  59.6k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (506:6): [True: 0, False: 59.6k]
  ------------------
  507|      0|		return 0;
  508|      0|	}
  509|  59.6k|	return coolkey_v1_get_attribute_count(obj, buf_len);
  510|  59.6k|}
card-coolkey.c:coolkey_v0_get_attribute_count:
  440|  2.56k|{
  441|  2.56k|	coolkey_v0_object_header_t *object_head = (coolkey_v0_object_header_t *)obj;
  442|  2.56k|	const u8 *attr;
  443|  2.56k|	int count = 0;
  444|  2.56k|	size_t attribute_data_len;
  445|       |
  446|       |	/* make sure we have enough of the object to read the record_type */
  447|  2.56k|	if (buf_len <= sizeof(coolkey_v0_object_header_t)) {
  ------------------
  |  Branch (447:6): [True: 203, False: 2.36k]
  ------------------
  448|    203|		return 0;
  449|    203|	}
  450|       |	/*
  451|       |	 * now loop through all the attributes in the list. first find the start of the list
  452|       |	 */
  453|  2.36k|	attr = coolkey_attribute_start(obj, COOLKEY_V0_OBJECT, buf_len);
  ------------------
  |  |  228|  2.36k|#define COOLKEY_V0_OBJECT 0
  ------------------
  454|  2.36k|	if (attr == NULL) {
  ------------------
  |  Branch (454:6): [True: 0, False: 2.36k]
  ------------------
  455|      0|		return 0;
  456|      0|	}
  457|       |
  458|  2.36k|	buf_len -= (attr-obj);
  459|  2.36k|	attribute_data_len = bebytes2ushort(object_head->attribute_data_len);
  460|  2.36k|	if (buf_len < attribute_data_len) {
  ------------------
  |  Branch (460:6): [True: 876, False: 1.48k]
  ------------------
  461|    876|		return 0;
  462|    876|	}
  463|       |
  464|  3.22k|	while (attribute_data_len) {
  ------------------
  |  Branch (464:9): [True: 2.09k, False: 1.13k]
  ------------------
  465|  2.09k|		size_t len = coolkey_v0_get_attribute_record_len(attr, buf_len);
  466|       |
  467|  2.09k|		if (len == 0) {
  ------------------
  |  Branch (467:7): [True: 0, False: 2.09k]
  ------------------
  468|      0|			break;
  469|      0|		}
  470|       |		/*  This is an error in the token data, don't parse the last attribute */
  471|  2.09k|		if (len > attribute_data_len) {
  ------------------
  |  Branch (471:7): [True: 351, False: 1.73k]
  ------------------
  472|    351|			break;
  473|    351|		}
  474|       |		/* we know that coolkey_v0_get_attribute_record_len never
  475|       |		 * 	returns more than buf_len, so we can safely assert that.
  476|       |		 * 	If the assert is true, you can easily see that the loop
  477|       |		 * 	will eventually break with len == 0, even if attribute_data_len
  478|       |		 * 	was invalid */
  479|  1.73k|		if (len > buf_len)
  ------------------
  |  Branch (479:7): [True: 0, False: 1.73k]
  ------------------
  480|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  481|  1.73k|		count++;
  482|  1.73k|		attr += len;
  483|  1.73k|		buf_len -= len;
  484|  1.73k|		attribute_data_len -= len;
  485|  1.73k|	}
  486|  1.48k|	return count;
  487|  1.48k|}
card-coolkey.c:coolkey_v0_get_attribute_record_len:
  380|  3.52k|{
  381|  3.52k|	size_t attribute_len = sizeof(coolkey_v0_attribute_header_t);
  382|  3.52k|	size_t len;
  383|  3.52k|	int r;
  384|       |
  385|  3.52k|	r = coolkey_v0_get_attribute_len(attr, buf_len, &len);
  386|  3.52k|	if (r < 0) {
  ------------------
  |  Branch (386:6): [True: 117, False: 3.40k]
  ------------------
  387|    117|		return buf_len; /* skip to the end, ignore the rest of the record */
  388|    117|	}
  389|  3.40k|	return MIN(buf_len,attribute_len+len);
  ------------------
  |  |   70|  3.40k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 475, False: 2.92k]
  |  |  ------------------
  ------------------
  390|  3.52k|}
card-coolkey.c:coolkey_v1_get_attribute_count:
  491|  59.6k|{
  492|  59.6k|	coolkey_object_header_t *object_head = (coolkey_object_header_t *)obj;
  493|       |
  494|  59.6k|	if (buf_len <= sizeof(coolkey_object_header_t)) {
  ------------------
  |  Branch (494:6): [True: 22.3k, False: 37.3k]
  ------------------
  495|  22.3k|		return 0;
  496|  22.3k|	}
  497|  37.3k|	return bebytes2ushort(object_head->attribute_count);
  498|  59.6k|}
card-coolkey.c:coolkey_get_attribute_record_len:
  394|  40.7k|{
  395|  40.7k|	if (obj_record_type ==  COOLKEY_V0_OBJECT) {
  ------------------
  |  |  228|  40.7k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (395:6): [True: 1.43k, False: 39.3k]
  ------------------
  396|  1.43k|		return coolkey_v0_get_attribute_record_len(attr, buf_len);
  397|  1.43k|	}
  398|  39.3k|	if (obj_record_type != COOLKEY_V1_OBJECT) {
  ------------------
  |  |  229|  39.3k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (398:6): [True: 0, False: 39.3k]
  ------------------
  399|      0|		return buf_len; /* skip to the end */
  400|      0|	}
  401|  39.3k|	return coolkey_v1_get_attribute_record_len(attr, buf_len);
  402|  39.3k|}
card-coolkey.c:coolkey_v1_get_attribute_record_len:
  364|   236k|{
  365|   236k|	size_t attribute_len = sizeof(coolkey_attribute_header_t);
  366|   236k|	size_t len = 0;
  367|   236k|	int r;
  368|       |
  369|   236k|	r = coolkey_v1_get_attribute_len(attr, buf_len, &len, 1);
  370|   236k|	if (r < 0) {
  ------------------
  |  Branch (370:6): [True: 212k, False: 24.5k]
  ------------------
  371|   212k|		return buf_len; /* skip to the end, ignore the rest of the record */
  372|   212k|	}
  373|       |
  374|  24.5k|	return MIN(buf_len,attribute_len+len);
  ------------------
  |  |   70|  24.5k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 1.27k, False: 23.2k]
  |  |  ------------------
  ------------------
  375|   236k|}
card-coolkey.c:coolkey_get_attribute_data_fixed:
  674|  54.9k|																sc_cardctl_coolkey_attribute_t *attr_out) {
  675|  54.9k|	unsigned long cka_id = fixed_attributes & 0xf;
  676|  54.9k|	unsigned long cka_class = ((fixed_attributes) >> 4) & 0x7;
  677|  54.9k|	unsigned long mask, bit;
  678|       |
  679|  54.9k|	if (attr_type == CKA_ID) {
  ------------------
  |  |  161|  54.9k|#define CKA_ID 0x00000102UL
  ------------------
  |  Branch (679:6): [True: 7.15k, False: 47.7k]
  ------------------
  680|  7.15k|		attr_out->attribute_length = 1;
  681|  7.15k|		attr_out->attribute_value= &coolkey_static_cka_id[cka_id];
  682|  7.15k|		return SC_SUCCESS;
  ------------------
  |  |   28|  7.15k|#define SC_SUCCESS				0
  ------------------
  683|  7.15k|	}
  684|  47.7k|	if (attr_type == CKA_CLASS) {
  ------------------
  |  |  137|  47.7k|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (684:6): [True: 15.8k, False: 31.9k]
  ------------------
  685|  15.8k|		attr_out->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG;
  ------------------
  |  | 1050|  15.8k|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  686|  15.8k|		attr_out->attribute_length = 4;
  687|  15.8k|		attr_out->attribute_value = coolkey_static_cka_class[cka_class].class_value;
  688|  15.8k|		return SC_SUCCESS;
  ------------------
  |  |   28|  15.8k|#define SC_SUCCESS				0
  ------------------
  689|  15.8k|	}
  690|       |	/* If it matched, it must be one of the booleans */
  691|  31.9k|	mask = coolkey_static_cka_class[cka_class].boolean_mask;
  692|  31.9k|	bit = coolkey_get_fixed_boolean_bit(attr_type);
  693|       |	/* attribute isn't in the list */
  694|  31.9k|	if ((bit & mask) == 0) {
  ------------------
  |  Branch (694:6): [True: 12.4k, False: 19.5k]
  ------------------
  695|  12.4k|		return SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|  12.4k|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  696|  12.4k|	}
  697|  19.5k|	attr_out->attribute_length = 1;
  698|  19.5k|	attr_out->attribute_value = bit & fixed_attributes ? &coolkey_static_true : &coolkey_static_false;
  ------------------
  |  Branch (698:30): [True: 7.47k, False: 12.0k]
  ------------------
  699|  19.5k|	return SC_SUCCESS;
  ------------------
  |  |   28|  19.5k|#define SC_SUCCESS				0
  ------------------
  700|  31.9k|}
card-coolkey.c:coolkey_get_fixed_boolean_bit:
  620|  31.9k|{
  621|  31.9k|	switch(type) {
  622|      0|	case CKA_TOKEN:               return 0x00000080;
  ------------------
  |  |  138|      0|#define CKA_TOKEN 0x00000001UL
  ------------------
  |  Branch (622:2): [True: 0, False: 31.9k]
  ------------------
  623|  2.38k|	case CKA_PRIVATE:             return 0x00000100;
  ------------------
  |  |  139|  2.38k|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (623:2): [True: 2.38k, False: 29.6k]
  ------------------
  624|  3.01k|	case CKA_MODIFIABLE:          return 0x00000200;
  ------------------
  |  |  197|  3.01k|#define CKA_MODIFIABLE 0x00000170UL
  ------------------
  |  Branch (624:2): [True: 3.01k, False: 28.9k]
  ------------------
  625|  1.51k|	case CKA_DERIVE:              return 0x00000400;
  ------------------
  |  |  171|  1.51k|#define CKA_DERIVE 0x0000010CUL
  ------------------
  |  Branch (625:2): [True: 1.51k, False: 30.4k]
  ------------------
  626|  1.51k|	case CKA_LOCAL:               return 0x00000800;
  ------------------
  |  |  193|  1.51k|#define CKA_LOCAL 0x00000163UL
  ------------------
  |  Branch (626:2): [True: 1.51k, False: 30.4k]
  ------------------
  627|  1.51k|	case CKA_ENCRYPT:             return 0x00001000;
  ------------------
  |  |  163|  1.51k|#define CKA_ENCRYPT 0x00000104UL
  ------------------
  |  Branch (627:2): [True: 1.51k, False: 30.4k]
  ------------------
  628|  1.51k|	case CKA_DECRYPT:             return 0x00002000;
  ------------------
  |  |  164|  1.51k|#define CKA_DECRYPT 0x00000105UL
  ------------------
  |  Branch (628:2): [True: 1.51k, False: 30.4k]
  ------------------
  629|  1.51k|	case CKA_WRAP:                return 0x00004000;
  ------------------
  |  |  165|  1.51k|#define CKA_WRAP 0x00000106UL
  ------------------
  |  Branch (629:2): [True: 1.51k, False: 30.4k]
  ------------------
  630|  1.51k|	case CKA_UNWRAP:              return 0x00008000;
  ------------------
  |  |  166|  1.51k|#define CKA_UNWRAP 0x00000107UL
  ------------------
  |  Branch (630:2): [True: 1.51k, False: 30.4k]
  ------------------
  631|  1.51k|	case CKA_SIGN:                return 0x00010000;
  ------------------
  |  |  167|  1.51k|#define CKA_SIGN 0x00000108UL
  ------------------
  |  Branch (631:2): [True: 1.51k, False: 30.4k]
  ------------------
  632|  1.51k|	case CKA_SIGN_RECOVER:        return 0x00020000;
  ------------------
  |  |  168|  1.51k|#define CKA_SIGN_RECOVER 0x00000109UL
  ------------------
  |  Branch (632:2): [True: 1.51k, False: 30.4k]
  ------------------
  633|  1.51k|	case CKA_VERIFY:              return 0x00040000;
  ------------------
  |  |  169|  1.51k|#define CKA_VERIFY 0x0000010AUL
  ------------------
  |  Branch (633:2): [True: 1.51k, False: 30.4k]
  ------------------
  634|  1.51k|	case CKA_VERIFY_RECOVER:      return 0x00080000;
  ------------------
  |  |  170|  1.51k|#define CKA_VERIFY_RECOVER 0x0000010BUL
  ------------------
  |  Branch (634:2): [True: 1.51k, False: 30.4k]
  ------------------
  635|  1.51k|	case CKA_SENSITIVE:           return 0x00100000;
  ------------------
  |  |  162|  1.51k|#define CKA_SENSITIVE 0x00000103UL
  ------------------
  |  Branch (635:2): [True: 1.51k, False: 30.4k]
  ------------------
  636|  1.51k|	case CKA_ALWAYS_SENSITIVE:    return 0x00200000;
  ------------------
  |  |  195|  1.51k|#define CKA_ALWAYS_SENSITIVE 0x00000165UL
  ------------------
  |  Branch (636:2): [True: 1.51k, False: 30.4k]
  ------------------
  637|  1.51k|	case CKA_EXTRACTABLE:         return 0x00400000;
  ------------------
  |  |  192|  1.51k|#define CKA_EXTRACTABLE 0x00000162UL
  ------------------
  |  Branch (637:2): [True: 1.51k, False: 30.4k]
  ------------------
  638|  1.51k|	case CKA_NEVER_EXTRACTABLE:   return 0x00800000;
  ------------------
  |  |  194|  1.51k|#define CKA_NEVER_EXTRACTABLE 0x00000164UL
  ------------------
  |  Branch (638:2): [True: 1.51k, False: 30.4k]
  ------------------
  639|  5.35k|	default: break;
  ------------------
  |  Branch (639:2): [True: 5.35k, False: 26.6k]
  ------------------
  640|  31.9k|	}
  641|  5.35k|	return 0; /* return no bits */
  642|  31.9k|}
card-coolkey.c:sc_get_driver:
 2440|  16.4k|{
 2441|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 2442|       |
 2443|  16.4k|	coolkey_ops = *iso_drv->ops;
 2444|  16.4k|	coolkey_ops.match_card = coolkey_match_card;
 2445|  16.4k|	coolkey_ops.init = coolkey_init;
 2446|  16.4k|	coolkey_ops.finish = coolkey_finish;
 2447|       |
 2448|  16.4k|	coolkey_ops.select_file =  coolkey_select_file; /* need to record object type */
 2449|  16.4k|	coolkey_ops.get_challenge = coolkey_get_challenge;
 2450|  16.4k|	coolkey_ops.read_binary = coolkey_read_binary;
 2451|  16.4k|	coolkey_ops.write_binary = coolkey_write_binary;
 2452|  16.4k|	coolkey_ops.set_security_env = coolkey_set_security_env;
 2453|  16.4k|	coolkey_ops.restore_security_env = coolkey_restore_security_env;
 2454|  16.4k|	coolkey_ops.compute_signature = coolkey_compute_crypt;
 2455|  16.4k|	coolkey_ops.decipher =  coolkey_compute_crypt;
 2456|  16.4k|	coolkey_ops.card_ctl = coolkey_card_ctl;
 2457|  16.4k|	coolkey_ops.check_sw = coolkey_check_sw;
 2458|  16.4k|	coolkey_ops.pin_cmd = coolkey_pin_cmd;
 2459|  16.4k|	coolkey_ops.logout = coolkey_logout;
 2460|  16.4k|	coolkey_ops.card_reader_lock_obtained = coolkey_card_reader_lock_obtained;
 2461|       |
 2462|  16.4k|	return &coolkey_drv;
 2463|  16.4k|}
card-coolkey.c:coolkey_match_card:
 2279|  7.31k|{
 2280|  7.31k|	int r;
 2281|       |
 2282|  7.31k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  7.31k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  7.31k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  7.31k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 7.31k]
  |  |  ------------------
  ------------------
 2283|       |
 2284|  7.31k|	r = coolkey_select_applet(card);
 2285|  7.31k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  7.31k|#define SC_SUCCESS				0
  ------------------
  |  Branch (2285:6): [True: 1.37k, False: 5.94k]
  ------------------
 2286|  1.37k|		sc_apdu_t apdu;
 2287|       |
 2288|       |		/* The GET STATUS INS with P1 = 1 returns invalid instruction (0x6D00)
 2289|       |		 * on Coolkey applet (reserved for GetMemory function),
 2290|       |		 * while incorrect P1 (0x9C10) on Muscle applets
 2291|       |		 */
 2292|  1.37k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_1, COOLKEY_INS_GET_STATUS, 0x01, 0x00);
  ------------------
  |  |  291|  1.37k|#define SC_APDU_CASE_1			0x01
  ------------------
              		sc_format_apdu(card, &apdu, SC_APDU_CASE_1, COOLKEY_INS_GET_STATUS, 0x01, 0x00);
  ------------------
  |  |   79|  1.37k|#define COOLKEY_INS_GET_STATUS                 0x3c
  ------------------
 2293|  1.37k|		apdu.cla = COOLKEY_CLASS;
  ------------------
  |  |   72|  1.37k|#define COOLKEY_CLASS           0xb0
  ------------------
 2294|  1.37k|		apdu.le = 0x00;
 2295|  1.37k|		apdu.resplen = 0;
 2296|  1.37k|		apdu.resp = NULL;
 2297|  1.37k|		r = sc_transmit_apdu(card, &apdu);
 2298|  1.37k|		if (r == SC_SUCCESS && apdu.sw1 == 0x6d && apdu.sw2 == 0x00) {
  ------------------
  |  |   28|  2.74k|#define SC_SUCCESS				0
  ------------------
  |  Branch (2298:7): [True: 1.37k, False: 3]
  |  Branch (2298:26): [True: 1.10k, False: 268]
  |  Branch (2298:46): [True: 1.09k, False: 4]
  ------------------
 2299|  1.09k|			return 1;
 2300|  1.09k|		}
 2301|    275|		return 0;
 2302|  1.37k|	}
 2303|  5.94k|	return 0;
 2304|  7.31k|}
card-coolkey.c:coolkey_select_applet:
 1070|  11.0k|{
 1071|  11.0k|	u8 aid[] = { 0x62, 0x76, 0x01, 0xff, 0x00, 0x00, 0x00 };
 1072|  11.0k|	return coolkey_apdu_io(card, ISO7816_CLASS, ISO7816_INS_SELECT_FILE, 4, 0,
  ------------------
  |  |   71|  11.0k|#define ISO7816_CLASS           0x00
  ------------------
              	return coolkey_apdu_io(card, ISO7816_CLASS, ISO7816_INS_SELECT_FILE, 4, 0,
  ------------------
  |  |   75|  11.0k|#define ISO7816_INS_SELECT_FILE 0xa4
  ------------------
 1073|  11.0k|			&aid[0], sizeof(aid), NULL, NULL,  NULL, 0);
 1074|  11.0k|}
card-coolkey.c:coolkey_init:
 2308|  1.09k|{
 2309|  1.09k|	int r;
 2310|  1.09k|	unsigned long flags;
 2311|  1.09k|	unsigned long ext_flags;
 2312|  1.09k|	coolkey_private_data_t * priv;
 2313|       |
 2314|  1.09k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.09k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.09k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.09k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.09k]
  |  |  ------------------
  ------------------
 2315|       |
 2316|  1.09k|	r = coolkey_initialize(card);
 2317|  1.09k|	if (r < 0) {
  ------------------
  |  Branch (2317:6): [True: 411, False: 687]
  ------------------
 2318|    411|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|    411|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    411|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    411|	int _ret = r; \
  |  |  |  |  155|    411|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 411, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    411|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    411|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 411, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    411|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    411|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    411|	return _ret; \
  |  |  |  |  163|    411|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2319|    411|	}
 2320|       |
 2321|    687|	card->type = SC_CARD_TYPE_COOLKEY_GENERIC;
 2322|       |
 2323|       |	/* set Token Major/minor version */
 2324|    687|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    687|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
 2325|       |
 2326|    687|	_sc_card_add_rsa_alg(card, 1024, flags, 0); /* mandatory */
 2327|    687|	_sc_card_add_rsa_alg(card, 2048, flags, 0); /* optional */
 2328|    687|	_sc_card_add_rsa_alg(card, 3072, flags, 0); /* optional */
 2329|       |
 2330|    687|	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  174|    687|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  173|    687|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
              	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|    687|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|    687|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
 2331|    687|	ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|    687|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              	ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|    687|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
 2332|       |
 2333|    687|	_sc_card_add_ec_alg(card, 256, flags, ext_flags, NULL);
 2334|    687|	_sc_card_add_ec_alg(card, 384, flags, ext_flags, NULL);
 2335|    687|	_sc_card_add_ec_alg(card, 521, flags, ext_flags, NULL);
 2336|       |
 2337|       |
 2338|    687|	priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    687|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 2339|    687|	if (priv->pin_count != 0) {
  ------------------
  |  Branch (2339:6): [True: 411, False: 276]
  ------------------
 2340|    411|		card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    411|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
 2341|    411|	}
 2342|       |
 2343|    687|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    687|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    687|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    687|	int _ret = r; \
  |  |  |  |  155|    687|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 687, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    687|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 687]
  |  |  |  |  ------------------
  |  |  |  |  157|    687|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    687|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    687|	return _ret; \
  |  |  |  |  163|    687|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2344|    687|}
card-coolkey.c:coolkey_initialize:
 2148|  1.09k|{
 2149|  1.09k|	int r;
 2150|  1.09k|	coolkey_private_data_t *priv = NULL;
 2151|  1.09k|	coolkey_life_cycle_t life_cycle;
 2152|  1.09k|	coolkey_object_info_t object_info;
 2153|  1.09k|	int combined_processed = 0;
 2154|       |
 2155|       |	/* already found? */
 2156|  1.09k|	if (card->drv_data) {
  ------------------
  |  Branch (2156:6): [True: 0, False: 1.09k]
  ------------------
 2157|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2158|      0|	}
 2159|  1.09k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"Coolkey Applet found");
  ------------------
  |  |   70|  1.09k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2160|       |
 2161|  1.09k|	priv = coolkey_new_private_data();
 2162|  1.09k|	if (priv == NULL) {
  ------------------
  |  Branch (2162:6): [True: 0, False: 1.09k]
  ------------------
 2163|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2164|      0|		goto cleanup;
 2165|      0|	}
 2166|  1.09k|	r = coolkey_get_life_cycle(card, &life_cycle);
 2167|  1.09k|	if (r < 0) {
  ------------------
  |  Branch (2167:6): [True: 77, False: 1.02k]
  ------------------
 2168|     77|		goto cleanup;
 2169|     77|	}
 2170|       |
 2171|       |	/* Select a coolkey read the coolkey objects out */
 2172|  1.02k|	r = coolkey_select_applet(card);
 2173|  1.02k|	if (r < 0) {
  ------------------
  |  Branch (2173:6): [True: 8, False: 1.01k]
  ------------------
 2174|      8|		goto cleanup;
 2175|      8|	}
 2176|       |
 2177|  1.01k|	priv->protocol_version_major = life_cycle.protocol_version_major;
 2178|  1.01k|	priv->protocol_version_minor = life_cycle.protocol_version_minor;
 2179|  1.01k|	priv->pin_count = life_cycle.pin_count;
 2180|  1.01k|	priv->life_cycle = life_cycle.life_cycle;
 2181|       |
 2182|       |	/* walk down the list of objects and read them off the token */
 2183|  1.01k|	r = coolkey_list_object(card, COOLKEY_LIST_RESET, &object_info);
  ------------------
  |  |  104|  1.01k|#define COOLKEY_LIST_RESET 0x00
  ------------------
 2184|  11.5k|	while (r >= 0) {
  ------------------
  |  Branch (2184:9): [True: 10.7k, False: 857]
  ------------------
 2185|  10.7k|		unsigned long object_id;
 2186|  10.7k|		unsigned long object_len;
 2187|       |
 2188|       |		/* The card did not return what we expected: Lets try other objects */
 2189|  10.7k|		if ((size_t)r < (sizeof(object_info)))
  ------------------
  |  Branch (2189:7): [True: 8, False: 10.6k]
  ------------------
 2190|      8|			break;
 2191|       |
 2192|       |		/* TODO also look at the ACL... */
 2193|       |
 2194|  10.6k|		object_id = bebytes2ulong(object_info.object_id);
 2195|  10.6k|		object_len = bebytes2ulong(object_info.object_length);
 2196|       |		/* Avoid insanely large data */
 2197|  10.6k|		if (object_len > MAX_FILE_SIZE) {
  ------------------
  |  |  220|  10.6k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (2197:7): [True: 16, False: 10.6k]
  ------------------
 2198|     16|			r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     16|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2199|     16|			goto cleanup;
 2200|     16|		}
 2201|       |
 2202|       |		/* the combined object is a single object that can store the other objects.
 2203|       |		 * most coolkeys provisioned by TPS has a single combined object that is
 2204|       |		 * compressed greatly increasing the effectiveness of compress (since lots
 2205|       |		 * of certs on the token share the same Subject and Issuer DN's). We now
 2206|       |		 * process it separately so that we can have both combined objects managed
 2207|       |		 * by TPS and user managed certs on the same token */
 2208|  10.6k|		if (object_id == COOLKEY_COMBINED_OBJECT_ID) {
  ------------------
  |  |  109|  10.6k|#define COOLKEY_COMBINED_OBJECT_ID 0x7a300000 /* 'z0\0\0' */
  ------------------
  |  Branch (2208:7): [True: 264, False: 10.4k]
  ------------------
 2209|    264|			u8 *object = malloc(object_len);
 2210|    264|			if (object == NULL) {
  ------------------
  |  Branch (2210:8): [True: 0, False: 264]
  ------------------
 2211|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2212|      0|				break;
 2213|      0|			}
 2214|    264|			r = coolkey_read_object(card, COOLKEY_COMBINED_OBJECT_ID, 0, object, object_len,
  ------------------
  |  |  109|    264|#define COOLKEY_COMBINED_OBJECT_ID 0x7a300000 /* 'z0\0\0' */
  ------------------
 2215|    264|				priv->nonce, sizeof(priv->nonce));
 2216|    264|			if (r < 0) {
  ------------------
  |  Branch (2216:8): [True: 54, False: 210]
  ------------------
 2217|     54|				free(object);
 2218|     54|				break;
 2219|     54|			}
 2220|    210|			r = coolkey_process_combined_object(card, priv, object, r);
 2221|    210|			free(object);
 2222|    210|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    210|#define SC_SUCCESS				0
  ------------------
  |  Branch (2222:8): [True: 78, False: 132]
  ------------------
 2223|     78|				break;
 2224|     78|			}
 2225|    132|			combined_processed = 1;
 2226|  10.4k|		} else {
 2227|  10.4k|			sc_log(card->ctx, "Add new object id=%ld, len=%lu", object_id, object_len);
  ------------------
  |  |   71|  10.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2228|  10.4k|			r = coolkey_add_object(priv, object_id, NULL, object_len, 0);
 2229|  10.4k|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|  10.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (2229:8): [True: 2.93k, False: 7.47k]
  ------------------
 2230|  2.93k|				sc_log(card->ctx, "coolkey_add_object() returned %d", r);
  ------------------
  |  |   71|  2.93k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2231|  10.4k|		}
 2232|       |
 2233|       |		/* Read next object: error is handled on the cycle condition and below after cycle */
 2234|  10.5k|		r = coolkey_list_object(card, COOLKEY_LIST_NEXT, &object_info);
  ------------------
  |  |  105|  10.5k|#define COOLKEY_LIST_NEXT  0x01
  ------------------
 2235|  10.5k|	}
 2236|    997|	if (r != SC_ERROR_FILE_END_REACHED) {
  ------------------
  |  |   69|    997|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  |  Branch (2236:6): [True: 291, False: 706]
  ------------------
 2237|       |		/* This means the card does not cooperate at all: bail out */
 2238|    291|		if (r >= 0) {
  ------------------
  |  Branch (2238:7): [True: 8, False: 283]
  ------------------
 2239|      8|			r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      8|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2240|      8|		}
 2241|    291|		goto cleanup;
 2242|    291|	}
 2243|       |	/* if we didn't pull the cuid from the combined object, then grab it now */
 2244|    706|	if (!combined_processed) {
  ------------------
  |  Branch (2244:6): [True: 578, False: 128]
  ------------------
 2245|    578|		global_platform_cplc_data_t cplc_data;
 2246|       |		/* select the card manager, because a card with applet only will have
 2247|       |		   already selected the coolkey applet */
 2248|       |
 2249|    578|		r = gp_select_card_manager(card);
 2250|    578|		if (r < 0) {
  ------------------
  |  Branch (2250:7): [True: 8, False: 570]
  ------------------
 2251|      8|			goto cleanup;
 2252|      8|		}
 2253|       |
 2254|    570|		r = gp_get_cplc_data(card, &cplc_data);
 2255|    570|		if (r < 0) {
  ------------------
  |  Branch (2255:7): [True: 11, False: 559]
  ------------------
 2256|     11|			goto cleanup;
 2257|     11|		}
 2258|    559|		coolkey_make_cuid_from_cplc(&priv->cuid, &cplc_data);
 2259|    559|		priv->token_name = (u8 *)strdup("COOLKEY");
 2260|    559|		if (priv->token_name == NULL) {
  ------------------
  |  Branch (2260:7): [True: 0, False: 559]
  ------------------
 2261|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2262|      0|			goto cleanup;
 2263|      0|		}
 2264|    559|		priv->token_name_length = sizeof("COOLKEY")-1;
 2265|    559|	}
 2266|    687|	card->drv_data = priv;
 2267|    687|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    687|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    687|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    687|	int _ret = r; \
  |  |  |  |  155|    687|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 687, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    687|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 687]
  |  |  |  |  ------------------
  |  |  |  |  157|    687|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    687|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    687|	return _ret; \
  |  |  |  |  163|    687|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2268|       |
 2269|    411|cleanup:
 2270|    411|	if (priv) {
  ------------------
  |  Branch (2270:6): [True: 411, False: 0]
  ------------------
 2271|    411|		coolkey_free_private_data(priv);
 2272|    411|	}
 2273|    411|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    411|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    411|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    411|	int _ret = r; \
  |  |  |  |  155|    411|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 411, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    411|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    411|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 411, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    411|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    411|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    411|	return _ret; \
  |  |  |  |  163|    411|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2274|    411|}
card-coolkey.c:coolkey_new_private_data:
  772|  1.09k|{
  773|  1.09k|	coolkey_private_data_t *priv;
  774|       |
  775|       |	/* allocate priv and zero all the fields */
  776|  1.09k|	priv = calloc(1, sizeof(coolkey_private_data_t));
  777|  1.09k|	if (!priv)
  ------------------
  |  Branch (777:6): [True: 0, False: 1.09k]
  ------------------
  778|      0|		return NULL;
  779|       |
  780|       |	/* set other fields as appropriate */
  781|  1.09k|	priv->key_id = COOLKEY_INVALID_KEY;
  ------------------
  |  |  110|  1.09k|#define COOLKEY_INVALID_KEY        0xff00
  ------------------
  782|  1.09k|	if (list_init(&priv->objects_list) != 0 ||
  ------------------
  |  Branch (782:6): [True: 0, False: 1.09k]
  ------------------
  783|  1.09k|	    list_attributes_comparator(&priv->objects_list, coolkey_compare_id) != 0 ||
  ------------------
  |  Branch (783:6): [True: 0, False: 1.09k]
  ------------------
  784|  1.09k|	    list_attributes_copy(&priv->objects_list, coolkey_list_meter, 1) != 0) {
  ------------------
  |  Branch (784:6): [True: 0, False: 1.09k]
  ------------------
  785|      0|		coolkey_free_private_data(priv);
  786|      0|		return NULL;
  787|      0|	}
  788|       |
  789|  1.09k|	return priv;
  790|  1.09k|}
card-coolkey.c:coolkey_get_life_cycle:
 1028|  1.09k|{
 1029|  1.09k|	coolkey_status_t status;
 1030|  1.09k|	u8 *receive_buf;
 1031|  1.09k|	size_t receive_len;
 1032|  1.09k|	int len;
 1033|       |
 1034|  1.09k|	receive_len = sizeof(*life_cycle);
 1035|  1.09k|	receive_buf = (u8 *)life_cycle;
 1036|  1.09k|	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_LIFE_CYCLE, 0, 0,
  ------------------
  |  |   72|  1.09k|#define COOLKEY_CLASS           0xb0
  ------------------
              	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_LIFE_CYCLE, 0, 0,
  ------------------
  |  |   78|  1.09k|#define COOLKEY_INS_GET_LIFE_CYCLE             0xf2
  ------------------
 1037|  1.09k|			NULL, 0, &receive_buf, &receive_len, NULL, 0);
 1038|  1.09k|	if (len == sizeof(*life_cycle)) {
  ------------------
  |  Branch (1038:6): [True: 1.01k, False: 79]
  ------------------
 1039|  1.01k|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.01k|#define SC_SUCCESS				0
  ------------------
 1040|  1.01k|	}
 1041|       |
 1042|     79|	receive_len = 1;
 1043|     79|	receive_buf = &life_cycle->life_cycle;
 1044|     79|	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_LIFE_CYCLE, 0, 0,
  ------------------
  |  |   72|     79|#define COOLKEY_CLASS           0xb0
  ------------------
              	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_LIFE_CYCLE, 0, 0,
  ------------------
  |  |   78|     79|#define COOLKEY_INS_GET_LIFE_CYCLE             0xf2
  ------------------
 1045|     79|			NULL, 0, &receive_buf, &receive_len, NULL, 0);
 1046|     79|	if (len < 0) { /* Error from the trasmittion */
  ------------------
  |  Branch (1046:6): [True: 64, False: 15]
  ------------------
 1047|     64|		return len;
 1048|     64|	}
 1049|     15|	if (len != 1) { /* The returned data is invalid */
  ------------------
  |  Branch (1049:6): [True: 2, False: 13]
  ------------------
 1050|      2|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      2|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1051|      2|	}
 1052|     13|	receive_len = sizeof(status);
 1053|     13|	receive_buf = (u8 *)&status;
 1054|     13|	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_STATUS, 0, 0,
  ------------------
  |  |   72|     13|#define COOLKEY_CLASS           0xb0
  ------------------
              	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_STATUS, 0, 0,
  ------------------
  |  |   79|     13|#define COOLKEY_INS_GET_STATUS                 0x3c
  ------------------
 1055|     13|			NULL, 0, &receive_buf, &receive_len, NULL, 0);
 1056|     13|	if (len < 0) { /* Error from the trasmittion */
  ------------------
  |  Branch (1056:6): [True: 7, False: 6]
  ------------------
 1057|      7|		return len;
 1058|      7|	}
 1059|      6|	if (len != sizeof(status)) { /* The returned data is invalid */
  ------------------
  |  Branch (1059:6): [True: 4, False: 2]
  ------------------
 1060|      4|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      4|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1061|      4|	}
 1062|      2|	life_cycle->protocol_version_major = status.protocol_version_major;
 1063|      2|	life_cycle->protocol_version_minor = status.protocol_version_minor;
 1064|      2|	life_cycle->pin_count = status.pin_count;
 1065|      2|	return SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
 1066|      6|}
card-coolkey.c:coolkey_list_object:
 2135|  11.5k|{
 2136|  11.5k|	u8 *rbuf = (u8 *) object_info;
 2137|  11.5k|	size_t rbuflen = sizeof(*object_info);
 2138|       |
 2139|  11.5k|	return coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_LIST_OBJECTS, seq, 0,
  ------------------
  |  |   72|  11.5k|#define COOLKEY_CLASS           0xb0
  ------------------
              	return coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_LIST_OBJECTS, seq, 0,
  ------------------
  |  |   81|  11.5k|#define COOLKEY_INS_LIST_OBJECTS               0x58
  ------------------
 2140|  11.5k|			NULL, 0, &rbuf, &rbuflen, NULL, 0);
 2141|       |
 2142|  11.5k|}
card-coolkey.c:coolkey_process_combined_object:
 2000|    210|{
 2001|    210|	coolkey_combined_header_t *header = (coolkey_combined_header_t *)object;
 2002|    210|	unsigned short compressed_offset;
 2003|    210|	unsigned short compressed_length;
 2004|    210|	unsigned short compressed_type;
 2005|    210|	size_t object_offset;
 2006|    210|	unsigned short object_count;
 2007|    210|	coolkey_decompressed_header_t *decompressed_header;
 2008|    210|	u8 *decompressed_object = NULL;
 2009|    210|	size_t decompressed_object_len = 0;
 2010|    210|	int free_decompressed = 0;
 2011|    210|	int i, r;
 2012|       |
 2013|    210|	if (object_length < sizeof(coolkey_combined_header_t)) {
  ------------------
  |  Branch (2013:6): [True: 2, False: 208]
  ------------------
 2014|      2|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      2|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2015|      2|	}
 2016|    208|	compressed_offset = bebytes2ushort(header->compression_offset);
 2017|    208|	compressed_length = bebytes2ushort(header->compression_length);
 2018|    208|	compressed_type   = bebytes2ushort(header->compression_type);
 2019|       |
 2020|    208|	if ((((size_t)compressed_offset) + (size_t)compressed_length) >  object_length) {
  ------------------
  |  Branch (2020:6): [True: 7, False: 201]
  ------------------
 2021|      7|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      7|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2022|      7|	}
 2023|       |
 2024|       |	/* store the CUID */
 2025|    201|	memcpy(&priv->cuid, &header->cuid, sizeof(priv->cuid));
 2026|       |
 2027|    201|	if (compressed_type == COOLKEY_COMPRESSION_ZLIB) {
  ------------------
  |  |  180|    201|#define COOLKEY_COMPRESSION_ZLIB 1
  ------------------
  |  Branch (2027:6): [True: 148, False: 53]
  ------------------
 2028|    148|#ifdef ENABLE_ZLIB
 2029|    148|		r = sc_decompress_alloc(&decompressed_object, &decompressed_object_len, &object[compressed_offset], compressed_length, COMPRESSION_AUTO);
  ------------------
  |  |   26|    148|#define COMPRESSION_AUTO	0
  ------------------
 2030|    148|		if (r)
  ------------------
  |  Branch (2030:7): [True: 16, False: 132]
  ------------------
 2031|     16|			goto done;
 2032|    132|		free_decompressed = 1;
 2033|       |#else
 2034|       |		sc_log(card->ctx, "Coolkey compression not supported, no zlib");
 2035|       |		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
 2036|       |#endif
 2037|    132|	}  else {
 2038|     53|		decompressed_object =&object[compressed_offset];
 2039|     53|		decompressed_object_len = (size_t) compressed_length;
 2040|     53|	}
 2041|       |
 2042|    185|	decompressed_header = (coolkey_decompressed_header_t *)decompressed_object;
 2043|       |
 2044|    185|	if (decompressed_object_len < sizeof(coolkey_decompressed_header_t)) {
  ------------------
  |  Branch (2044:6): [True: 12, False: 173]
  ------------------
 2045|     12|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     12|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2046|     12|		goto done;
 2047|     12|	}
 2048|    173|	object_offset = bebytes2ushort(decompressed_header->object_offset);
 2049|    173|	object_count = bebytes2ushort(decompressed_header->object_count);
 2050|       |
 2051|       |
 2052|       |	/*
 2053|       |	 * using 2 different tests here so we can log different errors if logging is
 2054|       |	 * turned on.
 2055|       |	 */
 2056|       |	/* make sure token_name doesn't overrun the buffer */
 2057|    173|	if (decompressed_header->token_name_length +
  ------------------
  |  Branch (2057:6): [True: 0, False: 173]
  ------------------
 2058|    173|		offsetof(coolkey_decompressed_header_t, token_name) > decompressed_object_len) {
 2059|      0|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      0|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2060|      0|		goto done;
 2061|      0|	}
 2062|       |	/* make sure it doesn't overlap the object space */
 2063|    173|	if (decompressed_header->token_name_length +
  ------------------
  |  Branch (2063:6): [True: 6, False: 167]
  ------------------
 2064|    173|		offsetof(coolkey_decompressed_header_t, token_name) > object_offset) {
 2065|      6|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      6|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2066|      6|		goto done;
 2067|      6|	}
 2068|       |
 2069|       |	/* store the token name in the priv structure so the emulator can set it */
 2070|    167|	free(priv->token_name);
 2071|    167|	priv->token_name = malloc(decompressed_header->token_name_length+1);
 2072|    167|	if (priv->token_name == NULL) {
  ------------------
  |  Branch (2072:6): [True: 0, False: 167]
  ------------------
 2073|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2074|      0|		goto done;
 2075|      0|	}
 2076|    167|	memcpy(priv->token_name, &decompressed_header->token_name[0],
 2077|    167|							decompressed_header->token_name_length);
 2078|    167|	priv->token_name[decompressed_header->token_name_length] = '\0';
 2079|    167|	priv->token_name_length = decompressed_header->token_name_length;
 2080|       |
 2081|    167|	if (object_count > decompressed_object_len / sizeof(coolkey_combined_object_header_t)) {
  ------------------
  |  Branch (2081:6): [True: 18, False: 149]
  ------------------
 2082|     18|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     18|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2083|     18|		goto done;
 2084|     18|	}
 2085|       |
 2086|    954|	for (i=0; i < object_count; i++) {
  ------------------
  |  Branch (2086:12): [True: 822, False: 132]
  ------------------
 2087|    822|		u8 *current_object = NULL;
 2088|    822|		coolkey_combined_object_header_t *object_header = NULL;
 2089|    822|		unsigned long object_id;
 2090|    822|		int current_object_len;
 2091|       |
 2092|       |		/* Can we read the object header at all? */
 2093|    822|		if ((object_offset + sizeof(coolkey_combined_object_header_t)) > decompressed_object_len) {
  ------------------
  |  Branch (2093:7): [True: 15, False: 807]
  ------------------
 2094|     15|			r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     15|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2095|     15|			goto done;
 2096|     15|		}
 2097|       |
 2098|    807|		current_object = &decompressed_object[object_offset];
 2099|    807|		object_header = (coolkey_combined_object_header_t *)current_object;
 2100|       |
 2101|       |		/* Parse object ID */
 2102|    807|		object_id = bebytes2ulong(object_header->object_id);
 2103|       |
 2104|       |		/* figure out how big it is */
 2105|    807|		r = coolkey_v1_get_object_length(current_object, decompressed_object_len-object_offset);
 2106|    807|		if (r < 0) {
  ------------------
  |  Branch (2106:7): [True: 0, False: 807]
  ------------------
 2107|      0|			goto done;
 2108|      0|		}
 2109|    807|		if ((size_t)r + object_offset > decompressed_object_len) {
  ------------------
  |  Branch (2109:7): [True: 0, False: 807]
  ------------------
 2110|      0|			r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      0|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2111|      0|			goto done;
 2112|      0|		}
 2113|    807|		current_object_len = r;
 2114|    807|		object_offset += current_object_len;
 2115|       |
 2116|       |		/* record this object */
 2117|    807|		sc_log(card->ctx, "Add new object id=%ld", object_id);
  ------------------
  |  |   71|    807|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2118|    807|		r = coolkey_add_object(priv, object_id, current_object, current_object_len, 1);
 2119|    807|		if (r) {
  ------------------
  |  Branch (2119:7): [True: 2, False: 805]
  ------------------
 2120|      2|			goto done;
 2121|      2|		}
 2122|       |
 2123|    807|	}
 2124|    132|	r = SC_SUCCESS;
  ------------------
  |  |   28|    132|#define SC_SUCCESS				0
  ------------------
 2125|       |
 2126|    201|done:
 2127|    201|	if (free_decompressed) {
  ------------------
  |  Branch (2127:6): [True: 132, False: 69]
  ------------------
 2128|    132|		free(decompressed_object);
 2129|    132|	}
 2130|    201|	return r;
 2131|    132|}
card-coolkey.c:coolkey_v1_get_object_length:
  706|    807|{
  707|    807|	coolkey_combined_object_header_t *object_head = (coolkey_combined_object_header_t *) obj;
  708|    807|	int attribute_count;
  709|    807|	u8 *current_attribute;
  710|    807|	int j;
  711|    807|	size_t len;
  712|       |
  713|    807|	len = sizeof(coolkey_combined_object_header_t);
  714|    807|	if (buf_len <= len) {
  ------------------
  |  Branch (714:6): [True: 0, False: 807]
  ------------------
  715|      0|		return (int)buf_len;
  716|      0|	}
  717|    807|	attribute_count = bebytes2ushort(object_head->attribute_count);
  718|    807|	buf_len -= len;
  719|       |
  720|   198k|	for (current_attribute = obj + len, j = 0; j < attribute_count; j++) {
  ------------------
  |  Branch (720:45): [True: 197k, False: 807]
  ------------------
  721|   197k|		size_t attribute_len = coolkey_v1_get_attribute_record_len(current_attribute, buf_len);
  722|       |
  723|   197k|		len += attribute_len;
  724|   197k|		current_attribute += attribute_len;
  725|   197k|		buf_len -= attribute_len;
  726|   197k|	}
  727|    807|	return (int)len;
  728|    807|}
card-coolkey.c:coolkey_add_object:
 1959|  11.2k|{
 1960|  11.2k|	sc_cardctl_coolkey_object_t new_object;
 1961|  11.2k|	int r;
 1962|       |
 1963|  11.2k|	memset(&new_object, 0, sizeof(new_object));
 1964|  11.2k|	new_object.path = coolkey_template_path;
 1965|  11.2k|	new_object.path.len = 4;
 1966|  11.2k|	ulong2bebytes(new_object.path.value, object_id);
 1967|  11.2k|	new_object.id = object_id;
 1968|  11.2k|	new_object.length = object_length;
 1969|       |
 1970|       |	/* The object ID needs to be unique */
 1971|  11.2k|	if (coolkey_find_object_by_id(&priv->objects_list, object_id) != NULL) {
  ------------------
  |  Branch (1971:6): [True: 2.93k, False: 8.28k]
  ------------------
 1972|  2.93k|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  2.93k|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1973|  2.93k|	}
 1974|       |
 1975|  8.28k|	if (object_data) {
  ------------------
  |  Branch (1975:6): [True: 805, False: 7.47k]
  ------------------
 1976|    805|		new_object.data = malloc(object_length + add_v1_record);
 1977|    805|		if (new_object.data == NULL) {
  ------------------
  |  Branch (1977:7): [True: 0, False: 805]
  ------------------
 1978|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1979|      0|		}
 1980|    805|		if (add_v1_record) {
  ------------------
  |  Branch (1980:7): [True: 805, False: 0]
  ------------------
 1981|    805|			new_object.data[0] = COOLKEY_V1_OBJECT;
  ------------------
  |  |  229|    805|#define COOLKEY_V1_OBJECT 1
  ------------------
 1982|    805|			new_object.length++;
 1983|    805|		}
 1984|    805|		memcpy(&new_object.data[add_v1_record], object_data, object_length);
 1985|    805|	}
 1986|       |
 1987|  8.28k|	r = coolkey_add_object_to_list(&priv->objects_list, &new_object);
 1988|  8.28k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  8.28k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1988:6): [True: 0, False: 8.28k]
  ------------------
 1989|       |		/* if we didn't successfully put the object on the list,
 1990|       |		 * the data space didn't get adopted. free it before we return */
 1991|      0|		free(new_object.data);
 1992|       |		new_object.data = NULL;
 1993|      0|	}
 1994|  8.28k|	return r;
 1995|  8.28k|}
card-coolkey.c:coolkey_add_object_to_list:
  816|  8.28k|{
  817|  8.28k|	if (list_append(list, object) < 0)
  ------------------
  |  Branch (817:6): [True: 0, False: 8.28k]
  ------------------
  818|      0|		return SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|      0|#define SC_ERROR_UNKNOWN			-1900
  ------------------
  819|  8.28k|	return SC_SUCCESS;
  ------------------
  |  |   28|  8.28k|#define SC_SUCCESS				0
  ------------------
  820|  8.28k|}
card-coolkey.c:coolkey_make_cuid_from_cplc:
 1078|    559|{
 1079|    559|	cuid->ic_fabricator[0]    = cplc_data->ic_fabricator[0];
 1080|    559|	cuid->ic_fabricator[1]    = cplc_data->ic_fabricator[1];
 1081|    559|	cuid->ic_type[0]          = cplc_data->ic_type[0];
 1082|    559|	cuid->ic_type[1]          = cplc_data->ic_type[1];
 1083|    559|	cuid->ic_batch[0]         = cplc_data->ic_batch[0];
 1084|    559|	cuid->ic_batch[1]         = cplc_data->ic_batch[1];
 1085|    559|	cuid->ic_serial_number[0] = cplc_data->ic_serial_number[0];
 1086|    559|	cuid->ic_serial_number[1] = cplc_data->ic_serial_number[1];
 1087|    559|	cuid->ic_serial_number[2] = cplc_data->ic_serial_number[2];
 1088|    559|	cuid->ic_serial_number[3] = cplc_data->ic_serial_number[3];
 1089|    559|}
card-coolkey.c:coolkey_free_private_data:
  793|  1.09k|{
  794|  1.09k|	list_t *l = &priv->objects_list;
  795|  1.09k|	sc_cardctl_coolkey_object_t *o;
  796|       |
  797|       |	/* Clean up the allocated memory in the items */
  798|  1.09k|	list_iterator_start(l);
  799|  9.37k|	while (list_iterator_hasnext(l)) {
  ------------------
  |  Branch (799:9): [True: 8.28k, False: 1.09k]
  ------------------
  800|  8.28k|		o = (sc_cardctl_coolkey_object_t *)list_iterator_next(l);
  801|  8.28k|		free(o->data);
  802|  8.28k|		o->data = NULL;
  803|  8.28k|	}
  804|  1.09k|	list_iterator_stop(l);
  805|       |
  806|  1.09k|	list_destroy(&priv->objects_list);
  807|  1.09k|	free(priv->token_name);
  808|  1.09k|	free(priv);
  809|  1.09k|	return;
  810|  1.09k|}
card-coolkey.c:coolkey_finish:
 1947|    687|{
 1948|    687|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    687|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1949|       |
 1950|    687|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    687|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    687|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    687|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 687]
  |  |  ------------------
  ------------------
 1951|    687|	if (priv) {
  ------------------
  |  Branch (1951:6): [True: 687, False: 0]
  ------------------
 1952|    687|		coolkey_free_private_data(priv);
 1953|    687|	}
 1954|    687|	return SC_SUCCESS;
  ------------------
  |  |   28|    687|#define SC_SUCCESS				0
  ------------------
 1955|    687|}
card-coolkey.c:coolkey_select_file:
 1900|  2.72k|{
 1901|  2.72k|	int r;
 1902|  2.72k|	struct sc_file *file = NULL;
 1903|  2.72k|	coolkey_private_data_t *priv;
 1904|  2.72k|	unsigned long object_id;
 1905|       |
 1906|  2.72k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (1906:6): [True: 0, False: 2.72k]
  |  Branch (1906:22): [True: 0, False: 2.72k]
  ------------------
 1907|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1908|       |
 1909|  2.72k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.72k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.72k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.72k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.72k]
  |  |  ------------------
  ------------------
 1910|       |
 1911|  2.72k|	priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  2.72k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1912|       |
 1913|  2.72k|	if (in_path->len != 4) {
  ------------------
  |  Branch (1913:6): [True: 1, False: 2.72k]
  ------------------
 1914|      1|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|      1|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1915|      1|	}
 1916|  2.72k|	r = coolkey_select_applet(card);
 1917|  2.72k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  2.72k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1917:6): [True: 1.87k, False: 851]
  ------------------
 1918|  1.87k|		return r;
 1919|  1.87k|	}
 1920|    851|	object_id = bebytes2ulong(in_path->value);
 1921|    851|	priv->obj = coolkey_find_object_by_id(&priv->objects_list, object_id);
 1922|    851|	if (priv->obj == NULL) {
  ------------------
  |  Branch (1922:6): [True: 536, False: 315]
  ------------------
 1923|    536|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|    536|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1924|    536|	}
 1925|       |
 1926|    315|	priv->key_id = COOLKEY_INVALID_KEY;
  ------------------
  |  |  110|    315|#define COOLKEY_INVALID_KEY        0xff00
  ------------------
 1927|    315|	if (coolkey_class(object_id) == COOLKEY_KEY_CLASS) {
  ------------------
  |  |  111|    315|#define COOLKEY_KEY_CLASS			'k'
  ------------------
  |  Branch (1927:6): [True: 297, False: 18]
  ------------------
 1928|    297|		priv->key_id = coolkey_get_key_id(object_id);
 1929|    297|	}
 1930|    315|	if (file_out) {
  ------------------
  |  Branch (1930:6): [True: 4, False: 311]
  ------------------
 1931|      4|		file = sc_file_new();
 1932|      4|		if (file == NULL)
  ------------------
  |  Branch (1932:7): [True: 0, False: 4]
  ------------------
 1933|      4|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1934|      4|		file->path = *in_path;
 1935|       |		/* this could be like the FCI */
 1936|      4|		file->type =  SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      4|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1937|      4|		file->shareable = 0;
 1938|      4|		file->ef_structure = 0;
 1939|      4|		file->size = priv->obj->length;
 1940|      4|		*file_out = file;
 1941|      4|	}
 1942|       |
 1943|    315|	return SC_SUCCESS;
  ------------------
  |  |   28|    315|#define SC_SUCCESS				0
  ------------------
 1944|    315|}
card-coolkey.c:coolkey_class:
 1873|    315|static u8 coolkey_class(unsigned long object_id) {
 1874|    315|	return (object_id >> 24) & 0xff;
 1875|    315|}
card-coolkey.c:coolkey_get_key_id:
 1877|    297|static unsigned short coolkey_get_key_id(unsigned long object_id) {
 1878|    297|	char char_index = (object_id >> 16) & 0xff;
 1879|    297|	if (char_index >= '0' && char_index <= '9') {
  ------------------
  |  Branch (1879:6): [True: 284, False: 13]
  |  Branch (1879:27): [True: 214, False: 70]
  ------------------
 1880|    214|		return (u8)(char_index - '0');
 1881|    214|	}
 1882|     83|	if (char_index >= 'A' && char_index <= 'Z') {
  ------------------
  |  Branch (1882:6): [True: 70, False: 13]
  |  Branch (1882:27): [True: 50, False: 20]
  ------------------
 1883|     50|		return (u8)(char_index - 'A' + 10);
 1884|     50|	}
 1885|     33|	if (char_index >= 'a' && char_index <= 'z') {
  ------------------
  |  Branch (1885:6): [True: 20, False: 13]
  |  Branch (1885:27): [True: 14, False: 6]
  ------------------
 1886|     14|		return (u8)(char_index - 'a' + 26 + 10);
 1887|     14|	}
 1888|     19|	return COOLKEY_INVALID_KEY;
  ------------------
  |  |  110|     19|#define COOLKEY_INVALID_KEY        0xff00
  ------------------
 1889|     33|}
card-coolkey.c:coolkey_read_binary:
 1180|      3|{
 1181|      3|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|      3|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1182|      3|	int r = 0;
 1183|      3|	size_t len;
 1184|      3|	u8 *data = NULL;
 1185|       |
 1186|      3|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|      3|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|      3|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|      3|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3]
  |  |  ------------------
  ------------------
 1187|      3|	if (idx > priv->obj->length) {
  ------------------
  |  Branch (1187:6): [True: 0, False: 3]
  ------------------
 1188|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_END_REACHED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1189|      0|	}
 1190|       |
 1191|       |	/* if we've already read the data, just return it */
 1192|      3|	if (priv->obj->data) {
  ------------------
  |  Branch (1192:6): [True: 0, False: 3]
  ------------------
 1193|      0|		sc_log(card->ctx, "returning cached value idx=%u count=%zu", idx, count);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1194|      0|		len = MIN(count, priv->obj->length-idx);
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1195|      0|		memcpy(buf, &priv->obj->data[idx], len);
 1196|      0|		LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1197|      0|	}
 1198|       |
 1199|      3|	sc_log(card->ctx, "clearing cache idx=%u count=%zu", idx, count);
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1200|       |
 1201|      3|	data = malloc(priv->obj->length);
 1202|      3|	if (data == NULL) {
  ------------------
  |  Branch (1202:6): [True: 0, False: 3]
  ------------------
 1203|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1204|      0|		goto done;
 1205|      0|	}
 1206|       |
 1207|       |
 1208|      3|	r = coolkey_read_object(card, priv->obj->id, 0, data, priv->obj->length,
 1209|      3|		priv->nonce, sizeof(priv->nonce));
 1210|      3|	if (r < 0)
  ------------------
  |  Branch (1210:6): [True: 2, False: 1]
  ------------------
 1211|      2|		goto done;
 1212|       |
 1213|      1|	if ((size_t) r != priv->obj->length) {
  ------------------
  |  Branch (1213:6): [True: 0, False: 1]
  ------------------
 1214|      0|		priv->obj->length = r;
 1215|      0|	}
 1216|       |
 1217|       |
 1218|       |	/* OK we've read the data, now copy the required portion out to the callers buffer */
 1219|      1|	len = MIN(count, priv->obj->length-idx);
  ------------------
  |  |   70|      1|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 1]
  |  |  ------------------
  ------------------
 1220|      1|	memcpy(buf, &data[idx], len);
 1221|      1|	r = (int)len;
 1222|       |	/* cache the data in the object */
 1223|      1|	priv->obj->data=data;
 1224|      1|	data = NULL;
 1225|       |
 1226|      3|done:
 1227|      3|	if (data)
  ------------------
  |  Branch (1227:6): [True: 2, False: 1]
  ------------------
 1228|      2|		free(data);
 1229|      3|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      2|	} else { \
  |  |  |  |  159|      1|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      1|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      1|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1230|      3|}
card-coolkey.c:coolkey_set_security_env:
 1626|    310|{
 1627|    310|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    310|#define SC_SUCCESS				0
  ------------------
 1628|    310|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    310|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1629|       |
 1630|    310|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    310|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    310|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    310|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 310]
  |  |  ------------------
  ------------------
 1631|       |
 1632|    310|	sc_log(card->ctx, "flags=%08lx op=%d alg=%lu algf=%08lx algr=%08lx kr0=%02x, krfl=%zu",
  ------------------
  |  |   71|    310|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1633|    310|			env->flags, env->operation, env->algorithm, env->algorithm_flags, env->algorithm_ref,
 1634|    310|			env->key_ref[0], env->key_ref_len);
 1635|       |
 1636|    310|	if ((env->algorithm != SC_ALGORITHM_RSA) && (env->algorithm != SC_ALGORITHM_EC)) {
  ------------------
  |  |   69|    310|#define SC_ALGORITHM_RSA		0
  ------------------
              	if ((env->algorithm != SC_ALGORITHM_RSA) && (env->algorithm != SC_ALGORITHM_EC)) {
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1636:6): [True: 0, False: 310]
  |  Branch (1636:46): [True: 0, False: 0]
  ------------------
 1637|      0|		 r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 1638|      0|	}
 1639|    310|	priv->algorithm = env->algorithm;
 1640|    310|	priv->operation = env->operation;
 1641|       |
 1642|    310|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    310|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    310|	int _ret = r; \
  |  |  155|    310|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 310, False: 0]
  |  |  ------------------
  |  |  156|    310|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 310]
  |  |  ------------------
  |  |  157|    310|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    310|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    310|	return _ret; \
  |  |  163|    310|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1643|    310|}
card-coolkey.c:coolkey_compute_crypt:
 1852|    310|{
 1853|    310|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    310|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1854|    310|	int r;
 1855|    310|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    310|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    310|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    310|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 310]
  |  |  ------------------
  ------------------
 1856|       |
 1857|    310|	switch (priv->algorithm) {
 1858|    310|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|    310|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1858:2): [True: 310, False: 0]
  ------------------
 1859|    310|		r = coolkey_rsa_op(card, data, datalen, out, outlen);
 1860|    310|		break;
 1861|      0|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1861:2): [True: 0, False: 310]
  ------------------
 1862|      0|		r = coolkey_ecc_op(card, data, datalen, out, outlen);
 1863|      0|		break;
 1864|      0|	default:
  ------------------
  |  Branch (1864:2): [True: 0, False: 310]
  ------------------
 1865|      0|		r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 1866|      0|		break;
 1867|    310|	}
 1868|       |
 1869|    310|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    310|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    310|	int _ret = r; \
  |  |  155|    310|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 299, False: 11]
  |  |  ------------------
  |  |  156|    299|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    289|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 289, False: 10]
  |  |  ------------------
  |  |  157|    299|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    299|	} else { \
  |  |  159|     11|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     11|			"returning with: %d\n", _ret); \
  |  |  161|     11|	} \
  |  |  162|    310|	return _ret; \
  |  |  163|    310|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1870|    310|}
card-coolkey.c:coolkey_rsa_op:
 1674|    310|{
 1675|    310|	int r;
 1676|    310|	u8 **crypt_out_p = NULL;
 1677|    310|	size_t crypt_out_len_p = 0;
 1678|    310|	coolkey_private_data_t *priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    310|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1679|    310|	coolkey_compute_crypt_params_t params;
 1680|    310|	u8 key_number;
 1681|    310|	size_t params_len;
 1682|    310|	u8 buf[MAX_COMPUTE_BUF + 2];
 1683|    310|	size_t buf_len;
 1684|    310|	u8 *buf_out;
 1685|       |
 1686|    310|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    310|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    310|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    310|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 310]
  |  |  ------------------
  ------------------
 1687|    310|	sc_log(card->ctx, "datalen=%zu outlen=%zu\n", datalen, max_out_len);
  ------------------
  |  |   71|    310|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1688|       |
 1689|    310|	if (datalen > 0xFFFF) {
  ------------------
  |  Branch (1689:6): [True: 0, False: 310]
  ------------------
 1690|      0|		r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1691|      0|		goto done;
 1692|      0|	}
 1693|       |
 1694|    310|	if (priv->key_id > 0xff) {
  ------------------
  |  Branch (1694:6): [True: 32, False: 278]
  ------------------
 1695|     32|		r = SC_ERROR_NO_DEFAULT_KEY;
  ------------------
  |  |  106|     32|#define SC_ERROR_NO_DEFAULT_KEY			-1504
  ------------------
 1696|     32|		goto done;
 1697|     32|	}
 1698|    278|	key_number = priv->key_id;
 1699|       |
 1700|    278|	memset(&params, 0, sizeof(params));
 1701|    278|	params.init.mode = COOLKEY_CRYPT_MODE_RSA_NO_PAD;
  ------------------
  |  |   98|    278|#define COOLKEY_CRYPT_MODE_RSA_NO_PAD    0x00
  ------------------
 1702|    278|	params.init.direction = COOLKEY_CRYPT_DIRECTION_ENCRYPT; /* for no pad, direction is irrelevant */
  ------------------
  |  |  101|    278|#define COOLKEY_CRYPT_DIRECTION_ENCRYPT  0x03
  ------------------
 1703|       |
 1704|       |	/* send the data to the card if necessary */
 1705|    278|	if (datalen > MAX_COMPUTE_BUF) {
  ------------------
  |  | 1653|    278|#define MAX_COMPUTE_BUF 200
  ------------------
  |  Branch (1705:6): [True: 138, False: 140]
  ------------------
 1706|       |		/* We need to write data to special object on the card as it does not safely fit APDU */
 1707|    138|		u8 len_buf[2];
 1708|       |
 1709|    138|		params.init.location = COOLKEY_CRYPT_LOCATION_DL_OBJECT;
  ------------------
  |  |  100|    138|#define COOLKEY_CRYPT_LOCATION_DL_OBJECT 0x02
  ------------------
 1710|       |
 1711|    138|		params_len = sizeof(params.init);
 1712|       |
 1713|    138|		ushort2bebytes(len_buf, datalen);
 1714|       |
 1715|    138|		r = coolkey_write_object(card, COOLKEY_DL_OBJECT_ID, 0, len_buf, sizeof(len_buf),
  ------------------
  |  |  108|    138|#define COOLKEY_DL_OBJECT_ID       0xffffffff
  ------------------
 1716|    138|					priv->nonce, sizeof(priv->nonce));
 1717|    138|		if (r < 0) {
  ------------------
  |  Branch (1717:7): [True: 14, False: 124]
  ------------------
 1718|     14|			goto done;
 1719|     14|		}
 1720|       |
 1721|    124|		r = coolkey_write_object(card, COOLKEY_DL_OBJECT_ID, 2, data, datalen, priv->nonce, sizeof(priv->nonce));
  ------------------
  |  |  108|    124|#define COOLKEY_DL_OBJECT_ID       0xffffffff
  ------------------
 1722|    124|		if (r < 0) {
  ------------------
  |  Branch (1722:7): [True: 55, False: 69]
  ------------------
 1723|     55|			goto done;
 1724|     55|		}
 1725|     69|		ushort2bebytes(params.init.buf_len, 0);
 1726|    140|	} else {
 1727|       |		/* The data fits in APDU. Copy it to the params object */
 1728|    140|		params.init.location = COOLKEY_CRYPT_LOCATION_APDU;
  ------------------
  |  |   99|    140|#define COOLKEY_CRYPT_LOCATION_APDU      0x01
  ------------------
 1729|       |
 1730|    140|		params_len = sizeof(params.init) + datalen;
 1731|       |
 1732|    140|		buf_out = &buf[0];
 1733|    140|		crypt_out_p = &buf_out;
 1734|    140|		buf_len = sizeof(buf);
 1735|    140|		crypt_out_len_p = buf_len;
 1736|       |
 1737|    140|		ushort2bebytes(params.init.buf_len, datalen);
 1738|    140|		memcpy(params.buf, data, datalen);
 1739|    140|	}
 1740|       |
 1741|    209|	r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_COMPUTE_CRYPT,
  ------------------
  |  |   72|    209|#define COOLKEY_CLASS           0xb0
  ------------------
              	r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_COMPUTE_CRYPT,
  ------------------
  |  |   84|    209|#define COOLKEY_INS_COMPUTE_CRYPT              0x36
  ------------------
 1742|    209|			key_number, COOLKEY_CRYPT_ONE_STEP, (u8 *)&params, params_len,
  ------------------
  |  |   96|    209|#define COOLKEY_CRYPT_ONE_STEP 4
  ------------------
 1743|    209|			crypt_out_p, &crypt_out_len_p, priv->nonce, sizeof(priv->nonce));
 1744|    209|	if (r < 0) {
  ------------------
  |  Branch (1744:6): [True: 44, False: 165]
  ------------------
 1745|     44|		goto done;
 1746|     44|	}
 1747|    165|	buf_len = crypt_out_len_p;
 1748|       |
 1749|    165|	if (datalen > MAX_COMPUTE_BUF) {
  ------------------
  |  | 1653|    165|#define MAX_COMPUTE_BUF 200
  ------------------
  |  Branch (1749:6): [True: 59, False: 106]
  ------------------
 1750|     59|		u8 len_buf[2];
 1751|     59|		size_t out_length;
 1752|       |
 1753|     59|		r = coolkey_read_object(card, COOLKEY_DL_OBJECT_ID, 0, len_buf, sizeof(len_buf),
  ------------------
  |  |  108|     59|#define COOLKEY_DL_OBJECT_ID       0xffffffff
  ------------------
 1754|     59|					priv->nonce, sizeof(priv->nonce));
 1755|     59|		if (r < 0) {
  ------------------
  |  Branch (1755:7): [True: 35, False: 24]
  ------------------
 1756|     35|			goto done;
 1757|     35|		}
 1758|       |
 1759|     24|		out_length = bebytes2ushort(len_buf);
 1760|     24|		out_length = MIN(out_length,max_out_len);
  ------------------
  |  |   70|     24|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 23, False: 1]
  |  |  ------------------
  ------------------
 1761|       |
 1762|     24|		r = coolkey_read_object(card, COOLKEY_DL_OBJECT_ID, sizeof(len_buf), out, out_length,
  ------------------
  |  |  108|     24|#define COOLKEY_DL_OBJECT_ID       0xffffffff
  ------------------
 1763|     24|					priv->nonce, sizeof(priv->nonce));
 1764|       |
 1765|    106|	} else {
 1766|    106|		size_t out_length;
 1767|    106|		if (buf_len < 2) {
  ------------------
  |  Branch (1767:7): [True: 53, False: 53]
  ------------------
 1768|     53|			r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     53|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 1769|     53|			goto done;
 1770|     53|		}
 1771|     53|		out_length = bebytes2ushort(buf);
 1772|     53|		if (out_length > (buf_len - 2)) {
  ------------------
  |  Branch (1772:7): [True: 40, False: 13]
  ------------------
 1773|     40|			r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     40|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 1774|     40|			goto done;
 1775|     40|		}
 1776|     13|		out_length = MIN(out_length, max_out_len);
  ------------------
  |  |   70|     13|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 13, False: 0]
  |  |  ------------------
  ------------------
 1777|     13|		memcpy(out, buf + 2, out_length);
 1778|     13|		r = (int)out_length;
 1779|     13|	}
 1780|       |
 1781|    310|done:
 1782|    310|	return r;
 1783|    165|}
card-coolkey.c:coolkey_write_object:
 1139|    262|{
 1140|    262|	coolkey_write_object_param_t params;
 1141|    262|	size_t operation_len;
 1142|    262|	size_t left = buf_len;
 1143|    262|	int r;
 1144|    262|	size_t max_operation_len;
 1145|       |
 1146|       |	/* set limit for the card's maximum send size and short write */
 1147|    262|	max_operation_len = MIN(COOLKEY_MAX_CHUNK_SIZE, (card->max_send_size - sizeof(coolkey_read_object_param_t) - nonce_size));
  ------------------
  |  |   70|    262|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 262]
  |  |  ------------------
  ------------------
 1148|       |
 1149|    262|	ulong2bebytes(&params.head.object_id[0], object_id);
 1150|       |
 1151|  2.15k|	do {
 1152|  2.15k|		ulong2bebytes(&params.head.offset[0], offset);
 1153|  2.15k|		operation_len = MIN(left, max_operation_len);
  ------------------
  |  |   70|  2.15k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 221, False: 1.93k]
  |  |  ------------------
  ------------------
 1154|  2.15k|		params.head.length = operation_len;
 1155|  2.15k|		memcpy(params.buf, buf, operation_len);
 1156|  2.15k|		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_WRITE_OBJECT, 0, 0,
  ------------------
  |  |   72|  2.15k|#define COOLKEY_CLASS           0xb0
  ------------------
              		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_WRITE_OBJECT, 0, 0,
  ------------------
  |  |   89|  2.15k|#define COOLKEY_INS_WRITE_OBJECT               0x54
  ------------------
 1157|  2.15k|			(u8 *)&params, sizeof(params.head)+operation_len, NULL, 0, nonce, nonce_size);
 1158|  2.15k|		if (r < 0) {
  ------------------
  |  Branch (1158:7): [True: 69, False: 2.08k]
  ------------------
 1159|     69|			goto fail;
 1160|     69|		}
 1161|  2.08k|		buf += operation_len;
 1162|  2.08k|		offset += operation_len;
 1163|  2.08k|		left -= operation_len;
 1164|  2.08k|	} while (left != 0);
  ------------------
  |  Branch (1164:11): [True: 1.89k, False: 193]
  ------------------
 1165|       |
 1166|    193|	return (int)(buf_len - left);
 1167|       |
 1168|     69|fail:
 1169|     69|	return r;
 1170|    262|}
card-coolkey.c:coolkey_card_ctl:
 1581|  73.3k|{
 1582|  73.3k|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  73.3k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1583|       |
 1584|  73.3k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  73.3k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  73.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  73.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  73.3k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 73.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1585|  73.3k|	sc_log(card->ctx, "cmd=%ld ptr=%p", cmd, ptr);
  ------------------
  |  |   71|  73.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1586|       |
 1587|  73.3k|	if (priv == NULL) {
  ------------------
  |  Branch (1587:6): [True: 0, False: 73.3k]
  ------------------
 1588|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1589|      0|	}
 1590|  73.3k|	switch(cmd) {
  ------------------
  |  Branch (1590:9): [True: 73.3k, False: 0]
  ------------------
 1591|      0|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1591:3): [True: 0, False: 73.3k]
  ------------------
 1592|      0|			return coolkey_get_serial_nr_from_CUID(card, (sc_serial_number_t *) ptr);
 1593|    687|		case SC_CARDCTL_COOLKEY_GET_TOKEN_INFO:
  ------------------
  |  Branch (1593:3): [True: 687, False: 72.6k]
  ------------------
 1594|    687|			return coolkey_get_token_info(card, (sc_pkcs15_tokeninfo_t *) ptr);
 1595|  2.48k|		case SC_CARDCTL_COOLKEY_FIND_OBJECT:
  ------------------
  |  Branch (1595:3): [True: 2.48k, False: 70.8k]
  ------------------
 1596|  2.48k|			return coolkey_find_object(card, (sc_cardctl_coolkey_find_object_t *)ptr);
 1597|    687|		case SC_CARDCTL_COOLKEY_INIT_GET_OBJECTS:
  ------------------
  |  Branch (1597:3): [True: 687, False: 72.6k]
  ------------------
 1598|    687|			return coolkey_get_init_and_get_count(&priv->objects_list, (int *)ptr);
 1599|  7.42k|		case SC_CARDCTL_COOLKEY_GET_NEXT_OBJECT:
  ------------------
  |  Branch (1599:3): [True: 7.42k, False: 65.9k]
  ------------------
 1600|  7.42k|			return coolkey_fetch_object(&priv->objects_list, (sc_cardctl_coolkey_object_t *)ptr);
 1601|    687|		case SC_CARDCTL_COOLKEY_FINAL_GET_OBJECTS:
  ------------------
  |  Branch (1601:3): [True: 687, False: 72.6k]
  ------------------
 1602|    687|			return coolkey_final_iterator(&priv->objects_list);
 1603|  61.4k|		case SC_CARDCTL_COOLKEY_GET_ATTRIBUTE:
  ------------------
  |  Branch (1603:3): [True: 61.4k, False: 11.9k]
  ------------------
 1604|  61.4k|			return coolkey_find_attribute(card,(sc_cardctl_coolkey_attribute_t *)ptr);
 1605|  73.3k|	}
 1606|       |
 1607|      0|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1608|      0|}
card-coolkey.c:coolkey_get_token_info:
 1326|    687|{
 1327|    687|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    687|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1328|    687|	char *label = NULL;
 1329|    687|	char *manufacturer_id = NULL;
 1330|    687|	char *serial_number = NULL;
 1331|       |
 1332|    687|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    687|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    687|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    687|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    687|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 687]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1333|    687|	label = strdup((char *)priv->token_name);
 1334|    687|	manufacturer_id = coolkey_get_manufacturer(&priv->cuid);
 1335|    687|	serial_number = coolkey_cuid_to_string(&priv->cuid);
 1336|       |
 1337|    687|	if (label && manufacturer_id && serial_number) {
  ------------------
  |  Branch (1337:6): [True: 687, False: 0]
  |  Branch (1337:15): [True: 687, False: 0]
  |  Branch (1337:34): [True: 687, False: 0]
  ------------------
 1338|    687|		free(token_info->label);
 1339|    687|		token_info->label = label;
 1340|    687|		free(token_info->manufacturer_id);
 1341|    687|		token_info->manufacturer_id = manufacturer_id;
 1342|    687|		free(token_info->serial_number);
 1343|    687|		token_info->serial_number = serial_number;
 1344|    687|		return SC_SUCCESS;
  ------------------
  |  |   28|    687|#define SC_SUCCESS				0
  ------------------
 1345|    687|	}
 1346|      0|	free(label);
 1347|      0|	free(manufacturer_id);
 1348|      0|	free(serial_number);
 1349|      0|	return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1350|    687|}
card-coolkey.c:coolkey_get_manufacturer:
 1297|    687|{
 1298|    687|	unsigned short fabricator = bebytes2ushort(cuid->ic_fabricator);
 1299|    687|	int i;
 1300|    687|	char *buf;
 1301|    687|	const char *manufacturer_string = "%04x Unknown";
 1302|    687|	size_t len;
 1303|    687|	int r;
 1304|       |
 1305|  4.09k|	for (i=0; i < manufacturer_list_count; i++) {
  ------------------
  |  Branch (1305:12): [True: 3.43k, False: 668]
  ------------------
 1306|  3.43k|		if (manufacturer_list[i].id == fabricator) {
  ------------------
  |  Branch (1306:7): [True: 19, False: 3.41k]
  ------------------
 1307|     19|			manufacturer_string = manufacturer_list[i].string;
 1308|     19|			break;
 1309|     19|		}
 1310|  3.43k|	}
 1311|    687|	len = strlen(manufacturer_string)+1;
 1312|    687|	buf= malloc(len);
 1313|    687|	if (buf == NULL) {
  ------------------
  |  Branch (1313:6): [True: 0, False: 687]
  ------------------
 1314|      0|		return NULL;
 1315|      0|	}
 1316|    687|	r = snprintf(buf, len, manufacturer_string, fabricator);
 1317|    687|	if (r < 0) {
  ------------------
  |  Branch (1317:6): [True: 0, False: 687]
  ------------------
 1318|      0|		free(buf);
 1319|      0|		return NULL;
 1320|      0|	}
 1321|    687|	return buf;
 1322|    687|}
card-coolkey.c:coolkey_cuid_to_string:
 1272|    687|{
 1273|    687|	char *buf;
 1274|    687|	size_t len = sizeof(coolkey_cuid_t)*2 + 1;
 1275|    687|	buf = malloc(len);
 1276|    687|	if (buf == NULL) {
  ------------------
  |  Branch (1276:6): [True: 0, False: 687]
  ------------------
 1277|      0|		return NULL;
 1278|      0|	}
 1279|    687|	sc_bin_to_hex((u8 *)cuid, sizeof(*cuid), buf, len, 0);
 1280|    687|	return buf;
 1281|    687|}
card-coolkey.c:coolkey_find_object:
 1552|  2.48k|{
 1553|  2.48k|	sc_cardctl_coolkey_object_t *obj = NULL;
 1554|  2.48k|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  2.48k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1555|  2.48k|	int r;
 1556|       |
 1557|  2.48k|	switch (fobj->type) {
 1558|    552|	case SC_CARDCTL_COOLKEY_FIND_BY_ID:
  ------------------
  |  | 1060|    552|#define SC_CARDCTL_COOLKEY_FIND_BY_ID       0
  ------------------
  |  Branch (1558:2): [True: 552, False: 1.93k]
  ------------------
 1559|    552|		obj = coolkey_find_object_by_id(&priv->objects_list, fobj->find_id);
 1560|    552|		break;
 1561|  1.93k|	case SC_CARDCTL_COOLKEY_FIND_BY_TEMPLATE:
  ------------------
  |  | 1061|  1.93k|#define SC_CARDCTL_COOLKEY_FIND_BY_TEMPLATE 1
  ------------------
  |  Branch (1561:2): [True: 1.93k, False: 552]
  ------------------
 1562|  1.93k|		obj = coolkey_find_object_by_template(card, fobj->coolkey_template, fobj->template_count);
 1563|  1.93k|		break;
 1564|      0|	default:
  ------------------
  |  Branch (1564:2): [True: 0, False: 2.48k]
  ------------------
 1565|      0|		break;
 1566|  2.48k|	}
 1567|  2.48k|	if (obj == NULL) {
  ------------------
  |  Branch (1567:6): [True: 1.05k, False: 1.43k]
  ------------------
 1568|  1.05k|		return SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|  1.05k|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
 1569|  1.05k|	}
 1570|  1.43k|	if (obj->data == NULL) {
  ------------------
  |  Branch (1570:6): [True: 79, False: 1.35k]
  ------------------
 1571|     79|		r = coolkey_fill_object(card, obj);
 1572|     79|		if (r < 0) {
  ------------------
  |  Branch (1572:7): [True: 64, False: 15]
  ------------------
 1573|     64|			return r;
 1574|     64|		}
 1575|     79|	}
 1576|  1.37k|	fobj->obj = obj;
 1577|  1.37k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.37k|#define SC_SUCCESS				0
  ------------------
 1578|  1.43k|}
card-coolkey.c:coolkey_get_init_and_get_count:
 1245|    687|{
 1246|    687|	*countp = list_size(list);
 1247|    687|	list_iterator_start(list);
 1248|    687|	return SC_SUCCESS;
  ------------------
  |  |   28|    687|#define SC_SUCCESS				0
  ------------------
 1249|    687|}
card-coolkey.c:coolkey_fetch_object:
 1253|  7.42k|{
 1254|  7.42k|	sc_cardctl_coolkey_object_t *ptr;
 1255|  7.42k|	if (!list_iterator_hasnext(list)) {
  ------------------
  |  Branch (1255:6): [True: 0, False: 7.42k]
  ------------------
 1256|      0|		return SC_ERROR_FILE_END_REACHED;
  ------------------
  |  |   69|      0|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
 1257|      0|	}
 1258|       |
 1259|  7.42k|	ptr = list_iterator_next(list);
 1260|  7.42k|	*coolkey_obj = *ptr;
 1261|  7.42k|	return SC_SUCCESS;
  ------------------
  |  |   28|  7.42k|#define SC_SUCCESS				0
  ------------------
 1262|  7.42k|}
card-coolkey.c:coolkey_final_iterator:
 1266|    687|{
 1267|    687|	list_iterator_stop(list);
 1268|    687|	return SC_SUCCESS;
  ------------------
  |  |   28|    687|#define SC_SUCCESS				0
  ------------------
 1269|    687|}
card-coolkey.c:coolkey_check_sw:
  876|  76.5k|{
  877|  76.5k|	sc_log(card->ctx,
  ------------------
  |  |   71|  76.5k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  878|  76.5k|		"sw1 = 0x%02x, sw2 = 0x%02x\n", sw1, sw2);
  879|       |
  880|  76.5k|	if (sw1 == 0x90 && sw2 == 0x00)
  ------------------
  |  Branch (880:6): [True: 37.0k, False: 39.4k]
  |  Branch (880:21): [True: 34.6k, False: 2.42k]
  ------------------
  881|  34.6k|		return SC_SUCCESS;
  ------------------
  |  |   28|  34.6k|#define SC_SUCCESS				0
  ------------------
  882|       |
  883|  41.8k|	if (sw1 == 0x9c) {
  ------------------
  |  Branch (883:6): [True: 1.06k, False: 40.8k]
  ------------------
  884|  1.06k|		if (sw2 == 0xff) {
  ------------------
  |  Branch (884:7): [True: 22, False: 1.04k]
  ------------------
  885|       |			/* shouldn't happen on a production applet, 0x9cff is a debugging error code */
  886|     22|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     22|#define SC_ERROR_INTERNAL			-1400
  ------------------
  887|     22|		}
  888|  1.04k|		if (sw2 >= coolkey_number_of_error_codes) {
  ------------------
  |  Branch (888:7): [True: 55, False: 986]
  ------------------
  889|     55|			return SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|     55|#define SC_ERROR_UNKNOWN			-1900
  ------------------
  890|     55|		}
  891|    986|		return coolkey_error_codes[sw2].sc_error;
  892|  1.04k|	}
  893|       |
  894|       |	/* iso error */
  895|  40.8k|        return sc_get_iso7816_driver()->ops->check_sw(card, sw1, sw2);
  896|  41.8k|}
card-coolkey.c:coolkey_pin_cmd:
 2349|    735|{
 2350|    735|	int r;
 2351|    735|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    735|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 2352|    735|	size_t rbuflen;
 2353|    735|	u8 *rbuf;
 2354|       |
 2355|       |	/* COOLKEY uses a separate pin from the card pin, managed by the applet.
 2356|       |	 * if we successfully log into coolkey, we will get a nonce, which we append
 2357|       |	 * to our APDUs to authenticate the apdu to the card. This allows coolkey to
 2358|       |	 * maintain separate per application login states without the application
 2359|       |	 * having to cache the pin */
 2360|    735|	switch (data->cmd) {
 2361|    687|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|    687|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (2361:2): [True: 687, False: 48]
  ------------------
 2362|    687|		if (priv->nonce_valid) {
  ------------------
  |  Branch (2362:7): [True: 10, False: 677]
  ------------------
 2363|     10|			data->pin1.logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|     10|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 2364|    677|		} else {
 2365|    677|			data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|    677|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 2366|       |			/* coolkey retries is 100. It's unlikely the pin is block.
 2367|       |			 * instead, coolkey slows down the login command exponentially
 2368|       |			 */
 2369|    677|			data->pin1.tries_left = 0xf;
 2370|    677|		}
 2371|    687|		r = SC_SUCCESS;
  ------------------
  |  |   28|    687|#define SC_SUCCESS				0
  ------------------
 2372|    687|		break;
 2373|       |
 2374|     13|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|     13|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (2374:2): [True: 13, False: 722]
  ------------------
 2375|     26|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|     26|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (2375:2): [True: 13, False: 722]
  ------------------
 2376|       |		/* these 2 commands are currently reserved for TPS */
 2377|     26|	default:
  ------------------
  |  Branch (2377:2): [True: 0, False: 735]
  ------------------
 2378|     26|		r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     26|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2379|     26|		break;
 2380|     22|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|     22|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (2380:2): [True: 22, False: 713]
  ------------------
 2381|       |		/* coolkey applet supports multiple pins, but TPS currently only uses one.
 2382|       |		 * just support the one pin for now (we need an array of nonces to handle
 2383|       |		 * multiple pins) */
 2384|       |		/* coolkey only supports unpadded ascii pins, so no need to format the pin */
 2385|     22|		rbuflen = sizeof(priv->nonce);
 2386|     22|		rbuf = &priv->nonce[0];
 2387|     22|		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_VERIFY_PIN,
  ------------------
  |  |   72|     22|#define COOLKEY_CLASS           0xb0
  ------------------
              		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_VERIFY_PIN,
  ------------------
  |  |   80|     22|#define COOLKEY_INS_VERIFY_PIN                 0x42
  ------------------
 2388|     22|			data->pin_reference, 0, data->pin1.data, data->pin1.len,
 2389|     22|			&rbuf, &rbuflen, NULL, 0);
 2390|     22|		if (r < 0) {
  ------------------
  |  Branch (2390:7): [True: 12, False: 10]
  ------------------
 2391|     12|			break;
 2392|     12|		}
 2393|     10|		priv->nonce_valid = 1;
 2394|     10|		r = SC_SUCCESS;
  ------------------
  |  |   28|     10|#define SC_SUCCESS				0
  ------------------
 2395|    735|	}
 2396|    735|	return r;
 2397|    735|}
card-coolkey.c:coolkey_card_reader_lock_obtained:
 2418|  26.7k|{
 2419|  26.7k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  26.7k|#define SC_SUCCESS				0
  ------------------
 2420|       |
 2421|  26.7k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  26.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  26.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  26.7k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 26.7k]
  |  |  ------------------
  ------------------
 2422|       |
 2423|  26.7k|	if (was_reset > 0) {
  ------------------
  |  Branch (2423:6): [True: 0, False: 26.7k]
  ------------------
 2424|      0|		r = coolkey_select_applet(card);
 2425|      0|	}
 2426|       |
 2427|  26.7k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  26.7k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  26.7k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  26.7k|	int _ret = r; \
  |  |  |  |  155|  26.7k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 26.7k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  26.7k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 26.7k]
  |  |  |  |  ------------------
  |  |  |  |  157|  26.7k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  26.7k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  26.7k|	return _ret; \
  |  |  |  |  163|  26.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2428|  26.7k|}

sc_get_default_driver:
   67|  16.4k|{
   68|  16.4k|	return sc_get_driver();
   69|  16.4k|}
card-default.c:sc_get_driver:
   56|  16.4k|{
   57|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
   58|       |
   59|  16.4k|	default_ops = *iso_drv->ops;
   60|  16.4k|	default_ops.match_card = default_match_card;
   61|  16.4k|	default_ops.init = default_init;
   62|       |
   63|  16.4k|	return &default_drv;
   64|  16.4k|}

dnie_match_card:
  738|  19.2k|{
  739|  19.2k|	int result = 0;
  740|  19.2k|	int matched = -1;
  741|  19.2k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  19.2k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  19.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  19.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  19.2k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 19.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|  19.2k|	matched = _sc_match_atr(card, dnie_atrs, &card->type);
  743|  19.2k|	result = (matched >= 0) ? 1 : 0;
  ------------------
  |  Branch (743:11): [True: 1.45k, False: 17.7k]
  ------------------
  744|  19.2k|	LOG_FUNC_RETURN(card->ctx, result);
  ------------------
  |  |  164|  19.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  19.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  19.2k|	int _ret = r; \
  |  |  |  |  155|  19.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 17.7k, False: 1.45k]
  |  |  |  |  ------------------
  |  |  |  |  156|  17.7k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 17.7k]
  |  |  |  |  ------------------
  |  |  |  |  157|  17.7k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  17.7k|	} else { \
  |  |  |  |  159|  1.45k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.45k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.45k|	} \
  |  |  |  |  162|  19.2k|	return _ret; \
  |  |  |  |  163|  19.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  745|  19.2k|}
sc_get_dnie_driver:
 2301|  16.4k|{
 2302|  16.4k|	return get_dnie_driver();
 2303|  16.4k|}
card-dnie.c:get_dnie_driver:
 2238|  16.4k|{
 2239|  16.4k|	sc_card_driver_t *iso_drv = sc_get_iso7816_driver();
 2240|       |
 2241|       |	/* memcpy() from standard iso7816 declared operations */
 2242|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2242:6): [True: 1, False: 16.4k]
  ------------------
 2243|      1|		iso_ops = iso_drv->ops;
 2244|  16.4k|	dnie_ops = *iso_drv->ops;
 2245|       |
 2246|       |	/* fill card specific function pointers */
 2247|       |	/* NULL means that function is not supported neither by DNIe nor iso7816.c */
 2248|       |	/* if pointer is omitted, default ISO7816 function will be used */
 2249|       |
 2250|       |	/* initialization */
 2251|  16.4k|	dnie_ops.match_card	= dnie_match_card;
 2252|  16.4k|	dnie_ops.init		= dnie_init;
 2253|  16.4k|	dnie_ops.finish		= dnie_finish;
 2254|       |
 2255|       |	/* iso7816-4 functions */
 2256|  16.4k|	dnie_ops.read_binary	= dnie_read_binary;
 2257|  16.4k|	dnie_ops.write_binary	= NULL;
 2258|  16.4k|	dnie_ops.update_binary	= NULL;
 2259|  16.4k|	dnie_ops.erase_binary	= NULL;
 2260|  16.4k|	dnie_ops.read_record	= NULL;
 2261|  16.4k|	dnie_ops.write_record	= NULL;
 2262|  16.4k|	dnie_ops.append_record	= NULL;
 2263|  16.4k|	dnie_ops.update_record	= NULL;
 2264|  16.4k|	dnie_ops.select_file	= dnie_select_file;
 2265|  16.4k|	dnie_ops.get_challenge	= dnie_get_challenge;
 2266|       |
 2267|       |	/* iso7816-8 functions */
 2268|  16.4k|	dnie_ops.verify		= NULL;
 2269|  16.4k|	dnie_ops.logout		= dnie_logout;
 2270|       |	/* dnie_ops.restore_security_env */
 2271|  16.4k|	dnie_ops.set_security_env = dnie_set_security_env;
 2272|  16.4k|	dnie_ops.decipher	= dnie_decipher;
 2273|  16.4k|	dnie_ops.compute_signature = dnie_compute_signature;
 2274|  16.4k|	dnie_ops.change_reference_data = NULL;
 2275|  16.4k|	dnie_ops.reset_retry_counter = NULL;
 2276|       |
 2277|       |	/* iso7816-9 functions */
 2278|  16.4k|	dnie_ops.create_file	= NULL;
 2279|  16.4k|	dnie_ops.delete_file	= NULL;
 2280|  16.4k|	dnie_ops.list_files	= dnie_list_files;
 2281|  16.4k|	dnie_ops.check_sw	= dnie_check_sw;
 2282|  16.4k|	dnie_ops.card_ctl	= dnie_card_ctl;
 2283|  16.4k|	dnie_ops.process_fci	= dnie_process_fci;
 2284|       |	/* dnie_ops.construct_fci */
 2285|  16.4k|	dnie_ops.pin_cmd	= dnie_pin_cmd;
 2286|  16.4k|	dnie_ops.get_data	= NULL;
 2287|  16.4k|	dnie_ops.put_data	= NULL;
 2288|  16.4k|	dnie_ops.delete_record	= NULL;
 2289|       |
 2290|  16.4k|	return &dnie_driver;
 2291|  16.4k|}
card-dnie.c:dnie_init:
  829|    505|{
  830|    505|	int res = SC_SUCCESS;
  ------------------
  |  |   28|    505|#define SC_SUCCESS				0
  ------------------
  831|    505|	sc_context_t *ctx = card->ctx;
  832|    505|	cwa_provider_t *provider = NULL;
  833|       |
  834|    505|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    505|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    505|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    505|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    505|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 505]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  835|       |
  836|       |	/* if recognized as terminated DNIe card, return error */
  837|    505|	if (card->type == SC_CARD_TYPE_DNIE_TERMINATED)
  ------------------
  |  Branch (837:6): [True: 2, False: 503]
  ------------------
  838|    505|	    LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_CARD, "DNIe card is terminated.");
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  839|       |
  840|       |	/* create and initialize cwa-dnie provider*/
  841|    503|	provider = dnie_get_cwa_provider(card);
  842|    503|	if (!provider)
  ------------------
  |  Branch (842:6): [True: 0, False: 503]
  ------------------
  843|    503|	    LOG_TEST_RET(card->ctx, SC_ERROR_INTERNAL, "Error initializing cwa-dnie provider");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|       |
  845|       |	/** Secure messaging initialization section **/
  846|    503|	memset(&(card->sm_ctx), 0, sizeof(sm_context_t));
  847|    503|	card->sm_ctx.ops.get_sm_apdu = dnie_sm_get_wrapped_apdu;
  848|    503|	card->sm_ctx.ops.free_sm_apdu = dnie_sm_free_wrapped_apdu;
  849|    503|	card->sm_ctx.sm_mode = SM_MODE_NONE;
  ------------------
  |  |   43|    503|#define SM_MODE_NONE		0x0
  ------------------
  850|       |
  851|    503|	res = cwa_create_secure_channel(card, provider, CWA_SM_OFF);
  ------------------
  |  |   31|    503|#define CWA_SM_OFF        0x00	/** Disable SM channel */
  ------------------
  852|    503|	if (res < 0)
  ------------------
  |  Branch (852:6): [True: 30, False: 473]
  ------------------
  853|     30|		free(provider);
  854|    503|	LOG_TEST_RET(card->ctx, res, "Failure resetting CWA secure channel.");
  ------------------
  |  |  174|    503|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    503|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    503|	int _ret = (r); \
  |  |  |  |  168|    503|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 30, False: 473]
  |  |  |  |  ------------------
  |  |  |  |  169|     30|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     30|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     30|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     30|		return _ret; \
  |  |  |  |  172|     30|	} \
  |  |  |  |  173|    503|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 473]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  855|       |
  856|       |	/* initialize private data */
  857|    473|	card->drv_data = calloc(1, sizeof(dnie_private_data_t));
  858|    473|	if (card->drv_data == NULL) {
  ------------------
  |  Branch (858:6): [True: 0, False: 473]
  ------------------
  859|      0|		free(provider);
  860|      0|	    LOG_TEST_RET(card->ctx, SC_ERROR_OUT_OF_MEMORY, "Could not allocate DNIe private data.");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  861|      0|	}
  862|       |
  863|       |#ifdef ENABLE_DNIE_UI
  864|       |	/* read environment from configuration file */
  865|       |	res = dnie_get_environment(card, &(GET_DNIE_UI_CTX(card)));
  866|       |	if (res != SC_SUCCESS) {
  867|       |		free(card->drv_data);
  868|       |		free(provider);
  869|       |		LOG_TEST_RET(card->ctx, res, "Failure reading DNIe environment.");
  870|       |	}
  871|       |#endif
  872|       |
  873|    473|	init_flags(card);
  874|       |
  875|    473|	GET_DNIE_PRIV_DATA(card)->cwa_provider = provider;
  ------------------
  |  |   97|    473|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  876|       |
  877|    473|	LOG_FUNC_RETURN(card->ctx, res);
  ------------------
  |  |  164|    473|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    473|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    473|	int _ret = r; \
  |  |  |  |  155|    473|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 473, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    473|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 473]
  |  |  |  |  ------------------
  |  |  |  |  157|    473|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    473|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    473|	return _ret; \
  |  |  |  |  163|    473|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  878|    473|}
card-dnie.c:init_flags:
  705|    473|{
  706|    473|	unsigned long algoflags;
  707|       |	/* set up flags according documentation */
  708|    473|	card->name = DNIE_CHIP_SHORTNAME;
  ------------------
  |  |   68|    473|#define DNIE_CHIP_SHORTNAME "dnie"
  ------------------
  709|    473|	card->cla = 0x00;	/* default APDU class (interindustry) */
  710|    473|	card->caps |= SC_CARD_CAP_RNG;	/* we have a random number generator */
  ------------------
  |  |  550|    473|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  711|    473|	card->max_send_size = (255 - 12);	/* manual says 255, but we need 12 extra bytes when encoding */
  712|    473|	card->max_recv_size = 255;
  713|       |
  714|       |	/* RSA Support with PKCS1.5 padding */
  715|    473|	algoflags = SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  133|    473|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
              	algoflags = SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|    473|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    473|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    473|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  716|    473|	_sc_card_add_rsa_alg(card, 1024, algoflags, 0);
  717|    473|	_sc_card_add_rsa_alg(card, 1920, algoflags, 0);
  718|    473|	_sc_card_add_rsa_alg(card, 2048, algoflags, 0);
  719|    473|}
card-dnie.c:dnie_finish:
  890|    473|{
  891|    473|	int result = SC_SUCCESS;
  ------------------
  |  |   28|    473|#define SC_SUCCESS				0
  ------------------
  892|    473|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    473|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    473|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    473|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    473|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 473]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  893|    473|	dnie_clear_cache(GET_DNIE_PRIV_DATA(card));
  ------------------
  |  |   97|    473|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  894|       |	/* disable sm channel if established */
  895|    473|	result = cwa_create_secure_channel(card, GET_DNIE_PRIV_DATA(card)->cwa_provider, CWA_SM_OFF);
  ------------------
  |  |   97|    473|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
              	result = cwa_create_secure_channel(card, GET_DNIE_PRIV_DATA(card)->cwa_provider, CWA_SM_OFF);
  ------------------
  |  |   31|    473|#define CWA_SM_OFF        0x00	/** Disable SM channel */
  ------------------
  896|    473|	free(GET_DNIE_PRIV_DATA(card)->cwa_provider);
  ------------------
  |  |   97|    473|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  897|    473|	free(card->drv_data);
  898|    473|	LOG_FUNC_RETURN(card->ctx, result);
  ------------------
  |  |  164|    473|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    473|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    473|	int _ret = r; \
  |  |  |  |  155|    473|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 473, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    473|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    465|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 465, False: 8]
  |  |  |  |  ------------------
  |  |  |  |  157|    473|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    473|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    473|	return _ret; \
  |  |  |  |  163|    473|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  899|    473|}
card-dnie.c:dnie_clear_cache:
  689|  4.80k|{
  690|  4.80k|	if (data == NULL) return;
  ------------------
  |  Branch (690:6): [True: 449, False: 4.35k]
  ------------------
  691|  4.35k|	if (data->cache != NULL)
  ------------------
  |  Branch (691:6): [True: 209, False: 4.14k]
  ------------------
  692|    209|		free(data->cache);
  693|       |	data->cache = NULL;
  694|  4.35k|	data->cachelen = 0;
  695|  4.35k|}
card-dnie.c:dnie_read_binary:
 1091|  4.24k|{
 1092|  4.24k|	size_t res = 0;
 1093|  4.24k|	int rc;
 1094|  4.24k|	sc_context_t *ctx = NULL;
 1095|       |	/* preliminary checks */
 1096|  4.24k|	if (!card || !card->ctx || !buf || (count <= 0))
  ------------------
  |  Branch (1096:6): [True: 0, False: 4.24k]
  |  Branch (1096:15): [True: 0, False: 4.24k]
  |  Branch (1096:29): [True: 0, False: 4.24k]
  |  Branch (1096:37): [True: 0, False: 4.24k]
  ------------------
 1097|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1098|  4.24k|	ctx = card->ctx;
 1099|       |
 1100|  4.24k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  4.24k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.24k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.24k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.24k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.24k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|  4.24k|	if (idx == 0 || GET_DNIE_PRIV_DATA(card)->cache == NULL) {
  ------------------
  |  |   97|  3.95k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  |  Branch (1101:6): [True: 288, False: 3.95k]
  |  Branch (1101:18): [True: 2.55k, False: 1.40k]
  ------------------
 1102|       |		/* on first block or no cache, try to fill */
 1103|  2.84k|		rc = dnie_fill_cache(card, flags);
 1104|  2.84k|		if (rc < 0) {
  ------------------
  |  Branch (1104:7): [True: 2.62k, False: 214]
  ------------------
 1105|  2.62k|			sc_log(ctx, "Cannot fill cache. using iso_read_binary()");
  ------------------
  |  |   71|  2.62k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1106|  2.62k|			return iso_ops->read_binary(card, idx, buf, count, flags);
 1107|  2.62k|		}
 1108|  2.84k|	}
 1109|  1.61k|	if (idx >= GET_DNIE_PRIV_DATA(card)->cachelen)
  ------------------
  |  |   97|  1.61k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  |  Branch (1109:6): [True: 210, False: 1.40k]
  ------------------
 1110|    210|		return 0;	/* at eof */
 1111|  1.40k|	res = MIN(count, GET_DNIE_PRIV_DATA(card)->cachelen - idx);	/* eval how many bytes to read */
  ------------------
  |  |   70|  1.40k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 1.22k, False: 183]
  |  |  ------------------
  ------------------
 1112|  1.40k|	memcpy(buf, GET_DNIE_PRIV_DATA(card)->cache + idx, res);	/* copy data from buffer */
  ------------------
  |  |   97|  1.40k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
 1113|  1.40k|	sc_log(ctx, "dnie_read_binary() '%zu' bytes", res);
  ------------------
  |  |   71|  1.40k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1114|  1.40k|	LOG_FUNC_RETURN(ctx, (int)res);
  ------------------
  |  |  164|  1.40k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.40k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.40k|	int _ret = r; \
  |  |  |  |  155|  1.40k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 1.40k]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.40k|	} else { \
  |  |  |  |  159|  1.40k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.40k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.40k|	} \
  |  |  |  |  162|  1.40k|	return _ret; \
  |  |  |  |  163|  1.40k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1115|  1.40k|}
card-dnie.c:dnie_fill_cache:
  966|  2.84k|{
  967|  2.84k|	u8 tmp[MAX_RESP_BUFFER_SIZE];
  968|  2.84k|	sc_apdu_t apdu;
  969|  2.84k|	size_t count = 0;
  970|  2.84k|	size_t len = 0;
  971|  2.84k|	u8 *buffer = NULL;
  972|  2.84k|	u8 *p;
  973|  2.84k|	sc_context_t *ctx = NULL;
  974|       |
  975|  2.84k|	if (!card || !card->ctx)
  ------------------
  |  Branch (975:6): [True: 0, False: 2.84k]
  |  Branch (975:15): [True: 0, False: 2.84k]
  ------------------
  976|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  977|  2.84k|	ctx = card->ctx;
  978|       |
  979|  2.84k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  2.84k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.84k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.84k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.84k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.84k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  980|       |
  981|       |	/* mark cache empty */
  982|  2.84k|	dnie_clear_cache(GET_DNIE_PRIV_DATA(card));
  ------------------
  |  |   97|  2.84k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  983|       |
  984|       |	/* initialize apdu */
  985|  2.84k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, 0x00, 0x00);
  ------------------
  |  |  292|  2.84k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  986|       |
  987|       |	/* try to read_binary while data available but never long than 32767 */
  988|  2.84k|	count = card->max_recv_size;
  989|  4.45k|	for (len = 0; len < 0x7fff;) {
  ------------------
  |  Branch (989:16): [True: 4.45k, False: 1]
  ------------------
  990|  4.45k|		int r = SC_SUCCESS;
  ------------------
  |  |   28|  4.45k|#define SC_SUCCESS				0
  ------------------
  991|       |		/* fill apdu */
  992|  4.45k|		apdu.p1 = 0xff & (len >> 8);
  993|  4.45k|		apdu.p2 = 0xff & len;
  994|  4.45k|		apdu.le = count;
  995|  4.45k|		apdu.resplen = MAX_RESP_BUFFER_SIZE;
  ------------------
  |  |   56|  4.45k|#define MAX_RESP_BUFFER_SIZE 2048
  ------------------
  996|  4.45k|		apdu.resp = tmp;
  997|       |		/* transmit apdu */
  998|  4.45k|		r = sc_transmit_apdu(card, &apdu);
  999|  4.45k|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  4.45k|#define SC_SUCCESS				0
  ------------------
  |  Branch (999:7): [True: 2.03k, False: 2.41k]
  ------------------
 1000|  2.03k|			free(buffer);
 1001|  2.03k|			if (apdu.resp != tmp)
  ------------------
  |  Branch (1001:8): [True: 0, False: 2.03k]
  ------------------
 1002|      0|				free(apdu.resp);
 1003|  2.03k|			sc_log(ctx, "read_binary() APDU transmit failed");
  ------------------
  |  |   71|  2.03k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1004|  2.03k|			LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  2.03k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.03k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.03k|	int _ret = r; \
  |  |  |  |  155|  2.03k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.03k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.03k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.03k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.03k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.03k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.03k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.03k|	return _ret; \
  |  |  |  |  163|  2.03k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1005|  2.03k|		}
 1006|  2.41k|		if (apdu.resplen == 0) {
  ------------------
  |  Branch (1006:7): [True: 954, False: 1.46k]
  ------------------
 1007|       |			/* on no data received, check if requested len is longer than
 1008|       |			   available data in card. If so, ask just for remaining data */
 1009|    954|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1010|    954|			if (r == SC_ERROR_WRONG_LENGTH) {
  ------------------
  |  |   56|    954|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  |  Branch (1010:8): [True: 360, False: 594]
  ------------------
 1011|    360|				count = 0xff & apdu.sw2;
 1012|    360|				if (count != 0) {
  ------------------
  |  Branch (1012:9): [True: 358, False: 2]
  ------------------
 1013|    358|					if (apdu.resp != tmp)
  ------------------
  |  Branch (1013:10): [True: 0, False: 358]
  ------------------
 1014|      0|						free(apdu.resp);
 1015|    358|					continue;	/* read again with correct size */
 1016|    358|				}
 1017|      2|				goto read_done;	/* no more data to read */
 1018|    360|			}
 1019|    594|			if (r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|    594|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (1019:8): [True: 1, False: 593]
  ------------------
 1020|      1|				goto read_done;
 1021|    593|			free(buffer);
 1022|    593|			if (apdu.resp != tmp)
  ------------------
  |  Branch (1022:8): [True: 0, False: 593]
  ------------------
 1023|      0|				free(apdu.resp);
 1024|    593|			LOG_FUNC_RETURN(ctx, r);	/* arriving here means response error */
  ------------------
  |  |  164|    593|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    593|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    593|	int _ret = r; \
  |  |  |  |  155|    593|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 593, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    593|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    591|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 591, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  157|    593|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    593|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    593|	return _ret; \
  |  |  |  |  163|    593|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1025|    593|		}
 1026|       |		/* copy received data into buffer. realloc() if not enough space */
 1027|  1.46k|		count = apdu.resplen;
 1028|  1.46k|		p = realloc(buffer, len + count);
 1029|  1.46k|		if (!p) {
  ------------------
  |  Branch (1029:7): [True: 0, False: 1.46k]
  ------------------
 1030|      0|			free(buffer);
 1031|      0|			free((void *)apdu.data);
 1032|      0|			if (apdu.resp != tmp)
  ------------------
  |  Branch (1032:8): [True: 0, False: 0]
  ------------------
 1033|      0|				free(apdu.resp);
 1034|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1035|      0|		}
 1036|  1.46k|		buffer = p;
 1037|  1.46k|		memcpy(buffer + len, apdu.resp, count);
 1038|  1.46k|		if (apdu.resp != tmp) {
  ------------------
  |  Branch (1038:7): [True: 0, False: 1.46k]
  ------------------
 1039|      0|			free(apdu.resp);
 1040|      0|			apdu.resp = tmp;
 1041|      0|		}
 1042|  1.46k|		len += count;
 1043|  1.46k|		if (count != card->max_recv_size)
  ------------------
  |  Branch (1043:7): [True: 208, False: 1.25k]
  ------------------
 1044|    208|			goto read_done;
 1045|  1.46k|	}
 1046|       |
 1047|    212| read_done:
 1048|    212| 	free((void *)apdu.data);
 1049|    212|	if (apdu.resp != tmp)
  ------------------
  |  Branch (1049:6): [True: 0, False: 212]
  ------------------
 1050|      0|		free(apdu.resp);
 1051|       |
 1052|    212|	if (dnie_is_compressed(card, buffer, len)) {
  ------------------
  |  Branch (1052:6): [True: 11, False: 201]
  ------------------
 1053|     11|		if (flags)
  ------------------
  |  Branch (1053:7): [True: 0, False: 11]
  ------------------
 1054|      0|			*flags |= SC_FILE_FLAG_COMPRESSED_ZLIB;
  ------------------
  |  |  231|      0|#define SC_FILE_FLAG_COMPRESSED_ZLIB		0x02
  ------------------
 1055|       |		/* Remove first 8 bytes with compression info*/
 1056|     11|		len -= 8;
 1057|     11|		p = malloc(len);
 1058|     11|		if (!p) {
  ------------------
  |  Branch (1058:7): [True: 0, False: 11]
  ------------------
 1059|      0|			free(buffer);
 1060|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1061|      0|		}
 1062|     11|		memcpy(p, buffer + 8, len);
 1063|     11|		free(buffer);
 1064|     11|		buffer = p;
 1065|     11|	}
 1066|       |
 1067|       |
 1068|       |	/* ok: as final step, set correct cache data into dnie_priv structures */
 1069|    212|	GET_DNIE_PRIV_DATA(card)->cache = buffer;
  ------------------
  |  |   97|    212|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
 1070|    212|	GET_DNIE_PRIV_DATA(card)->cachelen = len;
  ------------------
  |  |   97|    212|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
 1071|    212|	sc_log(ctx, "fill_cache() done. length '%zu' bytes", len);
  ------------------
  |  |   71|    212|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1072|    212|	LOG_FUNC_RETURN(ctx, (int)len);
  ------------------
  |  |  164|    212|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    212|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    212|	int _ret = r; \
  |  |  |  |  155|    212|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 14, False: 198]
  |  |  |  |  ------------------
  |  |  |  |  156|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  157|     14|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    198|	} else { \
  |  |  |  |  159|    198|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    198|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    198|	} \
  |  |  |  |  162|    212|	return _ret; \
  |  |  |  |  163|    212|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1073|    212|}
card-dnie.c:dnie_is_compressed:
  913|    212|{
  914|    212|#ifdef ENABLE_ZLIB
  915|    212|	size_t uncompressed = 0L;
  916|    212|	size_t compressed = 0L;
  917|       |
  918|    212|	if (!card || !card->ctx || !from || !len)
  ------------------
  |  Branch (918:6): [True: 0, False: 212]
  |  Branch (918:15): [True: 0, False: 212]
  |  Branch (918:29): [True: 3, False: 209]
  |  Branch (918:38): [True: 0, False: 209]
  ------------------
  919|      3|		return 0;
  920|    209|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    209|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    209|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    209|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    209|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 209]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  921|       |
  922|       |	/* if data size not enough for compression header assume uncompressed */
  923|    209|	if (len < 8)
  ------------------
  |  Branch (923:6): [True: 20, False: 189]
  ------------------
  924|     20|		goto compress_exit;
  925|       |	/* evaluate compressed an uncompressed sizes (little endian format) */
  926|    189|	uncompressed = lebytes2ulong(from);
  927|    189|	compressed = lebytes2ulong(from + 4);
  928|       |	/* if compressed size doesn't match data length assume not compressed */
  929|    189|	if (compressed != len - 8)
  ------------------
  |  Branch (929:6): [True: 143, False: 46]
  ------------------
  930|    143|		goto compress_exit;
  931|       |	/* if compressed size greater than uncompressed, assume uncompressed data */
  932|     46|	if (uncompressed < compressed)
  ------------------
  |  Branch (932:6): [True: 1, False: 45]
  ------------------
  933|      1|		goto compress_exit;
  934|       |	/* Do not try to allocate insane size if we receive bogus data */
  935|     45|	if (uncompressed > MAX_FILE_SIZE)
  ------------------
  |  |  220|     45|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (935:6): [True: 34, False: 11]
  ------------------
  936|     34|		goto compress_exit;
  937|       |
  938|     11|	sc_log(card->ctx, "Data seems to be compressed.");
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  939|     11|	return 1;
  940|    198|compress_exit:
  941|    198|#endif
  942|       |
  943|    198|	sc_log(card->ctx, "Data not compressed.");
  ------------------
  |  |   71|    198|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  944|    198|	return 0;
  945|     45|}
card-dnie.c:dnie_select_file:
 1215|  3.76k|{
 1216|  3.76k|	int res = SC_SUCCESS;
  ------------------
  |  |   28|  3.76k|#define SC_SUCCESS				0
  ------------------
 1217|  3.76k|	sc_context_t *ctx = NULL;
 1218|  3.76k|	unsigned char tmp_path[sizeof(DNIE_MF_NAME)];
 1219|  3.76k|	size_t reminder = 0;
 1220|       |
 1221|  3.76k|	if (!card || !card->ctx || !in_path)
  ------------------
  |  Branch (1221:6): [True: 0, False: 3.76k]
  |  Branch (1221:15): [True: 0, False: 3.76k]
  |  Branch (1221:29): [True: 0, False: 3.76k]
  ------------------
 1222|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1223|  3.76k|	ctx = card->ctx;
 1224|       |
 1225|  3.76k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  3.76k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.76k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.76k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.76k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.76k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1226|       |
 1227|  3.76k|	switch (in_path->type) {
 1228|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (1228:2): [True: 0, False: 3.76k]
  ------------------
 1229|       |		/* pathlen must be of len=2 */
 1230|       |		/*
 1231|       |		 * gscriptor shows that DNIe also handles
 1232|       |		 * Select child DF (p1=1) and Select EF (p1=2),
 1233|       |		 * but we'll use P1=0 as general solution for all cases
 1234|       |		 *
 1235|       |		 * According iso7816-4 sect 7.1.1  pathlen==0 implies
 1236|       |		 * select MF, but this case is not supported by DNIe
 1237|       |		 */
 1238|      0|		if (in_path->len != 2)
  ------------------
  |  Branch (1238:7): [True: 0, False: 0]
  ------------------
 1239|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1240|      0|		sc_log_hex(ctx, "select_file(ID)", in_path->value, in_path->len);
  ------------------
  |  |  129|      0|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|      0|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1241|      0|		res = dnie_compose_and_send_apdu(card, in_path->value, in_path->len, 0, file_out);
 1242|      0|		break;
 1243|    671|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    671|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1243:2): [True: 671, False: 3.09k]
  ------------------
 1244|    671|		sc_log_hex(ctx, "select_file(NAME)", in_path->value, in_path->len);
  ------------------
  |  |  129|    671|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    671|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1245|    671|		res = dnie_compose_and_send_apdu(card, in_path->value, in_path->len, 4, file_out);
 1246|    671|		break;
 1247|  3.09k|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|  3.09k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (1247:2): [True: 3.09k, False: 671]
  ------------------
 1248|  3.09k|		if ((in_path->len == 0) || ((in_path->len & 1) != 0)) /* not divisible by 2 */
  ------------------
  |  Branch (1248:7): [True: 0, False: 3.09k]
  |  Branch (1248:30): [True: 0, False: 3.09k]
  ------------------
 1249|  3.09k|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1250|       |
 1251|  3.09k|		sc_log_hex(ctx, "select_file(PATH): requested", in_path->value, in_path->len);
  ------------------
  |  |  129|  3.09k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  3.09k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1252|       |
 1253|       |		/* convert to SC_PATH_TYPE_FILE_ID */
 1254|  3.09k|		res = sc_lock(card); /* lock to ensure path traversal */
 1255|  3.09k|		LOG_TEST_RET(ctx, res, "sc_lock() failed");
  ------------------
  |  |  174|  3.09k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.09k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.09k|	int _ret = (r); \
  |  |  |  |  168|  3.09k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 3.09k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  3.09k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.09k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1256|  3.09k|		if (memcmp(in_path->value, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (1256:7): [True: 2.77k, False: 317]
  ------------------
 1257|       |			/* if MF, use the name as path */
 1258|  2.77k|			strcpy((char *)tmp_path, DNIE_MF_NAME);
  ------------------
  |  |   69|  2.77k|#define DNIE_MF_NAME "Master.File"
  ------------------
 1259|  2.77k|			sc_log_hex(ctx, "select_file(NAME): requested", tmp_path, sizeof(DNIE_MF_NAME) - 1);
  ------------------
  |  |  129|  2.77k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  2.77k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1260|  2.77k|			res = dnie_compose_and_send_apdu(card, tmp_path, sizeof(DNIE_MF_NAME) - 1, 4, file_out);
  ------------------
  |  |   69|  2.77k|#define DNIE_MF_NAME "Master.File"
  ------------------
 1261|  2.77k|			if (res != SC_SUCCESS) {
  ------------------
  |  |   28|  2.77k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1261:8): [True: 2.07k, False: 703]
  ------------------
 1262|  2.07k|				sc_unlock(card);
 1263|  2.07k|				LOG_TEST_RET(ctx, res, "select_file(NAME) failed");
  ------------------
  |  |  174|  2.07k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.07k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.07k|	int _ret = (r); \
  |  |  |  |  168|  2.07k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.07k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.07k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.07k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.07k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.07k|		return _ret; \
  |  |  |  |  172|  2.07k|	} \
  |  |  |  |  173|  2.07k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1264|  2.07k|			}
 1265|    703|			tmp_path[2] = 0;
 1266|    703|			reminder = in_path->len - 2;
 1267|    703|		} else {
 1268|    317|			tmp_path[2] = 0;
 1269|    317|			reminder = in_path->len;
 1270|    317|		}
 1271|  1.47k|		while (reminder > 0) {
  ------------------
  |  Branch (1271:10): [True: 652, False: 820]
  ------------------
 1272|    652|			tmp_path[0] = in_path->value[in_path->len - reminder];
 1273|    652|			tmp_path[1] = in_path->value[1 + in_path->len - reminder];
 1274|    652|			sc_log(ctx, "select_file(PATH): requested:%s ", sc_dump_hex(tmp_path, 2));
  ------------------
  |  |   71|    652|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1275|    652|			res = dnie_compose_and_send_apdu(card, tmp_path, 2, 0, file_out);
 1276|    652|			if (res != SC_SUCCESS) {
  ------------------
  |  |   28|    652|#define SC_SUCCESS				0
  ------------------
  |  Branch (1276:8): [True: 200, False: 452]
  ------------------
 1277|    200|				sc_unlock(card);
 1278|    200|				LOG_TEST_RET(ctx, res, "select_file(PATH) failed");
  ------------------
  |  |  174|    200|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    200|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    200|	int _ret = (r); \
  |  |  |  |  168|    200|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 200, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    200|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    200|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    200|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    200|		return _ret; \
  |  |  |  |  172|    200|	} \
  |  |  |  |  173|    200|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1279|    200|			}
 1280|    452|			reminder -= 2;
 1281|    452|		}
 1282|    820|		sc_unlock(card);
 1283|    820|		break;
 1284|      0|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|      0|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (1284:2): [True: 0, False: 3.76k]
  ------------------
 1285|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_NO_CARD_SUPPORT);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1286|      0|		break;
 1287|      0|	case SC_PATH_TYPE_PARENT:
  ------------------
  |  |  123|      0|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (1287:2): [True: 0, False: 3.76k]
  ------------------
 1288|       |		/* Hey!! Manual doesn't says anything on this, but
 1289|       |		 * gscriptor shows that this type is supported
 1290|       |		 */
 1291|      0|		sc_log(ctx, "select_file(PARENT)");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1292|       |		/* according iso7816-4 sect 7.1.1 shouldn't have any parameters */
 1293|      0|		if (in_path->len != 0)
  ------------------
  |  Branch (1293:7): [True: 0, False: 0]
  ------------------
 1294|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1295|      0|		res = dnie_compose_and_send_apdu(card, NULL, 0, 3, file_out);
 1296|      0|		break;
 1297|      0|	default:
  ------------------
  |  Branch (1297:2): [True: 0, False: 3.76k]
  ------------------
 1298|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1299|      0|		break;
 1300|  3.76k|	}
 1301|       |
 1302|       |	/* as last step clear data cache and return */
 1303|  1.49k|	dnie_clear_cache(GET_DNIE_PRIV_DATA(card));
  ------------------
  |  |   97|  1.49k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
 1304|  1.49k|	LOG_FUNC_RETURN(ctx, res);
  ------------------
  |  |  164|  1.49k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.49k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.49k|	int _ret = r; \
  |  |  |  |  155|  1.49k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.49k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.49k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    350|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 350, False: 1.14k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.49k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.49k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.49k|	return _ret; \
  |  |  |  |  163|  1.49k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1305|  1.49k|}
card-dnie.c:dnie_compose_and_send_apdu:
 1129|  4.10k|{
 1130|  4.10k|	int res = 0;
 1131|  4.10k|	sc_apdu_t apdu;
 1132|  4.10k|	u8 rbuf[MAX_RESP_BUFFER_SIZE];
 1133|  4.10k|	sc_context_t *ctx = NULL;
 1134|       |
 1135|  4.10k|	if (!card || !card->ctx)
  ------------------
  |  Branch (1135:6): [True: 0, False: 4.10k]
  |  Branch (1135:15): [True: 0, False: 4.10k]
  ------------------
 1136|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1137|  4.10k|	ctx = card->ctx;
 1138|       |
 1139|  4.10k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  4.10k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.10k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.10k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.10k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.10k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1140|       |
 1141|  4.10k|	dnie_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, p1, 0,
  ------------------
  |  |  294|  4.10k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1142|  4.10k|					sc_get_max_recv_size(card), pathlen,
 1143|  4.10k|					rbuf, sizeof(rbuf), path, pathlen);
 1144|  4.10k|	if (p1 == 3)
  ------------------
  |  Branch (1144:6): [True: 0, False: 4.10k]
  ------------------
 1145|      0|		apdu.cse= SC_APDU_CASE_1;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
 1146|       |
 1147|  4.10k|	if (file_out == NULL)
  ------------------
  |  Branch (1147:6): [True: 2.12k, False: 1.97k]
  ------------------
 1148|  2.12k|		apdu.cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|  2.12k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1149|       |
 1150|  4.10k|	res = sc_transmit_apdu(card, &apdu);
 1151|  4.10k|	if ((res != SC_SUCCESS) || (file_out == NULL))
  ------------------
  |  |   28|  4.10k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1151:6): [True: 66, False: 4.03k]
  |  Branch (1151:29): [True: 2.08k, False: 1.95k]
  ------------------
 1152|  4.10k|		LOG_TEST_RET(ctx, res, "SelectFile() APDU transmit failed");
  ------------------
  |  |  174|  2.14k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.14k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.14k|	int _ret = (r); \
  |  |  |  |  168|  2.14k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 66, False: 2.08k]
  |  |  |  |  ------------------
  |  |  |  |  169|     66|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     66|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     66|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     66|		return _ret; \
  |  |  |  |  172|     66|	} \
  |  |  |  |  173|  2.14k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.08k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1153|  4.03k|	if (file_out == NULL) {
  ------------------
  |  Branch (1153:6): [True: 2.08k, False: 1.95k]
  ------------------
 1154|  2.08k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (1154:7): [True: 0, False: 2.08k]
  ------------------
 1155|      0|			SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, 0);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1156|  2.08k|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  153|  2.08k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.08k|	int _ret = r; \
  |  |  155|  2.08k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2.08k, False: 0]
  |  |  ------------------
  |  |  156|  2.08k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  1.27k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1.27k, False: 810]
  |  |  ------------------
  |  |  157|  2.08k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.08k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  2.08k|	return _ret; \
  |  |  163|  2.08k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1157|  2.08k|			       sc_check_sw(card, apdu.sw1, apdu.sw2));
 1158|  2.08k|	}
 1159|       |
 1160|       |	/* analyze response. if FCI, try to parse */
 1161|  1.95k|	res = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1162|  1.95k|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|  1.95k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1162:6): [True: 1.15k, False: 803]
  ------------------
 1163|  1.15k|		LOG_TEST_RET(ctx, res, "SelectFile() check_sw failed");
  ------------------
  |  |  174|  1.15k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.15k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.15k|	int _ret = (r); \
  |  |  |  |  168|  1.15k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.15k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.15k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.15k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.15k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.15k|		return _ret; \
  |  |  |  |  172|  1.15k|	} \
  |  |  |  |  173|  1.15k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1164|  1.15k|	}
 1165|    803|	if ((apdu.resplen < 2) || (apdu.resp[0] == 0x00)) {
  ------------------
  |  Branch (1165:6): [True: 16, False: 787]
  |  Branch (1165:28): [True: 11, False: 776]
  ------------------
 1166|     27|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     27|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     27|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     27|	int _ret = r; \
  |  |  |  |  155|     27|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     27|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     27|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     27|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     27|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     27|	return _ret; \
  |  |  |  |  163|     27|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1167|     27|	}
 1168|       |
 1169|    776|	if (file_out) {
  ------------------
  |  Branch (1169:6): [True: 776, False: 0]
  ------------------
 1170|       |		/* finally process FCI response */
 1171|    776|		size_t len = apdu.resp[1];
 1172|    776|		sc_file_free(*file_out);
 1173|    776|		*file_out = sc_file_new();
 1174|    776|		if (*file_out == NULL) {
  ------------------
  |  Branch (1174:7): [True: 0, False: 776]
  ------------------
 1175|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1176|      0|		}
 1177|    776|		if (apdu.resplen - 2 < len || len < 1) {
  ------------------
  |  Branch (1177:7): [True: 52, False: 724]
  |  Branch (1177:33): [True: 26, False: 698]
  ------------------
 1178|     78|			LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     78|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     78|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     78|	int _ret = r; \
  |  |  |  |  155|     78|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 78, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     78|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     78|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 78, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     78|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     78|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     78|	return _ret; \
  |  |  |  |  163|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1179|     78|		}
 1180|    698|		res = card->ops->process_fci(card, *file_out, apdu.resp + 2, len);
 1181|    698|	}
 1182|    698|	LOG_FUNC_RETURN(ctx, res);
  ------------------
  |  |  164|    698|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    698|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    698|	int _ret = r; \
  |  |  |  |  155|    698|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 698, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    698|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     32|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 32, False: 666]
  |  |  |  |  ------------------
  |  |  |  |  157|    698|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    698|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    698|	return _ret; \
  |  |  |  |  163|    698|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1183|    698|}
card-dnie.c:dnie_check_sw:
 1750|  9.69k|{
 1751|  9.69k|	int res = SC_SUCCESS;
  ------------------
  |  |   28|  9.69k|#define SC_SUCCESS				0
  ------------------
 1752|  9.69k|	int n = 0;
 1753|  9.69k|	if (!card || !card->ctx)
  ------------------
  |  Branch (1753:6): [True: 0, False: 9.69k]
  |  Branch (1753:15): [True: 0, False: 9.69k]
  ------------------
 1754|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1755|  9.69k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  9.69k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  9.69k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  9.69k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  9.69k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 9.69k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1756|       |
 1757|       |	/* check specific dnie errors */
 1758|  38.7k|	for (n = 0; dnie_errors[n].SWs != 0; n++) {
  ------------------
  |  Branch (1758:14): [True: 29.0k, False: 9.64k]
  ------------------
 1759|  29.0k|		if (dnie_errors[n].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (1759:7): [True: 56, False: 29.0k]
  ------------------
 1760|     56|			sc_log(card->ctx, "%s", dnie_errors[n].errorstr);
  ------------------
  |  |   71|     56|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1761|     56|			return dnie_errors[n].errorno;
 1762|     56|		}
 1763|  29.0k|	}
 1764|       |
 1765|       |	/* arriving here means check for supported iso error codes */
 1766|  9.64k|	res = iso_ops->check_sw(card, sw1, sw2);
 1767|  9.64k|	LOG_FUNC_RETURN(card->ctx, res);
  ------------------
  |  |  164|  9.64k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.64k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.64k|	int _ret = r; \
  |  |  |  |  155|  9.64k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.64k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.64k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  5.47k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5.47k, False: 4.17k]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.64k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.64k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  9.64k|	return _ret; \
  |  |  |  |  163|  9.64k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1768|  9.64k|}
card-dnie.c:dnie_card_ctl:
 1787|     26|{
 1788|     26|	int result = SC_SUCCESS;
  ------------------
  |  |   28|     26|#define SC_SUCCESS				0
  ------------------
 1789|     26|	if ((card == NULL) || (card->ctx == NULL))
  ------------------
  |  Branch (1789:6): [True: 0, False: 26]
  |  Branch (1789:24): [True: 0, False: 26]
  ------------------
 1790|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1791|     26|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     26|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     26|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     26|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     26|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1792|     26|	if (data == NULL) {
  ------------------
  |  Branch (1792:6): [True: 0, False: 26]
  ------------------
 1793|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1794|      0|	}
 1795|     26|	switch (request) {
 1796|       |		/* obtain lifecycle status by reading card->type */
 1797|     13|	case SC_CARDCTL_LIFECYCLE_GET:
  ------------------
  |  Branch (1797:2): [True: 13, False: 13]
  ------------------
 1798|     13|		switch (card->type) {
  ------------------
  |  Branch (1798:11): [True: 13, False: 0]
  ------------------
 1799|      0|		case SC_CARD_TYPE_DNIE_ADMIN:
  ------------------
  |  Branch (1799:3): [True: 0, False: 13]
  ------------------
 1800|      0|			result = SC_CARDCTRL_LIFECYCLE_ADMIN;
 1801|      0|			break;
 1802|     13|		case SC_CARD_TYPE_DNIE_USER:
  ------------------
  |  Branch (1802:3): [True: 13, False: 0]
  ------------------
 1803|     13|			result = SC_CARDCTRL_LIFECYCLE_USER;
 1804|     13|			break;
 1805|      0|		case SC_CARD_TYPE_DNIE_BLANK:
  ------------------
  |  Branch (1805:3): [True: 0, False: 13]
  ------------------
 1806|      0|		case SC_CARD_TYPE_DNIE_TERMINATED:
  ------------------
  |  Branch (1806:3): [True: 0, False: 13]
  ------------------
 1807|      0|			result = SC_CARDCTRL_LIFECYCLE_OTHER;
 1808|      0|			break;
 1809|     13|		}
 1810|     13|		*(int *)data = result;
 1811|     13|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     13|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     13|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     13|	int _ret = r; \
  |  |  |  |  155|     13|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     13|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     13|	return _ret; \
  |  |  |  |  163|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1812|       |		/* call card to obtain serial number */
 1813|     13|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1813:2): [True: 13, False: 13]
  ------------------
 1814|     13|		result = dnie_get_serialnr(card, (sc_serial_number_t *) data);
 1815|     13|		LOG_FUNC_RETURN(card->ctx, result);
  ------------------
  |  |  164|     13|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     13|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     13|	int _ret = r; \
  |  |  |  |  155|     13|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     13|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     13|	return _ret; \
  |  |  |  |  163|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1816|      0|	case SC_CARDCTL_DNIE_GENERATE_KEY:
  ------------------
  |  Branch (1816:2): [True: 0, False: 26]
  ------------------
 1817|       |		/* some reports says that this card supports genkey */
 1818|      0|		result = dnie_generate_key(card, data);
 1819|      0|		LOG_FUNC_RETURN(card->ctx, result);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1820|      0|	case SC_CARDCTL_DNIE_GET_INFO:
  ------------------
  |  Branch (1820:2): [True: 0, False: 26]
  ------------------
 1821|       |		/* retrieve name, surname and eid number */
 1822|      0|		result = dnie_get_info(card, data);
 1823|      0|		LOG_FUNC_RETURN(card->ctx, result);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1824|      0|	default:
  ------------------
  |  Branch (1824:2): [True: 0, False: 26]
  ------------------
 1825|       |		/* default: unsupported function */
 1826|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1827|     26|	}
 1828|     26|}
card-dnie.c:dnie_get_serialnr:
  637|     13|{
  638|     13|	int result;
  639|     13|	sc_apdu_t apdu;
  640|     13|	u8 rbuf[MAX_RESP_BUFFER_SIZE];
  641|     13|	if ((card == NULL) || (card->ctx == NULL) || (serial == NULL))
  ------------------
  |  Branch (641:6): [True: 0, False: 13]
  |  Branch (641:24): [True: 0, False: 13]
  |  Branch (641:47): [True: 0, False: 13]
  ------------------
  642|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  643|       |
  644|     13|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     13|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     13|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     13|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     13|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  645|     13|	if (card->type != SC_CARD_TYPE_DNIE_USER)
  ------------------
  |  Branch (645:6): [True: 0, False: 13]
  ------------------
  646|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  647|       |	/* if serial number is cached, use it */
  648|     13|	if (card->serialnr.len) {
  ------------------
  |  Branch (648:6): [True: 0, False: 13]
  ------------------
  649|      0|		memcpy(serial, &card->serialnr, sizeof(*serial));
  650|      0|		sc_log_hex(card->ctx, "Serial Number (cached)", serial->value, serial->len);
  ------------------
  |  |  129|      0|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|      0|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|      0|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|      0|	}
  653|       |	/* not cached, retrieve it by mean of an APDU */
  654|       |	/* official driver read 0x11 bytes, but only uses 7. Manual says just 7 (for le) */
  655|     13|	dnie_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xb8, 0x00, 0x00, 0x07, 0,
  ------------------
  |  |  292|     13|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  656|     13|					rbuf, sizeof(rbuf), NULL, 0);
  657|     13|	apdu.cla = 0x90;	/* proprietary cmd */
  658|       |	/* send apdu */
  659|     13|	result = sc_transmit_apdu(card, &apdu);
  660|     13|	if (result != SC_SUCCESS) {
  ------------------
  |  |   28|     13|#define SC_SUCCESS				0
  ------------------
  |  Branch (660:6): [True: 2, False: 11]
  ------------------
  661|      2|		LOG_TEST_RET(card->ctx, result, "APDU transmit failed");
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  662|      2|	}
  663|     11|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (663:6): [True: 8, False: 3]
  |  Branch (663:26): [True: 2, False: 1]
  ------------------
  664|     10|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     10|#define SC_ERROR_INTERNAL			-1400
  ------------------
  665|       |	/* cache serial number */
  666|      1|	memcpy(card->serialnr.value, apdu.resp, 7 * sizeof(u8));
  667|      1|	card->serialnr.len = 7 * sizeof(u8);
  668|       |	/* TODO: fill Issuer Identification Number data with proper (ATR?) info */
  669|       |	/*
  670|       |	   card->serialnr.iin.mii=;
  671|       |	   card->serialnr.iin.country=;
  672|       |	   card->serialnr.iin.issuer_id=;
  673|       |	 */
  674|       |	/* copy and return serial number */
  675|      1|	memcpy(serial, &card->serialnr, sizeof(*serial));
  676|      1|	sc_log_hex(card->ctx, "Serial Number (apdu)", serial->value, serial->len);
  ------------------
  |  |  129|      1|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|      1|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  677|      1|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  678|      1|}
card-dnie.c:dnie_process_fci:
 1925|    698|{
 1926|    698|	int res = SC_SUCCESS;
  ------------------
  |  |   28|    698|#define SC_SUCCESS				0
  ------------------
 1927|    698|	int *op = df_acl;
 1928|    698|	int n = 0;
 1929|    698|	sc_context_t *ctx = NULL;
 1930|    698|	if ((card == NULL) || (card->ctx == NULL) || (file == NULL) || buflen == 0)
  ------------------
  |  Branch (1930:6): [True: 0, False: 698]
  |  Branch (1930:24): [True: 0, False: 698]
  |  Branch (1930:47): [True: 0, False: 698]
  |  Branch (1930:65): [True: 0, False: 698]
  ------------------
 1931|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1932|    698|	ctx = card->ctx;
 1933|    698|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    698|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    698|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    698|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    698|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 698]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1934|       |	/* first of all, let iso do the hard work */
 1935|    698|	res = iso_ops->process_fci(card, file, buf, buflen);
 1936|    698|	LOG_TEST_RET(ctx, res, "iso7816_process_fci() failed");
  ------------------
  |  |  174|    698|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    698|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    698|	int _ret = (r); \
  |  |  |  |  168|    698|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 698]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    698|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 698]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1937|       |	/* if tag 0x85 is received, then file->prop_attr_len should be filled
 1938|       |	 * by sc_file_set_prop_attr() code. So check and set data according manual
 1939|       |	 * Note errata at pg 35 of Manual  about DF identifier (should be 0x38) */
 1940|    698|	if (file->prop_attr_len == 0) {	/* no proprietary tag (0x85) received */
  ------------------
  |  Branch (1940:6): [True: 251, False: 447]
  ------------------
 1941|    251|		res = SC_SUCCESS;
  ------------------
  |  |   28|    251|#define SC_SUCCESS				0
  ------------------
 1942|    251|		goto dnie_process_fci_end;
 1943|    251|	}
 1944|       |	/* at least 10 bytes should be received */
 1945|    447|	if (file->prop_attr_len < 10) {
  ------------------
  |  Branch (1945:6): [True: 10, False: 437]
  ------------------
 1946|     10|		res = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     10|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 1947|     10|		goto dnie_process_fci_end;
 1948|     10|	}
 1949|       |	/* byte 0 denotes file type */
 1950|    437|	switch (file->prop_attr[0]) {
 1951|     18|	case 0x01:		/* EF for plain files */
  ------------------
  |  Branch (1951:2): [True: 18, False: 419]
  ------------------
 1952|     18|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     18|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 1953|     18|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     18|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
 1954|     18|		break;
 1955|     93|	case 0x15:		/* EF for keys: linear variable simple TLV */
  ------------------
  |  Branch (1955:2): [True: 93, False: 344]
  ------------------
 1956|     93|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     93|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 1957|       |		/* pin file 3F000000 has also this EF type */
 1958|     93|		if ( ( file->prop_attr[2] == 0x00 ) && (file->prop_attr[3] == 0x00 ) ) {
  ------------------
  |  Branch (1958:8): [True: 50, False: 43]
  |  Branch (1958:42): [True: 22, False: 28]
  ------------------
 1959|     22|			sc_log(ctx,"Processing pin EF");
  ------------------
  |  |   71|     22|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1960|     22|			break;
 1961|     22|		}
 1962|       |		/* FCI response for Keys EF returns 3 additional bytes */
 1963|     71|		if (file->prop_attr_len < 13) {
  ------------------
  |  Branch (1963:7): [True: 11, False: 60]
  ------------------
 1964|     11|			sc_log(ctx, "FCI response len for Keys EF should be 13 bytes");
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1965|     11|			res = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     11|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 1966|     11|			goto dnie_process_fci_end;
 1967|     11|		}
 1968|     60|		break;
 1969|    274|	case 0x24:		/* EF for compressed certificates */
  ------------------
  |  Branch (1969:2): [True: 274, False: 163]
  ------------------
 1970|    274|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    274|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 1971|    274|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|    274|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
 1972|       |		/* evaluate real length by reading first 8 bytes from file */
 1973|    274|		res = dnie_read_header(card);
 1974|       |		/* Hey!, we need pin to read certificates... */
 1975|    274|		if (res == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED)
  ------------------
  |  |   61|    274|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (1975:7): [True: 1, False: 273]
  ------------------
 1976|      1|			goto dnie_process_fci_end;
 1977|    273|		if (res <= 0) {
  ------------------
  |  Branch (1977:7): [True: 223, False: 50]
  ------------------
 1978|    223|			sc_log(ctx,
  ------------------
  |  |   71|    223|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1979|    223|			       "Cannot evaluate uncompressed size. use fci length");
 1980|    223|		} else {
 1981|     50|			sc_log(ctx, "Storing uncompressed size '%d' into fci",
  ------------------
  |  |   71|     50|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1982|     50|			       res);
 1983|     50|			file->prop_attr[3] = (u8) ((res >> 8) & 0xff);
 1984|     50|			file->prop_attr[4] = (u8) (res & 0xff);
 1985|     50|		}
 1986|    273|		break;
 1987|     42|	case 0x38:		/* Errata: manual page 35 says wrong 0x34 */
  ------------------
  |  Branch (1987:2): [True: 42, False: 395]
  ------------------
 1988|     42|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     42|#define SC_FILE_TYPE_DF			0x04
  ------------------
 1989|     42|		break;
 1990|     10|	default:
  ------------------
  |  Branch (1990:2): [True: 10, False: 427]
  ------------------
 1991|     10|		res = SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     10|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
 1992|     10|		goto dnie_process_fci_end;
 1993|    437|	}
 1994|       |
 1995|       |	/* bytes 1 and 2 stores file ID */
 1996|    415|	file->id = ( ( 0xff & (int)file->prop_attr[1] ) << 8 ) |
 1997|    415|			( 0xff & (int)file->prop_attr[2] ) ;
 1998|       |
 1999|       |	/* bytes 3 and 4 states file length */
 2000|    415|	file->size = ( ( 0xff & (int)file->prop_attr[3] ) << 8 ) |
 2001|    415|			( 0xff & (int)file->prop_attr[4] ) ;
 2002|       |
 2003|       |	/* bytes 5 to 9 states security attributes */
 2004|       |	/* NOTE:
 2005|       |	 * seems that these 5 bytes are handled according iso7816-9 sect 8.
 2006|       |	 * but sadly that each card uses their own bits :-(
 2007|       |	 * Moreover: Manual talks on 5 bytes, but official driver only uses 4
 2008|       |	 * No info available (yet), so copy code from card-jcos.c / card-flex.c
 2009|       |	 * card drivers and pray... */
 2010|    415|	op = (file->type == SC_FILE_TYPE_DF) ? df_acl : ef_acl;
  ------------------
  |  |  214|    415|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (2010:7): [True: 42, False: 373]
  ------------------
 2011|  2.49k|	for (n = 0; n < 5; n++) {
  ------------------
  |  Branch (2011:14): [True: 2.07k, False: 415]
  ------------------
 2012|  2.07k|		int key_ref = 0;
 2013|  2.07k|		if (*(op + n) == -1)
  ------------------
  |  Branch (2013:7): [True: 415, False: 1.66k]
  ------------------
 2014|    415|			continue;	/* unused entry: skip */
 2015|  1.66k|		key_ref = file->prop_attr[5 + n] & 0x0F;
 2016|  1.66k|		switch (0xF0 & file->prop_attr[5 + n]) {
 2017|    500|		case 0x00:
  ------------------
  |  Branch (2017:3): [True: 500, False: 1.16k]
  ------------------
 2018|    500|			sc_file_add_acl_entry(file, *(op + n), SC_AC_NONE,
  ------------------
  |  |  150|    500|#define SC_AC_NONE			0x00000000
  ------------------
 2019|    500|					      SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    500|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 2020|    500|			break;
 2021|    119|		case 0x10:
  ------------------
  |  Branch (2021:3): [True: 119, False: 1.54k]
  ------------------
 2022|       |			/* this tag is omitted in official code
 2023|       |			   case 0x20:
 2024|       |			 */
 2025|    300|		case 0x30:
  ------------------
  |  Branch (2025:3): [True: 181, False: 1.47k]
  ------------------
 2026|    300|			sc_file_add_acl_entry(file, *(op + n), SC_AC_CHV,
  ------------------
  |  |  151|    300|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 2027|    300|					      key_ref);
 2028|    300|			break;
 2029|    192|		case 0x40:
  ------------------
  |  Branch (2029:3): [True: 192, False: 1.46k]
  ------------------
 2030|    192|			sc_file_add_acl_entry(file, *(op + n), SC_AC_TERM,
  ------------------
  |  |  152|    192|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
 2031|    192|					      key_ref);
 2032|    192|			break;
 2033|    178|		case 0xF0:
  ------------------
  |  Branch (2033:3): [True: 178, False: 1.48k]
  ------------------
 2034|    178|			sc_file_add_acl_entry(file, *(op + n), SC_AC_NEVER,
  ------------------
  |  |  163|    178|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 2035|    178|					      SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    178|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 2036|    178|			break;
 2037|    490|		default:
  ------------------
  |  Branch (2037:3): [True: 490, False: 1.17k]
  ------------------
 2038|    490|			sc_file_add_acl_entry(file, *(op + n), SC_AC_UNKNOWN,
  ------------------
  |  |  162|    490|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
 2039|    490|					      SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    490|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 2040|    490|			break;
 2041|  1.66k|		}
 2042|  1.66k|	}
 2043|       |	/* NOTE: Following bytes are described at DNIe manual pg 36, but No
 2044|       |	   documentation about what to do with following data is provided...
 2045|       |	   logs suggest that they are neither generated nor handled.
 2046|       |
 2047|       |	   UPDATE: these additional bytes are received when FileDescriptor tag
 2048|       |	   is 0x15 (EF for keys)
 2049|       |	 */
 2050|    415|	if (file->prop_attr[0] == 0x15) {
  ------------------
  |  Branch (2050:6): [True: 82, False: 333]
  ------------------
 2051|     82|		sc_log(card->ctx,
  ------------------
  |  |   71|     82|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2052|     82|		       "Processing flags for Cryptographic key files");
 2053|       |		/* byte 10 (if present) shows Control Flags for security files */
 2054|       |		/* bytes 11 and 12 (if present) states Control bytes for
 2055|       |		   RSA crypto files */
 2056|       |		/* TODO: write when know what to do */
 2057|     82|	}
 2058|    415|	res = SC_SUCCESS;	/* arriving here means success */
  ------------------
  |  |   28|    415|#define SC_SUCCESS				0
  ------------------
 2059|    698| dnie_process_fci_end:
 2060|    698|	LOG_FUNC_RETURN(card->ctx, res);
  ------------------
  |  |  164|    698|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    698|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    698|	int _ret = r; \
  |  |  |  |  155|    698|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 698, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    698|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     32|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 32, False: 666]
  |  |  |  |  ------------------
  |  |  |  |  157|    698|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    698|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    698|	return _ret; \
  |  |  |  |  163|    698|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2061|    698|}
card-dnie.c:dnie_read_header:
 1848|    274|{
 1849|    274|	sc_apdu_t apdu;
 1850|    274|	int r;
 1851|    274|	u8 buf[MAX_RESP_BUFFER_SIZE];
 1852|    274|	unsigned long uncompressed = 0L;
 1853|    274|	unsigned long compressed = 0L;
 1854|    274|	sc_context_t *ctx = NULL;
 1855|       |
 1856|    274|	if (!card || !card->ctx)
  ------------------
  |  Branch (1856:6): [True: 0, False: 274]
  |  Branch (1856:15): [True: 0, False: 274]
  ------------------
 1857|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1858|    274|	ctx = card->ctx;
 1859|    274|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    274|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    274|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    274|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    274|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 274]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1860|       |
 1861|       |	/* initialize apdu */
 1862|    274|	dnie_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, 0x00, 0x00, 8, 0,
  ------------------
  |  |  292|    274|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1863|    274|					buf, MAX_RESP_BUFFER_SIZE, NULL, 0);
  ------------------
  |  |   56|    274|#define MAX_RESP_BUFFER_SIZE 2048
  ------------------
 1864|       |	/* transmit apdu */
 1865|    274|	r = sc_transmit_apdu(card, &apdu);
 1866|    274|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    274|#define SC_SUCCESS				0
  ------------------
  |  Branch (1866:6): [True: 12, False: 262]
  ------------------
 1867|     12|		sc_log(ctx, "read_header() APDU transmit failed");
  ------------------
  |  |   71|     12|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1868|     12|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|     12|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     12|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     12|	int _ret = r; \
  |  |  |  |  155|     12|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     12|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     12|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     12|	return _ret; \
  |  |  |  |  163|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1869|     12|	}
 1870|       |	/* check response */
 1871|    262|	if (apdu.resplen != 8)
  ------------------
  |  Branch (1871:6): [True: 80, False: 182]
  ------------------
 1872|     80|		goto header_notcompressed;
 1873|    182|	uncompressed = lebytes2ulong(apdu.resp);
 1874|    182|	compressed = lebytes2ulong(apdu.resp + 4);
 1875|    182|	if (uncompressed < compressed)
  ------------------
  |  Branch (1875:6): [True: 32, False: 150]
  ------------------
 1876|     32|		goto header_notcompressed;
 1877|    150|	if (uncompressed > 32767)
  ------------------
  |  Branch (1877:6): [True: 100, False: 50]
  ------------------
 1878|    100|		goto header_notcompressed;
 1879|       |	/* ok: assume data is correct */
 1880|     50|	sc_log(ctx, "read_header: uncompressed file size is %lu", uncompressed);
  ------------------
  |  |   71|     50|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1881|     50|	return (int)(0x7FFF & uncompressed);
 1882|       |
 1883|    212| header_notcompressed:
 1884|    212|	sc_log(ctx, "response doesn't match compressed file header");
  ------------------
  |  |   71|    212|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1885|    212|	return 0;
 1886|    150|}
card-dnie.c:dnie_pin_cmd:
 2174|     13|{
 2175|     13|	int res = SC_SUCCESS;
  ------------------
  |  |   28|     13|#define SC_SUCCESS				0
  ------------------
 2176|     13|	int lc = SC_CARDCTRL_LIFECYCLE_USER;
 2177|       |
 2178|     13|	if ((card == NULL) || (card->ctx == NULL) || (data == NULL))
  ------------------
  |  Branch (2178:6): [True: 0, False: 13]
  |  Branch (2178:24): [True: 0, False: 13]
  |  Branch (2178:47): [True: 0, False: 13]
  ------------------
 2179|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2180|     13|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     13|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     13|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     13|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     13|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2181|       |
 2182|       |	/*
 2183|       |	* some flags and settings from documentation
 2184|       |	* No (easy) way to handle pinpad through SM, so disable it
 2185|       |	*/
 2186|     13|	data->flags &= ~SC_PIN_CMD_NEED_PADDING; /* no pin padding */
  ------------------
  |  |  422|     13|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 2187|     13|	data->flags &= ~SC_PIN_CMD_USE_PINPAD;	 /* cannot handle pinpad */
  ------------------
  |  |  421|     13|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
 2188|       |
 2189|       |	/* ensure that card is in USER Lifecycle */
 2190|     13|	res = dnie_card_ctl(card, SC_CARDCTL_LIFECYCLE_GET, &lc);
 2191|     13|	LOG_TEST_RET(card->ctx, res, "Cannot get card LC status");
  ------------------
  |  |  174|     13|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     13|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     13|	int _ret = (r); \
  |  |  |  |  168|     13|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2192|     13|	if (lc != SC_CARDCTRL_LIFECYCLE_USER) {
  ------------------
  |  Branch (2192:6): [True: 0, False: 13]
  ------------------
 2193|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2194|      0|	}
 2195|       |
 2196|       |	/* only allow changes on CHV pin ) */
 2197|     13|	switch (data->pin_type) {
 2198|     13|	case SC_AC_CHV:	/* Card Holder Verifier */
  ------------------
  |  |  151|     13|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (2198:2): [True: 13, False: 0]
  ------------------
 2199|     13|		break;
 2200|      0|	case SC_AC_TERM:	/* Terminal auth */
  ------------------
  |  |  152|      0|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  |  Branch (2200:2): [True: 0, False: 13]
  ------------------
 2201|      0|	case SC_AC_PRO:	/* SM auth */
  ------------------
  |  |  153|      0|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  |  Branch (2201:2): [True: 0, False: 13]
  ------------------
 2202|      0|	case SC_AC_AUT:	/* Key auth */
  ------------------
  |  |  154|      0|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  |  Branch (2202:2): [True: 0, False: 13]
  ------------------
 2203|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2204|      0|	default:
  ------------------
  |  Branch (2204:2): [True: 0, False: 13]
  ------------------
 2205|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2206|     13|	}
 2207|       |	/* This DNIe driver only supports VERIFY operation */
 2208|     13|	switch (data->cmd) {
 2209|      0|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (2209:2): [True: 0, False: 13]
  ------------------
 2210|      0|		res =  dnie_pin_verify(card,data);
 2211|      0|		break;
 2212|      0|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (2212:2): [True: 0, False: 13]
  ------------------
 2213|      0|		res =  dnie_pin_change(card,data);
 2214|      0|		break;
 2215|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (2215:2): [True: 0, False: 13]
  ------------------
 2216|     13|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|     13|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (2216:2): [True: 13, False: 0]
  ------------------
 2217|     13|		res= SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     13|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2218|     13|		break;
 2219|      0|	default:
  ------------------
  |  Branch (2219:2): [True: 0, False: 13]
  ------------------
 2220|      0|		res= SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2221|      0|		break;
 2222|     13|	}
 2223|       |	/* return result */
 2224|     13|	LOG_FUNC_RETURN(card->ctx, res);
  ------------------
  |  |  164|     13|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     13|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     13|	int _ret = r; \
  |  |  |  |  155|     13|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     13|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     13|	return _ret; \
  |  |  |  |  163|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2225|     13|}

sc_get_dtrust_driver:
 1056|  16.4k|{
 1057|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1057:6): [True: 1, False: 16.4k]
  ------------------
 1058|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1059|       |
 1060|  16.4k|	dtrust_ops = *iso_ops;
 1061|  16.4k|	dtrust_ops.match_card = dtrust_match_card;
 1062|  16.4k|	dtrust_ops.init = dtrust_init;
 1063|  16.4k|	dtrust_ops.finish = dtrust_finish;
 1064|  16.4k|	dtrust_ops.pin_cmd = dtrust_pin_cmd;
 1065|  16.4k|	dtrust_ops.set_security_env = dtrust_set_security_env;
 1066|  16.4k|	dtrust_ops.compute_signature = dtrust_compute_signature;
 1067|  16.4k|	dtrust_ops.decipher = dtrust_decipher;
 1068|  16.4k|	dtrust_ops.logout = dtrust_logout;
 1069|       |
 1070|  16.4k|	return &dtrust_drv;
 1071|  16.4k|}
card-dtrust.c:dtrust_match_card:
  234|  15.4k|{
  235|  15.4k|	if (_sc_match_atr(card, dtrust_atrs, &card->type) < 0)
  ------------------
  |  Branch (235:6): [True: 15.3k, False: 80]
  ------------------
  236|  15.3k|		return 0;
  237|       |
  238|     80|	if (_dtrust_match_cardos(card) != SC_SUCCESS)
  ------------------
  |  |   28|     80|#define SC_SUCCESS				0
  ------------------
  |  Branch (238:6): [True: 79, False: 1]
  ------------------
  239|     79|		return 0;
  240|       |
  241|      1|	if (_dtrust_match_profile(card) != SC_SUCCESS)
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  |  Branch (241:6): [True: 1, False: 0]
  ------------------
  242|      1|		return 0;
  243|       |
  244|      0|	sc_log(card->ctx, "D-Trust Signature Card");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  245|       |
  246|      0|	return 1;
  247|      1|}
card-dtrust.c:_dtrust_match_cardos:
  114|     80|{
  115|     80|	int r;
  116|     80|	size_t prodlen;
  117|     80|	u8 buf[32];
  118|       |
  119|       |	/* check OS version */
  120|     80|	r = sc_get_data(card, 0x0182, buf, 32);
  121|     80|	LOG_TEST_RET(card->ctx, r, "OS version check failed");
  ------------------
  |  |  174|     80|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     80|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     80|	int _ret = (r); \
  |  |  |  |  168|     80|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 44, False: 36]
  |  |  |  |  ------------------
  |  |  |  |  169|     44|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     44|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     44|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     44|		return _ret; \
  |  |  |  |  172|     44|	} \
  |  |  |  |  173|     80|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 36]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|       |
  123|     36|	if (card->type == SC_CARD_TYPE_DTRUST_V4_1_STD) {
  ------------------
  |  Branch (123:6): [True: 28, False: 8]
  ------------------
  124|     28|		if (r != 2 || buf[0] != 0xc9 || buf[1] != 0x04)
  ------------------
  |  Branch (124:7): [True: 5, False: 23]
  |  Branch (124:17): [True: 2, False: 21]
  |  Branch (124:35): [True: 5, False: 16]
  ------------------
  125|     12|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|     12|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  126|     28|	} else if (card->type == SC_CARD_TYPE_DTRUST_V5_1_STD) {
  ------------------
  |  Branch (126:13): [True: 8, False: 0]
  ------------------
  127|      8|		if (r != 2 || buf[0] != 0xcb || buf[1] != 0x01)
  ------------------
  |  Branch (127:7): [True: 4, False: 4]
  |  Branch (127:17): [True: 2, False: 2]
  |  Branch (127:35): [True: 1, False: 1]
  ------------------
  128|      7|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      7|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  129|      8|	}
  130|       |
  131|       |	/* check product name */
  132|     17|	r = sc_get_data(card, 0x0180, buf, 32);
  133|     17|	LOG_TEST_RET(card->ctx, r, "Product name check failed");
  ------------------
  |  |  174|     17|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     17|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     17|	int _ret = (r); \
  |  |  |  |  168|     17|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|       |
  135|     13|	prodlen = (size_t)r;
  136|     13|	if (card->type == SC_CARD_TYPE_DTRUST_V4_1_STD) {
  ------------------
  |  Branch (136:6): [True: 13, False: 0]
  ------------------
  137|     13|		if (prodlen != strlen("CardOS V5.4     2019") + 1 || memcmp(buf, "CardOS V5.4     2019", prodlen))
  ------------------
  |  Branch (137:7): [True: 2, False: 11]
  |  Branch (137:56): [True: 10, False: 1]
  ------------------
  138|     12|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|     12|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  139|     13|	} else if (card->type == SC_CARD_TYPE_DTRUST_V5_1_STD) {
  ------------------
  |  Branch (139:13): [True: 0, False: 0]
  ------------------
  140|      0|		if (prodlen != strlen("CardOS V6.0 2021") + 1 || memcmp(buf, "CardOS V6.0 2021", prodlen))
  ------------------
  |  Branch (140:7): [True: 0, False: 0]
  |  Branch (140:52): [True: 0, False: 0]
  ------------------
  141|      0|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  142|      0|	}
  143|       |
  144|      1|	return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  145|     13|}
card-dtrust.c:_dtrust_match_profile:
  149|      1|{
  150|      1|	sc_path_t cia_path;
  151|      1|	int r;
  152|      1|	u8 buf[SC_MAX_APDU_BUFFER_SIZE];
  153|      1|	size_t slen, plen;
  154|      1|	const u8 *sp, *pp;
  155|      1|	char *name;
  156|       |
  157|      1|	sc_format_path("5032", &cia_path);
  158|      1|	cia_path.aid.len = sizeof(cia_path.aid.value);
  159|      1|	r = sc_hex_to_bin("E8:28:BD:08:0F:A0:00:00:01:67:45:53:49:47:4E", (u8 *)&cia_path.aid.value, &cia_path.aid.len);
  160|      1|	LOG_TEST_RET(card->ctx, r, "Formatting AID failed");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  161|       |
  162|      1|	r = sc_select_file(card, &cia_path, NULL);
  163|      1|	LOG_TEST_RET(card->ctx, r, "Selecting CIA path failed");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|       |
  165|      0|	r = sc_read_binary(card, 0, buf, SC_MAX_APDU_BUFFER_SIZE, NULL);
  ------------------
  |  |   34|      0|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
  166|      0|	LOG_TEST_RET(card->ctx, r, "Reading CIA information failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|       |
  168|      0|	sp = sc_asn1_find_tag(card->ctx, buf, r, 0x30, &slen);
  169|      0|	if (sp == NULL)
  ------------------
  |  Branch (169:6): [True: 0, False: 0]
  ------------------
  170|      0|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  171|       |
  172|       |	/* check vendor */
  173|      0|	pp = sc_asn1_find_tag(card->ctx, sp, slen, 0x0c, &plen);
  174|      0|	if (pp == NULL)
  ------------------
  |  Branch (174:6): [True: 0, False: 0]
  ------------------
  175|      0|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  176|       |
  177|      0|	if (plen != 16 || memcmp(pp, "D-TRUST GmbH (C)", 16))
  ------------------
  |  Branch (177:6): [True: 0, False: 0]
  |  Branch (177:20): [True: 0, False: 0]
  ------------------
  178|      0|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  179|       |
  180|       |	/* check profile */
  181|      0|	pp = sc_asn1_find_tag(card->ctx, sp, slen, 0x80, &plen);
  182|      0|	if (pp == NULL)
  ------------------
  |  Branch (182:6): [True: 0, False: 0]
  ------------------
  183|      0|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  184|       |
  185|       |	/*
  186|       |	 * The profile string contains (two) additional characters. They depend
  187|       |	 * on the production process, but aren't relevant for determining the
  188|       |	 * card profile.
  189|       |	 */
  190|      0|	if (card->type == SC_CARD_TYPE_DTRUST_V4_1_STD) {
  ------------------
  |  Branch (190:6): [True: 0, False: 0]
  ------------------
  191|      0|		if (plen >= 27 && !memcmp(pp, "D-TRUST Card 4.1 Std. RSA 2", 27))
  ------------------
  |  Branch (191:7): [True: 0, False: 0]
  |  Branch (191:21): [True: 0, False: 0]
  ------------------
  192|      0|			card->type = SC_CARD_TYPE_DTRUST_V4_1_STD;
  193|      0|		else if (plen >= 28 && !memcmp(pp, "D-TRUST Card 4.1 Multi ECC 2", 28))
  ------------------
  |  Branch (193:12): [True: 0, False: 0]
  |  Branch (193:26): [True: 0, False: 0]
  ------------------
  194|      0|			card->type = SC_CARD_TYPE_DTRUST_V4_1_MULTI;
  195|      0|		else if (plen >= 27 && !memcmp(pp, "D-TRUST Card 4.1 M100 ECC 2", 27))
  ------------------
  |  Branch (195:12): [True: 0, False: 0]
  |  Branch (195:26): [True: 0, False: 0]
  ------------------
  196|      0|			card->type = SC_CARD_TYPE_DTRUST_V4_1_M100;
  197|      0|		else if (plen >= 27 && !memcmp(pp, "D-TRUST Card 4.4 Std. RSA 2", 27))
  ------------------
  |  Branch (197:12): [True: 0, False: 0]
  |  Branch (197:26): [True: 0, False: 0]
  ------------------
  198|      0|			card->type = SC_CARD_TYPE_DTRUST_V4_4_STD;
  199|      0|		else if (plen >= 28 && !memcmp(pp, "D-TRUST Card 4.4 Multi ECC 2", 28))
  ------------------
  |  Branch (199:12): [True: 0, False: 0]
  |  Branch (199:26): [True: 0, False: 0]
  ------------------
  200|      0|			card->type = SC_CARD_TYPE_DTRUST_V4_4_MULTI;
  201|      0|		else
  202|      0|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  203|      0|	} else if (card->type == SC_CARD_TYPE_DTRUST_V5_1_STD) {
  ------------------
  |  Branch (203:13): [True: 0, False: 0]
  ------------------
  204|      0|		if (plen >= 27 && !memcmp(pp, "D-TRUST Card 5.1 Std. RSA 2", 27))
  ------------------
  |  Branch (204:7): [True: 0, False: 0]
  |  Branch (204:21): [True: 0, False: 0]
  ------------------
  205|      0|			card->type = SC_CARD_TYPE_DTRUST_V5_1_STD;
  206|      0|		else if (plen >= 28 && !memcmp(pp, "D-TRUST Card 5.1 Multi ECC 2", 28))
  ------------------
  |  Branch (206:12): [True: 0, False: 0]
  |  Branch (206:26): [True: 0, False: 0]
  ------------------
  207|      0|			card->type = SC_CARD_TYPE_DTRUST_V5_1_MULTI;
  208|      0|		else if (plen >= 27 && !memcmp(pp, "D-TRUST Card 5.1 M100 ECC 2", 27))
  ------------------
  |  Branch (208:12): [True: 0, False: 0]
  |  Branch (208:26): [True: 0, False: 0]
  ------------------
  209|      0|			card->type = SC_CARD_TYPE_DTRUST_V5_1_M100;
  210|      0|		else if (plen >= 27 && !memcmp(pp, "D-TRUST Card 5.4 Std. RSA 2", 27))
  ------------------
  |  Branch (210:12): [True: 0, False: 0]
  |  Branch (210:26): [True: 0, False: 0]
  ------------------
  211|      0|			card->type = SC_CARD_TYPE_DTRUST_V5_4_STD;
  212|      0|		else if (plen >= 28 && !memcmp(pp, "D-TRUST Card 5.4 Multi ECC 2", 28))
  ------------------
  |  Branch (212:12): [True: 0, False: 0]
  |  Branch (212:26): [True: 0, False: 0]
  ------------------
  213|      0|			card->type = SC_CARD_TYPE_DTRUST_V5_4_MULTI;
  214|      0|		else
  215|      0|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  216|      0|	}
  217|       |
  218|      0|	name = malloc(plen + 1);
  219|      0|	if (name == NULL)
  ------------------
  |  Branch (219:6): [True: 0, False: 0]
  ------------------
  220|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  221|      0|	memcpy(name, pp, plen);
  222|      0|	name[plen] = '\0';
  223|      0|	card->name = name;
  224|       |
  225|      0|	sc_log(card->ctx, "found %s", card->name);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  226|       |
  227|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  228|      0|}

sc_get_edo_driver:
  306|  16.4k|struct sc_card_driver* sc_get_edo_driver(void) {
  307|  16.4k|	edo_ops = *sc_get_iso7816_driver()->ops;
  308|  16.4k|	edo_ops.match_card = edo_match_card;
  309|  16.4k|	edo_ops.init = edo_init;
  310|  16.4k|	edo_ops.select_file = edo_select_file;
  311|  16.4k|	edo_ops.set_security_env = edo_set_security_env;
  312|  16.4k|	edo_ops.compute_signature = edo_compute_signature;
  313|  16.4k|	edo_ops.logout = edo_logout;
  314|       |
  315|  16.4k|	return &edo_drv;
  316|  16.4k|}
card-edo.c:edo_match_card:
   62|  7.63k|static int edo_match_card(sc_card_t* card) {
   63|  7.63k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  7.63k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  7.63k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  7.63k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 7.63k]
  |  |  ------------------
  ------------------
   64|  7.63k|	if (_sc_match_atr(card, edo_atrs, &card->type) >= 0) {
  ------------------
  |  Branch (64:6): [True: 0, False: 7.63k]
  ------------------
   65|      0|		sc_log(card->ctx, "ATR recognized as Polish eID card.");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   66|      0|		LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   67|      0|	}
   68|  7.63k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  7.63k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.63k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.63k|	int _ret = r; \
  |  |  |  |  155|  7.63k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.63k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.63k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 7.63k]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.63k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.63k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  7.63k|	return _ret; \
  |  |  |  |  163|  7.63k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   69|  7.63k|}

sc_get_entersafe_driver:
 1579|  16.4k|{
 1580|  16.4k|	return sc_get_driver();
 1581|  16.4k|}
card-entersafe.c:sc_get_driver:
 1553|  16.4k|{
 1554|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1555|       |
 1556|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1556:6): [True: 1, False: 16.4k]
  ------------------
 1557|      1|		iso_ops = iso_drv->ops;
 1558|       |
 1559|  16.4k|	entersafe_ops = *iso_drv->ops;
 1560|  16.4k|	entersafe_ops.match_card = entersafe_match_card;
 1561|  16.4k|	entersafe_ops.init = entersafe_init;
 1562|  16.4k|	entersafe_ops.read_binary = entersafe_read_binary;
 1563|  16.4k|	entersafe_ops.write_binary = NULL;
 1564|  16.4k|	entersafe_ops.update_binary = entersafe_update_binary;
 1565|  16.4k|	entersafe_ops.select_file = entersafe_select_file;
 1566|  16.4k|	entersafe_ops.restore_security_env = entersafe_restore_security_env;
 1567|  16.4k|	entersafe_ops.set_security_env = entersafe_set_security_env;
 1568|  16.4k|	entersafe_ops.decipher = entersafe_decipher;
 1569|  16.4k|	entersafe_ops.compute_signature = entersafe_compute_signature;
 1570|  16.4k|	entersafe_ops.create_file = entersafe_create_file;
 1571|       |	entersafe_ops.delete_file = NULL;
 1572|  16.4k|	entersafe_ops.pin_cmd = entersafe_pin_cmd;
 1573|  16.4k|	entersafe_ops.card_ctl = entersafe_card_ctl_2048;
 1574|  16.4k|	entersafe_ops.process_fci = entersafe_process_fci;
 1575|  16.4k|	return &entersafe_drv;
 1576|  16.4k|}
card-entersafe.c:entersafe_match_card:
  135|  9.92k|{
  136|  9.92k|	int i;
  137|  9.92k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  9.92k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  9.92k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  9.92k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 9.92k]
  |  |  ------------------
  ------------------
  138|       |
  139|  9.92k|	i = _sc_match_atr(card, entersafe_atrs, &card->type);
  140|  9.92k|	if (i < 0)
  ------------------
  |  Branch (140:6): [True: 9.77k, False: 152]
  ------------------
  141|  9.77k|		return 0;
  142|       |
  143|    152|	return 1;
  144|  9.92k|}
card-entersafe.c:entersafe_init:
  147|    152|{
  148|    152|	unsigned int flags;
  149|       |
  150|    152|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    152|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    152|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    152|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 152]
  |  |  ------------------
  ------------------
  151|       |
  152|    152|	card->name = "entersafe";
  153|    152|	card->cla  = 0x00;
  154|    152|	card->drv_data = NULL;
  155|       |
  156|    152|	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |   93|    152|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  102|    152|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    152|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  157|       |
  158|    152|	_sc_card_add_rsa_alg(card, 512, flags, 0);
  159|    152|	_sc_card_add_rsa_alg(card, 768, flags, 0);
  160|    152|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  161|    152|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  162|       |
  163|    152|	card->caps = SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    152|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  164|       |
  165|       |	/* we need read_binary&friends with max 224 bytes per read */
  166|    152|	card->max_send_size = 224;
  167|    152|	card->max_recv_size = 224;
  168|    152|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|    152|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    152|	int _ret = r; \
  |  |  155|    152|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 152, False: 0]
  |  |  ------------------
  |  |  156|    152|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 152]
  |  |  ------------------
  |  |  157|    152|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    152|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    152|	return _ret; \
  |  |  163|    152|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  169|    152|}
card-entersafe.c:entersafe_read_binary:
  427|    823|{
  428|    823|	sc_apdu_t apdu;
  429|    823|	u8 recvbuf[SC_MAX_APDU_BUFFER_SIZE];
  430|    823|	int r;
  431|       |
  432|    823|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    823|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    823|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    823|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 823]
  |  |  ------------------
  ------------------
  433|       |
  434|    823|	if (count > card->max_recv_size)
  ------------------
  |  Branch (434:6): [True: 0, False: 823]
  ------------------
  435|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  436|    823|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, (idx >> 8) & 0xFF, idx & 0xFF);
  ------------------
  |  |  292|    823|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  437|       |
  438|    823|	apdu.cla = idx > 0x7fff ? 0x80 : 0x00;
  ------------------
  |  Branch (438:13): [True: 0, False: 823]
  ------------------
  439|    823|	apdu.le = count;
  440|    823|	apdu.resplen = count;
  441|    823|	apdu.resp = recvbuf;
  442|       |
  443|    823|	r = entersafe_transmit_apdu(card, &apdu, 0, 0, 0, 0);
  444|    823|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    823|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    823|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    823|	int _ret = (r); \
  |  |  |  |  168|    823|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 816]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|    823|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 816]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  445|    816|	if (apdu.resplen == 0)
  ------------------
  |  Branch (445:6): [True: 94, False: 722]
  ------------------
  446|     94|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     94|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     94|	int _ret = r; \
  |  |  155|     94|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 94, False: 0]
  |  |  ------------------
  |  |  156|     94|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     93|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 93, False: 1]
  |  |  ------------------
  |  |  157|     94|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     94|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     94|	return _ret; \
  |  |  163|     94|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  447|    722|	memcpy(buf, recvbuf, apdu.resplen);
  448|       |
  449|    722|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, (int)apdu.resplen);
  ------------------
  |  |  153|    722|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    722|	int _ret = r; \
  |  |  155|    722|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 722]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    722|	} else { \
  |  |  159|    722|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|    722|			"returning with: %d\n", _ret); \
  |  |  161|    722|	} \
  |  |  162|    722|	return _ret; \
  |  |  163|    722|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  450|    722|}
card-entersafe.c:entersafe_transmit_apdu:
  370|    978|{
  371|    978|	u8 *cipher_data = NULL, *mac_data = NULL;
  372|    978|	size_t cipher_data_size, mac_data_size, blocks;
  373|    978|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    978|#define SC_SUCCESS				0
  ------------------
  374|    978|	u8 *sbuf = NULL;
  375|    978|	size_t ssize = 0;
  376|       |
  377|    978|	if (card == NULL || apdu == NULL)
  ------------------
  |  Branch (377:6): [True: 0, False: 978]
  |  Branch (377:22): [True: 0, False: 978]
  ------------------
  378|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  379|       |
  380|    978|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    978|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    978|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    978|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 978]
  |  |  ------------------
  ------------------
  381|       |
  382|    978|	if ((cipher || mac) && (!key || (keylen != 8 && keylen != 16)))
  ------------------
  |  Branch (382:7): [True: 0, False: 978]
  |  Branch (382:17): [True: 0, False: 978]
  |  Branch (382:26): [True: 0, False: 0]
  |  Branch (382:35): [True: 0, False: 0]
  |  Branch (382:50): [True: 0, False: 0]
  ------------------
  383|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  384|       |
  385|    978|	r = sc_apdu_get_octets(card->ctx, apdu, &sbuf, &ssize, SC_PROTO_RAW);
  ------------------
  |  |  354|    978|#define SC_PROTO_RAW		0x00001000
  ------------------
  386|    978|	if (r == SC_SUCCESS)
  ------------------
  |  |   28|    978|#define SC_SUCCESS				0
  ------------------
  |  Branch (386:6): [True: 978, False: 0]
  ------------------
  387|    978|		sc_apdu_log(card->ctx, sbuf, ssize, 1);
  ------------------
  |  |  292|    978|	sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, is_outgoing != 0 ? "Outgoing APDU" : "Incoming APDU", data, len)
  |  |  ------------------
  |  |  |  |  127|  1.95k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (127:65): [True: 978, Folded]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  388|    978|	if (sbuf)
  ------------------
  |  Branch (388:6): [True: 978, False: 0]
  ------------------
  389|    978|		free(sbuf);
  390|       |
  391|    978|	if (cipher) {
  ------------------
  |  Branch (391:6): [True: 0, False: 978]
  ------------------
  392|      0|		blocks = (apdu->lc + 2) / 8 + 1;
  393|      0|		cipher_data_size = blocks * 8;
  394|      0|		cipher_data = malloc(cipher_data_size);
  395|      0|		if (!cipher_data) {
  ------------------
  |  Branch (395:7): [True: 0, False: 0]
  ------------------
  396|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  397|      0|			goto out;
  398|      0|		}
  399|       |
  400|      0|		if ((r = entersafe_cipher_apdu(card, apdu, key, keylen, cipher_data, cipher_data_size)) < 0)
  ------------------
  |  Branch (400:7): [True: 0, False: 0]
  ------------------
  401|      0|			goto out;
  402|      0|	}
  403|    978|	if (mac) {
  ------------------
  |  Branch (403:6): [True: 0, False: 978]
  ------------------
  404|      0|		mac_data_size = apdu->lc + 4;
  405|      0|		mac_data = malloc(mac_data_size);
  406|      0|		if (!mac_data) {
  ------------------
  |  Branch (406:7): [True: 0, False: 0]
  ------------------
  407|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  408|      0|			goto out;
  409|      0|		}
  410|      0|		r = entersafe_mac_apdu(card, apdu, key, keylen, mac_data, mac_data_size);
  411|      0|		if (r < 0)
  ------------------
  |  Branch (411:7): [True: 0, False: 0]
  ------------------
  412|      0|			goto out;
  413|      0|	}
  414|       |
  415|    978|	r = sc_transmit_apdu(card, apdu);
  416|       |
  417|    978|out:
  418|    978|	free(cipher_data);
  419|    978|	free(mac_data);
  420|       |
  421|    978|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    978|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    978|	int _ret = r; \
  |  |  155|    978|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 978, False: 0]
  |  |  ------------------
  |  |  156|    978|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 13, False: 965]
  |  |  ------------------
  |  |  157|    978|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    978|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    978|	return _ret; \
  |  |  163|    978|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  422|    978|}
card-entersafe.c:entersafe_select_file:
  590|    688|{
  591|    688|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (591:6): [True: 0, False: 688]
  |  Branch (591:22): [True: 0, False: 688]
  ------------------
  592|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  593|    688|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    688|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    688|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    688|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 688]
  |  |  ------------------
  ------------------
  594|       |
  595|    688|	switch (in_path->type) {
  596|      0|		case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (596:3): [True: 0, False: 688]
  ------------------
  597|      0|			if (in_path->len != 2)
  ------------------
  |  Branch (597:8): [True: 0, False: 0]
  ------------------
  598|      0|				SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  599|      0|			return entersafe_select_fid(card,in_path->value[0], in_path->value[1], file_out);
  600|    329|		case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    329|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (600:3): [True: 329, False: 359]
  ------------------
  601|    329|			return entersafe_select_aid(card, in_path, file_out);
  602|    359|		case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|    359|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (602:3): [True: 359, False: 329]
  ------------------
  603|    359|			return entersafe_select_path(card, in_path->value, in_path->len, file_out);
  604|      0|		default:
  ------------------
  |  Branch (604:3): [True: 0, False: 688]
  ------------------
  605|      0|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  606|    688|	}
  607|    688|}
card-entersafe.c:entersafe_select_fid:
  503|    510|{
  504|    510|	int r;
  505|    510|	sc_file_t *file = NULL;
  506|    510|	sc_path_t path;
  507|       |
  508|    510|	memset(&path, 0, sizeof(sc_path_t));
  509|       |
  510|    510|	path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    510|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  511|    510|	path.value[0] = id_hi;
  512|    510|	path.value[1] = id_lo;
  513|    510|	path.len = 2;
  514|       |
  515|    510|	r = iso_ops->select_file(card, &path, &file);
  516|    510|	if (r < 0)
  ------------------
  |  Branch (516:6): [True: 219, False: 291]
  ------------------
  517|    219|		sc_file_free(file);
  518|    510|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    510|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    510|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    510|	int _ret = (r); \
  |  |  |  |  168|    510|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 219, False: 291]
  |  |  |  |  ------------------
  |  |  |  |  169|    219|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    219|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    219|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    219|		return _ret; \
  |  |  |  |  172|    219|	} \
  |  |  |  |  173|    510|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 291]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|       |
  520|    291|	if (file_out)
  ------------------
  |  Branch (520:6): [True: 121, False: 170]
  ------------------
  521|    121|		*file_out = file;
  522|    170|	else
  523|    170|		sc_file_free(file);
  524|       |
  525|    291|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|    291|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    291|	int _ret = r; \
  |  |  155|    291|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 291, False: 0]
  |  |  ------------------
  |  |  156|    291|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 291]
  |  |  ------------------
  |  |  157|    291|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    291|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    291|	return _ret; \
  |  |  163|    291|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  526|    291|}
card-entersafe.c:entersafe_select_aid:
  531|    329|{
  532|    329|	int r;
  533|       |
  534|    329|	r = iso_ops->select_file(card, in_path, file_out);
  535|    329|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    329|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    329|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    329|	int _ret = (r); \
  |  |  |  |  168|    329|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 307, False: 22]
  |  |  |  |  ------------------
  |  |  |  |  169|    307|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    307|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    307|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    307|		return _ret; \
  |  |  |  |  172|    307|	} \
  |  |  |  |  173|    329|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  536|       |
  537|     22|	if (file_out) {
  ------------------
  |  Branch (537:6): [True: 0, False: 22]
  ------------------
  538|      0|		sc_file_t *file = *file_out;
  539|      0|		if (file == NULL)
  ------------------
  |  Branch (539:7): [True: 0, False: 0]
  ------------------
  540|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  541|       |
  542|      0|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      0|#define SC_FILE_TYPE_DF			0x04
  ------------------
  543|      0|		file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|      0|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  544|      0|		file->path.len = 0;
  545|      0|		file->size = 0;
  546|       |		/* AID */
  547|      0|		memcpy(file->name, in_path->value, in_path->len);
  548|      0|		file->namelen = in_path->len;
  549|      0|		file->id = 0x0000;
  550|      0|	}
  551|     22|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|     22|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     22|	int _ret = r; \
  |  |  155|     22|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 22, False: 0]
  |  |  ------------------
  |  |  156|     22|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 22]
  |  |  ------------------
  |  |  157|     22|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     22|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     22|	return _ret; \
  |  |  163|     22|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  552|     22|}
card-entersafe.c:entersafe_select_path:
  557|    359|{
  558|    359|	u8 n_pathbuf[SC_MAX_PATH_SIZE];
  559|    359|	const u8 *path = pathbuf;
  560|    359|	size_t pathlen = len;
  561|    359|	unsigned int i;
  562|    359|	int r;
  563|       |
  564|    359|	if (pathlen % 2 != 0 || pathlen > 6 || pathlen <= 0)
  ------------------
  |  Branch (564:6): [True: 0, False: 359]
  |  Branch (564:26): [True: 3, False: 356]
  |  Branch (564:41): [True: 1, False: 355]
  ------------------
  565|      4|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      4|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      4|	int _ret = r; \
  |  |  155|      4|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 4, False: 0]
  |  |  ------------------
  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 4, False: 0]
  |  |  ------------------
  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      4|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      4|	return _ret; \
  |  |  163|      4|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  566|       |
  567|       |	/* if pathlen == 6 then the first FID must be MF (== 3F00) */
  568|    355|	if (pathlen == 6 && (path[0] != 0x3f || path[1] != 0x00))
  ------------------
  |  Branch (568:6): [True: 15, False: 340]
  |  Branch (568:23): [True: 2, False: 13]
  |  Branch (568:42): [True: 1, False: 12]
  ------------------
  569|      3|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      3|	int _ret = r; \
  |  |  155|      3|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  ------------------
  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 3, False: 0]
  |  |  ------------------
  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      3|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      3|	return _ret; \
  |  |  163|      3|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  570|       |
  571|       |	/* unify path (the first FID should be MF) */
  572|    352|	if (path[0] != 0x3f || path[1] != 0x00) {
  ------------------
  |  Branch (572:6): [True: 15, False: 337]
  |  Branch (572:25): [True: 4, False: 333]
  ------------------
  573|     19|		n_pathbuf[0] = 0x3f;
  574|     19|		n_pathbuf[1] = 0x00;
  575|     19|		memcpy(n_pathbuf + 2, path, pathlen);
  576|     19|		path = n_pathbuf;
  577|     19|		pathlen += 2;
  578|     19|	}
  579|       |
  580|    510|	for (i = 0; i < pathlen - 2; i += 2) {
  ------------------
  |  Branch (580:14): [True: 359, False: 151]
  ------------------
  581|    359|		r = entersafe_select_fid(card, path[i], path[i + 1], NULL);
  582|    359|		LOG_TEST_RET(card->ctx, r, "SELECT FILE (DF-ID) failed");
  ------------------
  |  |  174|    359|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    359|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    359|	int _ret = (r); \
  |  |  |  |  168|    359|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 201, False: 158]
  |  |  |  |  ------------------
  |  |  |  |  169|    201|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    201|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    201|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    201|		return _ret; \
  |  |  |  |  172|    201|	} \
  |  |  |  |  173|    359|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 158]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  583|    359|	}
  584|    151|	return entersafe_select_fid(card, path[pathlen - 2], path[pathlen - 1], file_out);
  585|    352|}
card-entersafe.c:entersafe_pin_cmd:
  880|      4|{
  881|      4|	int r;
  882|      4|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|      4|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|      4|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|      4|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 4]
  |  |  ------------------
  ------------------
  883|      4|	entersafe_init_pin_info(&data->pin1, 0);
  884|      4|	entersafe_init_pin_info(&data->pin2, 1);
  885|      4|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|      4|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  886|       |
  887|      4|	if (data->cmd != SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|      4|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (887:6): [True: 4, False: 0]
  ------------------
  888|      4|		r = iso_ops->pin_cmd(card, data);
  889|      4|		sc_log(card->ctx, "Verify rv:%i", r);
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  890|      4|	} else {
  891|      0|		{ /*verify*/
  892|      0|			sc_apdu_t apdu;
  893|      0|			u8 sbuf[0x10] = {0};
  894|       |
  895|      0|			if (data->pin1.len > sizeof(sbuf)) {
  ------------------
  |  Branch (895:8): [True: 0, False: 0]
  ------------------
  896|      0|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  897|      0|			}
  898|       |
  899|      0|			memcpy(sbuf, data->pin1.data, data->pin1.len);
  900|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x20, 0x00, data->pin_reference + 1);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  901|      0|			apdu.lc = apdu.datalen = sizeof(sbuf);
  902|      0|			apdu.data = sbuf;
  903|       |
  904|      0|			r = entersafe_transmit_apdu(card, &apdu, 0, 0, 0, 0);
  905|      0|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  906|      0|		}
  907|       |
  908|      0|		{ /*change*/
  909|      0|			sc_apdu_t apdu;
  910|      0|			u8 sbuf[0x12] = {0};
  911|       |
  912|      0|			if (data->pin2.len + 2 > sizeof(sbuf)) {
  ------------------
  |  Branch (912:8): [True: 0, False: 0]
  ------------------
  913|      0|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  914|      0|			}
  915|       |
  916|      0|			sbuf[0] = 0x33;
  917|      0|			sbuf[1] = 0x00;
  918|      0|			memcpy(sbuf + 2, data->pin2.data, data->pin2.len);
  919|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xF4, 0x0B, data->pin_reference);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  920|      0|			apdu.cla = 0x84;
  921|      0|			apdu.lc = apdu.datalen = sizeof(sbuf);
  922|      0|			apdu.data = sbuf;
  923|       |
  924|      0|			r = entersafe_transmit_apdu(card, &apdu, key_maintain, sizeof(key_maintain), 1, 1);
  925|      0|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  926|      0|		}
  927|      0|	}
  928|      4|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|      4|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      4|	int _ret = r; \
  |  |  155|      4|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 4, False: 0]
  |  |  ------------------
  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 4, False: 0]
  |  |  ------------------
  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      4|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      4|	return _ret; \
  |  |  163|      4|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  929|      4|}
card-entersafe.c:entersafe_init_pin_info:
  870|      8|{
  871|      8|	pin->encoding   = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|      8|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  872|      8|	pin->min_length = 4;
  873|      8|	pin->max_length = 16;
  874|      8|	pin->pad_length = 16;
  875|      8|	pin->offset     = 5 + num * 16;
  876|      8|	pin->pad_char   = 0x00;
  877|      8|}
card-entersafe.c:entersafe_card_ctl_2048:
 1522|    155|{
 1523|    155|	sc_entersafe_create_data *tmp = (sc_entersafe_create_data *)ptr;
 1524|       |
 1525|    155|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    155|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    155|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    155|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 155]
  |  |  ------------------
  ------------------
 1526|       |
 1527|    155|	switch (cmd) {
 1528|      0|		case SC_CARDCTL_ENTERSAFE_CREATE_FILE:
  ------------------
  |  Branch (1528:3): [True: 0, False: 155]
  ------------------
 1529|      0|			if (tmp->type == SC_ENTERSAFE_MF_DATA)
  ------------------
  |  |  665|      0|#define	SC_ENTERSAFE_MF_DATA	0x01
  ------------------
  |  Branch (1529:8): [True: 0, False: 0]
  ------------------
 1530|      0|				return entersafe_create_mf(card, tmp);
 1531|      0|			else if (tmp->type == SC_ENTERSAFE_DF_DATA)
  ------------------
  |  |  666|      0|#define SC_ENTERSAFE_DF_DATA	0x02
  ------------------
  |  Branch (1531:13): [True: 0, False: 0]
  ------------------
 1532|      0|				return entersafe_create_df(card, tmp);
 1533|      0|			else if (tmp->type == SC_ENTERSAFE_EF_DATA)
  ------------------
  |  |  667|      0|#define SC_ENTERSAFE_EF_DATA	0x04
  ------------------
  |  Branch (1533:13): [True: 0, False: 0]
  ------------------
 1534|      0|				return entersafe_create_ef(card, tmp);
 1535|      0|			else
 1536|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1537|      0|		case SC_CARDCTL_ENTERSAFE_WRITE_KEY:
  ------------------
  |  Branch (1537:3): [True: 0, False: 155]
  ------------------
 1538|      0|			return entersafe_write_key(card, (sc_entersafe_wkey_data *)ptr);
 1539|      0|		case SC_CARDCTL_ENTERSAFE_GENERATE_KEY:
  ------------------
  |  Branch (1539:3): [True: 0, False: 155]
  ------------------
 1540|      0|			return entersafe_gen_key(card, (sc_entersafe_gen_key_data *)ptr);
 1541|      0|		case SC_CARDCTL_ERASE_CARD:
  ------------------
  |  Branch (1541:3): [True: 0, False: 155]
  ------------------
 1542|      0|			return entersafe_erase_card(card);
 1543|    155|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1543:3): [True: 155, False: 0]
  ------------------
 1544|    155|			return entersafe_get_serialnr(card, (sc_serial_number_t *)ptr);
 1545|      0|		case SC_CARDCTL_ENTERSAFE_PREINSTALL_KEYS:
  ------------------
  |  Branch (1545:3): [True: 0, False: 155]
  ------------------
 1546|      0|			return entersafe_preinstall_keys(card, entersafe_preinstall_rsa_2048);
 1547|      0|		default:
  ------------------
  |  Branch (1547:3): [True: 0, False: 155]
  ------------------
 1548|      0|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1549|    155|	}
 1550|    155|}
card-entersafe.c:entersafe_get_serialnr:
 1347|    155|{
 1348|    155|	int	r;
 1349|    155|	sc_apdu_t apdu;
 1350|    155|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1351|       |
 1352|    155|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    155|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    155|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    155|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 155]
  |  |  ------------------
  ------------------
 1353|    155|	if (serial == NULL)
  ------------------
  |  Branch (1353:6): [True: 0, False: 155]
  ------------------
 1354|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1355|       |
 1356|    155|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xEA, 0x00, 0x00);
  ------------------
  |  |  292|    155|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1357|    155|	apdu.cla = 0x80;
 1358|    155|	apdu.resp = rbuf;
 1359|    155|	apdu.resplen = sizeof(rbuf);
 1360|    155|	apdu.le = 0x08;
 1361|       |
 1362|    155|	r = entersafe_transmit_apdu(card, &apdu, 0, 0, 0, 0);
 1363|    155|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    155|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    155|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    155|	int _ret = (r); \
  |  |  |  |  168|    155|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 149]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|    155|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 149]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1364|    149|	LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), "EnterSafe get SN failed");
  ------------------
  |  |  174|    149|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    149|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    149|	int _ret = (r); \
  |  |  |  |  168|    149|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 140, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|    140|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    140|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    140|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    140|		return _ret; \
  |  |  |  |  172|    140|	} \
  |  |  |  |  173|    149|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1365|      9|	if (apdu.resplen != 8)
  ------------------
  |  Branch (1365:6): [True: 6, False: 3]
  ------------------
 1366|      9|		LOG_TEST_RET(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid length of SN");
  ------------------
  |  |  174|      6|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      6|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      6|	int _ret = (r); \
  |  |  |  |  168|      6|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1367|       |
 1368|      3|	card->serialnr.len = serial->len = 8;
 1369|      3|	memcpy(card->serialnr.value, rbuf, 8);
 1370|      3|	memcpy(serial->value, rbuf, 8);
 1371|       |
 1372|      3|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      3|	int _ret = r; \
  |  |  155|      3|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  ------------------
  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  ------------------
  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      3|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      3|	return _ret; \
  |  |  163|      3|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1373|      3|}
card-entersafe.c:entersafe_process_fci:
  479|    175|{
  480|    175|	int r;
  481|       |
  482|    175|	if (file == NULL)
  ------------------
  |  Branch (482:6): [True: 0, False: 175]
  ------------------
  483|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  484|    175|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    175|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    175|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    175|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 175]
  |  |  ------------------
  ------------------
  485|       |
  486|    175|	r = iso_ops->process_fci(card, file, buf, buflen);
  487|    175|	LOG_TEST_RET(card->ctx, r, "Process fci failed");
  ------------------
  |  |  174|    175|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    175|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    175|	int _ret = (r); \
  |  |  |  |  168|    175|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 175]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    175|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 175]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  488|       |
  489|    175|	if (file->namelen) {
  ------------------
  |  Branch (489:6): [True: 10, False: 165]
  ------------------
  490|     10|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     10|#define SC_FILE_TYPE_DF			0x04
  ------------------
  491|     10|		file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|     10|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  492|    165|	} else {
  493|    165|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    165|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  494|    165|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|    165|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  495|    165|	}
  496|       |
  497|    175|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    175|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    175|	int _ret = r; \
  |  |  155|    175|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 175, False: 0]
  |  |  ------------------
  |  |  156|    175|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 175]
  |  |  ------------------
  |  |  157|    175|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    175|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    175|	return _ret; \
  |  |  163|    175|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  498|    175|}

sc_get_eoi_driver:
  566|  16.4k|{
  567|  16.4k|	eoi_ops = *sc_get_iso7816_driver()->ops;
  568|       |
  569|  16.4k|	eoi_ops.match_card = eoi_match_card;
  570|  16.4k|	eoi_ops.init = eoi_init;
  571|  16.4k|	eoi_ops.finish = eoi_finish;
  572|  16.4k|	eoi_ops.select_file = eoi_select_file;
  573|  16.4k|	eoi_ops.logout = eoi_logout;
  574|  16.4k|	eoi_ops.pin_cmd = eoi_pin_cmd;
  575|  16.4k|	eoi_ops.card_ctl = eoi_card_ctl;
  576|  16.4k|	eoi_ops.set_security_env = eoi_set_security_env;
  577|  16.4k|	eoi_ops.compute_signature = eoi_compute_signature;
  578|       |
  579|  16.4k|	return &eoi_drv;
  580|  16.4k|}
card-eoi.c:eoi_match_card:
  236|  2.34k|static int eoi_match_card(sc_card_t* card) {
  237|  2.34k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  2.34k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.34k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.34k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.34k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  238|  2.34k|	if (_sc_match_atr(card, eoi_atrs, &card->type) >= 0) {
  ------------------
  |  Branch (238:6): [True: 46, False: 2.29k]
  ------------------
  239|     46|		sc_log(card->ctx, "ATR recognized as Slovenian eID card");
  ------------------
  |  |   71|     46|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  240|     46|		LOG_FUNC_RETURN(card->ctx, ATR_MATCH);
  ------------------
  |  |  164|     46|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     46|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     46|	int _ret = r; \
  |  |  |  |  155|     46|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     46|	} else { \
  |  |  |  |  159|     46|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     46|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     46|	} \
  |  |  |  |  162|     46|	return _ret; \
  |  |  |  |  163|     46|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  241|     46|	}
  242|  2.29k|	LOG_FUNC_RETURN(card->ctx, !ATR_MATCH);
  ------------------
  |  |  164|  2.29k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.29k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.29k|	int _ret = r; \
  |  |  |  |  155|  2.29k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.29k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.29k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.29k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.29k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.29k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.29k|	return _ret; \
  |  |  |  |  163|  2.29k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|  2.29k|}
card-eoi.c:eoi_init:
  245|     46|static int eoi_init(sc_card_t* card) {
  246|     46|	struct eoi_privdata *privdata = (struct eoi_privdata *)card->drv_data;
  247|     46|	u8 version[6];
  248|     46|	size_t i, j;
  249|     46|	scconf_block **found_blocks, *block;
  250|     46|	int r;
  251|     46|	char *can;
  252|       |
  253|     46|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     46|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     46|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     46|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     46|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  254|       |
  255|     46|	if (eoi_get_data(card, 0x16, version, sizeof(version)) != SC_SUCCESS)
  ------------------
  |  |   28|     46|#define SC_SUCCESS				0
  ------------------
  |  Branch (255:6): [True: 40, False: 6]
  ------------------
  256|     46|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|     40|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     40|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     40|	int _ret = r; \
  |  |  |  |  155|     40|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 40, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     40|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     40|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 40, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     40|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     40|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     40|	return _ret; \
  |  |  |  |  163|     40|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  257|       |
  258|      6|	if (privdata)
  ------------------
  |  Branch (258:6): [True: 0, False: 6]
  ------------------
  259|      6|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|      6|	privdata = sc_mem_secure_alloc(sizeof(struct eoi_privdata));
  261|      6|	if (!privdata)
  ------------------
  |  Branch (261:6): [True: 0, False: 6]
  ------------------
  262|      6|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|       |	/* sc_mem_secure_alloc()-ed memory may not be zeroized */
  264|      6|	memset(privdata, 0, sizeof(struct eoi_privdata));
  265|      6|	card->drv_data = privdata;
  266|       |
  267|      6|	sprintf(privdata->version, "%X%02X.%02X%02X", version[0], version[1], version[2], version[3]);
  268|      6|	sc_log(card->ctx, "App version: %s", privdata->version);
  ------------------
  |  |   71|      6|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  269|       |
  270|      6|	memset(&card->sm_ctx, 0, sizeof card->sm_ctx);
  271|      6|	card->sm_ctx.ops.open = eoi_sm_open;
  272|       |
  273|      6|	card->max_send_size = SC_MAX_APDU_DATA_SIZE;
  ------------------
  |  |   35|      6|#define SC_MAX_APDU_DATA_SIZE		0xFF
  ------------------
  274|      6|	card->max_recv_size = SC_MAX_APDU_RESP_SIZE;
  ------------------
  |  |   36|      6|#define SC_MAX_APDU_RESP_SIZE		(0xFF+1)
  ------------------
  275|       |
  276|     12|	for (i = 0; i < sizeof eoi_curves / sizeof * eoi_curves; ++i) {
  ------------------
  |  Branch (276:14): [True: 6, False: 6]
  ------------------
  277|      6|		r = _sc_card_add_ec_alg(card, eoi_curves[i].len, SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDSA_HASH_NONE, 0, &eoi_curves[i].oid);
  ------------------
  |  |  174|      6|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              		r = _sc_card_add_ec_alg(card, eoi_curves[i].len, SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDSA_HASH_NONE, 0, &eoi_curves[i].oid);
  ------------------
  |  |  175|      6|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|      6|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  278|      6|		LOG_TEST_GOTO_ERR(card->ctx, r, "Add EC alg failed");
  ------------------
  |  |  184|      6|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      6|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      6|	int _ret = (r); \
  |  |  |  |  178|      6|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  279|      6|	}
  280|       |
  281|      6|	can = getenv("EOI_CAN");
  282|      6|	if (can)
  ------------------
  |  Branch (282:6): [True: 0, False: 6]
  ------------------
  283|      0|		strlcpy(privdata->can, can, sizeof(privdata->can));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  284|     12|	for (i = 0; card->ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (284:14): [True: 6, False: 6]
  ------------------
  285|      6|		found_blocks = scconf_find_blocks(card->ctx->conf, card->ctx->conf_blocks[i],
  286|      6|					"card_driver", "eoi");
  287|      6|		if (!found_blocks)
  ------------------
  |  Branch (287:7): [True: 0, False: 6]
  ------------------
  288|      0|			continue;
  289|       |
  290|      6|		for (j = 0, block = found_blocks[j]; block; j++, block = found_blocks[j]) {
  ------------------
  |  Branch (290:40): [True: 0, False: 6]
  ------------------
  291|      0|			if (!privdata->can[0]) {
  ------------------
  |  Branch (291:8): [True: 0, False: 0]
  ------------------
  292|      0|				const char *can = scconf_get_str(block, "can", NULL);
  293|      0|				if (can)
  ------------------
  |  Branch (293:9): [True: 0, False: 0]
  ------------------
  294|      0|					strlcpy(privdata->can, can, sizeof(privdata->can));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  295|      0|			}
  296|      0|		}
  297|      6|		free(found_blocks);
  298|      6|	}
  299|       |
  300|      6|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  301|       |
  302|      0|err:
  303|      0|	if (privdata) {
  ------------------
  |  Branch (303:6): [True: 0, False: 0]
  ------------------
  304|      0|		sc_mem_clear(privdata, sizeof(struct eoi_privdata));
  305|      0|		sc_mem_secure_free(privdata, sizeof(struct eoi_privdata));
  306|      0|	}
  307|      0|	card->drv_data = NULL;
  308|       |
  309|      0|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  310|      0|}
card-eoi.c:eoi_get_data:
  219|     46|{
  220|     46|	int r;
  221|     46|	sc_apdu_t apdu;
  222|       |
  223|     46|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0x01, data_id);
  ------------------
  |  |  292|     46|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  224|     46|	apdu.resp = buf;
  225|     46|	apdu.resplen = len;
  226|     46|	apdu.le = len;
  227|       |
  228|     46|	r = sc_transmit_apdu(card, &apdu);
  229|     46|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     46|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     46|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     46|	int _ret = (r); \
  |  |  |  |  168|     46|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 44]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|     46|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 44]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  230|     44|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  231|     44|	return r;
  232|     46|}
card-eoi.c:eoi_finish:
  313|      6|{
  314|      6|	struct eoi_privdata *privdata = (struct eoi_privdata *)card->drv_data;
  315|       |
  316|      6|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      6|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      6|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      6|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      6|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|       |
  318|      6|	if (privdata) {
  ------------------
  |  Branch (318:6): [True: 6, False: 0]
  ------------------
  319|      6|		sc_mem_clear(privdata, sizeof(struct eoi_privdata));
  320|      6|		sc_mem_secure_free(privdata, sizeof(struct eoi_privdata));
  321|      6|	}
  322|       |
  323|      6|	card->drv_data = NULL;
  324|       |
  325|      6|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  326|      6|}
card-eoi.c:eoi_select_file:
  329|     33|{
  330|     33|	struct eoi_privdata *privdata = (struct eoi_privdata *)card->drv_data;
  331|     33|	int i;
  332|       |
  333|     33|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     33|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     33|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     33|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     33|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  334|       |
  335|     33|	if (!privdata)
  ------------------
  |  Branch (335:6): [True: 0, False: 33]
  ------------------
  336|     33|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  337|       |
  338|     33|	for (i = 0; i < MAX_OBJECTS && privdata->pin_paths[i]; i++) {
  ------------------
  |  |   24|     66|#define MAX_OBJECTS 8
  ------------------
  |  Branch (338:14): [True: 33, False: 0]
  |  Branch (338:33): [True: 0, False: 33]
  ------------------
  339|      0|		if (privdata->pin_paths[i] && sc_compare_path(privdata->pin_paths[i], in_path)) {
  ------------------
  |  Branch (339:7): [True: 0, False: 0]
  |  Branch (339:33): [True: 0, False: 0]
  ------------------
  340|      0|			LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|      0|		}
  342|      0|	}
  343|       |
  344|     33|	LOG_FUNC_RETURN(card->ctx, sc_get_iso7816_driver()->ops->select_file(card, in_path, file_out));
  ------------------
  |  |  164|     33|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     33|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     33|	int _ret = r; \
  |  |  |  |  155|     33|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 33, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     33|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     22|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 22, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  157|     33|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     33|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     33|	return _ret; \
  |  |  |  |  163|     33|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  345|     33|}
card-eoi.c:eoi_pin_cmd:
  381|      1|{
  382|      1|	int r;
  383|       |
  384|      1|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      1|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      1|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      1|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      1|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  385|       |
  386|      1|	if (data->cmd == SC_PIN_CMD_VERIFY && card->sm_ctx.sm_mode == SM_MODE_NONE) {
  ------------------
  |  |  415|      2|#define SC_PIN_CMD_VERIFY	0
  ------------------
              	if (data->cmd == SC_PIN_CMD_VERIFY && card->sm_ctx.sm_mode == SM_MODE_NONE) {
  ------------------
  |  |   43|      0|#define SM_MODE_NONE		0x0
  ------------------
  |  Branch (386:6): [True: 0, False: 1]
  |  Branch (386:40): [True: 0, False: 0]
  ------------------
  387|       |		/* Establish SM before any PIN VERIFY command */
  388|      0|		r = eoi_sm_open(card);
  389|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (389:7): [True: 0, False: 0]
  ------------------
  390|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  391|      0|	}
  392|       |
  393|      1|	if (data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|      1|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (393:6): [True: 0, False: 1]
  ------------------
  394|      0|		int pin_reference = data->pin_reference;
  395|      0|		size_t pin2_len = data->pin2.len;
  396|       |		/* Verify PUK, establish SM if necessary */
  397|      0|		data->cmd = SC_PIN_CMD_VERIFY;
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  398|      0|		data->pin_reference = data->puk_reference;
  399|      0|		r = eoi_pin_cmd(card, data);
  400|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (400:7): [True: 0, False: 0]
  ------------------
  401|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|       |		/* RESET RETRY COUNTER */
  403|      0|		data->cmd = SC_PIN_CMD_UNBLOCK;
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  404|      0|		data->pin_reference = 0x80|pin_reference;
  405|      0|		data->pin1.len = 0;
  406|      0|		data->pin2.len = 0;
  407|      0|		r = sc_get_iso7816_driver()->ops->pin_cmd(card, data);
  408|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (408:7): [True: 0, False: 0]
  ------------------
  409|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  410|       |		/* Continue as CHANGE PIN */
  411|      0|		data->cmd = SC_PIN_CMD_CHANGE;
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  412|      0|		data->pin2.len = pin2_len;
  413|      0|	}
  414|       |
  415|       |	/* CHANGE PIN command does not send the old PIN as it should already be verified */
  416|      1|	if (data->cmd == SC_PIN_CMD_CHANGE)
  ------------------
  |  |  416|      1|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (416:6): [True: 0, False: 1]
  ------------------
  417|      0|		data->pin1.len = 0;
  418|       |
  419|      1|	LOG_FUNC_RETURN(card->ctx, sc_get_iso7816_driver()->ops->pin_cmd(card, data));
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  420|      1|}
card-eoi.c:eoi_card_ctl:
  424|      1|{
  425|      1|	struct sc_card_driver *iso_driver = NULL;
  426|      1|	int r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      1|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  427|       |
  428|      1|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      1|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      1|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      1|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      1|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|      1|	switch (cmd) {
  430|      0|	case SC_CARDCTL_GET_MODEL:
  ------------------
  |  Branch (430:2): [True: 0, False: 1]
  ------------------
  431|      0|		if (!ptr) {
  ------------------
  |  Branch (431:7): [True: 0, False: 0]
  ------------------
  432|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  433|      0|		} else {
  434|      0|			*(char **)ptr = eoi_model;
  435|      0|			r = SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  436|      0|		}
  437|      0|		break;
  438|      1|	default:
  ------------------
  |  Branch (438:2): [True: 1, False: 0]
  ------------------
  439|      1|		iso_driver = sc_get_iso7816_driver();
  440|      1|		if (iso_driver->ops->card_ctl != NULL) {
  ------------------
  |  Branch (440:7): [True: 0, False: 1]
  ------------------
  441|      0|			r = sc_get_iso7816_driver()->ops->card_ctl(card, cmd, ptr);
  442|      0|		}
  443|      1|	}
  444|      1|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  445|      1|}

epass2003_refresh:
  926|    665|{
  927|    665|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    665|#define SC_SUCCESS				0
  ------------------
  928|    665|	epass2003_exdata *exdata = NULL;
  929|       |
  930|    665|	if (!card->drv_data)
  ------------------
  |  Branch (930:6): [True: 0, False: 665]
  ------------------
  931|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  932|       |
  933|    665|	exdata = (epass2003_exdata *)card->drv_data;
  934|       |
  935|    665|	if (exdata->sm) {
  ------------------
  |  Branch (935:6): [True: 553, False: 112]
  ------------------
  936|    553|		card->sm_ctx.sm_mode = 0;
  937|    553|		r = mutual_auth(card, g_init_key_enc, g_init_key_mac);
  938|    553|		card->sm_ctx.sm_mode = SM_MODE_TRANSMIT;
  ------------------
  |  |   47|    553|#define SM_MODE_TRANSMIT	0x200
  ------------------
  939|    553|		LOG_TEST_RET(card->ctx, r, "mutual_auth failed");
  ------------------
  |  |  174|    553|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    553|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    553|	int _ret = (r); \
  |  |  |  |  168|    553|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 553, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    553|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    553|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    553|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    553|		return _ret; \
  |  |  |  |  172|    553|	} \
  |  |  |  |  173|    553|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  940|    553|	}
  941|       |
  942|    112|	return r;
  943|    665|}
sec_attr_to_entry:
 2253|  2.31k|{
 2254|  2.31k|	int i;
 2255|  2.31k|	int found = 0;
 2256|       |
 2257|  2.31k|	unsigned int method;
 2258|  2.31k|	unsigned long  keyref;
 2259|       |
 2260|  2.31k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.31k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.31k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.31k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.31k]
  |  |  ------------------
  ------------------
 2261|       |
 2262|  2.31k|	switch (file->sec_attr[index]) {
 2263|    246|	case (EPASS2003_AC_MAC_NOLESS | EPASS2003_AC_EVERYONE):
  ------------------
  |  |  738|    246|#define EPASS2003_AC_MAC_NOLESS		0x90
  ------------------
              	case (EPASS2003_AC_MAC_NOLESS | EPASS2003_AC_EVERYONE):
  ------------------
  |  |  733|    246|#define EPASS2003_AC_EVERYONE		0x00
  ------------------
  |  Branch (2263:2): [True: 246, False: 2.06k]
  ------------------
 2264|    246|		method = SC_AC_NONE;
  ------------------
  |  |  150|    246|#define SC_AC_NONE			0x00000000
  ------------------
 2265|    246|		keyref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|    246|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 2266|    246|		break;
 2267|    219|	case (EPASS2003_AC_MAC_NOLESS | EPASS2003_AC_USER):
  ------------------
  |  |  738|    219|#define EPASS2003_AC_MAC_NOLESS		0x90
  ------------------
              	case (EPASS2003_AC_MAC_NOLESS | EPASS2003_AC_USER):
  ------------------
  |  |  734|    219|#define EPASS2003_AC_USER		0x06
  ------------------
  |  Branch (2267:2): [True: 219, False: 2.09k]
  ------------------
 2268|    219|		method = SC_AC_CHV;
  ------------------
  |  |  151|    219|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 2269|    219|		keyref = 1;
 2270|    219|		break;
 2271|  1.84k|	default:
  ------------------
  |  Branch (2271:2): [True: 1.84k, False: 465]
  ------------------
 2272|  1.84k|		sc_log(card->ctx, "Unknown value 0x%2.2x in file->sec_attr[%d]", file->sec_attr[index], index);
  ------------------
  |  |   71|  1.84k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2273|  1.84k|		method = SC_AC_NEVER;
  ------------------
  |  |  163|  1.84k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 2274|  1.84k|		keyref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|  1.84k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 2275|  1.84k|		break;
 2276|  2.31k|	}
 2277|       |
 2278|  78.5k|	for (i = 0; i < (int)(sizeof(sec_attr_to_acl_entry) / sizeof(sec_attr_to_acl_entries_t)); i++) {
  ------------------
  |  Branch (2278:14): [True: 76.2k, False: 2.31k]
  ------------------
 2279|  76.2k|		const sec_attr_to_acl_entries_t *e = &sec_attr_to_acl_entry[i];
 2280|       |
 2281|  76.2k|		if (index == e->index && file->type == e->file_type
  ------------------
  |  Branch (2281:7): [True: 4.57k, False: 71.6k]
  |  Branch (2281:28): [True: 1.17k, False: 3.40k]
  ------------------
 2282|  1.17k|				&& file->ef_structure == e->file_ef_structure) {
  ------------------
  |  Branch (2282:8): [True: 280, False: 891]
  ------------------
 2283|       |				/* may add multiple entries */
 2284|    280|			sc_file_add_acl_entry(file, e->op, method, keyref);
 2285|    280|			found++;
 2286|    280|		}
 2287|  76.2k|	}
 2288|  2.31k|	if (found != 1) {
  ------------------
  |  Branch (2288:6): [True: 2.20k, False: 108]
  ------------------
 2289|  2.20k|		sc_log(card->ctx,"found %d entries ", found);
  ------------------
  |  |   71|  2.20k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2290|  2.20k|	}
 2291|       |
 2292|  2.31k|	return 0;
 2293|  2.31k|}
sc_get_epass2003_driver:
 3322|  16.4k|{
 3323|  16.4k|	return sc_get_driver();
 3324|  16.4k|}
card-epass2003.c:mutual_auth:
  896|    553|{
  897|    553|	struct sc_context *ctx = card->ctx;
  898|    553|	int r;
  899|    553|	unsigned char result[256] = {0};
  900|    553|	unsigned char ran_key[8] = {0};
  901|    553|	epass2003_exdata *exdata = NULL;
  902|       |
  903|    553|	if (!card->drv_data)
  ------------------
  |  Branch (903:6): [True: 0, False: 553]
  ------------------
  904|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  905|    553|	exdata = (epass2003_exdata *)card->drv_data;
  906|       |
  907|    553|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    553|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    553|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    553|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    553|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 553]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  908|       |
  909|    553|	r = gen_init_key(card, key_enc, key_mac, result, exdata->smtype);
  910|    553|	LOG_TEST_RET(ctx, r, "gen_init_key failed");
  ------------------
  |  |  174|    553|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    553|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    553|	int _ret = (r); \
  |  |  |  |  168|    553|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 553, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    553|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    553|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    553|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    553|		return _ret; \
  |  |  |  |  172|    553|	} \
  |  |  |  |  173|    553|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  911|      0|	if (exdata->bFipsCertification) {
  ------------------
  |  Branch (911:6): [True: 0, False: 0]
  ------------------
  912|      0|		memcpy(ran_key, &result[12+1], 8);
  913|      0|	} else {
  914|      0|		memcpy(ran_key, &result[12], 8);
  915|      0|	}
  916|       |
  917|      0|	r = verify_init_key(card, ran_key, exdata->smtype);
  918|      0|	LOG_TEST_RET(ctx, r, "verify_init_key failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  919|       |
  920|      0|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  921|      0|}
card-epass2003.c:gen_init_key:
  679|    553|{
  680|    553|	int r;
  681|    553|	struct sc_apdu apdu;
  682|    553|	unsigned char data[256] = {0};
  683|    553|	unsigned char tmp_sm;
  684|    553|	unsigned char isFips;
  685|    553|	unsigned long blocksize = 0;
  686|    553|	unsigned char cryptogram[256] = {0}; /* host cryptogram */
  687|    553|	unsigned char iv[16] = {0};
  688|    553|	epass2003_exdata *exdata = NULL;
  689|       |
  690|    553|	if (!card->drv_data)
  ------------------
  |  Branch (690:6): [True: 0, False: 553]
  ------------------
  691|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  692|       |
  693|    553|	exdata = (epass2003_exdata *)card->drv_data;
  694|    553|	isFips = exdata->bFipsCertification;
  695|       |
  696|    553|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    553|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    553|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    553|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    553|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 553]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  697|       |
  698|    553|	if (1 != RAND_bytes(g_random, sizeof(g_random)))
  ------------------
  |  Branch (698:6): [True: 0, False: 553]
  ------------------
  699|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  700|       |
  701|    553|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x50, 0x00, 0x00);
  ------------------
  |  |  294|    553|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  702|    553|	apdu.cla = 0x80;
  703|    553|	apdu.lc = apdu.datalen = sizeof(g_random);
  704|    553|	apdu.data = g_random;	/* host random */
  705|    553|	if (isFips)
  ------------------
  |  Branch (705:6): [True: 18, False: 535]
  ------------------
  706|     18|		apdu.le = apdu.resplen = 29;
  707|    535|	else
  708|    535|		apdu.le = apdu.resplen = 28;
  709|       |
  710|    553|	apdu.resp = result;	/* card random is result[12~19] */
  711|       |
  712|    553|	tmp_sm = exdata->sm;
  713|    553|	exdata->sm = SM_PLAIN;
  ------------------
  |  |   91|    553|#define SM_PLAIN				0x00
  ------------------
  714|    553|	r = epass2003_transmit_apdu(card, &apdu);
  715|    553|	exdata->sm = tmp_sm;
  716|    553|	LOG_TEST_RET(card->ctx, r, "APDU gen_init_key failed");
  ------------------
  |  |  174|    553|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    553|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    553|	int _ret = (r); \
  |  |  |  |  168|    553|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 15, False: 538]
  |  |  |  |  ------------------
  |  |  |  |  169|     15|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     15|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     15|		return _ret; \
  |  |  |  |  172|     15|	} \
  |  |  |  |  173|    553|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 538]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  717|       |
  718|    538|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  719|    538|	LOG_TEST_RET(card->ctx, r, "gen_init_key failed");
  ------------------
  |  |  174|    538|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    538|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    538|	int _ret = (r); \
  |  |  |  |  168|    538|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 491, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  169|    491|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    491|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    491|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    491|		return _ret; \
  |  |  |  |  172|    491|	} \
  |  |  |  |  173|    538|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  720|       |
  721|       |	/* Step 1 - Generate Derivation data */
  722|     47|	if (isFips) {
  ------------------
  |  Branch (722:6): [True: 10, False: 37]
  ------------------
  723|     10|		memset(data, 0x00, 15);
  724|     10|		data[11] = 0x04;
  725|     10|		data[14] = 0x80;
  726|     10|		data[15] = 0x01;
  727|     10|		memcpy(&data[16], g_random, 8);
  728|     10|		memcpy(&data[24], &result[12 + 1], 8);
  729|     37|	} else {
  730|     37|		memcpy(data, &result[16], 4);
  731|     37|		memcpy(&data[4], g_random, 4);
  732|     37|		memcpy(&data[8], &result[12], 4);
  733|     37|		memcpy(&data[12], &g_random[4], 4);
  734|     37|	}
  735|       |
  736|       |	/* Step 2,3 - Create S-ENC/S-MAC Session Key */
  737|     47|	if (KEY_TYPE_AES == key_type) {
  ------------------
  |  |   80|     47|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (737:6): [True: 27, False: 20]
  ------------------
  738|     27|		if (isFips) {
  ------------------
  |  Branch (738:7): [True: 10, False: 17]
  ------------------
  739|     10|			r = aes128_encrypt_cmac(card, key_enc, 128, data, 32, exdata->sk_enc);
  740|     10|			LOG_TEST_RET(card->ctx, r, "aes128_encrypt_cmac enc failed");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  741|     10|			memset(&data[11], 0x06, 1);
  742|     10|			r = aes128_encrypt_cmac(card, key_mac, 128, data, 32, exdata->sk_mac);
  743|     10|			LOG_TEST_RET(card->ctx, r, "aes128_encrypt_cmac mac  failed");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  744|     17|		} else {
  745|     17|			r = aes128_encrypt_ecb(card, key_enc, 16, data, 16, exdata->sk_enc);
  746|     17|			LOG_TEST_RET(card->ctx, r, "aes128_encrypt_ecb enc  failed");
  ------------------
  |  |  174|     17|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     17|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     17|	int _ret = (r); \
  |  |  |  |  168|     17|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  747|     17|			r = aes128_encrypt_ecb(card, key_mac, 16, data, 16, exdata->sk_mac);
  748|     17|			LOG_TEST_RET(card->ctx, r, "aes128_encrypt_ecb mac  failed");
  ------------------
  |  |  174|     17|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     17|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     17|	int _ret = (r); \
  |  |  |  |  168|     17|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  749|     17|		}
  750|     27|	} else {
  751|     20|		r = des3_encrypt_ecb(card, key_enc, 16, data, 16, exdata->sk_enc);
  752|     20|		LOG_TEST_RET(card->ctx, r, "des3_encrypt_ecb failed");
  ------------------
  |  |  174|     20|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     20|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     20|	int _ret = (r); \
  |  |  |  |  168|     20|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     20|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  753|     20|		r = des3_encrypt_ecb(card, key_mac, 16, data, 16, exdata->sk_mac);
  754|     20|		LOG_TEST_RET(card->ctx, r, "des3_encrypt_ecb failed");
  ------------------
  |  |  174|     20|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     20|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     20|	int _ret = (r); \
  |  |  |  |  168|     20|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     20|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  755|     20|	}
  756|       |
  757|     47|	if (isFips) {
  ------------------
  |  Branch (757:6): [True: 10, False: 37]
  ------------------
  758|     10|		data[11] = 0x00;
  759|     10|		data[14] = 0x40;
  760|     37|	} else {
  761|     37|		memcpy(data, g_random, 8);
  762|     37|		memcpy(&data[8], &result[12], 8);
  763|     37|		data[16] = 0x80;
  764|     37|		blocksize = (key_type == KEY_TYPE_AES ? 16 : 8);
  ------------------
  |  |   80|     37|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (764:16): [True: 17, False: 20]
  ------------------
  765|     37|		memset(&data[17], 0x00, blocksize - 1);
  766|     37|	}
  767|       |
  768|       |	/* calculate host cryptogram */
  769|     47|	if (KEY_TYPE_AES == key_type) {
  ------------------
  |  |   80|     47|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (769:6): [True: 27, False: 20]
  ------------------
  770|     27|		if (isFips) {
  ------------------
  |  Branch (770:7): [True: 10, False: 17]
  ------------------
  771|     10|			r = aes128_encrypt_cmac(card, exdata->sk_enc, 128, data, 32, cryptogram);
  772|     17|		} else {
  773|     17|			r = aes128_encrypt_cbc(card, exdata->sk_enc, 16, iv, data, 16 + blocksize, cryptogram);
  774|     17|		}
  775|     27|	} else {
  776|     20|		r = des3_encrypt_cbc(card, exdata->sk_enc, 16, iv, data, 16 + blocksize, cryptogram);
  777|     20|	}
  778|       |
  779|     47|	LOG_TEST_RET(card->ctx, r, "calculate host cryptogram failed");
  ------------------
  |  |  174|     47|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     47|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     47|	int _ret = (r); \
  |  |  |  |  168|     47|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     47|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  780|       |
  781|       |	/* verify card cryptogram */
  782|     47|	if (isFips) {
  ------------------
  |  Branch (782:6): [True: 10, False: 37]
  ------------------
  783|     10|		if (0 != memcmp(&cryptogram[0], &result[20+1], 8))
  ------------------
  |  Branch (783:7): [True: 10, False: 0]
  ------------------
  784|     10|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_CARD_CMD_FAILED);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|     37|	} else {
  786|     37|		if (0 != memcmp(&cryptogram[16], &result[20], 8))
  ------------------
  |  Branch (786:7): [True: 37, False: 0]
  ------------------
  787|     37|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_CARD_CMD_FAILED);
  ------------------
  |  |  164|     37|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     37|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     37|	int _ret = r; \
  |  |  |  |  155|     37|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 37, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     37|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     37|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 37, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     37|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     37|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     37|	return _ret; \
  |  |  |  |  163|     37|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  788|     37|	}
  789|      0|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  790|      0|}
card-epass2003.c:epass2003_transmit_apdu:
 1635|    553|{
 1636|    553|	int r;
 1637|       |
 1638|    553|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    553|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    553|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    553|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    553|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 553]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1639|       |
 1640|    553|	r = sc_transmit_apdu_t(card, apdu);
 1641|    553|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    553|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    553|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    553|	int _ret = (r); \
  |  |  |  |  168|    553|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 15, False: 538]
  |  |  |  |  ------------------
  |  |  |  |  169|     15|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     15|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     15|		return _ret; \
  |  |  |  |  172|     15|	} \
  |  |  |  |  173|    553|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 538]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1642|       |
 1643|    538|	return r;
 1644|    553|}
card-epass2003.c:sc_transmit_apdu_t:
  268|  2.73k|{
  269|  2.73k|	size_t resplen = apdu->resplen;
  270|  2.73k|	int r = sc_transmit_apdu(card, apdu);
  271|  2.73k|	if ((0x69 == apdu->sw1 && 0x85 == apdu->sw2) || (0x69 == apdu->sw1 && 0x88 == apdu->sw2)) {
  ------------------
  |  Branch (271:7): [True: 161, False: 2.57k]
  |  Branch (271:28): [True: 60, False: 101]
  |  Branch (271:51): [True: 101, False: 2.57k]
  |  Branch (271:72): [True: 61, False: 40]
  ------------------
  272|    121|		epass2003_refresh(card);
  273|       |		/* renew old resplen */
  274|    121|		apdu->resplen = resplen;
  275|    121|		r = sc_transmit_apdu(card, apdu);
  276|    121|	}
  277|  2.73k|	return r;
  278|  2.73k|}
card-epass2003.c:aes128_encrypt_cmac:
  415|     48|{
  416|     48|	size_t mactlen = 0;
  417|     48|	int r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     48|#define SC_ERROR_INTERNAL			-1400
  ------------------
  418|     48|#if OPENSSL_VERSION_NUMBER < 0x30000000L
  419|     48|	CMAC_CTX *ctx = CMAC_CTX_new();
  420|     48|	if (ctx == NULL) {
  ------------------
  |  Branch (420:6): [True: 0, False: 48]
  ------------------
  421|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  422|      0|	}
  423|       |
  424|     48|	if (!CMAC_Init(ctx, key, keysize / 8, EVP_aes_128_cbc(), NULL)) {
  ------------------
  |  Branch (424:6): [True: 0, False: 48]
  ------------------
  425|      0|		goto err;
  426|      0|	}
  427|     48|	if (!CMAC_Update(ctx, input, length)) {
  ------------------
  |  Branch (427:6): [True: 0, False: 48]
  ------------------
  428|      0|		goto err;
  429|      0|	}
  430|     48|	if (!CMAC_Final(ctx, output, &mactlen)) {
  ------------------
  |  Branch (430:6): [True: 0, False: 48]
  ------------------
  431|      0|		goto err;
  432|      0|	}
  433|     48|	r = SC_SUCCESS;
  ------------------
  |  |   28|     48|#define SC_SUCCESS				0
  ------------------
  434|     48|err:
  435|     48|	CMAC_CTX_free(ctx);
  436|       |#else
  437|       |	EVP_MAC *mac = EVP_MAC_fetch(card->ctx->ossl3ctx->libctx, "cmac", NULL);
  438|       |	if (mac == NULL) {
  439|       |		return r;
  440|       |	}
  441|       |
  442|       |	OSSL_PARAM params[2] = {0};
  443|       |	params[0] = OSSL_PARAM_construct_utf8_string("cipher","aes-128-cbc", 0);
  444|       |	params[1] = OSSL_PARAM_construct_end();
  445|       |
  446|       |	EVP_MAC_CTX *ctx = EVP_MAC_CTX_new(mac);
  447|       |	if (ctx == NULL) {
  448|       |		EVP_MAC_CTX_free(ctx);
  449|       |		sc_log_openssl(card->ctx);
  450|       |		return r;
  451|       |	}
  452|       |	if (!EVP_MAC_init(ctx, (const unsigned char *)key, keysize / 8, params)) {
  453|       |		sc_log_openssl(card->ctx);
  454|       |		goto err;
  455|       |	}
  456|       |	if (!EVP_MAC_update(ctx, input, length)) {
  457|       |		sc_log_openssl(card->ctx);
  458|       |		goto err;
  459|       |	}
  460|       |	if (!EVP_MAC_final(ctx, output, &mactlen, 16)) {
  461|       |		sc_log_openssl(card->ctx);
  462|       |		goto err;
  463|       |	}
  464|       |	r = SC_SUCCESS;
  465|       |err:
  466|       |	EVP_MAC_CTX_free(ctx);
  467|       |	EVP_MAC_free(mac);
  468|       |#endif
  469|     48|	return r;
  470|     48|}
card-epass2003.c:aes128_encrypt_ecb:
  475|     34|{
  476|     34|	unsigned char iv[EVP_MAX_IV_LENGTH] = {0};
  477|     34|	EVP_CIPHER *alg = sc_evp_cipher(card->ctx, "AES-128-ECB");
  478|     34|	int r;
  479|     34|	r = openssl_enc(alg, key, iv, input, length, output);
  480|     34|	sc_evp_cipher_free(alg);
  481|     34|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|     34|#define SC_SUCCESS				0
  ------------------
  |  Branch (481:6): [True: 0, False: 34]
  ------------------
  482|      0|		sc_log_openssl(card->ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  483|     34|	return r;
  484|     34|}
card-epass2003.c:openssl_enc:
  283|  1.73k|{
  284|  1.73k|	int r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  1.73k|#define SC_ERROR_INTERNAL			-1400
  ------------------
  285|  1.73k|	EVP_CIPHER_CTX * ctx = NULL;
  286|  1.73k|	int outl = 0;
  287|  1.73k|	int outl_tmp = 0;
  288|  1.73k|	unsigned char iv_tmp[EVP_MAX_IV_LENGTH] = {0};
  289|       |
  290|  1.73k|	memcpy(iv_tmp, iv, EVP_MAX_IV_LENGTH);
  291|  1.73k|	ctx = EVP_CIPHER_CTX_new();
  292|  1.73k|	if (ctx == NULL)
  ------------------
  |  Branch (292:6): [True: 0, False: 1.73k]
  ------------------
  293|      0|		goto out;
  294|       |
  295|  1.73k|	if (!EVP_EncryptInit_ex(ctx, cipher, NULL, key, iv_tmp) || !EVP_CIPHER_CTX_set_padding(ctx, 0))
  ------------------
  |  Branch (295:6): [True: 0, False: 1.73k]
  |  Branch (295:61): [True: 0, False: 1.73k]
  ------------------
  296|      0|		goto out;
  297|       |
  298|  1.73k|	if (!EVP_EncryptUpdate(ctx, output, &outl, input, (int)length))
  ------------------
  |  Branch (298:6): [True: 0, False: 1.73k]
  ------------------
  299|      0|		goto out;
  300|       |
  301|  1.73k|	if (!EVP_EncryptFinal_ex(ctx, output + outl, &outl_tmp))
  ------------------
  |  Branch (301:6): [True: 0, False: 1.73k]
  ------------------
  302|      0|		goto out;
  303|       |
  304|  1.73k|	r = SC_SUCCESS;
  ------------------
  |  |   28|  1.73k|#define SC_SUCCESS				0
  ------------------
  305|  1.73k|out:
  306|  1.73k|	EVP_CIPHER_CTX_free(ctx);
  307|  1.73k|	return r;
  308|  1.73k|}
card-epass2003.c:des3_encrypt_ecb:
  518|     40|{
  519|     40|	unsigned char iv[EVP_MAX_IV_LENGTH] = {0};
  520|     40|	unsigned char bKey[24] = {0};
  521|     40|	EVP_CIPHER *alg = sc_evp_cipher(card->ctx, "DES-EDE3");
  522|     40|	int r;
  523|       |
  524|     40|	if (keysize == 16) {
  ------------------
  |  Branch (524:6): [True: 40, False: 0]
  ------------------
  525|     40|		memcpy(&bKey[0], key, 16);
  526|     40|		memcpy(&bKey[16], key, 8);
  527|     40|	} else {
  528|      0|		memcpy(&bKey[0], key, 24);
  529|      0|	}
  530|       |
  531|     40|	r = openssl_enc(alg, bKey, iv, input, length, output);
  532|     40|	sc_evp_cipher_free(alg);
  533|     40|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|     40|#define SC_SUCCESS				0
  ------------------
  |  Branch (533:6): [True: 0, False: 40]
  ------------------
  534|      0|		sc_log_openssl(card->ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  535|     40|	return r;
  536|     40|}
card-epass2003.c:aes128_encrypt_cbc:
  490|    109|{
  491|    109|	EVP_CIPHER *alg = sc_evp_cipher(card->ctx, "AES-128-CBC");
  492|    109|	int r;
  493|    109|	r = openssl_enc(alg, key, iv, input, length, output);
  494|    109|	sc_evp_cipher_free(alg);
  495|    109|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    109|#define SC_SUCCESS				0
  ------------------
  |  Branch (495:6): [True: 0, False: 109]
  ------------------
  496|      0|		sc_log_openssl(card->ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  497|    109|	return r;
  498|    109|}
card-epass2003.c:des3_encrypt_cbc:
  542|    517|{
  543|    517|	unsigned char bKey[24] = {0};
  544|    517|	EVP_CIPHER *alg = sc_evp_cipher(card->ctx, "DES-EDE3-CBC");
  545|    517|	int r;
  546|       |
  547|    517|	if (keysize == 16) {
  ------------------
  |  Branch (547:6): [True: 517, False: 0]
  ------------------
  548|    517|		memcpy(&bKey[0], key, 16);
  549|    517|		memcpy(&bKey[16], key, 8);
  550|    517|	} else {
  551|      0|		memcpy(&bKey[0], key, 24);
  552|      0|	}
  553|       |
  554|    517|	r = openssl_enc(EVP_des_ede3_cbc(), bKey, iv, input, length, output);
  555|    517|	sc_evp_cipher_free(alg);
  556|    517|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    517|#define SC_SUCCESS				0
  ------------------
  |  Branch (556:6): [True: 0, False: 517]
  ------------------
  557|      0|		sc_log_openssl(card->ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  558|    517|	return r;
  559|    517|}
card-epass2003.c:sc_get_driver:
 3289|  16.4k|{
 3290|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 3291|       |
 3292|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (3292:6): [True: 1, False: 16.4k]
  ------------------
 3293|      1|		iso_ops = iso_drv->ops;
 3294|       |
 3295|  16.4k|	epass2003_ops = *iso_ops;
 3296|       |
 3297|  16.4k|	epass2003_ops.match_card = epass2003_match_card;
 3298|  16.4k|	epass2003_ops.init = epass2003_init;
 3299|  16.4k|	epass2003_ops.finish = epass2003_finish;
 3300|  16.4k|	epass2003_ops.write_binary = NULL;
 3301|  16.4k|	epass2003_ops.write_record = NULL;
 3302|  16.4k|	epass2003_ops.select_file = epass2003_select_file;
 3303|       |	epass2003_ops.get_response = NULL;
 3304|  16.4k|	epass2003_ops.restore_security_env = epass2003_restore_security_env;
 3305|  16.4k|	epass2003_ops.set_security_env = epass2003_set_security_env;
 3306|  16.4k|	epass2003_ops.decipher = epass2003_decipher;
 3307|  16.4k|	epass2003_ops.compute_signature = epass2003_decipher;
 3308|  16.4k|	epass2003_ops.create_file = epass2003_create_file;
 3309|  16.4k|	epass2003_ops.delete_file = epass2003_delete_file;
 3310|  16.4k|	epass2003_ops.list_files = epass2003_list_files;
 3311|  16.4k|	epass2003_ops.card_ctl = epass2003_card_ctl;
 3312|  16.4k|	epass2003_ops.process_fci = epass2003_process_fci;
 3313|  16.4k|	epass2003_ops.construct_fci = epass2003_construct_fci;
 3314|  16.4k|	epass2003_ops.pin_cmd = epass2003_pin_cmd;
 3315|  16.4k|	epass2003_ops.check_sw = epass2003_check_sw;
 3316|  16.4k|	epass2003_ops.get_challenge = epass2003_get_challenge;
 3317|  16.4k|	epass2003_ops.logout = epass2003_logout;
 3318|  16.4k|	return &epass2003_drv;
 3319|  16.4k|}
card-epass2003.c:epass2003_match_card:
 1687|  9.77k|{
 1688|  9.77k|	int r;
 1689|       |
 1690|  9.77k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  9.77k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  9.77k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  9.77k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  9.77k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 9.77k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1691|  9.77k|	r = _sc_match_atr(card, epass2003_atrs, &card->type);
 1692|  9.77k|	if (r < 0)
  ------------------
  |  Branch (1692:6): [True: 9.21k, False: 564]
  ------------------
 1693|  9.21k|		return 0;
 1694|       |
 1695|    564|	return 1;
 1696|  9.77k|}
card-epass2003.c:epass2003_init:
 1701|    564|{
 1702|    564|	unsigned int flags;
 1703|    564|	unsigned int ext_flags;
 1704|    564|	unsigned char data[SC_MAX_APDU_BUFFER_SIZE] = {0};
 1705|    564|	size_t datalen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|    564|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
 1706|    564|	epass2003_exdata *exdata = NULL;
 1707|    564|	void *old_drv_data = card->drv_data;
 1708|       |
 1709|    564|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    564|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    564|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    564|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    564|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 564]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1710|       |
 1711|    564|	card->name = "epass2003";
 1712|    564|	card->cla = 0x00;
 1713|    564|	exdata = (epass2003_exdata *)calloc(1, sizeof(epass2003_exdata));
 1714|    564|	if (!exdata)
  ------------------
  |  Branch (1714:6): [True: 0, False: 564]
  ------------------
 1715|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1716|       |
 1717|    564|	card->drv_data = exdata;
 1718|       |
 1719|    564|	exdata->sm = SM_SCP01;
  ------------------
  |  |   92|    564|#define SM_SCP01				0x01
  ------------------
 1720|       |
 1721|       |	/* decide FIPS/Non-FIPS mode */
 1722|    564|	if (SC_SUCCESS != get_data(card, 0x86, data, datalen)) {
  ------------------
  |  |   28|    564|#define SC_SUCCESS				0
  ------------------
  |  Branch (1722:6): [True: 20, False: 544]
  ------------------
 1723|     20|		free(exdata);
 1724|     20|		card->drv_data = old_drv_data;
 1725|     20|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     20|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 1726|     20|	}
 1727|       |
 1728|    544|	if (memcmp(&data[32], "\x87\x01\x01", 3) == 0 && memcmp(&data[0], "\x80\x01\x01", 3) == 0) {
  ------------------
  |  Branch (1728:6): [True: 32, False: 512]
  |  Branch (1728:51): [True: 8, False: 24]
  ------------------
 1729|      8|		exdata->bFipsCertification = 0x01;
 1730|    536|	} else {
 1731|    536|		exdata->bFipsCertification = 0x00;
 1732|    536|	}
 1733|       |
 1734|    544|	if (0x01 == data[2])
  ------------------
  |  Branch (1734:6): [True: 39, False: 505]
  ------------------
 1735|     39|		exdata->smtype = KEY_TYPE_AES;
  ------------------
  |  |   80|     39|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
 1736|    505|	else
 1737|    505|		exdata->smtype = KEY_TYPE_DES;
  ------------------
  |  |   81|    505|#define KEY_TYPE_DES	0x02	/* Non-FIPS mode */
  ------------------
 1738|       |
 1739|    544|	if (0x84 == data[14]) {
  ------------------
  |  Branch (1739:6): [True: 95, False: 449]
  ------------------
 1740|     95|		if (0x00 == data[16]) {
  ------------------
  |  Branch (1740:7): [True: 93, False: 2]
  ------------------
 1741|     93|			exdata->sm = SM_PLAIN;
  ------------------
  |  |   91|     93|#define SM_PLAIN				0x00
  ------------------
 1742|     93|		}
 1743|     95|	}
 1744|       |
 1745|       |	/* mutual authentication */
 1746|    544|	card->max_recv_size = 0xD8;
 1747|    544|	card->max_send_size = 0xE8;
 1748|       |
 1749|    544|	card->sm_ctx.ops.open = epass2003_refresh;
 1750|    544|	card->sm_ctx.ops.get_sm_apdu = epass2003_sm_get_wrapped_apdu;
 1751|    544|	card->sm_ctx.ops.free_sm_apdu = epass2003_sm_free_wrapped_apdu;
 1752|       |
 1753|       |	/* FIXME (VT): rather then set/unset 'g_sm', better to implement filter for APDUs to be wrapped */
 1754|    544|	epass2003_refresh(card);
 1755|       |
 1756|    544|	card->sm_ctx.sm_mode = SM_MODE_TRANSMIT;
  ------------------
  |  |   47|    544|#define SM_MODE_TRANSMIT	0x200
  ------------------
 1757|       |
 1758|    544|	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |   93|    544|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  102|    544|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    544|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
 1759|       |
 1760|    544|	_sc_card_add_rsa_alg(card, 512, flags, 0);
 1761|    544|	_sc_card_add_rsa_alg(card, 768, flags, 0);
 1762|    544|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
 1763|    544|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
 1764|       |
 1765|       |	//set EC Alg Flags
 1766|    544|	flags = SC_ALGORITHM_ONBOARD_KEY_GEN|SC_ALGORITHM_ECDSA_HASH_SHA1|SC_ALGORITHM_ECDSA_HASH_SHA256|SC_ALGORITHM_ECDSA_HASH_NONE|SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |   93|    544|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN|SC_ALGORITHM_ECDSA_HASH_SHA1|SC_ALGORITHM_ECDSA_HASH_SHA256|SC_ALGORITHM_ECDSA_HASH_NONE|SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  176|    544|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|    544|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN|SC_ALGORITHM_ECDSA_HASH_SHA1|SC_ALGORITHM_ECDSA_HASH_SHA256|SC_ALGORITHM_ECDSA_HASH_NONE|SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  178|    544|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  ------------------
  |  |  |  |  138|    544|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN|SC_ALGORITHM_ECDSA_HASH_SHA1|SC_ALGORITHM_ECDSA_HASH_SHA256|SC_ALGORITHM_ECDSA_HASH_NONE|SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  175|    544|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|    544|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN|SC_ALGORITHM_ECDSA_HASH_SHA1|SC_ALGORITHM_ECDSA_HASH_SHA256|SC_ALGORITHM_ECDSA_HASH_NONE|SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  174|    544|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
 1767|    544|	ext_flags = 0;
 1768|    544|	_sc_card_add_ec_alg(card, 256, flags, ext_flags, NULL);
 1769|       |
 1770|    544|	card->caps = SC_CARD_CAP_RNG | SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  550|    544|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps = SC_CARD_CAP_RNG | SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    544|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
 1771|       |
 1772|    544|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    544|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    544|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    544|	int _ret = r; \
  |  |  |  |  155|    544|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 544, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    544|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 544]
  |  |  |  |  ------------------
  |  |  |  |  157|    544|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    544|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    544|	return _ret; \
  |  |  |  |  163|    544|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1773|    544|}
card-epass2003.c:get_data:
 1649|    572|{
 1650|    572|	int r;
 1651|    572|	struct sc_apdu apdu;
 1652|    572|	unsigned char resp[SC_MAX_APDU_BUFFER_SIZE] = {0};
 1653|    572|	size_t resplen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|    572|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
 1654|    572|	epass2003_exdata *exdata = NULL;
 1655|       |
 1656|    572|	if (!card->drv_data)
  ------------------
  |  Branch (1656:6): [True: 0, False: 572]
  ------------------
 1657|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1658|       |
 1659|    572|	exdata = (epass2003_exdata *)card->drv_data;
 1660|       |
 1661|    572|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    572|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    572|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    572|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    572|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 572]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1662|       |
 1663|    572|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, type);
  ------------------
  |  |  292|    572|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1664|    572|	apdu.resp = resp;
 1665|    572|	apdu.le = 0;
 1666|    572|	apdu.resplen = resplen;
 1667|    572|	if (0x86 == type) {
  ------------------
  |  Branch (1667:6): [True: 564, False: 8]
  ------------------
 1668|       |		/* No SM temporarily */
 1669|    564|		unsigned char tmp_sm = exdata->sm;
 1670|    564|		exdata->sm = SM_PLAIN;
  ------------------
  |  |   91|    564|#define SM_PLAIN				0x00
  ------------------
 1671|    564|		r = sc_transmit_apdu(card, &apdu);
 1672|    564|		exdata->sm = tmp_sm;
 1673|    564|	} else {
 1674|      8|		r = sc_transmit_apdu_t(card, &apdu);
 1675|      8|	}
 1676|    572|	LOG_TEST_RET(card->ctx, r, "APDU get_data failed");
  ------------------
  |  |  174|    572|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    572|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    572|	int _ret = (r); \
  |  |  |  |  168|    572|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 567]
  |  |  |  |  ------------------
  |  |  |  |  169|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      5|		return _ret; \
  |  |  |  |  172|      5|	} \
  |  |  |  |  173|    572|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 567]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1677|    567|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1678|    567|	LOG_TEST_RET(card->ctx, r, "get_data failed");
  ------------------
  |  |  174|    567|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    567|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    567|	int _ret = (r); \
  |  |  |  |  168|    567|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 22, False: 545]
  |  |  |  |  ------------------
  |  |  |  |  169|     22|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     22|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     22|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     22|		return _ret; \
  |  |  |  |  172|     22|	} \
  |  |  |  |  173|    567|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 545]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1679|       |
 1680|    545|	memcpy(data, resp, datalen);
 1681|    545|	return r;
 1682|    567|}
card-epass2003.c:epass2003_sm_get_wrapped_apdu:
 1584|  1.79k|{
 1585|  1.79k|	struct sc_context *ctx = card->ctx;
 1586|  1.79k|	struct sc_apdu *apdu = NULL;
 1587|  1.79k|	int rv;
 1588|       |
 1589|  1.79k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.79k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.79k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.79k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.79k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1590|  1.79k|	if (!plain || !sm_apdu)
  ------------------
  |  Branch (1590:6): [True: 0, False: 1.79k]
  |  Branch (1590:16): [True: 0, False: 1.79k]
  ------------------
 1591|  1.79k|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1592|       |
 1593|  1.79k|	*sm_apdu = NULL;
 1594|       |	//construct new SM apdu from original apdu
 1595|  1.79k|	apdu = calloc(1, sizeof(struct sc_apdu));
 1596|  1.79k|	if (!apdu) {
  ------------------
  |  Branch (1596:6): [True: 0, False: 1.79k]
  ------------------
 1597|      0|		rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1598|      0|		goto err;
 1599|      0|	}
 1600|  1.79k|	apdu->data = calloc (1, SC_MAX_EXT_APDU_BUFFER_SIZE);
  ------------------
  |  |   37|  1.79k|#define SC_MAX_EXT_APDU_BUFFER_SIZE	65538
  ------------------
 1601|  1.79k|	if (!apdu->data) {
  ------------------
  |  Branch (1601:6): [True: 0, False: 1.79k]
  ------------------
 1602|      0|		rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1603|      0|		goto err;
 1604|      0|	}
 1605|  1.79k|	apdu->resp = calloc (1, SC_MAX_EXT_APDU_BUFFER_SIZE);
  ------------------
  |  |   37|  1.79k|#define SC_MAX_EXT_APDU_BUFFER_SIZE	65538
  ------------------
 1606|  1.79k|	if (!apdu->resp) {
  ------------------
  |  Branch (1606:6): [True: 0, False: 1.79k]
  ------------------
 1607|      0|		rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1608|      0|		goto err;
 1609|      0|	}
 1610|  1.79k|	apdu->datalen = SC_MAX_EXT_APDU_BUFFER_SIZE;
  ------------------
  |  |   37|  1.79k|#define SC_MAX_EXT_APDU_BUFFER_SIZE	65538
  ------------------
 1611|  1.79k|	apdu->resplen = SC_MAX_EXT_APDU_BUFFER_SIZE;
  ------------------
  |  |   37|  1.79k|#define SC_MAX_EXT_APDU_BUFFER_SIZE	65538
  ------------------
 1612|       |
 1613|  1.79k|	rv = epass2003_sm_wrap_apdu(card, plain, apdu);
 1614|  1.79k|	if (rv) {
  ------------------
  |  Branch (1614:6): [True: 0, False: 1.79k]
  ------------------
 1615|      0|		rv = epass2003_sm_free_wrapped_apdu(card, NULL, &apdu);
 1616|      0|		if (rv < 0)
  ------------------
  |  Branch (1616:7): [True: 0, False: 0]
  ------------------
 1617|      0|			goto err;
 1618|      0|	}
 1619|       |
 1620|  1.79k|	*sm_apdu = apdu;
 1621|  1.79k|	apdu = NULL;
 1622|  1.79k|err:
 1623|  1.79k|	if (apdu) {
  ------------------
  |  Branch (1623:6): [True: 0, False: 1.79k]
  ------------------
 1624|      0|		free((unsigned char *) apdu->data);
 1625|      0|		free(apdu->resp);
 1626|      0|		free(apdu);
 1627|      0|		apdu = NULL;
 1628|      0|	}
 1629|  1.79k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  1.79k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.79k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.79k|	int _ret = r; \
  |  |  |  |  155|  1.79k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.79k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.79k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.79k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.79k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.79k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.79k|	return _ret; \
  |  |  |  |  163|  1.79k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1630|  1.79k|}
card-epass2003.c:epass2003_sm_wrap_apdu:
 1299|  1.79k|{
 1300|  1.79k|	unsigned char buf[4096] = {0}; /* APDU buffer */
 1301|  1.79k|	size_t buf_len = sizeof(buf);
 1302|  1.79k|	epass2003_exdata *exdata = NULL;
 1303|       |
 1304|  1.79k|	if (!card->drv_data)
  ------------------
  |  Branch (1304:6): [True: 0, False: 1.79k]
  ------------------
 1305|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1306|       |
 1307|  1.79k|	exdata = (epass2003_exdata *)card->drv_data;
 1308|       |
 1309|  1.79k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.79k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.79k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.79k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.79k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1310|       |
 1311|  1.79k|	if (exdata->sm)
  ------------------
  |  Branch (1311:6): [True: 554, False: 1.24k]
  ------------------
 1312|    554|		plain->cla |= 0x0C;
 1313|       |
 1314|  1.79k|	sm->cse = plain->cse;
 1315|  1.79k|	sm->cla = plain->cla;
 1316|  1.79k|	sm->ins = plain->ins;
 1317|  1.79k|	sm->p1 = plain->p1;
 1318|  1.79k|	sm->p2 = plain->p2;
 1319|  1.79k|	sm->lc = plain->lc;
 1320|  1.79k|	sm->le = plain->le;
 1321|  1.79k|	sm->control = plain->control;
 1322|  1.79k|	sm->flags = plain->flags;
 1323|       |
 1324|  1.79k|	switch (sm->cla & 0x0C) {
 1325|  1.24k|	case 0x00:
  ------------------
  |  Branch (1325:2): [True: 1.24k, False: 554]
  ------------------
 1326|  1.24k|	case 0x04:
  ------------------
  |  Branch (1326:2): [True: 0, False: 1.79k]
  ------------------
 1327|  1.24k|		sm->datalen = plain->datalen;
 1328|  1.24k|		memcpy((void *)sm->data, plain->data, plain->datalen);
 1329|  1.24k|		sm->resplen = plain->resplen;
 1330|  1.24k|		memcpy(sm->resp, plain->resp, plain->resplen);
 1331|  1.24k|		break;
 1332|    554|	case 0x0C:
  ------------------
  |  Branch (1332:2): [True: 554, False: 1.24k]
  ------------------
 1333|    554|		memset(buf, 0, sizeof(buf));
 1334|    554|		if (0 != encode_apdu(card, plain, sm, buf, &buf_len))
  ------------------
  |  Branch (1334:7): [True: 0, False: 554]
  ------------------
 1335|      0|			return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|      0|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
 1336|    554|		break;
 1337|    554|	default:
  ------------------
  |  Branch (1337:2): [True: 0, False: 1.79k]
  ------------------
 1338|      0|		return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|      0|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
 1339|  1.79k|	}
 1340|       |
 1341|  1.79k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.79k|#define SC_SUCCESS				0
  ------------------
 1342|  1.79k|}
card-epass2003.c:encode_apdu:
 1202|    554|{
 1203|    554|	size_t block_size = 0;
 1204|    554|	unsigned char dataTLV[4096] = {0};
 1205|    554|	size_t data_tlv_len = 0;
 1206|    554|	unsigned char le_tlv[256] = {0};
 1207|    554|	size_t le_tlv_len = 0;
 1208|    554|	size_t mac_tlv_len = 10;
 1209|    554|	size_t tmp_lc = 0;
 1210|    554|	size_t tmp_le = 0;
 1211|    554|	size_t expected_total_len;
 1212|    554|	unsigned char mac_tlv[256] = {0};
 1213|    554|	epass2003_exdata *exdata = NULL;
 1214|       |
 1215|    554|	mac_tlv[0] = 0x8E;
 1216|    554|	mac_tlv[1] = 8;
 1217|       |	/* size_t plain_le = 0; */
 1218|    554|	if (!card->drv_data)
  ------------------
  |  Branch (1218:6): [True: 0, False: 554]
  ------------------
 1219|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1220|    554|	exdata = (epass2003_exdata*)card->drv_data;
 1221|    554|	block_size = (KEY_TYPE_DES == exdata->smtype ? 16 : 8);
  ------------------
  |  |   81|    554|#define KEY_TYPE_DES	0x02	/* Non-FIPS mode */
  ------------------
  |  Branch (1221:16): [True: 498, False: 56]
  ------------------
 1222|       |
 1223|    554|	sm->cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|    554|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1224|    554|	apdu_buf[0] = (unsigned char)plain->cla;
 1225|    554|	apdu_buf[1] = (unsigned char)plain->ins;
 1226|    554|	apdu_buf[2] = (unsigned char)plain->p1;
 1227|    554|	apdu_buf[3] = (unsigned char)plain->p2;
 1228|       |	/* plain_le = plain->le; */
 1229|       |	/* padding */
 1230|    554|	if (exdata->bFipsCertification && plain->lc == 0 && apdu_buf[1] == 0x82 && apdu_buf[2] == 0x01) {
  ------------------
  |  Branch (1230:6): [True: 18, False: 536]
  |  Branch (1230:36): [True: 1, False: 17]
  |  Branch (1230:54): [True: 0, False: 1]
  |  Branch (1230:77): [True: 0, False: 0]
  ------------------
 1231|      0|		apdu_buf[4] = 0x00;
 1232|    554|	} else {
 1233|    554|		apdu_buf[4] = 0x80;
 1234|    554|	}
 1235|    554|	memset(&apdu_buf[5], 0x00, block_size - 5);
 1236|       |
 1237|       |	/* Data -> Data' */
 1238|    554|	if (plain->lc != 0)
  ------------------
  |  Branch (1238:6): [True: 550, False: 4]
  ------------------
 1239|    550|		if (0 != construct_data_tlv(card, plain, apdu_buf, dataTLV, &data_tlv_len, exdata->smtype))
  ------------------
  |  Branch (1239:7): [True: 0, False: 550]
  ------------------
 1240|      0|			return -1;
 1241|       |
 1242|    554|	if (plain->le != 0 || (plain->le == 0 && plain->resplen != 0))
  ------------------
  |  Branch (1242:6): [True: 18, False: 536]
  |  Branch (1242:25): [True: 536, False: 0]
  |  Branch (1242:43): [True: 536, False: 0]
  ------------------
 1243|    554|		if (0 != construct_le_tlv(plain, apdu_buf, data_tlv_len, le_tlv,
  ------------------
  |  Branch (1243:7): [True: 0, False: 554]
  ------------------
 1244|    554|				     &le_tlv_len, exdata->smtype))
 1245|      0|			return -1;
 1246|       |
 1247|    554|	if (exdata->bFipsCertification && plain->lc == 0 && apdu_buf[1] == 0x82 && apdu_buf[2] == 0x01) {
  ------------------
  |  Branch (1247:6): [True: 18, False: 536]
  |  Branch (1247:36): [True: 1, False: 17]
  |  Branch (1247:54): [True: 0, False: 1]
  |  Branch (1247:77): [True: 0, False: 0]
  ------------------
 1248|      0|		if (0 != construct_mac_tlv_case1(card, apdu_buf, data_tlv_len, le_tlv_len, mac_tlv, &mac_tlv_len, exdata->smtype))
  ------------------
  |  Branch (1248:7): [True: 0, False: 0]
  ------------------
 1249|      0|			return -1;
 1250|    554|	} else {
 1251|    554|		if (0 != construct_mac_tlv(card, apdu_buf, data_tlv_len, le_tlv_len, mac_tlv, &mac_tlv_len, exdata->smtype))
  ------------------
  |  Branch (1251:7): [True: 0, False: 554]
  ------------------
 1252|      0|			return -1;
 1253|    554|	}
 1254|       |
 1255|    554|	memset(apdu_buf + 4, 0, *apdu_buf_len - 4);
 1256|    554|	sm->lc = sm->datalen = data_tlv_len + le_tlv_len + mac_tlv_len;
 1257|    554|	if (sm->lc > 0xFF) {
  ------------------
  |  Branch (1257:6): [True: 0, False: 554]
  ------------------
 1258|      0|		sm->cse = SC_APDU_CASE_4_EXT;
  ------------------
  |  |  299|      0|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|      0|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|      0|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
 1259|      0|		apdu_buf[4] = (unsigned char)((sm->lc) / 0x10000);
 1260|      0|		apdu_buf[5] = (unsigned char)(((sm->lc) / 0x100) % 0x100);
 1261|      0|		apdu_buf[6] = (unsigned char)((sm->lc) % 0x100);
 1262|      0|		tmp_lc = 3;
 1263|    554|	} else {
 1264|    554|		apdu_buf[4] = (unsigned char)sm->lc;
 1265|    554|		tmp_lc = 1;
 1266|    554|	}
 1267|       |
 1268|       |	/* 2 is for Le extension in the worst case */
 1269|    554|	expected_total_len = 4 + tmp_lc + data_tlv_len + le_tlv_len + mac_tlv_len + 2;
 1270|       |
 1271|    554|	if (expected_total_len > *apdu_buf_len) {
  ------------------
  |  Branch (1271:6): [True: 0, False: 554]
  ------------------
 1272|      0|	    return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
 1273|      0|	}
 1274|       |
 1275|    554|	memcpy(apdu_buf + 4 + tmp_lc, dataTLV, data_tlv_len);
 1276|    554|	memcpy(apdu_buf + 4 + tmp_lc + data_tlv_len, le_tlv, le_tlv_len);
 1277|    554|	memcpy(apdu_buf + 4 + tmp_lc + data_tlv_len + le_tlv_len, mac_tlv, mac_tlv_len);
 1278|    554|	memcpy((unsigned char *)sm->data, apdu_buf + 4 + tmp_lc, sm->datalen);
 1279|    554|	*apdu_buf_len = 0;
 1280|       |
 1281|    554|	if (4 == le_tlv_len) {
  ------------------
  |  Branch (1281:6): [True: 14, False: 540]
  ------------------
 1282|     14|		sm->cse = SC_APDU_CASE_4_EXT;
  ------------------
  |  |  299|     14|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|     14|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|     14|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
 1283|     14|		*(apdu_buf + 4 + tmp_lc + sm->lc) = (unsigned char)(plain->le / 0x100);
 1284|     14|		*(apdu_buf + 4 + tmp_lc + sm->lc + 1) = (unsigned char)(plain->le % 0x100);
 1285|     14|		tmp_le = 2;
 1286|    540|	} else if (3 == le_tlv_len) {
  ------------------
  |  Branch (1286:13): [True: 540, False: 0]
  ------------------
 1287|    540|		*(apdu_buf + 4 + tmp_lc + sm->lc) = (unsigned char)plain->le;
 1288|    540|		tmp_le = 1;
 1289|    540|	}
 1290|       |
 1291|    554|	*apdu_buf_len += 4 + tmp_lc + data_tlv_len + le_tlv_len + mac_tlv_len + tmp_le;
 1292|       |	/* sm->le = calc_le(plain_le); */
 1293|    554|	return 0;
 1294|    554|}
card-epass2003.c:construct_data_tlv:
  950|    550|{
  951|    550|	size_t block_size = (KEY_TYPE_AES == key_type ? 16 : 8);
  ------------------
  |  |   80|    550|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (951:23): [True: 53, False: 497]
  ------------------
  952|    550|	unsigned char pad[4096] = {0};
  953|    550|	size_t pad_len;
  954|    550|	size_t tlv_more;	/* increased tlv length */
  955|    550|	unsigned char iv[16] = {0};
  956|    550|	epass2003_exdata *exdata = NULL;
  957|    550|	int r = 0;
  958|       |
  959|    550|	if (!card->drv_data)
  ------------------
  |  Branch (959:6): [True: 0, False: 550]
  ------------------
  960|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  961|       |
  962|    550|	exdata = (epass2003_exdata *)card->drv_data;
  963|       |
  964|       |	/* we encrypt the pad buffer and then write it to the apdu_buf at offset block_size + tlv_more */
  965|    550|	if (apdu->lc >= sizeof(pad) - block_size - 5)
  ------------------
  |  Branch (965:6): [True: 0, False: 550]
  ------------------
  966|    550|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_DATA,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  967|    550|				"ePass2003 secure messaging APDU data too large");
  968|       |
  969|       |	/* padding */
  970|    550|	apdu_buf[block_size] = 0x87;
  971|    550|	memcpy(pad, apdu->data, apdu->lc);
  972|    550|	pad[apdu->lc] = 0x80;
  973|    550|	if ((apdu->lc + 1) % block_size)
  ------------------
  |  Branch (973:6): [True: 550, False: 0]
  ------------------
  974|    550|		pad_len = ((apdu->lc + 1) / block_size + 1) * block_size;
  975|      0|	else
  976|      0|		pad_len = apdu->lc + 1;
  977|       |
  978|       |	/* encode Lc' */
  979|    550|	if (pad_len > 0x7E) {
  ------------------
  |  Branch (979:6): [True: 0, False: 550]
  ------------------
  980|       |		/* Lc' > 0x7E, use extended APDU */
  981|      0|		apdu_buf[block_size + 1] = 0x82;
  982|      0|		apdu_buf[block_size + 2] = (unsigned char)((pad_len + 1) / 0x100);
  983|      0|		apdu_buf[block_size + 3] = (unsigned char)((pad_len + 1) % 0x100);
  984|      0|		apdu_buf[block_size + 4] = 0x01;
  985|      0|		tlv_more = 5;
  986|    550|	} else {
  987|    550|		apdu_buf[block_size + 1] = (unsigned char)pad_len + 1;
  988|    550|		apdu_buf[block_size + 2] = 0x01;
  989|    550|		tlv_more = 3;
  990|    550|	}
  991|    550|	memcpy(data_tlv, &apdu_buf[block_size], tlv_more);
  992|       |
  993|       |	/* encrypt Data */
  994|    550|	if (KEY_TYPE_AES == key_type) {
  ------------------
  |  |   80|    550|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (994:6): [True: 53, False: 497]
  ------------------
  995|     53|		r = aes128_encrypt_cbc(card, exdata->sk_enc, 16, iv, pad, pad_len, apdu_buf + block_size + tlv_more);
  996|     53|		LOG_TEST_RET(card->ctx, r, "aes128_encrypt_cbc failed");
  ------------------
  |  |  174|     53|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     53|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     53|	int _ret = (r); \
  |  |  |  |  168|     53|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 53]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     53|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 53]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  997|    497|	} else {
  998|    497|		r = des3_encrypt_cbc(card, exdata->sk_enc, 16, iv, pad, pad_len, apdu_buf + block_size + tlv_more);
  999|    497|		LOG_TEST_RET(card->ctx, r, "des3_encrypt_cbc failed");
  ------------------
  |  |  174|    497|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    497|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    497|	int _ret = (r); \
  |  |  |  |  168|    497|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 497]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    497|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 497]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1000|    497|	}
 1001|       |
 1002|    550|	memcpy(data_tlv + tlv_more, apdu_buf + block_size + tlv_more, pad_len);
 1003|    550|	*data_tlv_len = tlv_more + pad_len;
 1004|    550|	return 0;
 1005|    550|}
card-epass2003.c:construct_le_tlv:
 1012|    554|{
 1013|    554|	size_t block_size = (KEY_TYPE_AES == key_type ? 16 : 8);
  ------------------
  |  |   80|    554|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (1013:23): [True: 56, False: 498]
  ------------------
 1014|       |
 1015|    554|	*(apdu_buf + block_size + data_tlv_len) = 0x97;
 1016|    554|	if (apdu->le > 0x7F) {
  ------------------
  |  Branch (1016:6): [True: 14, False: 540]
  ------------------
 1017|       |		/* Le' > 0x7E, use extended APDU */
 1018|     14|		*(apdu_buf + block_size + data_tlv_len + 1) = 2;
 1019|     14|		*(apdu_buf + block_size + data_tlv_len + 2) = (unsigned char)(apdu->le / 0x100);
 1020|     14|		*(apdu_buf + block_size + data_tlv_len + 3) = (unsigned char)(apdu->le % 0x100);
 1021|     14|		memcpy(le_tlv, apdu_buf + block_size + data_tlv_len, 4);
 1022|     14|		*le_tlv_len = 4;
 1023|    540|	} else {
 1024|    540|		*(apdu_buf + block_size + data_tlv_len + 1) = 1;
 1025|    540|		*(apdu_buf + block_size + data_tlv_len + 2) = (unsigned char)apdu->le;
 1026|    540|		memcpy(le_tlv, apdu_buf + block_size + data_tlv_len, 3);
 1027|    540|		*le_tlv_len = 3;
 1028|    540|	}
 1029|    554|	return 0;
 1030|    554|}
card-epass2003.c:des_encrypt_cbc:
  588|  1.03k|{
  589|  1.03k|	EVP_CIPHER *alg = sc_evp_cipher(card->ctx, "DES-CBC");
  590|  1.03k|	int r;
  591|       |
  592|  1.03k|	r = openssl_enc(alg, key, iv, input, length, output);
  593|  1.03k|	sc_evp_cipher_free(alg);
  594|  1.03k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|  1.03k|#define SC_SUCCESS				0
  ------------------
  |  Branch (594:6): [True: 0, False: 1.03k]
  ------------------
  595|      0|		sc_log_openssl(card->ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  596|  1.03k|	return r;
  597|  1.03k|}
card-epass2003.c:des_decrypt_cbc:
  603|    515|{
  604|    515|	EVP_CIPHER *alg = sc_evp_cipher(card->ctx, "DES-CBC");
  605|    515|	int r;
  606|       |
  607|    515|	r = openssl_dec(alg, key, iv, input, length, output);
  608|    515|	sc_evp_cipher_free(alg);
  609|    515|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    515|#define SC_SUCCESS				0
  ------------------
  |  Branch (609:6): [True: 0, False: 515]
  ------------------
  610|      0|		sc_log_openssl(card->ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  611|    515|	return r;
  612|    515|}
card-epass2003.c:openssl_dec:
  313|    515|{
  314|    515|	int r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    515|#define SC_ERROR_INTERNAL			-1400
  ------------------
  315|    515|	EVP_CIPHER_CTX * ctx = NULL;
  316|    515|	int outl = 0;
  317|    515|	int outl_tmp = 0;
  318|    515|	unsigned char iv_tmp[EVP_MAX_IV_LENGTH] = {0};
  319|       |
  320|    515|	memcpy(iv_tmp, iv, EVP_MAX_IV_LENGTH);
  321|    515|	ctx = EVP_CIPHER_CTX_new();
  322|    515|	if (ctx == NULL)
  ------------------
  |  Branch (322:6): [True: 0, False: 515]
  ------------------
  323|      0|		goto out;
  324|       |
  325|    515|	if (!EVP_DecryptInit_ex(ctx, cipher, NULL, key, iv_tmp) ||
  ------------------
  |  Branch (325:6): [True: 0, False: 515]
  ------------------
  326|    515|			!EVP_CIPHER_CTX_set_padding(ctx, 0))
  ------------------
  |  Branch (326:4): [True: 0, False: 515]
  ------------------
  327|      0|		goto out;
  328|       |
  329|    515|	if (!EVP_DecryptUpdate(ctx, output, &outl, input, (int)length))
  ------------------
  |  Branch (329:6): [True: 0, False: 515]
  ------------------
  330|      0|		goto out;
  331|       |
  332|    515|	if (!EVP_DecryptFinal_ex(ctx, output + outl, &outl_tmp))
  ------------------
  |  Branch (332:6): [True: 0, False: 515]
  ------------------
  333|      0|		goto out;
  334|       |
  335|    515|	r = SC_SUCCESS;
  ------------------
  |  |   28|    515|#define SC_SUCCESS				0
  ------------------
  336|    515|out:
  337|    515|	EVP_CIPHER_CTX_free(ctx);
  338|    515|	return r;
  339|    515|}
card-epass2003.c:construct_mac_tlv:
 1037|    554|{
 1038|    554|	size_t block_size = (KEY_TYPE_AES == key_type ? 16 : 8);
  ------------------
  |  |   80|    554|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (1038:23): [True: 56, False: 498]
  ------------------
 1039|    554|	unsigned char mac[4096] = {0};
 1040|    554|	size_t mac_len;
 1041|    554|	unsigned char icv[16] = {0};
 1042|    554|	int r ;
 1043|    554|	int i = (KEY_TYPE_AES == key_type ? 15 : 7);
  ------------------
  |  |   80|    554|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (1043:11): [True: 56, False: 498]
  ------------------
 1044|    554|	epass2003_exdata *exdata = NULL;
 1045|       |
 1046|    554|	if (!card->drv_data)
  ------------------
  |  Branch (1046:6): [True: 0, False: 554]
  ------------------
 1047|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1048|       |
 1049|    554|	exdata = (epass2003_exdata *)card->drv_data;
 1050|       |
 1051|    554|	if (data_tlv_len + le_tlv_len + block_size + 1 > sizeof(mac)) {
  ------------------
  |  Branch (1051:6): [True: 0, False: 554]
  ------------------
 1052|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
 1053|      0|	}
 1054|       |
 1055|    554|	if (0 == data_tlv_len && 0 == le_tlv_len) {
  ------------------
  |  Branch (1055:6): [True: 4, False: 550]
  |  Branch (1055:27): [True: 0, False: 4]
  ------------------
 1056|      0|		mac_len = block_size;
 1057|    554|	} else {
 1058|       |		/* padding */
 1059|    554|		*(apdu_buf + block_size + data_tlv_len + le_tlv_len) = 0x80;
 1060|    554|		if ((data_tlv_len + le_tlv_len + 1) % block_size) {
  ------------------
  |  Branch (1060:7): [True: 546, False: 8]
  ------------------
 1061|    546|			mac_len = (((data_tlv_len + le_tlv_len + 1) / block_size) +
 1062|    546|					1) * block_size + block_size;
 1063|    546|		} else {
 1064|      8|			mac_len = data_tlv_len + le_tlv_len + 1 + block_size;
 1065|      8|		}
 1066|    554|		memset((apdu_buf + block_size + data_tlv_len + le_tlv_len + 1),
 1067|    554|		       0, (mac_len - (data_tlv_len + le_tlv_len + 1)));
 1068|    554|	}
 1069|       |
 1070|       |	/* increase icv */
 1071|    554|	for (; i >= 0; i--) {
  ------------------
  |  Branch (1071:9): [True: 554, False: 0]
  ------------------
 1072|    554|		if (exdata->icv_mac[i] == 0xff) {
  ------------------
  |  Branch (1072:7): [True: 0, False: 554]
  ------------------
 1073|      0|			exdata->icv_mac[i] = 0;
 1074|    554|		} else {
 1075|    554|			exdata->icv_mac[i]++;
 1076|    554|			break;
 1077|    554|		}
 1078|    554|	}
 1079|       |
 1080|       |	/* calculate MAC */
 1081|    554|	memset(icv, 0, sizeof(icv));
 1082|    554|	memcpy(icv, exdata->icv_mac, 16);
 1083|    554|	if (KEY_TYPE_AES == key_type) {
  ------------------
  |  |   80|    554|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (1083:6): [True: 56, False: 498]
  ------------------
 1084|     56|		if (exdata->bFipsCertification) {
  ------------------
  |  Branch (1084:7): [True: 18, False: 38]
  ------------------
 1085|    306|			for (int i = 0; i < 16; i++) {
  ------------------
  |  Branch (1085:20): [True: 288, False: 18]
  ------------------
 1086|    288|				apdu_buf[i] = apdu_buf[i] ^ icv[i];
 1087|    288|			}
 1088|     18|			r = aes128_encrypt_cmac(card, exdata->sk_mac, 128, apdu_buf, data_tlv_len + le_tlv_len + block_size, mac);
 1089|     18|			LOG_TEST_RET(card->ctx, r, "aes128_encrypt_cmac failed");
  ------------------
  |  |  174|     18|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     18|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     18|	int _ret = (r); \
  |  |  |  |  168|     18|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1090|     18|			memcpy(mac_tlv + 2, &mac[0 /*ulmacLen-16*/], 8);
 1091|     90|			for (int j = 0; j < 4; j++) {
  ------------------
  |  Branch (1091:20): [True: 72, False: 18]
  ------------------
 1092|     72|				apdu_buf[j] = apdu_buf[j] ^ icv[j];
 1093|     72|			}
 1094|     38|		} else {
 1095|     38|			r = aes128_encrypt_cbc(card, exdata->sk_mac, 16, icv, apdu_buf, mac_len, mac);
 1096|     38|			LOG_TEST_RET(card->ctx, r, "aes128_encrypt_cbc failed");
  ------------------
  |  |  174|     38|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     38|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     38|	int _ret = (r); \
  |  |  |  |  168|     38|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 38]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     38|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 38]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1097|     38|			memcpy(mac_tlv + 2, &mac[mac_len - 16], 8);
 1098|     38|		}
 1099|    498|	} else {
 1100|    498|		unsigned char iv[EVP_MAX_IV_LENGTH] = {0};
 1101|    498|		unsigned char tmp[8] = {0};
 1102|    498|		r = des_encrypt_cbc(card, exdata->sk_mac, 8, icv, apdu_buf, mac_len, mac);
 1103|    498|		LOG_TEST_RET(card->ctx, r, "des_encrypt_cbc 1 failed");
  ------------------
  |  |  174|    498|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    498|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    498|	int _ret = (r); \
  |  |  |  |  168|    498|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 498]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    498|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 498]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1104|    498|		r = des_decrypt_cbc(card, &exdata->sk_mac[8], 8, iv, &mac[mac_len - 8], 8, tmp);
 1105|    498|		LOG_TEST_RET(card->ctx, r, "des_decrypt_cbc failed");
  ------------------
  |  |  174|    498|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    498|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    498|	int _ret = (r); \
  |  |  |  |  168|    498|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 498]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    498|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 498]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1106|    498|		memset(iv, 0x00, sizeof iv);
 1107|    498|		r = des_encrypt_cbc(card, exdata->sk_mac, 8, iv, tmp, 8, mac_tlv + 2);
 1108|    498|		LOG_TEST_RET(card->ctx, r, "des_encrypt_cbc 2 failed");
  ------------------
  |  |  174|    498|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    498|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    498|	int _ret = (r); \
  |  |  |  |  168|    498|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 498]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    498|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 498]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1109|    498|	}
 1110|       |
 1111|    554|	*mac_tlv_len = 2 + 8;
 1112|    554|	return 0;
 1113|    554|}
card-epass2003.c:epass2003_sm_free_wrapped_apdu:
 1552|  1.79k|{
 1553|  1.79k|	struct sc_context *ctx = card->ctx;
 1554|  1.79k|	int rv = SC_SUCCESS;
  ------------------
  |  |   28|  1.79k|#define SC_SUCCESS				0
  ------------------
 1555|       |
 1556|  1.79k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.79k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.79k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.79k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.79k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1557|  1.79k|	if (!sm_apdu)
  ------------------
  |  Branch (1557:6): [True: 0, False: 1.79k]
  ------------------
 1558|  1.79k|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1559|  1.79k|	if (!(*sm_apdu))
  ------------------
  |  Branch (1559:6): [True: 0, False: 1.79k]
  ------------------
 1560|  1.79k|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1561|       |
 1562|       |
 1563|  1.79k|	if (plain)
  ------------------
  |  Branch (1563:6): [True: 1.79k, False: 0]
  ------------------
 1564|  1.79k|		rv = epass2003_sm_unwrap_apdu(card, *sm_apdu, plain);
 1565|       |
 1566|  1.79k|	if ((*sm_apdu)->data) {
  ------------------
  |  Branch (1566:6): [True: 1.79k, False: 0]
  ------------------
 1567|  1.79k|		unsigned char * p = (unsigned char *)((*sm_apdu)->data);
 1568|  1.79k|		free(p);
 1569|  1.79k|	}
 1570|  1.79k|	if ((*sm_apdu)->resp) {
  ------------------
  |  Branch (1570:6): [True: 1.79k, False: 0]
  ------------------
 1571|  1.79k|		free((*sm_apdu)->resp);
 1572|  1.79k|	}
 1573|       |
 1574|  1.79k|	free(*sm_apdu);
 1575|  1.79k|	*sm_apdu = NULL;
 1576|       |
 1577|  1.79k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  1.79k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.79k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.79k|	int _ret = r; \
  |  |  |  |  155|  1.79k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.79k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.79k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    553|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 553, False: 1.24k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.79k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.79k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.79k|	return _ret; \
  |  |  |  |  163|  1.79k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1578|  1.79k|}
card-epass2003.c:epass2003_sm_unwrap_apdu:
 1509|  1.79k|{
 1510|  1.79k|	int r;
 1511|  1.79k|	size_t len = 0;
 1512|  1.79k|	epass2003_exdata *exdata = NULL;
 1513|       |
 1514|  1.79k|	if (!card->drv_data)
  ------------------
  |  Branch (1514:6): [True: 0, False: 1.79k]
  ------------------
 1515|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1516|       |
 1517|  1.79k|	exdata = (epass2003_exdata *)card->drv_data;
 1518|       |
 1519|  1.79k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.79k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.79k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.79k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.79k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1520|       |
 1521|       |	/* verify MAC, and check if SW1,2 match SW1,2 encapsulated in SM */
 1522|  1.79k|	if (exdata->sm) {
  ------------------
  |  Branch (1522:6): [True: 554, False: 1.24k]
  ------------------
 1523|    554|		if (epass2003_check_response_mac_and_sw(card, sm)) {
  ------------------
  |  Branch (1523:7): [True: 553, False: 1]
  ------------------
 1524|    553|			sc_log(card->ctx, "MAC or SW incorrect");
  ------------------
  |  |   71|    553|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1525|    553|			return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|    553|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
 1526|    553|		}
 1527|    554|	}
 1528|  1.24k|	r = sc_check_sw(card, sm->sw1, sm->sw2);
 1529|  1.24k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.24k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1529:6): [True: 860, False: 386]
  ------------------
 1530|    860|		if (exdata->sm) {
  ------------------
  |  Branch (1530:7): [True: 0, False: 860]
  ------------------
 1531|      0|			len = plain->resplen;
 1532|      0|			if (0 != decrypt_response(card, sm->resp, sm->resplen, plain->resp, &len))
  ------------------
  |  Branch (1532:8): [True: 0, False: 0]
  ------------------
 1533|      0|				return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|      0|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
 1534|    860|		} else {
 1535|    860|			memcpy(plain->resp, sm->resp, sm->resplen);
 1536|    860|			len = sm->resplen;
 1537|    860|		}
 1538|    860|	}
 1539|       |
 1540|  1.24k|	plain->resplen = len;
 1541|  1.24k|	plain->sw1 = sm->sw1;
 1542|  1.24k|	plain->sw2 = sm->sw2;
 1543|       |
 1544|  1.24k|	sc_log(card->ctx, "unwrapped APDU: resplen %zu, SW %02X%02X", plain->resplen, plain->sw1, plain->sw2);
  ------------------
  |  |   71|  1.24k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1545|  1.24k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.24k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.24k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.24k|	int _ret = r; \
  |  |  |  |  155|  1.24k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.24k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.24k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.24k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.24k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.24k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.24k|	return _ret; \
  |  |  |  |  163|  1.24k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1546|  1.24k|}
card-epass2003.c:epass2003_check_response_mac_and_sw:
 1346|    554|{
 1347|    554|	unsigned char iv[16];
 1348|    554|	unsigned char *data = NULL, *mac = NULL;
 1349|    554|	size_t blocksize, mac_len;
 1350|    554|	int ret = -1;
 1351|    554|	size_t taglen;
 1352|    554|	const u8 *tag;
 1353|    554|	epass2003_exdata *exdata;
 1354|    554|	unsigned char *in = sm->resp;
 1355|    554|	unsigned char *alt_in;
 1356|    554|	size_t inlen = sm->resplen;
 1357|    554|	size_t len_correction;
 1358|       |
 1359|       |	/* card/ctx/drv_data is already checked by caller */
 1360|    554|	exdata = (epass2003_exdata *)card->drv_data;
 1361|       |
 1362|       |	/* The SM must contain at least TLV encoded SW and MAC fields. */
 1363|    554|	if (inlen < 14 )
  ------------------
  |  Branch (1363:6): [True: 442, False: 112]
  ------------------
 1364|    442|		return ret;
 1365|       |
 1366|       |	/* compare BER-TLV encoded SW (TAG 0x99) and raw SW */
 1367|    112|	alt_in = in;
 1368|    112|	tag = sc_asn1_find_tag(card->ctx, alt_in, inlen, 0x99, &taglen);
 1369|    112|	if (tag == NULL || taglen != 2) {
  ------------------
  |  Branch (1369:6): [True: 55, False: 57]
  |  Branch (1369:21): [True: 16, False: 41]
  ------------------
 1370|       |		/*
 1371|       |		 * It seems that the EPASS2003 firmware has some problem with BER-TLV encoding.
 1372|       |		 * Instead of (correct) TLV 87 81 81 [01 .. ..] incorrect TLV 87 81 [01 .. ..]
 1373|       |		 * is returned. There seems to be some proprietary fix for the faulty encoding
 1374|       |		 * in the decrypt_response() function, similar fix here:
 1375|       |		 */
 1376|     71|		if (0x01 == in[2] && 0x82 != in[1]) {
  ------------------
  |  Branch (1376:7): [True: 55, False: 16]
  |  Branch (1376:24): [True: 54, False: 1]
  ------------------
 1377|     54|			sc_log(card->ctx, "Workaround, wrong BER-TLV ?");
  ------------------
  |  |   71|     54|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1378|     54|			len_correction = in[1] + 2;
 1379|     54|			if (inlen < len_correction)
  ------------------
  |  Branch (1379:8): [True: 10, False: 44]
  ------------------
 1380|     10|				return ret;
 1381|     44|			inlen -= len_correction;
 1382|     44|			alt_in += len_correction;
 1383|     44|			tag = sc_asn1_find_tag(card->ctx, alt_in, inlen, 0x99, &taglen);
 1384|     44|			if (tag == NULL || taglen != 2)
  ------------------
  |  Branch (1384:8): [True: 25, False: 19]
  |  Branch (1384:23): [True: 6, False: 13]
  ------------------
 1385|     31|				return ret;
 1386|     44|		} else {
 1387|     17|			return ret;
 1388|     17|		}
 1389|     71|	}
 1390|     54|	if (sm->sw1 != tag[0] || sm->sw2 != tag[1])
  ------------------
  |  Branch (1390:6): [True: 18, False: 36]
  |  Branch (1390:27): [True: 11, False: 25]
  ------------------
 1391|     29|		return ret;
 1392|       |
 1393|       |	/* no documentation/real hardware to test, the response is accepted without MAC check */
 1394|     25|	if (exdata->bFipsCertification) {
  ------------------
  |  Branch (1394:6): [True: 0, False: 25]
  ------------------
 1395|      0|		sc_log(card->ctx, "Warning, MAC is not checked");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1396|      0|		return 0;
 1397|      0|	}
 1398|     25|	tag = sc_asn1_find_tag(card->ctx, alt_in, inlen, 0x8e, &taglen);
 1399|     25|	if (tag == NULL || taglen != 8)
  ------------------
  |  Branch (1399:6): [True: 6, False: 19]
  |  Branch (1399:21): [True: 1, False: 18]
  ------------------
 1400|      7|		return ret;
 1401|       |
 1402|     18|	if (KEY_TYPE_AES == exdata->smtype)
  ------------------
  |  |   80|     18|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (1402:6): [True: 1, False: 17]
  ------------------
 1403|      1|		blocksize = 16;
 1404|     17|	else
 1405|     17|		blocksize = 8;
 1406|       |
 1407|     18|	mac_len = tag - in - 2;
 1408|     18|	if (NULL == (data = calloc(1, mac_len + blocksize)))
  ------------------
  |  Branch (1408:6): [True: 0, False: 18]
  ------------------
 1409|      0|		goto end;
 1410|     18|	if (NULL == (mac = malloc(mac_len + blocksize)))
  ------------------
  |  Branch (1410:6): [True: 0, False: 18]
  ------------------
 1411|      0|		goto end;
 1412|       |
 1413|       |	/* copy response to buffer and append padding */
 1414|     18|	memcpy(data, in, mac_len);
 1415|     18|	data[mac_len++] = 0x80;
 1416|       |
 1417|     18|	if (mac_len % blocksize)
  ------------------
  |  Branch (1417:6): [True: 17, False: 1]
  ------------------
 1418|     17|		mac_len += (blocksize - (mac_len % blocksize));
 1419|       |
 1420|       |	/* calculate MAC */
 1421|     18|	memcpy(iv, exdata->icv_mac, blocksize);
 1422|       |
 1423|     18|	if (KEY_TYPE_AES == exdata->smtype) {
  ------------------
  |  |   80|     18|#define KEY_TYPE_AES	0x01	/* FIPS mode */
  ------------------
  |  Branch (1423:6): [True: 1, False: 17]
  ------------------
 1424|      1|		if (aes128_encrypt_cbc(card, exdata->sk_mac, 16, iv, data, mac_len, mac))
  ------------------
  |  Branch (1424:7): [True: 0, False: 1]
  ------------------
 1425|      0|			goto end;
 1426|     17|	} else {
 1427|     17|		uint8_t tmp[8];
 1428|     17|		uint8_t iv0[EVP_MAX_IV_LENGTH];
 1429|     17|		if (des_encrypt_cbc(card, exdata->sk_mac, 8, iv, data, mac_len, mac))
  ------------------
  |  Branch (1429:7): [True: 0, False: 17]
  ------------------
 1430|      0|			goto end;
 1431|     17|		memset(iv0, 0, EVP_MAX_IV_LENGTH);
 1432|     17|		if (des_decrypt_cbc(card, &exdata->sk_mac[8], 8, iv0, &mac[mac_len - 8], 8, tmp))
  ------------------
  |  Branch (1432:7): [True: 0, False: 17]
  ------------------
 1433|      0|			goto end;
 1434|     17|		memset(iv0, 0, EVP_MAX_IV_LENGTH);
 1435|     17|		if (des_encrypt_cbc(card, exdata->sk_mac, 8, iv0, tmp, 8, &mac[mac_len - 8]))
  ------------------
  |  Branch (1435:7): [True: 0, False: 17]
  ------------------
 1436|      0|			goto end;
 1437|     17|	}
 1438|       |	/* compare MAC */
 1439|     18|	if (!memcmp(tag, mac + mac_len - blocksize, 8))
  ------------------
  |  Branch (1439:6): [True: 1, False: 17]
  ------------------
 1440|      1|		ret = 0;
 1441|     18|end:
 1442|     18|	if (data)
  ------------------
  |  Branch (1442:6): [True: 18, False: 0]
  ------------------
 1443|     18|		free(data);
 1444|     18|	if (mac)
  ------------------
  |  Branch (1444:6): [True: 18, False: 0]
  ------------------
 1445|     18|		free(mac);
 1446|     18|	return ret;
 1447|     18|}
card-epass2003.c:epass2003_finish:
 1777|    544|{
 1778|    544|	epass2003_exdata *exdata = (epass2003_exdata *)card->drv_data;
 1779|       |
 1780|    544|	if (exdata)
  ------------------
  |  Branch (1780:6): [True: 544, False: 0]
  ------------------
 1781|    544|		free(exdata);
 1782|    544|	return SC_SUCCESS;
  ------------------
  |  |   28|    544|#define SC_SUCCESS				0
  ------------------
 1783|    544|}
card-epass2003.c:epass2003_select_file:
 2023|  2.72k|{
 2024|  2.72k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  2.72k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.72k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.72k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.72k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.72k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2025|       |
 2026|  2.72k|	switch (in_path->type) {
 2027|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (2027:2): [True: 0, False: 2.72k]
  ------------------
 2028|      0|		if (in_path->len != 2)
  ------------------
  |  Branch (2028:7): [True: 0, False: 0]
  ------------------
 2029|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2030|      0|		return epass2003_select_fid(card, in_path->value[0], in_path->value[1], file_out);
 2031|  1.06k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  1.06k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (2031:2): [True: 1.06k, False: 1.65k]
  ------------------
 2032|  1.06k|		return epass2003_select_aid(card, in_path, file_out);
 2033|  1.65k|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|  1.65k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (2033:2): [True: 1.65k, False: 1.06k]
  ------------------
 2034|  1.65k|		return epass2003_select_path(card, in_path->value, in_path->len, file_out);
 2035|      0|	default:
  ------------------
  |  Branch (2035:2): [True: 0, False: 2.72k]
  ------------------
 2036|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2037|  2.72k|	}
 2038|  2.72k|}
card-epass2003.c:epass2003_select_fid:
 1936|  2.17k|{
 1937|  2.17k|	int r;
 1938|  2.17k|	sc_file_t *file = NULL;
 1939|  2.17k|	sc_path_t path;
 1940|       |
 1941|  2.17k|	memset(&path, 0, sizeof(path));
 1942|  2.17k|	path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|  2.17k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1943|  2.17k|	path.value[0] = id_hi;
 1944|  2.17k|	path.value[1] = id_lo;
 1945|  2.17k|	path.len = 2;
 1946|       |
 1947|  2.17k|	r = epass2003_select_fid_(card, &path, &file);
 1948|  2.17k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  2.17k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.17k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.17k|	int _ret = (r); \
  |  |  |  |  168|  2.17k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.41k, False: 762]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.41k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.41k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.41k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.41k|		return _ret; \
  |  |  |  |  172|  1.41k|	} \
  |  |  |  |  173|  2.17k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 762]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1949|       |
 1950|    762|	if (file_out) {
  ------------------
  |  Branch (1950:6): [True: 84, False: 678]
  ------------------
 1951|     84|		*file_out = file;
 1952|    678|	} else {
 1953|    678|		sc_file_free(file);
 1954|    678|	}
 1955|       |
 1956|    762|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    762|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    762|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    762|	int _ret = r; \
  |  |  |  |  155|    762|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 762, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    762|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 762]
  |  |  |  |  ------------------
  |  |  |  |  157|    762|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    762|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    762|	return _ret; \
  |  |  |  |  163|    762|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1957|    762|}
card-epass2003.c:epass2003_select_fid_:
 1841|  2.17k|{
 1842|  2.17k|	struct sc_apdu apdu;
 1843|  2.17k|	u8 buf[SC_MAX_APDU_BUFFER_SIZE] = {0};
 1844|  2.17k|	u8 pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
 1845|  2.17k|	int r;
 1846|  2.17k|	size_t pathlen;
 1847|  2.17k|	sc_file_t *file = NULL;
 1848|       |
 1849|  2.17k|	r = epass2003_hook_path(in_path, 1);
 1850|  2.17k|	LOG_TEST_RET(card->ctx, r, "Can not hook path");
  ------------------
  |  |  174|  2.17k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.17k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.17k|	int _ret = (r); \
  |  |  |  |  168|  2.17k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 2.17k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  2.17k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.17k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1851|       |
 1852|  2.17k|	memcpy(path, in_path->value, in_path->len);
 1853|  2.17k|	pathlen = in_path->len;
 1854|       |
 1855|  2.17k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|  2.17k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1856|       |
 1857|  2.17k|	switch (in_path->type) {
 1858|  2.17k|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|  2.17k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (1858:2): [True: 2.17k, False: 0]
  ------------------
 1859|  2.17k|		apdu.p1 = 0;
 1860|  2.17k|		if (pathlen != 2)
  ------------------
  |  Branch (1860:7): [True: 0, False: 2.17k]
  ------------------
 1861|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1862|  2.17k|		break;
 1863|  2.17k|	default:
  ------------------
  |  Branch (1863:2): [True: 0, False: 2.17k]
  ------------------
 1864|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1865|  2.17k|	}
 1866|  2.17k|	apdu.p2 = 0;		/* first record, return FCI */
 1867|  2.17k|	apdu.lc = pathlen;
 1868|  2.17k|	apdu.data = path;
 1869|  2.17k|	apdu.datalen = pathlen;
 1870|       |
 1871|  2.17k|	if (file_out != NULL) {
  ------------------
  |  Branch (1871:6): [True: 2.17k, False: 0]
  ------------------
 1872|  2.17k|		apdu.resp = buf;
 1873|  2.17k|		apdu.resplen = sizeof(buf);
 1874|  2.17k|		apdu.le = 0;
 1875|  2.17k|	} else {
 1876|      0|		apdu.cse = (apdu.lc == 0) ? SC_APDU_CASE_1 : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
              		apdu.cse = (apdu.lc == 0) ? SC_APDU_CASE_1 : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (1876:14): [True: 0, False: 0]
  ------------------
 1877|      0|	}
 1878|       |
 1879|  2.17k|	if (path[0] == 0x29) {	/* TODO:0x29 accords with FID prefix in profile  */
  ------------------
  |  Branch (1879:6): [True: 3, False: 2.17k]
  ------------------
 1880|       |		/* Not allowed to select private key file, so fake fci. */
 1881|       |		/* 62 16 82 02 11 00 83 02 29 00 85 02 08 00 86 08 FF 90 90 90 FF FF FF FF */
 1882|      3|		apdu.resplen = 0x18;
 1883|      3|		memcpy(apdu.resp,
 1884|      3|		       "\x6f\x16\x82\x02\x11\x00\x83\x02\x29\x00\x85\x02\x08\x00\x86\x08\xff\x90\x90\x90\xff\xff\xff\xff",
 1885|      3|		       apdu.resplen);
 1886|      3|		apdu.resp[9] = path[1];
 1887|      3|		apdu.sw1 = 0x90;
 1888|      3|		apdu.sw2 = 0x00;
 1889|      3|	}
 1890|  2.17k|	else {
 1891|  2.17k|		r = sc_transmit_apdu_t(card, &apdu);
 1892|  2.17k|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  2.17k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.17k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.17k|	int _ret = (r); \
  |  |  |  |  168|  2.17k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 553, False: 1.61k]
  |  |  |  |  ------------------
  |  |  |  |  169|    553|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    553|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    553|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    553|		return _ret; \
  |  |  |  |  172|    553|	} \
  |  |  |  |  173|  2.17k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1893|  2.17k|	}
 1894|       |
 1895|  1.62k|	if (file_out == NULL) {
  ------------------
  |  Branch (1895:6): [True: 0, False: 1.62k]
  ------------------
 1896|      0|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (1896:7): [True: 0, False: 0]
  ------------------
 1897|      0|			LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1898|      0|		LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1899|      0|	}
 1900|       |
 1901|  1.62k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1902|  1.62k|	if (r)
  ------------------
  |  Branch (1902:6): [True: 798, False: 824]
  ------------------
 1903|  1.62k|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    798|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    798|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    798|	int _ret = r; \
  |  |  |  |  155|    798|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 798, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    798|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    798|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 798, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    798|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    798|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    798|	return _ret; \
  |  |  |  |  163|    798|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1904|    824|	if (apdu.resplen < 2)
  ------------------
  |  Branch (1904:6): [True: 38, False: 786]
  ------------------
 1905|    824|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     38|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     38|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     38|	int _ret = r; \
  |  |  |  |  155|     38|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 38, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     38|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     38|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 38, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     38|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     38|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     38|	return _ret; \
  |  |  |  |  163|     38|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1906|       |
 1907|    786|	switch (apdu.resp[0]) {
 1908|    762|	case 0x6F:
  ------------------
  |  Branch (1908:2): [True: 762, False: 24]
  ------------------
 1909|    762|		file = sc_file_new();
 1910|    762|		if (file == NULL)
  ------------------
  |  Branch (1910:7): [True: 0, False: 762]
  ------------------
 1911|    762|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1912|    762|		file->path = *in_path;
 1913|    762|		if (card->ops->process_fci == NULL) {
  ------------------
  |  Branch (1913:7): [True: 0, False: 762]
  ------------------
 1914|      0|			sc_file_free(file);
 1915|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1916|      0|		}
 1917|       |
 1918|    762|		if ((size_t) apdu.resp[1] + 2 <= apdu.resplen)
  ------------------
  |  Branch (1918:7): [True: 678, False: 84]
  ------------------
 1919|    678|			card->ops->process_fci(card, file, apdu.resp + 2, apdu.resp[1]);
 1920|    762|		epass2003_hook_file(file, 0);
 1921|    762|		*file_out = file;
 1922|    762|		break;
 1923|     11|	case 0x00:		/* proprietary coding */
  ------------------
  |  Branch (1923:2): [True: 11, False: 775]
  ------------------
 1924|     11|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     11|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     11|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     11|	int _ret = r; \
  |  |  |  |  155|     11|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 11, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     11|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     11|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     11|	return _ret; \
  |  |  |  |  163|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1925|      0|		break;
 1926|     13|	default:
  ------------------
  |  Branch (1926:2): [True: 13, False: 773]
  ------------------
 1927|     13|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     13|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     13|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     13|	int _ret = r; \
  |  |  |  |  155|     13|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     13|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     13|	return _ret; \
  |  |  |  |  163|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1928|    786|	}
 1929|    762|	return 0;
 1930|    786|}
card-epass2003.c:epass2003_hook_path:
 1789|  2.93k|{
 1790|  2.93k|	u8 fid_h = 0;
 1791|  2.93k|	u8 fid_l = 0;
 1792|       |
 1793|  2.93k|	if (!path || path->len < 2)
  ------------------
  |  Branch (1793:6): [True: 0, False: 2.93k]
  |  Branch (1793:15): [True: 0, False: 2.93k]
  ------------------
 1794|      0|		return -1;
 1795|  2.93k|	fid_h = path->value[path->len - 2];
 1796|  2.93k|	fid_l = path->value[path->len - 1];
 1797|       |
 1798|  2.93k|	switch (fid_h) {
 1799|      6|	case 0x29:
  ------------------
  |  Branch (1799:2): [True: 6, False: 2.93k]
  ------------------
 1800|     16|	case 0x30:
  ------------------
  |  Branch (1800:2): [True: 10, False: 2.92k]
  ------------------
 1801|     26|	case 0x31:
  ------------------
  |  Branch (1801:2): [True: 10, False: 2.92k]
  ------------------
 1802|     38|	case 0x32:
  ------------------
  |  Branch (1802:2): [True: 12, False: 2.92k]
  ------------------
 1803|     48|	case 0x33:
  ------------------
  |  Branch (1803:2): [True: 10, False: 2.92k]
  ------------------
 1804|     62|	case 0x34:
  ------------------
  |  Branch (1804:2): [True: 14, False: 2.92k]
  ------------------
 1805|     62|		if (inc)
  ------------------
  |  Branch (1805:7): [True: 36, False: 26]
  ------------------
 1806|     36|			fid_l = fid_l * FID_STEP;
  ------------------
  |  |  742|     36|#define FID_STEP 0x20
  ------------------
 1807|     26|		else
 1808|     26|			fid_l = fid_l / FID_STEP;
  ------------------
  |  |  742|     26|#define FID_STEP 0x20
  ------------------
 1809|     62|		path->value[path->len - 1] = fid_l;
 1810|     62|		return 1;
 1811|  2.87k|	default:
  ------------------
  |  Branch (1811:2): [True: 2.87k, False: 62]
  ------------------
 1812|  2.87k|		break;
 1813|  2.93k|	}
 1814|  2.87k|	return 0;
 1815|  2.93k|}
card-epass2003.c:epass2003_hook_file:
 1820|    762|{
 1821|    762|	int fidl = file->id & 0xff;
 1822|    762|	int fidh = file->id & 0xff00;
 1823|    762|	int rv = 0;
 1824|       |
 1825|    762|	rv = epass2003_hook_path(&file->path, inc);
 1826|       |
 1827|    762|	if (rv > 0) {
  ------------------
  |  Branch (1827:6): [True: 26, False: 736]
  ------------------
 1828|     26|		if (inc)
  ------------------
  |  Branch (1828:7): [True: 0, False: 26]
  ------------------
 1829|      0|			file->id = fidh + fidl * FID_STEP;
  ------------------
  |  |  742|      0|#define FID_STEP 0x20
  ------------------
 1830|     26|		else
 1831|     26|			file->id = fidh + fidl / FID_STEP;
  ------------------
  |  |  742|     26|#define FID_STEP 0x20
  ------------------
 1832|     26|	}
 1833|    762|	if (rv < 0)
  ------------------
  |  Branch (1833:6): [True: 0, False: 762]
  ------------------
 1834|      0|		return rv;
 1835|    762|	return SC_SUCCESS;
  ------------------
  |  |   28|    762|#define SC_SUCCESS				0
  ------------------
 1836|    762|}
card-epass2003.c:epass2003_select_aid:
 1962|  1.06k|{
 1963|  1.06k|	int r = 0;
 1964|       |
 1965|  1.06k|	r = iso_ops->select_file(card, in_path, file_out);
 1966|  1.06k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  1.06k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.06k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.06k|	int _ret = (r); \
  |  |  |  |  168|  1.06k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.01k, False: 54]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.01k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.01k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.01k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.01k|		return _ret; \
  |  |  |  |  172|  1.01k|	} \
  |  |  |  |  173|  1.06k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 54]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1967|       |
 1968|     54|	if (file_out) {
  ------------------
  |  Branch (1968:6): [True: 0, False: 54]
  ------------------
 1969|      0|		sc_file_t *file = *file_out;
 1970|       |
 1971|      0|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      0|#define SC_FILE_TYPE_DF			0x04
  ------------------
 1972|      0|		file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|      0|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
 1973|      0|		file->path.len = 0;
 1974|      0|		file->size = 0;
 1975|       |		/* AID */
 1976|      0|		memcpy(file->name, in_path->value, in_path->len);
 1977|      0|		file->namelen = in_path->len;
 1978|      0|		file->id = 0x0000;
 1979|      0|	}
 1980|       |
 1981|     54|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     54|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     54|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     54|	int _ret = r; \
  |  |  |  |  155|     54|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 54, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     54|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 54]
  |  |  |  |  ------------------
  |  |  |  |  157|     54|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     54|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     54|	return _ret; \
  |  |  |  |  163|     54|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1982|     54|}
card-epass2003.c:epass2003_select_path:
 1988|  1.65k|{
 1989|  1.65k|	u8 n_pathbuf[SC_MAX_PATH_SIZE];
 1990|  1.65k|	const u8 *path = pathbuf;
 1991|  1.65k|	size_t pathlen = len;
 1992|  1.65k|	unsigned int i;
 1993|  1.65k|	int r;
 1994|       |
 1995|  1.65k|	if (pathlen % 2 != 0 || pathlen > 6 || pathlen <= 0)
  ------------------
  |  Branch (1995:6): [True: 0, False: 1.65k]
  |  Branch (1995:26): [True: 1, False: 1.65k]
  |  Branch (1995:41): [True: 0, False: 1.65k]
  ------------------
 1996|  1.65k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1997|       |
 1998|       |	/* if pathlen == 6 then the first FID must be MF (== 3F00) */
 1999|  1.65k|	if (pathlen == 6 && (path[0] != 0x3f || path[1] != 0x00))
  ------------------
  |  Branch (1999:6): [True: 145, False: 1.51k]
  |  Branch (1999:23): [True: 1, False: 144]
  |  Branch (1999:42): [True: 1, False: 143]
  ------------------
 2000|  1.65k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      2|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      2|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      2|	int _ret = r; \
  |  |  |  |  155|      2|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      2|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2001|       |
 2002|       |	/* unify path (the first FID should be MF) */
 2003|  1.65k|	if (path[0] != 0x3f || path[1] != 0x00) {
  ------------------
  |  Branch (2003:6): [True: 81, False: 1.57k]
  |  Branch (2003:25): [True: 3, False: 1.57k]
  ------------------
 2004|     84|		n_pathbuf[0] = 0x3f;
 2005|     84|		n_pathbuf[1] = 0x00;
 2006|     84|		memcpy(n_pathbuf + 2, path, pathlen);
 2007|     84|		path = n_pathbuf;
 2008|     84|		pathlen += 2;
 2009|     84|	}
 2010|       |
 2011|  2.17k|	for (i = 0; i < pathlen - 2; i += 2) {
  ------------------
  |  Branch (2011:14): [True: 1.76k, False: 412]
  ------------------
 2012|  1.76k|		r = epass2003_select_fid(card, path[i], path[i + 1], NULL);
 2013|  1.76k|		LOG_TEST_RET(card->ctx, r, "SELECT FILE (DF-ID) failed");
  ------------------
  |  |  174|  1.76k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.76k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.76k|	int _ret = (r); \
  |  |  |  |  168|  1.76k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.24k, False: 521]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.24k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.24k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.24k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.24k|		return _ret; \
  |  |  |  |  172|  1.24k|	} \
  |  |  |  |  173|  1.76k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 521]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2014|  1.76k|	}
 2015|       |
 2016|    412|	return epass2003_select_fid(card, path[pathlen - 2], path[pathlen - 1], file_out);
 2017|  1.65k|}
card-epass2003.c:epass2003_card_ctl:
 3038|      8|{
 3039|      8|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      8|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      8|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      8|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      8|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3040|       |
 3041|      8|	sc_log(card->ctx, "cmd is %0lx", cmd);
  ------------------
  |  |   71|      8|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3042|      8|	switch (cmd) {
 3043|      0|	case SC_CARDCTL_ENTERSAFE_WRITE_KEY:
  ------------------
  |  Branch (3043:2): [True: 0, False: 8]
  ------------------
 3044|      0|		return epass2003_write_key(card, (sc_epass2003_wkey_data *) ptr);
 3045|      0|	case SC_CARDCTL_ENTERSAFE_GENERATE_KEY:
  ------------------
  |  Branch (3045:2): [True: 0, False: 8]
  ------------------
 3046|      0|		return epass2003_gen_key(card, (sc_epass2003_gen_key_data *) ptr);
 3047|      0|	case SC_CARDCTL_ERASE_CARD:
  ------------------
  |  Branch (3047:2): [True: 0, False: 8]
  ------------------
 3048|      0|		return epass2003_erase_card(card);
 3049|      8|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (3049:2): [True: 8, False: 0]
  ------------------
 3050|      8|		return epass2003_get_serialnr(card, (sc_serial_number_t *) ptr);
 3051|      0|	default:
  ------------------
  |  Branch (3051:2): [True: 0, False: 8]
  ------------------
 3052|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 3053|      8|	}
 3054|      8|}
card-epass2003.c:epass2003_get_serialnr:
 3019|      8|{
 3020|      8|	u8 rbuf[8];
 3021|      8|	size_t rbuf_len = sizeof(rbuf);
 3022|       |
 3023|      8|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      8|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      8|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      8|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      8|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3024|       |
 3025|      8|	if (SC_SUCCESS != get_data(card, 0x80, rbuf, rbuf_len))
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
  |  Branch (3025:6): [True: 7, False: 1]
  ------------------
 3026|      7|		return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|      7|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
 3027|       |
 3028|      1|	card->serialnr.len = serial->len = 8;
 3029|      1|	memcpy(card->serialnr.value, rbuf, 8);
 3030|      1|	memcpy(serial->value, rbuf, 8);
 3031|       |
 3032|      1|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3033|      1|}
card-epass2003.c:epass2003_process_fci:
 2297|    678|{
 2298|    678|	sc_context_t *ctx = card->ctx;
 2299|    678|	size_t taglen, len = buflen;
 2300|    678|	const u8 *tag = NULL, *p = buf;
 2301|       |
 2302|    678|	sc_log(ctx, "processing FCI bytes");
  ------------------
  |  |   71|    678|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2303|    678|	tag = sc_asn1_find_tag(ctx, p, len, 0x83, &taglen);
 2304|    678|	if (tag != NULL && taglen == 2) {
  ------------------
  |  Branch (2304:6): [True: 122, False: 556]
  |  Branch (2304:21): [True: 105, False: 17]
  ------------------
 2305|    105|		file->id = (tag[0] << 8) | tag[1];
 2306|    105|		sc_log(ctx, "  file identifier: 0x%02X%02X", tag[0], tag[1]);
  ------------------
  |  |   71|    105|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2307|    105|	}
 2308|       |
 2309|    678|	tag = sc_asn1_find_tag(ctx, p, len, 0x80, &taglen);
 2310|    678|	if (tag != NULL && taglen > 0 && taglen < 3) {
  ------------------
  |  Branch (2310:6): [True: 46, False: 632]
  |  Branch (2310:21): [True: 33, False: 13]
  |  Branch (2310:35): [True: 23, False: 10]
  ------------------
 2311|     23|		file->size = tag[0];
 2312|     23|		if (taglen == 2)
  ------------------
  |  Branch (2312:7): [True: 12, False: 11]
  ------------------
 2313|     12|			file->size = (file->size << 8) + tag[1];
 2314|     23|		sc_log(ctx, "  bytes in file: %zu", file->size);
  ------------------
  |  |   71|     23|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2315|     23|	}
 2316|       |
 2317|    678|	if (tag == NULL) {
  ------------------
  |  Branch (2317:6): [True: 632, False: 46]
  ------------------
 2318|    632|		tag = sc_asn1_find_tag(ctx, p, len, 0x81, &taglen);
 2319|    632|		if (tag != NULL && taglen >= 2) {
  ------------------
  |  Branch (2319:7): [True: 70, False: 562]
  |  Branch (2319:22): [True: 56, False: 14]
  ------------------
 2320|     56|			int bytes = (tag[0] << 8) + tag[1];
 2321|       |
 2322|     56|			sc_log(ctx, "  bytes in file: %d", bytes);
  ------------------
  |  |   71|     56|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2323|     56|			file->size = bytes;
 2324|     56|		}
 2325|    632|	}
 2326|       |
 2327|    678|	tag = sc_asn1_find_tag(ctx, p, len, 0x82, &taglen);
 2328|    678|	if (tag != NULL) {
  ------------------
  |  Branch (2328:6): [True: 291, False: 387]
  ------------------
 2329|    291|		if (taglen > 0) {
  ------------------
  |  Branch (2329:7): [True: 273, False: 18]
  ------------------
 2330|    273|			unsigned char byte = tag[0];
 2331|    273|			const char *type;
 2332|       |
 2333|    273|			if (byte == 0x38) {
  ------------------
  |  Branch (2333:8): [True: 32, False: 241]
  ------------------
 2334|     32|				type = "DF";
 2335|     32|				file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     32|#define SC_FILE_TYPE_DF			0x04
  ------------------
 2336|    241|			} else if (0x01 <= byte && byte <= 0x07) {
  ------------------
  |  Branch (2336:15): [True: 225, False: 16]
  |  Branch (2336:31): [True: 118, False: 107]
  ------------------
 2337|    118|				type = "working EF";
 2338|    118|				file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    118|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 2339|    118|				switch (byte) {
 2340|     40|				case 0x01:
  ------------------
  |  Branch (2340:5): [True: 40, False: 78]
  ------------------
 2341|     40|					file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     40|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
 2342|     40|					break;
 2343|     33|				case 0x02:
  ------------------
  |  Branch (2343:5): [True: 33, False: 85]
  ------------------
 2344|     33|					file->ef_structure = SC_FILE_EF_LINEAR_FIXED;
  ------------------
  |  |  222|     33|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
 2345|     33|					break;
 2346|     15|				case 0x04:
  ------------------
  |  Branch (2346:5): [True: 15, False: 103]
  ------------------
 2347|     15|					file->ef_structure = SC_FILE_EF_LINEAR_FIXED;
  ------------------
  |  |  222|     15|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
 2348|     15|					break;
 2349|     30|				default:
  ------------------
  |  Branch (2349:5): [True: 30, False: 88]
  ------------------
 2350|     30|					break;
 2351|    118|				}
 2352|       |
 2353|    123|			} else if (0x10 == byte) {
  ------------------
  |  Branch (2353:15): [True: 12, False: 111]
  ------------------
 2354|     12|				type = "BSO";
 2355|     12|				file->type = SC_FILE_TYPE_BSO;
  ------------------
  |  |  217|     12|#define SC_FILE_TYPE_BSO		0x10
  ------------------
 2356|    111|			} else if (0x11 <= byte) {
  ------------------
  |  Branch (2356:15): [True: 92, False: 19]
  ------------------
 2357|     92|				type = "internal EF";
 2358|     92|				file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|     92|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
 2359|     92|				switch (byte) {
 2360|     22|				case 0x11:
  ------------------
  |  Branch (2360:5): [True: 22, False: 70]
  ------------------
 2361|     22|					break;
 2362|     10|				case 0x12:
  ------------------
  |  Branch (2362:5): [True: 10, False: 82]
  ------------------
 2363|     10|					break;
 2364|     60|				default:
  ------------------
  |  Branch (2364:5): [True: 60, False: 32]
  ------------------
 2365|     60|					break;
 2366|     92|				}
 2367|     92|			} else {
 2368|     19|				type = "unknown";
 2369|     19|				file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|     19|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
 2370|     19|			}
 2371|    273|			sc_log(ctx, "type %s, EF structure %d", type, byte);
  ------------------
  |  |   71|    273|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2372|    273|		}
 2373|    291|	}
 2374|       |
 2375|    678|	tag = sc_asn1_find_tag(ctx, p, len, 0x84, &taglen);
 2376|    678|	if (tag != NULL && taglen > 0 && taglen <= 16) {
  ------------------
  |  Branch (2376:6): [True: 54, False: 624]
  |  Branch (2376:21): [True: 38, False: 16]
  |  Branch (2376:35): [True: 28, False: 10]
  ------------------
 2377|     28|		memcpy(file->name, tag, taglen);
 2378|     28|		file->namelen = taglen;
 2379|       |
 2380|     28|		sc_log_hex(ctx, "File name", file->name, file->namelen);
  ------------------
  |  |  129|     28|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     28|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2381|     28|		if (!file->type)
  ------------------
  |  Branch (2381:7): [True: 10, False: 18]
  ------------------
 2382|     10|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     10|#define SC_FILE_TYPE_DF			0x04
  ------------------
 2383|     28|	}
 2384|       |
 2385|    678|	tag = sc_asn1_find_tag(ctx, p, len, 0x85, &taglen);
 2386|    678|	if (tag != NULL && taglen)
  ------------------
  |  Branch (2386:6): [True: 49, False: 629]
  |  Branch (2386:21): [True: 39, False: 10]
  ------------------
 2387|     39|		sc_file_set_prop_attr(file, tag, taglen);
 2388|    639|	else
 2389|    639|		file->prop_attr_len = 0;
 2390|       |
 2391|    678|	tag = sc_asn1_find_tag(ctx, p, len, 0xA5, &taglen);
 2392|    678|	if (tag != NULL && taglen)
  ------------------
  |  Branch (2392:6): [True: 21, False: 657]
  |  Branch (2392:21): [True: 11, False: 10]
  ------------------
 2393|     11|		sc_file_set_prop_attr(file, tag, taglen);
 2394|       |
 2395|    678|	tag = sc_asn1_find_tag(ctx, p, len, 0x86, &taglen);
 2396|    678|	if (tag != NULL && taglen) {
  ------------------
  |  Branch (2396:6): [True: 186, False: 492]
  |  Branch (2396:21): [True: 176, False: 10]
  ------------------
 2397|    176|		unsigned int i;
 2398|    176|		sc_file_set_sec_attr(file, tag, taglen);
 2399|  2.83k|		for (i = 0; i< taglen; i++)
  ------------------
  |  Branch (2399:15): [True: 2.65k, False: 176]
  ------------------
 2400|  2.65k|			if (tag[i] != 0xff) /* skip unused entries */
  ------------------
  |  Branch (2400:8): [True: 2.31k, False: 344]
  ------------------
 2401|  2.31k|				sec_attr_to_entry(card, file, i);
 2402|    176|	}
 2403|       |
 2404|    678|	tag = sc_asn1_find_tag(ctx, p, len, 0x8A, &taglen);
 2405|    678|	if (tag != NULL && taglen == 1) {
  ------------------
  |  Branch (2405:6): [True: 113, False: 565]
  |  Branch (2405:21): [True: 72, False: 41]
  ------------------
 2406|     72|		if (tag[0] == 0x01)
  ------------------
  |  Branch (2406:7): [True: 10, False: 62]
  ------------------
 2407|     10|			file->status = SC_FILE_STATUS_CREATION;
  ------------------
  |  |  240|     10|#define SC_FILE_STATUS_CREATION		0x02 /* ISO7816-4: Creation state, (1) */
  ------------------
 2408|     62|		else if (tag[0] == 0x07 || tag[0] == 0x05)
  ------------------
  |  Branch (2408:12): [True: 10, False: 52]
  |  Branch (2408:30): [True: 10, False: 42]
  ------------------
 2409|     20|			file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|     20|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
 2410|     42|		else if (tag[0] == 0x06 || tag[0] == 0x04)
  ------------------
  |  Branch (2410:12): [True: 11, False: 31]
  |  Branch (2410:30): [True: 12, False: 19]
  ------------------
 2411|     23|			file->status = SC_FILE_STATUS_INVALIDATED;
  ------------------
  |  |  237|     23|#define SC_FILE_STATUS_INVALIDATED	0x01 /* ISO7816-4: Operational state (deactivated) (4, 6) */
  ------------------
 2412|     72|	}
 2413|    678|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|    678|#define SC_FILE_MAGIC			0x14426950
  ------------------
 2414|       |
 2415|    678|	return 0;
 2416|    678|}
card-epass2003.c:epass2003_pin_cmd:
 3211|      8|{
 3212|      8|	int r;
 3213|      8|	u8 kid;
 3214|      8|	u8 retries = 0;
 3215|      8|	u8 pin_low = 3;
 3216|      8|	unsigned char maxtries = 0;
 3217|       |
 3218|      8|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      8|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      8|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      8|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      8|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3219|       |
 3220|      8|	internal_sanitize_pin_info(&data->pin1, 0);
 3221|      8|	internal_sanitize_pin_info(&data->pin2, 1);
 3222|      8|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|      8|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 3223|      8|	kid = data->pin_reference;
 3224|       |
 3225|      8|	if (NULL == (unsigned char *)data->pin1.data || 0 == data->pin1.len)
  ------------------
  |  Branch (3225:6): [True: 8, False: 0]
  |  Branch (3225:50): [True: 0, False: 0]
  ------------------
 3226|      8|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_PIN_CODE_INCORRECT);
  ------------------
  |  |  164|      8|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      8|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      8|	int _ret = r; \
  |  |  |  |  155|      8|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      8|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      8|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      8|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      8|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      8|	return _ret; \
  |  |  |  |  163|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3227|       |
 3228|       |	/* get pin retries */
 3229|      0|	if (data->cmd == SC_PIN_CMD_GET_INFO) {
  ------------------
  |  |  418|      0|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (3229:6): [True: 0, False: 0]
  ------------------
 3230|       |
 3231|      0|		r = get_external_key_retries(card, 0x80 | kid, &retries);
 3232|      0|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (3232:7): [True: 0, False: 0]
  ------------------
 3233|      0|			data->pin1.tries_left = retries;
 3234|       |
 3235|      0|			r = get_external_key_maxtries(card, &maxtries);
 3236|      0|			LOG_TEST_RET(card->ctx, r, "get max counter failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3237|       |
 3238|      0|			data->pin1.max_tries = maxtries;
 3239|      0|		}
 3240|      0|		LOG_TEST_RET(card->ctx, r, "verify pin failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3241|      0|	} else if (data->cmd == SC_PIN_CMD_UNBLOCK) { /* verify */
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (3241:13): [True: 0, False: 0]
  ------------------
 3242|      0|		r = external_key_auth(card, (kid + 1), (unsigned char *)data->pin1.data,
 3243|      0|				data->pin1.len);
 3244|      0|		LOG_TEST_RET(card->ctx, r, "verify pin failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3245|      0|	} else if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) { /* change */
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
              	} else if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) { /* change */
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (3245:13): [True: 0, False: 0]
  |  Branch (3245:47): [True: 0, False: 0]
  ------------------
 3246|      0|		r = external_key_auth(card, kid, (unsigned char *)data->pin1.data,
 3247|      0|				data->pin1.len);
 3248|      0|		LOG_TEST_RET(card->ctx, r, "verify pin failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3249|       |
 3250|      0|		r = update_secret_key(card, 0x04, kid, data->pin2.data,
 3251|      0|				(unsigned long)data->pin2.len);
 3252|      0|		LOG_TEST_RET(card->ctx, r, "change pin failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3253|      0|	} else {
 3254|      0|		r = external_key_auth(card, kid, (unsigned char *)data->pin1.data,
 3255|      0|				data->pin1.len);
 3256|      0|		LOG_TEST_RET(card->ctx, r, "verify pin failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3257|       |
 3258|      0|		r = get_external_key_retries(card, 0x80 | kid, &retries);
 3259|      0|		if (retries < pin_low)
  ------------------
  |  Branch (3259:7): [True: 0, False: 0]
  ------------------
 3260|      0|			sc_log(card->ctx, "Verification failed (remaining tries: %d)", retries);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3261|       |
 3262|      0|		LOG_TEST_RET(card->ctx, r, "verify pin failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3263|      0|	}
 3264|       |
 3265|      0|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (3265:6): [True: 0, False: 0]
  ------------------
 3266|      0|		data->pin1.logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|      0|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 3267|      0|	}
 3268|      0|	return r;
 3269|      0|}
card-epass2003.c:internal_sanitize_pin_info:
 3059|     16|{
 3060|     16|	pin->encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|     16|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 3061|     16|	pin->min_length = 4;
 3062|     16|	pin->max_length = 16;
 3063|     16|	pin->pad_length = 16;
 3064|     16|	pin->offset = 5 + num * 16;
 3065|     16|	pin->pad_char = 0x00;
 3066|     16|}
card-epass2003.c:epass2003_check_sw:
  245|  5.66k|{
  246|  5.66k|	const int err_count = sizeof(epass2003_errors)/sizeof(epass2003_errors[0]);
  247|  5.66k|	int i;
  248|       |
  249|       |	/* Handle special cases here */
  250|  5.66k|	if (sw1 == 0x6C) {
  ------------------
  |  Branch (250:6): [True: 51, False: 5.61k]
  ------------------
  251|     51|		sc_log(card->ctx, "Wrong length; correct length is %d", sw2);
  ------------------
  |  |   71|     51|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  252|     51|		return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     51|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  253|     51|	}
  254|       |
  255|   260k|	for (i = 0; i < err_count; i++) {
  ------------------
  |  Branch (255:14): [True: 259k, False: 215]
  ------------------
  256|   259k|		if (epass2003_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (256:7): [True: 5.39k, False: 254k]
  ------------------
  257|  5.39k|			sc_log(card->ctx, "%s", epass2003_errors[i].errorstr);
  ------------------
  |  |   71|  5.39k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  258|  5.39k|			return epass2003_errors[i].errorno;
  259|  5.39k|		}
  260|   259k|	}
  261|       |
  262|    215|	sc_log(card->ctx, "Unknown SWs; SW1=%02X, SW2=%02X", sw1, sw2);
  ------------------
  |  |   71|    215|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  263|    215|	return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|    215|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  264|  5.61k|}

sc_get_esteid2018_driver:
  303|  16.4k|struct sc_card_driver *sc_get_esteid2018_driver(void) {
  304|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  305|       |
  306|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (306:6): [True: 1, False: 16.4k]
  ------------------
  307|      1|		iso_ops = iso_drv->ops;
  308|       |
  309|  16.4k|	esteid_ops = *iso_drv->ops;
  310|  16.4k|	esteid_ops.match_card = esteid_match_card;
  311|  16.4k|	esteid_ops.init = esteid_init;
  312|  16.4k|	esteid_ops.finish = esteid_finish;
  313|       |
  314|  16.4k|	esteid_ops.select_file = esteid_select_file;
  315|       |
  316|  16.4k|	esteid_ops.set_security_env = esteid_set_security_env;
  317|  16.4k|	esteid_ops.compute_signature = esteid_compute_signature;
  318|  16.4k|	esteid_ops.pin_cmd = esteid_pin_cmd;
  319|  16.4k|	esteid_ops.logout = esteid_logout;
  320|       |
  321|  16.4k|	return &esteid2018_driver;
  322|  16.4k|}
card-esteid2018.c:esteid_match_card:
   83|  7.63k|static int esteid_match_card(sc_card_t *card) {
   84|  7.63k|	int i = _sc_match_atr(card, esteid_atrs, &card->type);
   85|       |
   86|  7.63k|	if (i >= 0 && gp_select_aid(card, &IASECC_AID) == SC_SUCCESS) {
  ------------------
  |  |   28|     53|#define SC_SUCCESS				0
  ------------------
  |  Branch (86:6): [True: 53, False: 7.58k]
  |  Branch (86:16): [True: 49, False: 4]
  ------------------
   87|     49|		card->name = esteid_atrs[i].name;
   88|     49|		return 1;
   89|     49|	}
   90|  7.58k|	return 0;
   91|  7.63k|}
card-esteid2018.c:esteid_init:
  271|     49|static int esteid_init(sc_card_t *card) {
  272|     49|	unsigned long flags, ext_flags;
  273|     49|	struct esteid_priv_data *priv;
  274|       |
  275|     49|	priv = calloc(1, sizeof *priv);
  276|     49|	if (!priv)
  ------------------
  |  Branch (276:6): [True: 0, False: 49]
  ------------------
  277|     49|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|     49|	card->drv_data = priv;
  279|     49|	card->max_recv_size = 233; // XXX: empirical, not documented
  280|       |	// Workaround for the 2018 v2 card, with reader Alcor Micro AU9540
  281|     49|	if (card->type == SC_CARD_TYPE_ESTEID_2018_V2_2025) {
  ------------------
  |  Branch (281:6): [True: 0, False: 49]
  ------------------
  282|      0|		card->max_recv_size = 0xC0;
  283|      0|	}
  284|       |
  285|     49|	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  174|     49|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  173|     49|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
              	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|     49|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     49|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  286|     49|	ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|     49|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              	ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|     49|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  287|       |
  288|     49|	_sc_card_add_ec_alg(card, 384, flags, ext_flags, NULL);
  289|       |
  290|     49|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     49|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     49|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     49|	int _ret = r; \
  |  |  |  |  155|     49|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 49, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     49|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 49]
  |  |  |  |  ------------------
  |  |  |  |  157|     49|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     49|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     49|	return _ret; \
  |  |  |  |  163|     49|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  291|     49|}
card-esteid2018.c:esteid_finish:
  293|     49|static int esteid_finish(sc_card_t *card) {
  294|     49|	if (card != NULL)
  ------------------
  |  Branch (294:6): [True: 49, False: 0]
  ------------------
  295|     49|		free(DRVDATA(card));
  ------------------
  |  |   75|     49|#define DRVDATA(card) ((struct esteid_priv_data *)((card)->drv_data))
  ------------------
  296|     49|	return 0;
  297|     49|}
card-esteid2018.c:esteid_select_file:
   93|    291|static int esteid_select_file(struct sc_card *card, const struct sc_path *in_path, struct sc_file **file_out) {
   94|    291|	const u8 *path = in_path->value;
   95|    291|	u8 resp[SC_MAX_APDU_RESP_SIZE];
   96|    291|	size_t resplen = sizeof(resp);
   97|    291|	int r;
   98|    291|	struct sc_file *file = NULL;
   99|    291|	struct sc_apdu apdu;
  100|       |
  101|    291|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    291|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    291|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    291|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    291|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 291]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  102|       |
  103|       |	// Only support full paths
  104|    291|	if (in_path->type != SC_PATH_TYPE_PATH) {
  ------------------
  |  |  119|    291|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (104:6): [True: 99, False: 192]
  ------------------
  105|     99|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|     99|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     99|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     99|	int _ret = r; \
  |  |  |  |  155|     99|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 99, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     99|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     99|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 99, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     99|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     99|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     99|	return _ret; \
  |  |  |  |  163|     99|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  106|     99|	}
  107|    192|	if (in_path->len % 2 != 0) {
  ------------------
  |  Branch (107:6): [True: 0, False: 192]
  ------------------
  108|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  109|      0|	}
  110|       |
  111|    194|	for (size_t pathlen = in_path->len; pathlen >= 2; pathlen -= 2, path += 2) {
  ------------------
  |  Branch (111:38): [True: 192, False: 2]
  ------------------
  112|    192|		if (pathlen == 2 && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (112:7): [True: 19, False: 173]
  |  Branch (112:23): [True: 3, False: 16]
  ------------------
  113|      3|			sc_format_apdu_ex(&apdu, card->cla, 0xA4, 0x00, 0x0C, path, 0, NULL, 0);
  114|      3|			SC_TRANSMIT_TEST_RET(card, apdu, "MF select failed");
  ------------------
  |  |   78|      3|	do { \
  |  |   79|      3|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 1, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  |  |  172|      1|	} \
  |  |  |  |  |  |  173|      3|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   80|      3|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 1, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  |  |  172|      1|	} \
  |  |  |  |  |  |  173|      2|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   81|      2|	} while (0)
  |  |  ------------------
  |  |  |  Branch (81:11): [Folded, False: 1]
  |  |  ------------------
  ------------------
  115|    189|		} else if (pathlen == 2 && path[0] == 0xAD) {
  ------------------
  |  Branch (115:14): [True: 16, False: 173]
  |  Branch (115:30): [True: 3, False: 13]
  ------------------
  116|      3|			sc_format_apdu_ex(&apdu, card->cla, 0xA4, 0x01, 0x0C, path, 2, NULL, 0);
  117|      3|			SC_TRANSMIT_TEST_RET(card, apdu, "DF select failed");
  ------------------
  |  |   78|      3|	do { \
  |  |   79|      3|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 1, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  |  |  172|      1|	} \
  |  |  |  |  |  |  173|      3|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   80|      3|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 1, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  |  |  172|      1|	} \
  |  |  |  |  |  |  173|      2|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   81|      2|	} while (0)
  |  |  ------------------
  |  |  |  Branch (81:11): [Folded, False: 1]
  |  |  ------------------
  ------------------
  118|    186|		} else {
  119|    186|			sc_format_apdu_ex(&apdu, card->cla, 0xA4, 0x09, 0x04, path, pathlen, resp, resplen);
  120|    186|			SC_TRANSMIT_TEST_RET(card, apdu, "EF select failed");
  ------------------
  |  |   78|    186|	do { \
  |  |   79|    186|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  174|    186|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|    186|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|    186|	int _ret = (r); \
  |  |  |  |  |  |  168|    186|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 10, False: 176]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  |  |  172|     10|	} \
  |  |  |  |  |  |  173|    186|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 176]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   80|    186|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  174|    176|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|    176|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|    176|	int _ret = (r); \
  |  |  |  |  |  |  168|    176|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 113, False: 63]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  169|    113|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|    113|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  170|    113|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  |  |  171|    113|		return _ret; \
  |  |  |  |  |  |  172|    113|	} \
  |  |  |  |  |  |  173|    176|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 63]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   81|    176|	} while (0)
  |  |  ------------------
  |  |  |  Branch (81:11): [Folded, False: 63]
  |  |  ------------------
  ------------------
  121|       |
  122|     63|			if (file_out != NULL) {
  ------------------
  |  Branch (122:8): [True: 42, False: 21]
  ------------------
  123|     42|				file = sc_file_new();
  124|     42|				if (file == NULL)
  ------------------
  |  Branch (124:9): [True: 0, False: 42]
  ------------------
  125|     42|					LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  126|     42|				r = iso_ops->process_fci(card, file, resp, apdu.resplen);
  127|     42|				if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     42|#define SC_SUCCESS				0
  ------------------
  |  Branch (127:9): [True: 0, False: 42]
  ------------------
  128|      0|					sc_file_free(file);
  129|     42|				} else {
  130|     42|					*file_out = file;
  131|     42|				}
  132|     42|				LOG_TEST_RET(card->ctx, r, "Process fci failed");
  ------------------
  |  |  174|     42|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     42|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     42|	int _ret = (r); \
  |  |  |  |  168|     42|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     42|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  133|     42|			}
  134|     63|			break;
  135|     63|		}
  136|    192|	}
  137|     65|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     65|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     65|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     65|	int _ret = r; \
  |  |  |  |  155|     65|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 65, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     65|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 65]
  |  |  |  |  ------------------
  |  |  |  |  157|     65|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     65|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     65|	return _ret; \
  |  |  |  |  163|     65|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  138|     65|}

sc_get_esteid2025_driver:
  220|  16.4k|{
  221|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  222|       |
  223|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (223:6): [True: 1, False: 16.4k]
  ------------------
  224|      1|		iso_ops = iso_drv->ops;
  225|       |
  226|  16.4k|	esteid_ops = *iso_drv->ops;
  227|  16.4k|	esteid_ops.match_card = esteid_match_card;
  228|  16.4k|	esteid_ops.init = esteid_init;
  229|       |
  230|  16.4k|	esteid_ops.select_file = esteid_select_file;
  231|       |
  232|  16.4k|	esteid_ops.set_security_env = esteid_set_security_env;
  233|  16.4k|	esteid_ops.compute_signature = esteid_compute_signature;
  234|  16.4k|	esteid_ops.pin_cmd = esteid_pin_cmd;
  235|  16.4k|	esteid_ops.logout = esteid_logout;
  236|       |
  237|  16.4k|	return &esteid2025_driver;
  238|  16.4k|}
card-esteid2025.c:esteid_match_card:
   65|  7.58k|{
   66|  7.58k|	int i = _sc_match_atr(card, esteid_atrs, &card->type);
   67|       |
   68|  7.58k|	if (i >= 0 && gp_select_aid(card, &THALES_AID) == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (68:6): [True: 0, False: 7.58k]
  |  Branch (68:16): [True: 0, False: 0]
  ------------------
   69|      0|		card->name = esteid_atrs[i].name;
   70|      0|		return 1;
   71|      0|	}
   72|  7.58k|	return 0;
   73|  7.58k|}

sc_get_cryptoflex_driver:
 1203|  16.4k|{
 1204|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1204:6): [True: 0, False: 16.4k]
  ------------------
 1205|      0|		iso_ops = sc_get_iso7816_driver()->ops;
 1206|       |
 1207|  16.4k|	cryptoflex_ops = *iso_ops;
 1208|  16.4k|	cryptoflex_ops.match_card = cryptoflex_match_card;
 1209|  16.4k|	cryptoflex_ops.init = flex_init;
 1210|  16.4k|	cryptoflex_ops.finish = flex_finish;
 1211|  16.4k|	cryptoflex_ops.process_fci = cryptoflex_process_file_attrs;
 1212|  16.4k|	cryptoflex_ops.construct_fci = cryptoflex_construct_file_attrs;
 1213|  16.4k|	cryptoflex_ops.select_file = flex_select_file;
 1214|  16.4k|	cryptoflex_ops.list_files = cryptoflex_list_files;
 1215|  16.4k|	cryptoflex_ops.delete_file = flex_delete_file;
 1216|  16.4k|	cryptoflex_ops.create_file = flex_create_file;
 1217|  16.4k|	cryptoflex_ops.card_ctl = flex_card_ctl;
 1218|  16.4k|	cryptoflex_ops.set_security_env = flex_set_security_env;
 1219|  16.4k|	cryptoflex_ops.restore_security_env = flex_restore_security_env;
 1220|  16.4k|	cryptoflex_ops.compute_signature = cryptoflex_compute_signature;
 1221|  16.4k|	cryptoflex_ops.decipher = flex_decipher;
 1222|  16.4k|	cryptoflex_ops.pin_cmd = flex_pin_cmd;
 1223|  16.4k|	cryptoflex_ops.logout = flex_logout;
 1224|  16.4k|	return &cryptoflex_drv;
 1225|  16.4k|}
sc_get_cyberflex_driver:
 1228|  16.4k|{
 1229|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1229:6): [True: 1, False: 16.4k]
  ------------------
 1230|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1231|       |
 1232|  16.4k|	cyberflex_ops = *iso_ops;
 1233|  16.4k|	cyberflex_ops.match_card = cyberflex_match_card;
 1234|  16.4k|	cyberflex_ops.init = flex_init;
 1235|  16.4k|	cyberflex_ops.finish = flex_finish;
 1236|  16.4k|	cyberflex_ops.process_fci = cyberflex_process_file_attrs;
 1237|  16.4k|	cyberflex_ops.construct_fci = cyberflex_construct_file_attrs;
 1238|  16.4k|	cyberflex_ops.select_file = flex_select_file;
 1239|  16.4k|	cyberflex_ops.list_files = cyberflex_list_files;
 1240|  16.4k|	cyberflex_ops.delete_file = flex_delete_file;
 1241|  16.4k|	cyberflex_ops.create_file = flex_create_file;
 1242|  16.4k|	cyberflex_ops.card_ctl = flex_card_ctl;
 1243|  16.4k|	cyberflex_ops.set_security_env = flex_set_security_env;
 1244|  16.4k|	cyberflex_ops.restore_security_env = flex_restore_security_env;
 1245|  16.4k|	cyberflex_ops.compute_signature = cyberflex_compute_signature;
 1246|  16.4k|	cyberflex_ops.decipher = flex_decipher;
 1247|  16.4k|	cyberflex_ops.pin_cmd = flex_pin_cmd;
 1248|  16.4k|	cyberflex_ops.logout = flex_logout;
 1249|  16.4k|	return &cyberflex_drv;
 1250|  16.4k|}
card-flex.c:cryptoflex_match_card:
  134|  16.0k|{
  135|  16.0k|	int i;
  136|       |
  137|  16.0k|	i = _sc_match_atr(card, flex_atrs, NULL);
  138|  16.0k|	if (i < 0)
  ------------------
  |  Branch (138:6): [True: 15.8k, False: 144]
  ------------------
  139|  15.8k|		return 0;
  140|    144|	switch (flex_atrs[i].type) {
  ------------------
  |  Branch (140:10): [True: 144, False: 0]
  ------------------
  141|    143|	case SC_CARD_TYPE_FLEX_CRYPTO:
  ------------------
  |  Branch (141:2): [True: 143, False: 1]
  ------------------
  142|    144|	case SC_CARD_TYPE_FLEX_MULTI:
  ------------------
  |  Branch (142:2): [True: 1, False: 143]
  ------------------
  143|    144|		card->name = flex_atrs[i].name;
  144|    144|		card->type = flex_atrs[i].type;
  145|    144|		card->flags = flex_atrs[i].flags;
  146|    144|		return 1;
  147|    144|	}
  148|      0|	return 0;
  149|    144|}
card-flex.c:flex_init:
  169|    144|{
  170|    144|	struct flex_private_data *data;
  171|       |
  172|    144|	if (!(data = malloc(sizeof(*data))))
  ------------------
  |  Branch (172:6): [True: 0, False: 144]
  ------------------
  173|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  174|    144|	card->drv_data = data;
  175|       |
  176|    144|	card->cla = 0xC0;
  177|    144|	data->aak_key_ref = 1;
  178|       |
  179|       |	/* Override Cryptoflex defaults for specific card types */
  180|    144|	switch (card->type) {
  ------------------
  |  Branch (180:10): [True: 0, False: 144]
  ------------------
  181|      0|	case SC_CARD_TYPE_FLEX_CYBER:
  ------------------
  |  Branch (181:2): [True: 0, False: 144]
  ------------------
  182|      0|		card->cla = 0x00;
  183|      0|		data->aak_key_ref = 0;
  184|      0|		break;
  185|    144|	}
  186|       |
  187|       |	/* FIXME: Card type detection */
  188|    144|	if (1) {
  ------------------
  |  Branch (188:6): [True: 144, Folded]
  ------------------
  189|    144|		unsigned long flags;
  190|       |
  191|    144|		flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    144|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  192|    144|		flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    144|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  193|    144|		if (card->flags & FLAG_KEYGEN)
  ------------------
  |  |   31|    144|#define FLAG_KEYGEN		0x80000000
  ------------------
  |  Branch (193:7): [True: 142, False: 2]
  ------------------
  194|    142|			flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    142|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  195|       |
  196|    144|		_sc_card_add_rsa_alg(card, 512, flags, 0);
  197|    144|		_sc_card_add_rsa_alg(card, 768, flags, 0);
  198|    144|		_sc_card_add_rsa_alg(card, 1024, flags, 0);
  199|    144|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  200|    144|	}
  201|       |
  202|       |	/* SCardTransmit failed: 8010002f
  203|       |	 * this can be solved with a small delay. */
  204|    144|	msleep(100);
  ------------------
  |  |   60|    144|#define msleep(t)	usleep((t) * 1000)
  ------------------
  205|       |
  206|       |	/* State that we have an RNG */
  207|    144|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    144|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  208|       |
  209|    144|	return 0;
  210|    144|}
card-flex.c:flex_finish:
  128|    144|{
  129|    144|	free(card->drv_data);
  130|    144|	return 0;
  131|    144|}
card-flex.c:cryptoflex_process_file_attrs:
  270|    102|{
  271|    102|	sc_context_t *ctx = card->ctx;
  272|    102|	const u8 *p = buf + 2;
  273|    102|	u8 b1, b2;
  274|    102|	int is_mf = 0;
  275|       |
  276|    102|	if (buflen < 14)
  ------------------
  |  Branch (276:6): [True: 0, False: 102]
  ------------------
  277|      0|		return -1;
  278|    102|	b1 = *p++;
  279|    102|	b2 = *p++;
  280|    102|	file->size = (b1 << 8) + b2;
  281|    102|	b1 = *p++;
  282|    102|	b2 = *p++;
  283|    102|	file->id = (b1 << 8) + b2;
  284|    102|	if (file->id == 0x3F00)
  ------------------
  |  Branch (284:6): [True: 4, False: 98]
  ------------------
  285|      4|		is_mf = 1;
  286|    102|	switch (*p) {
  287|     36|	case 0x01:
  ------------------
  |  Branch (287:2): [True: 36, False: 66]
  ------------------
  288|     36|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     36|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  289|     36|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     36|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  290|     36|		break;
  291|     42|	case 0x02:
  ------------------
  |  Branch (291:2): [True: 42, False: 60]
  ------------------
  292|     42|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     42|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  293|     42|		file->ef_structure = SC_FILE_EF_LINEAR_FIXED;
  ------------------
  |  |  222|     42|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  294|     42|		break;
  295|     10|	case 0x04:
  ------------------
  |  Branch (295:2): [True: 10, False: 92]
  ------------------
  296|     10|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     10|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  297|     10|		file->ef_structure = SC_FILE_EF_LINEAR_VARIABLE;
  ------------------
  |  |  224|     10|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  298|     10|		break;
  299|      3|	case 0x06:
  ------------------
  |  Branch (299:2): [True: 3, False: 99]
  ------------------
  300|      3|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      3|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  301|      3|		file->ef_structure = SC_FILE_EF_CYCLIC;
  ------------------
  |  |  226|      3|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  302|      3|		break;
  303|      3|	case 0x38:
  ------------------
  |  Branch (303:2): [True: 3, False: 99]
  ------------------
  304|      3|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      3|#define SC_FILE_TYPE_DF			0x04
  ------------------
  305|      3|		break;
  306|      8|	default:
  ------------------
  |  Branch (306:2): [True: 8, False: 94]
  ------------------
  307|      8|		sc_log(ctx,  "invalid file type: 0x%02X\n", *p);
  ------------------
  |  |   71|      8|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  308|      8|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|      8|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  309|    102|	}
  310|     94|	p += 2;
  311|     94|	if (file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|     94|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (311:6): [True: 3, False: 91]
  ------------------
  312|      3|		add_acl_entry(card, file, SC_AC_OP_LIST_FILES, (u8)(p[0] >> 4));
  ------------------
  |  |  172|      3|#define SC_AC_OP_LIST_FILES		6
  ------------------
  313|      3|		add_acl_entry(card, file, SC_AC_OP_DELETE, (u8)(p[1] >> 4));
  ------------------
  |  |  168|      3|#define SC_AC_OP_DELETE			2
  ------------------
  314|      3|		add_acl_entry(card, file, SC_AC_OP_CREATE, (u8)(p[1] & 0x0F));
  ------------------
  |  |  169|      3|#define SC_AC_OP_CREATE			3
  ------------------
  315|     91|	} else { /* EF */
  316|     91|		add_acl_entry(card, file, SC_AC_OP_READ, (u8)(p[0] >> 4));
  ------------------
  |  |  188|     91|#define SC_AC_OP_READ			22
  ------------------
  317|     91|		switch (file->ef_structure) {
  ------------------
  |  Branch (317:11): [True: 91, False: 0]
  ------------------
  318|     36|		case SC_FILE_EF_TRANSPARENT:
  ------------------
  |  |  221|     36|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (318:3): [True: 36, False: 55]
  ------------------
  319|     36|			add_acl_entry(card, file, SC_AC_OP_UPDATE, (u8)(p[0] & 0x0F));
  ------------------
  |  |  189|     36|#define SC_AC_OP_UPDATE			23
  ------------------
  320|     36|			break;
  321|     42|		case SC_FILE_EF_LINEAR_FIXED:
  ------------------
  |  |  222|     42|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  |  Branch (321:3): [True: 42, False: 49]
  ------------------
  322|     52|		case SC_FILE_EF_LINEAR_VARIABLE:
  ------------------
  |  |  224|     52|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (322:3): [True: 10, False: 81]
  ------------------
  323|     52|			add_acl_entry(card, file, SC_AC_OP_UPDATE, (u8)(p[0] & 0x0F));
  ------------------
  |  |  189|     52|#define SC_AC_OP_UPDATE			23
  ------------------
  324|     52|			break;
  325|      3|		case SC_FILE_EF_CYCLIC:
  ------------------
  |  |  226|      3|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  |  Branch (325:3): [True: 3, False: 88]
  ------------------
  326|      3|			break;
  327|     91|		}
  328|     91|	}
  329|     94|	if (file->type != SC_FILE_TYPE_DF || is_mf) {
  ------------------
  |  |  214|    188|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (329:6): [True: 91, False: 3]
  |  Branch (329:39): [True: 1, False: 2]
  ------------------
  330|     92|		add_acl_entry(card, file, SC_AC_OP_REHABILITATE, (u8)(p[2] >> 4));
  ------------------
  |  |  170|     92|#define SC_AC_OP_REHABILITATE		4
  ------------------
  331|     92|		add_acl_entry(card, file, SC_AC_OP_INVALIDATE, (u8)(p[2] & 0x0F));
  ------------------
  |  |  171|     92|#define SC_AC_OP_INVALIDATE		5
  ------------------
  332|     92|	}
  333|     94|	p += 3;
  334|     94|	if (*p)
  ------------------
  |  Branch (334:6): [True: 67, False: 27]
  ------------------
  335|     67|		file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|     67|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  336|     27|	else
  337|     27|		file->status = SC_FILE_STATUS_INVALIDATED;
  ------------------
  |  |  237|     27|#define SC_FILE_STATUS_INVALIDATED	0x01 /* ISO7816-4: Operational state (deactivated) (4, 6) */
  ------------------
  338|       |
  339|     94|	return cryptoflex_get_ac_keys(card, file);
  340|     94|}
card-flex.c:add_acl_entry:
  214|    372|{
  215|    372|	struct flex_private_data *prv = DRV_DATA(card);
  ------------------
  |  |  109|    372|#define DRV_DATA(card)	((struct flex_private_data *) (card)->drv_data)
  ------------------
  216|       |
  217|    372|	switch (nibble) {
  218|     71|	case 0:
  ------------------
  |  Branch (218:2): [True: 71, False: 301]
  ------------------
  219|     71|		sc_file_add_acl_entry(file, op, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     71|#define SC_AC_NONE			0x00000000
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     71|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  220|     71|		break;
  221|     24|	case 1:
  ------------------
  |  Branch (221:2): [True: 24, False: 348]
  ------------------
  222|     24|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 1);
  ------------------
  |  |  151|     24|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  223|     24|		break;
  224|     27|	case 2:
  ------------------
  |  Branch (224:2): [True: 27, False: 345]
  ------------------
  225|     27|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 2);
  ------------------
  |  |  151|     27|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  226|     27|		break;
  227|     28|	case 3:
  ------------------
  |  Branch (227:2): [True: 28, False: 344]
  ------------------
  228|     28|		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  153|     28|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     28|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  229|     28|		break;
  230|     35|	case 4:
  ------------------
  |  Branch (230:2): [True: 35, False: 337]
  ------------------
  231|       |		/* Assume the key is the AAK */
  232|     35|		sc_file_add_acl_entry(file, op, SC_AC_AUT, prv->aak_key_ref);
  ------------------
  |  |  154|     35|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  233|     35|		break;
  234|     25|	case 6:
  ------------------
  |  Branch (234:2): [True: 25, False: 347]
  ------------------
  235|     25|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 1);
  ------------------
  |  |  151|     25|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  236|     25|		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  153|     25|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     25|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  237|     25|		break;
  238|     23|	case 7:
  ------------------
  |  Branch (238:2): [True: 23, False: 349]
  ------------------
  239|     23|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 2);
  ------------------
  |  |  151|     23|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  240|     23|		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  153|     23|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     23|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  241|     23|		break;
  242|     18|	case 8:
  ------------------
  |  Branch (242:2): [True: 18, False: 354]
  ------------------
  243|     18|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 1);
  ------------------
  |  |  151|     18|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  244|       |		/* Assume the key is the AAK */
  245|     18|		sc_file_add_acl_entry(file, op, SC_AC_AUT, prv->aak_key_ref);
  ------------------
  |  |  154|     18|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  246|     18|		break;
  247|     25|	case 9:
  ------------------
  |  Branch (247:2): [True: 25, False: 347]
  ------------------
  248|     25|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 2);
  ------------------
  |  |  151|     25|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  249|       |		/* Assume the key is the AAK */
  250|     25|		sc_file_add_acl_entry(file, op, SC_AC_AUT, prv->aak_key_ref);
  ------------------
  |  |  154|     25|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  251|     25|		break;
  252|     50|	case 15:
  ------------------
  |  Branch (252:2): [True: 50, False: 322]
  ------------------
  253|     50|		sc_file_add_acl_entry(file, op, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  163|     50|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     50|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  254|     50|		break;
  255|     46|	default:
  ------------------
  |  Branch (255:2): [True: 46, False: 326]
  ------------------
  256|     46|		sc_file_add_acl_entry(file, op, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  162|     46|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     46|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  257|     46|		break;
  258|    372|	}
  259|    372|}
card-flex.c:cryptoflex_get_ac_keys:
  263|     94|{
  264|     94|	return 0;
  265|     94|}
card-flex.c:flex_select_file:
  491|    761|{
  492|    761|	int r;
  493|    761|	const u8 *pathptr = path->value;
  494|    761|	size_t pathlen = path->len;
  495|    761|	int locked = 0;
  496|    761|	u8 p1 = 0;
  497|       |
  498|    761|	switch (path->type) {
  ------------------
  |  Branch (498:10): [True: 761, False: 0]
  ------------------
  499|    463|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|    463|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (499:2): [True: 463, False: 298]
  ------------------
  500|    463|		if ((pathlen & 1) != 0) /* not divisible by 2 */
  ------------------
  |  Branch (500:7): [True: 0, False: 463]
  ------------------
  501|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  502|    463|		if (pathlen == 0)
  ------------------
  |  Branch (502:7): [True: 0, False: 463]
  ------------------
  503|      0|			return 0;
  504|    463|		if (pathlen != 2 || memcmp(pathptr, "\x3F\x00", 2) != 0) {
  ------------------
  |  Branch (504:7): [True: 445, False: 18]
  |  Branch (504:23): [True: 18, False: 0]
  ------------------
  505|    463|			locked = 1;
  506|    463|			r = sc_lock(card);
  507|    463|			LOG_TEST_RET(card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|    463|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    463|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    463|	int _ret = (r); \
  |  |  |  |  168|    463|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 463]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    463|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 463]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  508|    463|			if (memcmp(pathptr, "\x3F\x00", 2) != 0) {
  ------------------
  |  Branch (508:8): [True: 18, False: 445]
  ------------------
  509|     18|				r = select_file_id(card, (const u8 *) "\x3F\x00", 2, 0, NULL);
  510|     18|				if (r)
  ------------------
  |  Branch (510:9): [True: 8, False: 10]
  ------------------
  511|      8|					sc_unlock(card);
  512|     18|				LOG_TEST_RET(card->ctx, r, "Unable to select Master File (MF)");
  ------------------
  |  |  174|     18|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     18|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     18|	int _ret = (r); \
  |  |  |  |  168|     18|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 8, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|      8|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      8|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      8|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      8|		return _ret; \
  |  |  |  |  172|      8|	} \
  |  |  |  |  173|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|     18|			}
  514|    626|			while (pathlen > 2) {
  ------------------
  |  Branch (514:11): [True: 451, False: 175]
  ------------------
  515|    451|				r = select_file_id(card, pathptr, 2, 0, NULL);
  516|    451|				if (r)
  ------------------
  |  Branch (516:9): [True: 280, False: 171]
  ------------------
  517|    280|					sc_unlock(card);
  518|    451|				LOG_TEST_RET(card->ctx, r, "Unable to select DF");
  ------------------
  |  |  174|    451|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    451|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    451|	int _ret = (r); \
  |  |  |  |  168|    451|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 280, False: 171]
  |  |  |  |  ------------------
  |  |  |  |  169|    280|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    280|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    280|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    280|		return _ret; \
  |  |  |  |  172|    280|	} \
  |  |  |  |  173|    451|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 171]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|    171|				pathptr += 2;
  520|    171|				pathlen -= 2;
  521|    171|			}
  522|    455|		}
  523|    175|		break;
  524|    298|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    298|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (524:2): [True: 298, False: 463]
  ------------------
  525|    298|		p1 = 0x04;
  526|    298|		break;
  527|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (527:2): [True: 0, False: 761]
  ------------------
  528|      0|		if (pathlen != 2)
  ------------------
  |  Branch (528:7): [True: 0, False: 0]
  ------------------
  529|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  530|      0|		break;
  531|    761|	}
  532|    473|	r = select_file_id(card, pathptr, pathlen, p1, file_out);
  533|    473|	if (locked)
  ------------------
  |  Branch (533:6): [True: 175, False: 298]
  ------------------
  534|    175|		sc_unlock(card);
  535|    473|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    473|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    473|	int _ret = r; \
  |  |  155|    473|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 473, False: 0]
  |  |  ------------------
  |  |  156|    473|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    312|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 312, False: 161]
  |  |  ------------------
  |  |  157|    473|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    473|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    473|	return _ret; \
  |  |  163|    473|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  536|    473|}
card-flex.c:select_file_id:
  438|    942|{
  439|    942|	int r;
  440|    942|	sc_apdu_t apdu;
  441|    942|        u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  442|    942|        sc_file_t *file;
  443|       |
  444|    942|	sc_log(card->ctx,  "called, p1=%u\n", p1);
  ------------------
  |  |   71|    942|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  445|    942|	sc_log_hex(card->ctx, "path", buf, buflen);
  ------------------
  |  |  129|    942|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    942|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|       |
  447|    942|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, p1, 0);
  ------------------
  |  |  294|    942|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  448|    942|	apdu.resp = rbuf;
  449|    942|	apdu.resplen = sizeof(rbuf);
  450|    942|	apdu.datalen = buflen;
  451|    942|	apdu.data = buf;
  452|    942|	apdu.lc = buflen;
  453|    942|	apdu.le = 252;
  454|       |
  455|       |	/* No need to get file information, if file is NULL. */
  456|    942|	if (file_out == NULL) {
  ------------------
  |  Branch (456:6): [True: 780, False: 162]
  ------------------
  457|    780|		apdu.cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|    780|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  458|    780|		apdu.le = 0;
  459|    780|	}
  460|    942|	r = sc_transmit_apdu(card, &apdu);
  461|    942|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    942|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    942|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    942|	int _ret = (r); \
  |  |  |  |  168|    942|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 16, False: 926]
  |  |  |  |  ------------------
  |  |  |  |  169|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     16|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     16|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     16|		return _ret; \
  |  |  |  |  172|     16|	} \
  |  |  |  |  173|    942|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 926]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  462|    926|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  463|    926|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|    926|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    926|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    926|	int _ret = (r); \
  |  |  |  |  168|    926|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 547, False: 379]
  |  |  |  |  ------------------
  |  |  |  |  169|    547|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    547|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    547|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    547|		return _ret; \
  |  |  |  |  172|    547|	} \
  |  |  |  |  173|    926|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 379]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|       |
  465|    379|	if (file_out == NULL)
  ------------------
  |  Branch (465:6): [True: 248, False: 131]
  ------------------
  466|    248|		return 0;
  467|       |
  468|    131|	if (apdu.resplen < 14)
  ------------------
  |  Branch (468:6): [True: 23, False: 108]
  ------------------
  469|     23|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     23|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  470|    108|	if (apdu.resp[0] == 0x6F) {
  ------------------
  |  Branch (470:6): [True: 6, False: 102]
  ------------------
  471|      6|		sc_log(card->ctx,  "unsupported: card returned FCI\n");
  ------------------
  |  |   71|      6|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  472|      6|		return SC_ERROR_UNKNOWN_DATA_RECEIVED; /* FIXME */
  ------------------
  |  |   63|      6|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  473|      6|	}
  474|    102|	file = sc_file_new();
  475|    102|	if (file == NULL)
  ------------------
  |  Branch (475:6): [True: 0, False: 102]
  ------------------
  476|    102|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  477|       |
  478|       |	/* We abuse process_fci here even though it's not the real FCI. */
  479|    102|	r = card->ops->process_fci(card, file, apdu.resp, apdu.resplen);
  480|    102|	if (r) {
  ------------------
  |  Branch (480:6): [True: 8, False: 94]
  ------------------
  481|      8|		sc_file_free(file);
  482|      8|		return r;
  483|      8|	}
  484|       |
  485|     94|	*file_out = file;
  486|     94|	return 0;
  487|    102|}
card-flex.c:flex_card_ctl:
 1089|     19|{
 1090|     19|	switch (cmd) {
  ------------------
  |  Branch (1090:10): [True: 19, False: 0]
  ------------------
 1091|      0|	case SC_CARDCTL_GET_DEFAULT_KEY:
  ------------------
  |  Branch (1091:2): [True: 0, False: 19]
  ------------------
 1092|      0|		return flex_get_default_key(card,
 1093|      0|				(struct sc_cardctl_default_key *) ptr);
 1094|      0|	case SC_CARDCTL_CRYPTOFLEX_GENERATE_KEY:
  ------------------
  |  Branch (1094:2): [True: 0, False: 19]
  ------------------
 1095|      0|		return flex_generate_key(card,
 1096|      0|				(struct sc_cardctl_cryptoflex_genkey_info *) ptr);
 1097|     19|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1097:2): [True: 19, False: 0]
  ------------------
 1098|     19|		return flex_get_serialnr(card, (sc_serial_number_t *) ptr);
 1099|     19|	}
 1100|       |
 1101|      0|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1102|     19|}
card-flex.c:flex_get_serialnr:
 1051|     19|{
 1052|     19|	int       r;
 1053|     19|	u8        buf[16];
 1054|     19|	size_t    len;
 1055|     19|	sc_path_t tpath;
 1056|     19|	sc_file_t *tfile = NULL;
 1057|       |
 1058|     19|	if (!serial)
  ------------------
  |  Branch (1058:6): [True: 0, False: 19]
  ------------------
 1059|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1060|       |	/* see if we have cached serial number */
 1061|     19|	if (card->serialnr.len) {
  ------------------
  |  Branch (1061:6): [True: 0, False: 19]
  ------------------
 1062|      0|		memcpy(serial, &card->serialnr, sizeof(*serial));
 1063|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1064|      0|	}
 1065|       |	/* read EF_ICCSN */
 1066|     19|	sc_format_path("3F000002", &tpath);
 1067|     19|	r = sc_select_file(card, &tpath, &tfile);
 1068|     19|	if (r < 0)
  ------------------
  |  Branch (1068:6): [True: 8, False: 11]
  ------------------
 1069|      8|		return r;
 1070|     11|	len = tfile->size;
 1071|     11|	sc_file_free(tfile);
 1072|     11|	if (len != 8) {
  ------------------
  |  Branch (1072:6): [True: 8, False: 3]
  ------------------
 1073|      8|		sc_log(card->ctx,  "unexpected file length of EF_ICCSN (%lu)\n",
  ------------------
  |  |   71|      8|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1074|      8|			(unsigned long) len);
 1075|      8|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      8|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1076|      8|	}
 1077|      3|	r = sc_read_binary(card, 0, buf, len, 0);
 1078|      3|	if (r < 0)
  ------------------
  |  Branch (1078:6): [True: 2, False: 1]
  ------------------
 1079|      2|		return r;
 1080|      1|	card->serialnr.len = len;
 1081|      1|	memcpy(card->serialnr.value, buf, len);
 1082|       |
 1083|      1|	memcpy(serial, &card->serialnr, sizeof(*serial));
 1084|       |
 1085|      1|	return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
 1086|      3|}
card-flex.c:flex_pin_cmd:
 1151|     19|{
 1152|     19|	sc_apdu_t apdu;
 1153|     19|	int r;
 1154|     19|	int old_cla = -1;
 1155|       |
 1156|       |	/* Fix pin data */
 1157|     19|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     19|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1158|     19|	flex_init_pin_info(&data->pin1, 0);
 1159|     19|	flex_init_pin_info(&data->pin2, 1);
 1160|       |
 1161|     19|	if (data->cmd == SC_PIN_CMD_VERIFY) {
  ------------------
  |  |  415|     19|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (1161:6): [True: 0, False: 19]
  ------------------
 1162|      0|		r = flex_build_verify_apdu(card, &apdu, data);
 1163|      0|		if (r < 0)
  ------------------
  |  Branch (1163:7): [True: 0, False: 0]
  ------------------
 1164|      0|			return r;
 1165|      0|		data->apdu = &apdu;
 1166|     19|	} else if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  416|     38|#define SC_PIN_CMD_CHANGE	1
  ------------------
              	} else if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|     19|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (1166:13): [True: 0, False: 19]
  |  Branch (1166:47): [True: 0, False: 19]
  ------------------
 1167|      0|		if (data->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1167:7): [True: 0, False: 0]
  ------------------
 1168|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1169|      0|		old_cla = card->cla;
 1170|      0|		if (!IS_CYBERFLEX(card))
  ------------------
  |  |   32|      0|#define IS_CYBERFLEX(card)	(card->type == SC_CARD_TYPE_FLEX_CYBER)
  ------------------
  |  Branch (1170:7): [True: 0, False: 0]
  ------------------
 1171|      0|			card->cla = 0xF0;
 1172|      0|	}
 1173|       |
 1174|       |	/* According to the Cryptoflex documentation, the card
 1175|       |	 * does not return the number of attempts left using
 1176|       |	 * the 63C0xx convention */
 1177|     19|	r = iso_ops->pin_cmd(card, data);
 1178|     19|	if (old_cla != -1)
  ------------------
  |  Branch (1178:6): [True: 0, False: 19]
  ------------------
 1179|      0|		card->cla = old_cla;
 1180|       |	data->apdu = NULL;
 1181|     19|	return r;
 1182|     19|}
card-flex.c:flex_init_pin_info:
 1142|     38|{
 1143|     38|	pin->encoding   = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|     38|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1144|     38|	pin->min_length = 4;
 1145|     38|	pin->max_length = 8;
 1146|     38|	pin->pad_length = 8;
 1147|     38|	pin->offset     = 5 + num * 8;
 1148|     38|}
card-flex.c:cyberflex_match_card:
  152|  16.0k|{
  153|  16.0k|	int i;
  154|       |
  155|  16.0k|	i = _sc_match_atr(card, flex_atrs, NULL);
  156|  16.0k|	if (i < 0)
  ------------------
  |  Branch (156:6): [True: 15.8k, False: 144]
  ------------------
  157|  15.8k|		return 0;
  158|    144|	switch (flex_atrs[i].type) {
  ------------------
  |  Branch (158:10): [True: 0, False: 144]
  ------------------
  159|      0|	case SC_CARD_TYPE_FLEX_CYBER:
  ------------------
  |  Branch (159:2): [True: 0, False: 144]
  ------------------
  160|      0|		card->name = flex_atrs[i].name;
  161|      0|		card->type = flex_atrs[i].type;
  162|      0|		card->flags = flex_atrs[i].flags;
  163|      0|		return 1;
  164|    144|	}
  165|    144|	return 0;
  166|    144|}

sc_get_gemsafeV1_driver:
  591|  16.4k|{
  592|  16.4k|	return sc_get_driver();
  593|  16.4k|}
card-gemsafeV1.c:sc_get_driver:
  566|  16.4k|{
  567|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  568|  16.4k|	if (!iso_ops)
  ------------------
  |  Branch (568:6): [True: 1, False: 16.4k]
  ------------------
  569|      1|		iso_ops = iso_drv->ops;
  570|       |	/* use the standard iso operations as default */
  571|  16.4k|	gemsafe_ops = *iso_drv->ops;
  572|       |	/* gemsafe specific functions */
  573|  16.4k|	gemsafe_ops.match_card	= gemsafe_match_card;
  574|  16.4k|	gemsafe_ops.init	= gemsafe_init;
  575|  16.4k|	gemsafe_ops.finish	= gemsafe_finish;
  576|  16.4k|	gemsafe_ops.select_file	= gemsafe_select_file;
  577|  16.4k|	gemsafe_ops.restore_security_env = gemsafe_restore_security_env;
  578|  16.4k|	gemsafe_ops.set_security_env     = gemsafe_set_security_env;
  579|  16.4k|	gemsafe_ops.decipher             = gemsafe_decipher;
  580|  16.4k|	gemsafe_ops.compute_signature    = gemsafe_compute_signature;
  581|  16.4k|	gemsafe_ops.get_challenge 		 = gemsafe_get_challenge;
  582|  16.4k|	gemsafe_ops.process_fci	= gemsafe_process_fci;
  583|  16.4k|	gemsafe_ops.pin_cmd		 = iso_ops->pin_cmd;
  584|  16.4k|	gemsafe_ops.card_reader_lock_obtained = gemsafe_card_reader_lock_obtained;
  585|  16.4k|	gemsafe_ops.logout = gemsafe_logout;
  586|       |
  587|  16.4k|	return &gemsafe_drv;
  588|  16.4k|}
card-gemsafeV1.c:gemsafe_match_card:
  124|  14.9k|{
  125|  14.9k|	int i;
  126|       |
  127|  14.9k|	i = _sc_match_atr(card, gemsafe_atrs, &card->type);
  128|  14.9k|	if (i < 0)
  ------------------
  |  Branch (128:6): [True: 14.0k, False: 849]
  ------------------
  129|  14.0k|		return 0;
  130|       |
  131|    849|	return 1;
  132|  14.9k|}
card-gemsafeV1.c:gemsafe_init:
  135|    849|{
  136|    849|	int	r;
  137|    849|	gemsafe_exdata *exdata = NULL;
  138|       |
  139|    849|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    849|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    849|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    849|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 849]
  |  |  ------------------
  ------------------
  140|       |
  141|    849|	card->name = "GemSAFE V1";
  142|    849|	card->cla  = 0x00;
  143|       |
  144|    849|	exdata = (gemsafe_exdata *)calloc(1, sizeof(gemsafe_exdata));
  145|    849|	if (!exdata)
  ------------------
  |  Branch (145:6): [True: 0, False: 849]
  ------------------
  146|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  147|    849|	exdata->aid_len = sizeof(exdata->aid);
  148|    849|	if(card->type == SC_CARD_TYPE_GEMSAFEV1_GENERIC) {
  ------------------
  |  Branch (148:5): [True: 37, False: 812]
  ------------------
  149|       |		/* try to get a AID from the config file */
  150|     37|		r = get_conf_aid(card, exdata->aid, &exdata->aid_len);
  151|     37|		if (r < 0) {
  ------------------
  |  Branch (151:7): [True: 37, False: 0]
  ------------------
  152|       |			/* failed, use default value */
  153|     37|			memcpy(exdata->aid, gemsafe_def_aid, sizeof(gemsafe_def_aid));
  154|     37|			exdata->aid_len = sizeof(gemsafe_def_aid);
  155|     37|		}
  156|    812|	} else if (card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID) {
  ------------------
  |  Branch (156:13): [True: 794, False: 18]
  ------------------
  157|    794|		memcpy(exdata->aid, gemsafe_pteid_aid, sizeof(gemsafe_pteid_aid));
  158|    794|		exdata->aid_len = sizeof(gemsafe_pteid_aid);
  159|    794|	} else if (card->type == SC_CARD_TYPE_GEMSAFEV1_SEEID) {
  ------------------
  |  Branch (159:13): [True: 18, False: 0]
  ------------------
  160|     18|		memcpy(exdata->aid, gemsafe_seeid_aid, sizeof(gemsafe_seeid_aid));
  161|     18|		exdata->aid_len = sizeof(gemsafe_seeid_aid);
  162|     18|	}
  163|       |
  164|       |	/* increase lock_count here to prevent sc_unlock to select
  165|       |	 * applet twice in gp_select_applet */
  166|    849|	card->lock_count++;
  167|       |	/* SELECT applet */
  168|    849|	r = iso7816_select_aid(card, exdata->aid, exdata->aid_len, NULL, NULL);
  169|    849|	if (r < 0) {
  ------------------
  |  Branch (169:6): [True: 11, False: 838]
  ------------------
  170|     11|		free(exdata);
  171|     11|		sc_log(card->ctx,  "applet selection failed\n");
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  172|     11|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     11|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  173|     11|	}
  174|    838|	card->lock_count--;
  175|       |
  176|       |	/* set the supported algorithm */
  177|    838|	unsigned long flags;
  178|       |
  179|    838|	flags  = SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|    838|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    838|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    838|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  180|    838|	flags |= SC_ALGORITHM_RSA_PAD_ISO9796;
  ------------------
  |  |  106|    838|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  181|    838|	flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    838|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  182|    838|	flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    838|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  183|       |
  184|       |	/* GemSAFE V3 cards support SHA256 */
  185|    838|	if (card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID ||
  ------------------
  |  Branch (185:6): [True: 785, False: 53]
  ------------------
  186|     53|	    card->type == SC_CARD_TYPE_GEMSAFEV1_SEEID)
  ------------------
  |  Branch (186:6): [True: 17, False: 36]
  ------------------
  187|    802|		flags |= SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  138|    802|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  188|       |
  189|    838|	_sc_card_add_rsa_alg(card,  512, flags, 0);
  190|    838|	_sc_card_add_rsa_alg(card,  768, flags, 0);
  191|    838|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  192|    838|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  193|    838|	_sc_card_add_rsa_alg(card, 3072, flags, 0);
  194|    838|	_sc_card_add_rsa_alg(card, 4096, flags, 0);
  195|       |
  196|       |	/* fake algorithm to persuade register_mechanisms()
  197|       |	 * to register these hashes */
  198|    838|	if (card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID ||
  ------------------
  |  Branch (198:6): [True: 785, False: 53]
  ------------------
  199|    802|	    card->type == SC_CARD_TYPE_GEMSAFEV1_SEEID) {
  ------------------
  |  Branch (199:6): [True: 17, False: 36]
  ------------------
  200|    802|		flags  = SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|    802|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  201|    802|		flags |= SC_ALGORITHM_RSA_HASH_MD5;
  ------------------
  |  |  135|    802|#define SC_ALGORITHM_RSA_HASH_MD5	0x00000400
  ------------------
  202|    802|		flags |= SC_ALGORITHM_RSA_HASH_MD5_SHA1;
  ------------------
  |  |  136|    802|#define SC_ALGORITHM_RSA_HASH_MD5_SHA1	0x00000800
  ------------------
  203|    802|		flags |= SC_ALGORITHM_RSA_HASH_RIPEMD160;
  ------------------
  |  |  137|    802|#define SC_ALGORITHM_RSA_HASH_RIPEMD160	0x00001000
  ------------------
  204|       |
  205|    802|		_sc_card_add_rsa_alg(card,  512, flags, 0);
  206|    802|	}
  207|       |
  208|    838|	card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    838|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  209|    838|	card->drv_data = exdata;
  210|       |
  211|    838|	return SC_SUCCESS;
  ------------------
  |  |   28|    838|#define SC_SUCCESS				0
  ------------------
  212|    849|}
card-gemsafeV1.c:get_conf_aid:
   93|     37|{
   94|     37|	sc_context_t		*ctx = card->ctx;
   95|     37|	scconf_block		*conf_block, **blocks;
   96|     37|	int			i;
   97|     37|	const char		*str_aid;
   98|       |
   99|     37|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     37|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     37|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     37|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 37]
  |  |  ------------------
  ------------------
  100|       |
  101|     37|	conf_block = NULL;
  102|     74|	for (i = 0; ctx->conf_blocks[i] != NULL; i++) {
  ------------------
  |  Branch (102:14): [True: 37, False: 37]
  ------------------
  103|     37|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i],
  104|     37|						"card", "gemsafeV1");
  105|     37|		if (blocks != NULL && blocks[0] != NULL)
  ------------------
  |  Branch (105:7): [True: 37, False: 0]
  |  Branch (105:25): [True: 0, False: 37]
  ------------------
  106|      0|			conf_block = blocks[0];
  107|     37|		free(blocks);
  108|     37|	}
  109|       |
  110|     37|	if (!conf_block) {
  ------------------
  |  Branch (110:6): [True: 37, False: 0]
  ------------------
  111|     37|		sc_log(ctx,  "no card specific options configured, trying default AID\n");
  ------------------
  |  |   71|     37|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  112|     37|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     37|#define SC_ERROR_INTERNAL			-1400
  ------------------
  113|     37|	}
  114|       |
  115|      0|	str_aid = scconf_get_str(conf_block, "aid", NULL);
  116|      0|	if (!str_aid) {
  ------------------
  |  Branch (116:6): [True: 0, False: 0]
  ------------------
  117|      0|		sc_log(ctx,  "no aid configured, trying default AID\n");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  118|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  119|      0|	}
  120|      0|	return sc_hex_to_bin(str_aid, aid, len);
  121|      0|}
card-gemsafeV1.c:gemsafe_finish:
  215|    838|{
  216|    838|	gemsafe_exdata *exdata = (gemsafe_exdata *)card->drv_data;
  217|       |
  218|    838|	if (exdata)
  ------------------
  |  Branch (218:6): [True: 838, False: 0]
  ------------------
  219|    838|		free(exdata);
  220|    838|	return SC_SUCCESS;
  ------------------
  |  |   28|    838|#define SC_SUCCESS				0
  ------------------
  221|    838|}
card-gemsafeV1.c:gemsafe_select_file:
  225|  6.90k|{
  226|       |	/* so far just call the iso select file (but this will change) */
  227|  6.90k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  6.90k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  6.90k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  6.90k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 6.90k]
  |  |  ------------------
  ------------------
  228|       |
  229|  6.90k|	return iso_ops->select_file(card, path, file_out);
  230|  6.90k|}
card-gemsafeV1.c:gemsafe_set_security_env:
  406|  1.44k|{
  407|  1.44k|	u8 alg_ref;
  408|  1.44k|	struct sc_security_env se_env = *env;
  409|  1.44k|	struct sc_context *ctx = card->ctx;
  410|       |
  411|  1.44k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.44k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.44k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.44k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.44k]
  |  |  ------------------
  ------------------
  412|       |
  413|  1.44k|	if (!(se_env.flags & SC_SEC_ENV_ALG_REF_PRESENT)) {
  ------------------
  |  |   56|  1.44k|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (413:6): [True: 1.44k, False: 0]
  ------------------
  414|       |		/* set the algorithm reference */
  415|  1.44k|		alg_ref = gemsafe_flags2algref(card, &se_env);
  416|  1.44k|		if (alg_ref) {
  ------------------
  |  Branch (416:7): [True: 992, False: 450]
  ------------------
  417|    992|			se_env.algorithm_ref = alg_ref;
  418|    992|			se_env.flags |= SC_SEC_ENV_ALG_REF_PRESENT;
  ------------------
  |  |   56|    992|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  419|    992|		}
  420|  1.44k|	}
  421|  1.44k|	if (!(se_env.flags & SC_SEC_ENV_ALG_REF_PRESENT))
  ------------------
  |  |   56|  1.44k|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (421:6): [True: 450, False: 992]
  ------------------
  422|    450|		sc_log(ctx, "unknown algorithm flags '%lx'\n", se_env.algorithm_flags);
  ------------------
  |  |   71|    450|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  423|       |
  424|  1.44k|	se_env.flags &= ~SC_SEC_ENV_FILE_REF_PRESENT;
  ------------------
  |  |   57|  1.44k|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  425|  1.44k|	return iso_ops->set_security_env(card, &se_env, se_num);
  426|  1.44k|}
card-gemsafeV1.c:gemsafe_flags2algref:
  363|  1.44k|{
  364|  1.44k|	u8 ret = 0;
  365|       |
  366|  1.44k|	if (env->operation == SC_SEC_OPERATION_SIGN) {
  ------------------
  |  |   48|  1.44k|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (366:6): [True: 1.10k, False: 339]
  ------------------
  367|  1.10k|		if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA256)
  ------------------
  |  |  138|  1.10k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  |  Branch (367:7): [True: 255, False: 848]
  ------------------
  368|    255|			ret = GEMSAFEV3_ALG_REF_SHA256;
  ------------------
  |  |   34|    255|#define GEMSAFEV3_ALG_REF_SHA256	0x42
  ------------------
  369|    848|		else if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |  109|    848|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (369:12): [True: 284, False: 564]
  ------------------
  370|    284|			ret = (card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID ||
  ------------------
  |  Branch (370:11): [True: 244, False: 40]
  ------------------
  371|     40|			       card->type == SC_CARD_TYPE_GEMSAFEV1_SEEID) ?
  ------------------
  |  Branch (371:11): [True: 14, False: 26]
  ------------------
  372|    258|			      GEMSAFEV3_ALG_REF_FREEFORM :
  ------------------
  |  |   32|    258|#define GEMSAFEV3_ALG_REF_FREEFORM	0x02
  ------------------
  373|    284|			      GEMSAFEV1_ALG_REF_FREEFORM;
  ------------------
  |  |   31|     26|#define GEMSAFEV1_ALG_REF_FREEFORM	0x12
  ------------------
  374|    564|		else if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_ISO9796)
  ------------------
  |  |  106|    564|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  |  Branch (374:12): [True: 283, False: 281]
  ------------------
  375|    283|			ret = 0x11;
  376|  1.10k|	} else if (env->operation == SC_SEC_OPERATION_DECIPHER) {
  ------------------
  |  |   47|    339|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (376:13): [True: 339, False: 0]
  ------------------
  377|    339|		if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02)
  ------------------
  |  |  110|    339|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (377:7): [True: 170, False: 169]
  ------------------
  378|    170|			ret = (card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID ||
  ------------------
  |  Branch (378:11): [True: 159, False: 11]
  ------------------
  379|     11|			       card->type == SC_CARD_TYPE_GEMSAFEV1_SEEID) ?
  ------------------
  |  Branch (379:11): [True: 3, False: 8]
  ------------------
  380|    162|			      GEMSAFEV3_ALG_REF_FREEFORM :
  ------------------
  |  |   32|    162|#define GEMSAFEV3_ALG_REF_FREEFORM	0x02
  ------------------
  381|    170|			      GEMSAFEV1_ALG_REF_FREEFORM;
  ------------------
  |  |   31|      8|#define GEMSAFEV1_ALG_REF_FREEFORM	0x12
  ------------------
  382|    339|	}
  383|       |
  384|  1.44k|	return ret;
  385|  1.44k|}
card-gemsafeV1.c:gemsafe_decipher:
  495|     78|{
  496|     78|	int r;
  497|     78|	struct sc_apdu apdu;
  498|     78|	u8 rbuf[MAX_RESP_BUFFER_SIZE];
  499|     78|	sc_context_t *ctx = card->ctx;
  500|       |
  501|     78|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     78|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     78|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     78|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 78]
  |  |  ------------------
  ------------------
  502|     78|	if (crgram_len > 255)
  ------------------
  |  Branch (502:6): [True: 7, False: 71]
  ------------------
  503|      7|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      7|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      7|	int _ret = r; \
  |  |  155|      7|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 7, False: 0]
  |  |  ------------------
  |  |  156|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 7, False: 0]
  |  |  ------------------
  |  |  157|      7|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      7|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      7|	return _ret; \
  |  |  163|      7|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  504|       |
  505|     71|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x84);
  ------------------
  |  |  294|     71|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  506|     71|	apdu.cla |= 0x80;
  507|     71|	apdu.resp = rbuf;
  508|     71|	apdu.resplen = sizeof(rbuf);
  509|     71|	apdu.le      = crgram_len;
  510|       |
  511|     71|	apdu.data = crgram;
  512|     71|	apdu.lc   = crgram_len;
  513|     71|	apdu.datalen = crgram_len;
  514|     71|	r = sc_transmit_apdu(card, &apdu);
  515|     71|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     71|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     71|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     71|	int _ret = (r); \
  |  |  |  |  168|     71|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 53]
  |  |  |  |  ------------------
  |  |  |  |  169|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     18|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     18|		return _ret; \
  |  |  |  |  172|     18|	} \
  |  |  |  |  173|     71|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 53]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|     53|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (516:6): [True: 32, False: 21]
  |  Branch (516:26): [True: 29, False: 3]
  ------------------
  517|     29|		size_t len = apdu.resplen > outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (517:16): [True: 0, False: 29]
  ------------------
  518|       |
  519|     29|		memcpy(out, apdu.resp, len);
  520|     29|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, (int)len);
  ------------------
  |  |  153|     29|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     29|	int _ret = r; \
  |  |  155|     29|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 12, False: 17]
  |  |  ------------------
  |  |  156|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 12]
  |  |  ------------------
  |  |  157|     12|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     17|	} else { \
  |  |  159|     17|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     17|			"returning with: %d\n", _ret); \
  |  |  161|     17|	} \
  |  |  162|     29|	return _ret; \
  |  |  163|     29|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  521|     29|	}
  522|     24|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     24|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     24|	int _ret = r; \
  |  |  155|     24|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 24, False: 0]
  |  |  ------------------
  |  |  156|     24|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     24|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 24, False: 0]
  |  |  ------------------
  |  |  157|     24|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     24|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     24|	return _ret; \
  |  |  163|     24|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  523|     24|}
card-gemsafeV1.c:gemsafe_compute_signature:
  430|    241|{
  431|    241|	int r;
  432|    241|	size_t len;
  433|    241|	struct sc_apdu apdu;
  434|    241|	u8 rbuf[MAX_RESP_BUFFER_SIZE];
  435|    241|	u8 sbuf[MAX_RESP_BUFFER_SIZE];
  436|    241|	sc_context_t *ctx = card->ctx;
  437|       |
  438|    241|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    241|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    241|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    241|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 241]
  |  |  ------------------
  ------------------
  439|       |
  440|       |	/* the card can sign 36 bytes of free form data */
  441|    241|	if (data_len > 36) {
  ------------------
  |  Branch (441:6): [True: 25, False: 216]
  ------------------
  442|     25|		sc_log(ctx, "error: input data too long: %zu bytes", data_len);
  ------------------
  |  |   71|     25|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  443|     25|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     25|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  444|     25|	}
  445|       |
  446|       |	/* the Portuguese eID card requires a two-phase exchange */
  447|       |	/* and so does the Swedish one */
  448|    216|	if(card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID ||
  ------------------
  |  Branch (448:5): [True: 148, False: 68]
  ------------------
  449|    192|	   card->type == SC_CARD_TYPE_GEMSAFEV1_SEEID) {
  ------------------
  |  Branch (449:5): [True: 44, False: 24]
  ------------------
  450|    192|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x2A, 0x90, 0xA0);
  ------------------
  |  |  293|    192|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  451|    192|	} else {
  452|     24|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x9E, 0xAC);
  ------------------
  |  |  294|     24|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  453|     24|		apdu.cla |= 0x80;
  454|     24|		apdu.resp = rbuf;
  455|     24|		apdu.resplen = sizeof(rbuf);
  456|     24|		apdu.le      = 256;
  457|     24|	}
  458|       |	/* we sign a digestInfo object => tag 0x90 */
  459|    216|	sbuf[0] = 0x90;
  460|    216|	sbuf[1] = (u8)data_len;
  461|    216|	memcpy(sbuf + 2, data, data_len);
  462|    216|	apdu.data = sbuf;
  463|    216|	apdu.lc   = data_len + 2;
  464|    216|	apdu.datalen = data_len + 2;
  465|       |
  466|    216|	r = sc_transmit_apdu(card, &apdu);
  467|    216|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    216|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    216|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    216|	int _ret = (r); \
  |  |  |  |  168|    216|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 198]
  |  |  |  |  ------------------
  |  |  |  |  169|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     18|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     18|		return _ret; \
  |  |  |  |  172|     18|	} \
  |  |  |  |  173|    216|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 198]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  468|    198|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (468:6): [True: 132, False: 66]
  |  Branch (468:26): [True: 114, False: 18]
  ------------------
  469|    114|		if(card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID ||
  ------------------
  |  Branch (469:6): [True: 81, False: 33]
  ------------------
  470|     99|		   card->type == SC_CARD_TYPE_GEMSAFEV1_SEEID) {
  ------------------
  |  Branch (470:6): [True: 18, False: 15]
  ------------------
  471|       |			/* finalize the exchange */
  472|     99|			sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0x2A, 0x9E, 0x9A);
  ------------------
  |  |  292|     99|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  473|     99|			apdu.le = 128; /* 1024 bit keys */
  474|     99|			apdu.resp = rbuf;
  475|     99|			apdu.resplen = sizeof(rbuf);
  476|     99|			if(card->type == SC_CARD_TYPE_GEMSAFEV1_SEEID) {
  ------------------
  |  Branch (476:7): [True: 18, False: 81]
  ------------------
  477|       |			  /* cla 0x80 not supported */
  478|     18|			  apdu.cla = 0x00;
  479|     18|			}
  480|     99|			r = sc_transmit_apdu(card, &apdu);
  481|     99|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     99|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     99|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     99|	int _ret = (r); \
  |  |  |  |  168|     99|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 20, False: 79]
  |  |  |  |  ------------------
  |  |  |  |  169|     20|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     20|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     20|		return _ret; \
  |  |  |  |  172|     20|	} \
  |  |  |  |  173|     99|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 79]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  482|     79|			if(apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (482:7): [True: 21, False: 58]
  |  Branch (482:27): [True: 10, False: 48]
  ------------------
  483|     31|				SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     31|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     31|	int _ret = r; \
  |  |  155|     31|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 31, False: 0]
  |  |  ------------------
  |  |  156|     31|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 31, False: 0]
  |  |  ------------------
  |  |  157|     31|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     31|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     31|	return _ret; \
  |  |  163|     31|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  484|     79|		}
  485|     63|		len = apdu.resplen > outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (485:9): [True: 0, False: 63]
  ------------------
  486|       |
  487|     63|		memcpy(out, apdu.resp, len);
  488|     63|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, (int)len);
  ------------------
  |  |  153|     63|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     63|	int _ret = r; \
  |  |  155|     63|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 32, False: 31]
  |  |  ------------------
  |  |  156|     32|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 32]
  |  |  ------------------
  |  |  157|     32|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     32|	} else { \
  |  |  159|     31|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     31|			"returning with: %d\n", _ret); \
  |  |  161|     31|	} \
  |  |  162|     63|	return _ret; \
  |  |  163|     63|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  489|     63|	}
  490|     84|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     84|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     84|	int _ret = r; \
  |  |  155|     84|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 84, False: 0]
  |  |  ------------------
  |  |  156|     84|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     84|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 84, False: 0]
  |  |  ------------------
  |  |  157|     84|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     84|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     84|	return _ret; \
  |  |  163|     84|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  491|     84|}
card-gemsafeV1.c:gemsafe_process_fci:
  321|  1.32k|{
  322|  1.32k|	int        r;
  323|  1.32k|	size_t     tlen;
  324|  1.32k|	const u8   *tag = NULL, *p = buf;
  325|  1.32k|	const char *type;
  326|  1.32k|	struct sc_context *ctx = card->ctx;
  327|       |
  328|  1.32k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.32k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.32k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.32k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.32k]
  |  |  ------------------
  ------------------
  329|       |
  330|  1.32k|	r = iso_ops->process_fci(card, file, buf, len);
  331|  1.32k|	if (r < 0)
  ------------------
  |  Branch (331:6): [True: 0, False: 1.32k]
  ------------------
  332|      0|		return r;
  333|  1.32k|	sc_log(ctx,
  ------------------
  |  |   71|  1.32k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  334|  1.32k|		"processing GemSAFE V1 specific FCI information\n");
  335|       |
  336|       |
  337|  1.32k|	tag = sc_asn1_find_tag(ctx, p, len, 0x82, &tlen);
  338|  1.32k|	if (!tag) {
  ------------------
  |  Branch (338:6): [True: 1.17k, False: 147]
  ------------------
  339|       |		/* no FDB => we have a DF */
  340|  1.17k|		type = "DF";
  341|  1.17k|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|  1.17k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  342|  1.17k|	} else {
  343|    147|		type = "EF";
  344|    147|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    147|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  345|    147|	}
  346|       |
  347|  1.32k|	sc_log(ctx,  "file type: %s\n", type);
  ------------------
  |  |   71|  1.32k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  348|       |
  349|  1.32k|	tag = sc_asn1_find_tag(ctx, p, len, 0x8C, &tlen);
  350|  1.32k|	if (tag && tlen > 1) {
  ------------------
  |  Branch (350:6): [True: 87, False: 1.23k]
  |  Branch (350:13): [True: 77, False: 10]
  ------------------
  351|     77|		r = gemsafe_setacl(card, file, tag, strcmp(type, "DF") ? 0 : 1);
  ------------------
  |  Branch (351:39): [True: 43, False: 34]
  ------------------
  352|     77|		if (r < 0) {
  ------------------
  |  Branch (352:7): [True: 0, False: 77]
  ------------------
  353|      0|			sc_log(ctx,  "unable to set ACL\n");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  354|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  355|      0|		}
  356|     77|	} else
  357|  1.24k|		sc_log(ctx,  "error: AM and SC bytes missing\n");
  ------------------
  |  |   71|  1.24k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  358|       |
  359|  1.32k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.32k|#define SC_SUCCESS				0
  ------------------
  360|  1.32k|}
card-gemsafeV1.c:gemsafe_setacl:
  260|     77|{
  261|     77|	int       r;
  262|     77|	u8        cond;
  263|     77|	const u8 *p = data + 1;
  264|     77|	struct sc_context *ctx = card->ctx;
  265|       |
  266|     77|	if (is_df) {
  ------------------
  |  Branch (266:6): [True: 34, False: 43]
  ------------------
  267|     34|		if (*data & 0x04)	/* CREATE DF */
  ------------------
  |  Branch (267:7): [True: 23, False: 11]
  ------------------
  268|     23|			cond = *p++;
  269|     11|		else
  270|     11|			cond = 0xff;
  271|     34|		sc_log(ctx,
  ------------------
  |  |   71|     34|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  272|     34|			"DF security byte CREATE DF: %02x\n", cond);
  273|     34|		r = gemsafe_sc2acl(file, SC_AC_OP_CREATE, cond);
  ------------------
  |  |  169|     34|#define SC_AC_OP_CREATE			3
  ------------------
  274|     34|		if (r < 0)
  ------------------
  |  Branch (274:7): [True: 0, False: 34]
  ------------------
  275|      0|			return r;
  276|     34|		if (*data & 0x02)	/* CREATE EF */
  ------------------
  |  Branch (276:7): [True: 22, False: 12]
  ------------------
  277|     22|			cond = *p;
  278|     12|		else
  279|     12|			cond = 0xff;
  280|     34|		sc_log(ctx,
  ------------------
  |  |   71|     34|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  281|     34|			"DF security byte CREATE EF: %02x\n", cond);
  282|       |		/* XXX: opensc doesn't currently separate access conditions for
  283|       |		 * CREATE EF and CREATE DF, this should be changed */
  284|     34|		r = gemsafe_sc2acl(file, SC_AC_OP_CREATE, cond);
  ------------------
  |  |  169|     34|#define SC_AC_OP_CREATE			3
  ------------------
  285|     34|		if (r < 0)
  ------------------
  |  Branch (285:7): [True: 0, False: 34]
  ------------------
  286|      0|			return r;
  287|     43|	} else {
  288|       |		/* XXX: ACTIVATE FILE and DEACTIVATE FILE ac are currently not
  289|       |		 * supported => ignore them */
  290|     43|		if (*data & 0x02)	/* UPDATE BINARY, ERASE BINARY */
  ------------------
  |  Branch (290:7): [True: 31, False: 12]
  ------------------
  291|     31|			cond = *p++;
  292|     12|		else
  293|     12|			cond = 0xff;
  294|     43|		sc_log(ctx,
  ------------------
  |  |   71|     43|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  295|     43|			"EF security byte UPDATE/ERASE BINARY: %02x\n", cond);
  296|     43|		r = gemsafe_sc2acl(file, SC_AC_OP_UPDATE, cond);
  ------------------
  |  |  189|     43|#define SC_AC_OP_UPDATE			23
  ------------------
  297|     43|		if (r < 0)
  ------------------
  |  Branch (297:7): [True: 0, False: 43]
  ------------------
  298|      0|			return r;
  299|     43|		r = gemsafe_sc2acl(file, SC_AC_OP_WRITE, cond);
  ------------------
  |  |  190|     43|#define SC_AC_OP_WRITE			24
  ------------------
  300|     43|		if (r < 0)
  ------------------
  |  Branch (300:7): [True: 0, False: 43]
  ------------------
  301|      0|			return r;
  302|     43|		r = gemsafe_sc2acl(file, SC_AC_OP_ERASE, cond);
  ------------------
  |  |  202|     43|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|     43|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  303|     43|		if (r < 0)
  ------------------
  |  Branch (303:7): [True: 0, False: 43]
  ------------------
  304|      0|			return r;
  305|     43|		if (*data & 0x01)	/* READ BINARY */
  ------------------
  |  Branch (305:7): [True: 27, False: 16]
  ------------------
  306|     27|			cond = *p;
  307|     16|		else
  308|     16|			cond = 0xff;
  309|     43|		sc_log(ctx,
  ------------------
  |  |   71|     43|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  310|     43|			"EF security byte READ BINARY: %02x\n", cond);
  311|     43|		r = gemsafe_sc2acl(file, SC_AC_OP_READ, cond);
  ------------------
  |  |  188|     43|#define SC_AC_OP_READ			22
  ------------------
  312|     43|		if (r < 0)
  ------------------
  |  Branch (312:7): [True: 0, False: 43]
  ------------------
  313|      0|			return r;
  314|     43|	}
  315|       |
  316|     77|	return SC_SUCCESS;
  ------------------
  |  |   28|     77|#define SC_SUCCESS				0
  ------------------
  317|     77|}
card-gemsafeV1.c:gemsafe_sc2acl:
  233|    240|{
  234|    240|	int r;
  235|    240|	unsigned int meth = 0;
  236|       |
  237|    240|	if (sc_byte == 0xff) {
  ------------------
  |  Branch (237:6): [True: 78, False: 162]
  ------------------
  238|     78|		r = sc_file_add_acl_entry(file, ops, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     78|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  239|     78|		return r;
  240|     78|	}
  241|    162|	if (sc_byte == 0x00) {
  ------------------
  |  Branch (241:6): [True: 35, False: 127]
  ------------------
  242|     35|		r = sc_file_add_acl_entry(file, ops, SC_AC_NONE, 0);
  ------------------
  |  |  150|     35|#define SC_AC_NONE			0x00000000
  ------------------
  243|     35|		return r;
  244|     35|	}
  245|       |
  246|       |	/* XXX: OR combination of access rights are currently not supported
  247|       |	 * hence ignored */
  248|    127|	if (sc_byte & 0x40)
  ------------------
  |  Branch (248:6): [True: 66, False: 61]
  ------------------
  249|     66|		meth |= SC_AC_PRO;
  ------------------
  |  |  153|     66|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  250|    127|	if (sc_byte & 0x20)
  ------------------
  |  Branch (250:6): [True: 64, False: 63]
  ------------------
  251|     64|		meth |= SC_AC_AUT | SC_AC_TERM;
  ------------------
  |  |  154|     64|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
              		meth |= SC_AC_AUT | SC_AC_TERM;
  ------------------
  |  |  152|     64|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  252|    127|	if (sc_byte & 0x10)
  ------------------
  |  Branch (252:6): [True: 60, False: 67]
  ------------------
  253|     60|		meth |= SC_AC_CHV;
  ------------------
  |  |  151|     60|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  254|       |
  255|    127|	return sc_file_add_acl_entry(file, ops, meth, sc_byte & 0x0f);
  256|    162|}
card-gemsafeV1.c:gemsafe_card_reader_lock_obtained:
  545|  2.76k|{
  546|  2.76k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  2.76k|#define SC_SUCCESS				0
  ------------------
  547|  2.76k|	gemsafe_exdata *exdata = (gemsafe_exdata *)card->drv_data;
  548|       |
  549|  2.76k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.76k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.76k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.76k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.76k]
  |  |  ------------------
  ------------------
  550|       |
  551|  2.76k|	if (was_reset > 0 && exdata) {
  ------------------
  |  Branch (551:6): [True: 0, False: 2.76k]
  |  Branch (551:23): [True: 0, False: 0]
  ------------------
  552|      0|		r = iso7816_select_aid(card, exdata->aid, exdata->aid_len, NULL, NULL);
  553|      0|	}
  554|       |
  555|  2.76k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.76k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.76k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.76k|	int _ret = r; \
  |  |  |  |  155|  2.76k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.76k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.76k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.76k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.76k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.76k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.76k|	return _ret; \
  |  |  |  |  163|  2.76k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|  2.76k|}

sc_get_gids_driver:
 2185|  16.4k|{
 2186|  16.4k|	return sc_get_driver();
 2187|  16.4k|}
card-gids.c:sc_get_driver:
 2140|  16.4k|{
 2141|       |
 2142|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2142:6): [True: 1, False: 16.4k]
  ------------------
 2143|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 2144|       |
 2145|  16.4k|	gids_ops.match_card = gids_match_card;
 2146|  16.4k|	gids_ops.init = gids_init;
 2147|  16.4k|	gids_ops.finish = gids_finish;
 2148|  16.4k|	gids_ops.read_binary = gids_read_binary;
 2149|  16.4k|	gids_ops.write_binary = NULL;
 2150|  16.4k|	gids_ops.update_binary = NULL;
 2151|  16.4k|	gids_ops.erase_binary = NULL;
 2152|  16.4k|	gids_ops.read_record = NULL;
 2153|  16.4k|	gids_ops.write_record = NULL;
 2154|  16.4k|	gids_ops.append_record = NULL;
 2155|  16.4k|	gids_ops.update_record = NULL;
 2156|  16.4k|	gids_ops.select_file = gids_select_file;
 2157|  16.4k|	gids_ops.get_response = iso_ops->get_response;
 2158|  16.4k|	gids_ops.get_challenge = NULL;
 2159|  16.4k|	gids_ops.verify = NULL; // see pin_cmd
 2160|  16.4k|	gids_ops.logout = gids_logout;
 2161|  16.4k|	gids_ops.restore_security_env = NULL;
 2162|  16.4k|	gids_ops.set_security_env = gids_set_security_env;
 2163|  16.4k|	gids_ops.decipher = gids_decipher;
 2164|  16.4k|	gids_ops.compute_signature = iso_ops->compute_signature;
 2165|  16.4k|	gids_ops.change_reference_data = NULL; // see pin_cmd
 2166|  16.4k|	gids_ops.reset_retry_counter = NULL; // see pin_cmd
 2167|  16.4k|	gids_ops.create_file = iso_ops->create_file;
 2168|  16.4k|	gids_ops.delete_file = NULL;
 2169|  16.4k|	gids_ops.list_files = NULL;
 2170|  16.4k|	gids_ops.check_sw = iso_ops->check_sw;
 2171|  16.4k|	gids_ops.card_ctl = gids_card_ctl;
 2172|  16.4k|	gids_ops.process_fci = iso_ops->process_fci;
 2173|  16.4k|	gids_ops.construct_fci = iso_ops->construct_fci;
 2174|  16.4k|	gids_ops.pin_cmd = gids_pin_cmd;
 2175|  16.4k|	gids_ops.get_data = NULL;
 2176|  16.4k|	gids_ops.put_data = NULL;
 2177|  16.4k|	gids_ops.delete_record = NULL;
 2178|  16.4k|	gids_ops.read_public_key = gids_read_public_key;
 2179|  16.4k|	gids_ops.card_reader_lock_obtained = gids_card_reader_lock_obtained;
 2180|       |
 2181|  16.4k|	return &gids_drv;
 2182|  16.4k|}
card-gids.c:gids_match_card:
  563|  3.60k|{
  564|  3.60k|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  565|  3.60k|	int r,i;
  566|  3.60k|	size_t resplen = sizeof(rbuf);
  567|  3.60k|	const u8 *tag;
  568|  3.60k|	size_t taglen;
  569|  3.60k|	const u8 *aid;
  570|  3.60k|	size_t aidlen;
  571|       |
  572|  3.60k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.60k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.60k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.60k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.60k]
  |  |  ------------------
  ------------------
  573|       |
  574|       |	/* Detect by selecting applet */
  575|  3.60k|	r = gids_select_aid(card, gids_aid.value, gids_aid.len, rbuf, &resplen);
  576|  3.60k|	if (r<0) return 0;
  ------------------
  |  Branch (576:6): [True: 3.51k, False: 87]
  ------------------
  577|       |
  578|     87|	card->type = SC_CARD_TYPE_GIDS_GENERIC;
  579|     87|	if (resplen > 2) {
  ------------------
  |  Branch (579:6): [True: 10, False: 77]
  ------------------
  580|     10|		tag = sc_asn1_find_tag(card->ctx, rbuf, resplen, GIDS_APPLICATION_TEMPLATE_TAG, &taglen);
  ------------------
  |  |  105|     10|#define GIDS_APPLICATION_TEMPLATE_TAG 0x61
  ------------------
  581|     10|		if (tag != NULL) {
  ------------------
  |  Branch (581:7): [True: 8, False: 2]
  ------------------
  582|      8|			aid = sc_asn1_find_tag(card->ctx, tag, taglen, GIDS_APPLICATION_AID_TAG, &aidlen);
  ------------------
  |  |  106|      8|#define GIDS_APPLICATION_AID_TAG 0x4F
  ------------------
  583|      8|			if (aid != NULL ) {
  ------------------
  |  Branch (583:8): [True: 7, False: 1]
  ------------------
  584|      7|				sc_log(card->ctx, "found AID");
  ------------------
  |  |   71|      7|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  585|     18|				for (i = 0; gids_aids[i].len_long != 0; i++) {
  ------------------
  |  Branch (585:17): [True: 13, False: 5]
  ------------------
  586|     13|					if ( aidlen > gids_aids[i].len_long && memcmp(aid, gids_aids[i].value,
  ------------------
  |  Branch (586:11): [True: 11, False: 2]
  |  Branch (586:45): [True: 2, False: 9]
  ------------------
  587|     11|									gids_aids[i].len_long) == 0) {
  588|      2|						card->type = gids_aids[i].enumtag;
  589|      2|						break;
  590|      2|					}
  591|     13|				}
  592|      7|			}
  593|      8|		}
  594|     10|	}
  595|       |
  596|     87|	return 1;
  597|  3.60k|}
card-gids.c:gids_select_aid:
  280|  3.60k|{
  281|  3.60k|	sc_apdu_t apdu;
  282|  3.60k|	int r;
  283|       |
  284|  3.60k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.60k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.60k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.60k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.60k]
  |  |  ------------------
  ------------------
  285|  3.60k|	sc_log(card->ctx, "Got args: aid=%p, aidlen=%zu, response=%p, responselen=%zu",
  ------------------
  |  |   71|  7.21k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 3.60k, False: 0]
  |  |  ------------------
  ------------------
  286|  3.60k|			aid, aidlen, response, responselen ? *responselen : 0);
  287|       |
  288|  3.60k|	sc_format_apdu(card, &apdu,
  289|  3.60k|		response == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, INS_SELECT, P1_SELECT_DF_BY_NAME, P2_SELECT_FIRST_OR_ONLY_OCCURENCE);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
              		response == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, INS_SELECT, P1_SELECT_DF_BY_NAME, P2_SELECT_FIRST_OR_ONLY_OCCURENCE);
  ------------------
  |  |  294|  3.60k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              		response == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, INS_SELECT, P1_SELECT_DF_BY_NAME, P2_SELECT_FIRST_OR_ONLY_OCCURENCE);
  ------------------
  |  |   68|  3.60k|#define INS_SELECT 0xA4
  ------------------
              		response == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, INS_SELECT, P1_SELECT_DF_BY_NAME, P2_SELECT_FIRST_OR_ONLY_OCCURENCE);
  ------------------
  |  |   72|  3.60k|#define P1_SELECT_DF_BY_NAME 0x04
  ------------------
              		response == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, INS_SELECT, P1_SELECT_DF_BY_NAME, P2_SELECT_FIRST_OR_ONLY_OCCURENCE);
  ------------------
  |  |   75|  3.60k|#define P2_SELECT_FIRST_OR_ONLY_OCCURENCE 0x00
  ------------------
  |  Branch (289:3): [True: 0, False: 3.60k]
  ------------------
  290|  3.60k|	apdu.lc = aidlen;
  291|  3.60k|	apdu.data = aid;
  292|  3.60k|	apdu.datalen = aidlen;
  293|  3.60k|	apdu.resp = response;
  294|  3.60k|	apdu.resplen = responselen ? *responselen : 0;
  ------------------
  |  Branch (294:17): [True: 3.60k, False: 0]
  ------------------
  295|  3.60k|	apdu.le = response == NULL ? 0 : 256; /* could be 21 for fci */
  ------------------
  |  Branch (295:12): [True: 0, False: 3.60k]
  ------------------
  296|       |
  297|  3.60k|	r = sc_transmit_apdu(card, &apdu);
  298|  3.60k|	if (responselen)
  ------------------
  |  Branch (298:6): [True: 3.60k, False: 0]
  ------------------
  299|  3.60k|		*responselen = apdu.resplen;
  300|  3.60k|	LOG_TEST_RET(card->ctx, r, "gids select failed");
  ------------------
  |  |  174|  3.60k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.60k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.60k|	int _ret = (r); \
  |  |  |  |  168|  3.60k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 3.60k]
  |  |  |  |  ------------------
  |  |  |  |  169|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      5|		return _ret; \
  |  |  |  |  172|      5|	} \
  |  |  |  |  173|  3.60k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.60k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  301|  3.60k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|  3.60k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  3.60k|	int _ret = r; \
  |  |  155|  3.60k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 3.60k, False: 0]
  |  |  ------------------
  |  |  156|  3.60k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  3.51k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 3.51k, False: 87]
  |  |  ------------------
  |  |  157|  3.60k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  3.60k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  3.60k|	return _ret; \
  |  |  163|  3.60k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  302|  3.60k|}
card-gids.c:gids_init:
  631|     87|{
  632|     87|	unsigned long flags;
  633|     87|	struct gids_private_data *data;
  634|     87|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     87|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     87|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     87|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 87]
  |  |  ------------------
  ------------------
  635|       |
  636|       |	// cache some data in memory
  637|     87|	data = (struct gids_private_data*) calloc(1, sizeof(struct gids_private_data));
  638|     87|	if (!data) {
  ------------------
  |  Branch (638:6): [True: 0, False: 87]
  ------------------
  639|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  640|      0|	}
  641|     87|	memset(data, 0, sizeof(struct gids_private_data));
  642|     87|	card->drv_data = data;
  643|       |	// invalidate the master file and cmap file cache
  644|     87|	data->cmapfilesize = sizeof(data->cmapfile);
  645|     87|	data->masterfilesize = sizeof(data->masterfile);
  646|       |
  647|       |	/* supported RSA keys and how padding is done */
  648|     87|	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  111|     87|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     87|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     87|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  133|     87|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
              	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     87|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  649|       |
  650|       |	/* fix me: add other algorithms when the gids specification will tell how to extract the algo id from the FCP */
  651|     87|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  652|     87|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  653|     87|	_sc_card_add_rsa_alg(card, 3072, flags, 0);
  654|     87|	_sc_card_add_rsa_alg(card, 4096, flags, 0);
  655|       |
  656|     87|	return SC_SUCCESS;
  ------------------
  |  |   28|     87|#define SC_SUCCESS				0
  ------------------
  657|     87|}
card-gids.c:gids_finish:
  661|     87|{
  662|     87|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     87|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     87|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     87|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 87]
  |  |  ------------------
  ------------------
  663|       |	/* free the private data */
  664|     87|	if (card->drv_data) {
  ------------------
  |  Branch (664:6): [True: 87, False: 0]
  ------------------
  665|     87|		free(card->drv_data);
  666|       |		card->drv_data = NULL;
  667|     87|	}
  668|     87|	return 0;
  669|     87|}
card-gids.c:gids_read_binary:
 1032|      6|		unsigned char *buf, size_t count, unsigned long *flags) {
 1033|      6|	struct gids_private_data *data = (struct gids_private_data *) card->drv_data;
 1034|      6|	struct sc_context *ctx = card->ctx;
 1035|      6|	int r;
 1036|      6|	int size;
 1037|       |
 1038|      6|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      6|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      6|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      6|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      6|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1039|       |
 1040|      6|	if (! data->currentDO || ! data->currentEFID) {
  ------------------
  |  Branch (1040:6): [True: 6, False: 0]
  |  Branch (1040:27): [True: 0, False: 0]
  ------------------
 1041|      6|		LOG_FUNC_RETURN(ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1042|      6|	}
 1043|      0|	if (data->state != GIDS_STATE_READ_DATA_PRESENT) {
  ------------------
  |  |   58|      0|#define GIDS_STATE_READ_DATA_PRESENT 1
  ------------------
  |  Branch (1043:6): [True: 0, False: 0]
  ------------------
 1044|       |		// this function is called to read the certificate only
 1045|      0|		u8 buffer[SC_MAX_EXT_APDU_BUFFER_SIZE];
 1046|      0|		size_t buffersize = sizeof(buffer);
 1047|      0|		r = gids_get_DO(card, data->currentEFID, data->currentDO, buffer, &(buffersize));
 1048|      0|		if (r <0) return r;
  ------------------
  |  Branch (1048:7): [True: 0, False: 0]
  ------------------
 1049|      0|		if (buffersize < 4) {
  ------------------
  |  Branch (1049:7): [True: 0, False: 0]
  ------------------
 1050|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1051|      0|		}
 1052|      0|		if (buffer[0] == 1 && buffer[1] == 0) {
  ------------------
  |  Branch (1052:7): [True: 0, False: 0]
  |  Branch (1052:25): [True: 0, False: 0]
  ------------------
 1053|      0|			if (flags)
  ------------------
  |  Branch (1053:8): [True: 0, False: 0]
  ------------------
 1054|      0|				*flags |= SC_FILE_FLAG_COMPRESSED_ZLIB;
  ------------------
  |  |  231|      0|#define SC_FILE_FLAG_COMPRESSED_ZLIB		0x02
  ------------------
 1055|       |			/* compressed data are starting on position buffer + 4 */
 1056|      0|			data->buffersize = buffersize - 4;
 1057|      0|			memcpy(data->buffer, buffer + 4, buffersize - 4);
 1058|      0|		} else {
 1059|      0|			sc_log(card->ctx, "unknown compression method %d", buffer[0] + (buffer[1] << 8));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1060|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1061|      0|		}
 1062|      0|		data->state = GIDS_STATE_READ_DATA_PRESENT;
  ------------------
  |  |   58|      0|#define GIDS_STATE_READ_DATA_PRESENT 1
  ------------------
 1063|      0|	}
 1064|      0|	if (offset >= data->buffersize) {
  ------------------
  |  Branch (1064:6): [True: 0, False: 0]
  ------------------
 1065|      0|		return 0;
 1066|      0|	}
 1067|      0|	size = (int) MIN((data->buffersize - offset), count);
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1068|      0|	memcpy(buf, data->buffer + offset, size);
 1069|      0|	return size;
 1070|      0|}
card-gids.c:gids_get_DO:
  210|     98|static int gids_get_DO(sc_card_t* card, int fileIdentifier, int dataObjectIdentifier, u8* response, size_t *responselen) {
  211|     98|	sc_apdu_t apdu;
  212|     98|	int r;
  213|     98|	u8 data[4] = {0x5C, 0x02, (dataObjectIdentifier&0xFF00)>>8, (dataObjectIdentifier&0xFF)};
  214|     98|	size_t datasize = 0;
  215|     98|	const u8* p;
  216|     98|	u8 buffer[MAX_GIDS_FILE_SIZE];
  217|     98|	size_t buffer_len = sizeof(buffer);
  218|       |
  219|     98|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     98|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     98|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     98|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 98]
  |  |  ------------------
  ------------------
  220|     98|	sc_log(card->ctx, "Got args: fileIdentifier=%x, dataObjectIdentifier=%x, response=%p, responselen=%zu",
  ------------------
  |  |   71|    196|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 98, False: 0]
  |  |  ------------------
  ------------------
  221|     98|			fileIdentifier, dataObjectIdentifier, response, responselen ? *responselen : 0);
  222|       |
  223|     98|	sc_format_apdu(card, &apdu,
  224|     98|		response == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, INS_GET_DATA, (fileIdentifier&0xFF00)>>8, (fileIdentifier&0xFF));
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
              		response == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, INS_GET_DATA, (fileIdentifier&0xFF00)>>8, (fileIdentifier&0xFF));
  ------------------
  |  |  294|     98|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              		response == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, INS_GET_DATA, (fileIdentifier&0xFF00)>>8, (fileIdentifier&0xFF));
  ------------------
  |  |   65|     98|#define INS_GET_DATA 0xCB
  ------------------
  |  Branch (224:3): [True: 0, False: 98]
  ------------------
  225|     98|	apdu.lc = 04;
  226|     98|	apdu.data = data;
  227|     98|	apdu.datalen = 04;
  228|     98|	apdu.resp = buffer;
  229|     98|	apdu.resplen = buffer_len;
  230|     98|	apdu.le = 256;
  231|       |
  232|     98|	r = sc_transmit_apdu(card, &apdu);
  233|     98|	LOG_TEST_RET(card->ctx, r, "gids get data failed");
  ------------------
  |  |  174|     98|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     98|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     98|	int _ret = (r); \
  |  |  |  |  168|     98|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 92]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|     98|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|     92|	LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), "invalid return");
  ------------------
  |  |  174|     92|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     92|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     92|	int _ret = (r); \
  |  |  |  |  168|     92|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 27, False: 65]
  |  |  |  |  ------------------
  |  |  |  |  169|     27|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     27|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     27|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     27|		return _ret; \
  |  |  |  |  172|     27|	} \
  |  |  |  |  173|     92|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 65]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  235|     65|	buffer_len = apdu.resplen;
  236|       |
  237|     65|	p = sc_asn1_find_tag(card->ctx, buffer, buffer_len, dataObjectIdentifier, &datasize);
  238|     65|	if (!p) {
  ------------------
  |  Branch (238:6): [True: 5, False: 60]
  ------------------
  239|      5|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|      5|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      5|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      5|	int _ret = r; \
  |  |  |  |  155|      5|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      5|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      5|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      5|	return _ret; \
  |  |  |  |  163|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|      5|	}
  241|     60|	if (response && responselen) {
  ------------------
  |  Branch (241:6): [True: 60, False: 0]
  |  Branch (241:18): [True: 60, False: 0]
  ------------------
  242|     60|		if (datasize > *responselen) {
  ------------------
  |  Branch (242:7): [True: 0, False: 60]
  ------------------
  243|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_BUFFER_TOO_SMALL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      0|		}
  245|     60|		memcpy(response, p, datasize);
  246|     60|		*responselen = datasize;
  247|     60|	}
  248|     60|	return SC_SUCCESS;
  ------------------
  |  |   28|     60|#define SC_SUCCESS				0
  ------------------
  249|     60|}
card-gids.c:gids_select_file:
  964|    447|			   struct sc_file **file_out) {
  965|    447|	struct sc_file *file = NULL;
  966|    447|	struct sc_context *ctx = card->ctx;
  967|    447|	struct gids_private_data *data = (struct gids_private_data *) card->drv_data;
  968|       |
  969|    447|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    447|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    447|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    447|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    447|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 447]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  970|       |
  971|    447|	data->state = GIDS_STATE_NONE;
  ------------------
  |  |   57|    447|#define GIDS_STATE_NONE 0
  ------------------
  972|    447|	data->currentDO = 0;
  973|    447|	data->currentEFID = 0;
  974|    447|	if (in_path->len == 4 && in_path->value[0] == 0xA0) {
  ------------------
  |  Branch (974:6): [True: 251, False: 196]
  |  Branch (974:27): [True: 0, False: 251]
  ------------------
  975|       |		// is it a DO pseudo file ?
  976|       |		// yes, succeed
  977|      0|		data->currentEFID = in_path->value[1] + (in_path->value[0]<<8);
  978|      0|		data->currentDO = in_path->value[3] + (in_path->value[2]<<8);
  979|       |
  980|      0|		if (file_out) {
  ------------------
  |  Branch (980:7): [True: 0, False: 0]
  ------------------
  981|      0|			file = sc_file_new();
  982|      0|			if (file == NULL)
  ------------------
  |  Branch (982:8): [True: 0, False: 0]
  ------------------
  983|      0|				LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  984|      0|			file->path = *in_path;
  985|      0|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      0|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  986|      0|			file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|      0|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  987|      0|			file->size = SC_MAX_EXT_APDU_BUFFER_SIZE;
  ------------------
  |  |   37|      0|#define SC_MAX_EXT_APDU_BUFFER_SIZE	65538
  ------------------
  988|      0|			*file_out = file;
  989|      0|		}
  990|      0|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  991|    447|	} else if (in_path->len == 4 && in_path->value[0] == 0x3F && in_path->value[1] == 0xFF &&  in_path->type == SC_PATH_TYPE_PATH) {
  ------------------
  |  |  119|      0|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (991:13): [True: 251, False: 196]
  |  Branch (991:34): [True: 251, False: 0]
  |  Branch (991:63): [True: 0, False: 251]
  |  Branch (991:93): [True: 0, False: 0]
  ------------------
  992|       |		// GIDS does not allow a select with a path containing a DF
  993|       |		// replace the file selection from SC_PATH_TYPE_PATH to SC_PATH_TYPE_FILE_ID
  994|      0|		struct sc_path key_path;
  995|      0|		memset(&key_path, 0, sizeof(key_path));
  996|      0|		key_path.len = 2;
  997|      0|		key_path.value[0] = in_path->value[2];
  998|      0|		key_path.value[1] = in_path->value[3];
  999|      0|		key_path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1000|      0|		return iso_ops->select_file(card, &key_path, file_out);
 1001|    447|	} else {
 1002|    447|		return iso_ops->select_file(card, in_path, file_out);
 1003|    447|	}
 1004|    447|}
card-gids.c:gids_card_ctl:
 2089|     97|{
 2090|     97|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     97|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     97|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     97|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     97|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 97]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2091|     97|	switch (cmd) {
 2092|     10|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (2092:3): [True: 10, False: 87]
  ------------------
 2093|     10|			return gids_get_serialnr(card, (sc_serial_number_t *) ptr);
 2094|     87|		case SC_CARDCTL_GIDS_GET_ALL_CONTAINERS:
  ------------------
  |  Branch (2094:3): [True: 87, False: 10]
  ------------------
 2095|     87|			return gids_get_all_containers(card, (size_t*) ptr);
 2096|      0|		case SC_CARDCTL_GIDS_GET_CONTAINER_DETAIL:
  ------------------
  |  Branch (2096:3): [True: 0, False: 97]
  ------------------
 2097|      0|			return gids_get_container_detail(card, (sc_cardctl_gids_get_container_t*) ptr);
 2098|      0|		case SC_CARDCTL_GIDS_SELECT_KEY_REFERENCE:
  ------------------
  |  Branch (2098:3): [True: 0, False: 97]
  ------------------
 2099|      0|			return gids_select_key_reference(card, (sc_pkcs15_prkey_info_t*) ptr);
 2100|      0|		case SC_CARDCTL_GIDS_CREATE_KEY:
  ------------------
  |  Branch (2100:3): [True: 0, False: 97]
  ------------------
 2101|      0|			return gids_create_keyfile(card, (sc_pkcs15_object_t*) ptr);
 2102|      0|		case SC_CARDCTL_GIDS_GENERATE_KEY:
  ------------------
  |  Branch (2102:3): [True: 0, False: 97]
  ------------------
 2103|      0|			return gids_generate_key(card, ((struct sc_cardctl_gids_genkey*) ptr)->object, ((struct sc_cardctl_gids_genkey*) ptr)->pubkey);
 2104|      0|		case SC_CARDCTL_GIDS_IMPORT_KEY:
  ------------------
  |  Branch (2104:3): [True: 0, False: 97]
  ------------------
 2105|      0|			return gids_import_key(card, ((struct sc_cardctl_gids_importkey*) ptr)->object, ((struct sc_cardctl_gids_importkey*) ptr)->key);
 2106|      0|		case SC_CARDCTL_GIDS_SAVE_CERT:
  ------------------
  |  Branch (2106:3): [True: 0, False: 97]
  ------------------
 2107|      0|			return gids_save_certificate(card, ((struct sc_cardctl_gids_save_cert*) ptr)->certobject,
 2108|      0|										((struct sc_cardctl_gids_save_cert*) ptr)->privkeyobject, ((struct sc_cardctl_gids_save_cert*) ptr)->path);
 2109|      0|		case SC_CARDCTL_GIDS_DELETE_CERT:
  ------------------
  |  Branch (2109:3): [True: 0, False: 97]
  ------------------
 2110|      0|			return gids_delete_cert(card, (sc_pkcs15_object_t*) ptr);
 2111|      0|		case SC_CARDCTL_GIDS_DELETE_KEY:
  ------------------
  |  Branch (2111:3): [True: 0, False: 97]
  ------------------
 2112|      0|			return gids_delete_key(card, (sc_pkcs15_object_t*) ptr);
 2113|      0|		case SC_CARDCTL_GIDS_INITIALIZE:
  ------------------
  |  Branch (2113:3): [True: 0, False: 97]
  ------------------
 2114|      0|			return gids_initialize(card, (sc_cardctl_gids_init_param_t*) ptr);
 2115|      0|		case SC_CARDCTL_GIDS_SET_ADMIN_KEY:
  ------------------
  |  Branch (2115:3): [True: 0, False: 97]
  ------------------
 2116|      0|			return gids_set_administrator_key(card, (u8*) ptr);
 2117|      0|		case SC_CARDCTL_GIDS_AUTHENTICATE_ADMIN:
  ------------------
  |  Branch (2117:3): [True: 0, False: 97]
  ------------------
 2118|      0|			return gids_authenticate_admin(card, (u8*) ptr);
 2119|      0|		default:
  ------------------
  |  Branch (2119:3): [True: 0, False: 97]
  ------------------
 2120|      0|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2121|     97|	}
 2122|     97|}
card-gids.c:gids_get_serialnr:
  602|     10|{
  603|     10|	int r;
  604|     10|	u8 buffer[SC_MAX_EXT_APDU_BUFFER_SIZE];
  605|     10|	size_t buffersize;
  606|       |
  607|     10|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     10|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     10|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     10|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10]
  |  |  ------------------
  ------------------
  608|       |
  609|     10|	buffersize = sizeof(buffer);
  610|     10|	r = gids_read_gidsfile(card, "", "cardid", buffer, &buffersize);
  611|     10|	LOG_TEST_RET(card->ctx, r, "unable to read cardid");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  612|       |
  613|      0|	if (SC_MAX_SERIALNR < buffersize)
  ------------------
  |  |  372|      0|#define SC_MAX_SERIALNR         32
  ------------------
  |  Branch (613:6): [True: 0, False: 0]
  ------------------
  614|      0|	{
  615|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  616|      0|	}
  617|       |
  618|       |	/* cache serial number */
  619|      0|	card->serialnr.len = buffersize;
  620|      0|	memcpy(card->serialnr.value, buffer, card->serialnr.len);
  621|       |
  622|       |	/* return cached serial number */
  623|      0|	if (serial)
  ------------------
  |  Branch (623:6): [True: 0, False: 0]
  ------------------
  624|      0|		memcpy(serial, &card->serialnr, sizeof(*serial));
  625|       |
  626|      0|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  627|      0|}
card-gids.c:gids_read_gidsfile:
  385|     60|static int gids_read_gidsfile(sc_card_t* card, char *directory, char *filename, u8* response, size_t *responselen) {
  386|     60|	struct gids_private_data* privatedata = (struct gids_private_data*) card->drv_data;
  387|     60|	int r;
  388|     60|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     60|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     60|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     60|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 60]
  |  |  ------------------
  ------------------
  389|     60|	if (privatedata->masterfilesize == sizeof(privatedata->masterfile)) {
  ------------------
  |  Branch (389:6): [True: 9, False: 51]
  ------------------
  390|      9|		r = gids_read_masterfile(card);
  391|      9|		LOG_TEST_RET(card->ctx, r, "unable to get the masterfile");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|      9|	}
  393|     56|	r = gids_read_gidsfile_without_cache(card, privatedata->masterfile, privatedata->masterfilesize,
  394|     56|		directory, filename, response, responselen);
  395|     56|	LOG_TEST_RET(card->ctx, r, "unable to read the file");
  ------------------
  |  |  174|     56|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     56|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     56|	int _ret = (r); \
  |  |  |  |  168|     56|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 56, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     56|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     56|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     56|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     56|		return _ret; \
  |  |  |  |  172|     56|	} \
  |  |  |  |  173|     56|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|      0|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,r);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  397|      0|}
card-gids.c:gids_read_masterfile:
  340|     96|static int gids_read_masterfile(sc_card_t* card) {
  341|     96|	struct gids_private_data* data = (struct gids_private_data*) card->drv_data;
  342|     96|	int r = SC_SUCCESS;
  ------------------
  |  |   28|     96|#define SC_SUCCESS				0
  ------------------
  343|       |
  344|     96|	data->masterfilesize = sizeof(data->masterfile);
  345|     96|	r = gids_get_DO(card, MF_FI, MF_DO, data->masterfile, &data->masterfilesize);
  ------------------
  |  |   66|     96|#define MF_FI UserCreateDeleteDirAc_FI
  |  |  ------------------
  |  |  |  |   63|     96|#define UserCreateDeleteDirAc_FI 0xA000
  |  |  ------------------
  ------------------
              	r = gids_get_DO(card, MF_FI, MF_DO, data->masterfile, &data->masterfilesize);
  ------------------
  |  |   67|     96|#define MF_DO 0xDF1F
  ------------------
  346|     96|	if (r<0) {
  ------------------
  |  Branch (346:6): [True: 36, False: 60]
  ------------------
  347|     36|		data->masterfilesize = sizeof(data->masterfile);
  348|     36|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|     36|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     36|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     36|	int _ret = r; \
  |  |  |  |  155|     36|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 36, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     36|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     36|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 36, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     36|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     36|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     36|	return _ret; \
  |  |  |  |  163|     36|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  349|     36|	}
  350|     60|	if (data->masterfilesize < 1 || data->masterfile[0] != 1) {
  ------------------
  |  Branch (350:6): [True: 1, False: 59]
  |  Branch (350:34): [True: 4, False: 55]
  ------------------
  351|      5|		data->masterfilesize = sizeof(data->masterfile);
  352|      5|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|      5|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      5|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      5|	int _ret = r; \
  |  |  |  |  155|      5|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      5|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      5|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      5|	return _ret; \
  |  |  |  |  163|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|      5|	}
  354|     55|	return r;
  355|     60|}
card-gids.c:gids_read_gidsfile_without_cache:
  308|     56|static int gids_read_gidsfile_without_cache(sc_card_t* card, u8* masterfile, size_t masterfilesize, char *directory, char *filename, u8* response, size_t *responselen) {
  309|     56|	int r;
  310|     56|	int fileIdentifier;
  311|     56|	int dataObjectIdentifier;
  312|       |
  313|     56|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     56|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     56|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     56|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 56]
  |  |  ------------------
  ------------------
  314|     56|	r = gids_get_identifiers(card, masterfile, masterfilesize, directory, filename, &fileIdentifier, &dataObjectIdentifier);
  315|     56|	LOG_TEST_RET(card->ctx, r, "unable to get the identifier for the gids file");
  ------------------
  |  |  174|     56|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     56|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     56|	int _ret = (r); \
  |  |  |  |  168|     56|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 54, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  169|     54|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     54|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     54|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     54|		return _ret; \
  |  |  |  |  172|     54|	} \
  |  |  |  |  173|     56|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|      2|	r = gids_get_DO(card, fileIdentifier, dataObjectIdentifier, response, responselen);
  317|      2|	LOG_TEST_RET(card->ctx, r, "unable to get the data from the file");
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|      0|	return r;
  319|      2|}
card-gids.c:gids_get_identifiers:
  163|     56|static int gids_get_identifiers(sc_card_t* card, u8* masterfile, size_t masterfilesize, char *directory, char *filename, int *fileIdentifier, int *dataObjectIdentifier) {
  164|     56|	gids_mf_record_t *records = (gids_mf_record_t *) (masterfile+1);
  165|     56|	size_t recordcount = ((masterfilesize-1) / sizeof(gids_mf_record_t));
  166|     56|	size_t i;
  167|     56|	if (masterfilesize < 1)
  ------------------
  |  Branch (167:6): [True: 0, False: 56]
  ------------------
  168|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  169|       |
  170|    137|	for (i = 0; i < recordcount; i++) {
  ------------------
  |  Branch (170:14): [True: 83, False: 54]
  ------------------
  171|     83|		if (strncmp(directory, records[i].directory, sizeof(records[i].directory)) == 0 && strncmp(filename, records[i].filename, sizeof(records[i].filename)) == 0) {
  ------------------
  |  Branch (171:7): [True: 20, False: 63]
  |  Branch (171:86): [True: 2, False: 18]
  ------------------
  172|      2|			*fileIdentifier = records[i].fileIdentifier;
  173|      2|			*dataObjectIdentifier = records[i].dataObjectIdentifier;
  174|      2|			sc_log(card->ctx,
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  175|      2|		"Identifiers of %s %s is fileIdentifier=%x, dataObjectIdentifier=%x\n", directory, filename, *fileIdentifier, *dataObjectIdentifier);
  176|      2|			return 0;
  177|      2|		}
  178|     83|	}
  179|     54|	sc_log(card->ctx, "file %s %s not found\n", directory, filename);
  ------------------
  |  |   71|     54|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  180|     54|	return SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|     54|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  181|     56|}
card-gids.c:gids_get_all_containers:
 1074|     87|gids_get_all_containers(sc_card_t* card, size_t *recordsnum) {
 1075|     87|	int r;
 1076|     87|	struct gids_private_data *privatedata = (struct gids_private_data *) card->drv_data;
 1077|     87|	r = gids_read_masterfile(card);
 1078|     87|	LOG_TEST_RET(card->ctx, r, "unable to read the masterfile");
  ------------------
  |  |  174|     87|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     87|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     87|	int _ret = (r); \
  |  |  |  |  168|     87|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 37, False: 50]
  |  |  |  |  ------------------
  |  |  |  |  169|     37|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     37|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     37|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     37|		return _ret; \
  |  |  |  |  172|     37|	} \
  |  |  |  |  173|     87|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 50]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1079|     50|	r = gids_read_cmapfile(card);
 1080|     50|	LOG_TEST_RET(card->ctx, r, "unable to read the cmapfile");
  ------------------
  |  |  174|     50|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     50|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     50|	int _ret = (r); \
  |  |  |  |  168|     50|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 50, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     50|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     50|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     50|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     50|		return _ret; \
  |  |  |  |  172|     50|	} \
  |  |  |  |  173|     50|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1081|      0|	*recordsnum = (privatedata ->cmapfilesize / sizeof(CONTAINER_MAP_RECORD));
 1082|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1083|     50|}
card-gids.c:gids_read_cmapfile:
  427|     50|static int gids_read_cmapfile(sc_card_t* card) {
  428|     50|	struct gids_private_data* data = (struct gids_private_data*) card->drv_data;
  429|     50|	int r = SC_SUCCESS;
  ------------------
  |  |   28|     50|#define SC_SUCCESS				0
  ------------------
  430|       |
  431|     50|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     50|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     50|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     50|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 50]
  |  |  ------------------
  ------------------
  432|     50|	data->cmapfilesize = sizeof(data->cmapfile);
  433|     50|	r = gids_read_gidsfile(card, "mscp", "cmapfile", data->cmapfile, &data->cmapfilesize);
  434|     50|	if (r<0) {
  ------------------
  |  Branch (434:6): [True: 50, False: 0]
  ------------------
  435|     50|		data->cmapfilesize = sizeof(data->cmapfile);
  436|     50|	}
  437|     50|	LOG_TEST_RET(card->ctx, r, "unable to get the cmapfile");
  ------------------
  |  |  174|     50|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     50|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     50|	int _ret = (r); \
  |  |  |  |  168|     50|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 50, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     50|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     50|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     50|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     50|		return _ret; \
  |  |  |  |  172|     50|	} \
  |  |  |  |  173|     50|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  438|      0|	return r;
  439|     50|}
card-gids.c:gids_pin_cmd:
 1022|     10|gids_pin_cmd(struct sc_card *card, struct sc_pin_cmd_data *data) {
 1023|     10|	if (data->cmd == SC_PIN_CMD_GET_INFO) {
  ------------------
  |  |  418|     10|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1023:6): [True: 10, False: 0]
  ------------------
 1024|     10|		return gids_get_pin_policy(card, data);
 1025|     10|	} else {
 1026|      0|		return iso_ops->pin_cmd(card, data);
 1027|      0|	}
 1028|     10|}
card-gids.c:gids_get_pin_policy:
 1006|     10|static int gids_get_pin_policy(struct sc_card *card, struct sc_pin_cmd_data *data) {
 1007|     10|	int r;
 1008|     10|	if (data->pin_type != SC_AC_CHV) {
  ------------------
  |  |  151|     10|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1008:6): [True: 0, False: 10]
  ------------------
 1009|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1010|      0|	}
 1011|     10|	r = gids_get_pin_status(card, data->pin_reference, &(data->pin1.tries_left), &(data->pin1.max_tries));
 1012|     10|	LOG_TEST_RET(card->ctx, r, "gids_get_pin_status failed");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1013|      0|	data->pin1.max_length = 16;
 1014|      0|	data->pin1.min_length = 4;
 1015|      0|	data->pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|      0|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1016|      0|	data->pin1.offset = 5;
 1017|      0|	data->pin1.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|      0|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 1018|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1019|     10|}
card-gids.c:gids_get_pin_status:
  516|     10|static int gids_get_pin_status(sc_card_t *card, int pinreference, int *tries_left, int *max_tries) {
  517|     10|	int dataObjectIdentifier, r;
  518|     10|	u8 buffer[100];
  519|     10|	const u8* p;
  520|     10|	size_t buffersize = sizeof(buffer);
  521|     10|	size_t datasize;
  522|       |
  523|     10|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     10|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     10|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     10|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10]
  |  |  ------------------
  ------------------
  524|     10|	if (tries_left) *tries_left = -1;
  ------------------
  |  Branch (524:6): [True: 10, False: 0]
  ------------------
  525|     10|	if (max_tries) *max_tries = -1;
  ------------------
  |  Branch (525:6): [True: 10, False: 0]
  ------------------
  526|     10|	switch(pinreference) {
  527|      0|	case GIDS_PIN_IDENTIFIER:
  ------------------
  |  |  100|      0|#define GIDS_PIN_IDENTIFIER 0x80
  ------------------
  |  Branch (527:2): [True: 0, False: 10]
  ------------------
  528|      0|		dataObjectIdentifier = GIDS_PIN_STATUS_OBJECT_IDENTIFIER;
  ------------------
  |  |   80|      0|#define GIDS_PIN_STATUS_OBJECT_IDENTIFIER 0x7F71
  ------------------
  529|      0|		break;
  530|      0|	case GIDS_PUK_IDENTIFIER:
  ------------------
  |  |  101|      0|#define GIDS_PUK_IDENTIFIER 0x81
  ------------------
  |  Branch (530:2): [True: 0, False: 10]
  ------------------
  531|      0|		dataObjectIdentifier = GIDS_PUK_STATUS_OBJECT_IDENTIFIER;
  ------------------
  |  |   81|      0|#define GIDS_PUK_STATUS_OBJECT_IDENTIFIER 0x7F73
  ------------------
  532|      0|		break;
  533|     10|	default:
  ------------------
  |  Branch (533:2): [True: 10, False: 0]
  ------------------
  534|     10|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|     10|	}
  536|      0|	r = gids_get_DO(card, GIDS_APPLET_EFID, dataObjectIdentifier, buffer, &buffersize);
  ------------------
  |  |   82|      0|#define GIDS_APPLET_EFID 0x3FFF
  ------------------
  537|      0|	LOG_TEST_RET(card->ctx, r, "unable to update the masterfile");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  538|       |
  539|      0|	buffersize = buffersize > sizeof(buffer) ? sizeof(buffer) : buffersize;
  ------------------
  |  Branch (539:15): [True: 0, False: 0]
  ------------------
  540|       |
  541|      0|	p = sc_asn1_find_tag(card->ctx, buffer, buffersize, GIDS_TRY_COUNTER_OLD_TAG, &datasize);
  ------------------
  |  |  102|      0|#define GIDS_TRY_COUNTER_OLD_TAG 0x9F17
  ------------------
  542|      0|	if (p && datasize == 1) {
  ------------------
  |  Branch (542:6): [True: 0, False: 0]
  |  Branch (542:11): [True: 0, False: 0]
  ------------------
  543|      0|		if (tries_left)
  ------------------
  |  Branch (543:7): [True: 0, False: 0]
  ------------------
  544|      0|			*tries_left = p[0];
  545|      0|	}
  546|      0|	p = sc_asn1_find_tag(card->ctx, buffer, buffersize, GIDS_TRY_COUNTER_TAG, &datasize);
  ------------------
  |  |  103|      0|#define GIDS_TRY_COUNTER_TAG 0x97
  ------------------
  547|      0|	if (p && datasize == 1) {
  ------------------
  |  Branch (547:6): [True: 0, False: 0]
  |  Branch (547:11): [True: 0, False: 0]
  ------------------
  548|      0|		if (tries_left)
  ------------------
  |  Branch (548:7): [True: 0, False: 0]
  ------------------
  549|      0|			*tries_left = p[0];
  550|      0|	}
  551|      0|	p = sc_asn1_find_tag(card->ctx, buffer, buffersize , GIDS_TRY_LIMIT_TAG, &datasize);
  ------------------
  |  |  104|      0|#define GIDS_TRY_LIMIT_TAG 0x93
  ------------------
  552|      0|	if (p && datasize == 1) {
  ------------------
  |  Branch (552:6): [True: 0, False: 0]
  |  Branch (552:11): [True: 0, False: 0]
  ------------------
  553|      0|		if (max_tries)
  ------------------
  |  Branch (553:7): [True: 0, False: 0]
  ------------------
  554|      0|			*max_tries = p[0];
  555|      0|	}
  556|       |
  557|      0|	sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 0, False: 0]
  |  |  |  Branch (71:122): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  558|      0|		"Pin information for PIN 0x%x: triesleft=%d trieslimit=%d\n", pinreference, (tries_left?*tries_left:-1), (max_tries?*max_tries:-1));
  559|      0|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  560|      0|}
card-gids.c:gids_card_reader_lock_obtained:
 2125|  3.69k|{
 2126|  3.69k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  3.69k|#define SC_SUCCESS				0
  ------------------
 2127|       |
 2128|  3.69k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.69k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.69k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.69k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.69k]
  |  |  ------------------
  ------------------
 2129|       |
 2130|  3.69k|	if (was_reset > 0) {
  ------------------
  |  Branch (2130:6): [True: 0, False: 3.69k]
  ------------------
 2131|      0|		u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 2132|      0|		size_t resplen = sizeof(rbuf);
 2133|      0|		r = gids_select_aid(card, gids_aid.value, gids_aid.len, rbuf, &resplen);
 2134|      0|	}
 2135|       |
 2136|  3.69k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  3.69k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.69k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.69k|	int _ret = r; \
  |  |  |  |  155|  3.69k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.69k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.69k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3.69k]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.69k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.69k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  3.69k|	return _ret; \
  |  |  |  |  163|  3.69k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2137|  3.69k|}

sc_invalidate_cache:
  164|  2.93k|{
  165|  2.93k|	if (card) {
  ------------------
  |  Branch (165:6): [True: 2.93k, False: 0]
  ------------------
  166|  2.93k|		struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
  167|  2.93k|		sc_file_free(prv->cache.current_ef);
  168|  2.93k|		sc_file_free(prv->cache.current_df);
  169|  2.93k|		memset(&prv->cache, 0, sizeof(prv->cache));
  170|  2.93k|		prv->cache.valid = 0;
  171|  2.93k|	}
  172|  2.93k|}
iasecc_se_get_info:
 1609|    222|{
 1610|    222|	struct sc_context *ctx = card->ctx;
 1611|    222|	struct sc_apdu apdu;
 1612|    222|	unsigned char rbuf[0x100];
 1613|    222|	unsigned char sbuf_iasecc[10] = {
 1614|    222|		0x4D, 0x08, IASECC_SDO_TEMPLATE_TAG, 0x06,
  ------------------
  |  |   29|    222|#define IASECC_SDO_TEMPLATE_TAG	0x70
  ------------------
 1615|    222|		IASECC_SDO_TAG_HEADER, IASECC_SDO_CLASS_SE | IASECC_OBJECT_REF_LOCAL,
  ------------------
  |  |   27|    222|#define IASECC_SDO_TAG_HEADER	0xBF
  ------------------
              		IASECC_SDO_TAG_HEADER, IASECC_SDO_CLASS_SE | IASECC_OBJECT_REF_LOCAL,
  ------------------
  |  |  102|    222|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
              		IASECC_SDO_TAG_HEADER, IASECC_SDO_CLASS_SE | IASECC_OBJECT_REF_LOCAL,
  ------------------
  |  |   59|    222|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
 1616|    222|		se->reference & 0x3F,
 1617|    222|		0x02, IASECC_SDO_CLASS_SE, 0x80
  ------------------
  |  |  102|    222|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
 1618|    222|	};
 1619|    222|	int rv;
 1620|       |
 1621|    222|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    222|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    222|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    222|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    222|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 222]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1622|       |
 1623|    222|	if (iasecc_is_cpx(card)) {
  ------------------
  |  Branch (1623:6): [True: 58, False: 164]
  ------------------
 1624|     58|		rv = iasecc_select_mf(card, NULL);
 1625|     58|		LOG_TEST_RET(ctx, rv, "MF invalid");
  ------------------
  |  |  174|     58|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     58|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     58|	int _ret = (r); \
  |  |  |  |  168|     58|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|     58|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1626|     58|	}
 1627|       |
 1628|    211|	if (se->reference > IASECC_SE_REF_MAX)
  ------------------
  |  |   66|    211|#define IASECC_SE_REF_MAX	0x0F
  ------------------
  |  Branch (1628:6): [True: 0, False: 211]
  ------------------
 1629|    211|                LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1630|       |
 1631|    211|	rv = iasecc_se_get_info_from_cache(card, se);
 1632|    211|	if (rv == SC_ERROR_OBJECT_NOT_FOUND)   {
  ------------------
  |  |   88|    211|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  |  Branch (1632:6): [True: 208, False: 3]
  ------------------
 1633|    208|		sc_log(ctx, "No SE#%X info in cache, try to use 'GET DATA'", se->reference);
  ------------------
  |  |   71|    208|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1634|       |
 1635|    208|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xCB, 0x3F, 0xFF);
  ------------------
  |  |  294|    208|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1636|    208|		apdu.data = sbuf_iasecc;
 1637|    208|		apdu.datalen = sizeof(sbuf_iasecc);
 1638|    208|		apdu.lc = apdu.datalen;
 1639|    208|		apdu.resp = rbuf;
 1640|    208|		apdu.resplen = sizeof(rbuf);
 1641|    208|		apdu.le = sizeof(rbuf);
 1642|       |
 1643|    208|		rv = sc_transmit_apdu(card, &apdu);
 1644|    208|		LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    208|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    208|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    208|	int _ret = (r); \
  |  |  |  |  168|    208|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 199]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|    208|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 199]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1645|    199|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1646|    199|		LOG_TEST_RET(ctx, rv, "get SE data  error");
  ------------------
  |  |  174|    199|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    199|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    199|	int _ret = (r); \
  |  |  |  |  168|    199|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 25, False: 174]
  |  |  |  |  ------------------
  |  |  |  |  169|     25|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     25|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     25|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     25|		return _ret; \
  |  |  |  |  172|     25|	} \
  |  |  |  |  173|    199|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 174]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1647|       |
 1648|    174|		rv = iasecc_se_parse(card, apdu.resp, apdu.resplen, se);
 1649|    174|		LOG_TEST_RET(ctx, rv, "cannot parse SE data");
  ------------------
  |  |  174|    174|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    174|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    174|	int _ret = (r); \
  |  |  |  |  168|    174|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 142, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  169|    142|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    142|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    142|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    142|		return _ret; \
  |  |  |  |  172|    142|	} \
  |  |  |  |  173|    174|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1650|       |
 1651|     32|		rv = iasecc_se_cache_info(card, se);
 1652|     32|		LOG_TEST_RET(ctx, rv, "failed to put SE data into cache");
  ------------------
  |  |  174|     32|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     32|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     32|	int _ret = (r); \
  |  |  |  |  168|     32|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1653|     32|	}
 1654|       |
 1655|     35|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     35|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     35|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     35|	int _ret = r; \
  |  |  |  |  155|     35|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 35, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  157|     35|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     35|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     35|	return _ret; \
  |  |  |  |  163|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1656|     35|}
sc_get_iasecc_driver:
 3638|  16.4k|{
 3639|  16.4k|	return sc_get_driver();
 3640|  16.4k|}
card-iasecc.c:iasecc_is_cpx:
  586|  13.6k|{
  587|  13.6k|	switch(card->type) {
  588|  2.20k|		case SC_CARD_TYPE_IASECC_CPX:
  ------------------
  |  Branch (588:3): [True: 2.20k, False: 11.4k]
  ------------------
  589|  2.42k|		case SC_CARD_TYPE_IASECC_CPXCL:
  ------------------
  |  Branch (589:3): [True: 221, False: 13.4k]
  ------------------
  590|  2.42k|			return 1;
  591|  11.2k|		default:
  ------------------
  |  Branch (591:3): [True: 11.2k, False: 2.42k]
  ------------------
  592|  11.2k|			return 0;
  593|  13.6k|	}
  594|       |
  595|      0|	return 0;
  596|  13.6k|}
card-iasecc.c:iasecc_select_mf:
  283|  2.81k|{
  284|  2.81k|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
  285|  2.81k|	struct sc_context *ctx = card->ctx;
  286|  2.81k|	struct sc_file *mf_file = NULL;
  287|  2.81k|	struct sc_path path;
  288|  2.81k|	int rv;
  289|       |
  290|  2.81k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  2.81k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.81k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.81k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.81k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.81k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  291|       |
  292|  2.81k|	if (file_out)
  ------------------
  |  Branch (292:6): [True: 1.68k, False: 1.13k]
  ------------------
  293|  1.68k|		*file_out = NULL;
  294|       |
  295|  2.81k|	memset(&path, 0, sizeof(struct sc_path));
  296|  2.81k|	if (!card->ef_atr || !card->ef_atr->aid.len)   {
  ------------------
  |  Branch (296:6): [True: 185, False: 2.62k]
  |  Branch (296:23): [True: 224, False: 2.40k]
  ------------------
  297|    409|		struct sc_apdu apdu;
  298|    409|		unsigned char apdu_resp[SC_MAX_APDU_BUFFER_SIZE];
  299|       |
  300|       |		/* ISO 'select' command fails when not FCP data returned */
  301|    409|		sc_format_path("3F00", &path);
  302|    409|		path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    409|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  303|       |
  304|    409|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x00, 0x0C);
  ------------------
  |  |  293|    409|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  305|    409|		apdu.lc = path.len;
  306|    409|		apdu.data = path.value;
  307|    409|		apdu.datalen = path.len;
  308|    409|		apdu.resplen = sizeof(apdu_resp);
  309|    409|		apdu.resp = apdu_resp;
  310|       |
  311|       |		/* TODO: this might be obsolete now that 0x0c (no data) is default for p2 */
  312|    409|		if (card->type == SC_CARD_TYPE_IASECC_MI2)
  ------------------
  |  Branch (312:7): [True: 62, False: 347]
  ------------------
  313|     62|			apdu.p2 = 0x04;
  314|       |
  315|    409|		rv = sc_transmit_apdu(card, &apdu);
  316|    409|		LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    409|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    409|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    409|	int _ret = (r); \
  |  |  |  |  168|    409|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 399]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|    409|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 399]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|    399|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  318|    399|		LOG_TEST_RET(card->ctx, rv, "Cannot select MF");
  ------------------
  |  |  174|    399|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    399|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    399|	int _ret = (r); \
  |  |  |  |  168|    399|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 172, False: 227]
  |  |  |  |  ------------------
  |  |  |  |  169|    172|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    172|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    172|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    172|		return _ret; \
  |  |  |  |  172|    172|	} \
  |  |  |  |  173|    399|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 227]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  319|    399|	}
  320|  2.40k|	else   {
  321|  2.40k|		memset(&path, 0, sizeof(path));
  322|  2.40k|		path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  2.40k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  323|  2.40k|		memcpy(path.value, card->ef_atr->aid.value, card->ef_atr->aid.len);
  324|  2.40k|		path.len = card->ef_atr->aid.len;
  325|  2.40k|		rv = iasecc_select_file(card, &path, file_out);
  326|  2.40k|		LOG_TEST_RET(ctx, rv, "Unable to ROOT selection");
  ------------------
  |  |  174|  2.40k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.40k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.40k|	int _ret = (r); \
  |  |  |  |  168|  2.40k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.91k, False: 489]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.91k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.91k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.91k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.91k|		return _ret; \
  |  |  |  |  172|  1.91k|	} \
  |  |  |  |  173|  2.40k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 489]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  327|  2.40k|	}
  328|       |
  329|       |	/* Ignore the FCP of the MF, because:
  330|       |	 * - some cards do not return it;
  331|       |	 * - there is not need of it -- create/delete of the files in MF is not envisaged.
  332|       |	 */
  333|    716|	mf_file = sc_file_new();
  334|    716|	if (mf_file == NULL)
  ------------------
  |  Branch (334:6): [True: 0, False: 716]
  ------------------
  335|    716|		LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "Cannot allocate MF file");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  336|    716|	mf_file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|    716|#define SC_FILE_TYPE_DF			0x04
  ------------------
  337|    716|	mf_file->path = path;
  338|       |
  339|    716|	sc_invalidate_cache(card);
  340|    716|	sc_file_dup(&prv->cache.current_df, mf_file);
  341|    716|	prv->cache.valid = 1;
  342|       |
  343|    716|	if (file_out && *file_out == NULL)
  ------------------
  |  Branch (343:6): [True: 527, False: 189]
  |  Branch (343:18): [True: 424, False: 103]
  ------------------
  344|    424|		*file_out = mf_file;
  345|    292|	else
  346|    292|		sc_file_free(mf_file);
  347|       |
  348|    716|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    716|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    716|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    716|	int _ret = r; \
  |  |  |  |  155|    716|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 716, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    716|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 716]
  |  |  |  |  ------------------
  |  |  |  |  157|    716|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    716|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    716|	return _ret; \
  |  |  |  |  163|    716|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  349|    716|}
card-iasecc.c:iasecc_select_file:
  863|  7.58k|{
  864|  7.58k|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
  865|  7.58k|	struct sc_context *ctx = card->ctx;
  866|  7.58k|	struct sc_path lpath;
  867|  7.58k|	int rv, ii;
  868|       |
  869|  7.58k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  7.58k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  7.58k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  7.58k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  7.58k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7.58k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  870|  7.58k|	memcpy(&lpath, path, sizeof(struct sc_path));
  871|  7.58k|	if (file_out)
  ------------------
  |  Branch (871:6): [True: 3.61k, False: 3.97k]
  ------------------
  872|  3.61k|		*file_out = NULL;
  873|       |
  874|  7.58k|	sc_log(ctx, "iasecc_select_file(card:%p) path.len %zu; path.type %i; aid_len %zu",
  ------------------
  |  |   71|  7.58k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  875|  7.58k|			card, path->len, path->type, path->aid.len);
  876|  7.58k|	sc_log(ctx, "iasecc_select_file() path:%s", sc_print_path(path));
  ------------------
  |  |   71|  7.58k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  877|       |
  878|  7.58k|	if ((!iasecc_is_cpx(card)) &&
  ------------------
  |  Branch (878:6): [True: 6.88k, False: 707]
  ------------------
  879|  6.88k|	    (card->type != SC_CARD_TYPE_IASECC_GEMALTO) &&
  ------------------
  |  Branch (879:6): [True: 6.80k, False: 76]
  ------------------
  880|  6.80k|	    (path->type != SC_PATH_TYPE_DF_NAME
  ------------------
  |  |  118|  13.6k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (880:7): [True: 2.71k, False: 4.09k]
  ------------------
  881|  2.71k|			&& lpath.len >= 2
  ------------------
  |  Branch (881:7): [True: 2.71k, False: 0]
  ------------------
  882|  2.71k|			&& lpath.value[0] == 0x3F && lpath.value[1] == 0x00))   {
  ------------------
  |  Branch (882:7): [True: 2.66k, False: 46]
  |  Branch (882:33): [True: 2.65k, False: 9]
  ------------------
  883|  2.65k|		sc_log(ctx, "EF.ATR(aid:'%s')", card->ef_atr ? sc_dump_hex(card->ef_atr->aid.value, card->ef_atr->aid.len) : "");
  ------------------
  |  |   71|  5.31k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 2.48k, False: 171]
  |  |  ------------------
  ------------------
  884|       |
  885|  2.65k|		rv = iasecc_select_mf(card, file_out);
  886|  2.65k|		LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  174|  2.65k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.65k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.65k|	int _ret = (r); \
  |  |  |  |  168|  2.65k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.01k, False: 645]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.01k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.01k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.01k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.01k|		return _ret; \
  |  |  |  |  172|  2.01k|	} \
  |  |  |  |  173|  2.65k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 645]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  887|       |
  888|    645|		memmove(&lpath.value[0], &lpath.value[2], lpath.len - 2);
  889|    645|		lpath.len -=  2;
  890|    645|	}
  891|       |
  892|  5.57k|	if (lpath.aid.len)	{
  ------------------
  |  Branch (892:6): [True: 10, False: 5.56k]
  ------------------
  893|     10|		struct sc_file *file = NULL;
  894|     10|		struct sc_path ppath;
  895|       |
  896|     10|		sc_log(ctx, "iasecc_select_file() select parent AID:%p/%zu", lpath.aid.value, lpath.aid.len);
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  897|     10|		sc_log(ctx, "iasecc_select_file() select parent AID:%s", sc_dump_hex(lpath.aid.value, lpath.aid.len));
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  898|     10|		memset(&ppath, 0, sizeof(ppath));
  899|     10|		memcpy(ppath.value, lpath.aid.value, lpath.aid.len);
  900|     10|		ppath.len = lpath.aid.len;
  901|     10|		ppath.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|     10|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  902|       |
  903|     10|		rv = iasecc_select_file(card, &ppath, &file);
  904|     10|		LOG_TEST_GOTO_ERR(ctx, rv, "select AID path failed");
  ------------------
  |  |  184|     10|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     10|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     10|	int _ret = (r); \
  |  |  |  |  178|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 4, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  179|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      4|		goto err; \
  |  |  |  |  182|      4|	} \
  |  |  |  |  183|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  905|       |
  906|      6|		if (file_out) {
  ------------------
  |  Branch (906:7): [True: 6, False: 0]
  ------------------
  907|      6|			sc_file_free(*file_out);
  908|      6|			*file_out = file;
  909|      6|		} else {
  910|      0|			sc_file_free(file);
  911|      0|		}
  912|       |
  913|      6|		if (lpath.type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|      6|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (913:7): [True: 0, False: 6]
  ------------------
  914|      0|			lpath.type = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|      0|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  915|      6|	}
  916|       |
  917|  5.57k|	if (lpath.type == SC_PATH_TYPE_PATH)
  ------------------
  |  |  119|  5.57k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (917:6): [True: 1.32k, False: 4.25k]
  ------------------
  918|  1.32k|		lpath.type = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|  1.32k|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  919|       |
  920|  5.57k|	if (!lpath.len) {
  ------------------
  |  Branch (920:6): [True: 6, False: 5.56k]
  ------------------
  921|      6|		if (file_out) {
  ------------------
  |  Branch (921:7): [True: 0, False: 6]
  ------------------
  922|      0|			sc_file_free(*file_out);
  923|      0|			*file_out = NULL;
  924|      0|		}
  925|      6|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  926|      6|	}
  927|       |
  928|  5.56k|	do   {
  929|  5.56k|		struct sc_apdu apdu;
  930|  5.56k|		struct sc_file *file = NULL;
  931|  5.56k|		unsigned char rbuf[SC_MAX_APDU_BUFFER_SIZE];
  932|  5.56k|		size_t pathlen = lpath.len;
  933|       |
  934|  5.56k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|  5.56k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  935|       |
  936|  5.56k|		if (card->type != SC_CARD_TYPE_IASECC_GEMALTO
  ------------------
  |  Branch (936:7): [True: 5.48k, False: 76]
  ------------------
  937|  5.48k|				&& card->type != SC_CARD_TYPE_IASECC_OBERTHUR
  ------------------
  |  Branch (937:8): [True: 5.31k, False: 178]
  ------------------
  938|  5.31k|				&& card->type != SC_CARD_TYPE_IASECC_SAGEM
  ------------------
  |  Branch (938:8): [True: 5.23k, False: 75]
  ------------------
  939|  5.23k|				&& card->type != SC_CARD_TYPE_IASECC_AMOS
  ------------------
  |  Branch (939:8): [True: 5.17k, False: 59]
  ------------------
  940|  5.17k|				&& card->type != SC_CARD_TYPE_IASECC_MI
  ------------------
  |  Branch (940:8): [True: 759, False: 4.41k]
  ------------------
  941|    759|				&& card->type != SC_CARD_TYPE_IASECC_MI2
  ------------------
  |  Branch (941:8): [True: 707, False: 52]
  ------------------
  942|    707|				&& !iasecc_is_cpx(card)) {
  ------------------
  |  Branch (942:8): [True: 0, False: 707]
  ------------------
  943|      0|			rv = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  944|      0|			LOG_TEST_GOTO_ERR(ctx, rv, "Unsupported card");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  945|      0|		}
  946|       |
  947|  5.56k|		if (lpath.type == SC_PATH_TYPE_FILE_ID)   {
  ------------------
  |  |  117|  5.56k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (947:7): [True: 1, False: 5.56k]
  ------------------
  948|      1|			apdu.p1 = 0x02;
  949|      1|			if (card->type == SC_CARD_TYPE_IASECC_OBERTHUR)
  ------------------
  |  Branch (949:8): [True: 0, False: 1]
  ------------------
  950|      0|				apdu.p1 = 0x01;
  951|      1|			if (card->type == SC_CARD_TYPE_IASECC_OBERTHUR ||
  ------------------
  |  Branch (951:8): [True: 0, False: 1]
  ------------------
  952|      1|			    card->type == SC_CARD_TYPE_IASECC_AMOS ||
  ------------------
  |  Branch (952:8): [True: 0, False: 1]
  ------------------
  953|      1|			    card->type == SC_CARD_TYPE_IASECC_MI ||
  ------------------
  |  Branch (953:8): [True: 0, False: 1]
  ------------------
  954|      1|			    card->type == SC_CARD_TYPE_IASECC_MI2 ||
  ------------------
  |  Branch (954:8): [True: 0, False: 1]
  ------------------
  955|      1|			    card->type == SC_CARD_TYPE_IASECC_GEMALTO ||
  ------------------
  |  Branch (955:8): [True: 0, False: 1]
  ------------------
  956|      1|			    iasecc_is_cpx(card)
  ------------------
  |  Branch (956:8): [True: 1, False: 0]
  ------------------
  957|      1|			    )   {
  958|      1|				apdu.p2 = 0x04;
  959|      1|			}
  960|      1|		}
  961|  5.56k|		else if (lpath.type == SC_PATH_TYPE_FROM_CURRENT)  {
  ------------------
  |  |  122|  5.56k|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (961:12): [True: 1.31k, False: 4.24k]
  ------------------
  962|  1.31k|			apdu.p1 = 0x09;
  963|  1.31k|			if (card->type == SC_CARD_TYPE_IASECC_OBERTHUR ||
  ------------------
  |  Branch (963:8): [True: 76, False: 1.24k]
  ------------------
  964|  1.24k|			    card->type == SC_CARD_TYPE_IASECC_AMOS ||
  ------------------
  |  Branch (964:8): [True: 39, False: 1.20k]
  ------------------
  965|  1.20k|			    card->type == SC_CARD_TYPE_IASECC_MI ||
  ------------------
  |  Branch (965:8): [True: 505, False: 698]
  ------------------
  966|    698|			    card->type == SC_CARD_TYPE_IASECC_MI2 ||
  ------------------
  |  Branch (966:8): [True: 23, False: 675]
  ------------------
  967|    675|			    card->type == SC_CARD_TYPE_IASECC_GEMALTO ||
  ------------------
  |  Branch (967:8): [True: 68, False: 607]
  ------------------
  968|  1.27k|			    iasecc_is_cpx(card)) {
  ------------------
  |  Branch (968:8): [True: 560, False: 47]
  ------------------
  969|  1.27k|				apdu.p2 = 0x04;
  970|  1.27k|			}
  971|  1.31k|		}
  972|  4.24k|		else if (lpath.type == SC_PATH_TYPE_PARENT)   {
  ------------------
  |  |  123|  4.24k|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (972:12): [True: 0, False: 4.24k]
  ------------------
  973|      0|			apdu.p1 = 0x03;
  974|      0|			pathlen = 0;
  975|      0|			apdu.cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  976|      0|		}
  977|  4.24k|		else if (lpath.type == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|  4.24k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (977:12): [True: 4.24k, False: 0]
  ------------------
  978|  4.24k|			apdu.p1 = 0x04;
  979|  4.24k|			if (card->type == SC_CARD_TYPE_IASECC_AMOS ||
  ------------------
  |  Branch (979:8): [True: 20, False: 4.22k]
  ------------------
  980|  4.22k|			    card->type == SC_CARD_TYPE_IASECC_MI2 ||
  ------------------
  |  Branch (980:8): [True: 29, False: 4.19k]
  ------------------
  981|  4.19k|			    card->type == SC_CARD_TYPE_IASECC_OBERTHUR ||
  ------------------
  |  Branch (981:8): [True: 102, False: 4.09k]
  ------------------
  982|  4.09k|			    card->type == SC_CARD_TYPE_IASECC_GEMALTO ||
  ------------------
  |  Branch (982:8): [True: 8, False: 4.08k]
  ------------------
  983|  4.08k|			    iasecc_is_cpx(card)) {
  ------------------
  |  Branch (983:8): [True: 146, False: 3.94k]
  ------------------
  984|    305|				apdu.p2 = 0x04;
  985|    305|			}
  986|  4.24k|		}
  987|      0|		else   {
  988|      0|			sc_log(ctx, "Invalid PATH type: 0x%X", lpath.type);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  989|      0|			rv = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  990|      0|			LOG_TEST_GOTO_ERR(ctx, rv, "iasecc_select_file() invalid PATH type");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  991|      0|		}
  992|       |
  993|  5.66k|		for (ii=0; ii<2; ii++)   {
  ------------------
  |  Branch (993:14): [True: 5.66k, False: 0]
  ------------------
  994|  5.66k|			apdu.lc = pathlen;
  995|  5.66k|			apdu.data = lpath.value;
  996|  5.66k|			apdu.datalen = pathlen;
  997|       |
  998|  5.66k|			apdu.resp = rbuf;
  999|  5.66k|			apdu.resplen = sizeof(rbuf);
 1000|  5.66k|			apdu.le = 256;
 1001|       |
 1002|  5.66k|			rv = sc_transmit_apdu(card, &apdu);
 1003|  5.66k|			LOG_TEST_GOTO_ERR(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  184|  5.66k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  5.66k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  5.66k|	int _ret = (r); \
  |  |  |  |  178|  5.66k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 23, False: 5.63k]
  |  |  |  |  ------------------
  |  |  |  |  179|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     23|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     23|		goto err; \
  |  |  |  |  182|     23|	} \
  |  |  |  |  183|  5.66k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 5.63k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1004|  5.63k|			rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1005|  5.63k|			if (rv == SC_ERROR_INCORRECT_PARAMETERS &&
  ------------------
  |  |   55|  11.2k|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (1005:8): [True: 146, False: 5.49k]
  ------------------
 1006|    146|					lpath.type == SC_PATH_TYPE_DF_NAME && apdu.p2 == 0x00)   {
  ------------------
  |  |  118|  5.78k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1006:6): [True: 116, False: 30]
  |  Branch (1006:44): [True: 96, False: 20]
  ------------------
 1007|     96|				sc_log(ctx, "Warning: SC_ERROR_INCORRECT_PARAMETERS for SC_PATH_TYPE_DF_NAME, try again with P2=0x0C");
  ------------------
  |  |   71|     96|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1008|     96|				apdu.p2 = 0x0C;
 1009|     96|				continue;
 1010|     96|			}
 1011|       |
 1012|  5.54k|			if (ii)   {
  ------------------
  |  Branch (1012:8): [True: 96, False: 5.44k]
  ------------------
 1013|       |				/* 'SELECT AID' do not returned FCP. Try to emulate. */
 1014|     96|				apdu.resplen = sizeof(rbuf);
 1015|     96|				rv = iasecc_emulate_fcp(ctx, &apdu);
 1016|     96|				LOG_TEST_GOTO_ERR(ctx, rv, "Failed to emulate DF FCP");
  ------------------
  |  |  184|     96|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     96|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     96|	int _ret = (r); \
  |  |  |  |  178|     96|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 96]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|     96|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 96]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1017|     96|			}
 1018|       |
 1019|  5.54k|			break;
 1020|  5.54k|		}
 1021|       |
 1022|  5.54k|		LOG_TEST_GOTO_ERR(ctx, rv, "iasecc_select_file() check SW failed");
  ------------------
  |  |  184|  5.54k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  5.54k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  5.54k|	int _ret = (r); \
  |  |  |  |  178|  5.54k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 3.14k, False: 2.39k]
  |  |  |  |  ------------------
  |  |  |  |  179|  3.14k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.14k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  3.14k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  3.14k|		goto err; \
  |  |  |  |  182|  3.14k|	} \
  |  |  |  |  183|  5.54k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.39k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1023|       |
 1024|  2.39k|		sc_log(ctx, "iasecc_select_file() apdu.resp %zu", apdu.resplen);
  ------------------
  |  |   71|  2.39k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1025|  2.39k|		if (apdu.resplen)   {
  ------------------
  |  Branch (1025:7): [True: 1.01k, False: 1.38k]
  ------------------
 1026|  1.01k|			sc_log(ctx, "apdu.resp %02X:%02X:%02X...", apdu.resp[0], apdu.resp[1], apdu.resp[2]);
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1027|       |
 1028|  1.01k|			switch (apdu.resp[0]) {
 1029|    108|			case 0x62:
  ------------------
  |  Branch (1029:4): [True: 108, False: 904]
  ------------------
 1030|    951|			case 0x6F:
  ------------------
  |  Branch (1030:4): [True: 843, False: 169]
  ------------------
 1031|    951|				file = sc_file_new();
 1032|    951|				if (file == NULL) {
  ------------------
  |  Branch (1032:9): [True: 0, False: 951]
  ------------------
 1033|      0|					if (file_out) {
  ------------------
  |  Branch (1033:10): [True: 0, False: 0]
  ------------------
 1034|      0|						sc_file_free(*file_out);
 1035|      0|						*file_out = NULL;
 1036|      0|					}
 1037|      0|					LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1038|      0|				}
 1039|    951|				file->path = lpath;
 1040|       |
 1041|    951|				rv = iasecc_process_fci(card, file, apdu.resp, apdu.resplen);
 1042|    951|				if (rv) {
  ------------------
  |  Branch (1042:9): [True: 77, False: 874]
  ------------------
 1043|     77|					sc_file_free(file);
 1044|     77|					if (file_out) {
  ------------------
  |  Branch (1044:10): [True: 44, False: 33]
  ------------------
 1045|     44|						sc_file_free(*file_out);
 1046|     44|						*file_out = NULL;
 1047|     44|					}
 1048|     77|					LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     77|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     77|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     77|	int _ret = r; \
  |  |  |  |  155|     77|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 77, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     77|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     77|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 77, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     77|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     77|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     77|	return _ret; \
  |  |  |  |  163|     77|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1049|     77|				}
 1050|    874|				break;
 1051|    874|			default:
  ------------------
  |  Branch (1051:4): [True: 61, False: 951]
  ------------------
 1052|     61|				if (file_out) {
  ------------------
  |  Branch (1052:9): [True: 28, False: 33]
  ------------------
 1053|     28|					sc_file_free(*file_out);
 1054|     28|					*file_out = NULL;
 1055|     28|				}
 1056|     61|				LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     61|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     61|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     61|	int _ret = r; \
  |  |  |  |  155|     61|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 61, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     61|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     61|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 61, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     61|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     61|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     61|	return _ret; \
  |  |  |  |  163|     61|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1057|  1.01k|			}
 1058|       |
 1059|    874|			sc_log(ctx, "FileType %i", file->type);
  ------------------
  |  |   71|    874|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1060|    874|			if (file->type == SC_FILE_TYPE_DF)   {
  ------------------
  |  |  214|    874|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (1060:8): [True: 102, False: 772]
  ------------------
 1061|    102|				sc_invalidate_cache(card);
 1062|    102|				sc_file_dup(&prv->cache.current_df, file);
 1063|    102|				prv->cache.valid = 1;
 1064|    102|			}
 1065|    772|			else   {
 1066|    772|				sc_file_free(prv->cache.current_ef);
 1067|    772|				sc_file_dup(&prv->cache.current_ef, file);
 1068|    772|				prv->cache.valid = 1;
 1069|    772|			}
 1070|       |
 1071|    874|			if (file_out)   {
  ------------------
  |  Branch (1071:8): [True: 727, False: 147]
  ------------------
 1072|    727|				sc_file_free(*file_out);
 1073|    727|				*file_out = file;
 1074|    727|			}
 1075|    147|			else   {
 1076|    147|				sc_file_free(file);
 1077|    147|			}
 1078|    874|		}
 1079|  1.38k|		else if (lpath.type == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|  1.38k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1079:12): [True: 1.22k, False: 156]
  ------------------
 1080|  1.22k|			sc_invalidate_cache(card);
 1081|  1.22k|			prv->cache.valid = 1;
 1082|  1.22k|		}
 1083|  2.39k|	} while(0);
  ------------------
  |  Branch (1083:10): [Folded, False: 2.25k]
  ------------------
 1084|       |
 1085|  2.25k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.25k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.25k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.25k|	int _ret = r; \
  |  |  |  |  155|  2.25k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.25k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.25k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.25k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.25k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.25k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.25k|	return _ret; \
  |  |  |  |  163|  2.25k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1086|  3.17k|err:
 1087|  3.17k|	if (file_out) {
  ------------------
  |  Branch (1087:6): [True: 1.29k, False: 1.87k]
  ------------------
 1088|  1.29k|		sc_file_free(*file_out);
 1089|       |		*file_out = NULL;
 1090|  1.29k|	}
 1091|  3.17k|	return rv;
 1092|  2.25k|}
card-iasecc.c:iasecc_emulate_fcp:
  828|     96|{
  829|     96|	unsigned char dummy_df_fcp[] = {
  830|     96|		0x62,0xFF,
  831|     96|			0x82,0x01,0x38,
  832|     96|			0x8A,0x01,0x05,
  833|     96|			0xA1,0x04,0x8C,0x02,0x02,0x00,
  834|     96|			0x84,0xFF,
  835|     96|				0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  836|     96|				0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF
  837|     96|	};
  838|       |
  839|     96|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     96|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     96|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     96|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     96|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 96]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  840|       |
  841|     96|	if (apdu->p1 != 0x04)
  ------------------
  |  Branch (841:6): [True: 0, False: 96]
  ------------------
  842|     96|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "FCP emulation supported only for the DF-NAME selection type");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  843|     96|	if (apdu->datalen > 16)
  ------------------
  |  Branch (843:6): [True: 0, False: 96]
  ------------------
  844|     96|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Invalid DF-NAME length");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  845|     96|	if (apdu->resplen < apdu->datalen + 16)
  ------------------
  |  Branch (845:6): [True: 0, False: 96]
  ------------------
  846|     96|		LOG_TEST_RET(ctx, SC_ERROR_BUFFER_TOO_SMALL, "not enough space for FCP data");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  847|       |
  848|     96|	memcpy(dummy_df_fcp + 16, apdu->data, apdu->datalen);
  849|     96|	dummy_df_fcp[15] = apdu->datalen;
  850|     96|	dummy_df_fcp[1] = apdu->datalen + 14;
  851|     96|	apdu->resplen = apdu->datalen + 16;
  852|     96|	memcpy(apdu->resp, dummy_df_fcp, apdu->resplen);
  853|       |
  854|     96|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     96|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     96|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     96|	int _ret = r; \
  |  |  |  |  155|     96|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 96, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     96|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 96]
  |  |  |  |  ------------------
  |  |  |  |  157|     96|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     96|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     96|	return _ret; \
  |  |  |  |  163|     96|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  855|     96|}
card-iasecc.c:iasecc_process_fci:
 1098|    951|{
 1099|    951|	struct sc_context *ctx = card->ctx;
 1100|    951|	size_t taglen, offs, ii;
 1101|    951|	int rv;
 1102|    951|	const unsigned char *acls = NULL, *tag = NULL;
 1103|    951|	unsigned char mask;
 1104|    951|	unsigned char ops_DF[7] = {
 1105|    951|		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_CREATE, 0xFF
  ------------------
  |  |  168|    951|#define SC_AC_OP_DELETE			2
  ------------------
              		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_CREATE, 0xFF
  ------------------
  |  |  186|    951|#define SC_AC_OP_ACTIVATE		20
  ------------------
              		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_CREATE, 0xFF
  ------------------
  |  |  187|    951|#define SC_AC_OP_DEACTIVATE		21
  ------------------
              		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_CREATE, 0xFF
  ------------------
  |  |  169|    951|#define SC_AC_OP_CREATE			3
  ------------------
 1106|    951|	};
 1107|    951|	unsigned char ops_EF[7] = {
 1108|    951|		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_UPDATE, SC_AC_OP_READ
  ------------------
  |  |  168|    951|#define SC_AC_OP_DELETE			2
  ------------------
              		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_UPDATE, SC_AC_OP_READ
  ------------------
  |  |  186|    951|#define SC_AC_OP_ACTIVATE		20
  ------------------
              		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_UPDATE, SC_AC_OP_READ
  ------------------
  |  |  187|    951|#define SC_AC_OP_DEACTIVATE		21
  ------------------
              		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_UPDATE, SC_AC_OP_READ
  ------------------
  |  |  189|    951|#define SC_AC_OP_UPDATE			23
  ------------------
              		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_UPDATE, SC_AC_OP_READ
  ------------------
  |  |  188|    951|#define SC_AC_OP_READ			22
  ------------------
 1109|    951|	};
 1110|       |
 1111|    951|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    951|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    951|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    951|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    951|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 951]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1112|       |
 1113|    951|	tag = sc_asn1_find_tag(ctx,  buf, buflen, 0x6F, &taglen);
 1114|    951|	sc_log(ctx, "processing FCI: 0x6F tag %p", tag);
  ------------------
  |  |   71|    951|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1115|    951|	if (tag != NULL) {
  ------------------
  |  Branch (1115:6): [True: 817, False: 134]
  ------------------
 1116|    817|		sc_log(ctx, "  FCP length %zu", taglen);
  ------------------
  |  |   71|    817|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1117|    817|		buf = tag;
 1118|    817|		buflen = taglen;
 1119|    817|	}
 1120|       |
 1121|    951|	tag = sc_asn1_find_tag(ctx,  buf, buflen, 0x62, &taglen);
 1122|    951|	sc_log(ctx, "processing FCI: 0x62 tag %p", tag);
  ------------------
  |  |   71|    951|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1123|    951|	if (tag != NULL) {
  ------------------
  |  Branch (1123:6): [True: 101, False: 850]
  ------------------
 1124|    101|		sc_log(ctx, "  FCP length %zu", taglen);
  ------------------
  |  |   71|    101|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1125|    101|		buf = tag;
 1126|    101|		buflen = taglen;
 1127|    101|	}
 1128|       |
 1129|    951|	rv = iso_ops->process_fci(card, file, buf, buflen);
 1130|    951|	LOG_TEST_RET(ctx, rv, "ISO parse FCI failed");
  ------------------
  |  |  174|    951|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    951|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    951|	int _ret = (r); \
  |  |  |  |  168|    951|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 951]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    951|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 951]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1131|       |/*
 1132|       |	Gemalto:  6F 19 80 02 02 ED 82 01 01 83 02 B0 01 88 00	8C 07 7B 17 17 17 17 17 00 8A 01 05 90 00
 1133|       |	Sagem:    6F 17 62 15 80 02 00 7D 82 01 01                   8C 02 01 00 83 02 2F 00 88 01 F0 8A 01 05 90 00
 1134|       |	Oberthur: 62 1B 80 02 05 DC 82 01 01 83 02 B0 01 88 00 A1 09 8C 07 7B 17 FF 17 17 17 00 8A 01 05 90 00
 1135|       |*/
 1136|       |
 1137|    951|	sc_log(ctx, "iasecc_process_fci() type %i; let's parse file ACLs", file->type);
  ------------------
  |  |   71|    951|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1138|    951|	tag = sc_asn1_find_tag(ctx, buf, buflen, IASECC_DOCP_TAG_ACLS, &taglen);
  ------------------
  |  |   39|    951|#define IASECC_DOCP_TAG_ACLS			0xA1
  ------------------
 1139|    951|	if (tag)
  ------------------
  |  Branch (1139:6): [True: 96, False: 855]
  ------------------
 1140|     96|		acls = sc_asn1_find_tag(ctx, tag, taglen, IASECC_DOCP_TAG_ACLS_CONTACT, &taglen);
  ------------------
  |  |   40|     96|#define IASECC_DOCP_TAG_ACLS_CONTACT		0x8C
  ------------------
 1141|    855|	else
 1142|    855|		acls = sc_asn1_find_tag(ctx, buf, buflen, IASECC_DOCP_TAG_ACLS_CONTACT, &taglen);
  ------------------
  |  |   40|    855|#define IASECC_DOCP_TAG_ACLS_CONTACT		0x8C
  ------------------
 1143|       |
 1144|    951|	if (!acls)   {
  ------------------
  |  Branch (1144:6): [True: 77, False: 874]
  ------------------
 1145|     77|		sc_log(ctx, "ACLs not found in data(%zu) %s", buflen, sc_dump_hex(buf, buflen));
  ------------------
  |  |   71|     77|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1146|     77|		LOG_TEST_RET(ctx, SC_ERROR_OBJECT_NOT_FOUND, "ACLs tag missing");
  ------------------
  |  |  174|     77|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     77|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     77|	int _ret = (r); \
  |  |  |  |  168|     77|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 77, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     77|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     77|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     77|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     77|		return _ret; \
  |  |  |  |  172|     77|	} \
  |  |  |  |  173|     77|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1147|     77|	}
 1148|       |
 1149|    874|	sc_log(ctx, "ACLs(%zu) '%s'", taglen, sc_dump_hex(acls, taglen));
  ------------------
  |  |   71|    874|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1150|    874|	mask = 0x40, offs = 1;
 1151|  5.36k|	for (ii = 0; ii < 7; ii++, mask /= 2)  {
  ------------------
  |  Branch (1151:15): [True: 4.85k, False: 513]
  ------------------
 1152|  4.85k|		unsigned char op = file->type == SC_FILE_TYPE_DF ? ops_DF[ii] : ops_EF[ii];
  ------------------
  |  |  214|  4.85k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (1152:22): [True: 699, False: 4.15k]
  ------------------
 1153|       |
 1154|       |		/* avoid any access to acls[offs] beyond the taglen */
 1155|  4.85k|		if (offs >= taglen) {
  ------------------
  |  Branch (1155:7): [True: 361, False: 4.49k]
  ------------------
 1156|    361|			sc_log(ctx, "Warning: Invalid offset reached during ACL parsing");
  ------------------
  |  |   71|    361|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1157|    361|			break;
 1158|    361|		}
 1159|  4.49k|		if (!(mask & acls[0]))
  ------------------
  |  Branch (1159:7): [True: 1.82k, False: 2.66k]
  ------------------
 1160|  1.82k|			continue;
 1161|       |
 1162|  2.66k|		sc_log(ctx, "ACLs mask 0x%X, offs %zu, op 0x%X, acls[offs] 0x%X", mask, offs, op, acls[offs]);
  ------------------
  |  |   71|  2.66k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1163|  2.66k|		if (op == 0xFF)   {
  ------------------
  |  Branch (1163:7): [True: 732, False: 1.93k]
  ------------------
 1164|    732|			;
 1165|    732|		}
 1166|  1.93k|		else if (acls[offs] == 0)   {
  ------------------
  |  Branch (1166:12): [True: 510, False: 1.42k]
  ------------------
 1167|    510|			sc_file_add_acl_entry(file, op, SC_AC_NONE, 0);
  ------------------
  |  |  150|    510|#define SC_AC_NONE			0x00000000
  ------------------
 1168|    510|		}
 1169|  1.42k|		else if (acls[offs] == 0xFF)   {
  ------------------
  |  Branch (1169:12): [True: 152, False: 1.27k]
  ------------------
 1170|    152|			sc_file_add_acl_entry(file, op, SC_AC_NEVER, 0);
  ------------------
  |  |  163|    152|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 1171|    152|		}
 1172|  1.27k|		else if ((acls[offs] & IASECC_SCB_METHOD_MASK) == IASECC_SCB_METHOD_USER_AUTH)   {
  ------------------
  |  |   89|  1.27k|#define IASECC_SCB_METHOD_MASK		0x70
  ------------------
              		else if ((acls[offs] & IASECC_SCB_METHOD_MASK) == IASECC_SCB_METHOD_USER_AUTH)   {
  ------------------
  |  |   93|  1.27k|#define IASECC_SCB_METHOD_USER_AUTH	0x10
  ------------------
  |  Branch (1172:12): [True: 171, False: 1.10k]
  ------------------
 1173|    171|			sc_file_add_acl_entry(file, op, SC_AC_SEN, acls[offs] & IASECC_SCB_METHOD_MASK_REF);
  ------------------
  |  |  156|    171|#define SC_AC_SEN                       0x00000020 /* Security Environment. */
  ------------------
              			sc_file_add_acl_entry(file, op, SC_AC_SEN, acls[offs] & IASECC_SCB_METHOD_MASK_REF);
  ------------------
  |  |   90|    171|#define IASECC_SCB_METHOD_MASK_REF	0x0F
  ------------------
 1174|    171|		}
 1175|  1.10k|		else if (acls[offs] & IASECC_SCB_METHOD_MASK)   {
  ------------------
  |  |   89|  1.10k|#define IASECC_SCB_METHOD_MASK		0x70
  ------------------
  |  Branch (1175:12): [True: 783, False: 319]
  ------------------
 1176|    783|			sc_file_add_acl_entry(file, op, SC_AC_SCB, acls[offs]);
  ------------------
  |  |  157|    783|#define SC_AC_SCB                       0x00000040 /* IAS/ECC SCB byte. */
  ------------------
 1177|    783|		}
 1178|    319|		else   {
 1179|    319|			sc_log(ctx, "Warning: non supported SCB method: %X", acls[offs]);
  ------------------
  |  |   71|    319|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1180|    319|			sc_file_add_acl_entry(file, op, SC_AC_NEVER, 0);
  ------------------
  |  |  163|    319|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 1181|    319|		}
 1182|       |
 1183|  2.66k|		offs++;
 1184|  2.66k|	}
 1185|       |
 1186|    874|	LOG_FUNC_RETURN(ctx, 0);
  ------------------
  |  |  164|    874|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    874|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    874|	int _ret = r; \
  |  |  |  |  155|    874|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 874, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    874|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 874]
  |  |  |  |  ------------------
  |  |  |  |  157|    874|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    874|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    874|	return _ret; \
  |  |  |  |  163|    874|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1187|    874|}
card-iasecc.c:iasecc_se_get_info_from_cache:
 1568|    211|{
 1569|    211|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
 1570|    211|	struct sc_context *ctx = card->ctx;
 1571|    211|	struct iasecc_se_info *si = NULL;
 1572|    211|	int rv;
 1573|       |
 1574|    211|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    211|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    211|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    211|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    211|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 211]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1575|       |
 1576|    233|	for(si = prv->se_info; si; si = si->next)   {
  ------------------
  |  Branch (1576:25): [True: 25, False: 208]
  ------------------
 1577|     25|		if (si->reference != se->reference)
  ------------------
  |  Branch (1577:7): [True: 20, False: 5]
  ------------------
 1578|     20|			continue;
 1579|      5|		if (!(prv->cache.valid && prv->cache.current_df) && si->df)
  ------------------
  |  Branch (1579:9): [True: 5, False: 0]
  |  Branch (1579:29): [True: 3, False: 2]
  |  Branch (1579:55): [True: 2, False: 0]
  ------------------
 1580|      2|			continue;
 1581|      3|		if (prv->cache.valid && prv->cache.current_df && !si->df)
  ------------------
  |  Branch (1581:7): [True: 3, False: 0]
  |  Branch (1581:27): [True: 3, False: 0]
  |  Branch (1581:52): [True: 0, False: 3]
  ------------------
 1582|      0|			continue;
 1583|      3|		if (prv->cache.valid && prv->cache.current_df && si->df)
  ------------------
  |  Branch (1583:7): [True: 3, False: 0]
  |  Branch (1583:27): [True: 3, False: 0]
  |  Branch (1583:52): [True: 3, False: 0]
  ------------------
 1584|      3|			if (memcmp(&prv->cache.current_df->path, &si->df->path, sizeof(struct sc_path)))
  ------------------
  |  Branch (1584:8): [True: 0, False: 3]
  ------------------
 1585|      0|				continue;
 1586|      3|		break;
 1587|      3|	}
 1588|       |
 1589|    211|	if (!si)
  ------------------
  |  Branch (1589:6): [True: 208, False: 3]
  ------------------
 1590|    208|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|    208|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1591|       |
 1592|      3|	memcpy(se, si, sizeof(struct iasecc_se_info));
 1593|       |
 1594|      3|	if (si->df)   {
  ------------------
  |  Branch (1594:6): [True: 3, False: 0]
  ------------------
 1595|      3|		sc_file_dup(&se->df, si->df);
 1596|      3|		if (se->df == NULL)
  ------------------
  |  Branch (1596:7): [True: 0, False: 3]
  ------------------
 1597|      3|			LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "Cannot duplicate current DF file");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1598|      3|	}
 1599|       |
 1600|      3|	rv = iasecc_docp_copy(ctx, &si->docp, &se->docp);
 1601|      3|	LOG_TEST_RET(ctx, rv, "Cannot make copy of DOCP");
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1602|       |
 1603|      3|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1604|      3|}
card-iasecc.c:iasecc_se_cache_info:
 1525|     32|{
 1526|     32|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
 1527|     32|	struct sc_context *ctx = card->ctx;
 1528|     32|	struct iasecc_se_info *se_info = NULL, *si = NULL;
 1529|     32|	int rv;
 1530|       |
 1531|     32|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     32|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     32|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     32|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     32|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1532|       |
 1533|     32|	se_info = calloc(1, sizeof(struct iasecc_se_info));
 1534|     32|	if (!se_info)
  ------------------
  |  Branch (1534:6): [True: 0, False: 32]
  ------------------
 1535|     32|		LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "SE info allocation error");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1536|     32|	memcpy(se_info, se, sizeof(struct iasecc_se_info));
 1537|       |
 1538|     32|	if (prv->cache.valid && prv->cache.current_df) {
  ------------------
  |  Branch (1538:6): [True: 32, False: 0]
  |  Branch (1538:26): [True: 30, False: 2]
  ------------------
 1539|     30|		sc_file_dup(&se_info->df, prv->cache.current_df);
 1540|     30|		if (se_info->df == NULL)   {
  ------------------
  |  Branch (1540:7): [True: 0, False: 30]
  ------------------
 1541|      0|			free(se_info);
 1542|      0|			LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "Cannot duplicate current DF file");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1543|      0|		}
 1544|     30|	}
 1545|       |
 1546|     32|	rv = iasecc_docp_copy(ctx, &se->docp, &se_info->docp);
 1547|     32|	if (rv < 0)   {
  ------------------
  |  Branch (1547:6): [True: 0, False: 32]
  ------------------
 1548|      0|		free(se_info->df);
 1549|      0|		free(se_info);
 1550|      0|		LOG_TEST_RET(ctx, rv, "Cannot make copy of DOCP");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1551|      0|	}
 1552|       |
 1553|     32|	if (!prv->se_info)   {
  ------------------
  |  Branch (1553:6): [True: 24, False: 8]
  ------------------
 1554|     24|		prv->se_info = se_info;
 1555|     24|	}
 1556|      8|	else    {
 1557|     12|		for (si = prv->se_info; si->next; si = si->next)
  ------------------
  |  Branch (1557:27): [True: 4, False: 8]
  ------------------
 1558|      4|			;
 1559|      8|		si->next = se_info;
 1560|      8|	}
 1561|       |
 1562|     32|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     32|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     32|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     32|	int _ret = r; \
  |  |  |  |  155|     32|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 32, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     32|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  157|     32|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     32|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     32|	return _ret; \
  |  |  |  |  163|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1563|     32|}
card-iasecc.c:sc_get_driver:
 3591|  16.4k|{
 3592|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 3593|       |
 3594|  16.4k|	if (!iso_ops)
  ------------------
  |  Branch (3594:6): [True: 1, False: 16.4k]
  ------------------
 3595|      1|		iso_ops = iso_drv->ops;
 3596|       |
 3597|  16.4k|	iasecc_ops = *iso_ops;
 3598|       |
 3599|  16.4k|	iasecc_ops.match_card = iasecc_match_card;
 3600|  16.4k|	iasecc_ops.init = iasecc_init;
 3601|  16.4k|	iasecc_ops.finish = iasecc_finish;
 3602|  16.4k|	iasecc_ops.read_binary = iasecc_read_binary;
 3603|       |	/*	write_binary: ISO7816 implementation works	*/
 3604|       |	/*	update_binary: ISO7816 implementation works	*/
 3605|  16.4k|	iasecc_ops.erase_binary = iasecc_erase_binary;
 3606|       |	/*	resize_binary	*/
 3607|       |	/* 	read_record: Untested	*/
 3608|       |	/*	write_record: Untested	*/
 3609|       |	/*	append_record: Untested	*/
 3610|       |	/*	update_record: Untested	*/
 3611|  16.4k|	iasecc_ops.select_file = iasecc_select_file;
 3612|       |	/*	get_response: Untested	*/
 3613|  16.4k|	iasecc_ops.get_challenge = iasecc_get_challenge;
 3614|  16.4k|	iasecc_ops.logout = iasecc_logout;
 3615|       |	/*	restore_security_env	*/
 3616|  16.4k|	iasecc_ops.set_security_env = iasecc_set_security_env;
 3617|  16.4k|	iasecc_ops.decipher = iasecc_decipher;
 3618|  16.4k|	iasecc_ops.compute_signature = iasecc_compute_signature;
 3619|  16.4k|	iasecc_ops.create_file = iasecc_create_file;
 3620|  16.4k|	iasecc_ops.delete_file = iasecc_delete_file;
 3621|       |	/*	list_files	*/
 3622|  16.4k|	iasecc_ops.check_sw = iasecc_check_sw;
 3623|  16.4k|	iasecc_ops.card_ctl = iasecc_card_ctl;
 3624|  16.4k|	iasecc_ops.process_fci = iasecc_process_fci;
 3625|       |	/*	construct_fci: Not needed	*/
 3626|  16.4k|	iasecc_ops.pin_cmd = iasecc_pin_cmd;
 3627|       |	/*	get_data: Not implemented	*/
 3628|       |	/*	put_data: Not implemented	*/
 3629|       |	/*	delete_record: Not implemented	*/
 3630|       |
 3631|  16.4k|	iasecc_ops.read_public_key = iasecc_read_public_key;
 3632|       |
 3633|  16.4k|	return &iasecc_drv;
 3634|  16.4k|}
card-iasecc.c:iasecc_match_card:
  353|  10.8k|{
  354|  10.8k|	struct sc_context *ctx = card->ctx;
  355|  10.8k|	int i;
  356|       |
  357|  10.8k|	i = _sc_match_atr(card, iasecc_known_atrs, &card->type);
  358|  10.8k|	if (i < 0)   {
  ------------------
  |  Branch (358:6): [True: 9.98k, False: 895]
  ------------------
  359|  9.98k|		sc_log(ctx, "card not matched");
  ------------------
  |  |   71|  9.98k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  360|  9.98k|		return 0;
  361|  9.98k|	}
  362|       |
  363|    895|	sc_log(ctx, "'%s' card matched", iasecc_known_atrs[i].name);
  ------------------
  |  |   71|    895|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  364|    895|	return 1;
  365|  10.8k|}
card-iasecc.c:iasecc_init:
  624|    895|{
  625|    895|	struct sc_context *ctx = card->ctx;
  626|    895|	struct iasecc_private_data *private_data = NULL;
  627|    895|	int rv = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|    895|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
  628|    895|	void *old_drv_data = card->drv_data;
  629|       |
  630|    895|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    895|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    895|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    895|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    895|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 895]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  631|    895|	private_data = (struct iasecc_private_data *) calloc(1, sizeof(struct iasecc_private_data));
  632|    895|	if (private_data == NULL)
  ------------------
  |  Branch (632:6): [True: 0, False: 895]
  ------------------
  633|    895|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  634|       |
  635|    895|	card->cla  = 0x00;
  636|    895|	card->drv_data = private_data;
  637|       |
  638|    895|	if (card->type == SC_CARD_TYPE_IASECC_GEMALTO)
  ------------------
  |  Branch (638:6): [True: 23, False: 872]
  ------------------
  639|     23|		rv = iasecc_init_gemalto(card);
  640|    872|	else if (card->type == SC_CARD_TYPE_IASECC_OBERTHUR)
  ------------------
  |  Branch (640:11): [True: 82, False: 790]
  ------------------
  641|     82|		rv = iasecc_init_oberthur(card);
  642|    790|	else if (card->type == SC_CARD_TYPE_IASECC_SAGEM)
  ------------------
  |  Branch (642:11): [True: 41, False: 749]
  ------------------
  643|     41|		rv = iasecc_init_amos_or_sagem(card);
  644|    749|	else if (card->type == SC_CARD_TYPE_IASECC_AMOS)
  ------------------
  |  Branch (644:11): [True: 13, False: 736]
  ------------------
  645|     13|		rv = iasecc_init_amos_or_sagem(card);
  646|    736|	else if (card->type == SC_CARD_TYPE_IASECC_MI)
  ------------------
  |  Branch (646:11): [True: 497, False: 239]
  ------------------
  647|    497|		rv = iasecc_init_amos_or_sagem(card);
  648|    239|	else if (iasecc_is_cpx(card))
  ------------------
  |  Branch (648:11): [True: 239, False: 0]
  ------------------
  649|    239|		rv = iasecc_init_cpx(card);
  650|      0|	else {
  651|      0|		LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INVALID_CARD, "");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|      0|	}
  653|       |
  654|       |
  655|    895|	if (!rv)   {
  ------------------
  |  Branch (655:6): [True: 582, False: 313]
  ------------------
  656|    582|		if (card->ef_atr && card->ef_atr->aid.len)   {
  ------------------
  |  Branch (656:7): [True: 582, False: 0]
  |  Branch (656:23): [True: 477, False: 105]
  ------------------
  657|    477|			struct sc_path path;
  658|       |
  659|    477|			memset(&path, 0, sizeof(struct sc_path));
  660|    477|			path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    477|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  661|    477|			memcpy(path.value, card->ef_atr->aid.value, card->ef_atr->aid.len);
  662|    477|			path.len = card->ef_atr->aid.len;
  663|       |
  664|    477|			rv = iasecc_select_file(card, &path, NULL);
  665|    477|			sc_log(ctx, "Select ECC ROOT with the AID from EF.ATR: rv %i", rv);
  ------------------
  |  |   71|    477|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  666|    477|			LOG_TEST_GOTO_ERR(ctx, rv, "Select EF.ATR AID failed");
  ------------------
  |  |  184|    477|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    477|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    477|	int _ret = (r); \
  |  |  |  |  178|    477|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 10, False: 467]
  |  |  |  |  ------------------
  |  |  |  |  179|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     10|		goto err; \
  |  |  |  |  182|     10|	} \
  |  |  |  |  183|    477|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 467]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|    477|		}
  668|       |
  669|    572|		iasecc_get_serialnr(card, NULL);
  670|    572|	}
  671|       |
  672|    885|#ifdef ENABLE_SM
  673|    885|	card->sm_ctx.ops.read_binary = _iasecc_sm_read_binary;
  674|    885|	card->sm_ctx.ops.update_binary = _iasecc_sm_update_binary;
  675|    885|#endif
  676|       |
  677|    885|	if (!rv && card->ef_atr && card->ef_atr->aid.len)   {
  ------------------
  |  Branch (677:6): [True: 572, False: 313]
  |  Branch (677:13): [True: 572, False: 0]
  |  Branch (677:29): [True: 467, False: 105]
  ------------------
  678|    467|		sc_log(ctx, "EF.ATR(aid:'%s')", sc_dump_hex(card->ef_atr->aid.value, card->ef_atr->aid.len));
  ------------------
  |  |   71|    467|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  679|    467|	}
  680|       |
  681|    895|err:
  682|    895|	if (rv < 0) {
  ------------------
  |  Branch (682:6): [True: 323, False: 572]
  ------------------
  683|    323|		sc_invalidate_cache(card);
  684|    323|		free(private_data);
  685|    323|		card->drv_data = old_drv_data;
  686|    572|	} else {
  687|    572|		free(old_drv_data);
  688|    572|	}
  689|       |
  690|    895|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    895|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    895|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    895|	int _ret = r; \
  |  |  |  |  155|    895|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 895, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    895|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    323|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 323, False: 572]
  |  |  |  |  ------------------
  |  |  |  |  157|    895|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    895|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    895|	return _ret; \
  |  |  |  |  163|    895|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  691|    895|}
card-iasecc.c:iasecc_init_gemalto:
  419|     23|{
  420|     23|	struct sc_context *ctx = card->ctx;
  421|     23|	struct sc_path path;
  422|     23|	unsigned int flags;
  423|     23|	int rv = 0;
  424|       |
  425|     23|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     23|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     23|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     23|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     23|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 23]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|       |
  427|     23|	flags = IASECC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   53|     23|#define IASECC_CARD_DEFAULT_FLAGS ( 0			\
  |  |   54|     23|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|     23|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   55|     23|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|     23|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   56|     23|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|     23|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  109|     23|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  |  |  ------------------
  |  |  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  110|     23|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   57|     23|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|     23|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   58|     23|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|     23|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   59|     23|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|     23|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  428|       |
  429|     23|	card->caps = IASECC_CARD_DEFAULT_CAPS;
  ------------------
  |  |   61|     23|#define IASECC_CARD_DEFAULT_CAPS ( 0 			\
  |  |   62|     23|		| SC_CARD_CAP_RNG			\
  |  |  ------------------
  |  |  |  |  550|     23|#define SC_CARD_CAP_RNG			0x00000004
  |  |  ------------------
  |  |   63|     23|		| SC_CARD_CAP_APDU_EXT			\
  |  |  ------------------
  |  |  |  |  547|     23|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  ------------------
  |  |   64|     23|		| SC_CARD_CAP_USE_FCI_AC		\
  |  |  ------------------
  |  |  |  |  557|     23|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  |  |  ------------------
  |  |   65|     23|		| SC_CARD_CAP_ISO7816_PIN_INFO)
  |  |  ------------------
  |  |  |  |  553|     23|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  |  |  ------------------
  ------------------
  430|       |
  431|     23|	sc_format_path("3F00", &path);
  432|     23|	if (SC_SUCCESS != sc_select_file(card, &path, NULL)) {
  ------------------
  |  |   28|     23|#define SC_SUCCESS				0
  ------------------
  |  Branch (432:6): [True: 20, False: 3]
  ------------------
  433|       |		/* Result ignored*/
  434|     20|		sc_log(card->ctx, "Warning, MF select failed");
  ------------------
  |  |   71|     20|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  435|     20|	}
  436|       |
  437|     23|	rv = iasecc_parse_ef_atr(card);
  438|     23|	sc_log(ctx, "rv %i", rv);
  ------------------
  |  |   71|     23|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  439|     23|	if (rv == SC_ERROR_FILE_NOT_FOUND)   {
  ------------------
  |  |   51|     23|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (439:6): [True: 2, False: 21]
  ------------------
  440|      2|		sc_log(ctx, "Select MF");
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  441|      2|		rv = iasecc_select_mf(card, NULL);
  442|      2|		sc_log(ctx, "rv %i", rv);
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  443|      2|		LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  444|       |
  445|      1|		rv = iasecc_parse_ef_atr(card);
  446|      1|		sc_log(ctx, "rv %i", rv);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  447|      1|	}
  448|     22|	sc_log(ctx, "rv %i", rv);
  ------------------
  |  |   71|     22|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  449|     22|	LOG_TEST_RET(ctx, rv, "Cannot read/parse EF.ATR");
  ------------------
  |  |  174|     22|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     22|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     22|	int _ret = (r); \
  |  |  |  |  168|     22|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  169|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     18|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     18|		return _ret; \
  |  |  |  |  172|     18|	} \
  |  |  |  |  173|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|       |
  451|      4|	_sc_card_add_rsa_alg(card, 1024, flags, 0x10001);
  452|      4|	_sc_card_add_rsa_alg(card, 2048, flags, 0x10001);
  453|       |
  454|      4|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      4|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      4|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      4|	int _ret = r; \
  |  |  |  |  155|      4|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      4|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      4|	return _ret; \
  |  |  |  |  163|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  455|      4|}
card-iasecc.c:iasecc_parse_ef_atr:
  369|    447|{
  370|    447|	struct sc_context *ctx = card->ctx;
  371|    447|	struct iasecc_private_data *pdata = (struct iasecc_private_data *) card->drv_data;
  372|    447|	struct iasecc_version *version = &pdata->version;
  373|    447|	struct iasecc_io_buffer_sizes *sizes = &pdata->max_sizes;
  374|    447|	int rv;
  375|       |
  376|    447|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    447|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    447|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    447|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    447|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 447]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  377|    447|	rv = sc_parse_ef_atr(card);
  378|    447|	LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  174|    447|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    447|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    447|	int _ret = (r); \
  |  |  |  |  168|    447|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 198, False: 249]
  |  |  |  |  ------------------
  |  |  |  |  169|    198|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    198|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    198|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    198|		return _ret; \
  |  |  |  |  172|    198|	} \
  |  |  |  |  173|    447|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 249]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|       |
  380|    249|	if (card->ef_atr->pre_issuing_len < 4)
  ------------------
  |  Branch (380:6): [True: 129, False: 120]
  ------------------
  381|    249|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Invalid pre-issuing data");
  ------------------
  |  |  174|    129|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    129|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    129|	int _ret = (r); \
  |  |  |  |  168|    129|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 129, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    129|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    129|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    129|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    129|		return _ret; \
  |  |  |  |  172|    129|	} \
  |  |  |  |  173|    129|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|       |
  383|    120|	version->ic_manufacturer =	card->ef_atr->pre_issuing[0];
  384|    120|	version->ic_type =		card->ef_atr->pre_issuing[1];
  385|    120|	version->os_version =		card->ef_atr->pre_issuing[2];
  386|    120|	version->iasecc_version =	card->ef_atr->pre_issuing[3];
  387|    120|	sc_log(ctx, "EF.ATR: IC manufacturer/type %X/%X, OS/IasEcc versions %X/%X",
  ------------------
  |  |   71|    120|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  388|    120|		version->ic_manufacturer, version->ic_type, version->os_version, version->iasecc_version);
  389|       |
  390|    120|	if (card->ef_atr->issuer_data_len < 16)
  ------------------
  |  Branch (390:6): [True: 10, False: 110]
  ------------------
  391|    120|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Invalid issuer data");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|       |
  393|    110|	sizes->send =	 card->ef_atr->issuer_data[2] * 0x100 + card->ef_atr->issuer_data[3];
  394|    110|	sizes->send_sc = card->ef_atr->issuer_data[6] * 0x100 + card->ef_atr->issuer_data[7];
  395|    110|	sizes->recv =	 card->ef_atr->issuer_data[10] * 0x100 + card->ef_atr->issuer_data[11];
  396|    110|	sizes->recv_sc = card->ef_atr->issuer_data[14] * 0x100 + card->ef_atr->issuer_data[15];
  397|       |
  398|    110|	sc_log(ctx, "EF.ATR: IO Buffer Size send/sc %zd/%zd recv/sc %zd/%zd",
  ------------------
  |  |   71|    110|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  399|    110|			sizes->send, sizes->send_sc, sizes->recv, sizes->recv_sc);
  400|       |
  401|    110|	card->max_send_size = sizes->send;
  402|    110|	card->max_recv_size = sizes->recv;
  403|       |
  404|       |	/* Most of the card producers interpret 'send' values as "maximum APDU data size".
  405|       |	 * Oberthur strictly follows specification and interpret these values as "maximum APDU command size".
  406|       |	 * Here we need 'data size'.
  407|       |	 */
  408|    110|	if (card->max_send_size > 0xFF)
  ------------------
  |  Branch (408:6): [True: 96, False: 14]
  ------------------
  409|     96|		card->max_send_size -= 5;
  410|       |
  411|    110|	sc_log(ctx, "EF.ATR: max send/recv sizes %zX/%zX", card->max_send_size, card->max_recv_size);
  ------------------
  |  |   71|    110|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  412|       |
  413|    110|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    110|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    110|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    110|	int _ret = r; \
  |  |  |  |  155|    110|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 110, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    110|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 110]
  |  |  |  |  ------------------
  |  |  |  |  157|    110|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    110|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    110|	return _ret; \
  |  |  |  |  163|    110|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|    110|}
card-iasecc.c:iasecc_init_oberthur:
  488|     82|{
  489|     82|	struct sc_context *ctx = card->ctx;
  490|     82|	unsigned int flags;
  491|     82|	int rv = 0;
  492|       |
  493|     82|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     82|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     82|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     82|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     82|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 82]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  494|       |
  495|     82|	flags = IASECC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   53|     82|#define IASECC_CARD_DEFAULT_FLAGS ( 0			\
  |  |   54|     82|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|     82|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   55|     82|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|     82|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   56|     82|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|     82|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  109|     82|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  |  |  ------------------
  |  |  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  110|     82|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   57|     82|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|     82|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   58|     82|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|     82|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   59|     82|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|     82|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  496|       |
  497|     82|	_sc_card_add_rsa_alg(card, 1024, flags, 0x10001);
  498|     82|	_sc_card_add_rsa_alg(card, 2048, flags, 0x10001);
  499|       |
  500|     82|	card->caps = IASECC_CARD_DEFAULT_CAPS;
  ------------------
  |  |   61|     82|#define IASECC_CARD_DEFAULT_CAPS ( 0 			\
  |  |   62|     82|		| SC_CARD_CAP_RNG			\
  |  |  ------------------
  |  |  |  |  550|     82|#define SC_CARD_CAP_RNG			0x00000004
  |  |  ------------------
  |  |   63|     82|		| SC_CARD_CAP_APDU_EXT			\
  |  |  ------------------
  |  |  |  |  547|     82|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  ------------------
  |  |   64|     82|		| SC_CARD_CAP_USE_FCI_AC		\
  |  |  ------------------
  |  |  |  |  557|     82|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  |  |  ------------------
  |  |   65|     82|		| SC_CARD_CAP_ISO7816_PIN_INFO)
  |  |  ------------------
  |  |  |  |  553|     82|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  |  |  ------------------
  ------------------
  501|       |
  502|     82|	iasecc_parse_ef_atr(card);
  503|       |
  504|       |	/* if we fail to select CM, */
  505|     82|	if (gp_select_card_manager(card)) {
  ------------------
  |  Branch (505:6): [True: 65, False: 17]
  ------------------
  506|     65|		gp_select_isd_rid(card);
  507|     65|	}
  508|       |
  509|     82|	rv = iasecc_oberthur_match(card);
  510|     82|	LOG_TEST_RET(ctx, rv, "unknown Oberthur's IAS/ECC card");
  ------------------
  |  |  174|     82|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     82|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     82|	int _ret = (r); \
  |  |  |  |  168|     82|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 82]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     82|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 82]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|       |
  512|     82|	rv = iasecc_select_mf(card, NULL);
  513|     82|	LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  174|     82|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     82|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     82|	int _ret = (r); \
  |  |  |  |  168|     82|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 69, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  169|     69|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     69|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     69|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     69|		return _ret; \
  |  |  |  |  172|     69|	} \
  |  |  |  |  173|     82|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|       |
  515|     13|	rv = iasecc_parse_ef_atr(card);
  516|     13|	LOG_TEST_RET(ctx, rv, "EF.ATR read or parse error");
  ------------------
  |  |  174|     13|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     13|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     13|	int _ret = (r); \
  |  |  |  |  168|     13|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|       |
  518|      4|	sc_log(ctx, "EF.ATR(aid:'%s')", sc_dump_hex(card->ef_atr->aid.value, card->ef_atr->aid.len));
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  519|      4|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      4|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      4|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      4|	int _ret = r; \
  |  |  |  |  155|      4|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      4|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      4|	return _ret; \
  |  |  |  |  163|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  520|      4|}
card-iasecc.c:iasecc_oberthur_match:
  460|     82|{
  461|     82|	struct sc_context *ctx = card->ctx;
  462|     82|	unsigned char *hist = card->reader->atr_info.hist_bytes;
  463|       |
  464|     82|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     82|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     82|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     82|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     82|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 82]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  465|       |
  466|     82|	if (*hist != 0x80 || ((*(hist+1)&0xF0) != 0xF0))
  ------------------
  |  Branch (466:6): [True: 0, False: 82]
  |  Branch (466:23): [True: 0, False: 82]
  ------------------
  467|     82|		LOG_FUNC_RETURN(ctx, SC_ERROR_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  468|       |
  469|     82|	sc_log_hex(ctx, "AID in historical_bytes", hist + 2, *(hist+1) & 0x0F);
  ------------------
  |  |  129|     82|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     82|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  470|       |
  471|     82|	if (memcmp(hist + 2, OberthurIASECC_AID.value, *(hist+1) & 0x0F))
  ------------------
  |  Branch (471:6): [True: 0, False: 82]
  ------------------
  472|     82|		LOG_FUNC_RETURN(ctx, SC_ERROR_RECORD_NOT_FOUND);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  473|       |
  474|     82|	if (!card->ef_atr)
  ------------------
  |  Branch (474:6): [True: 42, False: 40]
  ------------------
  475|     42|		card->ef_atr = calloc(1, sizeof(struct sc_ef_atr));
  476|     82|	if (!card->ef_atr)
  ------------------
  |  Branch (476:6): [True: 0, False: 82]
  ------------------
  477|     82|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|       |
  479|     82|	memcpy(card->ef_atr->aid.value, OberthurIASECC_AID.value, OberthurIASECC_AID.len);
  480|     82|	card->ef_atr->aid.len = OberthurIASECC_AID.len;
  481|       |
  482|     82|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     82|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     82|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     82|	int _ret = r; \
  |  |  |  |  155|     82|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 82, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     82|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 82]
  |  |  |  |  ------------------
  |  |  |  |  157|     82|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     82|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     82|	return _ret; \
  |  |  |  |  163|     82|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  483|     82|}
card-iasecc.c:iasecc_init_amos_or_sagem:
  550|    551|{
  551|    551|	struct sc_context *ctx = card->ctx;
  552|    551|	unsigned int flags;
  553|    551|	int rv = 0;
  554|       |
  555|    551|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    551|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    551|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    551|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    551|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 551]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|       |
  557|    551|	flags = IASECC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   53|    551|#define IASECC_CARD_DEFAULT_FLAGS ( 0			\
  |  |   54|    551|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|    551|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   55|    551|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|    551|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   56|    551|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|    551|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  109|    551|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  |  |  ------------------
  |  |  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  110|    551|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   57|    551|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|    551|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   58|    551|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|    551|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   59|    551|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|    551|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  558|       |
  559|    551|	_sc_card_add_rsa_alg(card, 1024, flags, 0x10001);
  560|    551|	_sc_card_add_rsa_alg(card, 2048, flags, 0x10001);
  561|       |
  562|    551|	card->caps = IASECC_CARD_DEFAULT_CAPS;
  ------------------
  |  |   61|    551|#define IASECC_CARD_DEFAULT_CAPS ( 0 			\
  |  |   62|    551|		| SC_CARD_CAP_RNG			\
  |  |  ------------------
  |  |  |  |  550|    551|#define SC_CARD_CAP_RNG			0x00000004
  |  |  ------------------
  |  |   63|    551|		| SC_CARD_CAP_APDU_EXT			\
  |  |  ------------------
  |  |  |  |  547|    551|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  ------------------
  |  |   64|    551|		| SC_CARD_CAP_USE_FCI_AC		\
  |  |  ------------------
  |  |  |  |  557|    551|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  |  |  ------------------
  |  |   65|    551|		| SC_CARD_CAP_ISO7816_PIN_INFO)
  |  |  ------------------
  |  |  |  |  553|    551|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  |  |  ------------------
  ------------------
  563|       |
  564|    551|	if (card->type == SC_CARD_TYPE_IASECC_MI)   {
  ------------------
  |  Branch (564:6): [True: 497, False: 54]
  ------------------
  565|    497|		rv = iasecc_mi_match(card);
  566|    497|		if (rv)
  ------------------
  |  Branch (566:7): [True: 25, False: 472]
  ------------------
  567|     25|			card->type = SC_CARD_TYPE_IASECC_MI2;
  568|    472|		else
  569|    497|			LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    472|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    472|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    472|	int _ret = r; \
  |  |  |  |  155|    472|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 472, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    472|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 472]
  |  |  |  |  ------------------
  |  |  |  |  157|    472|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    472|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    472|	return _ret; \
  |  |  |  |  163|    472|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  570|    497|	}
  571|       |
  572|     79|	rv = iasecc_parse_ef_atr(card);
  573|     79|	if (rv == SC_ERROR_FILE_NOT_FOUND)   {
  ------------------
  |  |   51|     79|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (573:6): [True: 12, False: 67]
  ------------------
  574|     12|		rv = iasecc_select_mf(card, NULL);
  575|     12|		LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  174|     12|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     12|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     12|	int _ret = (r); \
  |  |  |  |  168|     12|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  576|       |
  577|     10|		rv = iasecc_parse_ef_atr(card);
  578|     10|	}
  579|     77|	LOG_TEST_RET(ctx, rv, "IASECC: ATR parse failed");
  ------------------
  |  |  174|     77|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     77|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     77|	int _ret = (r); \
  |  |  |  |  168|     77|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 44, False: 33]
  |  |  |  |  ------------------
  |  |  |  |  169|     44|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     44|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     44|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     44|		return _ret; \
  |  |  |  |  172|     44|	} \
  |  |  |  |  173|     77|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 33]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  580|       |
  581|     33|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     33|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     33|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     33|	int _ret = r; \
  |  |  |  |  155|     33|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 33, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     33|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |  157|     33|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     33|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     33|	return _ret; \
  |  |  |  |  163|     33|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  582|     33|}
card-iasecc.c:iasecc_mi_match:
  525|    497|{
  526|    497|	struct sc_context *ctx = card->ctx;
  527|    497|	unsigned char resp[0x100];
  528|    497|	size_t resp_len = sizeof(resp);
  529|    497|	int rv = 0;
  530|       |
  531|    497|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    497|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    497|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    497|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    497|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 497]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  532|       |
  533|    497|	rv = iso7816_select_aid(card, MIIASECC_AID.value, MIIASECC_AID.len, resp, &resp_len);
  534|    497|	LOG_TEST_RET(ctx, rv, "IASECC: failed to select MI IAS/ECC applet");
  ------------------
  |  |  174|    497|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    497|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    497|	int _ret = (r); \
  |  |  |  |  168|    497|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 25, False: 472]
  |  |  |  |  ------------------
  |  |  |  |  169|     25|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     25|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     25|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     25|		return _ret; \
  |  |  |  |  172|     25|	} \
  |  |  |  |  173|    497|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 472]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|       |
  536|    472|	if (!card->ef_atr)
  ------------------
  |  Branch (536:6): [True: 472, False: 0]
  ------------------
  537|    472|		card->ef_atr = calloc(1, sizeof(struct sc_ef_atr));
  538|    472|	if (!card->ef_atr)
  ------------------
  |  Branch (538:6): [True: 0, False: 472]
  ------------------
  539|    472|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  540|       |
  541|    472|	memcpy(card->ef_atr->aid.value, MIIASECC_AID.value, MIIASECC_AID.len);
  542|    472|	card->ef_atr->aid.len = MIIASECC_AID.len;
  543|       |
  544|    472|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    472|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    472|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    472|	int _ret = r; \
  |  |  |  |  155|    472|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 472, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    472|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 472]
  |  |  |  |  ------------------
  |  |  |  |  157|    472|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    472|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    472|	return _ret; \
  |  |  |  |  163|    472|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  545|    472|}
card-iasecc.c:iasecc_init_cpx:
  600|    239|{
  601|    239|	struct sc_context *ctx = card->ctx;
  602|    239|	unsigned int flags;
  603|    239|	int rv = 0;
  604|       |
  605|    239|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    239|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    239|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    239|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    239|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 239]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  606|       |
  607|    239|	card->caps = IASECC_CARD_DEFAULT_CAPS;
  ------------------
  |  |   61|    239|#define IASECC_CARD_DEFAULT_CAPS ( 0 			\
  |  |   62|    239|		| SC_CARD_CAP_RNG			\
  |  |  ------------------
  |  |  |  |  550|    239|#define SC_CARD_CAP_RNG			0x00000004
  |  |  ------------------
  |  |   63|    239|		| SC_CARD_CAP_APDU_EXT			\
  |  |  ------------------
  |  |  |  |  547|    239|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  ------------------
  |  |   64|    239|		| SC_CARD_CAP_USE_FCI_AC		\
  |  |  ------------------
  |  |  |  |  557|    239|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  |  |  ------------------
  |  |   65|    239|		| SC_CARD_CAP_ISO7816_PIN_INFO)
  |  |  ------------------
  |  |  |  |  553|    239|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  |  |  ------------------
  ------------------
  608|       |
  609|    239|	flags = IASECC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   53|    239|#define IASECC_CARD_DEFAULT_FLAGS ( 0			\
  |  |   54|    239|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|    239|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   55|    239|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|    239|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   56|    239|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|    239|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  109|    239|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  |  |  ------------------
  |  |  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  |  |  ------------------
  |  |  |  |  |  |  110|    239|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   57|    239|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|    239|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   58|    239|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|    239|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   59|    239|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|    239|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  610|       |
  611|    239|	_sc_card_add_rsa_alg(card, 512, flags, 0);
  612|    239|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  613|    239|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  614|       |
  615|    239|	rv = iasecc_parse_ef_atr(card);
  616|    239|	LOG_TEST_RET(ctx, rv, "Parse EF.ATR");
  ------------------
  |  |  174|    239|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    239|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    239|	int _ret = (r); \
  |  |  |  |  168|    239|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 170, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  169|    170|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    170|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    170|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    170|		return _ret; \
  |  |  |  |  172|    170|	} \
  |  |  |  |  173|    239|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 69]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  617|       |
  618|     69|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     69|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     69|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     69|	int _ret = r; \
  |  |  |  |  155|     69|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 69, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     69|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  157|     69|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     69|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     69|	return _ret; \
  |  |  |  |  163|     69|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  619|     69|}
card-iasecc.c:iasecc_get_serialnr:
 2464|    791|{
 2465|    791|	struct sc_context *ctx = card->ctx;
 2466|    791|	struct sc_iin *iin = &card->serialnr.iin;
 2467|    791|	struct sc_apdu apdu;
 2468|    791|	unsigned char rbuf[0xC0];
 2469|    791|	size_t ii, offs, len;
 2470|    791|	int rv;
 2471|       |
 2472|    791|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    791|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    791|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    791|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    791|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 791]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2473|    791|	if (card->serialnr.len)
  ------------------
  |  Branch (2473:6): [True: 0, False: 791]
  ------------------
 2474|      0|		goto end;
 2475|       |
 2476|    791|	memset(&card->serialnr, 0, sizeof(card->serialnr));
 2477|       |
 2478|    791|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, 0x80 | IASECC_SFI_EF_SN, 0);
  ------------------
  |  |  292|    791|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
              	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, 0x80 | IASECC_SFI_EF_SN, 0);
  ------------------
  |  |   73|    791|#define IASECC_SFI_EF_SN	0x1C
  ------------------
 2479|    791|	apdu.le = sizeof(rbuf);
 2480|    791|	apdu.resp = rbuf;
 2481|    791|	apdu.resplen = sizeof(rbuf);
 2482|       |
 2483|    791|	rv = sc_transmit_apdu(card, &apdu);
 2484|    791|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    791|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    791|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    791|	int _ret = (r); \
  |  |  |  |  168|    791|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 779]
  |  |  |  |  ------------------
  |  |  |  |  169|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     12|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     12|		return _ret; \
  |  |  |  |  172|     12|	} \
  |  |  |  |  173|    791|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 779]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2485|    779|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2486|    779|	LOG_TEST_RET(ctx, rv, "Get 'serial number' data failed");
  ------------------
  |  |  174|    779|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    779|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    779|	int _ret = (r); \
  |  |  |  |  168|    779|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 499, False: 280]
  |  |  |  |  ------------------
  |  |  |  |  169|    499|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    499|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    499|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    499|		return _ret; \
  |  |  |  |  172|    499|	} \
  |  |  |  |  173|    779|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 280]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2487|       |
 2488|    280|	if (apdu.resplen < 2 || rbuf[0] != ISO7812_PAN_SN_TAG || rbuf[1] > (apdu.resplen-2))
  ------------------
  |  |   29|    310|#define ISO7812_PAN_SN_TAG	0x5A
  ------------------
  |  Branch (2488:6): [True: 250, False: 30]
  |  Branch (2488:26): [True: 11, False: 19]
  |  Branch (2488:59): [True: 3, False: 16]
  ------------------
 2489|    280|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "serial number parse error");
  ------------------
  |  |  174|    264|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    264|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    264|	int _ret = (r); \
  |  |  |  |  168|    264|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 264, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    264|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    264|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    264|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    264|		return _ret; \
  |  |  |  |  172|    264|	} \
  |  |  |  |  173|    264|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2490|     16|	len = rbuf[1];
 2491|       |
 2492|     16|	iin->mii = (rbuf[2] >> 4) & 0x0F;
 2493|       |
 2494|     16|	iin->country = 0;
 2495|     64|	for (ii=5; ii<8; ii++)   {
  ------------------
  |  Branch (2495:13): [True: 48, False: 16]
  ------------------
 2496|     48|		iin->country *= 10;
 2497|     48|		iin->country += (rbuf[ii/2] >> ((ii & 0x01) ? 0 : 4)) & 0x0F;
  ------------------
  |  Branch (2497:35): [True: 32, False: 16]
  ------------------
 2498|     48|	}
 2499|       |
 2500|     16|	iin->issuer_id = 0;
 2501|     48|	for (ii=8; ii<10; ii++)   {
  ------------------
  |  Branch (2501:13): [True: 32, False: 16]
  ------------------
 2502|     32|		iin->issuer_id *= 10;
 2503|     32|		iin->issuer_id += (rbuf[ii/2] >> (ii & 0x01 ? 0 : 4)) & 0x0F;
  ------------------
  |  Branch (2503:37): [True: 16, False: 16]
  ------------------
 2504|     32|	}
 2505|       |
 2506|       |	/* Copy the serial number from the last 8 bytes (at most) */
 2507|     16|	offs = len > 8 ? len - 8 : 0;
  ------------------
  |  Branch (2507:9): [True: 1, False: 15]
  ------------------
 2508|     16|	if (card->type == SC_CARD_TYPE_IASECC_SAGEM)   {
  ------------------
  |  Branch (2508:6): [True: 6, False: 10]
  ------------------
 2509|       |		/* 5A 0A 92 50 00 20 10 10 25 00 01 3F */
 2510|       |		/*            00 02 01 01 02 50 00 13  */
 2511|     25|		for (ii=0; ii < len - offs; ii++)
  ------------------
  |  Branch (2511:14): [True: 19, False: 6]
  ------------------
 2512|     19|			*(card->serialnr.value + ii) = ((rbuf[ii + offs + 1] & 0x0F) << 4)
 2513|     19|				+ ((rbuf[ii + offs + 2] & 0xF0) >> 4) ;
 2514|      6|		card->serialnr.len = ii;
 2515|      6|	}
 2516|     10|	else   {
 2517|     36|		for (ii=0; ii < len - offs; ii++)
  ------------------
  |  Branch (2517:14): [True: 26, False: 10]
  ------------------
 2518|     26|			*(card->serialnr.value + ii) = rbuf[ii + offs + 2];
 2519|     10|		card->serialnr.len = ii;
 2520|     10|	}
 2521|       |
 2522|     16|	do  {
 2523|     16|		char txt[0x200];
 2524|       |
 2525|     61|		for (ii=0;ii<card->serialnr.len;ii++)
  ------------------
  |  Branch (2525:13): [True: 45, False: 16]
  ------------------
 2526|     45|			sprintf(txt + ii*2, "%02X", *(card->serialnr.value + ii));
 2527|       |
 2528|     16|		sc_log(ctx, "serial number '%s'; mii %i; country %i; issuer_id %li", txt, iin->mii, iin->country, iin->issuer_id);
  ------------------
  |  |   71|     16|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2529|     16|	} while(0);
  ------------------
  |  Branch (2529:10): [Folded, False: 16]
  ------------------
 2530|       |
 2531|     16|end:
 2532|     16|	if (serial)
  ------------------
  |  Branch (2532:6): [True: 1, False: 15]
  ------------------
 2533|      1|		memcpy(serial, &card->serialnr, sizeof(*serial));
 2534|       |
 2535|     16|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     16|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     16|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     16|	int _ret = r; \
  |  |  |  |  155|     16|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  157|     16|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     16|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     16|	return _ret; \
  |  |  |  |  163|     16|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2536|     16|}
card-iasecc.c:_iasecc_sm_read_binary:
  760|    291|{
  761|    291|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
  762|    291|	struct sc_context *ctx = card->ctx;
  763|    291|	const struct sc_acl_entry *entry = NULL;
  764|    291|	int rv;
  765|       |
  766|    291|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    291|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    291|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    291|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    291|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 291]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  767|    291|	sc_log(ctx, "iasecc_sm_read_binary() card:%p offs:%i count:%zu ", card, offs, count);
  ------------------
  |  |   71|    291|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  768|    291|	if (offs > 0x7fff)
  ------------------
  |  Branch (768:6): [True: 0, False: 291]
  ------------------
  769|    291|		LOG_TEST_RET(ctx, SC_ERROR_OFFSET_TOO_LARGE, "Invalid arguments");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  770|       |
  771|    291|	if (count == 0)
  ------------------
  |  Branch (771:6): [True: 0, False: 291]
  ------------------
  772|      0|		return 0;
  773|       |
  774|    291|	if (prv->cache.valid && prv->cache.current_ef) {
  ------------------
  |  Branch (774:6): [True: 291, False: 0]
  |  Branch (774:26): [True: 274, False: 17]
  ------------------
  775|    274|		entry = sc_file_get_acl_entry(prv->cache.current_ef, SC_AC_OP_READ);
  ------------------
  |  |  188|    274|#define SC_AC_OP_READ			22
  ------------------
  776|    274|		if (!entry)
  ------------------
  |  Branch (776:7): [True: 14, False: 260]
  ------------------
  777|    274|			LOG_TEST_RET(ctx, SC_ERROR_OBJECT_NOT_FOUND, "iasecc_sm_read() 'READ' ACL not present");
  ------------------
  |  |  174|     14|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     14|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     14|	int _ret = (r); \
  |  |  |  |  168|     14|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|     14|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  778|       |
  779|    260|		sc_log(ctx, "READ method/reference %X/%X", entry->method, entry->key_ref);
  ------------------
  |  |   71|    260|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  780|    260|		if ((entry->method == SC_AC_SCB) && (entry->key_ref & IASECC_SCB_METHOD_SM))   {
  ------------------
  |  |  157|    260|#define SC_AC_SCB                       0x00000040 /* IAS/ECC SCB byte. */
  ------------------
              		if ((entry->method == SC_AC_SCB) && (entry->key_ref & IASECC_SCB_METHOD_SM))   {
  ------------------
  |  |   91|    235|#define IASECC_SCB_METHOD_SM		0x40
  ------------------
  |  Branch (780:7): [True: 235, False: 25]
  |  Branch (780:39): [True: 222, False: 13]
  ------------------
  781|    222|			unsigned char se_num = entry->key_ref & IASECC_SCB_METHOD_MASK_REF;
  ------------------
  |  |   90|    222|#define IASECC_SCB_METHOD_MASK_REF	0x0F
  ------------------
  782|       |
  783|    222|			rv = iasecc_sm_read_binary(card, se_num, offs, buff, count);
  784|    222|			LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    222|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    222|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    222|	int _ret = r; \
  |  |  |  |  155|    222|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 222, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    222|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    222|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 222, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    222|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    222|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    222|	return _ret; \
  |  |  |  |  163|    222|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|    222|		}
  786|    260|	}
  787|       |
  788|     55|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     55|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     55|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     55|	int _ret = r; \
  |  |  |  |  155|     55|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 55, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     55|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 55]
  |  |  |  |  ------------------
  |  |  |  |  157|     55|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     55|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     55|	return _ret; \
  |  |  |  |  163|     55|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  789|     55|}
card-iasecc.c:iasecc_finish:
 1414|    572|{
 1415|    572|	struct sc_context *ctx = card->ctx;
 1416|    572|	struct iasecc_private_data *private_data = (struct iasecc_private_data *)card->drv_data;
 1417|    572|	struct iasecc_se_info *se_info = private_data->se_info, *next;
 1418|       |
 1419|    572|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    572|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    572|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    572|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    572|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 572]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1420|       |
 1421|    572|	sc_invalidate_cache(card);
 1422|       |
 1423|    604|	while (se_info)   {
  ------------------
  |  Branch (1423:9): [True: 32, False: 572]
  ------------------
 1424|     32|		sc_file_free(se_info->df);
 1425|     32|		next = se_info->next;
 1426|     32|		free(se_info);
 1427|     32|		se_info = next;
 1428|     32|	}
 1429|       |
 1430|    572|	free(card->drv_data);
 1431|    572|	card->drv_data = NULL;
 1432|       |
 1433|    572|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    572|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    572|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    572|	int _ret = r; \
  |  |  |  |  155|    572|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 572, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    572|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 572]
  |  |  |  |  ------------------
  |  |  |  |  157|    572|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    572|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    572|	return _ret; \
  |  |  |  |  163|    572|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1434|    572|}
card-iasecc.c:iasecc_read_binary:
  697|  1.44k|{
  698|  1.44k|	struct sc_context *ctx = card->ctx;
  699|  1.44k|	struct sc_apdu apdu;
  700|  1.44k|	int rv;
  701|       |
  702|  1.44k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.44k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.44k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.44k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.44k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.44k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  703|  1.44k|	sc_log(ctx, "iasecc_read_binary(card:%p) offs %i; count %zu", card, offs, count);
  ------------------
  |  |   71|  1.44k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  704|  1.44k|	if (offs > 0x7fff) {
  ------------------
  |  Branch (704:6): [True: 2, False: 1.43k]
  ------------------
  705|      2|		sc_log(ctx, "invalid EF offset: 0x%X > 0x7FFF", offs);
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  706|      2|		return SC_ERROR_OFFSET_TOO_LARGE;
  ------------------
  |  |   96|      2|#define SC_ERROR_OFFSET_TOO_LARGE		-1415
  ------------------
  707|      2|	}
  708|       |
  709|  1.43k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, (offs >> 8) & 0x7F, offs & 0xFF);
  ------------------
  |  |  292|  1.43k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  710|  1.43k|	apdu.le = count < 0x100 ? count : 0x100;
  ------------------
  |  Branch (710:12): [True: 116, False: 1.32k]
  ------------------
  711|  1.43k|	apdu.resplen = count;
  712|  1.43k|	apdu.resp = buf;
  713|       |
  714|  1.43k|	rv = sc_transmit_apdu(card, &apdu);
  715|  1.43k|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  1.43k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.43k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.43k|	int _ret = (r); \
  |  |  |  |  168|  1.43k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 1.42k]
  |  |  |  |  ------------------
  |  |  |  |  169|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     18|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     18|		return _ret; \
  |  |  |  |  172|     18|	} \
  |  |  |  |  173|  1.43k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|  1.42k|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  717|  1.42k|	LOG_TEST_RET(ctx, rv, "iasecc_read_binary() failed");
  ------------------
  |  |  174|  1.42k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.42k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.42k|	int _ret = (r); \
  |  |  |  |  168|  1.42k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 325, False: 1.09k]
  |  |  |  |  ------------------
  |  |  |  |  169|    325|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    325|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    325|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    325|		return _ret; \
  |  |  |  |  172|    325|	} \
  |  |  |  |  173|  1.42k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.09k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  718|  1.09k|	sc_log(ctx, "iasecc_read_binary() apdu.resplen %zu", apdu.resplen);
  ------------------
  |  |   71|  1.09k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  719|       |
  720|  1.09k|	if (apdu.resplen == IASECC_READ_BINARY_LENGTH_MAX && apdu.resplen < count)   {
  ------------------
  |  |   76|  2.19k|#define IASECC_READ_BINARY_LENGTH_MAX	0xE7
  ------------------
  |  Branch (720:6): [True: 303, False: 792]
  |  Branch (720:55): [True: 302, False: 1]
  ------------------
  721|    302|		rv = iasecc_read_binary(card, (int)(offs + apdu.resplen), buf + apdu.resplen, count - apdu.resplen, flags);
  722|    302|		if (rv != SC_ERROR_WRONG_LENGTH)   {
  ------------------
  |  |   56|    302|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  |  Branch (722:7): [True: 301, False: 1]
  ------------------
  723|    301|			LOG_TEST_RET(ctx, rv, "iasecc_read_binary() read tail failed");
  ------------------
  |  |  174|    301|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    301|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    301|	int _ret = (r); \
  |  |  |  |  168|    301|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 162, False: 139]
  |  |  |  |  ------------------
  |  |  |  |  169|    162|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    162|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    162|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    162|		return _ret; \
  |  |  |  |  172|    162|	} \
  |  |  |  |  173|    301|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 139]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  724|    139|			apdu.resplen += rv;
  725|    139|		}
  726|    302|	}
  727|       |
  728|    933|	LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  164|    933|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    933|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    933|	int _ret = r; \
  |  |  |  |  155|    933|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 39, False: 894]
  |  |  |  |  ------------------
  |  |  |  |  156|     39|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 39]
  |  |  |  |  ------------------
  |  |  |  |  157|     39|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    894|	} else { \
  |  |  |  |  159|    894|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    894|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    894|	} \
  |  |  |  |  162|    933|	return _ret; \
  |  |  |  |  163|    933|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  729|    933|}
card-iasecc.c:iasecc_sdo_get_data:
 2848|    201|{
 2849|    201|	struct sc_context *ctx = card->ctx;
 2850|    201|	int rv, sdo_tag;
 2851|       |
 2852|    201|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    201|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    201|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    201|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    201|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 201]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2853|       |
 2854|    201|	sdo_tag = iasecc_sdo_tag_from_class(sdo->sdo_class);
 2855|       |
 2856|    201|	rv = iasecc_sdo_get_tagged_data(card, sdo_tag, sdo);
 2857|       |	/* When there is no public data 'GET DATA' returns error */
 2858|    201|	if (rv != SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|    201|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (2858:6): [True: 197, False: 4]
  ------------------
 2859|    201|		LOG_TEST_RET(ctx, rv, "cannot parse ECC SDO data");
  ------------------
  |  |  174|    197|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    197|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    197|	int _ret = (r); \
  |  |  |  |  168|    197|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 194, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  169|    194|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    194|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    194|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    194|		return _ret; \
  |  |  |  |  172|    194|	} \
  |  |  |  |  173|    197|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2860|       |
 2861|      7|	rv = iasecc_sdo_get_tagged_data(card, IASECC_DOCP_TAG, sdo);
  ------------------
  |  |   31|      7|#define IASECC_DOCP_TAG				0xA0
  ------------------
 2862|      7|	LOG_TEST_RET(ctx, rv, "cannot parse ECC DOCP data");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2863|       |
 2864|      0|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2865|      0|}
card-iasecc.c:iasecc_sdo_tag_from_class:
 2749|    201|{
 2750|    201|	switch (sdo_class & ~IASECC_OBJECT_REF_LOCAL)   {
  ------------------
  |  |   59|    201|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
  |  Branch (2750:10): [True: 201, False: 0]
  ------------------
 2751|    201|	case IASECC_SDO_CLASS_CHV:
  ------------------
  |  |   98|    201|#define IASECC_SDO_CLASS_CHV		0x01
  ------------------
  |  Branch (2751:2): [True: 201, False: 0]
  ------------------
 2752|    201|		return IASECC_SDO_CHV_TAG;
  ------------------
  |  |   63|    201|#define IASECC_SDO_CHV_TAG		0x7F41
  ------------------
 2753|      0|	case IASECC_SDO_CLASS_RSA_PRIVATE:
  ------------------
  |  |  100|      0|#define IASECC_SDO_CLASS_RSA_PRIVATE	0x10
  ------------------
  |  Branch (2753:2): [True: 0, False: 201]
  ------------------
 2754|      0|		return IASECC_SDO_PRVKEY_TAG;
  ------------------
  |  |   68|      0|#define IASECC_SDO_PRVKEY_TAG			0x7F48
  ------------------
 2755|      0|	case IASECC_SDO_CLASS_RSA_PUBLIC:
  ------------------
  |  |  101|      0|#define IASECC_SDO_CLASS_RSA_PUBLIC	0x20
  ------------------
  |  Branch (2755:2): [True: 0, False: 201]
  ------------------
 2756|      0|		return IASECC_SDO_PUBKEY_TAG;
  ------------------
  |  |   76|      0|#define IASECC_SDO_PUBKEY_TAG			0x7F49
  ------------------
 2757|      0|	case IASECC_SDO_CLASS_SE:
  ------------------
  |  |  102|      0|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
  |  Branch (2757:2): [True: 0, False: 201]
  ------------------
 2758|      0|		return IASECC_SDO_CLASS_SE;
  ------------------
  |  |  102|      0|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
 2759|      0|	case IASECC_SDO_CLASS_KEYSET:
  ------------------
  |  |   99|      0|#define IASECC_SDO_CLASS_KEYSET		0x0A
  ------------------
  |  Branch (2759:2): [True: 0, False: 201]
  ------------------
 2760|      0|		return IASECC_SDO_KEYSET_TAG;
  ------------------
  |  |   83|      0|#define IASECC_SDO_KEYSET_TAG			0xA2
  ------------------
 2761|    201|	}
 2762|       |
 2763|      0|	return -1;
 2764|    201|}
card-iasecc.c:iasecc_sdo_get_tagged_data:
 2769|    208|{
 2770|    208|	struct sc_context *ctx = card->ctx;
 2771|    208|	struct sc_apdu apdu;
 2772|    208|	unsigned char sbuf[0x100];
 2773|    208|	size_t offs = sizeof(sbuf) - 1;
 2774|    208|	unsigned char rbuf[0x400];
 2775|    208|	int rv;
 2776|       |
 2777|    208|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    208|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    208|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    208|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    208|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 208]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2778|       |
 2779|    208|	sc_log(ctx, "sdo_tag=0x%x sdo_ref=0x%x sdo_class=0x%x", sdo_tag,
  ------------------
  |  |   71|    208|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2780|    208|			sdo->sdo_ref, sdo->sdo_class);
 2781|       |
 2782|       |	/* XXX: for the CPx, the SDO are available from some specific path */
 2783|    208|	if (iasecc_is_cpx(card)) {
  ------------------
  |  Branch (2783:6): [True: 6, False: 202]
  ------------------
 2784|      6|		struct sc_path path;
 2785|      6|		char *path_str = NULL;
 2786|      6|		switch(sdo_tag) {
 2787|      0|			case IASECC_SDO_PRVKEY_TAG:
  ------------------
  |  |   68|      0|#define IASECC_SDO_PRVKEY_TAG			0x7F48
  ------------------
  |  Branch (2787:4): [True: 0, False: 6]
  ------------------
 2788|       |			/* APDU 00 CB 3F FF 0B 4D 09 70 07 BF 90 02 03 7F 48 80 */
 2789|      0|			path_str = "3F00:0001";
 2790|      0|			break;
 2791|      4|			case IASECC_SDO_CHV_TAG:
  ------------------
  |  |   63|      4|#define IASECC_SDO_CHV_TAG		0x7F41
  ------------------
  |  Branch (2791:4): [True: 4, False: 2]
  ------------------
 2792|       |			/* APDU 00 CB 3F FF 0B 4D 09 70 07 BF 81 01 03 7F 41 80 */
 2793|      4|			path_str = "3F00";
 2794|      4|			break;
 2795|      2|			default:
  ------------------
  |  Branch (2795:4): [True: 2, False: 4]
  ------------------
 2796|      2|			path_str = NULL;
 2797|      2|			break;
 2798|      6|		}
 2799|      6|		if (path_str) {
  ------------------
  |  Branch (2799:7): [True: 4, False: 2]
  ------------------
 2800|      4|			sc_log(ctx, "Warning: Enforce the path=%s", path_str);
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2801|      4|			sc_format_path(path_str, &path);
 2802|      4|			rv = iasecc_select_file(card, &path, NULL);
 2803|      4|			LOG_TEST_RET(ctx, rv, "path error");
  ------------------
  |  |  174|      4|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      4|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      4|	int _ret = (r); \
  |  |  |  |  168|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2804|      4|		}
 2805|      6|	}
 2806|       |
 2807|    206|	sbuf[offs--] = 0x80;
 2808|    206|	sbuf[offs--] = sdo_tag & 0xFF;
 2809|    206|	if ((sdo_tag >> 8) & 0xFF)
  ------------------
  |  Branch (2809:6): [True: 199, False: 7]
  ------------------
 2810|    199|		sbuf[offs--] = (sdo_tag >> 8) & 0xFF;
 2811|    206|	sbuf[offs] = sizeof(sbuf) - offs - 1;
 2812|    206|	offs--;
 2813|       |
 2814|    206|	sbuf[offs--] = sdo->sdo_ref & 0x9F;
 2815|    206|	sbuf[offs--] = sdo->sdo_class | IASECC_OBJECT_REF_LOCAL;
  ------------------
  |  |   59|    206|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
 2816|    206|	sbuf[offs--] = IASECC_SDO_TAG_HEADER;
  ------------------
  |  |   27|    206|#define IASECC_SDO_TAG_HEADER	0xBF
  ------------------
 2817|       |
 2818|    206|	sbuf[offs] = sizeof(sbuf) - offs - 1;
 2819|    206|	offs--;
 2820|    206|	sbuf[offs--] = IASECC_SDO_TEMPLATE_TAG;
  ------------------
  |  |   29|    206|#define IASECC_SDO_TEMPLATE_TAG	0x70
  ------------------
 2821|       |
 2822|    206|	sbuf[offs] = sizeof(sbuf) - offs - 1;
 2823|    206|	offs--;
 2824|    206|	sbuf[offs] = 0x4D;
 2825|       |
 2826|    206|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xCB, 0x3F, 0xFF);
  ------------------
  |  |  294|    206|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 2827|    206|	apdu.data = sbuf + offs;
 2828|    206|	apdu.datalen = sizeof(sbuf) - offs;
 2829|    206|	apdu.lc = sizeof(sbuf) - offs;
 2830|    206|	apdu.resp = rbuf;
 2831|    206|	apdu.resplen = sizeof(rbuf);
 2832|    206|	apdu.le = 0x100;
 2833|       |
 2834|    206|	rv = sc_transmit_apdu(card, &apdu);
 2835|    206|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    206|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    206|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    206|	int _ret = (r); \
  |  |  |  |  168|    206|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 203]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|    206|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 203]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2836|    203|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2837|    203|	LOG_TEST_RET(ctx, rv, "SDO get data error");
  ------------------
  |  |  174|    203|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    203|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    203|	int _ret = (r); \
  |  |  |  |  168|    203|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 20, False: 183]
  |  |  |  |  ------------------
  |  |  |  |  169|     20|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     20|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     20|		return _ret; \
  |  |  |  |  172|     20|	} \
  |  |  |  |  173|    203|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 183]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2838|       |
 2839|    183|	rv = iasecc_sdo_parse(card, apdu.resp, apdu.resplen, sdo);
 2840|    183|	LOG_TEST_RET(ctx, rv, "cannot parse SDO data");
  ------------------
  |  |  174|    183|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    183|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    183|	int _ret = (r); \
  |  |  |  |  168|    183|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 180, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  169|    180|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    180|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    180|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    180|		return _ret; \
  |  |  |  |  172|    180|	} \
  |  |  |  |  173|    183|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2841|       |
 2842|      3|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2843|      3|}
card-iasecc.c:iasecc_check_sw:
 1487|  9.66k|{
 1488|  9.66k|	if (sw1 == 0x62 && sw2 == 0x82)
  ------------------
  |  Branch (1488:6): [True: 158, False: 9.51k]
  |  Branch (1488:21): [True: 129, False: 29]
  ------------------
 1489|    129|		return SC_SUCCESS;
  ------------------
  |  |   28|    129|#define SC_SUCCESS				0
  ------------------
 1490|       |
 1491|  9.53k|	return iso_ops->check_sw(card, sw1, sw2);
 1492|  9.66k|}
card-iasecc.c:iasecc_card_ctl:
 2973|    219|{
 2974|    219|	struct sc_context *ctx = card->ctx;
 2975|    219|	struct iasecc_sdo *sdo = (struct iasecc_sdo *) ptr;
 2976|       |
 2977|    219|	switch (cmd) {
  ------------------
  |  Branch (2977:10): [True: 219, False: 0]
  ------------------
 2978|    219|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (2978:2): [True: 219, False: 0]
  ------------------
 2979|    219|		return iasecc_get_serialnr(card, (struct sc_serial_number *)ptr);
 2980|      0|	case SC_CARDCTL_IASECC_SDO_CREATE:
  ------------------
  |  Branch (2980:2): [True: 0, False: 219]
  ------------------
 2981|      0|		sc_log(ctx, "CMD SC_CARDCTL_IASECC_SDO_CREATE: sdo_class %X", sdo->sdo_class);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2982|      0|		return iasecc_sdo_create(card, (struct iasecc_sdo *) ptr);
 2983|      0|	case SC_CARDCTL_IASECC_SDO_DELETE:
  ------------------
  |  Branch (2983:2): [True: 0, False: 219]
  ------------------
 2984|      0|		sc_log(ctx, "CMD SC_CARDCTL_IASECC_SDO_DELETE: sdo_class %X", sdo->sdo_class);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2985|      0|		return iasecc_sdo_delete(card, (struct iasecc_sdo *) ptr);
 2986|      0|	case SC_CARDCTL_IASECC_SDO_PUT_DATA:
  ------------------
  |  Branch (2986:2): [True: 0, False: 219]
  ------------------
 2987|      0|		sc_log(ctx, "CMD SC_CARDCTL_IASECC_SDO_PUT_DATA: sdo_class %X", sdo->sdo_class);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2988|      0|		return iasecc_sdo_put_data(card, (struct iasecc_sdo_update *) ptr);
 2989|      0|	case SC_CARDCTL_IASECC_SDO_KEY_RSA_PUT_DATA:
  ------------------
  |  Branch (2989:2): [True: 0, False: 219]
  ------------------
 2990|      0|		sc_log(ctx, "CMD SC_CARDCTL_IASECC_SDO_KEY_RSA_PUT_DATA");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2991|      0|		return iasecc_sdo_key_rsa_put_data(card, (struct iasecc_sdo_rsa_update *) ptr);
 2992|      0|	case SC_CARDCTL_IASECC_SDO_GET_DATA:
  ------------------
  |  Branch (2992:2): [True: 0, False: 219]
  ------------------
 2993|      0|		sc_log(ctx, "CMD SC_CARDCTL_IASECC_SDO_GET_DATA: sdo_class %X", sdo->sdo_class);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2994|      0|		return iasecc_sdo_get_data(card, (struct iasecc_sdo *) ptr);
 2995|      0|	case SC_CARDCTL_IASECC_SDO_GENERATE:
  ------------------
  |  Branch (2995:2): [True: 0, False: 219]
  ------------------
 2996|      0|		sc_log(ctx, "CMD SC_CARDCTL_IASECC_SDO_GET_DATA: sdo_class %X", sdo->sdo_class);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2997|      0|		return iasecc_sdo_generate(card, (struct iasecc_sdo *) ptr);
 2998|      0|	case SC_CARDCTL_GET_SE_INFO:
  ------------------
  |  Branch (2998:2): [True: 0, False: 219]
  ------------------
 2999|      0|		sc_log(ctx, "CMD SC_CARDCTL_GET_SE_INFO: sdo_class %X", sdo->sdo_class);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3000|      0|		return iasecc_se_get_info(card, (struct iasecc_se_info *) ptr);
 3001|      0|	case SC_CARDCTL_GET_CHV_REFERENCE_IN_SE:
  ------------------
  |  Branch (3001:2): [True: 0, False: 219]
  ------------------
 3002|      0|		sc_log(ctx, "CMD SC_CARDCTL_GET_CHV_REFERENCE_IN_SE");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3003|      0|		return iasecc_get_chv_reference_from_se(card, (int *)ptr);
 3004|      0|	case SC_CARDCTL_IASECC_GET_FREE_KEY_REFERENCE:
  ------------------
  |  Branch (3004:2): [True: 0, False: 219]
  ------------------
 3005|      0|		sc_log(ctx, "CMD SC_CARDCTL_IASECC_GET_FREE_KEY_REFERENCE");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3006|      0|		return iasecc_get_free_reference(card, (struct iasecc_ctl_get_free_reference *)ptr);
 3007|    219|	}
 3008|      0|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 3009|    219|}
card-iasecc.c:iasecc_pin_cmd:
 2428|    219|{
 2429|    219|	struct sc_context *ctx = card->ctx;
 2430|    219|	int rv;
 2431|       |
 2432|    219|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    219|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    219|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    219|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    219|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 219]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2433|    219|	sc_log(ctx, "iasecc_pin_cmd() cmd 0x%X, PIN type 0x%X, PIN reference %i, PIN-1 %p:%zu, PIN-2 %p:%zu",
  ------------------
  |  |   71|    219|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2434|    219|			data->cmd, data->pin_type, data->pin_reference,
 2435|    219|			data->pin1.data, data->pin1.len, data->pin2.data, data->pin2.len);
 2436|       |
 2437|    219|	switch (data->cmd)   {
 2438|      0|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (2438:2): [True: 0, False: 219]
  ------------------
 2439|      0|		rv = iasecc_pin_verify(card, data);
 2440|      0|		break;
 2441|      0|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (2441:2): [True: 0, False: 219]
  ------------------
 2442|      0|		if (data->pin_type == SC_AC_AUT)
  ------------------
  |  |  154|      0|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  |  Branch (2442:7): [True: 0, False: 0]
  ------------------
 2443|      0|			rv = iasecc_keyset_change(card, data);
 2444|      0|		else
 2445|      0|			rv = iasecc_pin_change(card, data);
 2446|      0|		break;
 2447|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (2447:2): [True: 0, False: 219]
  ------------------
 2448|      0|		rv = iasecc_pin_reset(card, data);
 2449|      0|		break;
 2450|    219|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|    219|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (2450:2): [True: 219, False: 0]
  ------------------
 2451|    219|		rv = iasecc_pin_get_info(card, data);
 2452|    219|		break;
 2453|      0|	default:
  ------------------
  |  Branch (2453:2): [True: 0, False: 219]
  ------------------
 2454|      0|		sc_log(ctx, "Other pin commands not supported yet: 0x%X", data->cmd);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2455|      0|		rv = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2456|    219|	}
 2457|       |
 2458|    219|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    219|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    219|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    219|	int _ret = r; \
  |  |  |  |  155|    219|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 219, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    219|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    219|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 219, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    219|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    219|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    219|	return _ret; \
  |  |  |  |  163|    219|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2459|    219|}
card-iasecc.c:iasecc_pin_get_status:
 1895|    219|{
 1896|    219|	struct sc_context *ctx = card->ctx;
 1897|    219|	struct sc_pin_cmd_data info;
 1898|    219|	int rv;
 1899|       |
 1900|    219|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    219|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    219|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    219|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    219|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 219]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1901|       |
 1902|    219|	if (data->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|    219|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1902:6): [True: 0, False: 219]
  ------------------
 1903|    219|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "PIN type is not supported for status");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1904|       |
 1905|    219|	memset(&info, 0, sizeof(info));
 1906|    219|	info.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|    219|#define SC_PIN_CMD_GET_INFO	3
  ------------------
 1907|    219|	info.pin_type = data->pin_type;
 1908|    219|	info.pin_reference = data->pin_reference;
 1909|       |
 1910|    219|	rv = iso_ops->pin_cmd(card, &info);
 1911|    219|	LOG_TEST_RET(ctx, rv, "Failed to get PIN info");
  ------------------
  |  |  174|    219|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    219|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    219|	int _ret = (r); \
  |  |  |  |  168|    219|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 205]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|    219|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 205]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1912|       |
 1913|    205|	data->pin1.max_tries = info.pin1.max_tries;
 1914|    205|	data->pin1.tries_left = info.pin1.tries_left;
 1915|    205|	data->pin1.logged_in = info.pin1.logged_in;
 1916|       |
 1917|    205|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    205|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    205|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    205|	int _ret = r; \
  |  |  |  |  155|    205|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 205, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    205|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 205]
  |  |  |  |  ------------------
  |  |  |  |  157|    205|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    205|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    205|	return _ret; \
  |  |  |  |  163|    205|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1918|    205|}
card-iasecc.c:iasecc_pin_get_policy:
 2014|    205|{
 2015|    205|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
 2016|    205|	struct sc_context *ctx = card->ctx;
 2017|    205|	struct sc_file *save_current_df = NULL, *save_current_ef = NULL;
 2018|    205|	struct iasecc_sdo sdo;
 2019|    205|	struct sc_path path;
 2020|    205|	int rv;
 2021|       |
 2022|    205|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    205|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    205|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    205|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    205|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 205]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2023|    205|	sc_log(ctx, "iasecc_pin_get_policy(card:%p)", card);
  ------------------
  |  |   71|    205|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2024|       |
 2025|    205|	if (data->pin_type != SC_AC_CHV)   {
  ------------------
  |  |  151|    205|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (2025:6): [True: 0, False: 205]
  ------------------
 2026|      0|		sc_log(ctx, "PIN policy only available for CHV type");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2027|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2028|      0|	}
 2029|       |
 2030|    205|	if (prv->cache.valid && prv->cache.current_df) {
  ------------------
  |  Branch (2030:6): [True: 205, False: 0]
  |  Branch (2030:26): [True: 8, False: 197]
  ------------------
 2031|      8|		sc_file_dup(&save_current_df, prv->cache.current_df);
 2032|      8|		if (save_current_df == NULL) {
  ------------------
  |  Branch (2032:7): [True: 0, False: 8]
  ------------------
 2033|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2034|      0|			sc_log(ctx, "Cannot duplicate current DF file");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2035|      0|			goto err;
 2036|      0|		}
 2037|      8|	}
 2038|       |
 2039|    205|	if (prv->cache.valid && prv->cache.current_ef) {
  ------------------
  |  Branch (2039:6): [True: 205, False: 0]
  |  Branch (2039:26): [True: 4, False: 201]
  ------------------
 2040|      4|		sc_file_dup(&save_current_ef, prv->cache.current_ef);
 2041|      4|		if (save_current_ef == NULL) {
  ------------------
  |  Branch (2041:7): [True: 0, False: 4]
  ------------------
 2042|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2043|      0|			sc_log(ctx, "Cannot duplicate current EF file");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2044|      0|			goto err;
 2045|      0|		}
 2046|      4|	}
 2047|       |
 2048|    205|	if (!(data->pin_reference & IASECC_OBJECT_REF_LOCAL) && prv->cache.valid && prv->cache.current_df) {
  ------------------
  |  |   59|    205|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
  |  Branch (2048:6): [True: 205, False: 0]
  |  Branch (2048:58): [True: 205, False: 0]
  |  Branch (2048:78): [True: 8, False: 197]
  ------------------
 2049|      8|		sc_format_path("3F00", &path);
 2050|      8|		path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      8|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 2051|      8|		rv = iasecc_select_file(card, &path, NULL);
 2052|      8|		LOG_TEST_GOTO_ERR(ctx, rv, "Unable to select MF");
  ------------------
  |  |  184|      8|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      8|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      8|	int _ret = (r); \
  |  |  |  |  178|      8|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 4, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  179|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      4|		goto err; \
  |  |  |  |  182|      4|	} \
  |  |  |  |  183|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2053|      8|	}
 2054|       |
 2055|    201|	memset(&sdo, 0, sizeof(sdo));
 2056|    201|	sdo.sdo_class = IASECC_SDO_CLASS_CHV;
  ------------------
  |  |   98|    201|#define IASECC_SDO_CLASS_CHV		0x01
  ------------------
 2057|       |
 2058|    201|	sdo.sdo_ref = data->pin_reference & ~IASECC_OBJECT_REF_LOCAL;
  ------------------
  |  |   59|    201|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
 2059|       |
 2060|    201|	sc_log(ctx, "iasecc_pin_get_policy() reference %i", sdo.sdo_ref);
  ------------------
  |  |   71|    201|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2061|       |
 2062|    201|	rv = iasecc_sdo_get_data(card, &sdo);
 2063|    201|	LOG_TEST_GOTO_ERR(ctx, rv, "Cannot get SDO PIN data");
  ------------------
  |  |  184|    201|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    201|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    201|	int _ret = (r); \
  |  |  |  |  178|    201|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 201, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|    201|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    201|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    201|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    201|		goto err; \
  |  |  |  |  182|    201|	} \
  |  |  |  |  183|    201|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2064|       |
 2065|      0|	if (sdo.docp.acls_contact.size == 0) {
  ------------------
  |  Branch (2065:6): [True: 0, False: 0]
  ------------------
 2066|      0|		rv = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 2067|      0|		sc_log(ctx, "Extremely strange ... there is no ACLs");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2068|      0|		goto err;
 2069|      0|	}
 2070|       |
 2071|      0|	sc_log(ctx, "iasecc_pin_get_policy() sdo.docp.size.size %zu", sdo.docp.size.size);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2072|       |
 2073|      0|	memcpy(pin->scbs, sdo.docp.scbs, sizeof(pin->scbs));
 2074|       |
 2075|      0|	pin->min_length = (sdo.data.chv.size_min.value ? *sdo.data.chv.size_min.value : -1);
  ------------------
  |  Branch (2075:21): [True: 0, False: 0]
  ------------------
 2076|      0|	pin->max_length = (sdo.data.chv.size_max.value ? *sdo.data.chv.size_max.value : -1);
  ------------------
  |  Branch (2076:21): [True: 0, False: 0]
  ------------------
 2077|      0|	pin->tries_maximum = (sdo.docp.tries_maximum.value ? *sdo.docp.tries_maximum.value : -1);
  ------------------
  |  Branch (2077:24): [True: 0, False: 0]
  ------------------
 2078|      0|	pin->tries_remaining = (sdo.docp.tries_remaining.value ? *sdo.docp.tries_remaining.value : -1);
  ------------------
  |  Branch (2078:26): [True: 0, False: 0]
  ------------------
 2079|      0|	if (sdo.docp.size.value && sdo.docp.size.size <= sizeof(int)) {
  ------------------
  |  Branch (2079:6): [True: 0, False: 0]
  |  Branch (2079:29): [True: 0, False: 0]
  ------------------
 2080|      0|		unsigned int n = 0;
 2081|      0|		unsigned int i;
 2082|      0|		for (i=0; i<sdo.docp.size.size; i++)
  ------------------
  |  Branch (2082:13): [True: 0, False: 0]
  ------------------
 2083|      0|			n = (n << 8) + *(sdo.docp.size.value + i);
 2084|      0|		pin->stored_length = n;
 2085|      0|	} else {
 2086|      0|		pin->stored_length = -1;
 2087|      0|	}
 2088|       |
 2089|      0|	sc_log(ctx, "PIN policy: size max/min %i/%i, tries max/left %i/%i",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2090|      0|	       pin->max_length, pin->min_length, pin->tries_maximum, pin->tries_remaining);
 2091|      0|	iasecc_sdo_free_fields(card, &sdo);
 2092|       |
 2093|      0|	if (save_current_df)   {
  ------------------
  |  Branch (2093:6): [True: 0, False: 0]
  ------------------
 2094|      0|		sc_log(ctx, "iasecc_pin_get_policy() restore current DF");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2095|      0|		rv = iasecc_select_file(card, &save_current_df->path, NULL);
 2096|      0|		LOG_TEST_GOTO_ERR(ctx, rv, "Cannot return to saved DF");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2097|      0|	}
 2098|       |
 2099|      0|	if (save_current_ef)   {
  ------------------
  |  Branch (2099:6): [True: 0, False: 0]
  ------------------
 2100|      0|		sc_log(ctx, "iasecc_pin_get_policy() restore current EF");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2101|      0|		rv = iasecc_select_file(card, &save_current_ef->path, NULL);
 2102|      0|		LOG_TEST_GOTO_ERR(ctx, rv, "Cannot return to saved EF");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2103|      0|	}
 2104|       |
 2105|    205|err:
 2106|    205|	sc_file_free(save_current_df);
 2107|    205|	sc_file_free(save_current_ef);
 2108|       |
 2109|    205|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    205|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    205|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    205|	int _ret = r; \
  |  |  |  |  155|    205|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 205, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    205|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    205|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 205, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    205|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    205|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    205|	return _ret; \
  |  |  |  |  163|    205|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2110|    205|}
card-iasecc.c:iasecc_pin_get_info:
 2115|    219|{
 2116|    219|	struct sc_context *ctx = card->ctx;
 2117|    219|	struct iasecc_pin_policy policy;
 2118|    219|	int rv;
 2119|       |
 2120|    219|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    219|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    219|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    219|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    219|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 219]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2121|    219|	sc_log(ctx, "iasecc_pin_get_info(card:%p)", card);
  ------------------
  |  |   71|    219|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2122|       |
 2123|       |	/*
 2124|       |	 * Get PIN status first and thereafter update with info from PIN policy, when available.
 2125|       |	 * The first one is typically used for the PIN verification status and number of remaining
 2126|       |	 * tries, and the second one for the maximum tries. If a field is present in both, the
 2127|       |	 * policy takes precedence.
 2128|       |	 */
 2129|    219|	rv = iasecc_pin_get_status(card, data);
 2130|    219|	LOG_TEST_RET(ctx, rv, "Failed to get PIN status");
  ------------------
  |  |  174|    219|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    219|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    219|	int _ret = (r); \
  |  |  |  |  168|    219|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 205]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|    219|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 205]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2131|       |
 2132|    205|	rv = iasecc_pin_get_policy(card, data, &policy);
 2133|    205|	LOG_TEST_RET(ctx, rv, "Failed to get PIN policy");
  ------------------
  |  |  174|    205|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    205|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    205|	int _ret = (r); \
  |  |  |  |  168|    205|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 205, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    205|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    205|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    205|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    205|		return _ret; \
  |  |  |  |  172|    205|	} \
  |  |  |  |  173|    205|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2134|       |
 2135|       |	/*
 2136|       |	 * We only care about the tries_xxx fields in the PIN policy, since the other ones are not
 2137|       |	 * commonly expected or used in a SC_PIN_CMD_GET_INFO response.	Note that max_tries is
 2138|       |	 * always taken from the policy, since it is never expected to be available in status (it
 2139|       |	 * is set to -1 when not available in policy).
 2140|       |	 */
 2141|      0|	data->pin1.max_tries = policy.tries_maximum;
 2142|      0|	if (policy.tries_remaining >= 0)
  ------------------
  |  Branch (2142:6): [True: 0, False: 0]
  ------------------
 2143|      0|		data->pin1.tries_left = policy.tries_remaining;
 2144|       |
 2145|      0|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2146|      0|}

idprime_free_private_data:
  225|    474|{
  226|    474|	free(priv->cache_buf);
  227|    474|	list_destroy(&priv->pki_list);
  228|    474|	list_destroy(&priv->containers);
  229|    474|	list_destroy(&priv->keyrefmap);
  230|    474|	free(priv);
  231|    474|	return;
  232|    474|}
idprime_new_private_data:
  235|    474|{
  236|    474|	idprime_private_data_t *priv;
  237|       |
  238|    474|	priv = calloc(1, sizeof(idprime_private_data_t));
  239|    474|	if (priv == NULL)
  ------------------
  |  Branch (239:6): [True: 0, False: 474]
  ------------------
  240|      0|		return NULL;
  241|       |
  242|       |	/* Initialize PKI Applets list */
  243|    474|	if (list_init(&priv->pki_list) != 0 ||
  ------------------
  |  Branch (243:6): [True: 0, False: 474]
  ------------------
  244|    474|	    list_attributes_copy(&priv->pki_list, idprime_list_meter, 1) != 0) {
  ------------------
  |  Branch (244:6): [True: 0, False: 474]
  ------------------
  245|      0|		idprime_free_private_data(priv);
  246|      0|		return NULL;
  247|      0|	}
  248|       |
  249|       |	/* Initialize container list */
  250|    474|	if (list_init(&priv->containers) != 0 ||
  ------------------
  |  Branch (250:6): [True: 0, False: 474]
  ------------------
  251|    474|	    list_attributes_copy(&priv->containers, idprime_container_list_meter, 1) != 0 ||
  ------------------
  |  Branch (251:6): [True: 0, False: 474]
  ------------------
  252|    474|	    list_attributes_seeker(&priv->containers, idprime_container_list_seeker) != 0) {
  ------------------
  |  Branch (252:6): [True: 0, False: 474]
  ------------------
  253|      0|		idprime_free_private_data(priv);
  254|      0|		return NULL;
  255|      0|	}
  256|       |
  257|       |	/* Initialize keyref list */
  258|    474|	if (list_init(&priv->keyrefmap) != 0 ||
  ------------------
  |  Branch (258:6): [True: 0, False: 474]
  ------------------
  259|    474|	    list_attributes_copy(&priv->keyrefmap, idprime_keyref_list_meter, 1) != 0 ||
  ------------------
  |  Branch (259:6): [True: 0, False: 474]
  ------------------
  260|    474|	    list_attributes_seeker(&priv->keyrefmap, idprime_keyref_list_seeker) != 0) {
  ------------------
  |  Branch (260:6): [True: 0, False: 474]
  ------------------
  261|      0|		idprime_free_private_data(priv);
  262|      0|		return NULL;
  263|      0|	}
  264|    474|	return priv;
  265|    474|}
idprime_add_object_to_list:
  268|    492|{
  269|    492|	if (list_append(list, object) < 0)
  ------------------
  |  Branch (269:6): [True: 0, False: 492]
  ------------------
  270|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  271|    492|	return SC_SUCCESS;
  ------------------
  |  |   28|    492|#define SC_SUCCESS				0
  ------------------
  272|    492|}
sc_get_idprime_driver:
 1281|  16.4k|{
 1282|  16.4k|	return sc_get_driver();
 1283|  16.4k|}
card-idprime.c:idprime_list_meter:
  176|    492|static size_t idprime_list_meter(const void *el) {
  177|    492|	return sizeof(idprime_object_t);
  178|    492|}
card-idprime.c:idprime_container_list_meter:
  180|    120|static size_t idprime_container_list_meter(const void *el) {
  181|    120|	return sizeof(idprime_container_t);
  182|    120|}
card-idprime.c:idprime_container_list_seeker:
  196|    117|{
  197|    117|	const idprime_container_t *container = (idprime_container_t *)el;
  198|       |
  199|    117|	if ((el == NULL) || (key == NULL))
  ------------------
  |  Branch (199:6): [True: 0, False: 117]
  |  Branch (199:22): [True: 0, False: 117]
  ------------------
  200|      0|		return 0;
  201|    117|	if (container->index == *(uint8_t *)key)
  ------------------
  |  Branch (201:6): [True: 98, False: 19]
  ------------------
  202|     98|		return 1;
  203|     19|	return 0;
  204|    117|}
card-idprime.c:idprime_keyref_list_meter:
  184|  13.5k|static size_t idprime_keyref_list_meter(const void *el) {
  185|  13.5k|	return sizeof(idprime_keyref_t);
  186|  13.5k|}
card-idprime.c:idprime_keyref_list_seeker:
  214|    752|{
  215|    752|	const idprime_keyref_t *keyref = (idprime_keyref_t *)el;
  216|       |
  217|    752|	if ((el == NULL) || (key == NULL))
  ------------------
  |  Branch (217:6): [True: 0, False: 752]
  |  Branch (217:22): [True: 0, False: 752]
  ------------------
  218|      0|		return 0;
  219|    752|	if (keyref->index == *(uint8_t *)key)
  ------------------
  |  Branch (219:6): [True: 46, False: 706]
  ------------------
  220|     46|		return 1;
  221|    706|	return 0;
  222|    752|}
card-idprime.c:sc_get_driver:
 1258|  16.4k|{
 1259|  16.4k|	if (iso_ops == NULL) {
  ------------------
  |  Branch (1259:6): [True: 1, False: 16.4k]
  ------------------
 1260|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1261|      1|	}
 1262|       |
 1263|  16.4k|	idprime_ops = *iso_ops;
 1264|  16.4k|	idprime_ops.match_card = idprime_match_card;
 1265|  16.4k|	idprime_ops.init = idprime_init;
 1266|  16.4k|	idprime_ops.finish = idprime_finish;
 1267|       |
 1268|  16.4k|	idprime_ops.read_binary = idprime_read_binary;
 1269|  16.4k|	idprime_ops.select_file = idprime_select_file;
 1270|  16.4k|	idprime_ops.card_ctl = idprime_card_ctl;
 1271|  16.4k|	idprime_ops.set_security_env = idprime_set_security_env;
 1272|  16.4k|	idprime_ops.compute_signature = idprime_compute_signature;
 1273|  16.4k|	idprime_ops.decipher = idprime_decipher;
 1274|       |
 1275|  16.4k|	idprime_ops.get_challenge = idprime_get_challenge;
 1276|       |
 1277|  16.4k|	return &idprime_drv;
 1278|  16.4k|}
card-idprime.c:idprime_match_card:
  754|  8.20k|{
  755|  8.20k|	int i, r;
  756|       |
  757|  8.20k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  8.20k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  8.20k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  8.20k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 8.20k]
  |  |  ------------------
  ------------------
  758|  8.20k|	i = _sc_match_atr(card, idprime_atrs, &card->type);
  759|  8.20k|	if (i < 0)
  ------------------
  |  Branch (759:6): [True: 7.66k, False: 540]
  ------------------
  760|  7.66k|		return 0;
  761|       |
  762|    540|	r = idprime_select_file_by_path(card, "0101");
  763|    540|	LOG_FUNC_RETURN(card->ctx, r > 0);
  ------------------
  |  |  164|    540|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    540|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    540|	int _ret = r; \
  |  |  |  |  155|    540|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 66, False: 474]
  |  |  |  |  ------------------
  |  |  |  |  156|     66|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 66]
  |  |  |  |  ------------------
  |  |  |  |  157|     66|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    474|	} else { \
  |  |  |  |  159|    474|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    474|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    474|	} \
  |  |  |  |  162|    540|	return _ret; \
  |  |  |  |  163|    540|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  764|    540|}
card-idprime.c:idprime_select_file_by_path:
  283|  1.43k|{
  284|  1.43k|	int r;
  285|  1.43k|	sc_file_t *file = NULL;
  286|  1.43k|	sc_path_t index_path;
  287|       |
  288|       |	/* First, we need to make sure the IDPrime AID is selected */
  289|  1.43k|	r = idprime_select_idprime(card);
  290|  1.43k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  1.43k|#define SC_SUCCESS				0
  ------------------
  |  Branch (290:6): [True: 159, False: 1.27k]
  ------------------
  291|    159|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    159|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    159|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    159|	int _ret = r; \
  |  |  |  |  155|    159|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 159, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    159|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    159|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 159, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    159|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    159|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    159|	return _ret; \
  |  |  |  |  163|    159|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  292|    159|	}
  293|       |
  294|       |	/* Returns FCI with expected length of data */
  295|  1.27k|	sc_format_path(str_path, &index_path);
  296|  1.27k|	r = iso_ops->select_file(card, &index_path, &file);
  297|       |
  298|  1.27k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  1.27k|#define SC_SUCCESS				0
  ------------------
  |  Branch (298:6): [True: 23, False: 1.25k]
  ------------------
  299|     23|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     23|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     23|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     23|	int _ret = r; \
  |  |  |  |  155|     23|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 23, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 23, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     23|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     23|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     23|	return _ret; \
  |  |  |  |  163|     23|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  300|     23|	}
  301|       |	/* Ignore too large files */
  302|  1.25k|	if (file->size > MAX_FILE_SIZE) {
  ------------------
  |  |  220|  1.25k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (302:6): [True: 0, False: 1.25k]
  ------------------
  303|      0|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  304|  1.25k|	} else {
  305|  1.25k|		r = (int)file->size;
  306|  1.25k|	}
  307|  1.25k|	sc_file_free(file);
  308|  1.25k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.25k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.25k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.25k|	int _ret = r; \
  |  |  |  |  155|  1.25k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 1.24k]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.24k|	} else { \
  |  |  |  |  159|  1.24k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.24k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.24k|	} \
  |  |  |  |  162|  1.25k|	return _ret; \
  |  |  |  |  163|  1.25k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  309|  1.25k|}
card-idprime.c:idprime_select_idprime:
  277|  1.43k|{
  278|       |	return iso_ops->select_file(card, &idprime_path, NULL);
  279|  1.43k|}
card-idprime.c:idprime_init:
  565|    474|{
  566|    474|	int r;
  567|    474|	unsigned long flags, ext_flags;
  568|    474|	idprime_private_data_t *priv = NULL;
  569|    474|	struct sc_apdu apdu;
  570|    474|	u8 rbuf[CPLC_LENGTH];
  571|    474|	size_t rbuflen = sizeof(rbuf);
  572|       |
  573|    474|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    474|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    474|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    474|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 474]
  |  |  ------------------
  ------------------
  574|       |
  575|       |	/* We need to differentiate the OS version since they behave slightly differently */
  576|    474|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xCA, 0x9F, 0x7F);
  ------------------
  |  |  301|    474|#define SC_APDU_CASE_2			0x22
  ------------------
  577|    474|	apdu.resp = rbuf;
  578|    474|	apdu.resplen = rbuflen;
  579|    474|	apdu.le = rbuflen;
  580|    474|	r = sc_transmit_apdu(card, &apdu);
  581|    474|	if (r == SC_SUCCESS && apdu.resplen == CPLC_LENGTH) {
  ------------------
  |  |   28|    948|#define SC_SUCCESS				0
  ------------------
              	if (r == SC_SUCCESS && apdu.resplen == CPLC_LENGTH) {
  ------------------
  |  |  563|    468|#define CPLC_LENGTH 45
  ------------------
  |  Branch (581:6): [True: 468, False: 6]
  |  Branch (581:25): [True: 5, False: 463]
  ------------------
  582|       |		/* We are interested in the OS release level here */
  583|      5|		switch (rbuf[11]) {
  584|      1|		case 0x01:
  ------------------
  |  Branch (584:3): [True: 1, False: 4]
  ------------------
  585|      1|			sc_log(card->ctx, "Detected IDPrime applet version 1");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  586|      1|			break;
  587|      1|		case 0x02:
  ------------------
  |  Branch (587:3): [True: 1, False: 4]
  ------------------
  588|      1|			sc_log(card->ctx, "Detected IDPrime applet version 2");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  589|      1|			break;
  590|      1|		case 0x03:
  ------------------
  |  Branch (590:3): [True: 1, False: 4]
  ------------------
  591|      1|			sc_log(card->ctx, "Detected IDPrime applet version 3");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  592|      1|			break;
  593|      1|		case 0x04:
  ------------------
  |  Branch (593:3): [True: 1, False: 4]
  ------------------
  594|      1|			sc_log(card->ctx, "Detected IDPrime applet version 4");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  595|      1|			break;
  596|      1|		default:
  ------------------
  |  Branch (596:3): [True: 1, False: 4]
  ------------------
  597|      1|			sc_log(card->ctx, "Unknown OS version received: %d", rbuf[11]);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  598|      1|			break;
  599|      5|		}
  600|    469|	} else {
  601|    469|		sc_log(card->ctx, "Failed to get CPLC data or invalid length returned, err=%d, len=%zu",
  ------------------
  |  |   71|    469|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  602|    469|				r, apdu.resplen);
  603|    469|	}
  604|       |
  605|       |	/* Proprietary data -- Applet version */
  606|    474|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xCA, 0xDF, 0x30);
  ------------------
  |  |  301|    474|#define SC_APDU_CASE_2			0x22
  ------------------
  607|    474|	apdu.resp = rbuf;
  608|    474|	apdu.resplen = rbuflen;
  609|    474|	apdu.le = rbuflen;
  610|    474|	r = sc_transmit_apdu(card, &apdu);
  611|    474|	if (r == SC_SUCCESS && apdu.resplen >= 10) {
  ------------------
  |  |   28|    948|#define SC_SUCCESS				0
  ------------------
  |  Branch (611:6): [True: 473, False: 1]
  |  Branch (611:25): [True: 14, False: 459]
  ------------------
  612|       |		/* Ber-TLV encoded */
  613|     14|		if (rbuf[0] == 0xDF && rbuf[1] == 0x30 && rbuf[2] == apdu.resplen - 3) {
  ------------------
  |  Branch (613:7): [True: 7, False: 7]
  |  Branch (613:26): [True: 6, False: 1]
  |  Branch (613:45): [True: 1, False: 5]
  ------------------
  614|      1|			sc_log(card->ctx, "IDPrime Java Applet version %.*s", (int)apdu.resplen - 3, rbuf + 3);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  615|      1|		}
  616|     14|	}
  617|       |
  618|    474|	priv = idprime_new_private_data();
  619|    474|	if (!priv) {
  ------------------
  |  Branch (619:6): [True: 0, False: 474]
  ------------------
  620|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  621|      0|	}
  622|       |
  623|       |	/* Select and process container file */
  624|    474|	r = idprime_select_file_by_path(card, "0204");;
  625|    474|	if (r <= 0) {
  ------------------
  |  Branch (625:6): [True: 57, False: 417]
  ------------------
  626|     57|		idprime_free_private_data(priv);
  627|     57|		if (r == 0)
  ------------------
  |  Branch (627:7): [True: 1, False: 56]
  ------------------
  628|      1|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  629|     57|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     57|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     57|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     57|	int _ret = r; \
  |  |  |  |  155|     57|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 57, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     57|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     57|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 57, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     57|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     57|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     57|	return _ret; \
  |  |  |  |  163|     57|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  630|     57|	}
  631|       |
  632|    417|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Container file found");
  ------------------
  |  |   70|    417|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  633|       |
  634|    417|	r = idprime_process_containermap(card, priv, r);
  635|    417|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    417|#define SC_SUCCESS				0
  ------------------
  |  Branch (635:6): [True: 52, False: 365]
  ------------------
  636|     52|		idprime_free_private_data(priv);
  637|     52|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     52|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     52|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     52|	int _ret = r; \
  |  |  |  |  155|     52|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 52, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     52|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     52|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 52, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     52|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     52|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     52|	return _ret; \
  |  |  |  |  163|     52|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|     52|	}
  639|       |
  640|    365|	if (card->type == SC_CARD_TYPE_IDPRIME_940) {
  ------------------
  |  Branch (640:6): [True: 102, False: 263]
  ------------------
  641|    102|		if ((r = idprime_select_file_by_path(card, "0005")) <= 0) {
  ------------------
  |  Branch (641:7): [True: 16, False: 86]
  ------------------
  642|     16|			idprime_free_private_data(priv);
  643|     16|			if (r == 0)
  ------------------
  |  Branch (643:8): [True: 1, False: 15]
  ------------------
  644|      1|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  645|     16|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     16|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     16|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     16|	int _ret = r; \
  |  |  |  |  155|     16|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     16|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     16|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     16|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     16|	return _ret; \
  |  |  |  |  163|     16|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  646|     16|		}
  647|       |
  648|     86|		if ((r = idprime_process_keyrefmap(card, priv, r)) != SC_SUCCESS) {
  ------------------
  |  |   28|     86|#define SC_SUCCESS				0
  ------------------
  |  Branch (648:7): [True: 31, False: 55]
  ------------------
  649|     31|			idprime_free_private_data(priv);
  650|     31|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     31|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     31|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     31|	int _ret = r; \
  |  |  |  |  155|     31|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 31, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     31|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 31, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     31|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     31|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     31|	return _ret; \
  |  |  |  |  163|     31|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|     31|		}
  652|     86|	}
  653|       |
  654|       |	/* Select and process the index file */
  655|    318|	r = idprime_select_file_by_path(card, "0101");
  656|    318|	if (r <= 0) {
  ------------------
  |  Branch (656:6): [True: 49, False: 269]
  ------------------
  657|     49|		idprime_free_private_data(priv);
  658|     49|		if (r == 0)
  ------------------
  |  Branch (658:7): [True: 2, False: 47]
  ------------------
  659|      2|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      2|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  660|     49|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     49|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     49|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     49|	int _ret = r; \
  |  |  |  |  155|     49|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 49, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     49|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     49|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 49, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     49|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     49|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     49|	return _ret; \
  |  |  |  |  163|     49|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  661|     49|	}
  662|       |
  663|    269|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Index file found");
  ------------------
  |  |   70|    269|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  664|       |
  665|    269|	r = idprime_process_index(card, priv, r);
  666|    269|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    269|#define SC_SUCCESS				0
  ------------------
  |  Branch (666:6): [True: 29, False: 240]
  ------------------
  667|     29|		idprime_free_private_data(priv);
  668|     29|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     29|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     29|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     29|	int _ret = r; \
  |  |  |  |  155|     29|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 29, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     29|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     29|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 29, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     29|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     29|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     29|	return _ret; \
  |  |  |  |  163|     29|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  669|     29|	}
  670|       |
  671|    240|	card->drv_data = priv;
  672|       |
  673|    240|	switch (card->type) {
  674|     19|	case SC_CARD_TYPE_IDPRIME_3810:
  ------------------
  |  Branch (674:2): [True: 19, False: 221]
  ------------------
  675|     19|		card->name = "Gemalto IDPrime 3810";
  676|     19|		break;
  677|     26|	case SC_CARD_TYPE_IDPRIME_830:
  ------------------
  |  Branch (677:2): [True: 26, False: 214]
  ------------------
  678|     26|		card->name = "Gemalto IDPrime MD 830";
  679|     26|		break;
  680|      7|	case SC_CARD_TYPE_IDPRIME_930:
  ------------------
  |  Branch (680:2): [True: 7, False: 233]
  ------------------
  681|      7|	case SC_CARD_TYPE_IDPRIME_930_PLUS:
  ------------------
  |  Branch (681:2): [True: 0, False: 240]
  ------------------
  682|      7|		card->name = "Gemalto IDPrime 930/3930";
  683|      7|		break;
  684|     21|	case SC_CARD_TYPE_IDPRIME_940:
  ------------------
  |  Branch (684:2): [True: 21, False: 219]
  ------------------
  685|     21|		card->name = "Gemalto IDPrime 940";
  686|     21|		break;
  687|      5|	case SC_CARD_TYPE_IDPRIME_840:
  ------------------
  |  Branch (687:2): [True: 5, False: 235]
  ------------------
  688|      5|		card->name = "Gemalto IDPrime MD 840";
  689|      5|		break;
  690|    162|	case SC_CARD_TYPE_IDPRIME_GENERIC:
  ------------------
  |  Branch (690:2): [True: 162, False: 78]
  ------------------
  691|    162|	default:
  ------------------
  |  Branch (691:2): [True: 0, False: 240]
  ------------------
  692|    162|		card->name = "Gemalto IDPrime (generic)";
  693|    162|		break;
  694|    240|	}
  695|    240|	card->cla = 0x00;
  696|       |
  697|       |	/* Set up algorithm info for RSA. */
  698|    240|	flags = SC_ALGORITHM_RSA_PAD_PKCS1
  ------------------
  |  |  111|    240|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    240|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    240|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  699|    240|		| SC_ALGORITHM_RSA_PAD_PSS
  ------------------
  |  |  107|    240|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  700|    240|		| SC_ALGORITHM_RSA_PAD_OAEP
  ------------------
  |  |  108|    240|#define SC_ALGORITHM_RSA_PAD_OAEP	0x00000020 /* PKCS#1 v2.0 OAEP */
  ------------------
  701|       |		/* SHA-1 mechanisms are not allowed in the card I have */
  702|    240|		| (SC_ALGORITHM_RSA_HASH_SHA256 | SC_ALGORITHM_RSA_HASH_SHA384 | SC_ALGORITHM_RSA_HASH_SHA512)
  ------------------
  |  |  138|    240|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
              		| (SC_ALGORITHM_RSA_HASH_SHA256 | SC_ALGORITHM_RSA_HASH_SHA384 | SC_ALGORITHM_RSA_HASH_SHA512)
  ------------------
  |  |  139|    240|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
              		| (SC_ALGORITHM_RSA_HASH_SHA256 | SC_ALGORITHM_RSA_HASH_SHA384 | SC_ALGORITHM_RSA_HASH_SHA512)
  ------------------
  |  |  140|    240|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
  703|    240|		| (SC_ALGORITHM_MGF1_SHA256 | SC_ALGORITHM_MGF1_SHA384 | SC_ALGORITHM_MGF1_SHA512)
  ------------------
  |  |  146|    240|#define SC_ALGORITHM_MGF1_SHA256	0x00200000
  ------------------
              		| (SC_ALGORITHM_MGF1_SHA256 | SC_ALGORITHM_MGF1_SHA384 | SC_ALGORITHM_MGF1_SHA512)
  ------------------
  |  |  147|    240|#define SC_ALGORITHM_MGF1_SHA384	0x00400000
  ------------------
              		| (SC_ALGORITHM_MGF1_SHA256 | SC_ALGORITHM_MGF1_SHA384 | SC_ALGORITHM_MGF1_SHA512)
  ------------------
  |  |  148|    240|#define SC_ALGORITHM_MGF1_SHA512	0x00800000
  ------------------
  704|    240|		;
  705|       |
  706|    240|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  707|    240|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  708|    240|	switch (card->type) {
  709|      0|	case SC_CARD_TYPE_IDPRIME_930_PLUS:
  ------------------
  |  Branch (709:2): [True: 0, False: 240]
  ------------------
  710|     21|	case SC_CARD_TYPE_IDPRIME_940:
  ------------------
  |  Branch (710:2): [True: 21, False: 219]
  ------------------
  711|     21|		_sc_card_add_rsa_alg(card, 3072, flags, 0);
  712|       |		/* fallthrough */
  713|     28|	case SC_CARD_TYPE_IDPRIME_930:
  ------------------
  |  Branch (713:2): [True: 7, False: 233]
  ------------------
  714|     28|		_sc_card_add_rsa_alg(card, 4096, flags, 0);
  715|       |		/* fallthrough */
  716|     33|	case SC_CARD_TYPE_IDPRIME_840:
  ------------------
  |  Branch (716:2): [True: 5, False: 235]
  ------------------
  717|       |		/* Set up algorithm info for EC */
  718|     33|		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  174|     33|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|     33|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     33|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  719|     33|		if (card->type == SC_CARD_TYPE_IDPRIME_930_PLUS || card->type == SC_CARD_TYPE_IDPRIME_940) {
  ------------------
  |  Branch (719:7): [True: 0, False: 33]
  |  Branch (719:54): [True: 21, False: 12]
  ------------------
  720|     21|			flags |= SC_ALGORITHM_ECDH_CDH_RAW;
  ------------------
  |  |  173|     21|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  721|     21|		}
  722|     33|		ext_flags = SC_ALGORITHM_EXT_EC_F_P
  ------------------
  |  |  198|     33|#define SC_ALGORITHM_EXT_EC_F_P          0x00000001
  ------------------
  723|     33|			| SC_ALGORITHM_EXT_EC_ECPARAMETERS
  ------------------
  |  |  200|     33|#define SC_ALGORITHM_EXT_EC_ECPARAMETERS 0x00000004
  ------------------
  724|     33|			| SC_ALGORITHM_EXT_EC_NAMEDCURVE
  ------------------
  |  |  201|     33|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
  725|     33|			| SC_ALGORITHM_EXT_EC_UNCOMPRESES
  ------------------
  |  |  202|     33|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  726|     33|			;
  727|     33|		_sc_card_add_ec_alg(card, 256, flags, ext_flags, NULL);
  728|     33|		_sc_card_add_ec_alg(card, 384, flags, ext_flags, NULL);
  729|     33|		_sc_card_add_ec_alg(card, 521, flags, ext_flags, NULL);
  730|     33|		break;
  731|    207|	default:
  ------------------
  |  Branch (731:2): [True: 207, False: 33]
  ------------------
  732|    207|		break;
  733|    240|	}
  734|       |
  735|    240|	card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    240|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  736|       |
  737|    240|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    240|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  738|       |
  739|    240|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|    240|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    240|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    240|	int _ret = r; \
  |  |  |  |  155|    240|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 240, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    240|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 240]
  |  |  |  |  ------------------
  |  |  |  |  157|    240|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    240|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    240|	return _ret; \
  |  |  |  |  163|    240|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  740|    240|}
card-idprime.c:idprime_process_containermap:
  312|    417|{
  313|    417|	u8 *buf = NULL;
  314|    417|	int r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|    417|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  315|    417|	int i;
  316|    417|	uint8_t max_entries, container_index;
  317|       |
  318|    417|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    417|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    417|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    417|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 417]
  |  |  ------------------
  ------------------
  319|       |
  320|    417|	buf = malloc(length);
  321|    417|	if (buf == NULL) {
  ------------------
  |  Branch (321:6): [True: 0, False: 417]
  ------------------
  322|      0|		goto done;
  323|      0|	}
  324|       |
  325|    417|	r = 0;
  326|  1.27k|	do {
  327|       |		/* Read at most CONTAINER_OBJ_LEN bytes */
  328|  1.27k|		int read_length = length - r > CONTAINER_OBJ_LEN ? CONTAINER_OBJ_LEN : length - r;
  ------------------
  |  |  142|  1.27k|#define CONTAINER_OBJ_LEN 86
  ------------------
              		int read_length = length - r > CONTAINER_OBJ_LEN ? CONTAINER_OBJ_LEN : length - r;
  ------------------
  |  |  142|  1.03k|#define CONTAINER_OBJ_LEN 86
  ------------------
  |  Branch (328:21): [True: 1.03k, False: 243]
  ------------------
  329|  1.27k|		if (length == r) {
  ------------------
  |  Branch (329:7): [True: 0, False: 1.27k]
  ------------------
  330|      0|			r = SC_ERROR_NOT_ENOUGH_MEMORY;
  ------------------
  |  |   67|      0|#define SC_ERROR_NOT_ENOUGH_MEMORY		-1217
  ------------------
  331|      0|			goto done;
  332|      0|		}
  333|  1.27k|		const int got = iso_ops->read_binary(card, r, buf + r, read_length, 0);
  334|  1.27k|		if (got < 1) {
  ------------------
  |  Branch (334:7): [True: 52, False: 1.22k]
  ------------------
  335|     52|			if (got < 0) {
  ------------------
  |  Branch (335:8): [True: 51, False: 1]
  ------------------
  336|     51|				r = got;
  337|     51|			} else {
  338|      1|				r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      1|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  339|      1|			}
  340|     52|			goto done;
  341|     52|		}
  342|       |
  343|  1.22k|		r += got;
  344|       |
  345|       |		/* Try to read chunks of container size and stop when last container looks empty */
  346|  1.22k|		container_index = r > CONTAINER_OBJ_LEN ? (r / CONTAINER_OBJ_LEN - 1) * CONTAINER_OBJ_LEN : 0;
  ------------------
  |  |  142|  1.22k|#define CONTAINER_OBJ_LEN 86
  ------------------
              		container_index = r > CONTAINER_OBJ_LEN ? (r / CONTAINER_OBJ_LEN - 1) * CONTAINER_OBJ_LEN : 0;
  ------------------
  |  |  142|    395|#define CONTAINER_OBJ_LEN 86
  ------------------
              		container_index = r > CONTAINER_OBJ_LEN ? (r / CONTAINER_OBJ_LEN - 1) * CONTAINER_OBJ_LEN : 0;
  ------------------
  |  |  142|    395|#define CONTAINER_OBJ_LEN 86
  ------------------
  |  Branch (346:21): [True: 395, False: 828]
  ------------------
  347|  1.22k|	} while(length - r > 0 && buf[container_index] != 0);
  ------------------
  |  Branch (347:10): [True: 1.06k, False: 154]
  |  Branch (347:28): [True: 858, False: 211]
  ------------------
  348|    365|	max_entries = r / CONTAINER_OBJ_LEN;
  ------------------
  |  |  142|    365|#define CONTAINER_OBJ_LEN 86
  ------------------
  349|       |
  350|    485|	for (i = 0; i < max_entries; i++) {
  ------------------
  |  Branch (350:14): [True: 121, False: 364]
  ------------------
  351|    121|		u8 *start = &buf[i * CONTAINER_OBJ_LEN];
  ------------------
  |  |  142|    121|#define CONTAINER_OBJ_LEN 86
  ------------------
  352|    121|		idprime_container_t new_container = {0};
  353|    121|		if (start[0] == 0) /* Empty record */
  ------------------
  |  Branch (353:7): [True: 1, False: 120]
  ------------------
  354|      1|			break;
  355|       |
  356|    120|		new_container.index = i;
  357|       |		/* Reading UNICODE characters but skipping second byte */
  358|    120|		int j = 0;
  359|  2.60k|		for (j = 0; j < MAX_CONTAINER_NAME_LEN; j++) {
  ------------------
  |  |  141|  2.60k|#define MAX_CONTAINER_NAME_LEN 39
  ------------------
  |  Branch (359:15): [True: 2.55k, False: 52]
  ------------------
  360|  2.55k|			if (start[2 * j] == 0)
  ------------------
  |  Branch (360:8): [True: 68, False: 2.48k]
  ------------------
  361|     68|				break;
  362|  2.48k|			new_container.guid[j] = start[2 * j];
  363|  2.48k|		}
  364|       |
  365|    120|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found container with index=%d, guid=%s", new_container.index, new_container.guid);
  ------------------
  |  |   70|    120|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  366|       |
  367|    120|		if ((r = idprime_add_container_to_list(&priv->containers, &new_container)) != SC_SUCCESS) {
  ------------------
  |  |   28|    120|#define SC_SUCCESS				0
  ------------------
  |  Branch (367:7): [True: 0, False: 120]
  ------------------
  368|      0|			goto done;
  369|      0|		}
  370|    120|	}
  371|       |
  372|    365|	r = SC_SUCCESS;
  ------------------
  |  |   28|    365|#define SC_SUCCESS				0
  ------------------
  373|    417|done:
  374|    417|	free(buf);
  375|    417|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    417|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    417|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    417|	int _ret = r; \
  |  |  |  |  155|    417|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 417, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    417|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     52|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 52, False: 365]
  |  |  |  |  ------------------
  |  |  |  |  157|    417|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    417|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    417|	return _ret; \
  |  |  |  |  163|    417|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|    417|}
card-idprime.c:idprime_add_container_to_list:
  189|    120|{
  190|    120|	if (list_append(list, container) < 0)
  ------------------
  |  Branch (190:6): [True: 0, False: 120]
  ------------------
  191|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  192|    120|	return SC_SUCCESS;
  ------------------
  |  |   28|    120|#define SC_SUCCESS				0
  ------------------
  193|    120|}
card-idprime.c:idprime_process_keyrefmap:
  379|     86|{
  380|     86|	u8 *buf = NULL;
  381|     86|	int r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|     86|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  382|     86|	int i, max_entries;
  383|       |
  384|     86|	buf = malloc(length);
  385|     86|	if (buf == NULL) {
  ------------------
  |  Branch (385:6): [True: 0, False: 86]
  ------------------
  386|      0|		goto done;
  387|      0|	}
  388|       |
  389|     86|	r = 0;
  390|    304|	do {
  391|    304|		if (length == r) {
  ------------------
  |  Branch (391:7): [True: 0, False: 304]
  ------------------
  392|      0|			r = SC_ERROR_NOT_ENOUGH_MEMORY;
  ------------------
  |  |   67|      0|#define SC_ERROR_NOT_ENOUGH_MEMORY		-1217
  ------------------
  393|      0|			goto done;
  394|      0|		}
  395|    304|		const int got = iso_ops->read_binary(card, r, buf + r, length - r, 0);
  396|    304|		if (got < 1) {
  ------------------
  |  Branch (396:7): [True: 31, False: 273]
  ------------------
  397|     31|			r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     31|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  398|     31|			goto done;
  399|     31|		}
  400|       |
  401|    273|		r += got;
  402|    273|	} while(length - r > 0);
  ------------------
  |  Branch (402:10): [True: 218, False: 55]
  ------------------
  403|     55|	max_entries = r / KEYREF_OBJ_LEN;
  ------------------
  |  |  151|     55|#define KEYREF_OBJ_LEN 8
  ------------------
  404|       |
  405|  18.2k|	for (i = 0; i < max_entries; i++) {
  ------------------
  |  Branch (405:14): [True: 18.2k, False: 55]
  ------------------
  406|  18.2k|		idprime_keyref_t new_keyref;
  407|  18.2k|		u8 *start = &buf[i * KEYREF_OBJ_LEN];
  ------------------
  |  |  151|  18.2k|#define KEYREF_OBJ_LEN 8
  ------------------
  408|  18.2k|		if (start[0] == 0) /* Empty key ref */
  ------------------
  |  Branch (408:7): [True: 4.70k, False: 13.5k]
  ------------------
  409|  4.70k|			continue;
  410|       |
  411|  13.5k|		new_keyref.index = start[2];
  412|  13.5k|		new_keyref.key_reference = start[1];
  413|  13.5k|		new_keyref.pin_index = start[7];
  414|  13.5k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found key reference with index=%d, pin=%d, keyref=%d", new_keyref.index, new_keyref.pin_index, new_keyref.key_reference);
  ------------------
  |  |   70|  13.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  415|       |
  416|  13.5k|		if ((r = idprime_add_keyref_to_list(&priv->keyrefmap, &new_keyref)) != SC_SUCCESS) {
  ------------------
  |  |   28|  13.5k|#define SC_SUCCESS				0
  ------------------
  |  Branch (416:7): [True: 0, False: 13.5k]
  ------------------
  417|      0|			goto done;
  418|      0|		}
  419|  13.5k|	}
  420|     55|	r = SC_SUCCESS;
  ------------------
  |  |   28|     55|#define SC_SUCCESS				0
  ------------------
  421|     86|done:
  422|     86|	free(buf);
  423|     86|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     86|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     86|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     86|	int _ret = r; \
  |  |  |  |  155|     86|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 86, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     86|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 31, False: 55]
  |  |  |  |  ------------------
  |  |  |  |  157|     86|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     86|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     86|	return _ret; \
  |  |  |  |  163|     86|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  424|     86|}
card-idprime.c:idprime_add_keyref_to_list:
  207|  13.5k|{
  208|  13.5k|	if (list_append(list, keyref) < 0)
  ------------------
  |  Branch (208:6): [True: 0, False: 13.5k]
  ------------------
  209|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  210|  13.5k|	return SC_SUCCESS;
  ------------------
  |  |   28|  13.5k|#define SC_SUCCESS				0
  ------------------
  211|  13.5k|}
card-idprime.c:idprime_process_index:
  427|    269|{
  428|    269|	u8 *buf = NULL;
  429|    269|	int r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|    269|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  430|    269|	int i, num_entries;
  431|    269|	idprime_object_t new_object;
  432|       |
  433|    269|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    269|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    269|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    269|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 269]
  |  |  ------------------
  ------------------
  434|       |
  435|    269|	buf = malloc(length);
  436|    269|	if (buf == NULL) {
  ------------------
  |  Branch (436:6): [True: 0, False: 269]
  ------------------
  437|      0|		goto done;
  438|      0|	}
  439|       |
  440|    269|	r = 0;
  441|    600|	do {
  442|    600|		if (length == r) {
  ------------------
  |  Branch (442:7): [True: 1, False: 599]
  ------------------
  443|      1|			r = SC_ERROR_NOT_ENOUGH_MEMORY;
  ------------------
  |  |   67|      1|#define SC_ERROR_NOT_ENOUGH_MEMORY		-1217
  ------------------
  444|      1|			goto done;
  445|      1|		}
  446|    599|		const int got = iso_ops->read_binary(card, r, buf + r, length - r, 0);
  447|    599|		if (got < 1) {
  ------------------
  |  Branch (447:7): [True: 28, False: 571]
  ------------------
  448|     28|			r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     28|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  449|     28|			goto done;
  450|     28|		}
  451|       |		/* First byte shows the number of entries, each of them 21 bytes long */
  452|    571|		num_entries = buf[0];
  453|    571|		r += got;
  454|    571|	} while(r < num_entries * 21 + 1);
  ------------------
  |  Branch (454:10): [True: 331, False: 240]
  ------------------
  455|       |
  456|    240|	new_object.fd = 0;
  457|  6.16k|	for (i = 0; i < num_entries; i++) {
  ------------------
  |  Branch (457:14): [True: 5.92k, False: 240]
  ------------------
  458|  5.92k|		u8 *start = &buf[i*21+1];
  459|       |
  460|       |		/* First two bytes specify the object DF */
  461|  5.92k|		new_object.df[0] = start[0];
  462|  5.92k|		new_object.df[1] = start[1];
  463|       |		/* Second two bytes refer to the object size */
  464|  5.92k|		new_object.length = bebytes2ushort(&start[2]);
  465|  5.92k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "df=%s, len=%u",
  ------------------
  |  |   70|  5.92k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  466|  5.92k|			sc_dump_hex(new_object.df, sizeof(new_object.df)), new_object.length);
  467|       |		/* in minidriver, mscp/kxcNN or kscNN lists certificates */
  468|  5.92k|		if (((memcmp(&start[4], "ksc", 3) == 0) || memcmp(&start[4], "kxc", 3) == 0)
  ------------------
  |  Branch (468:8): [True: 51, False: 5.87k]
  |  Branch (468:46): [True: 635, False: 5.23k]
  ------------------
  469|    686|			&& (memcmp(&start[12], "mscp", 5) == 0)) {
  ------------------
  |  Branch (469:7): [True: 492, False: 194]
  ------------------
  470|    492|			uint8_t cert_id = 0;
  471|    492|			idprime_container_t *container = NULL;
  472|       |
  473|    492|			if (start[7] >= '0' && start[7] <= '9' && start[8] >= '0' && start[8] <= '9') {
  ------------------
  |  Branch (473:8): [True: 441, False: 51]
  |  Branch (473:27): [True: 283, False: 158]
  |  Branch (473:46): [True: 206, False: 77]
  |  Branch (473:65): [True: 72, False: 134]
  ------------------
  474|     72|				cert_id = (start[7] - '0') * 10 + start[8] - '0';
  475|     72|			}
  476|    492|			new_object.fd++;
  477|    492|			new_object.key_reference = -1;
  478|    492|			new_object.valid_key_ref = 0;
  479|    492|			new_object.pin_index = 1;
  480|       |
  481|    492|			container = (idprime_container_t *) list_seek(&priv->containers, &cert_id);
  482|    492|			if (!container) {
  ------------------
  |  Branch (482:8): [True: 394, False: 98]
  ------------------
  483|       |				/* Container map missing container with certificate ID */
  484|    394|				sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "No corresponding container with private key found for certificate with id=%d", cert_id);
  ------------------
  |  |   70|    394|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  485|    394|				if (card->type != SC_CARD_TYPE_IDPRIME_940) {
  ------------------
  |  Branch (485:9): [True: 306, False: 88]
  ------------------
  486|       |					/* For cards other than the 940, we don't know how to recognize
  487|       |					certificates missing keys other than to check
  488|       |					that there is a corresponding entry in the container map.*/
  489|    306|					sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Adding certificate with fd=%d", new_object.fd);
  ------------------
  |  |   70|    306|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  490|    306|					idprime_add_object_to_list(&priv->pki_list, &new_object);
  491|    306|					continue;
  492|    306|				}
  493|    394|			}
  494|       |
  495|    186|			switch (card->type) {
  496|     19|			case SC_CARD_TYPE_IDPRIME_3810:
  ------------------
  |  Branch (496:4): [True: 19, False: 167]
  ------------------
  497|     19|				new_object.key_reference = 0x31 + cert_id;
  498|     19|				break;
  499|     26|			case SC_CARD_TYPE_IDPRIME_830:
  ------------------
  |  Branch (499:4): [True: 26, False: 160]
  ------------------
  500|     26|				new_object.key_reference = 0x41 + cert_id;
  501|     26|				break;
  502|     22|			case SC_CARD_TYPE_IDPRIME_930:
  ------------------
  |  Branch (502:4): [True: 22, False: 164]
  ------------------
  503|     22|				new_object.key_reference = 0x11 + cert_id * 2;
  504|     22|				break;
  505|      0|			case SC_CARD_TYPE_IDPRIME_930_PLUS:
  ------------------
  |  Branch (505:4): [True: 0, False: 186]
  ------------------
  506|      0|				new_object.key_reference = 0x10 + cert_id * 2;
  507|      0|				break;
  508|     88|			case SC_CARD_TYPE_IDPRIME_940: {
  ------------------
  |  Branch (508:4): [True: 88, False: 98]
  ------------------
  509|     88|					idprime_keyref_t *keyref = (idprime_keyref_t *) list_seek(&priv->keyrefmap, &cert_id);
  510|     88|					if (!keyref) {
  ------------------
  |  Branch (510:10): [True: 42, False: 46]
  ------------------
  511|       |						/* Key reference file does not contain record of the key for given certificate */
  512|     42|						sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "No corresponding key reference found for certificate with id=%d", cert_id);
  ------------------
  |  |   70|     42|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  513|     42|						sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Adding certificate with fd=%d", new_object.fd);
  ------------------
  |  |   70|     42|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  514|     42|						idprime_add_object_to_list(&priv->pki_list, &new_object);
  515|     42|						continue;
  516|     42|					}
  517|     46|					new_object.key_reference = keyref->key_reference;
  518|     46|					new_object.pin_index = keyref->pin_index;
  519|     46|					break;
  520|     88|				}
  521|     10|			case SC_CARD_TYPE_IDPRIME_840:
  ------------------
  |  Branch (521:4): [True: 10, False: 176]
  ------------------
  522|     10|				new_object.key_reference = 0xf7 + cert_id;
  523|     10|				break;
  524|     21|			default:
  ------------------
  |  Branch (524:4): [True: 21, False: 165]
  ------------------
  525|     21|				new_object.key_reference = 0x56 + cert_id;
  526|     21|				break;
  527|    186|			}
  528|    144|			new_object.valid_key_ref = 1;
  529|    144|			if (container != NULL) {
  ------------------
  |  Branch (529:8): [True: 98, False: 46]
  ------------------
  530|     98|				sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found certificate with fd=%d, key_ref=%d corresponding to container \"%s\"",
  ------------------
  |  |   70|     98|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  531|     98|					new_object.fd, new_object.key_reference, container->guid);
  532|     98|			} else {
  533|     46|				sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found certificate with fd=%d, key_ref=%d without corresponding container",
  ------------------
  |  |   70|     46|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  534|     46|					new_object.fd, new_object.key_reference);
  535|     46|			}
  536|       |
  537|    144|			idprime_add_object_to_list(&priv->pki_list, &new_object);
  538|       |
  539|       |		/* This looks like non-standard extension listing pkcs11 token info label in my card */
  540|  5.43k|		} else if ((memcmp(&start[4], "tinfo", 6) == 0) && (memcmp(&start[12], "p11", 4) == 0)) {
  ------------------
  |  Branch (540:14): [True: 49, False: 5.38k]
  |  Branch (540:54): [True: 35, False: 14]
  ------------------
  541|     35|			memcpy(priv->tinfo_df, new_object.df, sizeof(priv->tinfo_df));
  542|     35|			priv->tinfo_present = 1;
  543|     35|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found p11/tinfo object");
  ------------------
  |  |   70|     35|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  544|  5.39k|		} else if ((memcmp(&start[4], "cmapfile", 8) == 0) && (memcmp(&start[12], "mscp", 4) == 0)) {
  ------------------
  |  Branch (544:14): [True: 118, False: 5.28k]
  |  Branch (544:57): [True: 57, False: 61]
  ------------------
  545|     57|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found mscp/cmapfile object %s",
  ------------------
  |  |   70|    192|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (70:115): [True: 21, False: 36]
  |  |  |  Branch (70:115): [True: 10, False: 11]
  |  |  ------------------
  ------------------
  546|     57|					(start[0] == 02 && start[1] == 04 ? "(already processed)" : "(in non-standard path!)"));
  547|  5.34k|		} else if (memcmp(&start[4], "cardapps", 8) == 0) {
  ------------------
  |  Branch (547:14): [True: 13, False: 5.32k]
  ------------------
  548|     13|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found cardapps object");
  ------------------
  |  |   70|     13|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  549|  5.32k|		} else if (memcmp(&start[4], "cardid", 6) == 0) {
  ------------------
  |  Branch (549:14): [True: 15, False: 5.31k]
  ------------------
  550|     15|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found cardid object");
  ------------------
  |  |   70|     15|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  551|  5.31k|		} else if (memcmp(&start[4], "cardcf", 6) == 0) {
  ------------------
  |  Branch (551:14): [True: 24, False: 5.28k]
  ------------------
  552|     24|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found cardcf object");
  ------------------
  |  |   70|     24|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  553|     24|		}
  554|  5.92k|	}
  555|       |
  556|    240|	r = SC_SUCCESS;
  ------------------
  |  |   28|    240|#define SC_SUCCESS				0
  ------------------
  557|    269|done:
  558|    269|	free(buf);
  559|    269|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    269|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    269|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    269|	int _ret = r; \
  |  |  |  |  155|    269|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 269, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    269|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     29|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 29, False: 240]
  |  |  |  |  ------------------
  |  |  |  |  157|    269|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    269|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    269|	return _ret; \
  |  |  |  |  163|    269|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  560|    269|}
card-idprime.c:idprime_finish:
  743|    240|{
  744|    240|	idprime_private_data_t * priv = card->drv_data;
  745|       |
  746|    240|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    240|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    240|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    240|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 240]
  |  |  ------------------
  ------------------
  747|    240|	if (priv) {
  ------------------
  |  Branch (747:6): [True: 240, False: 0]
  ------------------
  748|    240|		idprime_free_private_data(priv);
  749|    240|	}
  750|    240|	return SC_SUCCESS;
  ------------------
  |  |   28|    240|#define SC_SUCCESS				0
  ------------------
  751|    240|}
card-idprime.c:idprime_read_binary:
  968|    671|{
  969|    671|	struct idprime_private_data *priv = card->drv_data;
  970|    671|	int r = 0;
  971|    671|	int size;
  972|    671|	size_t sz;
  973|       |
  974|    671|	sc_log(card->ctx, "called; %zu bytes at offset %d", count, offset);
  ------------------
  |  |   71|    671|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  975|       |
  976|    671|	if (!priv->cached && offset == 0) {
  ------------------
  |  Branch (976:6): [True: 96, False: 575]
  |  Branch (976:23): [True: 96, False: 0]
  ------------------
  977|       |		/* Read what was reported by FCI from select command */
  978|     96|		size_t left = priv->file_size;
  979|     96|		unsigned read = 0;
  980|       |
  981|       |		// this function is called to read and uncompress the certificate
  982|     96|		u8 buffer[SC_MAX_EXT_APDU_BUFFER_SIZE];
  983|     96|		u8 *data_buffer = buffer;
  984|     96|		if (sizeof(buffer) < count || sizeof(buffer) < priv->file_size) {
  ------------------
  |  Branch (984:7): [True: 0, False: 96]
  |  Branch (984:33): [True: 0, False: 96]
  ------------------
  985|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  986|      0|		}
  987|    151|		while (left > 0) {
  ------------------
  |  Branch (987:10): [True: 90, False: 61]
  ------------------
  988|     90|			r = iso_ops->read_binary(card, read, buffer + read, priv->file_size - read, flags);
  989|     90|			if (r <= 0) {
  ------------------
  |  Branch (989:8): [True: 35, False: 55]
  ------------------
  990|     35|				LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     35|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     35|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     35|	int _ret = r; \
  |  |  |  |  155|     35|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 35, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 31, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  157|     35|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     35|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     35|	return _ret; \
  |  |  |  |  163|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  991|     35|			}
  992|     55|			left -= r;
  993|     55|			read += r;
  994|     55|		}
  995|     61|		if (read < 4 || read != priv->file_size) {
  ------------------
  |  Branch (995:7): [True: 25, False: 36]
  |  Branch (995:19): [True: 0, False: 36]
  ------------------
  996|     25|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|     25|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     25|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     25|	int _ret = r; \
  |  |  |  |  155|     25|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 25, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     25|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     25|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 25, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     25|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     25|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     25|	return _ret; \
  |  |  |  |  163|     25|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  997|     25|		}
  998|     36|		if (buffer[0] == 1 && buffer[1] == 0) {
  ------------------
  |  Branch (998:7): [True: 10, False: 26]
  |  Branch (998:25): [True: 6, False: 4]
  ------------------
  999|       |			/* Data will be decompressed later */
 1000|      6|			data_buffer += 4;
 1001|      6|			sz = priv->file_size - 4;
 1002|      6|			if (flags)
  ------------------
  |  Branch (1002:8): [True: 1, False: 5]
  ------------------
 1003|      1|				*flags |= SC_FILE_FLAG_COMPRESSED_AUTO;
  ------------------
  |  |  230|      1|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
 1004|     30|		} else {
 1005|     30|			sz = priv->file_size;
 1006|     30|		}
 1007|     36|		priv->cache_buf = malloc(sz);
 1008|     36|		if (priv->cache_buf == NULL) {
  ------------------
  |  Branch (1008:7): [True: 0, False: 36]
  ------------------
 1009|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1010|      0|		}
 1011|     36|		memcpy(priv->cache_buf, data_buffer, sz);
 1012|     36|		priv->cache_buf_len = sz;
 1013|     36|		priv->cached = 1;
 1014|     36|	}
 1015|    611|	if (offset >= priv->cache_buf_len) {
  ------------------
  |  Branch (1015:6): [True: 6, False: 605]
  ------------------
 1016|      6|		return 0;
 1017|      6|	}
 1018|    605|	size = (int) MIN((priv->cache_buf_len - offset), count);
  ------------------
  |  |   70|    605|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 6, False: 599]
  |  |  ------------------
  ------------------
 1019|    605|	memcpy(buf, priv->cache_buf + offset, size);
 1020|    605|	return size;
 1021|    611|}
card-idprime.c:idprime_select_file:
  942|  1.22k|{
  943|  1.22k|	int r;
  944|  1.22k|	idprime_private_data_t * priv = card->drv_data;
  945|       |
  946|  1.22k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.22k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.22k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.22k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.22k]
  |  |  ------------------
  ------------------
  947|       |
  948|       |	/* forget any old cached values */
  949|  1.22k|	if (priv->cache_buf) {
  ------------------
  |  Branch (949:6): [True: 20, False: 1.20k]
  ------------------
  950|     20|		free(priv->cache_buf);
  951|     20|		priv->cache_buf = NULL;
  952|     20|	}
  953|  1.22k|	priv->cache_buf_len = 0;
  954|  1.22k|	priv->cached = 0;
  955|       |
  956|  1.22k|	r = iso_ops->select_file(card, in_path, file_out);
  957|  1.22k|	if (r == SC_SUCCESS && file_out != NULL) {
  ------------------
  |  |   28|  2.44k|#define SC_SUCCESS				0
  ------------------
  |  Branch (957:6): [True: 181, False: 1.03k]
  |  Branch (957:25): [True: 112, False: 69]
  ------------------
  958|       | 	 	/* Cache the real file size for the caching read_binary() */
  959|    112| 	 	priv->file_size = (*file_out)->size;
  960|    112|	}
  961|       |	/* Return the exit code of the select command */
  962|  1.22k|	return r;
  963|  1.22k|}
card-idprime.c:idprime_card_ctl:
  909|  1.96k|{
  910|  1.96k|	idprime_private_data_t * priv = card->drv_data;
  911|       |
  912|  1.96k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.96k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.96k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.96k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.96k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.96k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  913|  1.96k|	sc_log(card->ctx, "cmd=%ld ptr=%p", cmd, ptr);
  ------------------
  |  |   71|  1.96k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  914|       |
  915|  1.96k|	if (priv == NULL) {
  ------------------
  |  Branch (915:6): [True: 0, False: 1.96k]
  ------------------
  916|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  917|      0|	}
  918|  1.96k|	switch (cmd) {
  ------------------
  |  Branch (918:10): [True: 1.93k, False: 24]
  ------------------
  919|    240|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (919:3): [True: 240, False: 1.72k]
  ------------------
  920|    240|			return idprime_get_serial(card, (sc_serial_number_t *) ptr);
  921|    238|		case SC_CARDCTL_IDPRIME_GET_TOKEN_NAME:
  ------------------
  |  Branch (921:3): [True: 238, False: 1.72k]
  ------------------
  922|    238|			return idprime_get_token_name(card, (char **) ptr);
  923|    238|		case SC_CARDCTL_IDPRIME_INIT_GET_OBJECTS:
  ------------------
  |  Branch (923:3): [True: 238, False: 1.72k]
  ------------------
  924|    238|			return idprime_get_init_and_get_count(&priv->pki_list, &priv->pki_current,
  925|    238|				(int *)ptr);
  926|    492|		case SC_CARDCTL_IDPRIME_GET_NEXT_OBJECT:
  ------------------
  |  Branch (926:3): [True: 492, False: 1.47k]
  ------------------
  927|    492|			return idprime_fill_prkey_info(&priv->pki_list, &priv->pki_current,
  928|    492|				(sc_pkcs15_prkey_info_t *)ptr);
  929|    238|		case SC_CARDCTL_IDPRIME_FINAL_GET_OBJECTS:
  ------------------
  |  Branch (929:3): [True: 238, False: 1.72k]
  ------------------
  930|    238|			return idprime_final_iterator(&priv->pki_list);
  931|    492|		case SC_CARDCTL_IDPRIME_GET_PIN_ID:
  ------------------
  |  Branch (931:3): [True: 492, False: 1.47k]
  ------------------
  932|    492|			return idprime_get_pin_id(&priv->pki_list, &priv->pki_current,
  933|    492|				(const char **)ptr);
  934|  1.96k|	}
  935|       |
  936|     24|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|     24|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     24|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     24|	int _ret = r; \
  |  |  |  |  155|     24|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 24, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     24|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     24|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 24, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     24|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     24|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     24|	return _ret; \
  |  |  |  |  163|     24|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  937|     24|}
card-idprime.c:idprime_get_serial:
  826|    240|{
  827|    240|	sc_path_t cardid_path;
  828|    240|	sc_file_t *file = NULL;
  829|    240|	u8 buf[IDPRIME_CARDID_LEN];
  830|    240|	int r;
  831|       |
  832|    240|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    240|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    240|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    240|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    240|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 240]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  833|       |
  834|       |	/* XXX this is assumed to be cardid for windows. It can be read from the index file */
  835|    240|	sc_format_path("0201", &cardid_path);
  836|    240|	r = iso_ops->select_file(card, &cardid_path, &file);
  837|    240|	if (r != SC_SUCCESS || file->size != IDPRIME_CARDID_LEN) { /* The cardid is always 16 B */
  ------------------
  |  |   28|    480|#define SC_SUCCESS				0
  ------------------
              	if (r != SC_SUCCESS || file->size != IDPRIME_CARDID_LEN) { /* The cardid is always 16 B */
  ------------------
  |  |  823|     13|#define IDPRIME_CARDID_LEN 16
  ------------------
  |  Branch (837:6): [True: 227, False: 13]
  |  Branch (837:25): [True: 7, False: 6]
  ------------------
  838|    234|		sc_file_free(file);
  839|    234|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_LENGTH);
  ------------------
  |  |  164|    234|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    234|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    234|	int _ret = r; \
  |  |  |  |  155|    234|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 234, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    234|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    234|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 234, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    234|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    234|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    234|	return _ret; \
  |  |  |  |  163|    234|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  840|    234|	}
  841|       |
  842|      6|	r = iso_ops->read_binary(card, 0, buf, file->size, 0);
  843|      6|	sc_file_free(file);
  844|      6|	if (r < 1) {
  ------------------
  |  Branch (844:6): [True: 2, False: 4]
  ------------------
  845|      2|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      2|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      2|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      2|	int _ret = r; \
  |  |  |  |  155|      2|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      2|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  846|      4|	} else if (r != IDPRIME_CARDID_LEN) {
  ------------------
  |  |  823|      4|#define IDPRIME_CARDID_LEN 16
  ------------------
  |  Branch (846:13): [True: 1, False: 3]
  ------------------
  847|      1|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  848|      1|	}
  849|       |
  850|      3|	serial->len = MIN(IDPRIME_CARDID_LEN, SC_MAX_SERIALNR);
  ------------------
  |  |   70|      3|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 3, Folded]
  |  |  ------------------
  ------------------
  851|      3|	memcpy(serial->value, buf, serial->len);
  852|      3|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  853|      3|}
card-idprime.c:idprime_get_token_name:
  856|    238|{
  857|    238|	idprime_private_data_t * priv = card->drv_data;
  858|    238|	sc_path_t tinfo_path = {"\x00\x00", 2, 0, 0, SC_PATH_TYPE_PATH, {"", 0}};
  ------------------
  |  |  119|    238|#define SC_PATH_TYPE_PATH		2
  ------------------
  859|    238|	sc_file_t *file = NULL;
  860|    238|	u8 buf[2];
  861|    238|	char *name;
  862|    238|	int r;
  863|       |
  864|    238|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    238|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    238|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    238|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    238|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  865|       |
  866|    238|	if (tname == NULL) {
  ------------------
  |  Branch (866:6): [True: 0, False: 238]
  ------------------
  867|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  868|      0|	}
  869|       |
  870|    238|	if (!priv->tinfo_present) {
  ------------------
  |  Branch (870:6): [True: 211, False: 27]
  ------------------
  871|    211|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    211|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    211|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    211|	int _ret = r; \
  |  |  |  |  155|    211|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 211, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    211|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    211|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 211, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    211|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    211|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    211|	return _ret; \
  |  |  |  |  163|    211|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  872|    211|	}
  873|       |
  874|     27|	memcpy(tinfo_path.value, priv->tinfo_df, 2);
  875|     27|	r = iso_ops->select_file(card, &tinfo_path, &file);
  876|     27|	if (r != SC_SUCCESS || file->size == 0) {
  ------------------
  |  |   28|     54|#define SC_SUCCESS				0
  ------------------
  |  Branch (876:6): [True: 5, False: 22]
  |  Branch (876:25): [True: 1, False: 21]
  ------------------
  877|      6|		sc_file_free(file);
  878|      6|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  879|      6|	}
  880|       |
  881|       |	/* First two bytes lists 0x01, the second indicates length */
  882|     21|	r = iso_ops->read_binary(card, 0, buf, 2, 0);
  883|     21|	if (r < 2 || buf[1] > file->size) { /* make sure we do not overrun */
  ------------------
  |  Branch (883:6): [True: 3, False: 18]
  |  Branch (883:15): [True: 4, False: 14]
  ------------------
  884|      7|		sc_file_free(file);
  885|      7|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      7|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      7|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      7|	int _ret = r; \
  |  |  |  |  155|      7|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      4|	} else { \
  |  |  |  |  159|      4|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      4|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      4|	} \
  |  |  |  |  162|      7|	return _ret; \
  |  |  |  |  163|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  886|      7|	}
  887|     14|	sc_file_free(file);
  888|       |
  889|     14|	name = malloc(buf[1]);
  890|     14|	if (name == NULL) {
  ------------------
  |  Branch (890:6): [True: 0, False: 14]
  ------------------
  891|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  892|      0|	}
  893|       |
  894|     14|	r = iso_ops->read_binary(card, 2, (unsigned char *)name, buf[1], 0);
  895|     14|	if (r < 1) {
  ------------------
  |  Branch (895:6): [True: 7, False: 7]
  ------------------
  896|      7|		free(name);
  897|      7|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      7|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      7|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      7|	int _ret = r; \
  |  |  |  |  155|      7|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  157|      7|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      7|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      7|	return _ret; \
  |  |  |  |  163|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  898|      7|	}
  899|       |
  900|      7|	if (name[r-1] != '\0') {
  ------------------
  |  Branch (900:6): [True: 4, False: 3]
  ------------------
  901|      4|		name[r-1] = '\0';
  902|      4|	}
  903|      7|	*tname = name;
  904|       |
  905|      7|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      7|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      7|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      7|	int _ret = r; \
  |  |  |  |  155|      7|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  157|      7|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      7|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      7|	return _ret; \
  |  |  |  |  163|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  906|      7|}
card-idprime.c:idprime_get_init_and_get_count:
  768|    238|{
  769|    238|	if (countp == NULL || entry == NULL) {
  ------------------
  |  Branch (769:6): [True: 0, False: 238]
  |  Branch (769:24): [True: 0, False: 238]
  ------------------
  770|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  771|      0|	}
  772|    238|	*countp = list_size(list);
  773|    238|	list_iterator_start(list);
  774|    238|	*entry = list_iterator_next(list);
  775|    238|	return SC_SUCCESS;
  ------------------
  |  |   28|    238|#define SC_SUCCESS				0
  ------------------
  776|    238|}
card-idprime.c:idprime_fill_prkey_info:
  787|    492|{
  788|    492|	memset(prkey_info, 0, sizeof(sc_pkcs15_prkey_info_t));
  789|    492|	if (*entry == NULL) {
  ------------------
  |  Branch (789:6): [True: 0, False: 492]
  ------------------
  790|      0|		return SC_ERROR_FILE_END_REACHED;
  ------------------
  |  |   69|      0|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  791|      0|	}
  792|       |
  793|    492|	prkey_info->path.len = sizeof((*entry)->df);
  794|    492|	memcpy(prkey_info->path.value, (*entry)->df, sizeof((*entry)->df));
  795|    492|	prkey_info->path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    492|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  796|       |	/* Do not specify the length -- it will be read from the FCI */
  797|    492|	prkey_info->path.count = -1;
  798|       |
  799|       |	/* TODO figure out the IDs as the original driver? */
  800|    492|	prkey_info->id.value[0] = ((*entry)->fd >> 8) & 0xff;
  801|    492|	prkey_info->id.value[1] = (*entry)->fd & 0xff;
  802|    492|	prkey_info->id.len = 2;
  803|    492|	if ((*entry)->valid_key_ref)
  ------------------
  |  Branch (803:6): [True: 144, False: 348]
  ------------------
  804|    144|		prkey_info->key_reference = (*entry)->key_reference;
  805|    348|	else
  806|    348|		prkey_info->key_reference = -1;
  807|    492|	*entry = list_iterator_next(list);
  808|    492|	return SC_SUCCESS;
  ------------------
  |  |   28|    492|#define SC_SUCCESS				0
  ------------------
  809|    492|}
card-idprime.c:idprime_final_iterator:
  780|    238|{
  781|    238|	list_iterator_stop(list);
  782|    238|	return SC_SUCCESS;
  ------------------
  |  |   28|    238|#define SC_SUCCESS				0
  ------------------
  783|    238|}
card-idprime.c:idprime_get_pin_id:
  813|    492|{
  814|    492|	if (pin_id == NULL || entry == NULL) {
  ------------------
  |  Branch (814:6): [True: 0, False: 492]
  |  Branch (814:24): [True: 0, False: 492]
  ------------------
  815|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  816|      0|	}
  817|    492|	*pin_id = "11"; // normal PIN id
  818|    492|	if ((*entry)->pin_index != 1)
  ------------------
  |  Branch (818:6): [True: 46, False: 446]
  ------------------
  819|     46|		*pin_id = "83"; // signature PIN id
  820|    492|	return SC_SUCCESS;
  ------------------
  |  |   28|    492|#define SC_SUCCESS				0
  ------------------
  821|    492|}

sc_get_isoApplet_driver:
 1295|  16.4k|{
 1296|  16.4k|	return sc_get_driver();
 1297|  16.4k|}
card-isoApplet.c:sc_get_driver:
 1259|  16.4k|{
 1260|  16.4k|	sc_card_driver_t *iso_drv = sc_get_iso7816_driver();
 1261|       |
 1262|  16.4k|	if(iso_ops == NULL)
  ------------------
  |  Branch (1262:5): [True: 1, False: 16.4k]
  ------------------
 1263|      1|	{
 1264|      1|		iso_ops = iso_drv->ops;
 1265|      1|	}
 1266|       |
 1267|  16.4k|	isoApplet_ops = *iso_drv->ops;
 1268|       |
 1269|  16.4k|	isoApplet_ops.match_card = isoApplet_match_card;
 1270|  16.4k|	isoApplet_ops.init = isoApplet_init;
 1271|  16.4k|	isoApplet_ops.finish = isoApplet_finish;
 1272|       |
 1273|  16.4k|	isoApplet_ops.card_ctl = isoApplet_card_ctl;
 1274|       |
 1275|  16.4k|	isoApplet_ops.create_file = isoApplet_create_file;
 1276|  16.4k|	isoApplet_ops.process_fci = isoApplet_process_fci;
 1277|  16.4k|	isoApplet_ops.set_security_env = isoApplet_set_security_env;
 1278|  16.4k|	isoApplet_ops.compute_signature = isoApplet_compute_signature;
 1279|  16.4k|	isoApplet_ops.get_challenge = isoApplet_get_challenge;
 1280|  16.4k|	isoApplet_ops.card_reader_lock_obtained = isoApplet_card_reader_lock_obtained;
 1281|  16.4k|	isoApplet_ops.logout = isoApplet_logout;
 1282|       |
 1283|       |	/* unsupported functions */
 1284|  16.4k|	isoApplet_ops.write_binary = NULL;
 1285|  16.4k|	isoApplet_ops.read_record = NULL;
 1286|  16.4k|	isoApplet_ops.write_record = NULL;
 1287|  16.4k|	isoApplet_ops.append_record = NULL;
 1288|  16.4k|	isoApplet_ops.update_record = NULL;
 1289|  16.4k|	isoApplet_ops.restore_security_env = NULL;
 1290|       |
 1291|  16.4k|	return &isoApplet_drv;
 1292|  16.4k|}
card-isoApplet.c:isoApplet_match_card:
  111|  3.65k|{
  112|  3.65k|	int rv;
  113|       |
  114|  3.65k|	rv = iso7816_select_aid(card, isoApplet_aid, sizeof(isoApplet_aid), NULL, NULL);
  115|  3.65k|	if(rv != SC_SUCCESS)
  ------------------
  |  |   28|  3.65k|#define SC_SUCCESS				0
  ------------------
  |  Branch (115:5): [True: 3.59k, False: 62]
  ------------------
  116|  3.59k|	{
  117|  3.59k|		return 0;
  118|  3.59k|	}
  119|       |
  120|     62|	return 1;
  121|  3.65k|}
card-isoApplet.c:isoApplet_init:
  155|     62|{
  156|     62|	int i, r;
  157|     62|	unsigned int major_version = 0;
  158|     62|	unsigned long flags = 0;
  159|     62|	unsigned long ext_flags = 0;
  160|     62|	struct isoApplet_drv_data *drvdata;
  161|       |
  162|     62|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     62|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     62|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     62|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     62|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 62]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|       |
  164|     62|	drvdata=calloc(1, sizeof(*drvdata));
  165|     62|	if (!drvdata)
  ------------------
  |  Branch (165:6): [True: 0, False: 62]
  ------------------
  166|     62|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|       |
  168|     62|	card->drv_data = drvdata;
  169|     62|	card->cla = 0x00;
  170|       |
  171|       |	/* Obtain applet version and specific features */
  172|     62|	r = isoApplet_get_info(card, drvdata);
  173|     62|	LOG_TEST_GOTO_ERR(card->ctx, r, "Error obtaining information about applet.");
  ------------------
  |  |  184|     62|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     62|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     62|	int _ret = (r); \
  |  |  |  |  178|     62|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 7, False: 55]
  |  |  |  |  ------------------
  |  |  |  |  179|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      7|		goto err; \
  |  |  |  |  182|      7|	} \
  |  |  |  |  183|     62|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 55]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|       |
  175|     55|	major_version = drvdata->isoapplet_version & 0xFF00;
  176|     55|	if(major_version != (ISOAPPLET_VERSION_V0 & 0xFF00) && major_version != (ISOAPPLET_VERSION_V1 & 0xFF00))
  ------------------
  |  |   36|     55|#define ISOAPPLET_VERSION_V0 0x0006
  ------------------
              	if(major_version != (ISOAPPLET_VERSION_V0 & 0xFF00) && major_version != (ISOAPPLET_VERSION_V1 & 0xFF00))
  ------------------
  |  |   37|     13|#define ISOAPPLET_VERSION_V1 0x0100
  ------------------
  |  Branch (176:5): [True: 13, False: 42]
  |  Branch (176:57): [True: 9, False: 4]
  ------------------
  177|      9|	{
  178|      9|		sc_log(card->ctx, "IsoApplet: Mismatching major API version. Not proceeding. "
  ------------------
  |  |   71|      9|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  180|      9|			   ISOAPPLET_VERSION_V0, ISOAPPLET_VERSION_V1, drvdata->isoapplet_version);
  |  |  |  |  ------------------
  |  |  |  |  |  |   36|      9|#define ISOAPPLET_VERSION_V0 0x0006
  |  |  |  |  ------------------
  |  |  |  |               			   ISOAPPLET_VERSION_V0, ISOAPPLET_VERSION_V1, drvdata->isoapplet_version);
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define ISOAPPLET_VERSION_V1 0x0100
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  179|      9|			   "API versions: Driver (%04X or %04X), applet (%04X). Please update accordingly.",
  180|      9|			   ISOAPPLET_VERSION_V0, ISOAPPLET_VERSION_V1, drvdata->isoapplet_version);
  181|      9|		r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      9|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  182|      9|		goto err;
  183|      9|	}
  184|     46|	else if(drvdata->isoapplet_version != ISOAPPLET_VERSION_V0 && drvdata->isoapplet_version != ISOAPPLET_VERSION_V1)
  ------------------
  |  |   36|     92|#define ISOAPPLET_VERSION_V0 0x0006
  ------------------
              	else if(drvdata->isoapplet_version != ISOAPPLET_VERSION_V0 && drvdata->isoapplet_version != ISOAPPLET_VERSION_V1)
  ------------------
  |  |   37|     45|#define ISOAPPLET_VERSION_V1 0x0100
  ------------------
  |  Branch (184:10): [True: 45, False: 1]
  |  Branch (184:64): [True: 44, False: 1]
  ------------------
  185|     44|	{
  186|     44|		sc_log(card->ctx, "IsoApplet: Mismatching minor version. Proceeding anyway. "
  ------------------
  |  |   71|     44|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  189|     44|			   ISOAPPLET_VERSION_V0, ISOAPPLET_VERSION_V1, drvdata->isoapplet_version);
  |  |  |  |  ------------------
  |  |  |  |  |  |   36|     44|#define ISOAPPLET_VERSION_V0 0x0006
  |  |  |  |  ------------------
  |  |  |  |               			   ISOAPPLET_VERSION_V0, ISOAPPLET_VERSION_V1, drvdata->isoapplet_version);
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define ISOAPPLET_VERSION_V1 0x0100
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  187|     44|			   "API versions: Driver (%04X or %04X), applet (%04X). "
  188|     44|			   "Please update accordingly whenever possible.",
  189|     44|			   ISOAPPLET_VERSION_V0, ISOAPPLET_VERSION_V1, drvdata->isoapplet_version);
  190|     44|	}
  191|       |
  192|     46|	if(drvdata->isoapplet_features & ISOAPPLET_API_FEATURE_EXT_APDU)
  ------------------
  |  |   39|     46|#define ISOAPPLET_API_FEATURE_EXT_APDU 0x01
  ------------------
  |  Branch (192:5): [True: 6, False: 40]
  ------------------
  193|      6|		card->caps |=  SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|      6|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  194|     46|	if(drvdata->isoapplet_features & ISOAPPLET_API_FEATURE_SECURE_RANDOM)
  ------------------
  |  |   40|     46|#define ISOAPPLET_API_FEATURE_SECURE_RANDOM 0x02
  ------------------
  |  Branch (194:5): [True: 7, False: 39]
  ------------------
  195|      7|		card->caps |=  SC_CARD_CAP_RNG;
  ------------------
  |  |  550|      7|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  196|     46|	if(drvdata->isoapplet_version <= 0x0005
  ------------------
  |  Branch (196:5): [True: 34, False: 12]
  ------------------
  197|     12|			|| drvdata->isoapplet_features & ISOAPPLET_API_FEATURE_ECC)
  ------------------
  |  |   41|     12|#define ISOAPPLET_API_FEATURE_ECC 0x04
  ------------------
  |  Branch (197:7): [True: 9, False: 3]
  ------------------
  198|     43|	{
  199|       |		/* There are Java Cards that do not support ECDSA at all. The IsoApplet
  200|       |		 * started to report this with version 00.06.
  201|       |		 *
  202|       |		 * Curves supported by the pkcs15-init driver are indicated per curve. This
  203|       |		 * should be kept in sync with the explicit parameters in the pkcs15-init
  204|       |		 * driver. */
  205|     43|		flags = 0;
  206|     43|		if (major_version == (ISOAPPLET_VERSION_V0 & 0xFF00)) {
  ------------------
  |  |   36|     43|#define ISOAPPLET_VERSION_V0 0x0006
  ------------------
  |  Branch (206:7): [True: 41, False: 2]
  ------------------
  207|     41|			flags |= SC_ALGORITHM_ECDSA_HASH_SHA1;
  ------------------
  |  |  176|     41|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|     41|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
  208|     41|		} else { // ISOAPPLET_VERSION_V1
  209|      2|			flags |= SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  174|      2|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  210|      2|			flags |= SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|      2|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|      2|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  211|      2|		}
  212|     43|		flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     43|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  213|     43|		ext_flags = SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|     43|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  214|     43|		ext_flags |=  SC_ALGORITHM_EXT_EC_NAMEDCURVE;
  ------------------
  |  |  201|     43|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
  215|     43|		ext_flags |= SC_ALGORITHM_EXT_EC_F_P;
  ------------------
  |  |  198|     43|#define SC_ALGORITHM_EXT_EC_F_P          0x00000001
  ------------------
  216|    473|		for (i=0; ec_curves[i].oid.value[0] >= 0; i++)
  ------------------
  |  Branch (216:13): [True: 430, False: 43]
  ------------------
  217|    430|		{
  218|    430|			if(drvdata->isoapplet_version >= ec_curves[i].min_applet_version)
  ------------------
  |  Branch (218:7): [True: 362, False: 68]
  ------------------
  219|    362|				_sc_card_add_ec_alg(card, ec_curves[i].size, flags, ext_flags, &ec_curves[i].oid);
  220|    430|		}
  221|     43|	}
  222|       |
  223|       |	/* RSA */
  224|     46|	flags = 0;
  225|     46|	flags |= SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|     46|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     46|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     46|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  226|     46|	flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|     46|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  227|     46|	if(drvdata->isoapplet_features & ISOAPPLET_API_FEATURE_RSA_PSS) {
  ------------------
  |  |   42|     46|#define ISOAPPLET_API_FEATURE_RSA_PSS 0x08
  ------------------
  |  Branch (227:5): [True: 7, False: 39]
  ------------------
  228|      7|		flags |= SC_ALGORITHM_RSA_PAD_PSS;
  ------------------
  |  |  107|      7|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  229|      7|	}
  230|       |	/* Key-generation: */
  231|     46|	flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     46|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  232|       |	/* Modulus lengths: */
  233|     46|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  234|     46|	if (drvdata->isoapplet_features & ISOAPPLET_API_FEATURE_RSA_4096) {
  ------------------
  |  |   43|     46|#define ISOAPPLET_API_FEATURE_RSA_4096 0x20
  ------------------
  |  Branch (234:6): [True: 8, False: 38]
  ------------------
  235|      8|		_sc_card_add_rsa_alg(card, 4096, flags, 0);
  236|      8|	}
  237|       |
  238|     46|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     46|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     46|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     46|	int _ret = r; \
  |  |  |  |  155|     46|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 46, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     46|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  |  |  157|     46|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     46|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     46|	return _ret; \
  |  |  |  |  163|     46|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  239|     16|err:
  240|     16|	free(drvdata);
  241|     16|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     16|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     16|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     16|	int _ret = r; \
  |  |  |  |  155|     16|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     16|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     16|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     16|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     16|	return _ret; \
  |  |  |  |  163|     16|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  242|     16|}
card-isoApplet.c:isoApplet_get_info:
  124|     62|isoApplet_get_info(sc_card_t * card, struct isoApplet_drv_data * drvdata) {
  125|     62|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  126|     62|	int rv;
  127|     62|	sc_context_t * ctx = card->ctx;
  128|       |
  129|     62|	rv = sc_get_data(card, 0x0101, rbuf, 3);
  130|     62|	if(rv == SC_ERROR_INS_NOT_SUPPORTED) {
  ------------------
  |  |   54|     62|#define SC_ERROR_INS_NOT_SUPPORTED		-1204
  ------------------
  |  Branch (130:5): [True: 9, False: 53]
  ------------------
  131|       |		/* INS not supported. This is an older IsoApplet that might return the
  132|       |		 * applet information upon selection. For backward compatibility, try this. */
  133|      9|		size_t rlen = sizeof(rbuf);
  134|      9|		rv = iso7816_select_aid(card, isoApplet_aid, sizeof(isoApplet_aid), rbuf, &rlen);
  135|      9|		LOG_TEST_RET(ctx, rv, "Error selecting applet.");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  136|      6|		rv = (int)rlen;
  137|      6|	}
  138|       |
  139|     59|	if (rv < 0) {
  ------------------
  |  Branch (139:6): [True: 4, False: 55]
  ------------------
  140|      4|		LOG_TEST_RET(ctx, rv, "Card returned error.");
  ------------------
  |  |  174|      4|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      4|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      4|	int _ret = (r); \
  |  |  |  |  168|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|      4|	}
  142|       |
  143|       |	/* Fill up drvdata */
  144|     55|	if(rv >= 3)
  ------------------
  |  Branch (144:5): [True: 23, False: 32]
  ------------------
  145|     23|	{
  146|     23|		drvdata->isoapplet_version = rbuf[0] << 8 | rbuf[1];
  147|     23|		drvdata->isoapplet_features = rbuf[2];
  148|     23|	}
  149|       |
  150|     55|	return SC_SUCCESS;
  ------------------
  |  |   28|     55|#define SC_SUCCESS				0
  ------------------
  151|     59|}
card-isoApplet.c:isoApplet_finish:
   97|     46|{
   98|     46|	struct isoApplet_drv_data *drvdata=DRVDATA(card);
  ------------------
  |  |   59|     46|#define DRVDATA(card)	((struct isoApplet_drv_data *) ((card)->drv_data))
  ------------------
   99|       |
  100|     46|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     46|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     46|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     46|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     46|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|     46|	if (drvdata)
  ------------------
  |  Branch (101:6): [True: 46, False: 0]
  ------------------
  102|     46|	{
  103|     46|		free(drvdata);
  104|     46|		card->drv_data=NULL;
  105|     46|	}
  106|     46|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     46|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     46|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     46|	int _ret = r; \
  |  |  |  |  155|     46|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 46, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     46|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  |  |  157|     46|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     46|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     46|	return _ret; \
  |  |  |  |  163|     46|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|     46|}
card-isoApplet.c:isoApplet_card_ctl:
 1037|      3|{
 1038|      3|	int r = 0;
 1039|       |
 1040|      3|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      3|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      3|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      3|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      3|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1041|      3|	switch (cmd)
 1042|      3|	{
 1043|      0|	case SC_CARDCTL_ISOAPPLET_GENERATE_KEY:
  ------------------
  |  Branch (1043:2): [True: 0, False: 3]
  ------------------
 1044|      0|		r = isoApplet_ctl_generate_key(card,
 1045|      0|		                               (sc_cardctl_isoApplet_genkey_t *) ptr);
 1046|      0|		break;
 1047|      0|	case SC_CARDCTL_ISOAPPLET_IMPORT_KEY:
  ------------------
  |  Branch (1047:2): [True: 0, False: 3]
  ------------------
 1048|      0|		r = isoApplet_ctl_import_key(card,
 1049|      0|		                             (sc_cardctl_isoApplet_import_key_t *) ptr);
 1050|      0|		break;
 1051|      3|	default:
  ------------------
  |  Branch (1051:2): [True: 3, False: 0]
  ------------------
 1052|      3|		r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      3|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1053|      3|	}
 1054|      3|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1055|      3|}
card-isoApplet.c:isoApplet_process_fci:
  405|     43|{
  406|     43|	int r;
  407|     43|	u8 *sa = NULL;
  408|       |
  409|     43|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     43|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     43|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     43|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     43|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 43]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  410|       |
  411|     43|	r = iso_ops->process_fci(card, file, buf, buflen);
  412|     43|	LOG_TEST_RET(card->ctx, r, "Error while processing the FCI.");
  ------------------
  |  |  174|     43|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     43|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     43|	int _ret = (r); \
  |  |  |  |  168|     43|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 43]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     43|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 43]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|       |	/* Construct the ACL from the sec_attr. */
  414|     43|	if(file->sec_attr && file->sec_attr_len == 8)
  ------------------
  |  Branch (414:5): [True: 31, False: 12]
  |  Branch (414:23): [True: 22, False: 9]
  ------------------
  415|     22|	{
  416|     22|		sa = file->sec_attr;
  417|     22|		if(sa[0] != 0xFF)
  ------------------
  |  Branch (417:6): [True: 3, False: 19]
  ------------------
  418|      3|		{
  419|      3|			LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_DATA,
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  420|      3|			             "File security attribute does not contain a ACL byte for every operation.");
  421|      3|		}
  422|     19|		if(file->type == SC_FILE_TYPE_DF)
  ------------------
  |  |  214|     19|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (422:6): [True: 9, False: 10]
  ------------------
  423|      9|		{
  424|      9|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_DELETE_SELF, sa[1]);
  ------------------
  |  |  174|      9|#define SC_AC_OP_DELETE_SELF		8
  ------------------
  425|      9|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|      9|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_LOCK, sa[2]);
  ------------------
  |  |  167|      9|#define SC_AC_OP_LOCK			1
  ------------------
  427|      9|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  428|      9|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_ACTIVATE, sa[3]);
  ------------------
  |  |  186|      9|#define SC_AC_OP_ACTIVATE		20
  ------------------
  429|      9|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|      9|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_DEACTIVATE, sa[4]);
  ------------------
  |  |  187|      9|#define SC_AC_OP_DEACTIVATE		21
  ------------------
  431|      9|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|      9|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_CREATE_DF, sa[5]);
  ------------------
  |  |  194|      9|#define SC_AC_OP_CREATE_DF		28
  ------------------
  433|      9|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  434|      9|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_CREATE_EF, sa[6]);
  ------------------
  |  |  193|      9|#define SC_AC_OP_CREATE_EF		27
  ------------------
  435|      9|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|      9|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_DELETE, sa[7]);
  ------------------
  |  |  168|      9|#define SC_AC_OP_DELETE			2
  ------------------
  437|      9|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  438|      9|		}
  439|     10|		else if(file->type == SC_FILE_TYPE_INTERNAL_EF
  ------------------
  |  |  215|     20|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  |  Branch (439:11): [True: 2, False: 8]
  ------------------
  440|      8|		        || file->type == SC_FILE_TYPE_WORKING_EF)
  ------------------
  |  |  216|      8|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  |  Branch (440:14): [True: 5, False: 3]
  ------------------
  441|      7|		{
  442|      7|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_DELETE_SELF, sa[1]);
  ------------------
  |  |  174|      7|#define SC_AC_OP_DELETE_SELF		8
  ------------------
  443|      7|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  444|      7|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_LOCK, sa[2]);
  ------------------
  |  |  167|      7|#define SC_AC_OP_LOCK			1
  ------------------
  445|      7|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|      7|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_ACTIVATE, sa[3]);
  ------------------
  |  |  186|      7|#define SC_AC_OP_ACTIVATE		20
  ------------------
  447|      7|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  448|      7|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_DEACTIVATE, sa[4]);
  ------------------
  |  |  187|      7|#define SC_AC_OP_DEACTIVATE		21
  ------------------
  449|      7|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|      7|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_WRITE, sa[5]);
  ------------------
  |  |  190|      7|#define SC_AC_OP_WRITE			24
  ------------------
  451|      7|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  452|      7|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_UPDATE, sa[6]);
  ------------------
  |  |  189|      7|#define SC_AC_OP_UPDATE			23
  ------------------
  453|      7|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  454|      7|			r = isoApplet_add_sa_to_acl(file, SC_AC_OP_READ, sa[7]);
  ------------------
  |  |  188|      7|#define SC_AC_OP_READ			22
  ------------------
  455|      7|			LOG_TEST_RET(card->ctx, r, "Error adding ACL entry.");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  456|      7|		}
  457|       |
  458|     19|	}
  459|       |
  460|     40|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     40|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     40|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     40|	int _ret = r; \
  |  |  |  |  155|     40|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 40, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     40|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 40]
  |  |  |  |  ------------------
  |  |  |  |  157|     40|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     40|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     40|	return _ret; \
  |  |  |  |  163|     40|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  461|     40|}
card-isoApplet.c:isoApplet_add_sa_to_acl:
  368|    112|{
  369|    112|	int r;
  370|       |
  371|    112|	switch(saByte)
  372|    112|	{
  373|     14|	case 0x90:
  ------------------
  |  Branch (373:2): [True: 14, False: 98]
  ------------------
  374|     14|		r = sc_file_add_acl_entry(file, operation, SC_AC_CHV, 1);
  ------------------
  |  |  151|     14|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  375|     14|		if(r < 0)
  ------------------
  |  Branch (375:6): [True: 0, False: 14]
  ------------------
  376|      0|			return r;
  377|     14|		break;
  378|     27|	case 0xFF:
  ------------------
  |  Branch (378:2): [True: 27, False: 85]
  ------------------
  379|     27|		r = sc_file_add_acl_entry(file, operation, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  163|     27|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
              		r = sc_file_add_acl_entry(file, operation, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     27|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  380|     27|		if(r < 0)
  ------------------
  |  Branch (380:6): [True: 0, False: 27]
  ------------------
  381|      0|			return r;
  382|     27|		break;
  383|     29|	case 0x00:
  ------------------
  |  Branch (383:2): [True: 29, False: 83]
  ------------------
  384|     29|		r = sc_file_add_acl_entry(file, operation, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     29|#define SC_AC_NONE			0x00000000
  ------------------
              		r = sc_file_add_acl_entry(file, operation, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     29|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  385|     29|		if(r < 0)
  ------------------
  |  Branch (385:6): [True: 0, False: 29]
  ------------------
  386|      0|			return r;
  387|     29|		break;
  388|     42|	default:
  ------------------
  |  Branch (388:2): [True: 42, False: 70]
  ------------------
  389|     42|		r = sc_file_add_acl_entry(file, operation, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  162|     42|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
              		r = sc_file_add_acl_entry(file, operation, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     42|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  390|     42|		if(r < 0)
  ------------------
  |  Branch (390:6): [True: 0, False: 42]
  ------------------
  391|      0|			return r;
  392|    112|	}
  393|    112|	return SC_SUCCESS;
  ------------------
  |  |   28|    112|#define SC_SUCCESS				0
  ------------------
  394|    112|}
card-isoApplet.c:isoApplet_card_reader_lock_obtained:
 1241|  3.77k|{
 1242|  3.77k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  3.77k|#define SC_SUCCESS				0
  ------------------
 1243|       |
 1244|  3.77k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.77k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.77k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.77k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.77k]
  |  |  ------------------
  ------------------
 1245|       |
 1246|  3.77k|	if (was_reset > 0) {
  ------------------
  |  Branch (1246:6): [True: 0, False: 3.77k]
  ------------------
 1247|      0|		r = iso7816_select_aid(card, isoApplet_aid, sizeof(isoApplet_aid), NULL, NULL);
 1248|      0|	}
 1249|       |
 1250|  3.77k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  3.77k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.77k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.77k|	int _ret = r; \
  |  |  |  |  155|  3.77k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.77k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.77k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3.77k]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.77k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.77k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  3.77k|	return _ret; \
  |  |  |  |  163|  3.77k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1251|  3.77k|}

sc_get_itacns_driver:
  523|  16.4k|{
  524|  16.4k|	return sc_get_driver();
  525|  16.4k|}
card-itacns.c:sc_get_driver:
  504|  16.4k|{
  505|  16.4k|	if (!default_ops)
  ------------------
  |  Branch (505:6): [True: 1, False: 16.4k]
  ------------------
  506|      1|		default_ops = sc_get_iso7816_driver()->ops;
  507|  16.4k|	itacns_ops = *default_ops;
  508|  16.4k|	itacns_ops.match_card = itacns_match_card;
  509|  16.4k|	itacns_ops.init = itacns_init;
  510|  16.4k|	itacns_ops.finish = itacns_finish;
  511|  16.4k|	itacns_ops.set_security_env = itacns_set_security_env;
  512|  16.4k|	itacns_ops.restore_security_env = itacns_restore_security_env;
  513|  16.4k|	itacns_ops.pin_cmd = itacns_pin_cmd;
  514|  16.4k|	itacns_ops.read_binary = itacns_read_binary;
  515|  16.4k|	itacns_ops.list_files = itacns_list_files;
  516|  16.4k|	itacns_ops.select_file = itacns_select_file;
  517|  16.4k|	itacns_ops.card_ctl = itacns_card_ctl;
  518|  16.4k|	itacns_ops.get_challenge = itacns_get_challenge;
  519|  16.4k|	return &itacns_drv;
  520|  16.4k|}
card-itacns.c:itacns_match_card:
  122|  3.91k|{
  123|  3.91k|	int r = 0;
  124|       |
  125|       |	/* Try table first */
  126|  3.91k|	r = _sc_match_atr(card, itacns_atrs, &card->type);
  127|  3.91k|	if(r >= 0) return 1;
  ------------------
  |  Branch (127:5): [True: 114, False: 3.80k]
  ------------------
  128|       |
  129|  3.80k|	if (itacns_match_cns_card(card)) return 1;
  ------------------
  |  Branch (129:6): [True: 35, False: 3.76k]
  ------------------
  130|  3.76k|	if (itacns_match_cie_card(card)) return 1;
  ------------------
  |  Branch (130:6): [True: 107, False: 3.65k]
  ------------------
  131|       |
  132|       |	/* No card type was matched. */
  133|  3.65k|	return 0;
  134|  3.76k|}
card-itacns.c:itacns_match_cns_card:
   85|  3.80k|{
   86|  3.80k|	u8 manufacturer_code;
   87|  3.80k|	u8 manufacturer_mask;
   88|  3.80k|	u8 fw_major;
   89|       |
   90|  3.80k|	if (15 != card->reader->atr_info.hist_bytes_len ||
  ------------------
  |  Branch (90:6): [True: 3.54k, False: 260]
  ------------------
   91|    260|	    0 != memcmp(card->reader->atr_info.hist_bytes+9, "CNS", 3))
  ------------------
  |  Branch (91:6): [True: 225, False: 35]
  ------------------
   92|  3.76k|		return 0;
   93|       |
   94|     35|	card->type = SC_CARD_TYPE_ITACNS_CNS;
   95|       |
   96|     35|	manufacturer_code = card->reader->atr_info.hist_bytes[2];
   97|     35|	manufacturer_mask = card->reader->atr_info.hist_bytes[3];
   98|     35|	fw_major = card->reader->atr_info.hist_bytes[4];
   99|       |
  100|     35|	if (manufacturer_code == ITACNS_ICMAN_INFINEON &&
  ------------------
  |  |    9|     70|#define ITACNS_ICMAN_INFINEON		0x05
  ------------------
  |  Branch (100:6): [True: 9, False: 26]
  ------------------
  101|      9|	    manufacturer_mask == ITACNS_MASKMAN_IDEMIA &&
  ------------------
  |  |   11|     44|#define ITACNS_MASKMAN_IDEMIA		0x05
  ------------------
  |  Branch (101:6): [True: 5, False: 4]
  ------------------
  102|      5|	    fw_major >= 32) {
  ------------------
  |  Branch (102:6): [True: 1, False: 4]
  ------------------
  103|      1|			card->type = SC_CARD_TYPE_ITACNS_CNS_IDEMIA_2021;
  104|      1|	}
  105|       |
  106|     35|	return 1;
  107|  3.80k|}
card-itacns.c:itacns_match_cie_card:
  110|  3.76k|{
  111|  3.76k|	u8 h7_to_h15[] = { 0x02, 'I', 'T', 'I', 'D', 0x20, 0x20, 0x31, 0x80, };
  112|  3.76k|	if (15 != card->reader->atr_info.hist_bytes_len ||
  ------------------
  |  Branch (112:6): [True: 3.54k, False: 225]
  ------------------
  113|    225|	    0 != memcmp(card->reader->atr_info.hist_bytes+6,
  ------------------
  |  Branch (113:6): [True: 118, False: 107]
  ------------------
  114|    225|			h7_to_h15, sizeof h7_to_h15))
  115|  3.65k|		return 0;
  116|       |
  117|    107|	card->type = SC_CARD_TYPE_ITACNS_CIE_V2;
  118|    107|	return 1;
  119|  3.76k|}
card-itacns.c:itacns_init:
  141|    256|{
  142|    256|	unsigned long	flags;
  143|       |
  144|    256|	SC_FUNC_CALLED(card->ctx, 1);
  ------------------
  |  |  148|    256|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    256|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    256|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 256]
  |  |  ------------------
  ------------------
  145|       |
  146|    256|	card->name = "CNS card";
  147|    256|	card->cla = 0x00;
  148|       |
  149|    256|	card->drv_data = calloc(1, sizeof(itacns_drv_data_t));
  150|    256|	if (!card->drv_data)
  ------------------
  |  Branch (150:6): [True: 0, False: 256]
  ------------------
  151|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  152|       |
  153|    256|	if (card->type == SC_CARD_TYPE_ITACNS_CNS)
  ------------------
  |  Branch (153:6): [True: 34, False: 222]
  ------------------
  154|     34|		itacns_init_cns_card(card);
  155|       |
  156|    256|	DRVDATA(card)->ic_manufacturer_code = card->reader->atr_info.hist_bytes[2];
  ------------------
  |  |   64|    256|#define DRVDATA(card) ((itacns_drv_data_t *) card->drv_data)
  ------------------
  157|    256|	DRVDATA(card)->mask_manufacturer_code = card->reader->atr_info.hist_bytes[3];
  ------------------
  |  |   64|    256|#define DRVDATA(card) ((itacns_drv_data_t *) card->drv_data)
  ------------------
  158|    256|	card->version.fw_major = card->reader->atr_info.hist_bytes[4];
  159|    256|	card->version.fw_minor = card->reader->atr_info.hist_bytes[5];
  160|       |
  161|       |	/* Set up algorithm info. */
  162|    256|	flags = SC_ALGORITHM_NEED_USAGE
  ------------------
  |  |   95|    256|#define SC_ALGORITHM_NEED_USAGE		0x40000000
  ------------------
  163|    256|		| SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|    256|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  164|    256|		| SC_ALGORITHM_RSA_HASHES
  ------------------
  |  |  142|    256|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  165|    256|		;
  166|       |
  167|    256|	if ((card->version.hw_major >= 1 && card->version.hw_minor >= 1) ||
  ------------------
  |  Branch (167:7): [True: 23, False: 233]
  |  Branch (167:38): [True: 13, False: 10]
  ------------------
  168|    243|	    card->type == SC_CARD_TYPE_ITACNS_CNS_IDEMIA_2021) {
  ------------------
  |  Branch (168:6): [True: 100, False: 143]
  ------------------
  169|    113|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    113|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  170|    113|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  171|    143|	} else {
  172|    143|		_sc_card_add_rsa_alg(card, 1024, flags, 0);
  173|    143|	}
  174|    256|	return SC_SUCCESS;
  ------------------
  |  |   28|    256|#define SC_SUCCESS				0
  ------------------
  175|    256|}
card-itacns.c:itacns_init_cns_card:
   67|     34|{
   68|     34|	if (15 != card->reader->atr_info.hist_bytes_len)
  ------------------
  |  Branch (68:6): [True: 0, False: 34]
  ------------------
   69|      0|		return;
   70|       |
   71|     34|	u8 cns_version = card->reader->atr_info.hist_bytes[12];
   72|     34|	card->version.hw_major = (cns_version >> 4) & 0x0f;
   73|     34|	card->version.hw_minor = cns_version & 0x0f;
   74|       |
   75|       |	/* Warn if version is not 1.X. */
   76|     34|	if (cns_version != 0x10 && cns_version != 0x11) {
  ------------------
  |  Branch (76:6): [True: 32, False: 2]
  |  Branch (76:29): [True: 30, False: 2]
  ------------------
   77|     30|		char version[8];
   78|     30|		snprintf(version, sizeof(version), "%d.%d", card->version.hw_major, card->version.hw_minor);
   79|     30|		sc_log(card->ctx, "CNS card version %s; no official specifications "
  ------------------
  |  |   71|     30|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   80|     30|		       "are published. Proceeding anyway.\n", version);
   81|     30|	}
   82|     34|}
card-itacns.c:itacns_finish:
  178|    256|{
  179|    256|	if(card->drv_data) {
  ------------------
  |  Branch (179:5): [True: 256, False: 0]
  ------------------
  180|    256|		free(card->drv_data);
  181|    256|	}
  182|    256|	return 0;
  183|    256|}
card-itacns.c:itacns_pin_cmd:
  297|     13|{
  298|     13|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     13|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  299|       |	/* Enable backtracking for STIncard cards. */
  300|     13|	if(DRVDATA(card)->mask_manufacturer_code == ITACNS_MASKMAN_STINCARD) {
  ------------------
  |  |   64|     13|#define DRVDATA(card) ((itacns_drv_data_t *) card->drv_data)
  ------------------
              	if(DRVDATA(card)->mask_manufacturer_code == ITACNS_MASKMAN_STINCARD) {
  ------------------
  |  |   13|     13|#define ITACNS_MASKMAN_STINCARD		0x09
  ------------------
  |  Branch (300:5): [True: 1, False: 12]
  ------------------
  301|      1|		data->pin_reference |= 0x80;
  302|      1|	}
  303|       |
  304|       |	/* FIXME: the following values depend on what pin length was
  305|       |	 * used when creating the BS objects */
  306|     13|	if (data->pin1.max_length == 0)
  ------------------
  |  Branch (306:6): [True: 13, False: 0]
  ------------------
  307|     13|		data->pin1.max_length = 8;
  308|     13|	if (data->pin2.max_length == 0)
  ------------------
  |  Branch (308:6): [True: 13, False: 0]
  ------------------
  309|     13|		data->pin2.max_length = 8;
  310|     13|	return default_ops->pin_cmd(card, data);
  311|     13|}
card-itacns.c:itacns_read_binary:
  316|    842|{
  317|    842|	size_t already_read = 0;
  318|    842|	size_t requested;
  319|    842|	int r;
  320|    911|	while(1) {
  ------------------
  |  Branch (320:8): [True: 911, Folded]
  ------------------
  321|    911|		requested = count - already_read;
  322|    911|		if(requested > ITACNS_MAX_PAYLOAD)
  ------------------
  |  |   36|    911|#define ITACNS_MAX_PAYLOAD 0xff
  ------------------
  |  Branch (322:6): [True: 415, False: 496]
  ------------------
  323|    415|			requested = ITACNS_MAX_PAYLOAD;
  ------------------
  |  |   36|    415|#define ITACNS_MAX_PAYLOAD 0xff
  ------------------
  324|    911|		r = default_ops->read_binary(card, (unsigned)(idx + already_read),
  325|    911|			&buf[already_read], requested, flags);
  326|    911|		if(r < 0)
  ------------------
  |  Branch (326:6): [True: 153, False: 758]
  ------------------
  327|    153|			return r;
  328|    758|		already_read += r;
  329|    758|		if (r == 0 || (size_t)r < requested || already_read == count) {
  ------------------
  |  Branch (329:7): [True: 118, False: 640]
  |  Branch (329:17): [True: 410, False: 230]
  |  Branch (329:42): [True: 161, False: 69]
  ------------------
  330|       |			/* We have finished */
  331|    689|			return (int)already_read;
  332|    689|		}
  333|    758|	}
  334|    842|}
card-itacns.c:itacns_select_file:
  421|  2.20k|{
  422|  2.20k|	int r;
  423|       |
  424|  2.20k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.20k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.20k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.20k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.20k]
  |  |  ------------------
  ------------------
  425|  2.20k|	r = default_ops->select_file(card, in_path, file);
  426|  2.20k|	if (r >= 0 && file) {
  ------------------
  |  Branch (426:6): [True: 804, False: 1.40k]
  |  Branch (426:16): [True: 205, False: 599]
  ------------------
  427|    205|		parse_sec_attr((*file), (*file)->sec_attr,
  428|    205|			(*file)->sec_attr_len);
  429|    205|	}
  430|  2.20k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.20k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.20k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.20k|	int _ret = r; \
  |  |  |  |  155|  2.20k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.20k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.20k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.40k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.40k, False: 804]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.20k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.20k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.20k|	return _ret; \
  |  |  |  |  163|  2.20k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  431|  2.20k|}
card-itacns.c:parse_sec_attr:
  403|    205|{
  404|    205|	size_t i;
  405|    205|	const int *idx;
  406|       |
  407|    205|	idx = (file->type == SC_FILE_TYPE_DF) ?  df_acl : ef_acl;
  ------------------
  |  |  214|    205|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (407:8): [True: 5, False: 200]
  ------------------
  408|       |
  409|       |	/* acl defaults to 0xFF if unspecified */
  410|  2.05k|	for (i = 0; i < 9; i++) {
  ------------------
  |  Branch (410:14): [True: 1.84k, False: 205]
  ------------------
  411|  1.84k|		if (idx[i] != -1) {
  ------------------
  |  Branch (411:7): [True: 1.43k, False: 410]
  ------------------
  412|  1.43k|			add_acl_entry(file, idx[i],
  413|  1.43k|				(u8)((i < len) ? buf[i] : 0xFF));
  ------------------
  |  Branch (413:10): [True: 155, False: 1.28k]
  ------------------
  414|  1.43k|		}
  415|  1.84k|	}
  416|    205|}
card-itacns.c:add_acl_entry:
  350|  1.43k|{
  351|  1.43k|	unsigned int method, key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|  1.43k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  352|       |
  353|  1.43k|	switch (byte) {
  354|     38|	case 0x00:
  ------------------
  |  Branch (354:2): [True: 38, False: 1.39k]
  ------------------
  355|     38|		method = SC_AC_NONE;
  ------------------
  |  |  150|     38|#define SC_AC_NONE			0x00000000
  ------------------
  356|     38|		break;
  357|  1.31k|	case 0xFF:
  ------------------
  |  Branch (357:2): [True: 1.31k, False: 118]
  ------------------
  358|  1.33k|	case 0x66:
  ------------------
  |  Branch (358:2): [True: 14, False: 1.42k]
  ------------------
  359|  1.33k|		method = SC_AC_NEVER;
  ------------------
  |  |  163|  1.33k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  360|  1.33k|		break;
  361|     66|	default:
  ------------------
  |  Branch (361:2): [True: 66, False: 1.36k]
  ------------------
  362|     66|		if (byte > 0x1F) {
  ------------------
  |  Branch (362:7): [True: 50, False: 16]
  ------------------
  363|     50|			method = SC_AC_UNKNOWN;
  ------------------
  |  |  162|     50|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  364|     50|		} else {
  365|     16|			method = SC_AC_CHV;
  ------------------
  |  |  151|     16|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  366|     16|			key_ref = byte;
  367|     16|		}
  368|     66|		break;
  369|  1.43k|	}
  370|  1.43k|	sc_file_add_acl_entry(file, op, method, key_ref);
  371|  1.43k|}
card-itacns.c:itacns_card_ctl:
  486|    497|{
  487|    497|	switch (cmd) {
  ------------------
  |  Branch (487:10): [True: 13, False: 484]
  ------------------
  488|     13|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (488:3): [True: 13, False: 484]
  ------------------
  489|     13|		return itacns_get_serialnr(card, ptr);
  490|    497|	}
  491|    484|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    484|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  492|    497|}
card-itacns.c:itacns_get_serialnr:
  434|     13|{
  435|     13|	sc_path_t path;
  436|     13|	sc_file_t *file;
  437|     13|	size_t    len;
  438|     13|	int r;
  439|     13|	u8        rbuf[256];
  440|       |
  441|     13|	if (!serial) return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  |  Branch (441:6): [True: 0, False: 13]
  ------------------
  442|       |
  443|       |	/* see if we have cached serial number */
  444|     13|	if (card->serialnr.len) {
  ------------------
  |  Branch (444:6): [True: 0, False: 13]
  ------------------
  445|      0|		memcpy(serial, &card->serialnr, sizeof(*serial));
  446|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  447|      0|	}
  448|       |
  449|     13|	sc_log(card->ctx, "Reading EF_IDCarta.\n");
  ------------------
  |  |   71|     13|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  450|       |
  451|     13|	sc_format_path("3F0010001003", &path);
  452|       |
  453|     13|	r = sc_select_file(card, &path, &file);
  454|     13|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     13|#define SC_SUCCESS				0
  ------------------
  |  Branch (454:6): [True: 5, False: 8]
  ------------------
  455|      5|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      5|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  456|      5|	}
  457|      8|	len = file->size;
  458|      8|	sc_file_free(file);
  459|       |
  460|       |	//Returned file->size should be 16.
  461|       |	//We choose to not consider it as critical, because some cards
  462|       |	//do not return FCI/FCP templates that include the file size.
  463|       |	//Notify abnormal length anyway.
  464|      8|	if (len != 16) {
  ------------------
  |  Branch (464:6): [True: 7, False: 1]
  ------------------
  465|      7|		sc_log(card->ctx,
  ------------------
  |  |   71|      7|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  466|      7|				"Unexpected file length of EF_IDCarta (%lu)\n",
  467|      7|				(unsigned long) len);
  468|      7|	}
  469|       |
  470|      8|	r = sc_read_binary(card, 0, rbuf, 256, 0);
  471|      8|	if ( r != 16 ) {
  ------------------
  |  Branch (471:7): [True: 7, False: 1]
  ------------------
  472|      7|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      7|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  473|      7|	}
  474|       |
  475|       |	/* cache serial number */
  476|      1|	memcpy(card->serialnr.value, rbuf, 16);
  477|      1|	card->serialnr.len = 16;
  478|       |	/* copy and return serial number */
  479|      1|	memcpy(serial, &card->serialnr, sizeof(*serial));
  480|       |
  481|      1|	return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  482|      8|}

jpki_select_ap:
   46|  2.80k|{
   47|  2.80k|	int rc;
   48|  2.80k|	sc_path_t path;
   49|       |
   50|  2.80k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  2.80k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.80k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.80k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.80k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.80k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|       |
   52|       |	/* Select JPKI application */
   53|  2.80k|	sc_format_path(AID_JPKI, &path);
  ------------------
  |  |   27|  2.80k|#define AID_JPKI "D392f000260100000001"
  ------------------
   54|  2.80k|	path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  2.80k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
   55|  2.80k|	rc = sc_select_file(card, &path, NULL);
   56|  2.80k|	LOG_TEST_RET(card->ctx, rc, "select JPKI AP failed");
  ------------------
  |  |  174|  2.80k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.80k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.80k|	int _ret = (r); \
  |  |  |  |  168|  2.80k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.66k, False: 133]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.66k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.66k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.66k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.66k|		return _ret; \
  |  |  |  |  172|  2.66k|	} \
  |  |  |  |  173|  2.80k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 133]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|       |
   58|    133|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    133|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    133|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    133|	int _ret = r; \
  |  |  |  |  155|    133|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 133, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    133|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 133]
  |  |  |  |  ------------------
  |  |  |  |  157|    133|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    133|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    133|	return _ret; \
  |  |  |  |  163|    133|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   59|    133|}
sc_get_jpki_driver:
  382|  16.4k|{
  383|  16.4k|	return sc_get_driver();
  384|  16.4k|}
card-jpki.c:sc_get_driver:
  363|  16.4k|{
  364|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  365|       |
  366|  16.4k|	jpki_ops = *iso_drv->ops;
  367|  16.4k|	jpki_ops.match_card = jpki_match_card;
  368|  16.4k|	jpki_ops.init = jpki_init;
  369|  16.4k|	jpki_ops.finish = jpki_finish;
  370|  16.4k|	jpki_ops.select_file = jpki_select_file;
  371|  16.4k|	jpki_ops.pin_cmd = jpki_pin_cmd;
  372|  16.4k|	jpki_ops.set_security_env = jpki_set_security_env;
  373|  16.4k|	jpki_ops.compute_signature = jpki_compute_signature;
  374|  16.4k|	jpki_ops.card_reader_lock_obtained = jpki_card_reader_lock_obtained;
  375|  16.4k|	jpki_ops.logout = jpki_logout;
  376|       |
  377|  16.4k|	return &jpki_drv;
  378|  16.4k|}
card-jpki.c:jpki_match_card:
   63|  2.72k|{
   64|  2.72k|	int i, rc;
   65|       |
   66|  2.72k|	i = _sc_match_atr(card, jpki_atrs, &card->type);
   67|  2.72k|	if (i >= 0) {
  ------------------
  |  Branch (67:6): [True: 0, False: 2.72k]
  ------------------
   68|      0|		return 1;
   69|      0|	}
   70|       |
   71|  2.72k|	rc = jpki_select_ap(card);
   72|  2.72k|	if (rc == SC_SUCCESS) {
  ------------------
  |  |   28|  2.72k|#define SC_SUCCESS				0
  ------------------
  |  Branch (72:6): [True: 71, False: 2.65k]
  ------------------
   73|     71|		card->type = SC_CARD_TYPE_JPKI_BASE;
   74|     71|		return 1;
   75|     71|	}
   76|  2.65k|	return 0;
   77|  2.72k|}
card-jpki.c:jpki_init:
   95|     71|{
   96|     71|	struct jpki_private_data *drvdata;
   97|     71|	sc_file_t *mf;
   98|     71|	int flags;
   99|       |
  100|     71|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     71|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     71|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     71|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     71|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 71]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|       |
  102|     71|	drvdata = malloc(sizeof (struct jpki_private_data));
  103|     71|	if (!drvdata)
  ------------------
  |  Branch (103:6): [True: 0, False: 71]
  ------------------
  104|     71|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  105|       |
  106|     71|	memset(drvdata, 0, sizeof (struct jpki_private_data));
  107|       |
  108|       |	/* create virtual MF */
  109|     71|	mf = sc_file_new();
  110|     71|	if (!mf) {
  ------------------
  |  Branch (110:6): [True: 0, False: 71]
  ------------------
  111|      0|		free(drvdata);
  112|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|      0|	}
  114|     71|	sc_format_path("3f00", &mf->path);
  115|     71|	mf->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     71|#define SC_FILE_TYPE_DF			0x04
  ------------------
  116|     71|	mf->shareable = 0;
  117|     71|	mf->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|     71|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  118|     71|	mf->size = 0;
  119|     71|	mf->id = 0x3f00;
  120|     71|	mf->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|     71|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  121|     71|	sc_file_add_acl_entry(mf, SC_AC_OP_SELECT, SC_AC_NONE, 0);
  ------------------
  |  |  166|     71|#define SC_AC_OP_SELECT			0
  ------------------
              	sc_file_add_acl_entry(mf, SC_AC_OP_SELECT, SC_AC_NONE, 0);
  ------------------
  |  |  150|     71|#define SC_AC_NONE			0x00000000
  ------------------
  122|     71|	sc_file_add_acl_entry(mf, SC_AC_OP_LIST_FILES, SC_AC_NONE, 0);
  ------------------
  |  |  172|     71|#define SC_AC_OP_LIST_FILES		6
  ------------------
              	sc_file_add_acl_entry(mf, SC_AC_OP_LIST_FILES, SC_AC_NONE, 0);
  ------------------
  |  |  150|     71|#define SC_AC_NONE			0x00000000
  ------------------
  123|     71|	sc_file_add_acl_entry(mf, SC_AC_OP_LOCK, SC_AC_NEVER, 0);
  ------------------
  |  |  167|     71|#define SC_AC_OP_LOCK			1
  ------------------
              	sc_file_add_acl_entry(mf, SC_AC_OP_LOCK, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     71|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  124|     71|	sc_file_add_acl_entry(mf, SC_AC_OP_DELETE, SC_AC_NEVER, 0);
  ------------------
  |  |  168|     71|#define SC_AC_OP_DELETE			2
  ------------------
              	sc_file_add_acl_entry(mf, SC_AC_OP_DELETE, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     71|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  125|     71|	sc_file_add_acl_entry(mf, SC_AC_OP_CREATE, SC_AC_NEVER, 0);
  ------------------
  |  |  169|     71|#define SC_AC_OP_CREATE			3
  ------------------
              	sc_file_add_acl_entry(mf, SC_AC_OP_CREATE, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     71|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  126|     71|	drvdata->mf = mf;
  127|     71|	drvdata->selected = SELECT_MF;
  ------------------
  |  |   24|     71|#define SELECT_MF 0
  ------------------
  128|       |
  129|     71|	card->name = "jpki";
  130|     71|	card->drv_data = drvdata;
  131|       |
  132|     71|	flags = SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  133|     71|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
              	flags = SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|     71|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     71|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     71|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  133|     71|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  134|       |
  135|     71|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     71|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     71|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     71|	int _ret = r; \
  |  |  |  |  155|     71|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 71, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     71|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 71]
  |  |  |  |  ------------------
  |  |  |  |  157|     71|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     71|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     71|	return _ret; \
  |  |  |  |  163|     71|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  136|     71|}
card-jpki.c:jpki_finish:
   81|     71|{
   82|     71|	struct jpki_private_data *drvdata = JPKI_DRVDATA(card);
  ------------------
  |  |   36|     71|#define JPKI_DRVDATA(card) ((struct jpki_private_data *) ((card)->drv_data))
  ------------------
   83|       |
   84|     71|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     71|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     71|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     71|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     71|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 71]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   85|     71|	if (drvdata) {
  ------------------
  |  Branch (85:6): [True: 71, False: 0]
  ------------------
   86|     71|		sc_file_free(drvdata->mf);
   87|     71|		free(drvdata);
   88|     71|		card->drv_data = NULL;
   89|     71|	}
   90|     71|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     71|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     71|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     71|	int _ret = r; \
  |  |  |  |  155|     71|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 71, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     71|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 71]
  |  |  |  |  ------------------
  |  |  |  |  157|     71|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     71|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     71|	return _ret; \
  |  |  |  |  163|     71|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   91|     71|}
card-jpki.c:jpki_select_file:
  141|  3.51k|{
  142|  3.51k|	struct jpki_private_data *drvdata = JPKI_DRVDATA(card);
  ------------------
  |  |   36|  3.51k|#define JPKI_DRVDATA(card) ((struct jpki_private_data *) ((card)->drv_data))
  ------------------
  143|  3.51k|	int rc;
  144|  3.51k|	sc_apdu_t apdu;
  145|  3.51k|	struct sc_file *file = NULL;
  146|       |
  147|  3.51k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  3.51k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.51k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.51k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.51k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  148|  3.51k|	sc_log(card->ctx, "jpki_select_file: path=%s, len=%zu", sc_print_path(path), path->len);
  ------------------
  |  |   71|  3.51k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  149|  3.51k|	if (path->len == 2 && memcmp(path->value, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (149:6): [True: 427, False: 3.08k]
  |  Branch (149:24): [True: 0, False: 427]
  ------------------
  150|      0|		drvdata->selected = SELECT_MF;
  ------------------
  |  |   24|      0|#define SELECT_MF 0
  ------------------
  151|      0|		if (file_out) {
  ------------------
  |  Branch (151:7): [True: 0, False: 0]
  ------------------
  152|      0|			sc_file_dup(file_out, drvdata->mf);
  153|      0|			if (*file_out == NULL) {
  ------------------
  |  Branch (153:8): [True: 0, False: 0]
  ------------------
  154|      0|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|      0|			}
  156|      0|		}
  157|      0|		return 0;
  158|      0|	}
  159|       |
  160|  3.51k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  293|  3.51k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  161|  3.51k|	switch (path->type) {
  162|    405|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|    405|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (162:2): [True: 405, False: 3.10k]
  ------------------
  163|    405|		apdu.p1 = 2;
  164|    405|		break;
  165|  2.87k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  2.87k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (165:2): [True: 2.87k, False: 640]
  ------------------
  166|  2.87k|		apdu.p1 = 4;
  167|  2.87k|		break;
  168|    235|	default:
  ------------------
  |  Branch (168:2): [True: 235, False: 3.27k]
  ------------------
  169|    235|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|    235|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    235|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    235|	int _ret = r; \
  |  |  |  |  155|    235|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 235, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    235|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    235|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 235, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    235|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    235|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    235|	return _ret; \
  |  |  |  |  163|    235|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  170|  3.51k|	}
  171|  3.27k|	apdu.p2 = 0x0C;
  172|  3.27k|	apdu.data = path->value;
  173|  3.27k|	apdu.datalen = path->len;
  174|  3.27k|	apdu.lc = path->len;
  175|       |
  176|  3.27k|	rc = sc_transmit_apdu(card, &apdu);
  177|  3.27k|	LOG_TEST_RET(card->ctx, rc, "APDU transmit failed");
  ------------------
  |  |  174|  3.27k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.27k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.27k|	int _ret = (r); \
  |  |  |  |  168|  3.27k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 22, False: 3.25k]
  |  |  |  |  ------------------
  |  |  |  |  169|     22|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     22|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     22|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     22|		return _ret; \
  |  |  |  |  172|     22|	} \
  |  |  |  |  173|  3.27k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.25k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  178|  3.25k|	rc = sc_check_sw(card, apdu.sw1, apdu.sw2);
  179|  3.25k|	LOG_TEST_RET(card->ctx, rc, "SW Check failed");
  ------------------
  |  |  174|  3.25k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.25k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.25k|	int _ret = (r); \
  |  |  |  |  168|  3.25k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.91k, False: 340]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.91k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.91k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.91k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.91k|		return _ret; \
  |  |  |  |  172|  2.91k|	} \
  |  |  |  |  173|  3.25k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 340]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  180|    340|	if (!file_out) {
  ------------------
  |  Branch (180:6): [True: 340, False: 0]
  ------------------
  181|    340|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    340|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    340|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    340|	int _ret = r; \
  |  |  |  |  155|    340|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 340, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    340|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 340]
  |  |  |  |  ------------------
  |  |  |  |  157|    340|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    340|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    340|	return _ret; \
  |  |  |  |  163|    340|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|    340|	}
  183|       |
  184|       |	/* read certificate file size */
  185|      0|	if (path->len == 2 && (
  ------------------
  |  Branch (185:6): [True: 0, False: 0]
  ------------------
  186|      0|		    memcmp(path->value, "\x00\x0A", 2) == 0 ||
  ------------------
  |  Branch (186:7): [True: 0, False: 0]
  ------------------
  187|      0|		    memcmp(path->value, "\x00\x01", 2) == 0 ||
  ------------------
  |  Branch (187:7): [True: 0, False: 0]
  ------------------
  188|      0|		    memcmp(path->value, "\x00\x0B", 2) == 0 ||
  ------------------
  |  Branch (188:7): [True: 0, False: 0]
  ------------------
  189|      0|		    memcmp(path->value, "\x00\x02", 2) == 0 )
  ------------------
  |  Branch (189:7): [True: 0, False: 0]
  ------------------
  190|      0|		) {
  191|      0|		u8 buf[4];
  192|      0|		rc = sc_read_binary(card, 0, buf, 4, 0);
  193|      0|		LOG_TEST_RET(card->ctx, rc, "SW Check failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  194|      0|		if (rc < 4)
  ------------------
  |  Branch (194:7): [True: 0, False: 0]
  ------------------
  195|      0|			LOG_TEST_RET(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Received data too short");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|      0|		file = sc_file_new();
  197|      0|		if (!file) {
  ------------------
  |  Branch (197:7): [True: 0, False: 0]
  ------------------
  198|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|      0|		}
  200|      0|		file->path = *path;
  201|      0|		file->size = (buf[2] << 8 | buf[3]) + 4;
  202|      0|		*file_out = file;
  203|      0|	}
  204|      0|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|      0|}
card-jpki.c:jpki_pin_cmd:
  209|    258|{
  210|    258|	int rc;
  211|    258|	sc_path_t path;
  212|    258|	sc_apdu_t apdu;
  213|    258|	struct jpki_private_data *priv = JPKI_DRVDATA(card);
  ------------------
  |  |   36|    258|#define JPKI_DRVDATA(card) ((struct jpki_private_data *) ((card)->drv_data))
  ------------------
  214|    258|	int max_tries = 0;
  215|       |
  216|    258|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    258|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    258|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    258|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    258|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 258]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  217|       |
  218|    258|	switch (data->pin_reference) {
  219|    132|	case 1:
  ------------------
  |  Branch (219:2): [True: 132, False: 126]
  ------------------
  220|    132|		sc_format_path(JPKI_AUTH_PIN, &path);
  ------------------
  |  |   29|    132|#define JPKI_AUTH_PIN "0018"
  ------------------
  221|    132|		path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    132|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  222|    132|		rc = sc_select_file(card, &path, NULL);
  223|    132|		max_tries = JPKI_AUTH_PIN_MAX_TRIES;
  ------------------
  |  |   30|    132|#define JPKI_AUTH_PIN_MAX_TRIES 3
  ------------------
  224|    132|		break;
  225|    118|	case 2:
  ------------------
  |  Branch (225:2): [True: 118, False: 140]
  ------------------
  226|    118|		sc_format_path(JPKI_SIGN_PIN, &path);
  ------------------
  |  |   33|    118|#define JPKI_SIGN_PIN "001B"
  ------------------
  227|    118|		path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    118|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  228|    118|		rc = sc_select_file(card, &path, NULL);
  229|    118|		max_tries = JPKI_SIGN_PIN_MAX_TRIES;
  ------------------
  |  |   34|    118|#define JPKI_SIGN_PIN_MAX_TRIES 5
  ------------------
  230|    118|		break;
  231|      8|	default:
  ------------------
  |  Branch (231:2): [True: 8, False: 250]
  ------------------
  232|      8|		sc_log(card->ctx, "Unknown PIN reference: %d", data->pin_reference);
  ------------------
  |  |   71|      8|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  233|      8|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      8|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      8|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      8|	int _ret = r; \
  |  |  |  |  155|      8|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      8|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      8|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      8|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      8|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      8|	return _ret; \
  |  |  |  |  163|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|    258|	}
  235|    250|	LOG_TEST_RET(card->ctx, rc, "SELECT_FILE error");
  ------------------
  |  |  174|    250|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    250|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    250|	int _ret = (r); \
  |  |  |  |  168|    250|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 121, False: 129]
  |  |  |  |  ------------------
  |  |  |  |  169|    121|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    121|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    121|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    121|		return _ret; \
  |  |  |  |  172|    121|	} \
  |  |  |  |  173|    250|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 129]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  236|       |
  237|    129|	switch (data->cmd) {
  238|     12|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|     12|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (238:2): [True: 12, False: 117]
  ------------------
  239|       |		/* detect overloaded APDU with SC_PIN_CMD_GET_INFO */
  240|     12|		if (data->pin1.len == 0 && !(data->flags & SC_PIN_CMD_USE_PINPAD))
  ------------------
  |  |  421|      0|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  |  Branch (240:7): [True: 0, False: 12]
  |  Branch (240:30): [True: 0, False: 0]
  ------------------
  241|     12|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_PIN_LENGTH);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  242|     12|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3, 0x20, 0x00, 0x80);
  ------------------
  |  |  302|     12|#define SC_APDU_CASE_3			0x23
  ------------------
  243|     12|		apdu.data = data->pin1.data;
  244|     12|		apdu.datalen = data->pin1.len;
  245|     12|		apdu.lc = data->pin1.len;
  246|     12|		rc = sc_transmit_apdu(card, &apdu);
  247|     12|		LOG_TEST_RET(card->ctx, rc, "APDU transmit failed");
  ------------------
  |  |  174|     12|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     12|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     12|	int _ret = (r); \
  |  |  |  |  168|     12|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  248|     11|		rc = sc_check_sw(card, apdu.sw1, apdu.sw2);
  249|     11|		if (rc == SC_SUCCESS) {
  ------------------
  |  |   28|     11|#define SC_SUCCESS				0
  ------------------
  |  Branch (249:7): [True: 9, False: 2]
  ------------------
  250|      9|			data->pin1.logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|      9|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
  251|      9|			data->pin1.tries_left = max_tries;
  252|      9|		} else {
  253|      2|			data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|      2|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
  254|      2|			data->pin1.tries_left = apdu.sw2 & 0xF;
  255|      2|		}
  256|     11|		priv->logged_in = data->pin1.logged_in;
  257|     11|		LOG_TEST_RET(card->ctx, rc, "VERIFY failed");
  ------------------
  |  |  174|     11|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     11|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     11|	int _ret = (r); \
  |  |  |  |  168|     11|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  258|      9|		break;
  259|    113|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|    113|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (259:2): [True: 113, False: 16]
  ------------------
  260|    113|		sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x20, 0x00, 0x80);
  ------------------
  |  |  291|    113|#define SC_APDU_CASE_1			0x01
  ------------------
  261|    113|		rc = sc_transmit_apdu(card, &apdu);
  262|    113|		LOG_TEST_RET(card->ctx, rc, "APDU transmit failed");
  ------------------
  |  |  174|    113|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    113|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    113|	int _ret = (r); \
  |  |  |  |  168|    113|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 110]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|    113|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 110]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|    110|		if (apdu.sw1 != 0x63) {
  ------------------
  |  Branch (263:7): [True: 15, False: 95]
  ------------------
  264|     15|			sc_log(card->ctx, "VERIFY GET_INFO error");
  ------------------
  |  |   71|     15|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  265|     15|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_CARD_CMD_FAILED);
  ------------------
  |  |  164|     15|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     15|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     15|	int _ret = r; \
  |  |  |  |  155|     15|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     15|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     15|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     15|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     15|	return _ret; \
  |  |  |  |  163|     15|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|     15|		}
  267|     95|		data->pin1.logged_in = priv->logged_in;
  268|     95|		data->pin1.tries_left = apdu.sw2 & 0xF;
  269|     95|		break;
  270|      4|	default:
  ------------------
  |  Branch (270:2): [True: 4, False: 125]
  ------------------
  271|      4|		sc_log(card->ctx, "Card does not support PIN command: %d", data->cmd);
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  272|      4|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      4|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      4|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      4|	int _ret = r; \
  |  |  |  |  155|      4|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      4|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      4|	return _ret; \
  |  |  |  |  163|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  273|    129|	}
  274|       |
  275|    104|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    104|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    104|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    104|	int _ret = r; \
  |  |  |  |  155|    104|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 104, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    104|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 104]
  |  |  |  |  ------------------
  |  |  |  |  157|    104|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    104|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    104|	return _ret; \
  |  |  |  |  163|    104|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|    104|}
card-jpki.c:jpki_set_security_env:
  281|    155|{
  282|    155|	int rc;
  283|    155|	sc_path_t path;
  284|       |
  285|    155|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    155|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    155|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    155|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    155|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 155]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  286|    155|	sc_log(card->ctx, "flags=%08lx op=%d alg=%lu algf=%08lx algr=%08lx kr0=%02x, krfl=%zu",
  ------------------
  |  |   71|    155|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  287|    155|			env->flags, env->operation, env->algorithm, env->algorithm_flags, env->algorithm_ref,
  288|    155|			env->key_ref[0], env->key_ref_len);
  289|       |
  290|    155|	switch (env->operation) {
  291|    155|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|    155|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (291:2): [True: 155, False: 0]
  ------------------
  292|    155|		break;
  293|      0|	default:
  ------------------
  |  Branch (293:2): [True: 0, False: 155]
  ------------------
  294|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  295|    155|	}
  296|       |
  297|    155|	switch (env->key_ref[0]) {
  298|     79|	case 1:
  ------------------
  |  Branch (298:2): [True: 79, False: 76]
  ------------------
  299|     79|		sc_format_path(JPKI_AUTH_KEY, &path);
  ------------------
  |  |   28|     79|#define JPKI_AUTH_KEY "0017"
  ------------------
  300|     79|		break;
  301|     76|	case 2:
  ------------------
  |  Branch (301:2): [True: 76, False: 79]
  ------------------
  302|     76|		sc_format_path(JPKI_SIGN_KEY, &path);
  ------------------
  |  |   32|     76|#define JPKI_SIGN_KEY "001A"
  ------------------
  303|     76|		break;
  304|      0|	default:
  ------------------
  |  Branch (304:2): [True: 0, False: 155]
  ------------------
  305|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  306|    155|	}
  307|    155|	path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    155|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  308|    155|	rc = sc_select_file(card, &path, NULL);
  309|    155|	LOG_TEST_RET(card->ctx, rc, "select key failed");
  ------------------
  |  |  174|    155|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    155|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    155|	int _ret = (r); \
  |  |  |  |  168|    155|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 110, False: 45]
  |  |  |  |  ------------------
  |  |  |  |  169|    110|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    110|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    110|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    110|		return _ret; \
  |  |  |  |  172|    110|	} \
  |  |  |  |  173|    155|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 45]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  310|       |
  311|     45|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     45|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     45|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     45|	int _ret = r; \
  |  |  |  |  155|     45|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 45, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     45|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 45]
  |  |  |  |  ------------------
  |  |  |  |  157|     45|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     45|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     45|	return _ret; \
  |  |  |  |  163|     45|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  312|     45|}
card-jpki.c:jpki_compute_signature:
  317|     45|{
  318|     45|	int rc;
  319|     45|	sc_apdu_t apdu;
  320|     45|	unsigned char resp[SC_MAX_APDU_BUFFER_SIZE];
  321|       |
  322|     45|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     45|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     45|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     45|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     45|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 45]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  323|       |
  324|     45|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x00, 0x80);
  ------------------
  |  |  294|     45|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  325|     45|	apdu.cla = 0x80;
  326|     45|	apdu.data = data;
  327|     45|	apdu.datalen = datalen;
  328|     45|	apdu.lc = datalen;
  329|     45|	apdu.resp = resp;
  330|     45|	apdu.resplen = sizeof(resp);
  331|     45|	apdu.le = 0;
  332|     45|	rc = sc_transmit_apdu(card, &apdu);
  333|     45|	LOG_TEST_RET(card->ctx, rc, "APDU transmit failed");
  ------------------
  |  |  174|     45|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     45|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     45|	int _ret = (r); \
  |  |  |  |  168|     45|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     45|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  334|     35|	rc = sc_check_sw(card, apdu.sw1, apdu.sw2);
  335|     35|	LOG_TEST_RET(card->ctx, rc, "SW Check failed");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 22]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  336|     22|	if (apdu.resplen > outlen) {
  ------------------
  |  Branch (336:6): [True: 0, False: 22]
  ------------------
  337|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|      0|	}
  339|     22|	memcpy(out, resp, apdu.resplen);
  340|     22|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     22|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     22|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     22|	int _ret = r; \
  |  |  |  |  155|     22|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  156|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  157|     11|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     11|	} else { \
  |  |  |  |  159|     11|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     11|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     11|	} \
  |  |  |  |  162|     22|	return _ret; \
  |  |  |  |  163|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|     22|}
card-jpki.c:jpki_card_reader_lock_obtained:
  344|  3.08k|{
  345|  3.08k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  3.08k|#define SC_SUCCESS				0
  ------------------
  346|       |
  347|  3.08k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.08k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.08k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.08k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.08k]
  |  |  ------------------
  ------------------
  348|       |
  349|  3.08k|	if (was_reset > 0) {
  ------------------
  |  Branch (349:6): [True: 0, False: 3.08k]
  ------------------
  350|      0|		r = jpki_select_ap(card);
  351|      0|	}
  352|       |
  353|  3.08k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  3.08k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.08k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.08k|	int _ret = r; \
  |  |  |  |  155|  3.08k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.08k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.08k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3.08k]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.08k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.08k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  3.08k|	return _ret; \
  |  |  |  |  163|  3.08k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  354|  3.08k|}

sc_get_lteid_driver:
  555|  16.4k|{
  556|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  557|       |
  558|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (558:6): [True: 1, False: 16.4k]
  ------------------
  559|      1|		iso_ops = iso_drv->ops;
  560|       |
  561|  16.4k|	lteid_ops = *iso_ops;
  562|  16.4k|	lteid_ops.init = lteid_init;
  563|  16.4k|	lteid_ops.finish = lteid_finish;
  564|  16.4k|	lteid_ops.set_security_env = lteid_set_security_env;
  565|  16.4k|	lteid_ops.compute_signature = lteid_compute_signature;
  566|  16.4k|	lteid_ops.pin_cmd = lteid_pin_cmd;
  567|  16.4k|	lteid_ops.logout = lteid_logout;
  568|  16.4k|	lteid_ops.process_fci = lteid_process_fci;
  569|       |
  570|  16.4k|	return &lteid_drv;
  571|  16.4k|}

sc_get_masktech_driver:
  374|  16.4k|{
  375|  16.4k|	return sc_get_driver();
  376|  16.4k|}
card-masktech.c:sc_get_driver:
  355|  16.4k|{
  356|       |
  357|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (357:6): [True: 1, False: 16.4k]
  ------------------
  358|      1|		iso_ops = sc_get_iso7816_driver()->ops;
  359|       |
  360|  16.4k|	masktech_ops = *iso_ops;
  361|       |
  362|  16.4k|	masktech_ops.match_card = masktech_match_card;
  363|  16.4k|	masktech_ops.init = masktech_init;
  364|  16.4k|	masktech_ops.finish = masktech_finish;
  365|  16.4k|	masktech_ops.set_security_env = masktech_set_security_env;
  366|  16.4k|	masktech_ops.compute_signature = masktech_compute_signature;
  367|  16.4k|	masktech_ops.decipher = masktech_decipher;
  368|  16.4k|	masktech_ops.pin_cmd = masktech_pin_cmd;
  369|  16.4k|	masktech_ops.card_ctl = masktech_card_ctl;
  370|  16.4k|	return &masktech_drv;
  371|  16.4k|}
card-masktech.c:masktech_match_card:
   62|  8.21k|{
   63|       |	/* check if the ATR is in the known ATR */
   64|  8.21k|	if (_sc_match_atr(card, masktech_atrs, &card->type) < 0)
  ------------------
  |  Branch (64:6): [True: 8.20k, False: 13]
  ------------------
   65|  8.20k|		return 0;
   66|       |
   67|     13|	return 1;
   68|  8.21k|}
card-masktech.c:masktech_init:
   71|     13|{
   72|     13|	unsigned long flags;
   73|     13|	struct masktech_private_data *data;
   74|       |
   75|     13|	sc_log(card->ctx,  "masktech_init()\n");
  ------------------
  |  |   71|     13|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   76|       |
   77|       |	/* private data kept during the live of the driver */
   78|     13|	if (!(data = (struct masktech_private_data *) malloc(sizeof(*data))))
  ------------------
  |  Branch (78:6): [True: 0, False: 13]
  ------------------
   79|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
   80|     13|	card->drv_data = data;
   81|       |
   82|       |	/* supported RSA keys and how padding is done */
   83|     13|	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  111|     13|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     13|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     13|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|     13|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
   84|     13|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
   85|     13|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
   86|     13|	_sc_card_add_rsa_alg(card, 3072, flags, 0);
   87|     13|	card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|     13|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
   88|     13|	return SC_SUCCESS;
  ------------------
  |  |   28|     13|#define SC_SUCCESS				0
  ------------------
   89|     13|}
card-masktech.c:masktech_finish:
   93|     13|{
   94|       |	/* free the private data */
   95|     13|	if (card->drv_data) {
  ------------------
  |  Branch (95:6): [True: 13, False: 0]
  ------------------
   96|     13|		free(card->drv_data);
   97|       |		card->drv_data = NULL;
   98|     13|	}
   99|     13|	return 0;
  100|     13|}
card-masktech.c:masktech_pin_cmd:
  283|     11|{
  284|     11|	int       rv;
  285|     11|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     11|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     11|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     11|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 11]
  |  |  ------------------
  ------------------
  286|       |
  287|     11|	switch(data->cmd)
  288|     11|	{
  289|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (289:2): [True: 0, False: 11]
  ------------------
  290|      0|		rv = masktech_pin_unblock(card, data);
  291|      0|		break;
  292|      0|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (292:2): [True: 0, False: 11]
  ------------------
  293|      0|		rv = masktech_pin_change(card, data);
  294|      0|		break;
  295|     11|	default:
  ------------------
  |  Branch (295:2): [True: 11, False: 0]
  ------------------
  296|     11|		rv = iso_ops->pin_cmd(card, data);
  297|     11|		break;
  298|     11|	}
  299|     11|	return rv;
  300|       |
  301|       |
  302|     11|}
card-masktech.c:masktech_card_ctl:
  344|     11|{
  345|     11|	sc_log(card->ctx,  "masktech_card_ctl()\n");
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  346|     11|	switch (cmd) {
  347|     11|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (347:3): [True: 11, False: 0]
  ------------------
  348|     11|			return masktech_get_serialnr(card, (sc_serial_number_t *) ptr);
  349|      0|		default:
  ------------------
  |  Branch (349:3): [True: 0, False: 11]
  ------------------
  350|      0|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  351|     11|	}
  352|     11|}
card-masktech.c:masktech_get_serialnr:
  305|     11|{
  306|     11|	struct sc_apdu apdu;
  307|     11|	unsigned char apdu_resp[SC_MAX_APDU_BUFFER_SIZE-2];
  308|     11|	int rv;
  309|       |
  310|     11|	if (!serial)
  ------------------
  |  Branch (310:6): [True: 0, False: 11]
  ------------------
  311|     11|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  312|       |
  313|       |	/* Get smart card serial number */
  314|     11|	card->cla = 0x80;
  315|     11|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0x08, 0x00, 0x00);
  ------------------
  |  |  292|     11|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  316|     11|	apdu.resplen = sizeof(apdu_resp);
  317|     11|	apdu.resp = apdu_resp;
  318|       |
  319|     11|	rv = sc_transmit_apdu(card, &apdu);
  320|     11|	card->cla = 0x00;
  321|       |
  322|     11|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|     11|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     11|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     11|	int _ret = (r); \
  |  |  |  |  168|     11|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  323|       |
  324|     10|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (324:6): [True: 3, False: 7]
  |  Branch (324:26): [True: 3, False: 4]
  ------------------
  325|      6|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      6|#define SC_ERROR_INTERNAL			-1400
  ------------------
  326|       |
  327|      4|	if (SC_MAX_SERIALNR < apdu.resplen)
  ------------------
  |  |  372|      4|#define SC_MAX_SERIALNR         32
  ------------------
  |  Branch (327:6): [True: 1, False: 3]
  ------------------
  328|      1|	{
  329|      1|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  330|      1|	}
  331|       |	/* cache serial number */
  332|      3|	card->serialnr.len = apdu.resplen;
  333|      3|	memcpy(card->serialnr.value, apdu.resp, card->serialnr.len);
  334|       |
  335|       |	/* copy and return serial number */
  336|      3|	if (serial)
  ------------------
  |  Branch (336:6): [True: 3, False: 0]
  ------------------
  337|      3|		memcpy(serial, &card->serialnr, sizeof(*serial));
  338|       |
  339|      3|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  340|      3|}

sc_get_mcrd_driver:
 1066|  16.4k|{
 1067|  16.4k|	return sc_get_driver();
 1068|  16.4k|}
card-mcrd.c:sc_get_driver:
 1047|  16.4k|{
 1048|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1049|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1049:6): [True: 1, False: 16.4k]
  ------------------
 1050|      1|		iso_ops = iso_drv->ops;
 1051|       |
 1052|  16.4k|	mcrd_ops = *iso_drv->ops;
 1053|  16.4k|	mcrd_ops.match_card = mcrd_match_card;
 1054|  16.4k|	mcrd_ops.init = mcrd_init;
 1055|  16.4k|	mcrd_ops.finish = mcrd_finish;
 1056|  16.4k|	mcrd_ops.select_file = mcrd_select_file;
 1057|  16.4k|	mcrd_ops.set_security_env = mcrd_set_security_env;
 1058|  16.4k|	mcrd_ops.compute_signature = mcrd_compute_signature;
 1059|  16.4k|	mcrd_ops.pin_cmd = mcrd_pin_cmd;
 1060|  16.4k|	mcrd_ops.logout = mcrd_logout;
 1061|       |
 1062|  16.4k|	return &mcrd_drv;
 1063|  16.4k|}
card-mcrd.c:mcrd_match_card:
  191|  15.8k|{
  192|  15.8k|	int i = 0;
  193|       |
  194|  15.8k|	i = _sc_match_atr(card, mcrd_atrs, &card->type);
  195|  15.8k|	if (i >= 0) {
  ------------------
  |  Branch (195:6): [True: 457, False: 15.4k]
  ------------------
  196|    457|		card->name = mcrd_atrs[i].name;
  197|    457|		return 1;
  198|    457|	}
  199|       |
  200|  15.4k|	return 0;
  201|  15.8k|}
card-mcrd.c:mcrd_init:
  204|    457|{
  205|    457|	unsigned long flags;
  206|    457|	struct mcrd_priv_data *priv = calloc(1, sizeof *priv);
  207|    457|	if (!priv)
  ------------------
  |  Branch (207:6): [True: 0, False: 457]
  ------------------
  208|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  209|    457|	priv->curpath[0] = MFID;
  ------------------
  |  |   67|    457|#define MFID 0x3F00
  ------------------
  210|    457|	priv->curpathlen = 1;
  211|    457|	card->drv_data = priv;
  212|    457|	card->cla = 0x00;
  213|    457|	card->caps = SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    457|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  214|       |
  215|    457|	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  102|    457|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  111|    457|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    457|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    457|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    457|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  216|    457|	_sc_card_add_rsa_alg(card, 512, flags, 0);
  217|    457|	_sc_card_add_rsa_alg(card, 768, flags, 0);
  218|    457|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  219|       |
  220|    457|	if (SC_SUCCESS != sc_select_file (card, sc_get_mf_path(), NULL))
  ------------------
  |  |   28|    457|#define SC_SUCCESS				0
  ------------------
  |  Branch (220:6): [True: 115, False: 342]
  ------------------
  221|    115|		sc_log(card->ctx, "Warning: select MF failed");
  ------------------
  |  |   71|    115|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  222|       |
  223|    457|	load_special_files(card);
  224|       |
  225|    457|	return SC_SUCCESS;
  ------------------
  |  |   28|    457|#define SC_SUCCESS				0
  ------------------
  226|    457|}
card-mcrd.c:load_special_files:
  248|    530|{
  249|    530|	sc_context_t *ctx = card->ctx;
  250|    530|	int r;
  251|    530|	unsigned int recno;
  252|    530|	struct df_info_s *dfi;
  253|    530|	struct rule_record_s *rule;
  254|    530|	struct keyd_record_s *keyd;
  255|       |
  256|       |	/* First check whether we already cached it. */
  257|    530|	dfi = get_df_info(card);
  258|    530|	if (dfi && dfi->rule_file)
  ------------------
  |  Branch (258:6): [True: 415, False: 115]
  |  Branch (258:13): [True: 1, False: 414]
  ------------------
  259|      1|		return 0;	/* yes. */
  260|    529|	clear_special_files(dfi);
  261|    529|	if (!dfi)
  ------------------
  |  Branch (261:6): [True: 115, False: 414]
  ------------------
  262|    529|		LOG_FUNC_RETURN(ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|    115|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    115|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    115|	int _ret = r; \
  |  |  |  |  155|    115|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 115, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    115|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    115|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 115, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    115|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    115|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    115|	return _ret; \
  |  |  |  |  163|    115|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|       |
  264|       |	/* Read rule file. Note that we bypass our cache here. */
  265|    414|	r = select_part(card, MCRD_SEL_EF, EF_Rule, NULL);
  ------------------
  |  |   69|    414|#define EF_Rule 0x0030		/* Default ACL file. */
  ------------------
  266|    414|	LOG_TEST_RET(ctx, r, "selecting EF_Rule failed");
  ------------------
  |  |  174|    414|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    414|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    414|	int _ret = (r); \
  |  |  |  |  168|    414|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 196, False: 218]
  |  |  |  |  ------------------
  |  |  |  |  169|    196|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    196|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    196|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    196|		return _ret; \
  |  |  |  |  172|    196|	} \
  |  |  |  |  173|    414|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 218]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  267|       |
  268|  1.31k|	for (recno = 1;; recno++) {
  269|  1.31k|		u8 recbuf[256];
  270|  1.31k|		r = sc_read_record(card, recno, 0, recbuf, sizeof(recbuf),
  271|  1.31k|					SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|  1.31k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  272|       |
  273|  1.31k|		if (r == SC_ERROR_RECORD_NOT_FOUND)
  ------------------
  |  |   52|  1.31k|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
  |  Branch (273:7): [True: 45, False: 1.26k]
  ------------------
  274|     45|			break;
  275|  1.26k|		if (r < 0) {
  ------------------
  |  Branch (275:7): [True: 173, False: 1.09k]
  ------------------
  276|    173|			SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    173|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    173|	int _ret = r; \
  |  |  155|    173|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 173, False: 0]
  |  |  ------------------
  |  |  156|    173|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    173|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 173, False: 0]
  |  |  ------------------
  |  |  157|    173|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    173|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    173|	return _ret; \
  |  |  163|    173|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  277|  1.09k|		} else {
  278|  1.09k|			rule = malloc(sizeof *rule + (size_t)r);
  279|  1.09k|			if (!rule)
  ------------------
  |  Branch (279:8): [True: 0, False: 1.09k]
  ------------------
  280|  1.09k|				LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  281|  1.09k|			rule->recno = recno;
  282|  1.09k|			rule->datalen = (size_t)r;
  283|  1.09k|			memcpy(rule->data, recbuf, r);
  284|  1.09k|			rule->next = dfi->rule_file;
  285|  1.09k|			dfi->rule_file = rule;
  286|  1.09k|		}
  287|  1.26k|	}
  288|       |
  289|     45|	sc_log(ctx, "new EF_Rule file loaded (%d records)\n", recno - 1);
  ------------------
  |  |   71|     45|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  290|       |
  291|       |	/* Read the KeyD file. Note that we bypass our cache here. */
  292|     45|	r = select_part(card, MCRD_SEL_EF, EF_KeyD, NULL);
  ------------------
  |  |   68|     45|#define EF_KeyD 0x0013		/* File with extra key information. */
  ------------------
  293|     45|	if (r == SC_ERROR_FILE_NOT_FOUND) {
  ------------------
  |  |   51|     45|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (293:6): [True: 3, False: 42]
  ------------------
  294|      3|		sc_log(ctx, "no EF_KeyD file available\n");
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  295|      3|		return 0;	/* That is okay. */
  296|      3|	}
  297|     42|	LOG_TEST_RET(ctx, r, "selecting EF_KeyD failed");
  ------------------
  |  |  174|     42|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     42|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     42|	int _ret = (r); \
  |  |  |  |  168|     42|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 38]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|     42|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 38]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  298|       |
  299|    244|	for (recno = 1;; recno++) {
  300|    244|		u8 recbuf[256];
  301|    244|		r = sc_read_record(card, recno, 0, recbuf, sizeof(recbuf),
  302|    244|					SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|    244|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  303|       |
  304|    244|		if (r == SC_ERROR_RECORD_NOT_FOUND)
  ------------------
  |  |   52|    244|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
  |  Branch (304:7): [True: 9, False: 235]
  ------------------
  305|      9|			break;
  306|    235|		if (r < 0) {
  ------------------
  |  Branch (306:7): [True: 29, False: 206]
  ------------------
  307|     29|			SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|     29|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     29|	int _ret = r; \
  |  |  155|     29|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 29, False: 0]
  |  |  ------------------
  |  |  156|     29|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     29|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 29, False: 0]
  |  |  ------------------
  |  |  157|     29|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     29|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     29|	return _ret; \
  |  |  163|     29|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  308|    206|		} else {
  309|    206|			keyd = malloc(sizeof *keyd + (size_t)r);
  310|    206|			if (!keyd)
  ------------------
  |  Branch (310:8): [True: 0, False: 206]
  ------------------
  311|    206|				LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  312|    206|			keyd->recno = recno;
  313|    206|			keyd->datalen = (size_t) r;
  314|    206|			memcpy(keyd->data, recbuf, r);
  315|    206|			keyd->next = dfi->keyd_file;
  316|    206|			dfi->keyd_file = keyd;
  317|    206|		}
  318|    235|	}
  319|       |
  320|      9|	sc_log(ctx, "new EF_KeyD file loaded (%d records)\n", recno - 1);
  ------------------
  |  |   71|      9|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  321|       |	/* FIXME: Do we need to restore the current DF?  I guess it is
  322|       |	   not required, but we could try to do so by selecting 3fff?  */
  323|      9|	return 0;
  324|     38|}
card-mcrd.c:get_df_info:
  111|    655|{
  112|    655|	sc_context_t *ctx = card->ctx;
  113|    655|	struct mcrd_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  103|    655|#define DRVDATA(card) ((struct mcrd_priv_data *) ((card)->drv_data))
  ------------------
  114|    655|	struct df_info_s *dfi;
  115|       |
  116|    655|	if (priv->is_ef)
  ------------------
  |  Branch (116:6): [True: 1, False: 654]
  ------------------
  117|      1|		return NULL;
  118|       |
  119|    654|	if (!priv->curpathlen) {
  ------------------
  |  Branch (119:6): [True: 118, False: 536]
  ------------------
  120|    118|		sc_log(ctx, "no current path to find the df_info\n");
  ------------------
  |  |   71|    118|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  121|    118|		return NULL;
  122|    118|	}
  123|       |
  124|    652|	for (dfi = priv->df_infos; dfi; dfi = dfi->next) {
  ------------------
  |  Branch (124:29): [True: 234, False: 418]
  ------------------
  125|    234|		if (dfi->pathlen == priv->curpathlen
  ------------------
  |  Branch (125:7): [True: 141, False: 93]
  ------------------
  126|    141|			&& !memcmp(dfi->path, priv->curpath,
  ------------------
  |  Branch (126:7): [True: 118, False: 23]
  ------------------
  127|    141|					dfi->pathlen * sizeof *dfi->path))
  128|    118|			return dfi;
  129|    234|	}
  130|       |	/* Not found, create it. */
  131|    418|	dfi = calloc(1, sizeof *dfi);
  132|    418|	if (!dfi) {
  ------------------
  |  Branch (132:6): [True: 0, False: 418]
  ------------------
  133|      0|		sc_log(ctx, "out of memory while allocating df_info\n");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  134|      0|		return NULL;
  135|      0|	}
  136|    418|	dfi->pathlen = priv->curpathlen;
  137|    418|	memcpy(dfi->path, priv->curpath, dfi->pathlen * sizeof *dfi->path);
  138|    418|	dfi->next = priv->df_infos;
  139|    418|	priv->df_infos = dfi;
  140|    418|	return dfi;
  141|    418|}
card-mcrd.c:clear_special_files:
  144|    947|{
  145|    947|	if (dfi) {
  ------------------
  |  Branch (145:6): [True: 832, False: 115]
  ------------------
  146|  1.92k|		while (dfi->rule_file) {
  ------------------
  |  Branch (146:10): [True: 1.09k, False: 832]
  ------------------
  147|  1.09k|			struct rule_record_s *tmp = dfi->rule_file->next;
  148|  1.09k|			free(dfi->rule_file);
  149|  1.09k|			dfi->rule_file = tmp;
  150|  1.09k|		}
  151|  1.03k|		while (dfi->keyd_file) {
  ------------------
  |  Branch (151:10): [True: 206, False: 832]
  ------------------
  152|    206|			struct keyd_record_s *tmp = dfi->keyd_file->next;
  153|    206|			free(dfi->keyd_file);
  154|    206|			dfi->keyd_file = tmp;
  155|    206|		}
  156|    832|	}
  157|    947|}
card-mcrd.c:select_part:
  615|  3.03k|{
  616|  3.03k|	u8 fbuf[2];
  617|  3.03k|	unsigned int len;
  618|  3.03k|	int r;
  619|       |
  620|  3.03k|	sc_log(card->ctx,
  ------------------
  |  |   71|  3.03k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  621|  3.03k|		"select_part (0x%04X, kind=%u)\n", fid, kind);
  622|       |
  623|  3.03k|	if (fid == MFID) {
  ------------------
  |  |   67|  3.03k|#define MFID 0x3F00
  ------------------
  |  Branch (623:6): [True: 1.16k, False: 1.87k]
  ------------------
  624|  1.16k|		kind = MCRD_SEL_MF;	/* force this kind. */
  625|  1.16k|		len = 0;
  626|  1.87k|	} else {
  627|  1.87k|		fbuf[0] = fid >> 8;
  628|  1.87k|		fbuf[1] = fid & 0xff;
  629|  1.87k|		len = 2;
  630|  1.87k|	}
  631|  3.03k|	r = do_select(card, kind, fbuf, len, file);
  632|       |
  633|  3.03k|	return r;
  634|  3.03k|}
card-mcrd.c:do_select:
  556|  3.89k|{
  557|  3.89k|	sc_apdu_t apdu;
  558|  3.89k|	u8 resbuf[SC_MAX_APDU_BUFFER_SIZE];
  559|  3.89k|	int r;
  560|       |
  561|  3.89k|	u8 p2 = 0x00;
  562|  3.89k|	if (kind == MCRD_SEL_EF) p2 = 0x04;
  ------------------
  |  Branch (562:6): [True: 1.31k, False: 2.58k]
  ------------------
  563|  3.89k|	if (kind == MCRD_SEL_DF) p2 = 0x0C;
  ------------------
  |  Branch (563:6): [True: 497, False: 3.40k]
  ------------------
  564|       |
  565|  3.89k|	sc_format_apdu_ex(&apdu, 0x00, 0xA4, kind, p2, buf, buflen, resbuf, 256);
  566|  3.89k|	r = sc_transmit_apdu(card, &apdu);
  567|  3.89k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  3.89k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.89k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.89k|	int _ret = (r); \
  |  |  |  |  168|  3.89k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 29, False: 3.87k]
  |  |  |  |  ------------------
  |  |  |  |  169|     29|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     29|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     29|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     29|		return _ret; \
  |  |  |  |  172|     29|	} \
  |  |  |  |  173|  3.89k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.87k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  568|  3.87k|	if (!file) {
  ------------------
  |  Branch (568:6): [True: 2.85k, False: 1.01k]
  ------------------
  569|  2.85k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (569:7): [True: 0, False: 2.85k]
  ------------------
  570|      0|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 0);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  571|  2.85k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  572|  2.85k|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  2.85k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.85k|	int _ret = r; \
  |  |  155|  2.85k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2.85k, False: 0]
  |  |  ------------------
  |  |  156|  2.85k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  1.88k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1.88k, False: 971]
  |  |  ------------------
  |  |  157|  2.85k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.85k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  2.85k|	return _ret; \
  |  |  163|  2.85k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  573|  2.85k|	}
  574|  1.01k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  575|  1.01k|	if (r)
  ------------------
  |  Branch (575:6): [True: 470, False: 547]
  ------------------
  576|    470|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    470|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    470|	int _ret = r; \
  |  |  155|    470|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 470, False: 0]
  |  |  ------------------
  |  |  156|    470|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    470|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 470, False: 0]
  |  |  ------------------
  |  |  157|    470|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    470|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    470|	return _ret; \
  |  |  163|    470|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  577|       |
  578|    547|	if (p2 == 0x0C) {
  ------------------
  |  Branch (578:6): [True: 52, False: 495]
  ------------------
  579|     52|		if (file) {
  ------------------
  |  Branch (579:7): [True: 52, False: 0]
  ------------------
  580|     52|			*file = sc_file_new();
  581|     52|			if (!*file)
  ------------------
  |  Branch (581:8): [True: 0, False: 52]
  ------------------
  582|     52|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  583|     52|			(*file)->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     52|#define SC_FILE_TYPE_DF			0x04
  ------------------
  584|     52|			return SC_SUCCESS;
  ------------------
  |  |   28|     52|#define SC_SUCCESS				0
  ------------------
  585|     52|		}
  586|     52|	}
  587|       |
  588|    495|	if (p2 == 0x04 && apdu.resplen > 2 && apdu.resp[0] == 0x62) {
  ------------------
  |  Branch (588:6): [True: 443, False: 52]
  |  Branch (588:20): [True: 420, False: 23]
  |  Branch (588:40): [True: 34, False: 386]
  ------------------
  589|     34|		if (apdu.resp[1] > apdu.resplen - 2)
  ------------------
  |  Branch (589:7): [True: 13, False: 21]
  ------------------
  590|     34|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|     13|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     13|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     13|	int _ret = r; \
  |  |  |  |  155|     13|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     13|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     13|	return _ret; \
  |  |  |  |  163|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  591|     21|		*file = sc_file_new();
  592|     21|		if (!*file)
  ------------------
  |  Branch (592:7): [True: 0, False: 21]
  ------------------
  593|     21|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  594|     21|		process_fcp(card, *file, apdu.resp + 2, apdu.resp[1]);
  595|     21|		return SC_SUCCESS;
  ------------------
  |  |   28|     21|#define SC_SUCCESS				0
  ------------------
  596|     21|	}
  597|       |
  598|    461|	if (p2 != 0x0C && apdu.resplen > 2 && apdu.resp[0] == 0x6F) {
  ------------------
  |  Branch (598:6): [True: 461, False: 0]
  |  Branch (598:20): [True: 420, False: 41]
  |  Branch (598:40): [True: 397, False: 23]
  ------------------
  599|    397|		if (apdu.resp[1] > apdu.resplen - 2)
  ------------------
  |  Branch (599:7): [True: 10, False: 387]
  ------------------
  600|    397|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  601|    387|		*file = sc_file_new();
  602|    387|		if (!*file)
  ------------------
  |  Branch (602:7): [True: 0, False: 387]
  ------------------
  603|    387|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|    387|		process_fcp(card, *file, apdu.resp + 2, apdu.resp[1]);
  605|    387|		return SC_SUCCESS;
  ------------------
  |  |   28|    387|#define SC_SUCCESS				0
  ------------------
  606|    387|	}
  607|     64|	return SC_SUCCESS;
  ------------------
  |  |   28|     64|#define SC_SUCCESS				0
  ------------------
  608|    461|}
card-mcrd.c:process_fcp:
  420|    408|{
  421|    408|	sc_context_t *ctx = card->ctx;
  422|    408|	size_t taglen, len = buflen;
  423|    408|	const u8 *tag = NULL, *p = buf;
  424|    408|	int bad_fde = 0;
  425|       |
  426|    408|	sc_log(ctx, "processing FCI bytes\n");
  ------------------
  |  |   71|    408|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  427|       |
  428|       |	/* File identifier. */
  429|    408|	tag = sc_asn1_find_tag(ctx, p, len, 0x83, &taglen);
  430|    408|	if (tag != NULL && taglen == 2) {
  ------------------
  |  Branch (430:6): [True: 49, False: 359]
  |  Branch (430:21): [True: 40, False: 9]
  ------------------
  431|     40|		file->id = (tag[0] << 8) | tag[1];
  432|     40|		sc_log(ctx,
  ------------------
  |  |   71|     40|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  433|     40|			"  file identifier: 0x%02X%02X\n", tag[0], tag[1]);
  434|     40|	}
  435|       |	/* Number of data bytes in the file including structural information. */
  436|    408|	tag = sc_asn1_find_tag(ctx, p, len, 0x81, &taglen);
  437|    408|	if (!tag) {
  ------------------
  |  Branch (437:6): [True: 374, False: 34]
  ------------------
  438|       |		/* My card does not encode the filelength in 0x81 but
  439|       |		   in 0x85 which is the file descriptor extension in TCOS.
  440|       |		   Assume that this is the case when the regular file
  441|       |		   size tag is not encoded. */
  442|    374|		tag = sc_asn1_find_tag(ctx, p, len, 0x85, &taglen);
  443|    374|		bad_fde = !!tag;
  444|    374|	}
  445|    408|	if (tag != NULL && taglen >= 2) {
  ------------------
  |  Branch (445:6): [True: 73, False: 335]
  |  Branch (445:21): [True: 62, False: 11]
  ------------------
  446|     62|		int bytes = (tag[0] << 8) + tag[1];
  447|     62|		sc_log(ctx,
  ------------------
  |  |   71|     62|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  448|     62|			"  bytes in file: %d\n", bytes);
  449|     62|		file->size = (size_t)bytes;
  450|     62|	}
  451|    408|	if (tag == NULL) {
  ------------------
  |  Branch (451:6): [True: 335, False: 73]
  ------------------
  452|    335|		tag = sc_asn1_find_tag(ctx, p, len, 0x80, &taglen);
  453|    335|		if (tag != NULL && taglen >= 2) {
  ------------------
  |  Branch (453:7): [True: 28, False: 307]
  |  Branch (453:22): [True: 16, False: 12]
  ------------------
  454|     16|			int bytes = (tag[0] << 8) + tag[1];
  455|     16|			sc_log(ctx,
  ------------------
  |  |   71|     16|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  456|     16|				"  bytes in file: %d\n", bytes);
  457|     16|			file->size = (size_t)bytes;
  458|     16|		}
  459|    335|	}
  460|       |
  461|       |	/* File descriptor byte(s). */
  462|    408|	tag = sc_asn1_find_tag(ctx, p, len, 0x82, &taglen);
  463|    408|	if (tag != NULL) {
  ------------------
  |  Branch (463:6): [True: 147, False: 261]
  ------------------
  464|       |		/* Fixme, this might actual be up to 6 bytes. */
  465|    147|		if (taglen > 0) {
  ------------------
  |  Branch (465:7): [True: 133, False: 14]
  ------------------
  466|    133|			unsigned char byte = tag[0];
  467|    133|			const char *type;
  468|       |
  469|    133|			file->shareable = byte & 0x40 ? 1 : 0;
  ------------------
  |  Branch (469:22): [True: 20, False: 113]
  ------------------
  470|    133|			sc_log(ctx,
  ------------------
  |  |   71|    266|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 20, False: 113]
  |  |  ------------------
  ------------------
  471|    133|				"  shareable: %s\n",
  472|    133|				 (byte & 0x40) ? "yes" : "no");
  473|    133|			file->ef_structure = byte & 0x07;
  474|    133|			switch ((byte >> 3) & 7) {
  475|     90|			case 0:
  ------------------
  |  Branch (475:4): [True: 90, False: 43]
  ------------------
  476|     90|				type = "working EF";
  477|     90|				file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     90|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  478|     90|				break;
  479|      9|			case 1:
  ------------------
  |  Branch (479:4): [True: 9, False: 124]
  ------------------
  480|      9|				type = "internal EF";
  481|      9|				file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|      9|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  482|      9|				break;
  483|     13|			case 7:
  ------------------
  |  Branch (483:4): [True: 13, False: 120]
  ------------------
  484|     13|				type = "DF";
  485|     13|				file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     13|#define SC_FILE_TYPE_DF			0x04
  ------------------
  486|     13|				break;
  487|     21|			default:
  ------------------
  |  Branch (487:4): [True: 21, False: 112]
  ------------------
  488|     21|				type = "unknown";
  489|     21|				break;
  490|    133|			}
  491|    133|			sc_log(ctx,
  ------------------
  |  |   71|    133|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  492|    133|				"  type: %s\n", type);
  493|    133|			sc_log(ctx,
  ------------------
  |  |   71|    133|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  494|    133|				"  EF structure: %d\n", byte & 0x07);
  495|    133|		}
  496|    147|	}
  497|       |
  498|       |	/* DF name. */
  499|    408|	tag = sc_asn1_find_tag(ctx, p, len, 0x84, &taglen);
  500|    408|	if (tag != NULL && taglen > 0 && taglen <= 16) {
  ------------------
  |  Branch (500:6): [True: 48, False: 360]
  |  Branch (500:21): [True: 40, False: 8]
  |  Branch (500:35): [True: 34, False: 6]
  ------------------
  501|     34|		char name[17];
  502|     34|		size_t i;
  503|       |
  504|     34|		memcpy(file->name, tag, taglen);
  505|     34|		file->namelen = taglen;
  506|       |
  507|    360|		for (i = 0; i < taglen; i++) {
  ------------------
  |  Branch (507:15): [True: 326, False: 34]
  ------------------
  508|    326|			if (isalnum(tag[i]) || ispunct(tag[i]) || isspace(tag[i]))
  ------------------
  |  Branch (508:8): [True: 55, False: 271]
  |  Branch (508:27): [True: 55, False: 216]
  |  Branch (508:46): [True: 36, False: 180]
  ------------------
  509|    146|				name[i] = (const char)tag[i];
  510|    180|			else
  511|    180|				name[i] = '?';
  512|    326|		}
  513|     34|		name[taglen] = 0;
  514|     34|		sc_log(ctx, "  file name: %s\n", name);
  ------------------
  |  |   71|     34|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  515|     34|	}
  516|       |
  517|       |	/* Proprietary information. */
  518|    408|	tag = bad_fde ? NULL : sc_asn1_find_tag(ctx, p, len, 0x85, &taglen);
  ------------------
  |  Branch (518:8): [True: 39, False: 369]
  ------------------
  519|    408|	if (tag != NULL && taglen) {
  ------------------
  |  Branch (519:6): [True: 20, False: 388]
  |  Branch (519:21): [True: 10, False: 10]
  ------------------
  520|     10|		sc_file_set_prop_attr(file, tag, taglen);
  521|     10|	} else
  522|    398|		file->prop_attr_len = 0;
  523|       |
  524|       |	/* Proprietary information, constructed. */
  525|    408|	tag = sc_asn1_find_tag(ctx, p, len, 0xA5, &taglen);
  526|    408|	if (tag != NULL && taglen) {
  ------------------
  |  Branch (526:6): [True: 9, False: 399]
  |  Branch (526:21): [True: 3, False: 6]
  ------------------
  527|      3|		sc_file_set_prop_attr(file, tag, taglen);
  528|      3|	}
  529|       |
  530|       |	/* Security attributes, proprietary format. */
  531|    408|	tag = sc_asn1_find_tag(ctx, p, len, 0x86, &taglen);
  532|    408|	if (tag != NULL && taglen) {
  ------------------
  |  Branch (532:6): [True: 28, False: 380]
  |  Branch (532:21): [True: 18, False: 10]
  ------------------
  533|     18|		sc_file_set_sec_attr(file, tag, taglen);
  534|     18|	}
  535|       |
  536|       |	/* Security attributes, reference to expanded format. */
  537|    408|	tag = sc_asn1_find_tag(ctx, p, len, 0x8B, &taglen);
  538|    408|	if (tag && taglen) {
  ------------------
  |  Branch (538:6): [True: 140, False: 268]
  |  Branch (538:13): [True: 137, False: 3]
  ------------------
  539|    137|		process_arr(card, tag, taglen);
  540|    271|	} else if ((tag = sc_asn1_find_tag(ctx, p, len, 0xA1, &taglen))
  ------------------
  |  Branch (540:13): [True: 18, False: 253]
  ------------------
  541|     18|			&& taglen) {
  ------------------
  |  Branch (541:7): [True: 12, False: 6]
  ------------------
  542|       |		/* Not found, but there is a Security Attribute
  543|       |		   Template for interface mode. */
  544|     12|		tag = sc_asn1_find_tag(ctx, tag, taglen, 0x8B, &taglen);
  545|     12|		if (tag && taglen)
  ------------------
  |  Branch (545:7): [True: 4, False: 8]
  |  Branch (545:14): [True: 1, False: 3]
  ------------------
  546|      1|			process_arr(card, tag, taglen);
  547|     12|	}
  548|       |
  549|    408|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|    408|#define SC_FILE_MAGIC			0x14426950
  ------------------
  550|    408|}
card-mcrd.c:process_arr:
  328|    138|{
  329|    138|	sc_context_t *ctx = card->ctx;
  330|    138|	struct df_info_s *dfi;
  331|    138|	struct rule_record_s *rule;
  332|    138|	size_t left, taglen;
  333|    138|	unsigned int cla, tag;
  334|    138|	const u8 *p;
  335|    138|	int skip;
  336|    138|	char dbgbuf[2048];
  337|       |
  338|       |	/* Currently we support only the short for. */
  339|    138|	if (buflen != 1) {
  ------------------
  |  Branch (339:6): [True: 13, False: 125]
  ------------------
  340|     13|		sc_log(ctx, "can't handle long ARRs\n");
  ------------------
  |  |   71|     13|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  341|     13|		return;
  342|     13|	}
  343|       |
  344|    125|	dfi = get_df_info(card);
  345|    319|	for (rule = dfi ? dfi->rule_file : NULL; rule && rule->recno != *buf;
  ------------------
  |  Branch (345:14): [True: 121, False: 4]
  |  Branch (345:43): [True: 295, False: 24]
  |  Branch (345:51): [True: 194, False: 101]
  ------------------
  346|    194|		rule = rule->next) ;
  347|    125|	if (!rule) {
  ------------------
  |  Branch (347:6): [True: 24, False: 101]
  ------------------
  348|     24|		sc_log(ctx, "referenced EF_rule record %d not found\n", *buf);
  ------------------
  |  |   71|     24|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  349|     24|		return;
  350|     24|	}
  351|       |
  352|    101|	sc_hex_dump(rule->data, rule->datalen, dbgbuf, sizeof dbgbuf);
  353|    101|	sc_log(ctx,
  ------------------
  |  |   71|    101|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  354|    101|		"rule for record %d:\n%s", *buf, dbgbuf);
  355|       |
  356|    101|	p = rule->data;
  357|    101|	left = rule->datalen;
  358|    101|	skip = 1;		/* Skip over initial unknown SC DOs. */
  359|  1.57k|	for (;;) {
  360|  1.57k|		buf = p;
  361|  1.57k|		if (sc_asn1_read_tag(&p, left, &cla, &tag, &taglen) != SC_SUCCESS
  ------------------
  |  |   28|  3.14k|#define SC_SUCCESS				0
  ------------------
  |  Branch (361:7): [True: 69, False: 1.50k]
  ------------------
  362|  1.50k|				|| p == NULL)
  ------------------
  |  Branch (362:8): [True: 32, False: 1.47k]
  ------------------
  363|    101|			break;
  364|  1.47k|		left -= (size_t)(p - buf);
  365|  1.47k|		tag |= cla;
  366|       |
  367|  1.47k|		if (tag == 0x80 && taglen != 1) {
  ------------------
  |  Branch (367:7): [True: 125, False: 1.34k]
  |  Branch (367:22): [True: 91, False: 34]
  ------------------
  368|     91|			skip = 1;
  369|  1.38k|		} else if (tag == 0x80) {	/* AM byte. */
  ------------------
  |  Branch (369:14): [True: 34, False: 1.34k]
  ------------------
  370|     34|			sc_log(ctx, "  AM_DO: %02x\n", *p);
  ------------------
  |  |   71|     34|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  371|     34|			skip = 0;
  372|  1.34k|		} else if (tag >= 0x81 && tag <= 0x8f) {	/* Cmd description */
  ------------------
  |  Branch (372:14): [True: 824, False: 522]
  |  Branch (372:29): [True: 192, False: 632]
  ------------------
  373|    192|			sc_hex_dump(p, taglen, dbgbuf, sizeof dbgbuf);
  374|    192|			sc_log(ctx, "  AM_DO: cmd[%s%s%s%s] %s",
  ------------------
  |  |   71|  1.53k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 64, False: 128]
  |  |  |  Branch (71:122): [True: 86, False: 106]
  |  |  |  Branch (71:122): [True: 48, False: 144]
  |  |  |  Branch (71:122): [True: 110, False: 82]
  |  |  ------------------
  ------------------
  375|    192|				 (tag & 8) ? "C" : "",
  376|    192|				 (tag & 4) ? "I" : "",
  377|    192|				 (tag & 2) ? "1" : "",
  378|    192|				 (tag & 1) ? "2" : "", dbgbuf);
  379|    192|			skip = 0;
  380|  1.15k|		} else if (tag == 0x9C) {	/* Proprietary state machine descrip. */
  ------------------
  |  Branch (380:14): [True: 23, False: 1.13k]
  ------------------
  381|     23|			skip = 1;
  382|  1.13k|		} else if (!skip) {
  ------------------
  |  Branch (382:14): [True: 777, False: 354]
  ------------------
  383|    777|			switch (tag) {
  ------------------
  |  Branch (383:12): [True: 395, False: 382]
  ------------------
  384|    159|			case 0x90:	/* Always */
  ------------------
  |  Branch (384:4): [True: 159, False: 618]
  ------------------
  385|    159|				sc_log(ctx, "     SC: always\n");
  ------------------
  |  |   71|    159|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  386|    159|				break;
  387|     10|			case 0x97:	/* Never */
  ------------------
  |  Branch (387:4): [True: 10, False: 767]
  ------------------
  388|     10|				sc_log(ctx, "     SC: never\n");
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  389|     10|				break;
  390|     11|			case 0xA4:	/* Authentication, value is a CRT. */
  ------------------
  |  Branch (390:4): [True: 11, False: 766]
  ------------------
  391|     11|				sc_log_hex(ctx, "     SC: auth", p, taglen);
  ------------------
  |  |  129|     11|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     11|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|     11|				break;
  393|       |
  394|     21|			case 0xB4:
  ------------------
  |  Branch (394:4): [True: 21, False: 756]
  ------------------
  395|     42|			case 0xB6:
  ------------------
  |  Branch (395:4): [True: 21, False: 756]
  ------------------
  396|    140|			case 0xB8:	/* Cmd or resp with SM, value is a CRT. */
  ------------------
  |  Branch (396:4): [True: 98, False: 679]
  ------------------
  397|    140|				sc_log_hex(ctx, "     SC: cmd/resp", p, taglen);
  ------------------
  |  |  129|    140|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    140|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  398|    140|				break;
  399|       |
  400|     11|			case 0x9E:	/* Security Condition byte. */
  ------------------
  |  Branch (400:4): [True: 11, False: 766]
  ------------------
  401|     11|				sc_log_hex(ctx, "     SC: condition", p, taglen);
  ------------------
  |  |  129|     11|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     11|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|     11|				break;
  403|       |
  404|     20|			case 0xA0:	/* OR template. */
  ------------------
  |  Branch (404:4): [True: 20, False: 757]
  ------------------
  405|     20|				sc_log(ctx, "     SC: OR\n");
  ------------------
  |  |   71|     20|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  406|     20|				break;
  407|     44|			case 0xAF:	/* AND template. */
  ------------------
  |  Branch (407:4): [True: 44, False: 733]
  ------------------
  408|     44|				sc_log(ctx, "     SC: AND\n");
  ------------------
  |  |   71|     44|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  409|     44|				break;
  410|    777|			}
  411|    777|		}
  412|  1.47k|		left -= taglen;
  413|  1.47k|		p += taglen;
  414|  1.47k|	}
  415|       |
  416|    101|}
card-mcrd.c:mcrd_finish:
  229|    457|{
  230|    457|	struct mcrd_priv_data *priv;
  231|       |
  232|    457|	if (card == NULL)
  ------------------
  |  Branch (232:6): [True: 0, False: 457]
  ------------------
  233|      0|		return 0;
  234|    457|	priv = DRVDATA(card);
  ------------------
  |  |  103|    457|#define DRVDATA(card) ((struct mcrd_priv_data *) ((card)->drv_data))
  ------------------
  235|    875|	while (priv->df_infos) {
  ------------------
  |  Branch (235:9): [True: 418, False: 457]
  ------------------
  236|    418|		struct df_info_s *tmp = priv->df_infos->next;
  237|    418|		clear_special_files(priv->df_infos);
  238|    418|		free(priv->df_infos);
  239|    418|		priv->df_infos = tmp;
  240|    418|	}
  241|    457|	free(priv);
  242|    457|	return 0;
  243|    457|}
card-mcrd.c:mcrd_select_file:
  849|  2.73k|{
  850|  2.73k|	struct mcrd_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  103|  2.73k|#define DRVDATA(card) ((struct mcrd_priv_data *) ((card)->drv_data))
  ------------------
  851|  2.73k|	int r = 0;
  852|       |
  853|  2.73k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.73k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.73k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.73k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.73k]
  |  |  ------------------
  ------------------
  854|       |
  855|  2.73k|	if (path->type == SC_PATH_TYPE_DF_NAME) {
  ------------------
  |  |  118|  2.73k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (855:6): [True: 861, False: 1.87k]
  ------------------
  856|    861|		if (path->len > 16)
  ------------------
  |  Branch (856:7): [True: 0, False: 861]
  ------------------
  857|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  858|    861|		r = do_select(card, MCRD_SEL_AID, path->value, path->len, file);
  859|    861|		priv->curpathlen = 0;
  860|  1.87k|	} else {
  861|  1.87k|		unsigned short int pathtmp[SC_MAX_PATH_SIZE / 2];
  862|  1.87k|		unsigned short int *pathptr;
  863|  1.87k|		int samepath = 1;
  864|  1.87k|		size_t pathlen, n;
  865|       |
  866|  1.87k|		if ((path->len & 1) || path->len > sizeof(pathtmp))
  ------------------
  |  Branch (866:7): [True: 0, False: 1.87k]
  |  Branch (866:26): [True: 0, False: 1.87k]
  ------------------
  867|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  868|       |
  869|  1.87k|		memset(pathtmp, 0, sizeof pathtmp);
  870|  1.87k|		pathptr = pathtmp;
  871|  5.28k|		for (n = 0; n < path->len; n += 2)
  ------------------
  |  Branch (871:15): [True: 3.40k, False: 1.87k]
  ------------------
  872|  3.40k|			pathptr[n >> 1] =
  873|  3.40k|				(unsigned short)((path->value[n] << 8) | path->value[n + 1]);
  874|  1.87k|		pathlen = path->len >> 1;
  875|       |
  876|  1.87k|		if (pathlen == priv->curpathlen && priv->is_ef != 2) {
  ------------------
  |  Branch (876:7): [True: 813, False: 1.06k]
  |  Branch (876:38): [True: 813, False: 0]
  ------------------
  877|  1.62k|			for (n = 0; n < pathlen; n++) {
  ------------------
  |  Branch (877:16): [True: 1.16k, False: 459]
  ------------------
  878|  1.16k|				if (priv->curpath[n] != pathptr[n]) {
  ------------------
  |  Branch (878:9): [True: 354, False: 810]
  ------------------
  879|    354|					samepath = 0;
  880|    354|					break;
  881|    354|				}
  882|  1.16k|			}
  883|  1.06k|		} else if (priv->curpathlen < pathlen && priv->is_ef != 2) {
  ------------------
  |  Branch (883:14): [True: 1.04k, False: 15]
  |  Branch (883:44): [True: 1.04k, False: 0]
  ------------------
  884|  1.70k|			for (n = 0; n < priv->curpathlen; n++) {
  ------------------
  |  Branch (884:16): [True: 680, False: 1.02k]
  ------------------
  885|    680|				if (priv->curpath[n] != pathptr[n]) {
  ------------------
  |  Branch (885:9): [True: 27, False: 653]
  ------------------
  886|     27|					samepath = 0;
  887|     27|					break;
  888|     27|				}
  889|    680|			}
  890|  1.04k|			pathptr = pathptr + n;
  891|  1.04k|			pathlen = pathlen - n;
  892|  1.04k|		}
  893|       |
  894|  1.87k|		if (samepath != 1 || priv->is_ef == 0 || priv->is_ef == 1) {
  ------------------
  |  Branch (894:7): [True: 381, False: 1.49k]
  |  Branch (894:24): [True: 1.41k, False: 79]
  |  Branch (894:44): [True: 79, False: 0]
  ------------------
  895|  1.87k|			if (path->type == SC_PATH_TYPE_PATH)
  ------------------
  |  |  119|  1.87k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (895:8): [True: 1.87k, False: 0]
  ------------------
  896|  1.87k|				r = select_file_by_path(card, pathptr, pathlen, file);
  897|      0|			else {	/* SC_PATH_TYPE_FILEID */
  898|      0|				r = select_file_by_fid(card, pathptr, pathlen, file);
  899|      0|			}
  900|  1.87k|		}
  901|  1.87k|	}
  902|       |
  903|  2.73k|	return r;
  904|  2.73k|}
card-mcrd.c:select_file_by_path:
  688|  1.87k|{
  689|  1.87k|	struct mcrd_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  103|  1.87k|#define DRVDATA(card) ((struct mcrd_priv_data *) ((card)->drv_data))
  ------------------
  690|  1.87k|	int r;
  691|  1.87k|	size_t i;
  692|       |
  693|  1.87k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.87k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.87k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.87k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.87k]
  |  |  ------------------
  ------------------
  694|       |
  695|  1.87k|	if (!(!priv->curpathlen || priv->curpath[0] == MFID))
  ------------------
  |  |   67|  1.44k|#define MFID 0x3F00
  ------------------
  |  Branch (695:8): [True: 435, False: 1.44k]
  |  Branch (695:29): [True: 1.44k, False: 2]
  ------------------
  696|      2|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      2|#define SC_ERROR_INTERNAL			-1400
  ------------------
  697|       |
  698|  1.87k|	if (pathlen && *pathptr == 0x3FFF) {
  ------------------
  |  Branch (698:6): [True: 1.87k, False: 0]
  |  Branch (698:17): [True: 10, False: 1.86k]
  ------------------
  699|     10|		pathlen--;
  700|     10|		pathptr++;
  701|     10|	}
  702|       |
  703|  1.87k|	if (!pathlen || pathlen >= MAX_CURPATH)
  ------------------
  |  |   71|  1.87k|#define MAX_CURPATH 10
  ------------------
  |  Branch (703:6): [True: 1, False: 1.87k]
  |  Branch (703:18): [True: 0, False: 1.87k]
  ------------------
  704|      1|		r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      1|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  705|  1.87k|	else if (pathlen == 1 && pathptr[0] == MFID) {
  ------------------
  |  |   67|  1.11k|#define MFID 0x3F00
  ------------------
  |  Branch (705:11): [True: 1.11k, False: 760]
  |  Branch (705:27): [True: 458, False: 656]
  ------------------
  706|       |		/* MF requested: clear the cache and select it. */
  707|    458|		priv->curpathlen = 0;
  708|    458|		r = select_part(card, MCRD_SEL_MF, pathptr[0], file);
  709|    458|		LOG_TEST_RET(card->ctx, r, "unable to select MF");
  ------------------
  |  |  174|    458|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    458|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    458|	int _ret = (r); \
  |  |  |  |  168|    458|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 115, False: 343]
  |  |  |  |  ------------------
  |  |  |  |  169|    115|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    115|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    115|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    115|		return _ret; \
  |  |  |  |  172|    115|	} \
  |  |  |  |  173|    458|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 343]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|    343|		priv->curpath[0] = pathptr[0];
  711|    343|		priv->curpathlen = 1;
  712|    343|		priv->is_ef = 0;
  713|  1.41k|	} else if (pathlen > 1 && pathptr[0] == MFID) {
  ------------------
  |  |   67|    760|#define MFID 0x3F00
  ------------------
  |  Branch (713:13): [True: 760, False: 656]
  |  Branch (713:28): [True: 710, False: 50]
  ------------------
  714|       |		/* Absolute addressing, check cache to avoid
  715|       |		   unnecessary selects. */
  716|  1.06k|		for (i = 0; (i < pathlen && i < priv->curpathlen
  ------------------
  |  Branch (716:16): [True: 1.06k, False: 2]
  |  Branch (716:31): [True: 684, False: 377]
  ------------------
  717|    684|				&& pathptr[i] == priv->curpath[i]); i++) ;
  ------------------
  |  Branch (717:8): [True: 353, False: 331]
  ------------------
  718|    710|		if (!priv->curpathlen) {
  ------------------
  |  Branch (718:7): [True: 377, False: 333]
  ------------------
  719|       |			/* Need to do all selects starting at the root. */
  720|    377|			priv->curpathlen = 0;
  721|    377|			priv->is_ef = 0;
  722|    377|			r = select_down(card, pathptr, pathlen, 0, file);
  723|    377|		} else if (i == pathlen && i < priv->curpathlen) {
  ------------------
  |  Branch (723:14): [True: 2, False: 331]
  |  Branch (723:30): [True: 0, False: 2]
  ------------------
  724|       |			/* Go upwards; we do it the easy way and start
  725|       |			   at the root.  However we know that the target is a DF. */
  726|      0|			priv->curpathlen = 0;
  727|      0|			priv->is_ef = 0;
  728|      0|			r = select_down(card, pathptr, pathlen, 1, file);
  729|    333|		} else if (i == pathlen && i == priv->curpathlen) {
  ------------------
  |  Branch (729:14): [True: 2, False: 331]
  |  Branch (729:30): [True: 2, False: 0]
  ------------------
  730|       |			/* Already selected. */
  731|      2|			if (!file)
  ------------------
  |  Branch (731:8): [True: 2, False: 0]
  ------------------
  732|      2|				r = 0;	/* The caller did not request the fci. */
  733|      0|			else {
  734|       |				/* This EF or DF was already selected, but
  735|       |				   we need to get the FCI, so we have
  736|       |				   to select again. */
  737|      0|				if (!(priv->curpathlen > 1))
  ------------------
  |  Branch (737:9): [True: 0, False: 0]
  ------------------
  738|      0|					return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  739|      0|				priv->curpathlen--;
  740|      0|				priv->is_ef = 0;
  741|      0|				r = select_down(card, pathptr + pathlen - 1, 1,
  742|      0|						0, file);
  743|      0|			}
  744|    331|		} else {
  745|       |			/* We have to append something.  For now we
  746|       |			   simply start at the root. (fixme) */
  747|    331|			priv->curpathlen = 0;
  748|    331|			priv->is_ef = 0;
  749|    331|			r = select_down(card, pathptr, pathlen, 0, file);
  750|    331|		}
  751|    710|	} else {
  752|       |		/* Relative addressing. */
  753|    706|		if (!priv->curpathlen) {
  ------------------
  |  Branch (753:7): [True: 58, False: 648]
  ------------------
  754|       |			/* Relative addressing without a current path. So we
  755|       |			   select the MF first. */
  756|     58|			r = select_part(card, MCRD_SEL_MF, pathptr[0], file);
  757|     58|			LOG_TEST_RET(card->ctx, r, "unable to select MF");
  ------------------
  |  |  174|     58|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     58|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     58|	int _ret = (r); \
  |  |  |  |  168|     58|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 51]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|     58|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 51]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  758|     51|			priv->curpath[0] = pathptr[0];
  759|     51|			priv->curpathlen = 1;
  760|     51|			priv->is_ef = 0;
  761|     51|		}
  762|    699|		if (priv->is_ef) {
  ------------------
  |  Branch (762:7): [True: 85, False: 614]
  ------------------
  763|     85|			if(!(priv->curpathlen > 1))
  ------------------
  |  Branch (763:7): [True: 0, False: 85]
  ------------------
  764|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  765|     85|			priv->curpathlen--;
  766|     85|			priv->is_ef = 0;
  767|     85|		}
  768|       |		/* Free the previously allocated file so we do not leak memory here */
  769|    699|		if (file) {
  ------------------
  |  Branch (769:7): [True: 561, False: 138]
  ------------------
  770|    561|			sc_file_free(*file);
  771|    561|			*file = NULL;
  772|    561|		}
  773|    699|		r = select_down(card, pathptr, pathlen, 0, file);
  774|    699|	}
  775|  1.75k|	return r;
  776|  1.87k|}
card-mcrd.c:select_down:
  644|  1.40k|{
  645|  1.40k|	struct mcrd_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  103|  1.40k|#define DRVDATA(card) ((struct mcrd_priv_data *) ((card)->drv_data))
  ------------------
  646|  1.40k|	int r;
  647|  1.40k|	int found_ef = 0;
  648|       |
  649|  1.40k|	if (!pathlen)
  ------------------
  |  Branch (649:6): [True: 0, False: 1.40k]
  ------------------
  650|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  651|       |
  652|  2.18k|	for (; pathlen; pathlen--, pathptr++) {
  ------------------
  |  Branch (652:9): [True: 1.66k, False: 527]
  ------------------
  653|  1.66k|		if (priv->curpathlen == MAX_CURPATH)
  ------------------
  |  |   71|  1.66k|#define MAX_CURPATH 10
  ------------------
  |  Branch (653:7): [True: 2, False: 1.65k]
  ------------------
  654|  1.66k|			LOG_TEST_RET(card->ctx, SC_ERROR_INTERNAL,
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  655|  1.65k|					"path too long for cache");
  656|  1.65k|		r = -1;		/* force DF select. */
  657|  1.65k|		if (pathlen == 1 && !df_only) {
  ------------------
  |  Branch (657:7): [True: 858, False: 801]
  |  Branch (657:23): [True: 858, False: 0]
  ------------------
  658|       |			/* first try to select an EF and retry an DF
  659|       |			   on error. */
  660|    858|			r = select_part(card, MCRD_SEL_EF, *pathptr, file);
  661|    858|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|    858|#define SC_SUCCESS				0
  ------------------
  |  Branch (661:8): [True: 454, False: 404]
  ------------------
  662|    454|				found_ef = 1;
  663|    858|		}
  664|  1.65k|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|  1.65k|#define SC_SUCCESS				0
  ------------------
  |  Branch (664:7): [True: 1.20k, False: 454]
  ------------------
  665|  1.20k|			r = select_part(card, MCRD_SEL_DF, *pathptr,
  666|  1.20k|					pathlen == 1 ? file : NULL);
  ------------------
  |  Branch (666:6): [True: 404, False: 801]
  ------------------
  667|  1.65k|		LOG_TEST_RET(card->ctx, r, "unable to select DF");
  ------------------
  |  |  174|  1.65k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.65k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.65k|	int _ret = (r); \
  |  |  |  |  168|  1.65k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 878, False: 781]
  |  |  |  |  ------------------
  |  |  |  |  169|    878|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    878|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    878|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    878|		return _ret; \
  |  |  |  |  172|    878|	} \
  |  |  |  |  173|  1.65k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 781]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  668|    781|		priv->curpath[priv->curpathlen] = *pathptr;
  669|    781|		priv->curpathlen++;
  670|    781|	}
  671|    527|	priv->is_ef = found_ef;
  672|    527|	if (!found_ef)
  ------------------
  |  Branch (672:6): [True: 73, False: 454]
  ------------------
  673|     73|		load_special_files(card);
  674|       |
  675|    527|	return 0;
  676|  1.40k|}
card-mcrd.c:mcrd_pin_cmd:
 1027|      1|{
 1028|      1|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      1|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      1|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      1|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      1|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1029|      1|	data->pin1.offset = 5;
 1030|      1|	data->pin2.offset = 5;
 1031|       |
 1032|      1|	if (card->type == SC_CARD_TYPE_MCRD_GENERIC) {
  ------------------
  |  Branch (1032:6): [True: 1, False: 0]
  ------------------
 1033|      1|		sc_log(card->ctx, "modify pin reference for D-Trust\n");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1034|      1|		if (data->pin_reference == 0x02)
  ------------------
  |  Branch (1034:7): [True: 1, False: 0]
  ------------------
 1035|      1|			data->pin_reference = data->pin_reference | 0x80;
 1036|      1|	}
 1037|      1|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, iso_ops->pin_cmd(card, data));
  ------------------
  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      1|	int _ret = r; \
  |  |  155|      1|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  ------------------
  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      1|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      1|	return _ret; \
  |  |  163|      1|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1038|      1|}

sc_get_muscle_driver:
  903|  16.4k|{
  904|  16.4k|	return sc_get_driver();
  905|  16.4k|}
card-muscle.c:sc_get_driver:
  871|  16.4k|{
  872|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  873|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (873:6): [True: 1, False: 16.4k]
  ------------------
  874|      1|		iso_ops = iso_drv->ops;
  875|       |
  876|  16.4k|	muscle_ops = *iso_drv->ops;
  877|  16.4k|	muscle_ops.check_sw = muscle_check_sw;
  878|  16.4k|	muscle_ops.pin_cmd = muscle_pin_cmd;
  879|  16.4k|	muscle_ops.match_card = muscle_match_card;
  880|  16.4k|	muscle_ops.init = muscle_init;
  881|  16.4k|	muscle_ops.finish = muscle_finish;
  882|       |
  883|  16.4k|	muscle_ops.get_challenge = muscle_get_challenge;
  884|       |
  885|  16.4k|	muscle_ops.set_security_env = muscle_set_security_env;
  886|  16.4k|	muscle_ops.restore_security_env = muscle_restore_security_env;
  887|  16.4k|	muscle_ops.compute_signature = muscle_compute_signature;
  888|  16.4k|	muscle_ops.decipher = muscle_decipher;
  889|  16.4k|	muscle_ops.card_ctl = muscle_card_ctl;
  890|  16.4k|	muscle_ops.read_binary = muscle_read_binary;
  891|  16.4k|	muscle_ops.update_binary = muscle_update_binary;
  892|  16.4k|	muscle_ops.create_file = muscle_create_file;
  893|  16.4k|	muscle_ops.select_file = muscle_select_file;
  894|  16.4k|	muscle_ops.delete_file = muscle_delete_file;
  895|  16.4k|	muscle_ops.list_files = muscle_list_files;
  896|  16.4k|	muscle_ops.card_reader_lock_obtained = muscle_card_reader_lock_obtained;
  897|  16.4k|	muscle_ops.logout = muscle_logout;
  898|       |
  899|  16.4k|	return &muscle_drv;
  900|  16.4k|}
card-muscle.c:muscle_check_sw:
  809|  40.0k|static int muscle_check_sw(sc_card_t * card, unsigned int sw1, unsigned int sw2) {
  810|  40.0k|	if(sw1 == 0x9C) {
  ------------------
  |  Branch (810:5): [True: 153, False: 39.9k]
  ------------------
  811|    153|		switch(sw2) {
  ------------------
  |  Branch (811:10): [True: 142, False: 11]
  ------------------
  812|     14|			case 0x01: /* SW_NO_MEMORY_LEFT */
  ------------------
  |  Branch (812:4): [True: 14, False: 139]
  ------------------
  813|     14|				return SC_ERROR_NOT_ENOUGH_MEMORY;
  ------------------
  |  |   67|     14|#define SC_ERROR_NOT_ENOUGH_MEMORY		-1217
  ------------------
  814|     11|			case 0x02: /* SW_AUTH_FAILED */
  ------------------
  |  Branch (814:4): [True: 11, False: 142]
  ------------------
  815|     11|				return SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|     11|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  816|     11|			case 0x03: /* SW_OPERATION_NOT_ALLOWED */
  ------------------
  |  Branch (816:4): [True: 11, False: 142]
  ------------------
  817|     11|				return SC_ERROR_NOT_ALLOWED;
  ------------------
  |  |   59|     11|#define SC_ERROR_NOT_ALLOWED			-1209
  ------------------
  818|     10|			case 0x05: /* SW_UNSUPPORTED_FEATURE */
  ------------------
  |  Branch (818:4): [True: 10, False: 143]
  ------------------
  819|     10|				return SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|     10|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
  820|     10|			case 0x06: /* SW_UNAUTHORIZED */
  ------------------
  |  Branch (820:4): [True: 10, False: 143]
  ------------------
  821|     10|				return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|     10|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  822|     12|			case 0x07: /* SW_OBJECT_NOT_FOUND */
  ------------------
  |  Branch (822:4): [True: 12, False: 141]
  ------------------
  823|     12|				return SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|     12|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  824|     10|			case 0x08: /* SW_OBJECT_EXISTS */
  ------------------
  |  Branch (824:4): [True: 10, False: 143]
  ------------------
  825|     10|				return SC_ERROR_FILE_ALREADY_EXISTS;
  ------------------
  |  |   65|     10|#define SC_ERROR_FILE_ALREADY_EXISTS		-1215
  ------------------
  826|     11|			case 0x09: /* SW_INCORRECT_ALG */
  ------------------
  |  Branch (826:4): [True: 11, False: 142]
  ------------------
  827|     11|				return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|     11|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  828|     10|			case 0x0B: /* SW_SIGNATURE_INVALID */
  ------------------
  |  Branch (828:4): [True: 10, False: 143]
  ------------------
  829|     10|				return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|     10|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  830|     10|			case 0x0C: /* SW_IDENTITY_BLOCKED */
  ------------------
  |  Branch (830:4): [True: 10, False: 143]
  ------------------
  831|     10|				return SC_ERROR_AUTH_METHOD_BLOCKED;
  ------------------
  |  |   62|     10|#define SC_ERROR_AUTH_METHOD_BLOCKED		-1212
  ------------------
  832|     11|			case 0x0F: /* SW_INVALID_PARAMETER */
  ------------------
  |  Branch (832:4): [True: 11, False: 142]
  ------------------
  833|     22|			case 0x10: /* SW_INCORRECT_P1 */
  ------------------
  |  Branch (833:4): [True: 11, False: 142]
  ------------------
  834|     33|			case 0x11: /* SW_INCORRECT_P2 */
  ------------------
  |  Branch (834:4): [True: 11, False: 142]
  ------------------
  835|     33|				return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|     33|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  836|    153|		}
  837|    153|	}
  838|  39.9k|	return iso_ops->check_sw(card, sw1, sw2);
  839|  40.0k|}
card-muscle.c:muscle_match_card:
   79|  6.63k|{
   80|  6.63k|	sc_apdu_t apdu;
   81|  6.63k|	u8 response[64];
   82|  6.63k|	int r;
   83|       |
   84|  6.63k|	if (msc_select_applet(card, muscleAppletId, sizeof muscleAppletId) == 1) {
  ------------------
  |  Branch (84:6): [True: 452, False: 6.18k]
  ------------------
   85|       |		/* Muscle applet is present, check the protocol version to be sure */
   86|    452|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0x3C, 0x00, 0x00);
  ------------------
  |  |  301|    452|#define SC_APDU_CASE_2			0x22
  ------------------
   87|    452|		apdu.cla = 0xB0;
   88|    452|		apdu.le = 64;
   89|    452|		apdu.resplen = 64;
   90|    452|		apdu.resp = response;
   91|    452|		r = sc_transmit_apdu(card, &apdu);
   92|    452|		if (r == SC_SUCCESS && apdu.resplen > 1 && response[0] == 0x01) {
  ------------------
  |  |   28|    904|#define SC_SUCCESS				0
  ------------------
  |  Branch (92:7): [True: 434, False: 18]
  |  Branch (92:26): [True: 45, False: 389]
  |  Branch (92:46): [True: 4, False: 41]
  ------------------
   93|      4|			card->type = SC_CARD_TYPE_MUSCLE_V1;
   94|    448|		} else {
   95|    448|			card->type = SC_CARD_TYPE_MUSCLE_GENERIC;
   96|    448|		}
   97|    452|		return 1;
   98|    452|	}
   99|  6.18k|	return 0;
  100|  6.63k|}
card-muscle.c:muscle_init:
  464|    452|{
  465|    452|	muscle_private_t *priv;
  466|    452|	int r;
  467|       |
  468|    452|	card->name = "MuscleApplet";
  469|    452|	card->drv_data = malloc(sizeof(muscle_private_t));
  470|    452|	if(!card->drv_data) {
  ------------------
  |  Branch (470:5): [True: 0, False: 452]
  ------------------
  471|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  472|      0|	}
  473|    452|	memset(card->drv_data, 0, sizeof(muscle_private_t));
  474|    452|	priv = MUSCLE_DATA(card);
  ------------------
  |  |   57|    452|#define MUSCLE_DATA(card) ( (muscle_private_t*)card->drv_data )
  ------------------
  475|    452|	priv->verifiedPins = 0;
  476|    452|	priv->fs = mscfs_new();
  477|    452|	if(!priv->fs) {
  ------------------
  |  Branch (477:5): [True: 0, False: 452]
  ------------------
  478|      0|		free(card->drv_data);
  479|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  480|      0|	}
  481|    452|	priv->fs->udata = card;
  482|    452|	priv->fs->listFile = _listFile;
  483|       |
  484|    452|	card->cla = 0xB0;
  485|       |
  486|    452|	card->flags |= SC_CARD_FLAG_RNG;
  ------------------
  |  |  536|    452|#define SC_CARD_FLAG_RNG		0x00000002
  ------------------
  487|    452|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    452|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  488|       |
  489|       |	/* Card type detection */
  490|    452|	r = _sc_match_atr(card, muscle_atrs, &card->type);
  491|    452|	if (r < 0) {
  ------------------
  |  Branch (491:6): [True: 451, False: 1]
  ------------------
  492|    451|		sc_log(card->ctx, "Failed to match the ATRs");
  ------------------
  |  |   71|    451|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  493|    451|	}
  494|    452|	if(card->type == SC_CARD_TYPE_MUSCLE_ETOKEN_72K) {
  ------------------
  |  Branch (494:5): [True: 0, False: 452]
  ------------------
  495|      0|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|      0|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  496|      0|	}
  497|    452|	if(card->type == SC_CARD_TYPE_MUSCLE_JCOP241) {
  ------------------
  |  Branch (497:5): [True: 1, False: 451]
  ------------------
  498|      1|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|      1|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  499|      1|	}
  500|    452|	if (!(card->caps & SC_CARD_CAP_APDU_EXT)) {
  ------------------
  |  |  547|    452|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (500:6): [True: 451, False: 1]
  ------------------
  501|    451|		card->max_recv_size = 255;
  502|    451|		card->max_send_size = 255;
  503|    451|	}
  504|    452|	if(card->type == SC_CARD_TYPE_MUSCLE_JCOP242R2_NO_EXT_APDU) {
  ------------------
  |  Branch (504:5): [True: 0, False: 452]
  ------------------
  505|       |	        /* Tyfone JCOP v242R2 card that doesn't support extended APDUs */
  506|      0|	}
  507|       |
  508|       |
  509|       |	/* FIXME: Card type detection */
  510|    452|	if (1) {
  ------------------
  |  Branch (510:6): [True: 452, Folded]
  ------------------
  511|    452|		unsigned long flags;
  512|       |
  513|    452|		flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    452|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  514|    452|		flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    452|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  515|    452|		flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    452|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  516|       |
  517|    452|		_sc_card_add_rsa_alg(card, 1024, flags, 0);
  518|    452|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  519|    452|	}
  520|    452|	return SC_SUCCESS;
  ------------------
  |  |   28|    452|#define SC_SUCCESS				0
  ------------------
  521|    452|}
card-muscle.c:_listFile:
  458|  40.2k|{
  459|  40.2k|	int next = reset ? 0x00 : 0x01;
  ------------------
  |  Branch (459:13): [True: 1.18k, False: 39.0k]
  ------------------
  460|  40.2k|	return msc_list_objects( (sc_card_t*)udata, next, file);
  461|  40.2k|}
card-muscle.c:muscle_finish:
   68|    452|{
   69|    452|	muscle_private_t *priv = MUSCLE_DATA(card);
  ------------------
  |  |   57|    452|#define MUSCLE_DATA(card) ( (muscle_private_t*)card->drv_data )
  ------------------
   70|    452|	mscfs_free(priv->fs);
   71|    452|	free(priv);
   72|    452|	return 0;
   73|    452|}
card-muscle.c:muscle_read_binary:
  199|    203|{
  200|    203|	mscfs_t *fs = MUSCLE_FS(card);
  ------------------
  |  |   58|    203|#define MUSCLE_FS(card) ( ((muscle_private_t*)card->drv_data)->fs )
  ------------------
  201|    203|	int r;
  202|    203|	msc_id objectId;
  203|    203|	u8* oid = objectId.id;
  204|    203|	mscfs_file_t *file;
  205|       |
  206|    203|	r = mscfs_check_selection(fs, -1);
  207|    203|	if(r < 0) LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (207:5): [True: 0, False: 203]
  ------------------
  208|    203|	file = &fs->cache.array[fs->currentFileIndex];
  209|    203|	objectId = file->objectId;
  210|       |	/* memcpy(objectId.id, file->objectId.id, 4); */
  211|    203|	if(!file->ef) {
  ------------------
  |  Branch (211:5): [True: 39, False: 164]
  ------------------
  212|     39|		oid[0] = oid[2];
  213|     39|		oid[1] = oid[3];
  214|     39|		oid[2] = oid[3] = 0;
  215|     39|	}
  216|    203|	r = msc_read_object(card, objectId, idx, buf, count);
  217|    203|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    203|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    203|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    203|	int _ret = r; \
  |  |  |  |  155|    203|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 72, False: 131]
  |  |  |  |  ------------------
  |  |  |  |  156|     72|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     72|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 72, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     72|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    131|	} else { \
  |  |  |  |  159|    131|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    131|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    131|	} \
  |  |  |  |  162|    203|	return _ret; \
  |  |  |  |  163|    203|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  218|    203|}
card-muscle.c:muscle_select_file:
  434|  2.21k|{
  435|  2.21k|	int r;
  436|       |
  437|  2.21k|	if (card == NULL || path_in == NULL)
  ------------------
  |  Branch (437:6): [True: 0, False: 2.21k]
  |  Branch (437:22): [True: 0, False: 2.21k]
  ------------------
  438|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  439|       |
  440|  2.21k|	switch (path_in->type) {
  441|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (441:2): [True: 0, False: 2.21k]
  ------------------
  442|      0|		r = select_item(card, path_in, file_out, 1);
  443|      0|		break;
  444|    901|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    901|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (444:2): [True: 901, False: 1.31k]
  ------------------
  445|    901|		r = select_item(card, path_in, file_out, 0);
  446|    901|		break;
  447|  1.31k|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|  1.31k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (447:2): [True: 1.31k, False: 901]
  ------------------
  448|  1.31k|		r = select_item(card, path_in, file_out, -1);
  449|  1.31k|		break;
  450|      0|	default:
  ------------------
  |  Branch (450:2): [True: 0, False: 2.21k]
  ------------------
  451|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  452|  2.21k|	}
  453|  2.21k|	if(r > 0) r = 0;
  ------------------
  |  Branch (453:5): [True: 0, False: 2.21k]
  ------------------
  454|  2.21k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,r);
  ------------------
  |  |  153|  2.21k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.21k|	int _ret = r; \
  |  |  155|  2.21k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2.21k, False: 0]
  |  |  ------------------
  |  |  156|  2.21k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  1.74k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1.74k, False: 466]
  |  |  ------------------
  |  |  157|  2.21k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.21k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  2.21k|	return _ret; \
  |  |  163|  2.21k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  455|  2.21k|}
card-muscle.c:select_item:
  370|  2.21k|{
  371|  2.21k|	mscfs_t *fs = MUSCLE_FS(card);
  ------------------
  |  |   58|  2.21k|#define MUSCLE_FS(card) ( ((muscle_private_t*)card->drv_data)->fs )
  ------------------
  372|  2.21k|	mscfs_file_t *file_data = NULL;
  373|  2.21k|	size_t pathlen = path_in->len;
  374|  2.21k|	int r = 0;
  375|  2.21k|	int objectIndex;
  376|  2.21k|	u8* oid;
  377|       |
  378|  2.21k|	r = mscfs_check_cache(fs);
  379|  2.21k|	if(r < 0) SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    941|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    941|	int _ret = r; \
  |  |  155|    941|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 941, False: 0]
  |  |  ------------------
  |  |  156|    941|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    941|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 941, False: 0]
  |  |  ------------------
  |  |  157|    941|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    941|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    941|	return _ret; \
  |  |  163|    941|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (379:5): [True: 941, False: 1.27k]
  ------------------
  380|  1.27k|	r = mscfs_loadFileInfo(fs, path_in->value, path_in->len, &file_data, &objectIndex);
  381|  1.27k|	if(r < 0) SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,r);
  ------------------
  |  |  153|    804|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    804|	int _ret = r; \
  |  |  155|    804|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 804, False: 0]
  |  |  ------------------
  |  |  156|    804|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    804|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 804, False: 0]
  |  |  ------------------
  |  |  157|    804|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    804|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    804|	return _ret; \
  |  |  163|    804|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (381:5): [True: 804, False: 467]
  ------------------
  382|       |
  383|       |	/* Check if its the right type */
  384|    467|	if(requiredType >= 0 && requiredType != file_data->ef) {
  ------------------
  |  Branch (384:5): [True: 3, False: 464]
  |  Branch (384:26): [True: 1, False: 2]
  ------------------
  385|      1|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  386|      1|	}
  387|    466|	oid = file_data->objectId.id;
  388|       |	/* Is it a file or directory */
  389|    466|	if(file_data->ef) {
  ------------------
  |  Branch (389:5): [True: 236, False: 230]
  ------------------
  390|    236|		fs->currentPath[0] = oid[0];
  391|    236|		fs->currentPath[1] = oid[1];
  392|    236|		fs->currentFile[0] = oid[2];
  393|    236|		fs->currentFile[1] = oid[3];
  394|    236|	} else {
  395|    230|		if(pathlen < 2) {
  ------------------
  |  Branch (395:6): [True: 0, False: 230]
  ------------------
  396|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  397|      0|		}
  398|    230|		fs->currentPath[0] = oid[pathlen - 2];
  399|    230|		fs->currentPath[1] = oid[pathlen - 1];
  400|    230|		fs->currentFile[0] = 0;
  401|    230|		fs->currentFile[1] = 0;
  402|    230|	}
  403|       |
  404|    466|	fs->currentFileIndex = objectIndex;
  405|    466|	if(file_out) {
  ------------------
  |  Branch (405:5): [True: 245, False: 221]
  ------------------
  406|    245|		sc_file_t *file;
  407|    245|		file = sc_file_new();
  408|    245|		file->path = *path_in;
  409|    245|		file->size = file_data->size;
  410|    245|		file->id = (oid[2] << 8) | oid[3];
  411|    245|		if(!file_data->ef) {
  ------------------
  |  Branch (411:6): [True: 12, False: 233]
  ------------------
  412|     12|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     12|#define SC_FILE_TYPE_DF			0x04
  ------------------
  413|    233|		} else {
  414|    233|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    233|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  415|    233|			file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|    233|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  416|    233|		}
  417|       |
  418|       |		/* Setup ACLS */
  419|    245|		if(file_data->ef) {
  ------------------
  |  Branch (419:6): [True: 233, False: 12]
  ------------------
  420|    233|			muscle_load_file_acls(file, file_data);
  421|    233|		} else {
  422|     12|			muscle_load_dir_acls(file, file_data);
  423|       |			/* Setup directory acls... */
  424|     12|		}
  425|       |
  426|    245|		file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|    245|#define SC_FILE_MAGIC			0x14426950
  ------------------
  427|    245|		*file_out = file;
  428|    245|	}
  429|    466|	return 0;
  430|    466|}
card-muscle.c:muscle_load_file_acls:
  353|    233|{
  354|    233|	muscle_load_single_acl(file, SC_AC_OP_READ, file_data->read);
  ------------------
  |  |  188|    233|#define SC_AC_OP_READ			22
  ------------------
  355|    233|	muscle_load_single_acl(file, SC_AC_OP_WRITE, file_data->write);
  ------------------
  |  |  190|    233|#define SC_AC_OP_WRITE			24
  ------------------
  356|    233|	muscle_load_single_acl(file, SC_AC_OP_UPDATE, file_data->write);
  ------------------
  |  |  189|    233|#define SC_AC_OP_UPDATE			23
  ------------------
  357|    233|	muscle_load_single_acl(file, SC_AC_OP_DELETE, file_data->delete);
  ------------------
  |  |  168|    233|#define SC_AC_OP_DELETE			2
  ------------------
  358|    233|}
card-muscle.c:muscle_load_single_acl:
  338|    992|{
  339|    992|	int key;
  340|       |	/* Everybody by default.... */
  341|    992|	sc_file_add_acl_entry(file, operation, SC_AC_NONE, 0);
  ------------------
  |  |  150|    992|#define SC_AC_NONE			0x00000000
  ------------------
  342|    992|	if(acl == 0xFFFF) {
  ------------------
  |  Branch (342:5): [True: 97, False: 895]
  ------------------
  343|     97|		sc_file_add_acl_entry(file, operation, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     97|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  344|     97|		return;
  345|     97|	}
  346|  15.2k|	for(key = 0; key < 16; key++) {
  ------------------
  |  Branch (346:15): [True: 14.3k, False: 895]
  ------------------
  347|  14.3k|		if(acl >> key & 1) {
  ------------------
  |  Branch (347:6): [True: 4.50k, False: 9.81k]
  ------------------
  348|  4.50k|			sc_file_add_acl_entry(file, operation, SC_AC_CHV, key);
  ------------------
  |  |  151|  4.50k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  349|  4.50k|		}
  350|  14.3k|	}
  351|    895|}
card-muscle.c:muscle_load_dir_acls:
  360|     12|{
  361|     12|	muscle_load_single_acl(file, SC_AC_OP_SELECT, 0);
  ------------------
  |  |  166|     12|#define SC_AC_OP_SELECT			0
  ------------------
  362|     12|	muscle_load_single_acl(file, SC_AC_OP_LIST_FILES, 0);
  ------------------
  |  |  172|     12|#define SC_AC_OP_LIST_FILES		6
  ------------------
  363|     12|	muscle_load_single_acl(file, SC_AC_OP_LOCK, 0xFFFF);
  ------------------
  |  |  167|     12|#define SC_AC_OP_LOCK			1
  ------------------
  364|     12|	muscle_load_single_acl(file, SC_AC_OP_DELETE, file_data->delete);
  ------------------
  |  |  168|     12|#define SC_AC_OP_DELETE			2
  ------------------
  365|     12|	muscle_load_single_acl(file, SC_AC_OP_CREATE, file_data->write);
  ------------------
  |  |  169|     12|#define SC_AC_OP_CREATE			3
  ------------------
  366|     12|}
card-muscle.c:muscle_card_reader_lock_obtained:
  842|  7.53k|{
  843|  7.53k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  7.53k|#define SC_SUCCESS				0
  ------------------
  844|       |
  845|  7.53k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  7.53k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  7.53k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  7.53k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 7.53k]
  |  |  ------------------
  ------------------
  846|       |
  847|  7.53k|	if (was_reset > 0) {
  ------------------
  |  Branch (847:6): [True: 0, False: 7.53k]
  ------------------
  848|      0|		if (msc_select_applet(card, muscleAppletId, sizeof muscleAppletId) != 1) {
  ------------------
  |  Branch (848:7): [True: 0, False: 0]
  ------------------
  849|      0|			r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  850|      0|		}
  851|      0|	}
  852|       |
  853|  7.53k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  7.53k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.53k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.53k|	int _ret = r; \
  |  |  |  |  155|  7.53k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.53k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.53k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 7.53k]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.53k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.53k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  7.53k|	return _ret; \
  |  |  |  |  163|  7.53k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  854|  7.53k|}

sc_get_myeid_driver:
 2133|  16.4k|{
 2134|  16.4k|	return sc_get_driver();
 2135|  16.4k|}
card-myeid.c:sc_get_driver:
 2098|  16.4k|{
 2099|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 2100|       |
 2101|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2101:6): [True: 1, False: 16.4k]
  ------------------
 2102|      1|		iso_ops = iso_drv->ops;
 2103|       |
 2104|  16.4k|	myeid_ops			= *iso_drv->ops;
 2105|  16.4k|	myeid_ops.match_card		= myeid_match_card;
 2106|  16.4k|	myeid_ops.init			= myeid_init;
 2107|  16.4k|	myeid_ops.finish		= myeid_finish;
 2108|       |	/* no record oriented file services */
 2109|  16.4k|	myeid_ops.read_record		= NULL;
 2110|  16.4k|	myeid_ops.write_record		= NULL;
 2111|  16.4k|	myeid_ops.append_record		= NULL;
 2112|       |	myeid_ops.update_record		= NULL;
 2113|  16.4k|	myeid_ops.select_file		= myeid_select_file;
 2114|  16.4k|	myeid_ops.get_response		= iso_ops->get_response;
 2115|  16.4k|	myeid_ops.logout		= myeid_logout;
 2116|  16.4k|	myeid_ops.create_file		= myeid_create_file;
 2117|  16.4k|	myeid_ops.delete_file		= myeid_delete_file;
 2118|  16.4k|	myeid_ops.list_files		= myeid_list_files;
 2119|  16.4k|	myeid_ops.set_security_env	= myeid_set_security_env;
 2120|  16.4k|	myeid_ops.compute_signature	= myeid_compute_signature;
 2121|  16.4k|	myeid_ops.decipher		= myeid_decipher;
 2122|  16.4k|	myeid_ops.process_fci		= myeid_process_fci;
 2123|  16.4k|	myeid_ops.card_ctl		= myeid_card_ctl;
 2124|  16.4k|	myeid_ops.pin_cmd		= myeid_pin_cmd;
 2125|  16.4k|	myeid_ops.wrap			= myeid_wrap_key;
 2126|  16.4k|	myeid_ops.unwrap		= myeid_unwrap_key;
 2127|  16.4k|	myeid_ops.encrypt_sym		= myeid_encrypt_sym;
 2128|  16.4k|	myeid_ops.decrypt_sym		= myeid_decrypt_sym;
 2129|  16.4k|	return &myeid_drv;
 2130|  16.4k|}
card-myeid.c:myeid_match_card:
  122|  9.07k|{
  123|  9.07k|	size_t len = card->reader->atr_info.hist_bytes_len;
  124|       |	/* Normally the historical bytes are exactly "MyEID", but there might
  125|       |	 * be some historic units which have a small prefix byte sequence. */
  126|  9.07k|	if (len >= 5) {
  ------------------
  |  Branch (126:6): [True: 4.17k, False: 4.90k]
  ------------------
  127|  4.17k|		if (!memcmp(&card->reader->atr_info.hist_bytes[len - 5], "MyEID", 5)) {
  ------------------
  |  Branch (127:7): [True: 350, False: 3.82k]
  ------------------
  128|    350|			sc_log(card->ctx, "Matched MyEID card");
  ------------------
  |  |   71|    350|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  129|    350|			card->type = SC_CARD_TYPE_MYEID_GENERIC;
  130|    350|			return 1;
  131|    350|		}
  132|       |		/* The software implementation of MyEID is identified by OsEID bytes */
  133|  3.82k|		if (!memcmp(&card->reader->atr_info.hist_bytes[len - 5], "OsEID", 5)) {
  ------------------
  |  Branch (133:7): [True: 9, False: 3.81k]
  ------------------
  134|      9|			sc_log(card->ctx, "Matched OsEID card");
  ------------------
  |  |   71|      9|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  135|      9|			card->type = SC_CARD_TYPE_MYEID_OSEID;
  136|      9|			return 1;
  137|      9|		}
  138|  3.82k|	}
  139|  8.71k|	return 0;
  140|  9.07k|}
card-myeid.c:myeid_init:
  171|    359|{
  172|    359|	unsigned long flags = 0, ext_flags = 0;
  173|    359|	myeid_private_data_t *priv;
  174|    359|	u8 appletInfo[20];
  175|    359|	size_t appletInfoLen;
  176|    359|	myeid_card_caps_t card_caps;
  177|    359|	static struct sc_aid myeid_aid = { "\xA0\x00\x00\x00\x63\x50\x4B\x43\x53\x2D\x31\x35", 0x0C };
  178|    359|	int rv = 0;
  179|    359|	void *old_drv_data = card->drv_data;
  180|       |
  181|    359|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    359|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    359|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    359|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    359|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 359]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|       |
  183|    359|	switch (card->type) {
  184|      9|	case SC_CARD_TYPE_MYEID_OSEID:
  ------------------
  |  Branch (184:2): [True: 9, False: 350]
  ------------------
  185|      9|		card->name = oseid_card_name;
  186|      9|		break;
  187|    350|	case SC_CARD_TYPE_MYEID_GENERIC:
  ------------------
  |  Branch (187:2): [True: 350, False: 9]
  ------------------
  188|    350|		card->name = myeid_card_name;
  189|    350|		break;
  190|      0|	default:
  ------------------
  |  Branch (190:2): [True: 0, False: 359]
  ------------------
  191|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|    359|	}
  193|       |
  194|    359|	priv = calloc(1, sizeof(myeid_private_data_t));
  195|       |
  196|    359|	if (!priv)
  ------------------
  |  Branch (196:6): [True: 0, False: 359]
  ------------------
  197|    359|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|       |
  199|    359|	rv = myeid_load_options (card->ctx, priv);
  200|    359|	LOG_TEST_GOTO_ERR(card->ctx, rv, "Unable to read options from opensc.conf");
  ------------------
  |  |  184|    359|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    359|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    359|	int _ret = (r); \
  |  |  |  |  178|    359|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 359]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    359|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 359]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  201|       |
  202|    359|	priv->card_state = SC_FILE_STATUS_CREATION;
  ------------------
  |  |  240|    359|#define SC_FILE_STATUS_CREATION		0x02 /* ISO7816-4: Creation state, (1) */
  ------------------
  203|    359|	card->drv_data = priv;
  204|       |
  205|       |	/* Ensure that the MyEID applet is selected. */
  206|    359|	rv = iso7816_select_aid(card, myeid_aid.value, myeid_aid.len, NULL, NULL);
  207|    359|	LOG_TEST_GOTO_ERR(card->ctx, rv, "Failed to select MyEID applet.");
  ------------------
  |  |  184|    359|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    359|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    359|	int _ret = (r); \
  |  |  |  |  178|    359|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 14, False: 345]
  |  |  |  |  ------------------
  |  |  |  |  179|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     14|		goto err; \
  |  |  |  |  182|     14|	} \
  |  |  |  |  183|    359|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 345]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  208|       |
  209|       |	/* find out MyEID version */
  210|       |
  211|    345|	appletInfoLen = 20;
  212|       |
  213|    345|	if (0 > myeid_get_info(card, appletInfo, appletInfoLen))
  ------------------
  |  Branch (213:6): [True: 91, False: 254]
  ------------------
  214|    345|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_CARD, "Failed to get MyEID applet information.");
  ------------------
  |  |  184|     91|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     91|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     91|	int _ret = (r); \
  |  |  |  |  178|     91|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 91, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     91|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     91|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     91|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     91|		goto err; \
  |  |  |  |  182|     91|	} \
  |  |  |  |  183|     91|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  215|       |
  216|    254|	priv->change_counter = appletInfo[19] | appletInfo[18] << 8;
  217|       |
  218|    254|	memset(&card_caps, 0, sizeof(myeid_card_caps_t));
  219|    254|	card_caps.max_ecc_key_length = 256;
  220|    254|	card_caps.max_rsa_key_length = 2048;
  221|       |
  222|    254|	if (card->version.fw_major >= 40) {
  ------------------
  |  Branch (222:6): [True: 227, False: 27]
  ------------------
  223|       |	    /* Since 4.0, we can query available algorithms and key sizes.
  224|       |	     * Since 3.5.0 RSA up to 2048 and ECC up to 256 are always supported, so we check only max ECC key length. */
  225|    227|	    if (myeid_get_card_caps(card, &card_caps) != SC_SUCCESS) {
  ------------------
  |  |   28|    227|#define SC_SUCCESS				0
  ------------------
  |  Branch (225:10): [True: 184, False: 43]
  ------------------
  226|    184|			sc_log(card->ctx, "Failed to get card capabilities. Using default max ECC key length 256.");
  ------------------
  |  |   71|    184|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  227|    184|	    }
  228|    227|	}
  229|       |
  230|    254|	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  102|    254|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    254|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  231|    254|	if (priv->disable_hw_pkcs1_padding == 0)
  ------------------
  |  Branch (231:6): [True: 254, False: 0]
  ------------------
  232|    254|		flags |= SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|    254|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    254|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    254|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  233|    254|	flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    254|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  234|       |
  235|    254|	_sc_card_add_rsa_alg(card,  512, flags, 0);
  236|    254|	_sc_card_add_rsa_alg(card,  768, flags, 0);
  237|    254|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  238|    254|	_sc_card_add_rsa_alg(card, 1536, flags, 0);
  239|    254|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  240|       |
  241|    254|	if (card_caps.card_supported_features & MYEID_CARD_CAP_RSA) {
  ------------------
  |  |   50|    254|#define MYEID_CARD_CAP_RSA		0x01
  ------------------
  |  Branch (241:6): [True: 40, False: 214]
  ------------------
  242|     40|		if (card_caps.max_rsa_key_length >= 3072)
  ------------------
  |  Branch (242:7): [True: 33, False: 7]
  ------------------
  243|     33|			_sc_card_add_rsa_alg(card, 3072, flags, 0);
  244|     40|		if (card_caps.max_rsa_key_length >= 4096)
  ------------------
  |  Branch (244:7): [True: 27, False: 13]
  ------------------
  245|     27|			_sc_card_add_rsa_alg(card, 4096, flags, 0);
  246|     40|	}
  247|       |
  248|       |	/* show ECC algorithms if the applet version of the inserted card supports them */
  249|    254|	if (card->version.fw_major >= 35) {
  ------------------
  |  Branch (249:6): [True: 229, False: 25]
  ------------------
  250|    229|		int i;
  251|       |
  252|    229|		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  174|    229|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  173|    229|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    229|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  253|    229|		flags |= SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|    229|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|    229|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  254|    229|		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|    229|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|    229|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  255|       |
  256|  1.14k|		for (i=0; ec_curves[i].curve_name != NULL; i++) {
  ------------------
  |  Branch (256:13): [True: 916, False: 229]
  ------------------
  257|    916|			if (card_caps.max_ecc_key_length >= ec_curves[i].size)
  ------------------
  |  Branch (257:8): [True: 502, False: 414]
  ------------------
  258|    502|				_sc_card_add_ec_alg(card, ec_curves[i].size, flags, ext_flags, &ec_curves[i].curve_oid);
  259|    916|		}
  260|    229|	}
  261|       |
  262|       |	/* show supported symmetric algorithms */
  263|    254|	flags = 0;
  264|    254|	if (card_caps.card_supported_features & MYEID_CARD_CAP_3DES) {
  ------------------
  |  |   51|    254|#define MYEID_CARD_CAP_3DES		0x02
  ------------------
  |  Branch (264:6): [True: 36, False: 218]
  ------------------
  265|     36|		if (card_caps.max_des_key_length >= 64)
  ------------------
  |  Branch (265:7): [True: 28, False: 8]
  ------------------
  266|     28|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_DES, 64, flags);
  ------------------
  |  |   76|     28|#define SC_ALGORITHM_DES		64
  ------------------
  267|     36|		if (card_caps.max_des_key_length >= 128)
  ------------------
  |  Branch (267:7): [True: 27, False: 9]
  ------------------
  268|     27|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_3DES, 128, flags);
  ------------------
  |  |   77|     27|#define SC_ALGORITHM_3DES		65
  ------------------
  269|     36|		if (card_caps.max_des_key_length >= 192)
  ------------------
  |  Branch (269:7): [True: 26, False: 10]
  ------------------
  270|     26|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_3DES, 192, flags);
  ------------------
  |  |   77|     26|#define SC_ALGORITHM_3DES		65
  ------------------
  271|     36|	}
  272|    254|	if (card_caps.card_supported_features & MYEID_CARD_CAP_AES) {
  ------------------
  |  |   52|    254|#define MYEID_CARD_CAP_AES		0x04
  ------------------
  |  Branch (272:6): [True: 40, False: 214]
  ------------------
  273|     40|		if (card_caps.max_aes_key_length >= 128)
  ------------------
  |  Branch (273:7): [True: 31, False: 9]
  ------------------
  274|     31|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_AES, 128, flags);
  ------------------
  |  |   79|     31|#define SC_ALGORITHM_AES		67
  ------------------
  275|     40|		if (card_caps.max_aes_key_length >= 256)
  ------------------
  |  Branch (275:7): [True: 25, False: 15]
  ------------------
  276|     25|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_AES, 256, flags);
  ------------------
  |  |   79|     25|#define SC_ALGORITHM_AES		67
  ------------------
  277|     40|	}
  278|       |
  279|       |	/* State that we have an RNG */
  280|    254|	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    254|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    254|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  281|       |
  282|    254|	if ((card->version.fw_major == 40 && card->version.fw_minor >= 10 )
  ------------------
  |  Branch (282:7): [True: 11, False: 243]
  |  Branch (282:39): [True: 8, False: 3]
  ------------------
  283|    246|		|| card->version.fw_major >= 41)
  ------------------
  |  Branch (283:6): [True: 216, False: 30]
  ------------------
  284|    224|		card->caps |= SC_CARD_CAP_WRAP_KEY | SC_CARD_CAP_UNWRAP_KEY
  ------------------
  |  |  572|    224|#define SC_CARD_CAP_WRAP_KEY			0x00000800
  ------------------
              		card->caps |= SC_CARD_CAP_WRAP_KEY | SC_CARD_CAP_UNWRAP_KEY
  ------------------
  |  |  574|    224|#define SC_CARD_CAP_UNWRAP_KEY			0x00001000
  ------------------
  285|    224|			   | SC_CARD_CAP_ONCARD_SESSION_OBJECTS;
  ------------------
  |  |  569|    224|#define SC_CARD_CAP_ONCARD_SESSION_OBJECTS	0x00000400
  ------------------
  286|       |
  287|    254|	if (card->version.fw_major >= 45)
  ------------------
  |  Branch (287:6): [True: 149, False: 105]
  ------------------
  288|    149|		priv->cap_chaining = 1;
  289|    254|	if (card->version.fw_major >= 40)
  ------------------
  |  Branch (289:6): [True: 227, False: 27]
  ------------------
  290|    227|		card->max_recv_size = 256;
  291|     27|	else
  292|     27|		card->max_recv_size = 255;
  293|    254|	card->max_send_size = 255;
  294|       |
  295|    254|	rv = SC_SUCCESS;
  ------------------
  |  |   28|    254|#define SC_SUCCESS				0
  ------------------
  296|       |
  297|    359|err:
  298|    359|	if (rv < 0) {
  ------------------
  |  Branch (298:6): [True: 14, False: 345]
  ------------------
  299|     14|		free(priv);
  300|     14|		card->drv_data = old_drv_data;
  301|     14|	}
  302|       |
  303|    359|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    359|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    359|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    359|	int _ret = r; \
  |  |  |  |  155|    359|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 359, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    359|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 14, False: 345]
  |  |  |  |  ------------------
  |  |  |  |  157|    359|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    359|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    359|	return _ret; \
  |  |  |  |  163|    359|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  304|    359|}
card-myeid.c:myeid_load_options:
  143|    359|{
  144|    359|	int r;
  145|    359|	size_t i, j;
  146|    359|	scconf_block **found_blocks, *block;
  147|       |
  148|    359|	if (!ctx || !priv) {
  ------------------
  |  Branch (148:6): [True: 0, False: 359]
  |  Branch (148:14): [True: 0, False: 359]
  ------------------
  149|      0|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  150|      0|		goto err;
  151|      0|	}
  152|    359|	priv->disable_hw_pkcs1_padding = 0;
  153|    718|	for (i = 0; ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (153:14): [True: 359, False: 359]
  ------------------
  154|    359|		found_blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i],
  155|    359|				"card_driver", "myeid");
  156|    359|		if (!found_blocks)
  ------------------
  |  Branch (156:7): [True: 0, False: 359]
  ------------------
  157|      0|			continue;
  158|    359|		for (j = 0, block = found_blocks[j]; block; j++, block = found_blocks[j]) {
  ------------------
  |  Branch (158:40): [True: 0, False: 359]
  ------------------
  159|      0|			priv->disable_hw_pkcs1_padding = scconf_get_int(block, "disable_hw_pkcs1_padding", 0);
  160|      0|			sc_log(ctx,"Found config option: disable_hw_pkcs1_padding = %d\n", priv->disable_hw_pkcs1_padding);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  161|      0|		}
  162|    359|		free(found_blocks);
  163|    359|	}
  164|    359|	r = SC_SUCCESS;
  ------------------
  |  |   28|    359|#define SC_SUCCESS				0
  ------------------
  165|       |
  166|    359|err:
  167|    359|	return r;
  168|    359|}
card-myeid.c:myeid_get_info:
 1690|    536|{
 1691|    536|	sc_apdu_t apdu;
 1692|    536|	int r;
 1693|       |
 1694|    536|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    536|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    536|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    536|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    536|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 536]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1695|       |
 1696|    536|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0xA0);
  ------------------
  |  |  292|    536|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1697|    536|	apdu.resp    = rbuf;
 1698|    536|	apdu.resplen = buflen;
 1699|    536|	apdu.le      = buflen;
 1700|       |
 1701|    536|	r = sc_transmit_apdu(card, &apdu);
 1702|    536|	LOG_TEST_RET(card->ctx, r,  "APDU transmit failed");
  ------------------
  |  |  174|    536|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    536|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    536|	int _ret = (r); \
  |  |  |  |  168|    536|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 522]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|    536|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 522]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1703|       |
 1704|    522|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1704:6): [True: 196, False: 326]
  |  Branch (1704:26): [True: 11, False: 315]
  ------------------
 1705|    207|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    207|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1706|       |
 1707|    315|	if (apdu.resplen != 20)
  ------------------
  |  Branch (1707:6): [True: 58, False: 257]
  ------------------
 1708|     58|	{
 1709|     58|		sc_log(card->ctx, "Unexpected response to GET DATA (applet info)");
  ------------------
  |  |   71|     58|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1710|     58|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     58|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1711|     58|	}
 1712|       |
 1713|       |	/* store the applet version */
 1714|    257|	card->version.fw_major = rbuf[5] * 10 + rbuf[6];
 1715|    257|	card->version.fw_minor = rbuf[7];
 1716|       |	/* add version to name */
 1717|    257|	snprintf(card_name_buf, sizeof(card_name_buf),
 1718|    257|			"%s %d.%d.%d", card->name, rbuf[5], rbuf[6], rbuf[7]);
 1719|    257|	card->name = card_name_buf;
 1720|       |
 1721|    257|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    257|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    257|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    257|	int _ret = r; \
  |  |  |  |  155|    257|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 257, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    257|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 257]
  |  |  |  |  ------------------
  |  |  |  |  157|    257|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    257|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    257|	return _ret; \
  |  |  |  |  163|    257|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1722|    257|}
card-myeid.c:myeid_get_card_caps:
 1773|    227|{
 1774|    227|	sc_apdu_t apdu;
 1775|    227|	int r;
 1776|    227|	unsigned char rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1777|       |
 1778|    227|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    227|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    227|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    227|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    227|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 227]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1779|       |
 1780|    227|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0xAA);
  ------------------
  |  |  292|    227|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1781|    227|	apdu.resp    = rbuf;
 1782|    227|	apdu.resplen = sizeof(myeid_card_caps_t);
 1783|    227|	apdu.le      = sizeof(myeid_card_caps_t);
 1784|       |
 1785|    227|	r = sc_transmit_apdu(card, &apdu);
 1786|    227|	LOG_TEST_RET(card->ctx, r,  "APDU transmit failed");
  ------------------
  |  |  174|    227|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    227|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    227|	int _ret = (r); \
  |  |  |  |  168|    227|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 223]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|    227|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 223]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1787|       |
 1788|    223|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1788:6): [True: 68, False: 155]
  |  Branch (1788:26): [True: 12, False: 143]
  ------------------
 1789|     80|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     80|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1790|       |
 1791|    143|	if (apdu.resplen < 11) {
  ------------------
  |  Branch (1791:6): [True: 100, False: 43]
  ------------------
 1792|    100|		sc_log(card->ctx, "Unexpected response to GET DATA (MyEIC card capabilities)");
  ------------------
  |  |   71|    100|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1793|    100|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    100|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1794|    100|	}
 1795|       |
 1796|     43|	card_caps->card_caps_ver = rbuf[0];
 1797|       |	/* the card returns big endian values */
 1798|     43|	card_caps->card_supported_features = (unsigned short) rbuf[1] << 8 | rbuf[2];
 1799|     43|	card_caps->max_rsa_key_length = (unsigned short) rbuf[3] << 8 | rbuf[4];
 1800|     43|	card_caps->max_des_key_length = (unsigned short) rbuf[5] << 8 | rbuf[6];
 1801|     43|	card_caps->max_aes_key_length = (unsigned short) rbuf[7] << 8 | rbuf[8];
 1802|     43|	card_caps->max_ecc_key_length = (unsigned short) rbuf[9] << 8 | rbuf[10];
 1803|       |
 1804|     43|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     43|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     43|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     43|	int _ret = r; \
  |  |  |  |  155|     43|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 43, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     43|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 43]
  |  |  |  |  ------------------
  |  |  |  |  157|     43|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     43|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     43|	return _ret; \
  |  |  |  |  163|     43|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1805|     43|}
card-myeid.c:myeid_finish:
 1843|    345|{
 1844|    345|	struct myeid_private_data *priv = (struct myeid_private_data *) card->drv_data;
 1845|    345|	free(priv);
 1846|    345|	return SC_SUCCESS;
  ------------------
  |  |   28|    345|#define SC_SUCCESS				0
  ------------------
 1847|    345|}
card-myeid.c:myeid_select_file:
  392|  2.42k|{
  393|  2.42k|	int r;
  394|       |
  395|  2.42k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  2.42k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.42k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.42k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.42k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|  2.42k|	r = iso_ops->select_file(card, in_path, file);
  397|       |
  398|  2.42k|	if (r == 0 && file != NULL && *file != NULL)
  ------------------
  |  Branch (398:6): [True: 763, False: 1.66k]
  |  Branch (398:16): [True: 99, False: 664]
  |  Branch (398:32): [True: 99, False: 0]
  ------------------
  399|     99|		parse_sec_attr(*file, (*file)->sec_attr, (*file)->sec_attr_len);
  400|       |
  401|  2.42k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.42k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.42k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.42k|	int _ret = r; \
  |  |  |  |  155|  2.42k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.42k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.42k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.66k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.66k, False: 763]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.42k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.42k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.42k|	return _ret; \
  |  |  |  |  163|  2.42k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|  2.42k|}
card-myeid.c:parse_sec_attr:
  350|     99|{
  351|     99|	int i;
  352|     99|	const int df_ops[4] =
  353|     99|		{ SC_AC_OP_CREATE, SC_AC_OP_CREATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  169|     99|#define SC_AC_OP_CREATE			3
  ------------------
              		{ SC_AC_OP_CREATE, SC_AC_OP_CREATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  169|     99|#define SC_AC_OP_CREATE			3
  ------------------
              		{ SC_AC_OP_CREATE, SC_AC_OP_CREATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  168|     99|#define SC_AC_OP_DELETE			2
  ------------------
  354|     99|	const int ef_ops[4] =
  355|     99|		{ SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  188|     99|#define SC_AC_OP_READ			22
  ------------------
              		{ SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  189|     99|#define SC_AC_OP_UPDATE			23
  ------------------
              		{ SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  168|     99|#define SC_AC_OP_DELETE			2
  ------------------
  356|     99|	const int key_ops[4] =
  357|     99|		{ SC_AC_OP_CRYPTO, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, SC_AC_OP_GENERATE };
  ------------------
  |  |  173|     99|#define SC_AC_OP_CRYPTO			7
  ------------------
              		{ SC_AC_OP_CRYPTO, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, SC_AC_OP_GENERATE };
  ------------------
  |  |  189|     99|#define SC_AC_OP_UPDATE			23
  ------------------
              		{ SC_AC_OP_CRYPTO, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, SC_AC_OP_GENERATE };
  ------------------
  |  |  168|     99|#define SC_AC_OP_DELETE			2
  ------------------
              		{ SC_AC_OP_CRYPTO, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, SC_AC_OP_GENERATE };
  ------------------
  |  |  192|     99|#define SC_AC_OP_GENERATE		26
  ------------------
  358|       |
  359|     99|	const int *ops;
  360|       |
  361|     99|	if (len < 2)
  ------------------
  |  Branch (361:6): [True: 60, False: 39]
  ------------------
  362|     60|		return;
  363|       |
  364|     39|	switch (file->type) {
  365|      6|	case SC_FILE_TYPE_WORKING_EF:
  ------------------
  |  |  216|      6|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  |  Branch (365:2): [True: 6, False: 33]
  ------------------
  366|      6|		ops = ef_ops;
  367|      6|		break;
  368|      8|	case SC_FILE_TYPE_INTERNAL_EF:
  ------------------
  |  |  215|      8|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  |  Branch (368:2): [True: 8, False: 31]
  ------------------
  369|      8|		ops = key_ops;
  370|      8|		break;
  371|      5|	case SC_FILE_TYPE_DF:
  ------------------
  |  |  214|      5|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (371:2): [True: 5, False: 34]
  ------------------
  372|      5|		ops = df_ops;
  373|      5|		break;
  374|     20|	default:
  ------------------
  |  Branch (374:2): [True: 20, False: 19]
  ------------------
  375|     20|		ops = key_ops;
  376|     20|		break;
  377|     39|	}
  378|       |
  379|    195|	for (i = 0; i < 4; i++)
  ------------------
  |  Branch (379:14): [True: 156, False: 39]
  ------------------
  380|    156|	{
  381|    156|		if (ops[i] == -1)
  ------------------
  |  Branch (381:7): [True: 11, False: 145]
  ------------------
  382|     11|			continue;
  383|    145|		if ((i & 1) == 0)
  ------------------
  |  Branch (383:7): [True: 78, False: 67]
  ------------------
  384|     78|			add_acl_entry(file, ops[i], (u8)(buf[i / 2] >> 4));
  385|     67|		else
  386|     67|			add_acl_entry(file, ops[i], (u8)(buf[i / 2] & 0x0F));
  387|    145|	}
  388|     39|}
card-myeid.c:add_acl_entry:
  330|    145|{
  331|    145|	unsigned int method, key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|    145|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  332|       |
  333|    145|	switch (byte)
  334|    145|	{
  335|     25|	case 0:
  ------------------
  |  Branch (335:2): [True: 25, False: 120]
  ------------------
  336|     25|		method = SC_AC_NONE;
  ------------------
  |  |  150|     25|#define SC_AC_NONE			0x00000000
  ------------------
  337|     25|		break;
  338|     44|	case 15:
  ------------------
  |  Branch (338:2): [True: 44, False: 101]
  ------------------
  339|     44|		method = SC_AC_NEVER;
  ------------------
  |  |  163|     44|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  340|     44|		break;
  341|     76|	default:
  ------------------
  |  Branch (341:2): [True: 76, False: 69]
  ------------------
  342|     76|		method = SC_AC_CHV;
  ------------------
  |  |  151|     76|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  343|     76|		key_ref = byte;
  344|     76|		break;
  345|    145|	}
  346|    145|	sc_file_add_acl_entry(file, op, method, key_ref);
  347|    145|}
card-myeid.c:myeid_set_security_env:
  935|    902|{
  936|    902|	struct sc_context *ctx = card->ctx;
  937|    902|	myeid_private_data_t* priv;
  938|       |
  939|    902|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    902|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    902|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    902|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    902|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 902]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  940|       |
  941|    902|	priv = (myeid_private_data_t*) card->drv_data;
  942|       |	/* store security environment to differentiate between ECDH and RSA in decipher - Hannu*/
  943|    902|	priv->sec_env = env;
  944|       |
  945|       |	/* for symmetric operation save algo and algo flags */
  946|    902|	priv->algorithm_flags = env->algorithm_flags;
  947|    902|	priv->algorithm = env->algorithm;
  948|       |
  949|    902|	if (env->flags & SC_SEC_ENV_ALG_PRESENT)
  ------------------
  |  |   60|    902|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
  |  Branch (949:6): [True: 902, False: 0]
  ------------------
  950|    902|	{
  951|    902|		sc_security_env_t tmp;
  952|       |
  953|    902|		tmp = *env;
  954|    902|		tmp.flags &= ~SC_SEC_ENV_ALG_PRESENT;
  ------------------
  |  |   60|    902|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
  955|    902|		tmp.flags |= SC_SEC_ENV_ALG_REF_PRESENT;
  ------------------
  |  |   56|    902|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  956|       |
  957|    902|		if (tmp.algorithm == SC_ALGORITHM_RSA)
  ------------------
  |  |   69|    902|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (957:7): [True: 902, False: 0]
  ------------------
  958|    902|		{
  959|    902|			if (tmp.operation == SC_SEC_OPERATION_UNWRAP || tmp.operation == SC_SEC_OPERATION_WRAP)
  ------------------
  |  |   52|  1.80k|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
              			if (tmp.operation == SC_SEC_OPERATION_UNWRAP || tmp.operation == SC_SEC_OPERATION_WRAP)
  ------------------
  |  |   51|    902|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (959:8): [True: 0, False: 902]
  |  Branch (959:52): [True: 0, False: 902]
  ------------------
  960|      0|			{
  961|      0|			    tmp.algorithm_ref = 0x0A;
  962|      0|			}
  963|    902|			else
  964|    902|			{
  965|    902|				tmp.algorithm_ref = 0x00;
  966|       |				/* potential FIXME: return an error, if an unsupported
  967|       |				* pad or hash was requested, although this shouldn't happen */
  968|    902|				if ((env->operation == SC_SEC_OPERATION_SIGN && env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |   48|  1.80k|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
              				if ((env->operation == SC_SEC_OPERATION_SIGN && env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |  109|    588|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (968:10): [True: 588, False: 314]
  |  Branch (968:53): [True: 289, False: 299]
  ------------------
  969|    613|					|| (env->operation == SC_SEC_OPERATION_DECIPHER && env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02))
  ------------------
  |  |   47|  1.22k|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
              					|| (env->operation == SC_SEC_OPERATION_DECIPHER && env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02))
  ------------------
  |  |  110|    314|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (969:10): [True: 314, False: 299]
  |  Branch (969:57): [True: 0, False: 314]
  ------------------
  970|    289|					tmp.algorithm_ref = 0x02;
  971|    902|				if (tmp.algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA1)
  ------------------
  |  |  134|    902|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  |  Branch (971:9): [True: 0, False: 902]
  ------------------
  972|      0|					tmp.algorithm_ref |= 0x10;
  973|    902|			}
  974|       |
  975|    902|			return myeid_set_security_env_rsa(card, &tmp, se_num);
  976|    902|		}
  977|      0|		else if (tmp.algorithm == SC_ALGORITHM_EC)
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (977:12): [True: 0, False: 0]
  ------------------
  978|      0|		{
  979|      0|			tmp.algorithm_ref = 0x04;
  980|      0|			tmp.algorithm_flags = 0;
  981|      0|			return myeid_set_security_env_ec(card, &tmp, se_num);
  982|      0|		}
  983|      0|		else if (tmp.algorithm == SC_ALGORITHM_AES)
  ------------------
  |  |   79|      0|#define SC_ALGORITHM_AES		67
  ------------------
  |  Branch (983:12): [True: 0, False: 0]
  ------------------
  984|      0|		{
  985|      0|			if (tmp.operation == SC_SEC_OPERATION_UNWRAP || tmp.operation == SC_SEC_OPERATION_WRAP)
  ------------------
  |  |   52|      0|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
              			if (tmp.operation == SC_SEC_OPERATION_UNWRAP || tmp.operation == SC_SEC_OPERATION_WRAP)
  ------------------
  |  |   51|      0|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (985:8): [True: 0, False: 0]
  |  Branch (985:52): [True: 0, False: 0]
  ------------------
  986|      0|			{
  987|      0|				tmp.algorithm_ref = 0x0A;
  988|      0|			}
  989|      0|			else
  990|      0|			{
  991|      0|				tmp.algorithm_ref = 0x00;
  992|      0|			}
  993|       |
  994|      0|			if ((tmp.algorithm_flags & SC_ALGORITHM_AES_CBC_PAD) == SC_ALGORITHM_AES_CBC_PAD)
  ------------------
  |  |  208|      0|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
              			if ((tmp.algorithm_flags & SC_ALGORITHM_AES_CBC_PAD) == SC_ALGORITHM_AES_CBC_PAD)
  ------------------
  |  |  208|      0|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
  |  Branch (994:8): [True: 0, False: 0]
  ------------------
  995|      0|				tmp.algorithm_ref |= 0x80;		/* set PKCS#7 padding */
  996|       |			/* Tag 0x80 algorithm_ref - value 0x80 or 0x8A is working only for UNWRAP/WRAP
  997|       |			 * AES is supported from version 4.0 but without pkcs#7 padding.
  998|       |			 * For SC_SEC_OPERATION_ENCRYPT_SYM and SC_SEC_OPERATION_DECRYPT_SYM we running
  999|       |			 * PKCS#7 in software, here we fix the algorithm_ref variable.
 1000|       |			 */
 1001|      0|			if (IS_SYMETRIC_CRYPT(env->operation))
  ------------------
  |  |  689|      0|#define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   53|      0|#define SC_SEC_OPERATION_ENCRYPT_SYM	0x0007
  |  |  ------------------
  |  |               #define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   54|      0|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  |  |  ------------------
  |  |  |  Branch (689:31): [True: 0, False: 0]
  |  |  |  Branch (689:70): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1002|      0|				tmp.algorithm_ref &= ~0x80; /* do not handle padding in card */
 1003|       |
 1004|       |			/* from this point, there's no difference to RSA SE */
 1005|      0|			return myeid_set_security_env_rsa(card, &tmp, se_num);
 1006|      0|		}
 1007|      0|		else
 1008|      0|		{
 1009|       |
 1010|      0|			sc_log(ctx, "Unsupported algorithm.");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1011|      0|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1012|      0|		}
 1013|    902|	}
 1014|      0|	return myeid_set_security_env_rsa(card, env, se_num);
 1015|    902|}
card-myeid.c:myeid_set_security_env_rsa:
  693|    996|{
  694|    996|	sc_apdu_t apdu;
  695|    996|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
  696|    996|	u8 *p;
  697|    996|	int r;
  698|    996|	size_t i, sz;
  699|    996|	sc_path_t *target_file;
  700|       |
  701|    996|	if (card == NULL || env == NULL)
  ------------------
  |  Branch (701:6): [True: 0, False: 996]
  |  Branch (701:22): [True: 0, False: 996]
  ------------------
  702|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  703|    996|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    996|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    996|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    996|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    996|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 996]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  704|       |
  705|    996|	if (env->flags & SC_SEC_ENV_KEY_REF_SYMMETRIC)
  ------------------
  |  |   59|    996|#define SC_SEC_ENV_KEY_REF_SYMMETRIC	0x0008
  ------------------
  |  Branch (705:6): [True: 0, False: 996]
  ------------------
  706|      0|	{
  707|      0|		sc_log(card->ctx, "symmetric keyref not supported.\n");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  708|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  709|      0|	}
  710|    996|	if (se_num > 0)
  ------------------
  |  Branch (710:6): [True: 0, False: 996]
  ------------------
  711|      0|	{
  712|      0|		sc_log(card->ctx, "restore security environment not supported.\n");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  713|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  714|      0|	}
  715|       |
  716|    996|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0, 0);
  ------------------
  |  |  293|    996|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  717|    996|	switch (env->operation)
  718|    996|	{
  719|    408|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|    408|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (719:2): [True: 408, False: 588]
  ------------------
  720|    408|		apdu.p1 = 0x41;
  721|    408|		apdu.p2 = 0xB8;
  722|    408|		break;
  723|    588|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|    588|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (723:2): [True: 588, False: 408]
  ------------------
  724|    588|		apdu.p1 = 0x41;
  725|    588|		apdu.p2 = 0xB6;
  726|    588|		break;
  727|      0|	case SC_SEC_OPERATION_UNWRAP:
  ------------------
  |  |   52|      0|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
  |  Branch (727:2): [True: 0, False: 996]
  ------------------
  728|      0|		apdu.p1 = 0x41;
  729|      0|		apdu.p2 = 0xB8;
  730|      0|		break;
  731|      0|	case SC_SEC_OPERATION_WRAP:
  ------------------
  |  |   51|      0|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (731:2): [True: 0, False: 996]
  ------------------
  732|      0|		apdu.p1 = 0x81;
  733|      0|		apdu.p2 = 0xB8;
  734|      0|		break;
  735|      0|	case SC_SEC_OPERATION_ENCRYPT_SYM:
  ------------------
  |  |   53|      0|#define SC_SEC_OPERATION_ENCRYPT_SYM	0x0007
  ------------------
  |  Branch (735:2): [True: 0, False: 996]
  ------------------
  736|      0|		apdu.p1 = 0x81;
  737|      0|		apdu.p2 = 0xB8;
  738|      0|		break;
  739|      0|	case SC_SEC_OPERATION_DECRYPT_SYM:
  ------------------
  |  |   54|      0|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  ------------------
  |  Branch (739:2): [True: 0, False: 996]
  ------------------
  740|      0|		apdu.p1 = 0x41;
  741|      0|		apdu.p2 = 0xB8;
  742|      0|		break;
  743|      0|	default:
  ------------------
  |  Branch (743:2): [True: 0, False: 996]
  ------------------
  744|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  745|    996|	}
  746|    996|	apdu.le = 0;
  747|    996|	p = sbuf;
  748|    996|	if (env->flags & SC_SEC_ENV_ALG_REF_PRESENT)
  ------------------
  |  |   56|    996|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (748:6): [True: 996, False: 0]
  ------------------
  749|    996|	{
  750|    996|		*p++ = 0x80;	/* algorithm reference */
  751|    996|		*p++ = 0x01;
  752|    996|		*p++ = env->algorithm_ref & 0xFF;
  753|    996|	}
  754|    996|	if (env->flags & SC_SEC_ENV_FILE_REF_PRESENT)
  ------------------
  |  |   57|    996|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (754:6): [True: 94, False: 902]
  ------------------
  755|     94|	{
  756|     94|		*p++ = 0x81;
  757|     94|		*p++ = 2;
  758|     94|		memcpy(p, env->file_ref.value, 2);
  759|     94|		p += 2;
  760|     94|	}
  761|       |	/* symmetric operations: we need to set the key reference */
  762|    996|	if (IS_SYMETRIC_CRYPT(env->operation)) {
  ------------------
  |  |  689|    996|#define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   53|  1.99k|#define SC_SEC_OPERATION_ENCRYPT_SYM	0x0007
  |  |  ------------------
  |  |               #define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   54|    996|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  |  |  ------------------
  |  |  |  Branch (689:31): [True: 0, False: 996]
  |  |  |  Branch (689:70): [True: 0, False: 996]
  |  |  ------------------
  ------------------
  763|      0|		*p++ = 0x83;
  764|      0|		*p++ = 1;
  765|      0|		*p++ = 0;
  766|      0|	}
  767|    996|	if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT && env->operation != SC_SEC_OPERATION_UNWRAP &&
  ------------------
  |  |   58|  1.99k|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
              	if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT && env->operation != SC_SEC_OPERATION_UNWRAP &&
  ------------------
  |  |   52|  1.99k|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
  |  Branch (767:6): [True: 996, False: 0]
  |  Branch (767:49): [True: 996, False: 0]
  ------------------
  768|    996|			env->operation != SC_SEC_OPERATION_WRAP &&
  ------------------
  |  |   51|  1.99k|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (768:4): [True: 996, False: 0]
  ------------------
  769|    996|			env->operation != SC_SEC_OPERATION_ENCRYPT_SYM &&
  ------------------
  |  |   53|  1.99k|#define SC_SEC_OPERATION_ENCRYPT_SYM	0x0007
  ------------------
  |  Branch (769:4): [True: 996, False: 0]
  ------------------
  770|    996|			env->operation != SC_SEC_OPERATION_DECRYPT_SYM) {
  ------------------
  |  |   54|    996|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  ------------------
  |  Branch (770:4): [True: 996, False: 0]
  ------------------
  771|    996|		*p++ = 0x84;
  772|    996|		*p++ = 1;
  773|    996|		*p++ = 0;
  774|    996|	}
  775|  10.9k|	for (i = 0; i < SC_SEC_ENV_MAX_PARAMS; i++)
  ------------------
  |  |   64|  10.9k|#define SC_SEC_ENV_MAX_PARAMS		10
  ------------------
  |  Branch (775:14): [True: 9.96k, False: 996]
  ------------------
  776|  9.96k|	    if (env->params[i].param_type == SC_SEC_ENV_PARAM_TARGET_FILE) {
  ------------------
  |  |   66|  9.96k|#define SC_SEC_ENV_PARAM_TARGET_FILE	2
  ------------------
  |  Branch (776:10): [True: 0, False: 9.96k]
  ------------------
  777|      0|			target_file = (sc_path_t*) env->params[i].value;
  778|      0|			if (env->params[i].value_len < sizeof(sc_path_t) || target_file->len != 2) {
  ------------------
  |  Branch (778:8): [True: 0, False: 0]
  |  Branch (778:56): [True: 0, False: 0]
  ------------------
  779|      0|				sc_log(card->ctx, "wrong length of target file reference.\n");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  780|      0|				return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  781|      0|			}
  782|      0|			*p++ = 0x83;
  783|      0|			*p++ = 2;
  784|      0|			memcpy(p, target_file->value, 2);
  785|      0|			p+= 2;
  786|      0|			break;
  787|      0|	    }
  788|       |
  789|    996|	r = 0;
  790|    996|	if (env->operation == SC_SEC_OPERATION_UNWRAP || env->operation == SC_SEC_OPERATION_WRAP ||
  ------------------
  |  |   52|  1.99k|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
              	if (env->operation == SC_SEC_OPERATION_UNWRAP || env->operation == SC_SEC_OPERATION_WRAP ||
  ------------------
  |  |   51|  1.99k|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (790:6): [True: 0, False: 996]
  |  Branch (790:51): [True: 0, False: 996]
  ------------------
  791|    996|			IS_SYMETRIC_CRYPT(env->operation)) {
  ------------------
  |  |  689|    996|#define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   53|  1.99k|#define SC_SEC_OPERATION_ENCRYPT_SYM	0x0007
  |  |  ------------------
  |  |               #define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   54|    996|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  |  |  ------------------
  |  |  |  Branch (689:31): [True: 0, False: 996]
  |  |  |  Branch (689:70): [True: 0, False: 996]
  |  |  ------------------
  ------------------
  792|       |		/* add IV if present */
  793|      0|		for (i = 0; i < SC_SEC_ENV_MAX_PARAMS; i++)
  ------------------
  |  |   64|      0|#define SC_SEC_ENV_MAX_PARAMS		10
  ------------------
  |  Branch (793:15): [True: 0, False: 0]
  ------------------
  794|      0|			if (env->params[i].param_type == SC_SEC_ENV_PARAM_IV) {
  ------------------
  |  |   65|      0|#define SC_SEC_ENV_PARAM_IV		1
  ------------------
  |  Branch (794:8): [True: 0, False: 0]
  ------------------
  795|      0|				r = 1;
  796|      0|				*p++ = 0x87;
  797|      0|				*p++ = (unsigned char) env->params[i].value_len;
  798|      0|				if (p + env->params[i].value_len >= sbuf + SC_MAX_APDU_BUFFER_SIZE) {
  ------------------
  |  |   34|      0|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
  |  Branch (798:9): [True: 0, False: 0]
  ------------------
  799|      0|					sc_log(card->ctx, "IV too long.\n");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  800|      0|					return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  801|      0|				}
  802|      0|				memcpy(p, env->params[i].value, env->params[i].value_len);
  803|      0|				p+=(unsigned char) env->params[i].value_len;
  804|      0|				break;
  805|      0|			}
  806|      0|	}
  807|       |	/* for AES_ECB we need to reset the IV but we respect if the IV is already present */
  808|    996|	if (IS_SYMETRIC_CRYPT(env->operation) && env->algorithm == SC_ALGORITHM_AES &&
  ------------------
  |  |  689|  1.99k|#define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   53|  1.99k|#define SC_SEC_OPERATION_ENCRYPT_SYM	0x0007
  |  |  ------------------
  |  |               #define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   54|    996|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  |  |  ------------------
  |  |  |  Branch (689:31): [True: 0, False: 996]
  |  |  |  Branch (689:70): [True: 0, False: 996]
  |  |  ------------------
  ------------------
              	if (IS_SYMETRIC_CRYPT(env->operation) && env->algorithm == SC_ALGORITHM_AES &&
  ------------------
  |  |   79|    996|#define SC_ALGORITHM_AES		67
  ------------------
  |  Branch (808:43): [True: 0, False: 0]
  ------------------
  809|      0|			env->algorithm_flags == SC_ALGORITHM_AES_ECB && r == 0) {
  ------------------
  |  |  206|    996|#define SC_ALGORITHM_AES_ECB		 0x01000000
  ------------------
  |  Branch (809:4): [True: 0, False: 0]
  |  Branch (809:52): [True: 0, False: 0]
  ------------------
  810|      0|		*p++ = 0x87;
  811|      0|		*p++ = 16;
  812|      0|		memset(p, 0, 16);
  813|      0|		p += 16;
  814|      0|	}
  815|       |
  816|    996|	sz = p - sbuf;
  817|    996|	apdu.lc = sz;
  818|    996|	apdu.datalen = sz;
  819|    996|	apdu.data = sbuf;
  820|    996|	apdu.resplen = 0;
  821|    996|	r = (int)sz;
  822|    996|	if (apdu.datalen != 0)
  ------------------
  |  Branch (822:6): [True: 996, False: 0]
  ------------------
  823|    996|	{
  824|    996|		r = sc_transmit_apdu(card, &apdu);
  825|    996|		if (r)
  ------------------
  |  Branch (825:7): [True: 18, False: 978]
  ------------------
  826|     18|		{
  827|     18|			sc_log(card->ctx,
  ------------------
  |  |   71|     18|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  828|     18|				"%s: APDU transmit failed", sc_strerror(r));
  829|     18|			goto err;
  830|     18|		}
  831|    978|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  832|    978|		if (r)
  ------------------
  |  Branch (832:7): [True: 583, False: 395]
  ------------------
  833|    583|		{
  834|    583|			sc_log(card->ctx,
  ------------------
  |  |   71|    583|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  835|    583|				"%s: Card returned error", sc_strerror(r));
  836|    583|			goto err;
  837|    583|		}
  838|    978|	}
  839|    996|err:
  840|    996|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    996|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    996|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    996|	int _ret = r; \
  |  |  |  |  155|    996|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 996, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    996|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    601|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 601, False: 395]
  |  |  |  |  ------------------
  |  |  |  |  157|    996|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    996|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    996|	return _ret; \
  |  |  |  |  163|    996|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  841|    996|}
card-myeid.c:myeid_compute_signature:
 1148|    210|{
 1149|    210|	struct sc_context *ctx;
 1150|    210|	struct sc_apdu apdu;
 1151|    210|	u8 rbuf[MYEID_MAX_EXT_APDU_BUFFER_SIZE];
 1152|    210|	u8 sbuf[MYEID_MAX_EXT_APDU_BUFFER_SIZE];
 1153|    210|	struct myeid_private_data* priv;
 1154|    210|	int r;
 1155|    210|	size_t field_length = 0;
 1156|    210|	size_t pad_chars = 0;
 1157|       |
 1158|    210|	if (card == NULL || data == NULL || out == NULL)
  ------------------
  |  Branch (1158:6): [True: 0, False: 210]
  |  Branch (1158:22): [True: 0, False: 210]
  |  Branch (1158:38): [True: 0, False: 210]
  ------------------
 1159|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1160|    210|	ctx = card->ctx;
 1161|    210|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    210|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    210|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    210|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    210|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 210]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1162|       |
 1163|    210|	priv = (myeid_private_data_t*) card->drv_data;
 1164|    210|	sc_log(ctx, "key type %lu, key length %lu", priv->sec_env->algorithm, priv->sec_env->algorithm_ref);
  ------------------
  |  |   71|    210|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1165|       |
 1166|    210|	if (priv->sec_env->algorithm == SC_ALGORITHM_EC ) {
  ------------------
  |  |   70|    210|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1166:6): [True: 0, False: 210]
  ------------------
 1167|       |
 1168|      0|	    field_length = priv->sec_env->algorithm_ref;
 1169|       |
 1170|       |	    /* pad with zeros if needed */
 1171|      0|		if (datalen < BYTES4BITS(field_length)) {
  ------------------
  |  |  146|      0|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  |  Branch (1171:7): [True: 0, False: 0]
  ------------------
 1172|      0|			pad_chars = BYTES4BITS(field_length) - datalen;
  ------------------
  |  |  146|      0|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
 1173|       |
 1174|      0|			memset(sbuf, 0, pad_chars);
 1175|      0|		}
 1176|      0|	}
 1177|       |
 1178|    210|	if ((datalen + pad_chars) > sizeof(sbuf))
  ------------------
  |  Branch (1178:6): [True: 4, False: 206]
  ------------------
 1179|    210|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      4|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      4|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      4|	int _ret = r; \
  |  |  |  |  155|      4|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      4|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      4|	return _ret; \
  |  |  |  |  163|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1180|       |
 1181|    206|	if (priv->sec_env->algorithm == SC_ALGORITHM_RSA && datalen == 256 && !priv->cap_chaining)
  ------------------
  |  |   69|    412|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1181:6): [True: 206, False: 0]
  |  Branch (1181:54): [True: 145, False: 61]
  |  Branch (1181:72): [True: 94, False: 51]
  ------------------
 1182|     94|		return myeid_compute_raw_2048_signature(card, data, datalen, out, outlen);
 1183|       |
 1184|       |	/* INS: 0x2A  PERFORM SECURITY OPERATION
 1185|       |		* P1:  0x9E  Resp: Digital Signature
 1186|       |		* P2:  0x9A  Cmd: Input for Digital Signature */
 1187|    112|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x9E, 0x9A);
  ------------------
  |  |  294|    112|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1188|    112|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|    112|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 1189|    112|	apdu.resp = rbuf;
 1190|    112|	apdu.resplen = sizeof(rbuf);
 1191|    112|	apdu.le = 256;
 1192|    112|	memcpy(sbuf + pad_chars, data, datalen);
 1193|    112|	apdu.lc = datalen + pad_chars;
 1194|    112|	apdu.datalen = datalen + pad_chars;
 1195|       |
 1196|    112|	apdu.data = sbuf;
 1197|    112|	r = sc_transmit_apdu(card, &apdu);
 1198|    112|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    112|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    112|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    112|	int _ret = (r); \
  |  |  |  |  168|    112|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 42, False: 70]
  |  |  |  |  ------------------
  |  |  |  |  169|     42|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     42|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     42|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     42|		return _ret; \
  |  |  |  |  172|     42|	} \
  |  |  |  |  173|    112|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 70]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1199|     70|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1200|     70|	LOG_TEST_RET(ctx, r, "compute_signature failed");
  ------------------
  |  |  174|     70|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     70|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     70|	int _ret = (r); \
  |  |  |  |  168|     70|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 40, False: 30]
  |  |  |  |  ------------------
  |  |  |  |  169|     40|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     40|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     40|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     40|		return _ret; \
  |  |  |  |  172|     40|	} \
  |  |  |  |  173|     70|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 30]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1201|       |
 1202|     30|	if (priv->sec_env->algorithm == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|     30|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1202:6): [True: 0, False: 30]
  ------------------
 1203|      0|		r = myeid_convert_ec_signature(ctx, priv->sec_env->algorithm_ref, apdu.resp, apdu.resplen);
 1204|      0|		LOG_TEST_RET(ctx, r, "compute_signature convert signature failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1205|      0|		apdu.resplen = r;
 1206|      0|	}
 1207|       |
 1208|     30|	if (apdu.resplen > outlen)
  ------------------
  |  Branch (1208:6): [True: 0, False: 30]
  ------------------
 1209|     30|		LOG_FUNC_RETURN(ctx, SC_ERROR_BUFFER_TOO_SMALL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1210|       |
 1211|     30|	memcpy(out, apdu.resp, apdu.resplen);
 1212|     30|	LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     30|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     30|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     30|	int _ret = r; \
  |  |  |  |  155|     30|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     20|	} else { \
  |  |  |  |  159|     20|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     20|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     20|	} \
  |  |  |  |  162|     30|	return _ret; \
  |  |  |  |  163|     30|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1213|     30|}
card-myeid.c:myeid_compute_raw_2048_signature:
 1085|     94|{
 1086|     94|	int r;
 1087|     94|	struct sc_context *ctx;
 1088|     94|	struct myeid_private_data *priv;
 1089|     94|	struct sc_apdu apdu;
 1090|     94|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1091|     94|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
 1092|     94|	sc_security_env_t env;
 1093|       |
 1094|     94|	ctx = card->ctx;
 1095|     94|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     94|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     94|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     94|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     94|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 94]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1096|       |
 1097|     94|	priv = (myeid_private_data_t *) card->drv_data;
 1098|       |
 1099|       |/* security env change - use DECIPHER operation */
 1100|     94|	memcpy(&env, priv->sec_env, sizeof(sc_security_env_t));
 1101|     94|	env.flags |= SC_SEC_ENV_ALG_REF_PRESENT;
  ------------------
  |  |   56|     94|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
 1102|     94|	env.flags |= SC_SEC_ENV_FILE_REF_PRESENT;
  ------------------
  |  |   57|     94|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
 1103|     94|	env.flags |= SC_SEC_ENV_KEY_REF_PRESENT;
  ------------------
  |  |   58|     94|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
 1104|     94|	env.operation = SC_SEC_OPERATION_DECIPHER;
  ------------------
  |  |   47|     94|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
 1105|     94|	myeid_set_security_env_rsa(card, &env, 0);
 1106|       |
 1107|     94|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  293|     94|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1108|     94|	apdu.resp = rbuf;
 1109|     94|	apdu.resplen = sizeof(rbuf);
 1110|     94|	apdu.le = 0;	/* there is no response to 1st part of data */
 1111|       |
 1112|       |/* prepare 1st part of data */
 1113|     94|	sbuf[0] = 0x81;
 1114|     94|	memcpy(sbuf + 1, data, datalen / 2);
 1115|     94|	apdu.lc = datalen / 2 + 1;
 1116|     94|	apdu.datalen = apdu.lc;
 1117|     94|	apdu.data = sbuf;
 1118|       |
 1119|     94|	r = sc_transmit_apdu(card, &apdu);
 1120|     94|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     94|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     94|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     94|	int _ret = (r); \
  |  |  |  |  168|     94|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 88]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|     94|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1121|     88|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1121:6): [True: 71, False: 17]
  |  Branch (1121:26): [True: 61, False: 10]
  ------------------
 1122|       |/* prepare 2nd part of data */
 1123|     61|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  294|     61|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1124|     61|		apdu.resp = rbuf;
 1125|     61|		apdu.resplen = sizeof(rbuf);
 1126|     61|		apdu.le = datalen;
 1127|     61|		sbuf[0] = 0x82;
 1128|     61|		memcpy(sbuf + 1, data + datalen / 2, datalen / 2);
 1129|     61|		apdu.lc = datalen / 2 + 1;
 1130|     61|		apdu.datalen = apdu.lc;
 1131|     61|		apdu.data = sbuf;
 1132|       |
 1133|     61|		r = sc_transmit_apdu(card, &apdu);
 1134|     61|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     61|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     61|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     61|	int _ret = (r); \
  |  |  |  |  168|     61|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 50]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|     61|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 50]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1135|       |
 1136|     50|		if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1136:7): [True: 32, False: 18]
  |  Branch (1136:27): [True: 21, False: 11]
  ------------------
 1137|     21|			size_t len = apdu.resplen > outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (1137:17): [True: 0, False: 21]
  ------------------
 1138|     21|			memcpy(out, apdu.resp, len);
 1139|     21|			LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|     21|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     21|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     21|	int _ret = r; \
  |  |  |  |  155|     21|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     11|	} else { \
  |  |  |  |  159|     11|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     11|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     11|	} \
  |  |  |  |  162|     21|	return _ret; \
  |  |  |  |  163|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1140|     21|		}
 1141|     50|	}
 1142|     56|	LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|     56|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     56|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     56|	int _ret = r; \
  |  |  |  |  155|     56|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 56, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     56|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     56|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 56, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     56|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     56|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     56|	return _ret; \
  |  |  |  |  163|     56|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1143|     56|}
card-myeid.c:myeid_decipher:
 1370|    119|{
 1371|    119|	int r;
 1372|    119|	myeid_private_data_t* priv;
 1373|       |
 1374|    119|	if (card == NULL || crgram == NULL || out == NULL)
  ------------------
  |  Branch (1374:6): [True: 0, False: 119]
  |  Branch (1374:22): [True: 0, False: 119]
  |  Branch (1374:40): [True: 0, False: 119]
  ------------------
 1375|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1376|       |
 1377|    119|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    119|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    119|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    119|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    119|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 119]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1378|       |
 1379|    119|	priv = (myeid_private_data_t*)card->drv_data;
 1380|       |
 1381|    119|	if (priv->sec_env && priv->sec_env->algorithm == SC_ALGORITHM_EC
  ------------------
  |  |   70|    238|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1381:6): [True: 119, False: 0]
  |  Branch (1381:23): [True: 0, False: 119]
  ------------------
 1382|      0|		&& priv->sec_env->operation == SC_SEC_OPERATION_DERIVE
  ------------------
  |  |   50|    119|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
  |  Branch (1382:6): [True: 0, False: 0]
  ------------------
 1383|      0|		&& priv->sec_env->algorithm_flags & SC_ALGORITHM_ECDH_CDH_RAW)
  ------------------
  |  |  173|      0|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  |  Branch (1383:6): [True: 0, False: 0]
  ------------------
 1384|      0|	{
 1385|      0|		r = myeid_ecdh_derive(card, crgram, crgram_len, out, outlen);
 1386|      0|		priv->sec_env = NULL; /* clear after operation */
 1387|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1388|      0|	}
 1389|       |
 1390|    119|	r = myeid_transmit_decipher(card, 0x80, 0x86, crgram, crgram_len, out, outlen);
 1391|    119|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    119|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    119|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    119|	int _ret = r; \
  |  |  |  |  155|    119|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 89, False: 30]
  |  |  |  |  ------------------
  |  |  |  |  156|     89|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     76|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 76, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  157|     89|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     89|	} else { \
  |  |  |  |  159|     30|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     30|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     30|	} \
  |  |  |  |  162|    119|	return _ret; \
  |  |  |  |  163|    119|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1392|    119|}
card-myeid.c:myeid_transmit_decipher:
 1315|    119|{
 1316|    119|	myeid_private_data_t *priv = card->drv_data;
 1317|    119|	struct sc_apdu apdu;
 1318|    119|	u8 rbuf[SC_MAX_EXT_APDU_BUFFER_SIZE];
 1319|    119|	u8 sbuf[SC_MAX_EXT_APDU_BUFFER_SIZE];
 1320|    119|	int r;
 1321|       |
 1322|    119|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    119|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    119|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    119|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    119|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 119]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1323|       |
 1324|       |	/* INS: 0x2A  PERFORM SECURITY OPERATION
 1325|       |	 * P1:  0x00  Resp: No response (unwrapping)
 1326|       |	 * P1:  0x80  Resp: Plain value
 1327|       |	 * P2:  0x84  Cmd: Cryptogram (no padding byte)
 1328|       |	 * P2:  0x86  Cmd: Padding indicator byte followed by cryptogram */
 1329|    119|	sc_format_apdu(card, &apdu, p1 ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT, 0x2A, p1, p2);
  ------------------
  |  |  294|    119|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              	sc_format_apdu(card, &apdu, p1 ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT, 0x2A, p1, p2);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (1329:30): [True: 119, False: 0]
  ------------------
 1330|    119|	if (p2 == 0x86) {
  ------------------
  |  Branch (1330:6): [True: 119, False: 0]
  ------------------
 1331|    119|		if (crgram_len+1 > sizeof(sbuf))
  ------------------
  |  Branch (1331:7): [True: 0, False: 119]
  ------------------
 1332|    119|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1333|    119|		sbuf[0] = 0; /* Padding indicator: 0x00 = No further indication */
 1334|    119|		memcpy(sbuf + 1, crgram, crgram_len);
 1335|    119|		apdu.data = sbuf;
 1336|    119|		apdu.datalen = apdu.lc = crgram_len + 1;
 1337|    119|	} else {
 1338|      0|		apdu.data = crgram;
 1339|      0|		apdu.datalen = apdu.lc = crgram_len;
 1340|      0|	}
 1341|    119|	if (p1 != 0x00) {
  ------------------
  |  Branch (1341:6): [True: 119, False: 0]
  ------------------
 1342|    119|		apdu.resp = rbuf;
 1343|    119|		apdu.resplen = sizeof(rbuf);
 1344|    119|		apdu.le = MIN(card->max_recv_size, crgram_len);
  ------------------
  |  |   70|    119|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 22, False: 97]
  |  |  ------------------
  ------------------
 1345|    119|	}
 1346|       |
 1347|       |	/* In MyEID 4.5.x, unwrapping with 2K RSA using APDU chaining doesn't work properly. Split the APDU in the old way in this case. */
 1348|    119|	if (p2 == 0x86 && crgram_len == 256 && priv && (!priv->cap_chaining || (card->version.fw_major == 45 && priv->sec_env != NULL && priv->sec_env->operation == SC_SEC_OPERATION_UNWRAP))) {
  ------------------
  |  |   52|      3|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
  |  Branch (1348:6): [True: 119, False: 0]
  |  Branch (1348:20): [True: 28, False: 91]
  |  Branch (1348:41): [True: 28, False: 0]
  |  Branch (1348:50): [True: 22, False: 6]
  |  Branch (1348:74): [True: 3, False: 3]
  |  Branch (1348:106): [True: 3, False: 0]
  |  Branch (1348:131): [True: 0, False: 3]
  ------------------
 1349|     22|		r = myeid_transmit_decipher_pi_split(card, &apdu, sbuf);
 1350|     97|	} else {
 1351|     97|		apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|     97|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 1352|     97|		r = sc_transmit_apdu(card, &apdu);
 1353|     97|	}
 1354|    119|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    119|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    119|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    119|	int _ret = (r); \
  |  |  |  |  168|    119|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 39, False: 80]
  |  |  |  |  ------------------
  |  |  |  |  169|     39|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     39|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     39|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     39|		return _ret; \
  |  |  |  |  172|     39|	} \
  |  |  |  |  173|    119|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 80]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1355|       |
 1356|     80|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1357|     80|	LOG_TEST_RET(card->ctx, r, "DECIPHER returned error");
  ------------------
  |  |  174|     80|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     80|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     80|	int _ret = (r); \
  |  |  |  |  168|     80|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 37, False: 43]
  |  |  |  |  ------------------
  |  |  |  |  169|     37|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     37|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     37|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     37|		return _ret; \
  |  |  |  |  172|     37|	} \
  |  |  |  |  173|     80|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 43]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1358|       |
 1359|     43|	if (out && outlen) {
  ------------------
  |  Branch (1359:6): [True: 43, False: 0]
  |  Branch (1359:13): [True: 43, False: 0]
  ------------------
 1360|     43|		outlen = MIN(apdu.resplen, outlen);
  ------------------
  |  |   70|     43|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 42, False: 1]
  |  |  ------------------
  ------------------
 1361|     43|		memcpy(out, apdu.resp, outlen);
 1362|     43|	} else {
 1363|      0|		outlen = 0;
 1364|      0|	}
 1365|     43|	LOG_FUNC_RETURN(card->ctx, (int)outlen);
  ------------------
  |  |  164|     43|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     43|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     43|	int _ret = r; \
  |  |  |  |  155|     43|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 30]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     30|	} else { \
  |  |  |  |  159|     30|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     30|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     30|	} \
  |  |  |  |  162|     43|	return _ret; \
  |  |  |  |  163|     43|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1366|     43|}
card-myeid.c:myeid_transmit_decipher_pi_split:
 1274|     22|{
 1275|       |	/* MyEID before 4.5.x does not support APDU chaining. The payload
 1276|       |	 * is split to two regular APDUs and Padding Indicator field is used to
 1277|       |	 * describe which slice it is. */
 1278|     22|	size_t crgram_len = apdu->lc - 1;
 1279|     22|	size_t crgram_half = crgram_len / 2;
 1280|     22|	size_t resplen = apdu->resplen;
 1281|     22|	unsigned char *resp = apdu->resp;
 1282|     22|	int r;
 1283|       |
 1284|     22|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     22|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     22|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     22|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     22|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1285|       |
 1286|       |	/* Send 1st part, no response */
 1287|     22|	apdu->cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|     22|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1288|     22|	apdu->data = &sbuf[0];
 1289|     22|	apdu->datalen = apdu->lc = crgram_half + 1;
 1290|     22|	apdu->resp = 0;
 1291|     22|	apdu->resplen = 0;
 1292|     22|	apdu->le = 0;
 1293|     22|	sbuf[0] = 0x81;			/* Padding Indicator, 0x81 = First half */
 1294|       |
 1295|     22|	r = sc_transmit_apdu(card, apdu);
 1296|     22|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     22|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     22|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     22|	int _ret = (r); \
  |  |  |  |  168|     22|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1297|     18|	if (apdu->sw1 != 0x90 || apdu->sw2 != 0x00)
  ------------------
  |  Branch (1297:6): [True: 4, False: 14]
  |  Branch (1297:27): [True: 3, False: 11]
  ------------------
 1298|      7|		return 0;
 1299|       |
 1300|       |	/* Send 2nd part, expect response */
 1301|     11|	apdu->cse = resplen ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  294|     11|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              	apdu->cse = resplen ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|     11|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (1301:14): [True: 11, False: 0]
  ------------------
 1302|     11|	apdu->data = &sbuf[crgram_half];
 1303|     11|	apdu->datalen = apdu->lc = crgram_len - crgram_half + 1;
 1304|     11|	apdu->resp = resp;
 1305|     11|	apdu->resplen = resplen;
 1306|     11|	apdu->le = resplen ? MIN(card->max_recv_size, crgram_len) : 0;
  ------------------
  |  |   70|     11|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 5, False: 6]
  |  |  ------------------
  ------------------
  |  Branch (1306:13): [True: 11, False: 0]
  ------------------
 1307|     11|	sbuf[crgram_half] = 0x82;	/* Padding Indicator, 0x82 = Second half */
 1308|       |
 1309|     11|	r = sc_transmit_apdu(card, apdu);
 1310|     11|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     11|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     11|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     11|	int _ret = r; \
  |  |  |  |  155|     11|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  157|     11|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     11|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     11|	return _ret; \
  |  |  |  |  163|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1311|     11|}
card-myeid.c:myeid_process_fci:
  442|     94|{
  443|     94|	myeid_private_data_t *priv = (myeid_private_data_t *) card->drv_data;
  444|     94|	size_t taglen = 0;
  445|     94|	const u8 *tag = NULL;
  446|     94|	int r;
  447|       |
  448|     94|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     94|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     94|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     94|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     94|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 94]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|     94|	r = iso_ops->process_fci(card, file, buf, buflen);
  450|     94|	if (r < 0)
  ------------------
  |  Branch (450:6): [True: 0, False: 94]
  ------------------
  451|     94|	 LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  452|       |
  453|     94|	if(file->type == SC_FILE_EF_UNKNOWN)
  ------------------
  |  |  220|     94|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  |  Branch (453:5): [True: 72, False: 22]
  ------------------
  454|     72|	{
  455|     72|		tag = sc_asn1_find_tag(NULL, buf, buflen, 0x82, &taglen);
  456|     72|		if (tag != NULL && taglen > 0 && *tag == 17)
  ------------------
  |  Branch (456:7): [True: 26, False: 46]
  |  Branch (456:22): [True: 18, False: 8]
  |  Branch (456:36): [True: 9, False: 9]
  ------------------
  457|      9|		{
  458|      9|			file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|      9|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  459|      9|		}
  460|     72|	}
  461|     94|	if(file->sec_attr_len >= 3)
  ------------------
  |  Branch (461:5): [True: 27, False: 67]
  ------------------
  462|     27|	{
  463|     27|		sc_log(card->ctx, "id (%X) sec_attr (%X %X %X)", file->id,
  ------------------
  |  |   71|     27|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  464|     27|			file->sec_attr[0],file->sec_attr[1],file->sec_attr[2]);
  465|     27|	}
  466|       |
  467|     94|	priv->card_state = file->status;
  468|     94|	switch (file->status) {
  469|      3|		case SC_FILE_STATUS_CREATION:
  ------------------
  |  |  240|      3|#define SC_FILE_STATUS_CREATION		0x02 /* ISO7816-4: Creation state, (1) */
  ------------------
  |  Branch (469:3): [True: 3, False: 91]
  ------------------
  470|      3|			file->acl_inactive = 1;
  471|      3|			sc_log(card->ctx, "File id (%X) status SC_FILE_STATUS_CREATION", file->id);
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  472|      3|			break;
  473|      1|		case SC_FILE_STATUS_ACTIVATED:
  ------------------
  |  |  236|      1|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  |  Branch (473:3): [True: 1, False: 93]
  ------------------
  474|      1|			sc_log(card->ctx, "File id (%X) status SC_FILE_STATUS_ACTIVATED", file->id);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  475|      1|			break;
  476|     90|		default:
  ------------------
  |  Branch (476:3): [True: 90, False: 4]
  ------------------
  477|     90|			sc_log(card->ctx, "File id (%X) unusual status (0x%X)", file->id, file->status);
  ------------------
  |  |   71|     90|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  478|     94|	}
  479|       |
  480|     94|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|     94|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     94|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     94|	int _ret = r; \
  |  |  |  |  155|     94|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 94, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     94|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 94]
  |  |  |  |  ------------------
  |  |  |  |  157|     94|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     94|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     94|	return _ret; \
  |  |  |  |  163|     94|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  481|     94|}
card-myeid.c:myeid_card_ctl:
 1808|    191|{
 1809|    191|	int r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    191|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1810|    191|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    191|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    191|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    191|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    191|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 191]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1811|       |
 1812|    191|	switch(cmd) {
  ------------------
  |  Branch (1812:9): [True: 191, False: 0]
  ------------------
 1813|      0|	case SC_CARDCTL_MYEID_PUTDATA:
  ------------------
  |  Branch (1813:2): [True: 0, False: 191]
  ------------------
 1814|      0|		r = myeid_putdata(card,
 1815|      0|			(struct sc_cardctl_myeid_data_obj*) ptr);
 1816|      0|		break;
 1817|      0|	case SC_CARDCTL_MYEID_GETDATA:
  ------------------
  |  Branch (1817:2): [True: 0, False: 191]
  ------------------
 1818|      0|		r = myeid_getdata(card,
 1819|      0|			(struct sc_cardctl_myeid_data_obj*) ptr);
 1820|      0|		break;
 1821|      0|	case SC_CARDCTL_MYEID_GENERATE_STORE_KEY:
  ------------------
  |  Branch (1821:2): [True: 0, False: 191]
  ------------------
 1822|      0|		r = myeid_generate_store_key(card,
 1823|      0|			(struct sc_cardctl_myeid_gen_store_key_info *) ptr);
 1824|      0|		break;
 1825|      0|	case SC_CARDCTL_MYEID_ACTIVATE_CARD:
  ------------------
  |  Branch (1825:2): [True: 0, False: 191]
  ------------------
 1826|      0|		r = myeid_activate_card(card);
 1827|      0|		break;
 1828|    187|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1828:2): [True: 187, False: 4]
  ------------------
 1829|    187|		r = myeid_get_serialnr(card, (sc_serial_number_t *)ptr);
 1830|    187|		break;
 1831|      4|	case SC_CARDCTL_GET_CHANGE_COUNTER:
  ------------------
  |  Branch (1831:2): [True: 4, False: 187]
  ------------------
 1832|      4|		r = myeid_get_change_counter(card, (size_t *)ptr);
 1833|      4|		break;
 1834|      0|	case SC_CARDCTL_GET_DEFAULT_KEY:
  ------------------
  |  Branch (1834:2): [True: 0, False: 191]
  ------------------
 1835|      0|	case SC_CARDCTL_LIFECYCLE_SET:
  ------------------
  |  Branch (1835:2): [True: 0, False: 191]
  ------------------
 1836|      0|	case SC_CARDCTL_LIFECYCLE_GET:
  ------------------
  |  Branch (1836:2): [True: 0, False: 191]
  ------------------
 1837|      0|		break;
 1838|    191|	}
 1839|    191|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    191|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    191|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    191|	int _ret = r; \
  |  |  |  |  155|    191|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 191, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    191|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    188|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 188, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|    191|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    191|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    191|	return _ret; \
  |  |  |  |  163|    191|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1840|    191|}
card-myeid.c:myeid_get_serialnr:
 1725|    187|{
 1726|    187|	int r;
 1727|    187|	u8  rbuf[256];
 1728|       |
 1729|    187|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    187|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    187|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    187|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    187|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 187]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1730|       |
 1731|       |	/* if number cached, get it
 1732|       |	if(card->serialnr.value) {
 1733|       |		memcpy(serial, &card->serialnr, sizeof(*serial));
 1734|       |		LOG_FUNC_RETURN(card->ctx, r);
 1735|       |	}*/
 1736|       |
 1737|       |	/* get number from card */
 1738|    187|	r = myeid_get_info(card, rbuf, sizeof(rbuf));
 1739|    187|	LOG_TEST_RET(card->ctx, r,  "Get applet info failed");
  ------------------
  |  |  174|    187|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    187|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    187|	int _ret = (r); \
  |  |  |  |  168|    187|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 185, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  169|    185|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    185|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    185|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    185|		return _ret; \
  |  |  |  |  172|    185|	} \
  |  |  |  |  173|    187|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1740|       |
 1741|       |	/* cache serial number */
 1742|      2|	memcpy(card->serialnr.value, &rbuf[8], 10);
 1743|      2|	card->serialnr.len = 10;
 1744|       |
 1745|       |	/* copy and return serial number */
 1746|      2|	memcpy(serial, &card->serialnr, sizeof(*serial));
 1747|       |
 1748|      2|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      2|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      2|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      2|	int _ret = r; \
  |  |  |  |  155|      2|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      2|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1749|      2|}
card-myeid.c:myeid_get_change_counter:
 1753|      4|{
 1754|      4|	int r;
 1755|      4|	u8 rbuf[256];
 1756|       |
 1757|      4|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      4|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      4|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      4|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      4|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1758|       |
 1759|       |	/* get change counter from card */
 1760|      4|	r = myeid_get_info(card, rbuf, sizeof(rbuf));
 1761|      4|	LOG_TEST_RET(card->ctx, r, "Get applet info failed");
  ------------------
  |  |  174|      4|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      4|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      4|	int _ret = (r); \
  |  |  |  |  168|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1762|       |
 1763|      1|	*change_counter = rbuf[18] * 256 + rbuf[19];
 1764|       |
 1765|      1|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1766|      1|}
card-myeid.c:myeid_pin_cmd:
  667|    657|{
  668|    657|	myeid_private_data_t *priv = (myeid_private_data_t *) card->drv_data;
  669|       |
  670|    657|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    657|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    657|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    657|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    657|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 657]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  671|       |
  672|    657|	sc_log(card->ctx, "ref (%d), pin1 len(%zu), pin2 len (%zu)\n",
  ------------------
  |  |   71|    657|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  673|    657|			data->pin_reference, data->pin1.len, data->pin2.len);
  674|       |
  675|    657|	if(data->pin1.len > 8 || data->pin2.len > 8)
  ------------------
  |  Branch (675:5): [True: 0, False: 657]
  |  Branch (675:27): [True: 0, False: 657]
  ------------------
  676|    657|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_PIN_LENGTH);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  677|       |
  678|    657|	data->pin1.pad_length = data->pin2.pad_length = 8;
  679|    657|	data->pin1.pad_char = data->pin2.pad_char = 0xFF;
  680|       |
  681|    657|	if (data->cmd == SC_PIN_CMD_VERIFY && priv->card_state == SC_FILE_STATUS_CREATION) {
  ------------------
  |  |  415|  1.31k|#define SC_PIN_CMD_VERIFY	0
  ------------------
              	if (data->cmd == SC_PIN_CMD_VERIFY && priv->card_state == SC_FILE_STATUS_CREATION) {
  ------------------
  |  |  240|    116|#define SC_FILE_STATUS_CREATION		0x02 /* ISO7816-4: Creation state, (1) */
  ------------------
  |  Branch (681:6): [True: 116, False: 541]
  |  Branch (681:40): [True: 96, False: 20]
  ------------------
  682|     96|		sc_log(card->ctx, "Card in creation state, no need to verify");
  ------------------
  |  |   71|     96|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  683|     96|		return SC_SUCCESS;
  ------------------
  |  |   28|     96|#define SC_SUCCESS				0
  ------------------
  684|     96|	}
  685|       |
  686|    561|	LOG_FUNC_RETURN(card->ctx, iso_ops->pin_cmd(card, data));
  ------------------
  |  |  164|    561|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    561|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    561|	int _ret = r; \
  |  |  |  |  155|    561|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 561, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    561|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    295|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 295, False: 266]
  |  |  |  |  ------------------
  |  |  |  |  157|    561|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    561|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    561|	return _ret; \
  |  |  |  |  163|    561|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  687|    561|}

sc_get_npa_driver:
  810|  16.4k|{
  811|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  812|       |
  813|  16.4k|	npa_ops = *iso_drv->ops;
  814|  16.4k|	npa_ops.match_card = npa_match_card;
  815|  16.4k|	npa_ops.init = npa_init;
  816|  16.4k|	npa_ops.finish = npa_finish;
  817|  16.4k|	npa_ops.set_security_env = npa_set_security_env;
  818|  16.4k|	npa_ops.pin_cmd = npa_pin_cmd;
  819|  16.4k|	npa_ops.logout = npa_logout;
  820|       |
  821|  16.4k|	return &npa_drv;
  822|  16.4k|}
card-npa.c:npa_match_card:
  153|  2.65k|{
  154|  2.65k|	unsigned char dir_content[sizeof dir_content_ref];
  155|  2.65k|	unsigned char id[] = {0x2F, 0x00};
  156|  2.65k|	sc_apdu_t select_ef_dir;
  157|       |
  158|  2.65k|	sc_format_apdu_ex(&select_ef_dir, 0x00, 0xA4, 0x02, 0x0C, id, sizeof id, NULL, 0);
  159|       |
  160|  2.65k|	if (SC_SUCCESS == sc_select_file(card, sc_get_mf_path(), NULL)
  ------------------
  |  |   28|  2.65k|#define SC_SUCCESS				0
  ------------------
  |  Branch (160:6): [True: 32, False: 2.62k]
  ------------------
  161|     32|			&& SC_SUCCESS == sc_transmit_apdu(card, &select_ef_dir)
  ------------------
  |  |   28|     32|#define SC_SUCCESS				0
  ------------------
  |  Branch (161:7): [True: 29, False: 3]
  ------------------
  162|     29|			&& select_ef_dir.sw1 == 0x90 && select_ef_dir.sw2 == 0x00
  ------------------
  |  Branch (162:7): [True: 16, False: 13]
  |  Branch (162:36): [True: 15, False: 1]
  ------------------
  163|     15|			&& sizeof dir_content == sc_read_binary(card, 0, dir_content, sizeof dir_content, 0)
  ------------------
  |  Branch (163:7): [True: 8, False: 7]
  ------------------
  164|      8|			&& 0 == memcmp(dir_content_ref, dir_content, sizeof dir_content))
  ------------------
  |  Branch (164:7): [True: 0, False: 8]
  ------------------
  165|      0|		return 1;
  166|       |
  167|  2.65k|	return 0;
  168|  2.65k|}

nqapplet_set_security_env:
  259|    611|{
  260|       |	/* Note: the NQ-Applet does not have APDU for SET SECURITY ENV,
  261|       |	this function checks the intended parameters and sets card_data.key_reference */
  262|    611|	nqapplet_driver_data_ptr data;
  263|    611|	u8 key_reference = KEY_REFERENCE_NO_KEY;
  ------------------
  |  |   47|    611|#define KEY_REFERENCE_NO_KEY   0x00
  ------------------
  264|       |
  265|    611|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    611|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    611|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    611|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    611|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 611]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|       |
  267|    611|	data = (nqapplet_driver_data_ptr)card->drv_data;
  268|    611|	data->key_reference = KEY_REFERENCE_NO_KEY;
  ------------------
  |  |   47|    611|#define KEY_REFERENCE_NO_KEY   0x00
  ------------------
  269|       |
  270|    611|	if (se_num != 0) {
  ------------------
  |  Branch (270:6): [True: 0, False: 611]
  ------------------
  271|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  272|      0|		             "Storing of security environment is not supported");
  273|      0|	}
  274|    611|	if (env->key_ref_len == 1) {
  ------------------
  |  Branch (274:6): [True: 611, False: 0]
  ------------------
  275|    611|		key_reference = env->key_ref[0];
  276|    611|	}
  277|       |
  278|    611|	switch (env->operation) {
  279|    449|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|    449|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (279:2): [True: 449, False: 162]
  ------------------
  280|    449|		if (key_reference != KEY_REFERENCE_AUTH_KEY && key_reference != KEY_REFERENCE_ENCR_KEY) {
  ------------------
  |  |   48|    898|#define KEY_REFERENCE_AUTH_KEY 0x01
  ------------------
              		if (key_reference != KEY_REFERENCE_AUTH_KEY && key_reference != KEY_REFERENCE_ENCR_KEY) {
  ------------------
  |  |   49|    123|#define KEY_REFERENCE_ENCR_KEY 0x02
  ------------------
  |  Branch (280:7): [True: 123, False: 326]
  |  Branch (280:50): [True: 0, False: 123]
  ------------------
  281|      0|			LOG_TEST_RET(card->ctx, SC_ERROR_INCOMPATIBLE_KEY,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  282|      0|			             "Decipher operation is only supported with AUTH and ENCR keys.");
  283|      0|		}
  284|    449|		data->key_reference = key_reference;
  285|    449|		break;
  286|    162|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|    162|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (286:2): [True: 162, False: 449]
  ------------------
  287|    162|		if (key_reference != KEY_REFERENCE_AUTH_KEY) {
  ------------------
  |  |   48|    162|#define KEY_REFERENCE_AUTH_KEY 0x01
  ------------------
  |  Branch (287:7): [True: 0, False: 162]
  ------------------
  288|      0|			LOG_TEST_RET(card->ctx, SC_ERROR_INCOMPATIBLE_KEY,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  289|      0|			             "Sign operation is only supported with AUTH key.");
  290|      0|		}
  291|    162|		data->key_reference = key_reference;
  292|    162|		break;
  293|      0|	default:
  ------------------
  |  Branch (293:2): [True: 0, False: 611]
  ------------------
  294|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported sec. operation.");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  295|    611|	}
  296|       |
  297|    611|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    611|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    611|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    611|	int _ret = r; \
  |  |  |  |  155|    611|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 611, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    611|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 611]
  |  |  |  |  ------------------
  |  |  |  |  157|    611|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    611|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    611|	return _ret; \
  |  |  |  |  163|    611|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  298|    611|}
sc_get_nqApplet_driver:
  471|  16.4k|{
  472|  16.4k|	sc_card_driver_t *iso_driver = sc_get_iso7816_driver();
  473|       |
  474|  16.4k|	if (iso_operations == NULL) {
  ------------------
  |  Branch (474:6): [True: 1, False: 16.4k]
  ------------------
  475|      1|		iso_operations = iso_driver->ops;
  476|      1|	}
  477|       |
  478|  16.4k|	nqapplet_operations = *iso_driver->ops;
  479|       |
  480|       |	/* supported operations */
  481|  16.4k|	nqapplet_operations.match_card = nqapplet_match_card;
  482|  16.4k|	nqapplet_operations.init = nqapplet_init;
  483|  16.4k|	nqapplet_operations.finish = nqapplet_finish;
  484|  16.4k|	nqapplet_operations.get_response = nqapplet_get_response;
  485|  16.4k|	nqapplet_operations.get_challenge = nqapplet_get_challenge;
  486|  16.4k|	nqapplet_operations.logout = nqapplet_logout;
  487|  16.4k|	nqapplet_operations.set_security_env = nqapplet_set_security_env;
  488|  16.4k|	nqapplet_operations.decipher = nqapplet_decipher;
  489|  16.4k|	nqapplet_operations.compute_signature = nqapplet_compute_signature;
  490|  16.4k|	nqapplet_operations.check_sw = nqapplet_check_sw;
  491|  16.4k|	nqapplet_operations.get_data = nqapplet_get_data;
  492|  16.4k|	nqapplet_operations.select_file = nqapplet_select_file;
  493|  16.4k|	nqapplet_operations.card_ctl = nqapplet_card_ctl;
  494|  16.4k|	nqapplet_operations.pin_cmd = nqapplet_pin_cmd;
  495|       |
  496|       |	/* unsupported operations */
  497|  16.4k|	nqapplet_operations.read_binary = NULL;
  498|  16.4k|	nqapplet_operations.write_binary = NULL;
  499|  16.4k|	nqapplet_operations.update_binary = NULL;
  500|  16.4k|	nqapplet_operations.erase_binary = NULL;
  501|  16.4k|	nqapplet_operations.read_record = NULL;
  502|  16.4k|	nqapplet_operations.write_record = NULL;
  503|  16.4k|	nqapplet_operations.append_record = NULL;
  504|  16.4k|	nqapplet_operations.update_record = NULL;
  505|       |
  506|  16.4k|	nqapplet_operations.verify = NULL;
  507|  16.4k|	nqapplet_operations.restore_security_env = NULL;
  508|  16.4k|	nqapplet_operations.change_reference_data = NULL;
  509|  16.4k|	nqapplet_operations.reset_retry_counter = NULL;
  510|  16.4k|	nqapplet_operations.create_file = NULL;
  511|  16.4k|	nqapplet_operations.delete_file = NULL;
  512|  16.4k|	nqapplet_operations.list_files = NULL;
  513|  16.4k|	nqapplet_operations.process_fci = NULL;
  514|  16.4k|	nqapplet_operations.construct_fci = NULL;
  515|  16.4k|	nqapplet_operations.put_data = NULL;
  516|  16.4k|	nqapplet_operations.delete_record = NULL;
  517|  16.4k|	nqapplet_operations.read_public_key = NULL;
  518|       |
  519|       |	/* let iso driver handle these operations
  520|       |	nqapplet_operations.card_reader_lock_obtained;
  521|       |	nqapplet_operations.wrap;
  522|       |	nqapplet_operations.unwrap;
  523|       |	*/
  524|       |
  525|  16.4k|	return &nqapplet_driver;
  526|  16.4k|}
card-nqApplet.c:nqapplet_match_card:
  143|  2.51k|{
  144|  2.51k|	int rv = _sc_match_atr(card, nqapplet_atrs, &card->type);
  145|  2.51k|	return (rv >= 0);
  146|  2.51k|}
card-nqApplet.c:nqapplet_init:
  149|    224|{
  150|    224|	u8 version_major;
  151|    224|	u8 version_minor;
  152|    224|	u8 serial_nr[APPLET_SERIALNR_LEN];
  153|    224|	size_t cb_serial_nr = sizeof(serial_nr);
  154|    224|	unsigned long rsa_flags = 0;
  155|       |
  156|    224|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    224|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    224|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    224|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    224|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 224]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|    224|	int rv =
  158|    224|		select_nqapplet(card, &version_major, &version_minor, serial_nr, cb_serial_nr, &cb_serial_nr);
  159|    224|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    224|#define SC_SUCCESS				0
  ------------------
  |  Branch (159:6): [True: 46, False: 178]
  ------------------
  160|     46|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_CARD, "Cannot select NQ-Applet.");
  ------------------
  |  |  174|     46|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     46|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     46|	int _ret = (r); \
  |  |  |  |  168|     46|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 46, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     46|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     46|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     46|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     46|		return _ret; \
  |  |  |  |  172|     46|	} \
  |  |  |  |  173|     46|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  161|     46|	}
  162|       |
  163|    178|	rv = init_driver_data(card, version_major, version_minor);
  164|    178|	LOG_TEST_RET(card->ctx, rv, "Failed to initialize driver data.");
  ------------------
  |  |  174|    178|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    178|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    178|	int _ret = (r); \
  |  |  |  |  168|    178|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 178]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 178]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|       |
  166|    178|	card->max_send_size = 255;
  167|    178|	card->max_recv_size = 256;
  168|    178|	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    178|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    178|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  169|    178|	rsa_flags |= SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    178|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  170|    178|	_sc_card_add_rsa_alg(card, 3072, rsa_flags, 0);
  171|       |
  172|    178|	card->serialnr.len = MIN(sizeof(card->serialnr.value), cb_serial_nr);
  ------------------
  |  |   70|    178|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 178]
  |  |  ------------------
  ------------------
  173|    178|	memcpy(card->serialnr.value, serial_nr, card->serialnr.len);
  174|       |
  175|    178|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    178|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    178|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    178|	int _ret = r; \
  |  |  |  |  155|    178|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 178, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    178|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 178]
  |  |  |  |  ------------------
  |  |  |  |  157|    178|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    178|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    178|	return _ret; \
  |  |  |  |  163|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  176|    178|}
card-nqApplet.c:select_nqapplet:
  110|    255|{
  111|    255|	int rv;
  112|    255|	sc_context_t *ctx = card->ctx;
  113|    255|	u8 buffer[APPLET_VERSION_LEN + APPLET_MEMTYPE_LEN + APPLET_SERIALNR_LEN + 2];
  114|    255|	size_t cb_buffer = sizeof(buffer);
  115|    255|	size_t cb_aid = sizeof(nqapplet_aid);
  116|       |
  117|    255|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    255|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    255|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    255|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    255|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 255]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  118|       |
  119|    255|	rv = iso7816_select_aid(card, nqapplet_aid, cb_aid, buffer, &cb_buffer);
  120|    255|	LOG_TEST_RET(card->ctx, rv, "Failed to select NQ-Applet.");
  ------------------
  |  |  174|    255|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    255|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    255|	int _ret = (r); \
  |  |  |  |  168|    255|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 48, False: 207]
  |  |  |  |  ------------------
  |  |  |  |  169|     48|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     48|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     48|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     48|		return _ret; \
  |  |  |  |  172|     48|	} \
  |  |  |  |  173|    255|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 207]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  121|       |
  122|    207|	if (cb_buffer < APPLET_VERSION_LEN + APPLET_MEMTYPE_LEN + APPLET_SERIALNR_LEN) {
  ------------------
  |  |   30|    207|#define APPLET_VERSION_LEN  2
  ------------------
              	if (cb_buffer < APPLET_VERSION_LEN + APPLET_MEMTYPE_LEN + APPLET_SERIALNR_LEN) {
  ------------------
  |  |   31|    207|#define APPLET_MEMTYPE_LEN  1
  ------------------
              	if (cb_buffer < APPLET_VERSION_LEN + APPLET_MEMTYPE_LEN + APPLET_SERIALNR_LEN) {
  ------------------
  |  |   32|    207|#define APPLET_SERIALNR_LEN 8
  ------------------
  |  Branch (122:6): [True: 24, False: 183]
  ------------------
  123|     24|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_NORMAL, SC_ERROR_WRONG_LENGTH);
  ------------------
  |  |  153|     24|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     24|	int _ret = r; \
  |  |  155|     24|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 24, False: 0]
  |  |  ------------------
  |  |  156|     24|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     24|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 24, False: 0]
  |  |  ------------------
  |  |  157|     24|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     24|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     24|	return _ret; \
  |  |  163|     24|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  124|     24|	}
  125|       |
  126|    183|	if (version_major != NULL) {
  ------------------
  |  Branch (126:6): [True: 178, False: 5]
  ------------------
  127|    178|		*version_major = buffer[0];
  128|    178|	}
  129|    183|	if (version_minor != NULL) {
  ------------------
  |  Branch (129:6): [True: 178, False: 5]
  ------------------
  130|    178|		*version_minor = buffer[1];
  131|    178|	}
  132|    183|	if (serial_nr != NULL && cb_serial_nr > 0 && serial_nr_len != NULL) {
  ------------------
  |  Branch (132:6): [True: 178, False: 5]
  |  Branch (132:27): [True: 178, False: 0]
  |  Branch (132:47): [True: 178, False: 0]
  ------------------
  133|    178|		size_t cb = MIN(APPLET_SERIALNR_LEN, cb_serial_nr);
  ------------------
  |  |   70|    178|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 178]
  |  |  ------------------
  ------------------
  134|    178|		memcpy(serial_nr, buffer + 3, cb);
  135|    178|		*serial_nr_len = cb;
  136|    178|	}
  137|       |
  138|    183|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    183|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    183|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    183|	int _ret = r; \
  |  |  |  |  155|    183|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 183, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    183|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 183]
  |  |  |  |  ------------------
  |  |  |  |  157|    183|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    183|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    183|	return _ret; \
  |  |  |  |  163|    183|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  139|    183|}
card-nqApplet.c:init_driver_data:
   82|    178|{
   83|    178|	nqapplet_driver_data_ptr data = calloc(1, sizeof(struct nqapplet_driver_data));
   84|    178|	if (data == NULL) {
  ------------------
  |  Branch (84:6): [True: 0, False: 178]
  ------------------
   85|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   86|      0|	}
   87|       |
   88|    178|	data->version_major = version_major;
   89|    178|	data->version_minor = version_minor;
   90|    178|	data->key_reference = KEY_REFERENCE_NO_KEY;
  ------------------
  |  |   47|    178|#define KEY_REFERENCE_NO_KEY   0x00
  ------------------
   91|    178|	card->drv_data = (void *)data;
   92|    178|	return SC_SUCCESS;
  ------------------
  |  |   28|    178|#define SC_SUCCESS				0
  ------------------
   93|    178|}
card-nqApplet.c:nqapplet_finish:
  179|    178|{
  180|    178|	nqapplet_driver_data_ptr data = (nqapplet_driver_data_ptr)card->drv_data;
  181|       |
  182|    178|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    178|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    178|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    178|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    178|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 178]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|    178|	if (data != NULL) {
  ------------------
  |  Branch (183:6): [True: 178, False: 0]
  ------------------
  184|    178|		free(data);
  185|    178|		card->drv_data = NULL;
  186|    178|	}
  187|    178|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    178|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    178|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    178|	int _ret = r; \
  |  |  |  |  155|    178|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 178, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    178|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 178]
  |  |  |  |  ------------------
  |  |  |  |  157|    178|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    178|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    178|	return _ret; \
  |  |  |  |  163|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|    178|}
card-nqApplet.c:nqapplet_get_response:
  192|  1.29k|{
  193|  1.29k|	struct sc_apdu apdu = {0};
  194|  1.29k|	int rv;
  195|  1.29k|	size_t resplen;
  196|       |
  197|  1.29k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.29k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.29k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.29k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.29k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|  1.29k|	resplen = MIN(sc_get_max_recv_size(card), *cb_resp);
  ------------------
  |  |   70|  1.29k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 1.29k]
  |  |  ------------------
  ------------------
  199|       |
  200|  1.29k|	sc_format_apdu_ex(&apdu, 0x80, 0xC0, 0x00, 0x00, NULL, 0, resp, resplen);
  201|  1.29k|	apdu.flags |= SC_APDU_FLAGS_NO_GET_RESP;
  ------------------
  |  |  308|  1.29k|#define SC_APDU_FLAGS_NO_GET_RESP	0x00000002UL
  ------------------
  202|       |
  203|  1.29k|	rv = sc_transmit_apdu(card, &apdu);
  204|  1.29k|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  1.29k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.29k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.29k|	int _ret = (r); \
  |  |  |  |  168|  1.29k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 1.28k]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|  1.29k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.28k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|       |
  206|  1.28k|	*cb_resp = apdu.resplen;
  207|       |
  208|  1.28k|	if (apdu.resplen == 0) {
  ------------------
  |  Branch (208:6): [True: 82, False: 1.19k]
  ------------------
  209|     82|		LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|     82|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     82|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     82|	int _ret = r; \
  |  |  |  |  155|     82|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 82, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     82|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     41|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 41, False: 41]
  |  |  |  |  ------------------
  |  |  |  |  157|     82|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     82|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     82|	return _ret; \
  |  |  |  |  163|     82|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  210|     82|	}
  211|  1.19k|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (211:6): [True: 38, False: 1.16k]
  |  Branch (211:26): [True: 24, False: 14]
  ------------------
  212|     24|		rv = SC_SUCCESS;
  ------------------
  |  |   28|     24|#define SC_SUCCESS				0
  ------------------
  213|  1.17k|	} else if (apdu.sw1 == 0x61) {
  ------------------
  |  Branch (213:13): [True: 1.08k, False: 91]
  ------------------
  214|  1.08k|		rv = apdu.sw2 == 0 ? 256 : apdu.sw2;
  ------------------
  |  Branch (214:8): [True: 750, False: 333]
  ------------------
  215|  1.08k|	} else if (apdu.sw1 == 0x62 && apdu.sw2 == 0x82) {
  ------------------
  |  Branch (215:13): [True: 25, False: 66]
  |  Branch (215:33): [True: 12, False: 13]
  ------------------
  216|     12|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  217|     12|	}
  218|       |
  219|  1.19k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  1.19k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.19k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.19k|	int _ret = r; \
  |  |  |  |  155|  1.19k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 115, False: 1.08k]
  |  |  |  |  ------------------
  |  |  |  |  156|    115|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12, False: 103]
  |  |  |  |  ------------------
  |  |  |  |  157|    115|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.08k|	} else { \
  |  |  |  |  159|  1.08k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.08k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.08k|	} \
  |  |  |  |  162|  1.19k|	return _ret; \
  |  |  |  |  163|  1.19k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|  1.19k|}
card-nqApplet.c:nqapplet_decipher:
  301|    411|{
  302|    411|	int rv;
  303|    411|	struct sc_apdu apdu;
  304|    411|	u8 p1 = 0x80;
  305|    411|	u8 p2 = 0x86;
  306|    411|	nqapplet_driver_data_ptr drv_data;
  307|       |
  308|    411|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    411|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    411|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    411|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    411|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 411]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  309|       |
  310|    411|	drv_data = (nqapplet_driver_data_ptr)card->drv_data;
  311|       |
  312|    411|	if (drv_data->key_reference == KEY_REFERENCE_AUTH_KEY) {
  ------------------
  |  |   48|    411|#define KEY_REFERENCE_AUTH_KEY 0x01
  ------------------
  |  Branch (312:6): [True: 296, False: 115]
  ------------------
  313|    296|		p1 = 0x9E;
  314|    296|		p2 = 0x9A;
  315|    296|	} else if (drv_data->key_reference != KEY_REFERENCE_ENCR_KEY) {
  ------------------
  |  |   49|    115|#define KEY_REFERENCE_ENCR_KEY 0x02
  ------------------
  |  Branch (315:13): [True: 0, False: 115]
  ------------------
  316|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_INCOMPATIBLE_KEY,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|      0|		             "Decipher operation is only supported with AUTH and ENCR keys.");
  318|      0|	}
  319|       |
  320|       |	/* the applet supports only 3072 RAW RSA, input buffer size must be 384 octets,
  321|       |	output buffer size must be at least 384 octets */
  322|    411|	sc_format_apdu_ex(&apdu, 0x80, 0x2A, p1, p2, data, cb_data, out, outlen);
  323|    411|	apdu.le = 256;
  324|    411|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|    411|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  325|    411|	rv = sc_transmit_apdu(card, &apdu);
  326|    411|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    411|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    411|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    411|	int _ret = (r); \
  |  |  |  |  168|    411|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 113, False: 298]
  |  |  |  |  ------------------
  |  |  |  |  169|    113|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    113|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    113|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    113|		return _ret; \
  |  |  |  |  172|    113|	} \
  |  |  |  |  173|    411|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 298]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  327|       |
  328|    298|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (328:6): [True: 68, False: 230]
  |  Branch (328:26): [True: 57, False: 11]
  ------------------
  329|     57|		rv = (int)apdu.resplen;
  330|    241|	} else if (apdu.sw1 == 0x61) {
  ------------------
  |  Branch (330:13): [True: 0, False: 241]
  ------------------
  331|      0|		rv = apdu.sw2 == 0 ? 256 : apdu.sw2;
  ------------------
  |  Branch (331:8): [True: 0, False: 0]
  ------------------
  332|    241|	} else {
  333|    241|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  334|    241|	}
  335|       |
  336|    298|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    298|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    298|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    298|	int _ret = r; \
  |  |  |  |  155|    298|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 251, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  156|    251|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    241|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 241, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  157|    251|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    251|	} else { \
  |  |  |  |  159|     47|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     47|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     47|	} \
  |  |  |  |  162|    298|	return _ret; \
  |  |  |  |  163|    298|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  337|    298|}
card-nqApplet.c:nqapplet_compute_signature:
  341|    162|{
  342|    162|	int rv;
  343|    162|	struct sc_apdu apdu;
  344|    162|	nqapplet_driver_data_ptr drv_data;
  345|       |
  346|    162|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    162|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    162|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    162|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    162|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 162]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  347|    162|	drv_data = (nqapplet_driver_data_ptr)card->drv_data;
  348|       |
  349|    162|	if (drv_data->key_reference != KEY_REFERENCE_AUTH_KEY) {
  ------------------
  |  |   48|    162|#define KEY_REFERENCE_AUTH_KEY 0x01
  ------------------
  |  Branch (349:6): [True: 0, False: 162]
  ------------------
  350|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_INCOMPATIBLE_KEY,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  351|      0|		             "Sign operation is only supported with AUTH key.");
  352|      0|	}
  353|       |
  354|       |	/* the applet supports only 3072 RAW RSA, input buffer size must be 384 octets,
  355|       |	output buffer size must be at least 384 octets */
  356|    162|	sc_format_apdu_ex(&apdu, 0x80, 0x2A, 0x9E, 0x9A, data, cb_data, out, outlen);
  357|    162|	apdu.le = 256;
  358|    162|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|    162|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  359|    162|	rv = sc_transmit_apdu(card, &apdu);
  360|    162|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    162|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    162|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    162|	int _ret = (r); \
  |  |  |  |  168|    162|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 146, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  169|    146|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    146|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    146|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    146|		return _ret; \
  |  |  |  |  172|    146|	} \
  |  |  |  |  173|    162|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  361|       |
  362|     16|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (362:6): [True: 7, False: 9]
  |  Branch (362:26): [True: 6, False: 1]
  ------------------
  363|      6|		rv = (int)apdu.resplen;
  364|     10|	} else if (apdu.sw1 == 0x61) {
  ------------------
  |  Branch (364:13): [True: 0, False: 10]
  ------------------
  365|      0|		rv = apdu.sw2 == 0 ? 256 : apdu.sw2;
  ------------------
  |  Branch (365:8): [True: 0, False: 0]
  ------------------
  366|     10|	} else {
  367|     10|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  368|     10|	}
  369|       |
  370|     16|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|     16|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     16|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     16|	int _ret = r; \
  |  |  |  |  155|     16|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      6|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      6|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      6|	} \
  |  |  |  |  162|     16|	return _ret; \
  |  |  |  |  163|     16|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|     16|}
card-nqApplet.c:nqapplet_check_sw:
  374|  1.28k|{
  375|  1.28k|	const int nqapplet_error_count = sizeof(nqapplet_errors) / sizeof(struct sc_card_error);
  376|  1.28k|	int i;
  377|       |
  378|  1.28k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.28k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.28k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.28k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.28k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.28k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|  1.28k|	sc_log(card->ctx, "Checking sw1 = 0x%02x, sw2 = 0x%02x\n", sw1, sw2);
  ------------------
  |  |   71|  1.28k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  380|       |
  381|  13.0k|	for (i = 0; i < nqapplet_error_count; i++) {
  ------------------
  |  Branch (381:14): [True: 12.4k, False: 665]
  ------------------
  382|  12.4k|		if (nqapplet_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (382:7): [True: 618, False: 11.7k]
  ------------------
  383|    618|			LOG_TEST_RET(card->ctx, nqapplet_errors[i].errorno, nqapplet_errors[i].errorstr);
  ------------------
  |  |  174|    618|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    618|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    618|	int _ret = (r); \
  |  |  |  |  168|    618|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 618, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    618|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    618|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    618|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    618|		return _ret; \
  |  |  |  |  172|    618|	} \
  |  |  |  |  173|    618|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  384|    618|		}
  385|  12.4k|	}
  386|       |
  387|    665|	return iso_operations->check_sw(card, sw1, sw2);
  388|  1.28k|}
card-nqApplet.c:nqapplet_get_data:
  391|    334|{
  392|    334|	struct sc_apdu apdu;
  393|    334|	int rv;
  394|       |
  395|    334|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    334|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    334|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    334|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    334|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 334]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|       |
  397|    334|	sc_format_apdu_ex(&apdu, 0x80, 0xB0, 0x00, (u8)id, NULL, 0, resp, cb_resp);
  398|    334|	apdu.le = 256;
  399|       |
  400|    334|	rv = sc_transmit_apdu(card, &apdu);
  401|    334|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    334|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    334|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    334|	int _ret = (r); \
  |  |  |  |  168|    334|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 16, False: 318]
  |  |  |  |  ------------------
  |  |  |  |  169|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     16|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     16|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     16|		return _ret; \
  |  |  |  |  172|     16|	} \
  |  |  |  |  173|    334|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 318]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|       |
  403|    318|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (403:6): [True: 221, False: 97]
  |  Branch (403:26): [True: 218, False: 3]
  ------------------
  404|    218|		rv = (int)apdu.resplen;
  405|    218|	} else if (apdu.sw1 == 0x61) {
  ------------------
  |  Branch (405:13): [True: 0, False: 100]
  ------------------
  406|      0|		rv = apdu.sw2 == 0 ? 256 : apdu.sw2;
  ------------------
  |  Branch (406:8): [True: 0, False: 0]
  ------------------
  407|    100|	} else if (apdu.sw1 == 0x62 && apdu.sw2 == 0x82) {
  ------------------
  |  Branch (407:13): [True: 14, False: 86]
  |  Branch (407:33): [True: 1, False: 13]
  ------------------
  408|      1|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  409|      1|	}
  410|       |
  411|    318|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    318|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    318|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    318|	int _ret = r; \
  |  |  |  |  155|    318|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 104, False: 214]
  |  |  |  |  ------------------
  |  |  |  |  156|    104|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 103]
  |  |  |  |  ------------------
  |  |  |  |  157|    104|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    214|	} else { \
  |  |  |  |  159|    214|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    214|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    214|	} \
  |  |  |  |  162|    318|	return _ret; \
  |  |  |  |  163|    318|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  412|    318|}
card-nqApplet.c:nqapplet_select_file:
  416|    422|{
  417|    422|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    422|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    422|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    422|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    422|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 422]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|       |
  419|       |	/* the applet does not support SELECT EF/DF except for SELECT APPLET.
  420|       |	In order to enable opensc-explorer add support for virtually selecting MF only */
  421|    422|	if (in_path->type == SC_PATH_TYPE_PATH && in_path->len == 2 &&
  ------------------
  |  |  119|    844|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (421:6): [True: 66, False: 356]
  |  Branch (421:44): [True: 0, False: 66]
  ------------------
  422|      0|	    memcmp(in_path->value, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (422:6): [True: 0, False: 0]
  ------------------
  423|      0|		if (file_out != NULL) {
  ------------------
  |  Branch (423:7): [True: 0, False: 0]
  ------------------
  424|      0|			struct sc_file *file = sc_file_new();
  425|      0|			if (file == NULL) {
  ------------------
  |  Branch (425:8): [True: 0, False: 0]
  ------------------
  426|      0|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  427|      0|			}
  428|      0|			file->path = *in_path;
  429|      0|			*file_out = file;
  430|      0|			LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  431|      0|		}
  432|      0|	}
  433|       |	// TODO allow selecting Applet AID
  434|       |
  435|    422|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    422|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    422|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    422|	int _ret = r; \
  |  |  |  |  155|    422|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 422, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    422|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    422|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 422, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    422|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    422|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    422|	return _ret; \
  |  |  |  |  163|    422|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|    422|}
card-nqApplet.c:nqapplet_pin_cmd:
  455|    263|{
  456|    263|	int r;
  457|       |
  458|    263|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    263|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    263|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    263|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    263|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 263]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  459|    263|	r = iso_operations->pin_cmd(card, data);
  460|    263|	if (r == SC_ERROR_OBJECT_NOT_FOUND) {
  ------------------
  |  |   88|    263|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  |  Branch (460:6): [True: 31, False: 232]
  ------------------
  461|       |		/* it is possible that the NQ-Applet is not active, try to activate it */
  462|     31|		r = select_nqapplet(card, NULL, NULL, NULL, 0, NULL);
  463|     31|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|     31|#define SC_SUCCESS				0
  ------------------
  |  Branch (463:7): [True: 5, False: 26]
  ------------------
  464|      5|			r = iso_operations->pin_cmd(card, data);
  465|      5|		}
  466|     31|	}
  467|    263|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    263|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    263|	int _ret = r; \
  |  |  155|    263|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 263, False: 0]
  |  |  ------------------
  |  |  156|    263|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    191|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 191, False: 72]
  |  |  ------------------
  |  |  157|    263|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    263|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    263|	return _ret; \
  |  |  163|    263|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  468|    263|}

sc_get_oberthur_driver:
 2319|  16.4k|{
 2320|  16.4k|	return sc_get_driver();
 2321|  16.4k|}
card-oberthur.c:sc_get_driver:
 2288|  16.4k|{
 2289|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2289:6): [True: 1, False: 16.4k]
  ------------------
 2290|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 2291|       |
 2292|  16.4k|	auth_ops = *iso_ops;
 2293|  16.4k|	auth_ops.match_card = auth_match_card;
 2294|  16.4k|	auth_ops.init = auth_init;
 2295|  16.4k|	auth_ops.finish = auth_finish;
 2296|  16.4k|	auth_ops.select_file = auth_select_file;
 2297|  16.4k|	auth_ops.list_files = auth_list_files;
 2298|  16.4k|	auth_ops.delete_file = auth_delete_file;
 2299|  16.4k|	auth_ops.create_file = auth_create_file;
 2300|  16.4k|	auth_ops.read_binary = auth_read_binary;
 2301|  16.4k|	auth_ops.update_binary = auth_update_binary;
 2302|  16.4k|	auth_ops.read_record = auth_read_record;
 2303|  16.4k|	auth_ops.delete_record = auth_delete_record;
 2304|  16.4k|	auth_ops.card_ctl = auth_card_ctl;
 2305|  16.4k|	auth_ops.set_security_env = auth_set_security_env;
 2306|  16.4k|	auth_ops.restore_security_env = auth_restore_security_env;
 2307|  16.4k|	auth_ops.compute_signature = auth_compute_signature;
 2308|  16.4k|	auth_ops.decipher = auth_decipher;
 2309|  16.4k|	auth_ops.process_fci = auth_process_fci;
 2310|  16.4k|	auth_ops.pin_cmd = auth_pin_cmd;
 2311|  16.4k|	auth_ops.logout = auth_logout;
 2312|  16.4k|	auth_ops.check_sw = auth_check_sw;
 2313|  16.4k|	return &auth_drv;
 2314|  16.4k|}
card-oberthur.c:auth_match_card:
  204|  12.0k|{
  205|  12.0k|	if (_sc_match_atr(card, oberthur_atrs, &card->type) < 0)
  ------------------
  |  Branch (205:6): [True: 11.1k, False: 933]
  ------------------
  206|  11.1k|		return 0;
  207|    933|	else
  208|    933|		return 1;
  209|  12.0k|}
card-oberthur.c:auth_init:
  214|    933|{
  215|    933|	struct auth_private_data *data;
  216|    933|	struct sc_path path;
  217|    933|	unsigned long flags;
  218|    933|	int rv = 0;
  219|       |
  220|    933|	data = calloc(1, sizeof(struct auth_private_data));
  221|    933|	if (!data)
  ------------------
  |  Branch (221:6): [True: 0, False: 933]
  ------------------
  222|    933|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  223|       |
  224|    933|	card->cla = 0x00;
  225|    933|	card->drv_data = data;
  226|       |
  227|    933|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    933|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  228|    933|	card->caps |= SC_CARD_CAP_USE_FCI_AC;
  ------------------
  |  |  557|    933|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  ------------------
  229|       |
  230|    933|	if (auth_select_aid(card)) {
  ------------------
  |  Branch (230:6): [True: 63, False: 870]
  ------------------
  231|     63|		sc_log(card->ctx, "Failed to initialize %s", card->name);
  ------------------
  |  |   71|     63|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  232|     63|		rv = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     63|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  233|     63|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_CARD, "Failed to initialize");
  ------------------
  |  |  184|     63|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     63|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     63|	int _ret = (r); \
  |  |  |  |  178|     63|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 63, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     63|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     63|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     63|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     63|		goto err; \
  |  |  |  |  182|     63|	} \
  |  |  |  |  183|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|     63|	}
  235|       |
  236|    870|	sc_format_path("3F00", &path);
  237|    870|	rv = auth_select_file(card, &path, NULL);
  238|       |
  239|    933|err:
  240|    933|	if (rv == SC_SUCCESS) {
  ------------------
  |  |   28|    933|#define SC_SUCCESS				0
  ------------------
  |  Branch (240:6): [True: 870, False: 63]
  ------------------
  241|    870|		flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_PAD_ISO9796;
  ------------------
  |  |  111|    870|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    870|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    870|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_PAD_ISO9796;
  ------------------
  |  |  106|    870|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  242|    870|		flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    870|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  243|    870|		flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    870|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  244|       |
  245|    870|		_sc_card_add_rsa_alg(card, 512, flags, 0);
  246|    870|		_sc_card_add_rsa_alg(card, 1024, flags, 0);
  247|    870|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  248|    870|	} else {
  249|     63|		free(card->drv_data);
  250|     63|		card->drv_data = NULL;
  251|     63|	}
  252|       |
  253|    933|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    933|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    933|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    933|	int _ret = r; \
  |  |  |  |  155|    933|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 933, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    933|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     63|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 63, False: 870]
  |  |  |  |  ------------------
  |  |  |  |  157|    933|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    933|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    933|	return _ret; \
  |  |  |  |  163|    933|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  254|    933|}
card-oberthur.c:auth_select_aid:
  145|    933|{
  146|    933|	struct sc_apdu apdu;
  147|    933|	unsigned char apdu_resp[SC_MAX_APDU_BUFFER_SIZE];
  148|    933|	struct auth_private_data *data = (struct auth_private_data *)card->drv_data;
  149|    933|	int rv, ii;
  150|    933|	struct sc_path tmp_path;
  151|       |
  152|       |	/* Select Card Manager (to deselect previously selected application) */
  153|    933|	rv = gp_select_card_manager(card);
  154|    933|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    933|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    933|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    933|	int _ret = (r); \
  |  |  |  |  168|    933|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 40, False: 893]
  |  |  |  |  ------------------
  |  |  |  |  169|     40|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     40|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     40|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     40|		return _ret; \
  |  |  |  |  172|     40|	} \
  |  |  |  |  173|    933|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 893]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|       |
  156|       |	/* Get smart card serial number */
  157|    893|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0x9F, 0x7F);
  ------------------
  |  |  292|    893|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  158|    893|	apdu.cla = 0x80;
  159|    893|	apdu.le = 0x2D;
  160|    893|	apdu.resplen = 0x30;
  161|    893|	apdu.resp = apdu_resp;
  162|       |
  163|    893|	rv = sc_transmit_apdu(card, &apdu);
  164|    893|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    893|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    893|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    893|	int _ret = (r); \
  |  |  |  |  168|    893|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 889]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|    893|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 889]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|    889|	if (apdu.resplen < 20) {
  ------------------
  |  Branch (165:6): [True: 9, False: 880]
  ------------------
  166|      9|		LOG_TEST_RET(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Serial number has incorrect length");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|      9|	}
  168|    880|	card->serialnr.len = 4;
  169|    880|	memcpy(card->serialnr.value, apdu.resp+15, 4);
  170|       |
  171|  4.40k|	for (ii=0, data->sn = 0; ii < 4; ii++)
  ------------------
  |  Branch (171:27): [True: 3.52k, False: 880]
  ------------------
  172|  3.52k|		data->sn += (long int)(*(apdu.resp + 15 + ii)) << (3-ii)*8;
  173|       |
  174|    880|	sc_log(card->ctx, "serial number %li/0x%lX", data->sn, data->sn);
  ------------------
  |  |   71|    880|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  175|       |
  176|    880|	memset(&tmp_path, 0, sizeof(struct sc_path));
  177|    880|	tmp_path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    880|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  178|    880|	memcpy(tmp_path.value, aidAuthentIC_V5, lenAidAuthentIC_V5);
  179|    880|	tmp_path.len = lenAidAuthentIC_V5;
  180|       |
  181|    880|	rv = iso_ops->select_file(card, &tmp_path, NULL);
  182|    880|	LOG_TEST_RET(card->ctx, rv, "select parent failed");
  ------------------
  |  |  174|    880|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    880|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    880|	int _ret = (r); \
  |  |  |  |  168|    880|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 873]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|    880|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 873]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|       |
  184|    873|	sc_format_path("3F00", &tmp_path);
  185|    873|	sc_file_free(auth_current_df);
  186|    873|	auth_current_df = NULL;
  187|    873|	rv = iso_ops->select_file(card, &tmp_path, &auth_current_df);
  188|    873|	LOG_TEST_RET(card->ctx, rv, "select parent failed");
  ------------------
  |  |  174|    873|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    873|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    873|	int _ret = (r); \
  |  |  |  |  168|    873|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 870]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|    873|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 870]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|       |
  190|    870|	sc_file_free(auth_current_ef);
  191|    870|	auth_current_ef = NULL;
  192|    870|	sc_file_dup(&auth_current_ef, auth_current_df);
  193|       |
  194|    870|	memcpy(data->aid, aidAuthentIC_V5, lenAidAuthentIC_V5);
  195|    870|	data->aid_len = lenAidAuthentIC_V5;
  196|    870|	card->name = nameAidAuthentIC_V5;
  197|       |
  198|    870|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    870|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    870|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    870|	int _ret = r; \
  |  |  |  |  155|    870|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 870, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    870|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 870]
  |  |  |  |  ------------------
  |  |  |  |  157|    870|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    870|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    870|	return _ret; \
  |  |  |  |  163|    870|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|    870|}
card-oberthur.c:auth_finish:
  137|    870|{
  138|    870|	free(card->drv_data);
  139|    870|	return SC_SUCCESS;
  ------------------
  |  |   28|    870|#define SC_SUCCESS				0
  ------------------
  140|    870|}
card-oberthur.c:auth_select_file:
  443|  18.6k|{
  444|  18.6k|	struct sc_path path;
  445|  18.6k|	struct sc_file *tmp_file = NULL;
  446|  18.6k|	size_t offs, ii;
  447|  18.6k|	int rv;
  448|       |
  449|  18.6k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (449:6): [True: 0, False: 18.6k]
  |  Branch (449:22): [True: 0, False: 18.6k]
  ------------------
  450|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  451|       |
  452|  18.6k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  18.6k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  18.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  18.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  18.6k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 18.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  453|       |
  454|  18.6k|	memcpy(&path, in_path, sizeof(struct sc_path));
  455|       |
  456|  18.6k|	if (!auth_current_df)
  ------------------
  |  Branch (456:6): [True: 0, False: 18.6k]
  ------------------
  457|      0|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|      0|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  458|       |
  459|  18.6k|	sc_log(card->ctx, "in_path; type=%d, path=%s, out %p",
  ------------------
  |  |   71|  18.6k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  460|  18.6k|			in_path->type, sc_print_path(in_path), file_out);
  461|  18.6k|	sc_log(card->ctx, "current path; type=%d, path=%s",
  ------------------
  |  |   71|  18.6k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  462|  18.6k|			auth_current_df->path.type, sc_print_path(&auth_current_df->path));
  463|  18.6k|	if (auth_current_ef)
  ------------------
  |  Branch (463:6): [True: 11.6k, False: 6.93k]
  ------------------
  464|  11.6k|		sc_log(card->ctx, "current file; type=%d, path=%s",
  ------------------
  |  |   71|  11.6k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  465|  18.6k|				auth_current_ef->path.type, sc_print_path(&auth_current_ef->path));
  466|       |
  467|  18.6k|	if (path.type == SC_PATH_TYPE_PARENT || path.type == SC_PATH_TYPE_FILE_ID) {
  ------------------
  |  |  123|  37.2k|#define SC_PATH_TYPE_PARENT		5
  ------------------
              	if (path.type == SC_PATH_TYPE_PARENT || path.type == SC_PATH_TYPE_FILE_ID) {
  ------------------
  |  |  117|  18.4k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (467:6): [True: 148, False: 18.4k]
  |  Branch (467:42): [True: 9.38k, False: 9.08k]
  ------------------
  468|  9.53k|		sc_file_free(auth_current_ef);
  469|  9.53k|		auth_current_ef = NULL;
  470|       |
  471|  9.53k|		rv = iso_ops->select_file(card, &path, &tmp_file);
  472|  9.53k|		LOG_TEST_RET(card->ctx, rv, "select file failed");
  ------------------
  |  |  174|  9.53k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  9.53k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  9.53k|	int _ret = (r); \
  |  |  |  |  168|  9.53k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3.09k, False: 6.43k]
  |  |  |  |  ------------------
  |  |  |  |  169|  3.09k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.09k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  3.09k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  3.09k|		return _ret; \
  |  |  |  |  172|  3.09k|	} \
  |  |  |  |  173|  9.53k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6.43k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  473|  6.43k|		if (!tmp_file)
  ------------------
  |  Branch (473:7): [True: 0, False: 6.43k]
  ------------------
  474|      0|			return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|      0|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  475|       |
  476|  6.43k|		if (path.type == SC_PATH_TYPE_PARENT) {
  ------------------
  |  |  123|  6.43k|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (476:7): [True: 57, False: 6.37k]
  ------------------
  477|     57|			memcpy(&tmp_file->path, &auth_current_df->path, sizeof(struct sc_path));
  478|     57|			if (tmp_file->path.len > 2)
  ------------------
  |  Branch (478:8): [True: 57, False: 0]
  ------------------
  479|     57|				tmp_file->path.len -= 2;
  480|       |
  481|     57|			sc_file_free(auth_current_df);
  482|     57|			auth_current_df = NULL;
  483|     57|			sc_file_dup(&auth_current_df, tmp_file);
  484|  6.37k|		} else {
  485|  6.37k|			if (tmp_file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|  6.37k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (485:8): [True: 240, False: 6.13k]
  ------------------
  486|    240|				sc_concatenate_path(&tmp_file->path, &auth_current_df->path, &path);
  487|       |
  488|    240|				sc_file_free(auth_current_df);
  489|    240|				auth_current_df = NULL;
  490|    240|				sc_file_dup(&auth_current_df, tmp_file);
  491|  6.13k|			} else {
  492|  6.13k|				sc_file_free(auth_current_ef);
  493|  6.13k|				auth_current_ef = NULL;
  494|       |
  495|  6.13k|				sc_file_dup(&auth_current_ef, tmp_file);
  496|  6.13k|				sc_concatenate_path(&auth_current_ef->path, &auth_current_df->path, &path);
  497|  6.13k|			}
  498|  6.37k|		}
  499|  6.43k|		if (file_out) {
  ------------------
  |  Branch (499:7): [True: 5.05k, False: 1.37k]
  ------------------
  500|  5.05k|			sc_file_free(*file_out);
  501|  5.05k|			sc_file_dup(file_out, tmp_file);
  502|  5.05k|		}
  503|       |
  504|  6.43k|		sc_file_free(tmp_file);
  505|  9.08k|	} else if (path.type == SC_PATH_TYPE_DF_NAME) {
  ------------------
  |  |  118|  9.08k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (505:13): [True: 1.37k, False: 7.71k]
  ------------------
  506|  1.37k|		rv = iso_ops->select_file(card, &path, NULL);
  507|  1.37k|		if (rv) {
  ------------------
  |  Branch (507:7): [True: 1.30k, False: 66]
  ------------------
  508|  1.30k|			sc_file_free(auth_current_ef);
  509|  1.30k|			auth_current_ef = NULL;
  510|  1.30k|		}
  511|  1.37k|		LOG_TEST_RET(card->ctx, rv, "select file failed");
  ------------------
  |  |  174|  1.37k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.37k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.37k|	int _ret = (r); \
  |  |  |  |  168|  1.37k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.30k, False: 66]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.30k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.30k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.30k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.30k|		return _ret; \
  |  |  |  |  172|  1.30k|	} \
  |  |  |  |  173|  1.37k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  512|  7.71k|	} else {
  513|  16.5k|		for (offs = 0; offs < path.len && offs < auth_current_df->path.len; offs += 2)
  ------------------
  |  Branch (513:18): [True: 15.3k, False: 1.22k]
  |  Branch (513:37): [True: 9.02k, False: 6.28k]
  ------------------
  514|  9.02k|			if (path.value[offs] != auth_current_df->path.value[offs] ||
  ------------------
  |  Branch (514:8): [True: 167, False: 8.85k]
  ------------------
  515|  8.85k|					path.value[offs + 1] != auth_current_df->path.value[offs + 1])
  ------------------
  |  Branch (515:6): [True: 36, False: 8.81k]
  ------------------
  516|    203|				break;
  517|       |
  518|  7.71k|		sc_log(card->ctx, "offs %zu", offs);
  ------------------
  |  |   71|  7.71k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  519|  7.71k|		if (offs && offs < auth_current_df->path.len) {
  ------------------
  |  Branch (519:7): [True: 7.64k, False: 65]
  |  Branch (519:15): [True: 138, False: 7.51k]
  ------------------
  520|    138|			size_t deep = auth_current_df->path.len - offs;
  521|       |
  522|    138|			sc_log(card->ctx, "deep %zu", deep);
  ------------------
  |  |   71|    138|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  523|    195|			for (ii = 0; ii < deep; ii += 2) {
  ------------------
  |  Branch (523:17): [True: 148, False: 47]
  ------------------
  524|    148|				struct sc_path tmp_path;
  525|       |
  526|    148|				memcpy(&tmp_path, &auth_current_df->path,  sizeof(struct sc_path));
  527|    148|				tmp_path.type = SC_PATH_TYPE_PARENT;
  ------------------
  |  |  123|    148|#define SC_PATH_TYPE_PARENT		5
  ------------------
  528|       |
  529|    148|				if (file_out) {
  ------------------
  |  Branch (529:9): [True: 19, False: 129]
  ------------------
  530|     19|					sc_file_free(*file_out);
  531|     19|					*file_out = NULL;
  532|     19|				}
  533|       |
  534|    148|				rv = auth_select_file (card, &tmp_path, file_out);
  535|    148|				LOG_TEST_RET(card->ctx, rv, "select file failed");
  ------------------
  |  |  174|    148|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    148|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    148|	int _ret = (r); \
  |  |  |  |  168|    148|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 91, False: 57]
  |  |  |  |  ------------------
  |  |  |  |  169|     91|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     91|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     91|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     91|		return _ret; \
  |  |  |  |  172|     91|	} \
  |  |  |  |  173|    148|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 57]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  536|    148|			}
  537|    138|		}
  538|       |
  539|  7.62k|		if (path.len > offs) {
  ------------------
  |  Branch (539:7): [True: 6.39k, False: 1.22k]
  ------------------
  540|  6.39k|			struct sc_path tmp_path;
  541|       |
  542|  6.39k|			memset(&tmp_path, 0, sizeof(struct sc_path));
  543|  6.39k|			tmp_path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|  6.39k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  544|  6.39k|			tmp_path.len = 2;
  545|       |
  546|  12.7k|			for (ii = 0; ii < path.len - offs; ii += 2) {
  ------------------
  |  Branch (546:17): [True: 9.38k, False: 3.38k]
  ------------------
  547|  9.38k|				memcpy(tmp_path.value, path.value + offs + ii, 2);
  548|       |
  549|  9.38k|				if (file_out) {
  ------------------
  |  Branch (549:9): [True: 6.57k, False: 2.80k]
  ------------------
  550|  6.57k|					sc_file_free(*file_out);
  551|  6.57k|					*file_out = NULL;
  552|  6.57k|				}
  553|       |
  554|  9.38k|				rv = auth_select_file(card, &tmp_path, file_out);
  555|  9.38k|				LOG_TEST_RET(card->ctx, rv, "select file failed");
  ------------------
  |  |  174|  9.38k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  9.38k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  9.38k|	int _ret = (r); \
  |  |  |  |  168|  9.38k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3.00k, False: 6.37k]
  |  |  |  |  ------------------
  |  |  |  |  169|  3.00k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.00k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  3.00k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  3.00k|		return _ret; \
  |  |  |  |  172|  3.00k|	} \
  |  |  |  |  173|  9.38k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6.37k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|  9.38k|			}
  557|  6.39k|		} else if (path.len - offs == 0 && file_out) {
  ------------------
  |  Branch (557:14): [True: 1.22k, False: 0]
  |  Branch (557:38): [True: 0, False: 1.22k]
  ------------------
  558|      0|			if (sc_compare_path(&path, &auth_current_df->path) && file_out) {
  ------------------
  |  Branch (558:8): [True: 0, False: 0]
  |  Branch (558:58): [True: 0, False: 0]
  ------------------
  559|      0|				sc_file_free(*file_out);
  560|      0|				sc_file_dup(file_out, auth_current_df);
  561|      0|			} else  if (auth_current_ef && file_out) {
  ------------------
  |  Branch (561:16): [True: 0, False: 0]
  |  Branch (561:35): [True: 0, False: 0]
  ------------------
  562|      0|				sc_file_free(*file_out);
  563|      0|				sc_file_dup(file_out, auth_current_ef);
  564|      0|			} else {
  565|      0|				LOG_TEST_RET(card->ctx, SC_ERROR_INTERNAL, "No current EF");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|      0|			}
  567|      0|		}
  568|  7.62k|	}
  569|       |
  570|  11.1k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  11.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  11.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  11.1k|	int _ret = r; \
  |  |  |  |  155|  11.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  11.1k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 11.1k]
  |  |  |  |  ------------------
  |  |  |  |  157|  11.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  11.1k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  11.1k|	return _ret; \
  |  |  |  |  163|  11.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  571|  11.1k|}
card-oberthur.c:auth_read_binary:
 2102|  12.4k|{
 2103|  12.4k|	int rv;
 2104|  12.4k|	size_t sz;
 2105|  12.4k|	struct sc_pkcs15_bignum bn[2];
 2106|  12.4k|	unsigned char *out = NULL;
 2107|  12.4k|	bn[0].data = NULL;
 2108|  12.4k|	bn[1].data = NULL;
 2109|       |
 2110|  12.4k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  12.4k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  12.4k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  12.4k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  12.4k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 12.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2111|       |
 2112|  12.4k|	if (!auth_current_ef)
  ------------------
  |  Branch (2112:6): [True: 22, False: 12.4k]
  ------------------
 2113|  12.4k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS, "Invalid auth_current_ef");
  ------------------
  |  |  174|     22|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     22|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     22|	int _ret = (r); \
  |  |  |  |  168|     22|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 22, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     22|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     22|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     22|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     22|		return _ret; \
  |  |  |  |  172|     22|	} \
  |  |  |  |  173|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2114|       |
 2115|  12.4k|	sc_log(card->ctx, "offset %i; size %zu; flags 0x%lX", offset, count, flags ? *flags : 0);
  ------------------
  |  |   71|  24.8k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 0, False: 12.4k]
  |  |  ------------------
  ------------------
 2116|  12.4k|	sc_log(card->ctx, "last selected : magic %X; ef %X",
  ------------------
  |  |   71|  12.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2117|  12.4k|			auth_current_ef->magic, auth_current_ef->ef_structure);
 2118|       |
 2119|  12.4k|	if (offset & ~0x7FFF)
  ------------------
  |  Branch (2119:6): [True: 1, False: 12.4k]
  ------------------
 2120|  12.4k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS, "Invalid file offset");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2121|       |
 2122|  12.4k|	if (auth_current_ef->magic == SC_FILE_MAGIC &&
  ------------------
  |  |   57|  24.8k|#define SC_FILE_MAGIC			0x14426950
  ------------------
  |  Branch (2122:6): [True: 12.4k, False: 0]
  ------------------
 2123|  12.4k|			auth_current_ef->ef_structure == SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC) {
  ------------------
  |  Branch (2123:4): [True: 121, False: 12.3k]
  ------------------
 2124|    121|		int jj;
 2125|    121|		unsigned char resp[SC_MAX_APDU_RESP_SIZE];
 2126|    121|		size_t resp_len, out_len;
 2127|    121|		struct sc_pkcs15_pubkey_rsa key;
 2128|       |
 2129|    121|		resp_len = sizeof(resp);
 2130|    121|		rv = auth_read_component(card, SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC,
 2131|    121|				2, resp, resp_len);
 2132|    121|		LOG_TEST_RET(card->ctx, rv, "read component failed");
  ------------------
  |  |  174|    121|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    121|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    121|	int _ret = (r); \
  |  |  |  |  168|    121|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 21, False: 100]
  |  |  |  |  ------------------
  |  |  |  |  169|     21|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     21|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     21|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     21|		return _ret; \
  |  |  |  |  172|     21|	} \
  |  |  |  |  173|    121|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 100]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2133|       |
 2134|    426|		for (jj=0; jj<rv && *(resp+jj)==0; jj++)
  ------------------
  |  Branch (2134:14): [True: 417, False: 9]
  |  Branch (2134:23): [True: 326, False: 91]
  ------------------
 2135|    326|			;
 2136|       |
 2137|    100|		if (rv - jj == 0)
  ------------------
  |  Branch (2137:7): [True: 9, False: 91]
  ------------------
 2138|      9|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      9|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 2139|     91|		bn[0].data = calloc(1, rv - jj);
 2140|     91|		if (!bn[0].data) {
  ------------------
  |  Branch (2140:7): [True: 0, False: 91]
  ------------------
 2141|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2142|      0|			goto err;
 2143|      0|		}
 2144|     91|		bn[0].len = rv - jj;
 2145|     91|		memcpy(bn[0].data, resp + jj, rv - jj);
 2146|       |
 2147|     91|		rv = auth_read_component(card, SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC,
 2148|     91|				1, resp, resp_len);
 2149|     91|		LOG_TEST_GOTO_ERR(card->ctx, rv, "Cannot read RSA public key component");
  ------------------
  |  |  184|     91|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     91|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     91|	int _ret = (r); \
  |  |  |  |  178|     91|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 13, False: 78]
  |  |  |  |  ------------------
  |  |  |  |  179|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     13|		goto err; \
  |  |  |  |  182|     13|	} \
  |  |  |  |  183|     91|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2150|       |
 2151|     78|		bn[1].data = calloc(1, rv);
 2152|     78|		if (!bn[1].data) {
  ------------------
  |  Branch (2152:7): [True: 0, False: 78]
  ------------------
 2153|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2154|      0|			goto err;
 2155|      0|		}
 2156|     78|		bn[1].len = rv;
 2157|     78|		memcpy(bn[1].data, resp, rv);
 2158|       |
 2159|     78|		key.exponent = bn[0];
 2160|     78|		key.modulus = bn[1];
 2161|       |
 2162|     78|		if (sc_pkcs15_encode_pubkey_rsa(card->ctx, &key, &out, &out_len) != SC_SUCCESS) {
  ------------------
  |  |   28|     78|#define SC_SUCCESS				0
  ------------------
  |  Branch (2162:7): [True: 6, False: 72]
  ------------------
 2163|      6|			rv = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      6|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 2164|      6|			LOG_TEST_GOTO_ERR(card->ctx, rv, "cannot encode RSA public key");
  ------------------
  |  |  184|      6|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      6|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      6|	int _ret = (r); \
  |  |  |  |  178|      6|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      6|		goto err; \
  |  |  |  |  182|      6|	} \
  |  |  |  |  183|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2165|      6|		}
 2166|     72|		else {
 2167|     72|			if (out_len < offset) {
  ------------------
  |  Branch (2167:8): [True: 4, False: 68]
  ------------------
 2168|      4|				rv = SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|      4|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
 2169|      4|				goto err;
 2170|      4|			}
 2171|     68|			sz = MIN(out_len - offset, count);
  ------------------
  |  |   70|     68|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 50, False: 18]
  |  |  ------------------
  ------------------
 2172|     68|			memcpy(buf, out + offset, sz);
 2173|       |
 2174|     68|			sc_log_hex(card->ctx, "write_publickey", buf, sz);
  ------------------
  |  |  129|     68|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     68|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2175|     68|			rv = (int)sz;
 2176|     68|		}
 2177|  12.3k|	} else {
 2178|  12.3k|		rv = iso_ops->read_binary(card, offset, buf, count, 0);
 2179|  12.3k|	}
 2180|       |
 2181|  12.4k|err:
 2182|  12.4k|	free(bn[0].data);
 2183|  12.4k|	free(bn[1].data);
 2184|  12.4k|	free(out);
 2185|       |
 2186|  12.4k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  12.4k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  12.4k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  12.4k|	int _ret = r; \
  |  |  |  |  155|  12.4k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 164, False: 12.2k]
  |  |  |  |  ------------------
  |  |  |  |  156|    164|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    133|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 133, False: 31]
  |  |  |  |  ------------------
  |  |  |  |  157|    164|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  12.2k|	} else { \
  |  |  |  |  159|  12.2k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  12.2k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  12.2k|	} \
  |  |  |  |  162|  12.4k|	return _ret; \
  |  |  |  |  163|  12.4k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2187|  12.4k|}
card-oberthur.c:auth_read_component:
 1463|    212|{
 1464|    212|	struct sc_apdu apdu;
 1465|    212|	int rv;
 1466|    212|	unsigned char resp[SC_MAX_APDU_RESP_SIZE];
 1467|       |
 1468|    212|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    212|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    212|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    212|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    212|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 212]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1469|    212|	sc_log(card->ctx, "num %i, outlen %zu, type %i", num, outlen, type);
  ------------------
  |  |   71|    212|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1470|       |
 1471|    212|	if (!outlen || type!=SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC)
  ------------------
  |  Branch (1471:6): [True: 0, False: 212]
  |  Branch (1471:17): [True: 0, False: 212]
  ------------------
 1472|    212|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCORRECT_PARAMETERS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1473|       |
 1474|    212|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB4,	num, 0x00);
  ------------------
  |  |  292|    212|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1475|    212|	apdu.cla |= 0x80;
 1476|    212|	apdu.le = outlen;
 1477|    212|	apdu.resp = resp;
 1478|    212|	apdu.resplen = sizeof(resp);
 1479|    212|	rv = sc_transmit_apdu(card, &apdu);
 1480|    212|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    212|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    212|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    212|	int _ret = (r); \
  |  |  |  |  168|    212|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 210]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|    212|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 210]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1481|       |
 1482|    210|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1483|    210|	LOG_TEST_RET(card->ctx, rv, "Card returned error");
  ------------------
  |  |  174|    210|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    210|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    210|	int _ret = (r); \
  |  |  |  |  168|    210|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 32, False: 178]
  |  |  |  |  ------------------
  |  |  |  |  169|     32|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     32|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     32|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     32|		return _ret; \
  |  |  |  |  172|     32|	} \
  |  |  |  |  173|    210|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 178]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1484|       |
 1485|    178|	if (outlen < apdu.resplen)
  ------------------
  |  Branch (1485:6): [True: 0, False: 178]
  ------------------
 1486|    178|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_LENGTH);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1487|       |
 1488|    178|	memcpy(out, apdu.resp, apdu.resplen);
 1489|    178|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|    178|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    178|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    178|	int _ret = r; \
  |  |  |  |  155|    178|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 168]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    168|	} else { \
  |  |  |  |  159|    168|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    168|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    168|	} \
  |  |  |  |  162|    178|	return _ret; \
  |  |  |  |  163|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1490|    178|}
card-oberthur.c:auth_read_record:
 2193|  4.64k|{
 2194|  4.64k|	struct sc_apdu apdu;
 2195|  4.64k|	int rv = 0;
 2196|  4.64k|	unsigned char recvbuf[SC_MAX_APDU_BUFFER_SIZE];
 2197|       |
 2198|  4.64k|	sc_log(card->ctx, "auth_read_record(): nr_rec %i; count %zu", nr_rec, count);
  ------------------
  |  |   71|  4.64k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2199|       |
 2200|  4.64k|	if (nr_rec > 0xFF || idx != 0)
  ------------------
  |  Branch (2200:6): [True: 0, False: 4.64k]
  |  Branch (2200:23): [True: 1.04k, False: 3.60k]
  ------------------
 2201|  4.64k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|  1.04k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.04k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.04k|	int _ret = r; \
  |  |  |  |  155|  1.04k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.04k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.04k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.04k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.04k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.04k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.04k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.04k|	return _ret; \
  |  |  |  |  163|  1.04k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2202|       |
 2203|  3.60k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB2, nr_rec, 0);
  ------------------
  |  |  292|  3.60k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 2204|  3.60k|	apdu.p2 = (flags & SC_RECORD_EF_ID_MASK) << 3;
  ------------------
  |  | 1293|  3.60k|#define SC_RECORD_EF_ID_MASK		0x0001FUL
  ------------------
 2205|  3.60k|	if (flags & SC_RECORD_BY_REC_NR)
  ------------------
  |  | 1298|  3.60k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  |  Branch (2205:6): [True: 3.60k, False: 0]
  ------------------
 2206|  3.60k|		apdu.p2 |= 0x04;
 2207|       |
 2208|  3.60k|	apdu.le = MIN(count, SC_MAX_APDU_BUFFER_SIZE);
  ------------------
  |  |   70|  3.60k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 3.60k, False: 0]
  |  |  ------------------
  ------------------
 2209|  3.60k|	apdu.resplen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|  3.60k|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
 2210|  3.60k|	apdu.resp = recvbuf;
 2211|       |
 2212|  3.60k|	rv = sc_transmit_apdu(card, &apdu);
 2213|  3.60k|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  3.60k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.60k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.60k|	int _ret = (r); \
  |  |  |  |  168|  3.60k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 3.59k]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|  3.60k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.59k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2214|  3.59k|	if (apdu.resplen == 0)
  ------------------
  |  Branch (2214:6): [True: 1.45k, False: 2.14k]
  ------------------
 2215|  3.59k|		LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|  1.45k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.45k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.45k|	int _ret = r; \
  |  |  |  |  155|  1.45k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.45k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.45k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     47|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 47, False: 1.41k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.45k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.45k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.45k|	return _ret; \
  |  |  |  |  163|  1.45k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2216|  2.14k|	if (count < apdu.resplen)
  ------------------
  |  Branch (2216:6): [True: 2, False: 2.13k]
  ------------------
 2217|  2.14k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_LENGTH);
  ------------------
  |  |  164|      2|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      2|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      2|	int _ret = r; \
  |  |  |  |  155|      2|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      2|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2218|  2.13k|	memcpy(buf, recvbuf, apdu.resplen);
 2219|       |
 2220|  2.13k|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2221|  2.13k|	LOG_TEST_RET(card->ctx, rv, "Card returned error");
  ------------------
  |  |  174|  2.13k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.13k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.13k|	int _ret = (r); \
  |  |  |  |  168|  2.13k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 2.12k]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|  2.13k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.12k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2222|       |
 2223|  2.12k|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|  2.12k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.12k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.12k|	int _ret = r; \
  |  |  |  |  155|  2.12k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 2.12k]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.12k|	} else { \
  |  |  |  |  159|  2.12k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  2.12k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  2.12k|	} \
  |  |  |  |  162|  2.12k|	return _ret; \
  |  |  |  |  163|  2.12k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2224|  2.12k|}
card-oberthur.c:auth_card_ctl:
 1435|      3|{
 1436|      3|	switch (cmd) {
 1437|      0|	case SC_CARDCTL_GET_DEFAULT_KEY:
  ------------------
  |  Branch (1437:2): [True: 0, False: 3]
  ------------------
 1438|      0|		return auth_get_default_key(card,
 1439|      0|				(struct sc_cardctl_default_key *) ptr);
 1440|      0|	case SC_CARDCTL_OBERTHUR_GENERATE_KEY:
  ------------------
  |  Branch (1440:2): [True: 0, False: 3]
  ------------------
 1441|      0|		return auth_generate_key(card, 0,
 1442|      0|				(struct sc_cardctl_oberthur_genkey_info *) ptr);
 1443|      0|	case SC_CARDCTL_OBERTHUR_UPDATE_KEY:
  ------------------
  |  Branch (1443:2): [True: 0, False: 3]
  ------------------
 1444|      0|		return auth_update_key(card,
 1445|      0|				(struct sc_cardctl_oberthur_updatekey_info *) ptr);
 1446|      0|	case SC_CARDCTL_OBERTHUR_CREATE_PIN:
  ------------------
  |  Branch (1446:2): [True: 0, False: 3]
  ------------------
 1447|      0|		return auth_create_reference_data(card,
 1448|      0|				(struct sc_cardctl_oberthur_createpin_info *) ptr);
 1449|      3|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1449:2): [True: 3, False: 0]
  ------------------
 1450|      3|		return auth_get_serialnr(card, (struct sc_serial_number *)ptr);
 1451|      0|	case SC_CARDCTL_LIFECYCLE_GET:
  ------------------
  |  Branch (1451:2): [True: 0, False: 3]
  ------------------
 1452|      0|	case SC_CARDCTL_LIFECYCLE_SET:
  ------------------
  |  Branch (1452:2): [True: 0, False: 3]
  ------------------
 1453|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1454|      0|	default:
  ------------------
  |  Branch (1454:2): [True: 0, False: 3]
  ------------------
 1455|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1456|      3|	}
 1457|      3|}
card-oberthur.c:auth_init_pin_info:
 1521|  1.29k|{
 1522|  1.29k|	pin->offset = 0;
 1523|  1.29k|	pin->pad_char   = 0xFF;
 1524|  1.29k|	pin->encoding   = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|  1.29k|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1525|       |
 1526|  1.29k|	if (type == OBERTHUR_AUTH_TYPE_PIN) {
  ------------------
  |  |   92|  1.29k|#define OBERTHUR_AUTH_TYPE_PIN		1
  ------------------
  |  Branch (1526:6): [True: 1.29k, False: 1]
  ------------------
 1527|  1.29k|		pin->max_length = OBERTHUR_AUTH_MAX_LENGTH_PIN;
  ------------------
  |  |   95|  1.29k|#define OBERTHUR_AUTH_MAX_LENGTH_PIN	64
  ------------------
 1528|  1.29k|		pin->pad_length = OBERTHUR_AUTH_MAX_LENGTH_PIN;
  ------------------
  |  |   95|  1.29k|#define OBERTHUR_AUTH_MAX_LENGTH_PIN	64
  ------------------
 1529|  1.29k|	} else {
 1530|      1|		pin->max_length = OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   96|      1|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1531|      1|		pin->pad_length = OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   96|      1|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1532|      1|	}
 1533|  1.29k|}
card-oberthur.c:auth_get_serialnr:
 2249|      3|{
 2250|      3|	if (!serial)
  ------------------
  |  Branch (2250:6): [True: 0, False: 3]
  ------------------
 2251|      3|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2252|       |
 2253|      3|	if (card->serialnr.len==0)
  ------------------
  |  Branch (2253:6): [True: 0, False: 3]
  ------------------
 2254|      3|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2255|       |
 2256|      3|	memcpy(serial, &card->serialnr, sizeof(*serial));
 2257|       |
 2258|      3|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2259|      3|}
card-oberthur.c:auth_set_security_env:
  978|    531|{
  979|    531|	struct auth_senv *auth_senv = &((struct auth_private_data *) card->drv_data)->senv;
  980|    531|	struct sc_apdu apdu;
  981|    531|	long unsigned pads = env->algorithm_flags & SC_ALGORITHM_RSA_PADS;
  ------------------
  |  |  103|    531|#define SC_ALGORITHM_RSA_PADS		0x000000FF
  ------------------
  982|    531|	long unsigned supported_pads = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_PAD_ISO9796;
  ------------------
  |  |  111|    531|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    531|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    531|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              	long unsigned supported_pads = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_PAD_ISO9796;
  ------------------
  |  |  106|    531|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  983|    531|	int rv;
  984|    531|	unsigned char rsa_sbuf[3] = {
  985|    531|		0x80, 0x01, 0xFF
  986|    531|	};
  987|    531|	unsigned char des_sbuf[13] = {
  988|    531|		0x80, 0x01, 0x01,
  989|    531|		0x87, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
  990|    531|	};
  991|       |
  992|    531|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    531|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    531|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    531|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    531|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 531]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  993|    531|	sc_log(card->ctx,
  ------------------
  |  |   71|    531|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  994|    531|	       "op %i; path %s; key_ref 0x%X; algos 0x%lX; flags 0x%lX",
  995|    531|	       env->operation, sc_print_path(&env->file_ref), env->key_ref[0],
  996|    531|	       env->algorithm_flags, env->flags);
  997|       |
  998|    531|	memset(auth_senv, 0, sizeof(struct auth_senv));
  999|       |
 1000|    531|	if (!(env->flags & SC_SEC_ENV_FILE_REF_PRESENT))
  ------------------
  |  |   57|    531|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (1000:6): [True: 0, False: 531]
  ------------------
 1001|    531|		LOG_TEST_RET(card->ctx, SC_ERROR_INTERNAL, "Key file is not selected.");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1002|       |
 1003|    531|	switch (env->algorithm) {
 1004|      0|	case SC_ALGORITHM_DES:
  ------------------
  |  |   76|      0|#define SC_ALGORITHM_DES		64
  ------------------
  |  Branch (1004:2): [True: 0, False: 531]
  ------------------
 1005|      0|	case SC_ALGORITHM_3DES:
  ------------------
  |  |   77|      0|#define SC_ALGORITHM_3DES		65
  ------------------
  |  Branch (1005:2): [True: 0, False: 531]
  ------------------
 1006|      0|		sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1007|      0|		       "algo SC_ALGORITHM_xDES: ref %lX, flags %lX",
 1008|      0|		       env->algorithm_ref, env->flags);
 1009|       |
 1010|      0|		if (env->operation == SC_SEC_OPERATION_DECIPHER) {
  ------------------
  |  |   47|      0|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (1010:7): [True: 0, False: 0]
  ------------------
 1011|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, 0xB8);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1012|      0|			apdu.lc = 3;
 1013|      0|			apdu.data = des_sbuf;
 1014|      0|			apdu.datalen = 3;
 1015|      0|		} else {
 1016|      0|			sc_log(card->ctx, "Invalid crypto operation: %X", env->operation);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1017|      0|			LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "Invalid crypto operation");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1018|      0|		}
 1019|       |
 1020|      0|		break;
 1021|    531|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|    531|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1021:2): [True: 531, False: 0]
  ------------------
 1022|    531|		sc_log(card->ctx, "algo SC_ALGORITHM_RSA");
  ------------------
  |  |   71|    531|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1023|    531|		if (env->algorithm_flags & SC_ALGORITHM_RSA_HASHES) {
  ------------------
  |  |  142|    531|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  |  Branch (1023:7): [True: 0, False: 531]
  ------------------
 1024|      0|			LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "No support for hashes.");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1025|      0|		}
 1026|       |
 1027|    531|		if (pads & (~supported_pads)) {
  ------------------
  |  Branch (1027:7): [True: 0, False: 531]
  ------------------
 1028|      0|			sc_log(card->ctx, "No support for PAD %lX", pads);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1029|      0|			LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "No padding support.");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1030|      0|		}
 1031|       |
 1032|    531|		if (env->operation == SC_SEC_OPERATION_SIGN) {
  ------------------
  |  |   48|    531|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (1032:7): [True: 300, False: 231]
  ------------------
 1033|    300|			rsa_sbuf[2] = 0x11;
 1034|       |
 1035|    300|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, 0xB6);
  ------------------
  |  |  293|    300|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1036|    300|			apdu.lc = sizeof(rsa_sbuf);
 1037|    300|			apdu.datalen = sizeof(rsa_sbuf);
 1038|    300|			apdu.data = rsa_sbuf;
 1039|    300|		} else if (env->operation == SC_SEC_OPERATION_DECIPHER) {
  ------------------
  |  |   47|    231|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (1039:14): [True: 231, False: 0]
  ------------------
 1040|    231|			rsa_sbuf[2] = 0x11;
 1041|       |
 1042|    231|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, 0xB8);
  ------------------
  |  |  293|    231|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1043|    231|			apdu.lc = sizeof(rsa_sbuf);
 1044|    231|			apdu.datalen = sizeof(rsa_sbuf);
 1045|    231|			apdu.data = rsa_sbuf;
 1046|    231|		} else {
 1047|      0|			sc_log(card->ctx, "Invalid crypto operation: %X", env->operation);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1048|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1049|      0|		}
 1050|       |
 1051|    531|		break;
 1052|    531|	default:
  ------------------
  |  Branch (1052:2): [True: 0, False: 531]
  ------------------
 1053|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "Invalid crypto algorithm supplied");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1054|    531|	}
 1055|       |
 1056|    531|	rv = sc_transmit_apdu(card, &apdu);
 1057|    531|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    531|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    531|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    531|	int _ret = (r); \
  |  |  |  |  168|    531|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 19, False: 512]
  |  |  |  |  ------------------
  |  |  |  |  169|     19|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     19|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     19|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     19|		return _ret; \
  |  |  |  |  172|     19|	} \
  |  |  |  |  173|    531|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 512]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1058|    512|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1059|    512|	LOG_TEST_RET(card->ctx, rv, "Card returned error");
  ------------------
  |  |  174|    512|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    512|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    512|	int _ret = (r); \
  |  |  |  |  168|    512|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 174, False: 338]
  |  |  |  |  ------------------
  |  |  |  |  169|    174|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    174|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    174|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    174|		return _ret; \
  |  |  |  |  172|    174|	} \
  |  |  |  |  173|    512|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 338]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1060|       |
 1061|    338|	auth_senv->algorithm = env->algorithm;
 1062|       |
 1063|    338|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    338|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    338|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    338|	int _ret = r; \
  |  |  |  |  155|    338|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 338, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    338|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 338]
  |  |  |  |  ------------------
  |  |  |  |  157|    338|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    338|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    338|	return _ret; \
  |  |  |  |  163|    338|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1064|    338|}
card-oberthur.c:auth_compute_signature:
 1077|    166|{
 1078|    166|	struct sc_apdu apdu;
 1079|    166|	unsigned char resp[SC_MAX_APDU_BUFFER_SIZE];
 1080|    166|	int rv;
 1081|       |
 1082|    166|	if (!card || !in || !out) {
  ------------------
  |  Branch (1082:6): [True: 0, False: 166]
  |  Branch (1082:15): [True: 0, False: 166]
  |  Branch (1082:22): [True: 0, False: 166]
  ------------------
 1083|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1084|    166|	} else if (ilen > 96) {
  ------------------
  |  Branch (1084:13): [True: 64, False: 102]
  ------------------
 1085|     64|		sc_log(card->ctx, "Illegal input length %zu", ilen);
  ------------------
  |  |   71|     64|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1086|     64|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS, "Illegal input length");
  ------------------
  |  |  174|     64|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     64|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     64|	int _ret = (r); \
  |  |  |  |  168|     64|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 64, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     64|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     64|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     64|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     64|		return _ret; \
  |  |  |  |  172|     64|	} \
  |  |  |  |  173|     64|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|     64|	}
 1088|       |
 1089|    102|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    102|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    102|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    102|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    102|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 102]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1090|    102|	sc_log(card->ctx, "inlen %zu, outlen %zu", ilen, olen);
  ------------------
  |  |   71|    102|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1091|       |
 1092|    102|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x9E, 0x9A);
  ------------------
  |  |  294|    102|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1093|    102|	apdu.datalen = ilen;
 1094|    102|	apdu.data = in;
 1095|    102|	apdu.lc = ilen;
 1096|    102|	apdu.le = MIN(olen, SC_MAX_APDU_RESP_SIZE);
  ------------------
  |  |   70|    102|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 102]
  |  |  ------------------
  ------------------
 1097|    102|	apdu.resp = resp;
 1098|    102|	apdu.resplen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|    102|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
 1099|       |
 1100|    102|	rv = sc_transmit_apdu(card, &apdu);
 1101|    102|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    102|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    102|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    102|	int _ret = (r); \
  |  |  |  |  168|    102|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 20, False: 82]
  |  |  |  |  ------------------
  |  |  |  |  169|     20|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     20|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     20|		return _ret; \
  |  |  |  |  172|     20|	} \
  |  |  |  |  173|    102|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 82]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1102|     82|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1103|     82|	LOG_TEST_RET(card->ctx, rv, "Compute signature failed");
  ------------------
  |  |  174|     82|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     82|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     82|	int _ret = (r); \
  |  |  |  |  168|     82|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 21, False: 61]
  |  |  |  |  ------------------
  |  |  |  |  169|     21|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     21|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     21|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     21|		return _ret; \
  |  |  |  |  172|     21|	} \
  |  |  |  |  173|     82|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 61]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1104|       |
 1105|     61|	if (apdu.resplen > olen) {
  ------------------
  |  Branch (1105:6): [True: 0, False: 61]
  ------------------
 1106|      0|		sc_log(card->ctx, "Compute signature failed: invalid response length %zu", apdu.resplen);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1107|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_CARD_CMD_FAILED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1108|      0|	}
 1109|       |
 1110|     61|	memcpy(out, apdu.resp, apdu.resplen);
 1111|       |
 1112|     61|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     61|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     61|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     61|	int _ret = r; \
  |  |  |  |  155|     61|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 23, False: 38]
  |  |  |  |  ------------------
  |  |  |  |  156|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 23]
  |  |  |  |  ------------------
  |  |  |  |  157|     23|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     38|	} else { \
  |  |  |  |  159|     38|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     38|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     38|	} \
  |  |  |  |  162|     61|	return _ret; \
  |  |  |  |  163|     61|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1113|     61|}
card-oberthur.c:auth_decipher:
 1119|    172|{
 1120|    172|	struct sc_apdu apdu;
 1121|    172|	unsigned char resp[SC_MAX_APDU_BUFFER_SIZE];
 1122|    172|	int rv;
 1123|    172|	size_t _inlen = inlen;
 1124|       |
 1125|    172|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    172|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    172|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    172|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    172|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 172]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1126|    172|	sc_log(card->ctx, "crgram_len %zu;  outlen %zu", inlen, outlen);
  ------------------
  |  |   71|    172|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1127|    172|	if (!out || !outlen || inlen > SC_MAX_APDU_BUFFER_SIZE)
  ------------------
  |  |   34|    172|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
  |  Branch (1127:6): [True: 0, False: 172]
  |  Branch (1127:14): [True: 0, False: 172]
  |  Branch (1127:25): [True: 10, False: 162]
  ------------------
 1128|    172|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1129|       |
 1130|    162|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  294|    162|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1131|       |
 1132|    162|	sc_log(card->ctx, "algorithm SC_ALGORITHM_RSA");
  ------------------
  |  |   71|    162|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1133|    162|	if (inlen % 64) {
  ------------------
  |  Branch (1133:6): [True: 63, False: 99]
  ------------------
 1134|     63|		rv = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     63|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1135|     63|		goto done;
 1136|     63|	}
 1137|       |
 1138|     99|	_inlen = inlen;
 1139|     99|	if (_inlen == SC_MAX_APDU_RESP_SIZE) {
  ------------------
  |  |   36|     99|#define SC_MAX_APDU_RESP_SIZE		(0xFF+1)
  ------------------
  |  Branch (1139:6): [True: 51, False: 48]
  ------------------
 1140|     51|		apdu.cla |= 0x10;
 1141|     51|		apdu.data = in;
 1142|     51|		apdu.datalen = 8;
 1143|     51|		apdu.resp = resp;
 1144|     51|		apdu.resplen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|     51|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
 1145|     51|		apdu.lc = 8;
 1146|     51|		apdu.le = SC_MAX_APDU_RESP_SIZE;
  ------------------
  |  |   36|     51|#define SC_MAX_APDU_RESP_SIZE		(0xFF+1)
  ------------------
 1147|       |
 1148|     51|		rv = sc_transmit_apdu(card, &apdu);
 1149|     51|		sc_log(card->ctx, "rv %i", rv);
  ------------------
  |  |   71|     51|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1150|     51|		LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|     51|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     51|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     51|	int _ret = (r); \
  |  |  |  |  168|     51|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 38]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|     51|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 38]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1151|     38|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1152|     38|		LOG_TEST_RET(card->ctx, rv, "Card returned error");
  ------------------
  |  |  174|     38|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     38|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     38|	int _ret = (r); \
  |  |  |  |  168|     38|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 17, False: 21]
  |  |  |  |  ------------------
  |  |  |  |  169|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     17|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     17|		return _ret; \
  |  |  |  |  172|     17|	} \
  |  |  |  |  173|     38|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1153|       |
 1154|     21|		_inlen -= 8;
 1155|     21|		in += 8;
 1156|       |
 1157|     21|		apdu.cla &= ~0x10;
 1158|     21|	}
 1159|       |
 1160|     69|	apdu.data = in;
 1161|     69|	apdu.datalen = _inlen;
 1162|     69|	apdu.resp = resp;
 1163|     69|	apdu.resplen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|     69|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
 1164|     69|	apdu.lc = _inlen;
 1165|     69|	apdu.le = _inlen;
 1166|       |
 1167|     69|	rv = sc_transmit_apdu(card, &apdu);
 1168|     69|	sc_log(card->ctx, "rv %i", rv);
  ------------------
  |  |   71|     69|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1169|     69|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|     69|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     69|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     69|	int _ret = (r); \
  |  |  |  |  168|     69|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 55]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|     69|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 55]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1170|     55|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1171|     55|	sc_log(card->ctx, "rv %i", rv);
  ------------------
  |  |   71|     55|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1172|     55|	LOG_TEST_RET(card->ctx, rv, "Card returned error");
  ------------------
  |  |  174|     55|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     55|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     55|	int _ret = (r); \
  |  |  |  |  168|     55|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 15, False: 40]
  |  |  |  |  ------------------
  |  |  |  |  169|     15|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     15|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     15|		return _ret; \
  |  |  |  |  172|     15|	} \
  |  |  |  |  173|     55|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 40]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1173|       |
 1174|     40|	if (outlen > apdu.resplen)
  ------------------
  |  Branch (1174:6): [True: 40, False: 0]
  ------------------
 1175|     40|		outlen = apdu.resplen;
 1176|       |
 1177|     40|	memcpy(out, apdu.resp, outlen);
 1178|     40|	rv = (int)outlen;
 1179|       |
 1180|    103|done:
 1181|    103|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    103|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    103|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    103|	int _ret = r; \
  |  |  |  |  155|    103|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 75, False: 28]
  |  |  |  |  ------------------
  |  |  |  |  156|     75|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     63|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 63, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  157|     75|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     75|	} else { \
  |  |  |  |  159|     28|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     28|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     28|	} \
  |  |  |  |  162|    103|	return _ret; \
  |  |  |  |  163|    103|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1182|    103|}
card-oberthur.c:auth_process_fci:
  297|  6.55k|{
  298|  6.55k|	unsigned char type;
  299|  6.55k|	const unsigned char *attr;
  300|  6.55k|	size_t attr_len = 0;
  301|       |
  302|  6.55k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  6.55k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  6.55k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  6.55k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  6.55k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 6.55k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  303|  6.55k|	attr = sc_asn1_find_tag(card->ctx, buf, buflen, 0x82, &attr_len);
  304|  6.55k|	if (!attr || attr_len < 1)
  ------------------
  |  Branch (304:6): [True: 3.49k, False: 3.06k]
  |  Branch (304:15): [True: 14, False: 3.05k]
  ------------------
  305|  6.55k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|  3.50k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.50k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.50k|	int _ret = r; \
  |  |  |  |  155|  3.50k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.50k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.50k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.50k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3.50k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.50k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.50k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  3.50k|	return _ret; \
  |  |  |  |  163|  3.50k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  306|  3.05k|	type = attr[0];
  307|       |
  308|  3.05k|	attr = sc_asn1_find_tag(card->ctx, buf, buflen, 0x83, &attr_len);
  309|  3.05k|	if (!attr || attr_len < 2)
  ------------------
  |  Branch (309:6): [True: 161, False: 2.88k]
  |  Branch (309:15): [True: 11, False: 2.87k]
  ------------------
  310|  3.05k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    172|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    172|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    172|	int _ret = r; \
  |  |  |  |  155|    172|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 172, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    172|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    172|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 172, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    172|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    172|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    172|	return _ret; \
  |  |  |  |  163|    172|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  311|  2.87k|	file->id = attr[0]*0x100 + attr[1];
  312|       |
  313|  2.87k|	attr = sc_asn1_find_tag(card->ctx, buf, buflen, type==0x01 ? 0x80 : 0x85, &attr_len);
  ------------------
  |  Branch (313:50): [True: 227, False: 2.65k]
  ------------------
  314|  2.87k|	switch (type) {
  315|    227|	case 0x01:
  ------------------
  |  Branch (315:2): [True: 227, False: 2.65k]
  ------------------
  316|    227|		if (!attr || attr_len < 2)
  ------------------
  |  Branch (316:7): [True: 45, False: 182]
  |  Branch (316:16): [True: 11, False: 171]
  ------------------
  317|    227|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     56|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     56|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     56|	int _ret = r; \
  |  |  |  |  155|     56|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 56, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     56|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     56|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 56, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     56|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     56|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     56|	return _ret; \
  |  |  |  |  163|     56|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|    171|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    171|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  319|    171|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|    171|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  320|    171|		file->size = attr[0]*0x100 + attr[1];
  321|    171|		break;
  322|  1.96k|	case 0x04:
  ------------------
  |  Branch (322:2): [True: 1.96k, False: 915]
  ------------------
  323|  1.96k|		if (!attr || attr_len < 1)
  ------------------
  |  Branch (323:7): [True: 297, False: 1.66k]
  |  Branch (323:16): [True: 10, False: 1.65k]
  ------------------
  324|  1.96k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    307|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    307|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    307|	int _ret = r; \
  |  |  |  |  155|    307|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 307, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    307|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    307|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 307, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    307|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    307|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    307|	return _ret; \
  |  |  |  |  163|    307|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  325|  1.65k|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|  1.65k|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  326|  1.65k|		file->ef_structure = SC_FILE_EF_LINEAR_VARIABLE;
  ------------------
  |  |  224|  1.65k|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  327|  1.65k|		file->size = attr[0];
  328|  1.65k|		attr = sc_asn1_find_tag(card->ctx, buf, buflen, 0x82, &attr_len);
  329|  1.65k|		if (!attr || attr_len < 5)
  ------------------
  |  Branch (329:7): [True: 0, False: 1.65k]
  |  Branch (329:16): [True: 18, False: 1.63k]
  ------------------
  330|  1.65k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     18|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     18|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     18|	int _ret = r; \
  |  |  |  |  155|     18|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     18|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     18|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     18|	return _ret; \
  |  |  |  |  163|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  331|  1.63k|		file->record_length = attr[2]*0x100+attr[3];
  332|  1.63k|		file->record_count = attr[4];
  333|  1.63k|		break;
  334|     84|	case 0x11:
  ------------------
  |  Branch (334:2): [True: 84, False: 2.79k]
  ------------------
  335|     84|		if (!attr || attr_len < 2)
  ------------------
  |  Branch (335:7): [True: 18, False: 66]
  |  Branch (335:16): [True: 10, False: 56]
  ------------------
  336|     84|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     28|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     28|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     28|	int _ret = r; \
  |  |  |  |  155|     28|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     28|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     28|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     28|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     28|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     28|	return _ret; \
  |  |  |  |  163|     28|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  337|     56|		file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|     56|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  338|     56|		file->ef_structure = SC_CARDCTL_OBERTHUR_KEY_DES;
  339|     56|		file->size = attr[0]*0x100 + attr[1];
  340|     56|		file->size /= 8;
  341|     56|		break;
  342|    150|	case 0x12:
  ------------------
  |  Branch (342:2): [True: 150, False: 2.72k]
  ------------------
  343|    150|		if (!attr || attr_len < 2)
  ------------------
  |  Branch (343:7): [True: 11, False: 139]
  |  Branch (343:16): [True: 10, False: 129]
  ------------------
  344|    150|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     21|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     21|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     21|	int _ret = r; \
  |  |  |  |  155|     21|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     21|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     21|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     21|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     21|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     21|	return _ret; \
  |  |  |  |  163|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  345|    129|		file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|    129|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  346|    129|		file->ef_structure = SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC;
  347|       |
  348|    129|		file->size = attr[0]*0x100 + attr[1];
  349|    129|		if (file->size==512)
  ------------------
  |  Branch (349:7): [True: 17, False: 112]
  ------------------
  350|     17|			file->size = PUBKEY_512_ASN1_SIZE;
  ------------------
  |  |  100|     17|#define PUBKEY_512_ASN1_SIZE	0x4A
  ------------------
  351|    112|		else if (file->size==1024)
  ------------------
  |  Branch (351:12): [True: 26, False: 86]
  ------------------
  352|     26|			file->size = PUBKEY_1024_ASN1_SIZE;
  ------------------
  |  |  101|     26|#define PUBKEY_1024_ASN1_SIZE	0x8C
  ------------------
  353|     86|		else if (file->size==2048)
  ------------------
  |  Branch (353:12): [True: 0, False: 86]
  ------------------
  354|      0|			file->size = PUBKEY_2048_ASN1_SIZE;
  ------------------
  |  |  102|      0|#define PUBKEY_2048_ASN1_SIZE	0x10E
  ------------------
  355|     86|		else {
  356|     86|			sc_log(card->ctx, "Not supported public key size: %zu", file->size);
  ------------------
  |  |   71|     86|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  357|     86|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     86|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     86|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     86|	int _ret = r; \
  |  |  |  |  155|     86|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 86, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     86|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     86|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 86, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     86|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     86|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     86|	return _ret; \
  |  |  |  |  163|     86|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|     86|		}
  359|     43|		break;
  360|     43|	case 0x14:
  ------------------
  |  Branch (360:2): [True: 32, False: 2.84k]
  ------------------
  361|     32|		if (!attr || attr_len < 2)
  ------------------
  |  Branch (361:7): [True: 11, False: 21]
  |  Branch (361:16): [True: 10, False: 11]
  ------------------
  362|     32|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     21|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     21|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     21|	int _ret = r; \
  |  |  |  |  155|     21|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     21|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     21|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     21|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     21|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     21|	return _ret; \
  |  |  |  |  163|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|     11|		file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|     11|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  364|     11|		file->ef_structure = SC_CARDCTL_OBERTHUR_KEY_RSA_CRT;
  365|     11|		file->size = attr[0]*0x100 + attr[1];
  366|     11|		break;
  367|    345|	case 0x38:
  ------------------
  |  Branch (367:2): [True: 345, False: 2.53k]
  ------------------
  368|    345|		if (!attr || attr_len < 1)
  ------------------
  |  Branch (368:7): [True: 14, False: 331]
  |  Branch (368:16): [True: 10, False: 321]
  ------------------
  369|    345|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     24|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     24|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     24|	int _ret = r; \
  |  |  |  |  155|     24|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 24, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     24|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     24|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 24, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     24|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     24|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     24|	return _ret; \
  |  |  |  |  163|     24|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|    321|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|    321|#define SC_FILE_TYPE_DF			0x04
  ------------------
  371|    321|		file->size = attr[0];
  372|    321|		if (SC_SUCCESS != sc_file_set_type_attr(file,attr,attr_len))
  ------------------
  |  |   28|    321|#define SC_SUCCESS				0
  ------------------
  |  Branch (372:7): [True: 0, False: 321]
  ------------------
  373|    321|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  374|    321|		break;
  375|    321|	default:
  ------------------
  |  Branch (375:2): [True: 77, False: 2.80k]
  ------------------
  376|     77|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     77|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     77|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     77|	int _ret = r; \
  |  |  |  |  155|     77|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 77, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     77|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     77|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 77, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     77|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     77|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     77|	return _ret; \
  |  |  |  |  163|     77|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  377|  2.87k|	}
  378|       |
  379|  2.24k|	attr = sc_asn1_find_tag(card->ctx, buf, buflen, 0x86, &attr_len);
  380|  2.24k|	if (!attr || attr_len < 8)
  ------------------
  |  Branch (380:6): [True: 1.79k, False: 447]
  |  Branch (380:15): [True: 20, False: 427]
  ------------------
  381|  2.24k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|  1.81k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.81k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.81k|	int _ret = r; \
  |  |  |  |  155|  1.81k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.81k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.81k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.81k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.81k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.81k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.81k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.81k|	return _ret; \
  |  |  |  |  163|  1.81k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|       |
  383|    427|	if (file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|    427|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (383:6): [True: 279, False: 148]
  ------------------
  384|    279|		add_acl_entry(card, file, SC_AC_OP_CREATE, attr[0]);
  ------------------
  |  |  169|    279|#define SC_AC_OP_CREATE			3
  ------------------
  385|    279|		add_acl_entry(card, file, SC_AC_OP_CRYPTO, attr[1]);
  ------------------
  |  |  173|    279|#define SC_AC_OP_CRYPTO			7
  ------------------
  386|    279|		add_acl_entry(card, file, SC_AC_OP_LIST_FILES, attr[2]);
  ------------------
  |  |  172|    279|#define SC_AC_OP_LIST_FILES		6
  ------------------
  387|    279|		add_acl_entry(card, file, SC_AC_OP_DELETE, attr[3]);
  ------------------
  |  |  168|    279|#define SC_AC_OP_DELETE			2
  ------------------
  388|    279|		add_acl_entry(card, file, SC_AC_OP_PIN_DEFINE, attr[4]);
  ------------------
  |  |  183|    279|#define SC_AC_OP_PIN_DEFINE		17
  ------------------
  389|    279|		add_acl_entry(card, file, SC_AC_OP_PIN_CHANGE, attr[5]);
  ------------------
  |  |  184|    279|#define SC_AC_OP_PIN_CHANGE		18
  ------------------
  390|    279|		add_acl_entry(card, file, SC_AC_OP_PIN_RESET, attr[6]);
  ------------------
  |  |  185|    279|#define SC_AC_OP_PIN_RESET		19
  ------------------
  391|    279|		sc_log(card->ctx, "SC_FILE_TYPE_DF:CRYPTO %X", attr[1]);
  ------------------
  |  |   71|    279|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  392|    279|	} else if (file->type == SC_FILE_TYPE_INTERNAL_EF) { /* EF */
  ------------------
  |  |  215|    148|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  |  Branch (392:13): [True: 94, False: 54]
  ------------------
  393|     94|		switch (file->ef_structure) {
  ------------------
  |  Branch (393:11): [True: 94, False: 0]
  ------------------
  394|     56|		case SC_CARDCTL_OBERTHUR_KEY_DES:
  ------------------
  |  Branch (394:3): [True: 56, False: 38]
  ------------------
  395|     56|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[0]);
  ------------------
  |  |  189|     56|#define SC_AC_OP_UPDATE			23
  ------------------
  396|     56|			add_acl_entry(card, file, SC_AC_OP_PSO_DECRYPT, attr[1]);
  ------------------
  |  |  175|     56|#define SC_AC_OP_PSO_DECRYPT		9
  ------------------
  397|     56|			add_acl_entry(card, file, SC_AC_OP_PSO_ENCRYPT, attr[2]);
  ------------------
  |  |  176|     56|#define SC_AC_OP_PSO_ENCRYPT		10
  ------------------
  398|     56|			add_acl_entry(card, file, SC_AC_OP_PSO_COMPUTE_CHECKSUM, attr[3]);
  ------------------
  |  |  179|     56|#define SC_AC_OP_PSO_COMPUTE_CHECKSUM	13
  ------------------
  399|     56|			add_acl_entry(card, file, SC_AC_OP_PSO_VERIFY_CHECKSUM, attr[4]);
  ------------------
  |  |  180|     56|#define SC_AC_OP_PSO_VERIFY_CHECKSUM	14
  ------------------
  400|     56|			add_acl_entry(card, file, SC_AC_OP_INTERNAL_AUTHENTICATE, attr[5]);
  ------------------
  |  |  181|     56|#define SC_AC_OP_INTERNAL_AUTHENTICATE	15
  ------------------
  401|     56|			add_acl_entry(card, file, SC_AC_OP_EXTERNAL_AUTHENTICATE, attr[6]);
  ------------------
  |  |  182|     56|#define SC_AC_OP_EXTERNAL_AUTHENTICATE	16
  ------------------
  402|     56|			break;
  403|     28|		case SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC:
  ------------------
  |  Branch (403:3): [True: 28, False: 66]
  ------------------
  404|     28|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[0]);
  ------------------
  |  |  189|     28|#define SC_AC_OP_UPDATE			23
  ------------------
  405|     28|			add_acl_entry(card, file, SC_AC_OP_PSO_ENCRYPT, attr[2]);
  ------------------
  |  |  176|     28|#define SC_AC_OP_PSO_ENCRYPT		10
  ------------------
  406|     28|			add_acl_entry(card, file, SC_AC_OP_PSO_VERIFY_SIGNATURE, attr[4]);
  ------------------
  |  |  178|     28|#define SC_AC_OP_PSO_VERIFY_SIGNATURE	12
  ------------------
  407|     28|			add_acl_entry(card, file, SC_AC_OP_EXTERNAL_AUTHENTICATE, attr[6]);
  ------------------
  |  |  182|     28|#define SC_AC_OP_EXTERNAL_AUTHENTICATE	16
  ------------------
  408|     28|			break;
  409|     10|		case SC_CARDCTL_OBERTHUR_KEY_RSA_CRT:
  ------------------
  |  Branch (409:3): [True: 10, False: 84]
  ------------------
  410|     10|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[0]);
  ------------------
  |  |  189|     10|#define SC_AC_OP_UPDATE			23
  ------------------
  411|     10|			add_acl_entry(card, file, SC_AC_OP_PSO_DECRYPT, attr[1]);
  ------------------
  |  |  175|     10|#define SC_AC_OP_PSO_DECRYPT		9
  ------------------
  412|     10|			add_acl_entry(card, file, SC_AC_OP_PSO_COMPUTE_SIGNATURE, attr[3]);
  ------------------
  |  |  177|     10|#define SC_AC_OP_PSO_COMPUTE_SIGNATURE	11
  ------------------
  413|     10|			add_acl_entry(card, file, SC_AC_OP_INTERNAL_AUTHENTICATE, attr[5]);
  ------------------
  |  |  181|     10|#define SC_AC_OP_INTERNAL_AUTHENTICATE	15
  ------------------
  414|     10|			break;
  415|     94|		}
  416|     94|	} else {
  417|     54|		switch (file->ef_structure) {
  ------------------
  |  Branch (417:11): [True: 54, False: 0]
  ------------------
  418|     40|		case SC_FILE_EF_TRANSPARENT:
  ------------------
  |  |  221|     40|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (418:3): [True: 40, False: 14]
  ------------------
  419|     40|			add_acl_entry(card, file, SC_AC_OP_WRITE, attr[0]);
  ------------------
  |  |  190|     40|#define SC_AC_OP_WRITE			24
  ------------------
  420|     40|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[1]);
  ------------------
  |  |  189|     40|#define SC_AC_OP_UPDATE			23
  ------------------
  421|     40|			add_acl_entry(card, file, SC_AC_OP_READ, attr[2]);
  ------------------
  |  |  188|     40|#define SC_AC_OP_READ			22
  ------------------
  422|     40|			add_acl_entry(card, file, SC_AC_OP_ERASE, attr[3]);
  ------------------
  |  |  202|     40|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|     40|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  423|     40|			break;
  424|     14|		case SC_FILE_EF_LINEAR_VARIABLE:
  ------------------
  |  |  224|     14|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (424:3): [True: 14, False: 40]
  ------------------
  425|     14|			add_acl_entry(card, file, SC_AC_OP_WRITE, attr[0]);
  ------------------
  |  |  190|     14|#define SC_AC_OP_WRITE			24
  ------------------
  426|     14|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[1]);
  ------------------
  |  |  189|     14|#define SC_AC_OP_UPDATE			23
  ------------------
  427|     14|			add_acl_entry(card, file, SC_AC_OP_READ, attr[2]);
  ------------------
  |  |  188|     14|#define SC_AC_OP_READ			22
  ------------------
  428|     14|			add_acl_entry(card, file, SC_AC_OP_ERASE, attr[3]);
  ------------------
  |  |  202|     14|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|     14|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  429|     14|			break;
  430|     54|		}
  431|     54|	}
  432|       |
  433|    427|	file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|    427|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  434|    427|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|    427|#define SC_FILE_MAGIC			0x14426950
  ------------------
  435|       |
  436|    427|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    427|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    427|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    427|	int _ret = r; \
  |  |  |  |  155|    427|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 427, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    427|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 427]
  |  |  |  |  ------------------
  |  |  |  |  157|    427|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    427|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    427|	return _ret; \
  |  |  |  |  163|    427|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|    427|}
card-oberthur.c:add_acl_entry:
  260|  2.71k|{
  261|  2.71k|	if ((acl_byte & 0xE0) == 0x60) {
  ------------------
  |  Branch (261:6): [True: 757, False: 1.95k]
  ------------------
  262|    757|		sc_log(card->ctx, "called; op 0x%X; SC_AC_PRO; ref 0x%X", op, acl_byte);
  ------------------
  |  |   71|    757|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  263|    757|		sc_file_add_acl_entry(file, op, SC_AC_PRO, acl_byte);
  ------------------
  |  |  153|    757|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  264|    757|		return;
  265|    757|	}
  266|       |
  267|  1.95k|	switch (acl_byte) {
  268|    463|	case 0x00:
  ------------------
  |  Branch (268:2): [True: 463, False: 1.49k]
  ------------------
  269|    463|		sc_file_add_acl_entry(file, op, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|    463|#define SC_AC_NONE			0x00000000
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    463|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  270|    463|		break;
  271|       |	/* User and OneTime PINs are locals */
  272|     37|	case 0x21:
  ------------------
  |  Branch (272:2): [True: 37, False: 1.91k]
  ------------------
  273|     79|	case 0x22:
  ------------------
  |  Branch (273:2): [True: 42, False: 1.91k]
  ------------------
  274|     79|		sc_file_add_acl_entry(file, op, SC_AC_CHV, (acl_byte & 0x0F) | OBERTHUR_PIN_LOCAL);
  ------------------
  |  |  151|     79|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_CHV, (acl_byte & 0x0F) | OBERTHUR_PIN_LOCAL);
  ------------------
  |  |   41|     79|#define OBERTHUR_PIN_LOCAL	0x80
  ------------------
  275|     79|		break;
  276|       |	/* Local SOPIN is only for the unblocking. */
  277|    184|	case 0x24:
  ------------------
  |  Branch (277:2): [True: 184, False: 1.77k]
  ------------------
  278|    286|	case 0x25:
  ------------------
  |  Branch (278:2): [True: 102, False: 1.85k]
  ------------------
  279|    286|		if (op == SC_AC_OP_PIN_RESET)
  ------------------
  |  |  185|    286|#define SC_AC_OP_PIN_RESET		19
  ------------------
  |  Branch (279:7): [True: 41, False: 245]
  ------------------
  280|     41|			sc_file_add_acl_entry(file, op, SC_AC_CHV, 0x84);
  ------------------
  |  |  151|     41|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  281|    245|		else
  282|    245|			sc_file_add_acl_entry(file, op, SC_AC_CHV, 0x04);
  ------------------
  |  |  151|    245|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  283|    286|		break;
  284|    281|	case 0xFF:
  ------------------
  |  Branch (284:2): [True: 281, False: 1.67k]
  ------------------
  285|    281|		sc_file_add_acl_entry(file, op, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  163|    281|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    281|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  286|    281|		break;
  287|    847|	default:
  ------------------
  |  Branch (287:2): [True: 847, False: 1.10k]
  ------------------
  288|    847|		sc_file_add_acl_entry(file, op, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  162|    847|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    847|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  289|    847|		break;
  290|  1.95k|	}
  291|  1.95k|}
card-oberthur.c:auth_pin_cmd:
 1875|  1.44k|{
 1876|  1.44k|	int rv = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  1.44k|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1877|       |
 1878|  1.44k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.44k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.44k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.44k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.44k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.44k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1879|  1.44k|	if (data->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|  1.44k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1879:6): [True: 0, False: 1.44k]
  ------------------
 1880|  1.44k|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "auth_pin_cmd() unsupported PIN type");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1881|       |
 1882|  1.44k|	sc_log(card->ctx, "PIN CMD:%i; reference:%i; pin1:%p/%zu, pin2:%p/%zu", data->cmd,
  ------------------
  |  |   71|  1.44k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1883|  1.44k|			data->pin_reference, data->pin1.data, data->pin1.len,
 1884|  1.44k|			data->pin2.data, data->pin2.len);
 1885|  1.44k|	switch (data->cmd) {
 1886|  1.23k|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|  1.23k|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (1886:2): [True: 1.23k, False: 218]
  ------------------
 1887|  1.23k|		rv = auth_pin_verify(card, SC_AC_CHV, data);
  ------------------
  |  |  151|  1.23k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1888|  1.23k|		LOG_TEST_RET(card->ctx, rv, "CMD 'PIN VERIFY' failed");
  ------------------
  |  |  174|  1.23k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.23k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.23k|	int _ret = (r); \
  |  |  |  |  168|  1.23k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 155, False: 1.07k]
  |  |  |  |  ------------------
  |  |  |  |  169|    155|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    155|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    155|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    155|		return _ret; \
  |  |  |  |  172|    155|	} \
  |  |  |  |  173|  1.23k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.07k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1889|  1.07k|		break;
 1890|  1.07k|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|     27|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (1890:2): [True: 27, False: 1.42k]
  ------------------
 1891|     27|		rv = auth_pin_change(card, SC_AC_CHV, data);
  ------------------
  |  |  151|     27|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1892|     27|		LOG_TEST_RET(card->ctx, rv, "CMD 'PIN VERIFY' failed");
  ------------------
  |  |  174|     27|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     27|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     27|	int _ret = (r); \
  |  |  |  |  168|     27|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 16, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  169|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     16|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     16|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     16|		return _ret; \
  |  |  |  |  172|     16|	} \
  |  |  |  |  173|     27|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1893|     11|		break;
 1894|     30|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|     30|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (1894:2): [True: 30, False: 1.41k]
  ------------------
 1895|     30|		rv = auth_pin_reset(card, SC_AC_CHV, data);
  ------------------
  |  |  151|     30|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1896|     30|		LOG_TEST_RET(card->ctx, rv, "CMD 'PIN VERIFY' failed");
  ------------------
  |  |  174|     30|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     30|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     30|	int _ret = (r); \
  |  |  |  |  168|     30|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 30, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     30|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     30|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     30|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     30|		return _ret; \
  |  |  |  |  172|     30|	} \
  |  |  |  |  173|     30|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1897|      0|		break;
 1898|    161|	default:
  ------------------
  |  Branch (1898:2): [True: 161, False: 1.28k]
  ------------------
 1899|    161|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported PIN operation");
  ------------------
  |  |  174|    161|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    161|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    161|	int _ret = (r); \
  |  |  |  |  168|    161|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 161, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    161|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    161|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    161|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    161|		return _ret; \
  |  |  |  |  172|    161|	} \
  |  |  |  |  173|    161|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1900|  1.44k|	}
 1901|       |
 1902|  1.08k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  1.08k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.08k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.08k|	int _ret = r; \
  |  |  |  |  155|  1.08k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.08k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.08k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.08k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.08k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.08k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.08k|	return _ret; \
  |  |  |  |  163|  1.08k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1903|  1.08k|}
card-oberthur.c:auth_pin_verify:
 1595|  1.24k|{
 1596|  1.24k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1597|  1.24k|	int rv;
 1598|       |
 1599|  1.24k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.24k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.24k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.24k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.24k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.24k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1600|       |
 1601|  1.24k|	if (type != SC_AC_CHV)
  ------------------
  |  |  151|  1.24k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1601:6): [True: 0, False: 1.24k]
  ------------------
 1602|  1.24k|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "PIN type other then SC_AC_CHV is not supported");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1603|       |
 1604|  1.24k|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|  1.24k|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1605|       |
 1606|  1.24k|	auth_init_pin_info(card, &data->pin1, OBERTHUR_AUTH_TYPE_PIN);
  ------------------
  |  |   92|  1.24k|#define OBERTHUR_AUTH_TYPE_PIN		1
  ------------------
 1607|       |
 1608|       |	/* User PIN is always local. */
 1609|  1.24k|	if (data->pin_reference == OBERTHUR_PIN_REFERENCE_USER
  ------------------
  |  |   42|  2.48k|#define OBERTHUR_PIN_REFERENCE_USER	0x81
  ------------------
  |  Branch (1609:6): [True: 546, False: 695]
  ------------------
 1610|    695|			|| data->pin_reference == OBERTHUR_PIN_REFERENCE_ONETIME)
  ------------------
  |  |   43|    695|#define OBERTHUR_PIN_REFERENCE_ONETIME	0x82
  ------------------
  |  Branch (1610:7): [True: 0, False: 695]
  ------------------
 1611|    546|		data->pin_reference  |= OBERTHUR_PIN_LOCAL;
  ------------------
  |  |   41|    546|#define OBERTHUR_PIN_LOCAL	0x80
  ------------------
 1612|       |
 1613|  1.24k|        rv = auth_pin_is_verified(card, data->pin_reference, &data->pin1.tries_left);
 1614|  1.24k|    	sc_log(card->ctx, "auth_pin_is_verified returned rv %i", rv);
  ------------------
  |  |   71|  1.24k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1615|       |
 1616|       |	/* Return if only PIN status has been asked. */
 1617|  1.24k|	if (data->pin1.data && !data->pin1.len)
  ------------------
  |  Branch (1617:6): [True: 1.24k, False: 0]
  |  Branch (1617:25): [True: 1.14k, False: 100]
  ------------------
 1618|  1.24k|		LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  1.14k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.14k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.14k|	int _ret = r; \
  |  |  |  |  155|  1.14k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.14k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.14k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    119|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 119, False: 1.02k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.14k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.14k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.14k|	return _ret; \
  |  |  |  |  163|  1.14k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1619|       |
 1620|       |	/* Return SUCCESS without verifying if
 1621|       |	 * PIN has been already verified and PIN pad has to be used. */
 1622|    100|	if (!rv && !data->pin1.data && !data->pin1.len)
  ------------------
  |  Branch (1622:6): [True: 52, False: 48]
  |  Branch (1622:13): [True: 0, False: 52]
  |  Branch (1622:33): [True: 0, False: 0]
  ------------------
 1623|    100|		LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1624|       |
 1625|    100|	if (!data->pin1.data && !data->pin1.len)
  ------------------
  |  Branch (1625:6): [True: 0, False: 100]
  |  Branch (1625:26): [True: 0, False: 0]
  ------------------
 1626|      0|		rv = auth_pin_verify_pinpad(card, data->pin_reference, &data->pin1.tries_left);
 1627|    100|	else
 1628|    100|		rv = iso_drv->ops->pin_cmd(card, data);
 1629|       |
 1630|    100|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    100|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    100|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    100|	int _ret = r; \
  |  |  |  |  155|    100|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 100, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    100|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     41|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 41, False: 59]
  |  |  |  |  ------------------
  |  |  |  |  157|    100|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    100|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    100|	return _ret; \
  |  |  |  |  163|    100|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1631|    100|}
card-oberthur.c:auth_pin_is_verified:
 1636|  1.24k|{
 1637|  1.24k|	struct sc_apdu apdu;
 1638|  1.24k|	int rv;
 1639|       |
 1640|  1.24k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x20, 0, pin_reference);
  ------------------
  |  |  291|  1.24k|#define SC_APDU_CASE_1			0x01
  ------------------
 1641|       |
 1642|  1.24k|	rv = sc_transmit_apdu(card, &apdu);
 1643|  1.24k|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  1.24k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.24k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.24k|	int _ret = (r); \
  |  |  |  |  168|  1.24k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 1.23k]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|  1.24k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.23k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1644|       |
 1645|  1.23k|	if (tries_left && apdu.sw1 == 0x63 && (apdu.sw2 & 0xF0) == 0xC0)
  ------------------
  |  Branch (1645:6): [True: 1.23k, False: 0]
  |  Branch (1645:20): [True: 58, False: 1.18k]
  |  Branch (1645:40): [True: 50, False: 8]
  ------------------
 1646|     50|		*tries_left = apdu.sw2 & 0x0F;
 1647|       |
 1648|       |	/* Replace 'no tries left' with 'auth method blocked' */
 1649|  1.23k|	if (apdu.sw1 == 0x63 && apdu.sw2 == 0xC0) {
  ------------------
  |  Branch (1649:6): [True: 58, False: 1.18k]
  |  Branch (1649:26): [True: 3, False: 55]
  ------------------
 1650|      3|		apdu.sw1 = 0x69;
 1651|      3|		apdu.sw2 = 0x83;
 1652|      3|	}
 1653|       |
 1654|  1.23k|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1655|       |
 1656|  1.23k|	return rv;
 1657|  1.24k|}
card-oberthur.c:auth_pin_change:
 1719|     27|{
 1720|     27|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1721|     27|	int rv = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     27|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1722|       |
 1723|     27|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     27|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     27|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     27|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     27|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 27]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1724|       |
 1725|     27|	if (data->pin1.len && data->pin2.len) {
  ------------------
  |  Branch (1725:6): [True: 27, False: 0]
  |  Branch (1725:24): [True: 27, False: 0]
  ------------------
 1726|       |		/* Direct unblock style */
 1727|     27|		data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     27|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1728|     27|		data->flags &= ~SC_PIN_CMD_USE_PINPAD;
  ------------------
  |  |  421|     27|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
 1729|     27|		data->apdu = NULL;
 1730|       |
 1731|     27|		data->pin_reference &= ~OBERTHUR_PIN_LOCAL;
  ------------------
  |  |   41|     27|#define OBERTHUR_PIN_LOCAL	0x80
  ------------------
 1732|       |
 1733|     27|		auth_init_pin_info(card, &data->pin1, OBERTHUR_AUTH_TYPE_PIN);
  ------------------
  |  |   92|     27|#define OBERTHUR_AUTH_TYPE_PIN		1
  ------------------
 1734|     27|		auth_init_pin_info(card, &data->pin2, OBERTHUR_AUTH_TYPE_PIN);
  ------------------
  |  |   92|     27|#define OBERTHUR_AUTH_TYPE_PIN		1
  ------------------
 1735|       |
 1736|     27|		rv = iso_drv->ops->pin_cmd(card, data);
 1737|     27|		LOG_TEST_RET(card->ctx, rv, "CMD 'PIN CHANGE' failed");
  ------------------
  |  |  174|     27|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     27|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     27|	int _ret = (r); \
  |  |  |  |  168|     27|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 16, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  169|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     16|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     16|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     16|		return _ret; \
  |  |  |  |  172|     16|	} \
  |  |  |  |  173|     27|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1738|     27|	} else if (!data->pin1.len && !data->pin2.len) {
  ------------------
  |  Branch (1738:13): [True: 0, False: 0]
  |  Branch (1738:32): [True: 0, False: 0]
  ------------------
 1739|       |		/* Oberthur unblock style with PIN pad. */
 1740|      0|		rv = auth_pin_change_pinpad(card, data);
 1741|      0|		LOG_TEST_RET(card->ctx, rv, "'PIN CHANGE' failed: SOPIN verify with pinpad failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1742|      0|	} else {
 1743|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS, "'PIN CHANGE' failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1744|      0|	}
 1745|       |
 1746|     11|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|     11|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     11|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     11|	int _ret = r; \
  |  |  |  |  155|     11|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  157|     11|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     11|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     11|	return _ret; \
  |  |  |  |  163|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1747|     11|}
card-oberthur.c:auth_pin_reset:
 1860|     31|{
 1861|     31|	int rv;
 1862|       |
 1863|     31|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     31|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     31|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     31|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     31|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1864|       |
 1865|       |	/* Oberthur unblock style: PUK value is a SOPIN */
 1866|     31|	rv = auth_pin_reset_oberthur_style(card, SC_AC_CHV, data);
  ------------------
  |  |  151|     31|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1867|     31|	LOG_TEST_RET(card->ctx, rv, "Oberthur style 'PIN RESET' failed");
  ------------------
  |  |  174|     31|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     31|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     31|	int _ret = (r); \
  |  |  |  |  168|     31|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 31, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     31|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     31|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     31|		return _ret; \
  |  |  |  |  172|     31|	} \
  |  |  |  |  173|     31|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1868|       |
 1869|      0|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1870|      0|}
card-oberthur.c:auth_pin_reset_oberthur_style:
 1753|     31|{
 1754|     31|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1755|     31|	struct sc_pin_cmd_data pin_cmd;
 1756|     31|	struct sc_path tmp_path;
 1757|     31|	struct sc_file *tmp_file = NULL;
 1758|     31|	struct sc_apdu apdu;
 1759|     31|	unsigned char puk[OBERTHUR_AUTH_MAX_LENGTH_PUK];
 1760|     31|	unsigned char ffs1[0x100];
 1761|     31|	int rv, rvv, local_pin_reference;
 1762|       |
 1763|     31|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     31|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     31|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     31|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     31|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1764|       |
 1765|     31|	local_pin_reference = data->pin_reference & ~OBERTHUR_PIN_LOCAL;
  ------------------
  |  |   41|     31|#define OBERTHUR_PIN_LOCAL	0x80
  ------------------
 1766|       |
 1767|     31|	if (data->pin_reference !=  OBERTHUR_PIN_REFERENCE_USER)
  ------------------
  |  |   42|     31|#define OBERTHUR_PIN_REFERENCE_USER	0x81
  ------------------
  |  Branch (1767:6): [True: 21, False: 10]
  ------------------
 1768|     31|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS, "Oberthur style 'PIN RESET' failed: invalid PIN reference");
  ------------------
  |  |  174|     21|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     21|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     21|	int _ret = (r); \
  |  |  |  |  168|     21|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     21|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     21|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     21|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     21|		return _ret; \
  |  |  |  |  172|     21|	} \
  |  |  |  |  173|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1769|       |
 1770|     10|	memset(&pin_cmd, 0, sizeof(pin_cmd));
 1771|     10|	memset(&tmp_path, 0, sizeof(struct sc_path));
 1772|       |
 1773|     10|	pin_cmd.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|     10|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1774|     10|	pin_cmd.cmd = SC_PIN_CMD_VERIFY;
  ------------------
  |  |  415|     10|#define SC_PIN_CMD_VERIFY	0
  ------------------
 1775|     10|	pin_cmd.pin_reference = OBERTHUR_PIN_REFERENCE_PUK;
  ------------------
  |  |   45|     10|#define OBERTHUR_PIN_REFERENCE_PUK	0x84
  ------------------
 1776|     10|	memcpy(&pin_cmd.pin1, &data->pin1, sizeof(pin_cmd.pin1));
 1777|       |
 1778|     10|	rv = auth_pin_verify(card, SC_AC_CHV, &pin_cmd);
  ------------------
  |  |  151|     10|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1779|     10|	LOG_TEST_RET(card->ctx, rv, "Oberthur style 'PIN RESET' failed: SOPIN verify error");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  169|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      5|		return _ret; \
  |  |  |  |  172|      5|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1780|       |
 1781|      5|	sc_format_path("2000", &tmp_path);
 1782|      5|	tmp_path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      5|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1783|      5|	rv = iso_ops->select_file(card, &tmp_path, &tmp_file);
 1784|      5|	LOG_TEST_RET(card->ctx, rv, "select PUK file");
  ------------------
  |  |  174|      5|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      5|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      5|	int _ret = (r); \
  |  |  |  |  168|      5|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1785|       |
 1786|      4|	if (!tmp_file || tmp_file->size < OBERTHUR_AUTH_MAX_LENGTH_PUK) {
  ------------------
  |  |   96|      4|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
  |  Branch (1786:6): [True: 0, False: 4]
  |  Branch (1786:19): [True: 1, False: 3]
  ------------------
 1787|      1|		sc_file_free(tmp_file);
 1788|      1|		LOG_TEST_RET(card->ctx, SC_ERROR_FILE_TOO_SMALL, "Oberthur style 'PIN RESET' failed");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1789|      1|	}
 1790|      3|	sc_file_free(tmp_file);
 1791|       |
 1792|      3|	rv = iso_ops->read_binary(card, 0, puk, OBERTHUR_AUTH_MAX_LENGTH_PUK, 0);
  ------------------
  |  |   96|      3|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1793|      3|	LOG_TEST_RET(card->ctx, rv, "read PUK file error");
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1794|      2|	if (rv != OBERTHUR_AUTH_MAX_LENGTH_PUK)
  ------------------
  |  |   96|      2|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
  |  Branch (1794:6): [True: 1, False: 1]
  ------------------
 1795|      2|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_DATA, "Oberthur style 'PIN RESET' failed");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1796|       |
 1797|      1|	memset(ffs1, 0xFF, sizeof(ffs1));
 1798|      1|	memcpy(ffs1, puk, rv);
 1799|       |
 1800|      1|	memset(&pin_cmd, 0, sizeof(pin_cmd));
 1801|      1|	pin_cmd.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|      1|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1802|      1|        pin_cmd.cmd = SC_PIN_CMD_UNBLOCK;
  ------------------
  |  |  417|      1|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
 1803|      1|	pin_cmd.pin_reference = local_pin_reference;
 1804|      1|	auth_init_pin_info(card, &pin_cmd.pin1, OBERTHUR_AUTH_TYPE_PUK);
  ------------------
  |  |   93|      1|#define OBERTHUR_AUTH_TYPE_PUK		2
  ------------------
 1805|      1|	pin_cmd.pin1.data = ffs1;
 1806|      1|	pin_cmd.pin1.len = OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   96|      1|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1807|       |
 1808|      1|	if (data->pin2.data) {
  ------------------
  |  Branch (1808:6): [True: 1, False: 0]
  ------------------
 1809|      1|		memcpy(&pin_cmd.pin2, &data->pin2, sizeof(pin_cmd.pin2));
 1810|      1|		rv = auth_pin_reset(card, SC_AC_CHV, &pin_cmd);
  ------------------
  |  |  151|      1|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1811|      1|		LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1812|      1|	}
 1813|       |
 1814|      0|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x2C, 0x00, local_pin_reference);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1815|      0|	apdu.lc = OBERTHUR_AUTH_MAX_LENGTH_PIN  + OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   95|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PIN	64
  ------------------
              	apdu.lc = OBERTHUR_AUTH_MAX_LENGTH_PIN  + OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   96|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1816|      0|	apdu.datalen = OBERTHUR_AUTH_MAX_LENGTH_PIN  + OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   95|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PIN	64
  ------------------
              	apdu.datalen = OBERTHUR_AUTH_MAX_LENGTH_PIN  + OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   96|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1817|      0|	apdu.data = ffs1;
 1818|       |
 1819|      0|	pin_cmd.apdu = &apdu;
 1820|      0|	pin_cmd.flags |= SC_PIN_CMD_USE_PINPAD | SC_PIN_CMD_IMPLICIT_CHANGE;
  ------------------
  |  |  421|      0|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
              	pin_cmd.flags |= SC_PIN_CMD_USE_PINPAD | SC_PIN_CMD_IMPLICIT_CHANGE;
  ------------------
  |  |  423|      0|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
 1821|       |
 1822|      0|	pin_cmd.pin1.min_length = 4;
 1823|      0|	pin_cmd.pin1.max_length = 8;
 1824|      0|	pin_cmd.pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|      0|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1825|      0|	pin_cmd.pin1.offset = 5;
 1826|       |
 1827|      0|	pin_cmd.pin2.data = &ffs1[OBERTHUR_AUTH_MAX_LENGTH_PUK];
  ------------------
  |  |   96|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1828|      0|	pin_cmd.pin2.len = OBERTHUR_AUTH_MAX_LENGTH_PIN;
  ------------------
  |  |   95|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PIN	64
  ------------------
 1829|      0|	pin_cmd.pin2.offset = 5 + OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   96|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1830|      0|	pin_cmd.pin2.min_length = 4;
 1831|      0|	pin_cmd.pin2.max_length = 8;
 1832|      0|	pin_cmd.pin2.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|      0|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1833|       |
 1834|      0|	rvv = iso_drv->ops->pin_cmd(card, &pin_cmd);
 1835|      0|	if (rvv)
  ------------------
  |  Branch (1835:6): [True: 0, False: 0]
  ------------------
 1836|      0|		sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1837|      0|				"%s: PIN CMD 'VERIFY' with pinpad failed",
 1838|      0|				sc_strerror(rvv));
 1839|       |
 1840|      0|	if (auth_current_ef) {
  ------------------
  |  Branch (1840:6): [True: 0, False: 0]
  ------------------
 1841|      0|		struct sc_file *ef = NULL;
 1842|      0|		rv = iso_ops->select_file(card, &auth_current_ef->path, &ef);
 1843|      0|		if (rv == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1843:7): [True: 0, False: 0]
  ------------------
 1844|      0|			sc_file_free(auth_current_ef);
 1845|      0|			auth_current_ef = ef;
 1846|      0|		} else
 1847|      0|			sc_file_free(ef);
 1848|      0|	}
 1849|       |
 1850|      0|	if (rv > 0)
  ------------------
  |  Branch (1850:6): [True: 0, False: 0]
  ------------------
 1851|      0|		rv = 0;
 1852|       |
 1853|      0|	LOG_FUNC_RETURN(card->ctx, rv ? rv: rvv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (154:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1854|      0|}
card-oberthur.c:auth_check_sw:
 2272|  31.9k|{
 2273|  31.9k|	int ii;
 2274|       |
 2275|  63.7k|	for (ii = 0; auth_warnings[ii].SWs; ii++) {
  ------------------
  |  Branch (2275:15): [True: 31.9k, False: 31.7k]
  ------------------
 2276|  31.9k|		if (auth_warnings[ii].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (2276:7): [True: 163, False: 31.7k]
  ------------------
 2277|    163|			sc_log(card->ctx, "%s", auth_warnings[ii].errorstr);
  ------------------
  |  |   71|    163|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2278|    163|			return auth_warnings[ii].errorno;
 2279|    163|		}
 2280|  31.9k|	}
 2281|       |
 2282|  31.7k|	return iso_ops->check_sw(card, sw1, sw2);
 2283|  31.9k|}

populate_blobs_to_mf:
  381|    789|{
  382|    789|	pgp_do_info_t	*info;
  383|       |
  384|    789|	if (priv->mf == NULL)
  ------------------
  |  Branch (384:6): [True: 0, False: 789]
  ------------------
  385|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  386|       |
  387|  45.4k|	for (info = priv->pgp_objects; (info != NULL) && (info->id > 0); info++) {
  ------------------
  |  Branch (387:33): [True: 45.4k, False: 0]
  |  Branch (387:51): [True: 44.6k, False: 789]
  ------------------
  388|  44.6k|		if (((info->access & READ_MASK) != READ_NEVER) && (info->get_fn != NULL)) {
  ------------------
  |  Branch (388:7): [True: 32.6k, False: 12.0k]
  |  Branch (388:53): [True: 14.7k, False: 17.8k]
  ------------------
  389|  14.7k|			pgp_blob_t *child = NULL;
  390|  14.7k|			sc_file_t *file = sc_file_new();
  391|       |
  392|  14.7k|			child = pgp_new_blob(card, priv->mf, info->id, file);
  393|       |
  394|       |			/* catch out of memory condition */
  395|  14.7k|			if (child == NULL) {
  ------------------
  |  Branch (395:8): [True: 0, False: 14.7k]
  ------------------
  396|      0|				sc_file_free(file);
  397|      0|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  398|      0|			}
  399|  14.7k|		}
  400|  44.6k|	}
  401|    789|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    789|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    789|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    789|	int _ret = r; \
  |  |  |  |  155|    789|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 789, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    789|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 789]
  |  |  |  |  ------------------
  |  |  |  |  157|    789|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    789|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    789|	return _ret; \
  |  |  |  |  163|    789|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|    789|}
_pgp_add_algo:
  740|  1.14k|{
  741|  1.14k|	unsigned long flags = 0, ext_flags = 0;
  742|       |
  743|  1.14k|	if (!card || !key_info)
  ------------------
  |  Branch (743:6): [True: 0, False: 1.14k]
  |  Branch (743:15): [True: 0, False: 1.14k]
  ------------------
  744|      0|		return 0;
  745|       |
  746|       |	/* [RFC 4880], [draft-ietf-openpgp-crypto-refresh] */
  747|  1.14k|	switch (key_info->algorithm) {
  748|  1.14k|	case SC_OPENPGP_KEYALGO_RSA:
  ------------------
  |  |  870|  1.14k|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  |  Branch (748:2): [True: 1.14k, False: 0]
  ------------------
  749|       |		/* OpenPGP card spec 1.1 & 2.x, section 7.2.9 & 7.2.10 /
  750|       |		 * v3.x section 7.2.11 & 7.2.12 */
  751|  1.14k|		flags = SC_ALGORITHM_RSA_PAD_PKCS1 |
  ------------------
  |  |  111|  1.14k|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|  1.14k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|  1.14k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  752|  1.14k|			SC_ALGORITHM_RSA_HASH_NONE |
  ------------------
  |  |  133|  1.14k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  753|  1.14k|			SC_ALGORITHM_ONBOARD_KEY_GEN;	/* key gen on card */
  ------------------
  |  |   93|  1.14k|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  754|       |
  755|  1.14k|		_sc_card_add_rsa_alg(card, key_info->u.rsa.modulus_len, flags, 0);
  756|  1.14k|		sc_log(card->ctx, "DO %uX: Added RSA algorithm, mod_len = %zu",
  ------------------
  |  |   71|  1.14k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  757|  1.14k|				do_num, key_info->u.rsa.modulus_len);
  758|  1.14k|		break;
  759|      0|	case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|      0|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (759:2): [True: 0, False: 1.14k]
  ------------------
  760|       |		/* The montgomery curve (curve25519) needs to go through
  761|       |		 * different paths, otherwise we handle it as a normal EC key */
  762|      0|		if (_pgp_handle_curve25519(card, key_info, do_num))
  ------------------
  |  Branch (762:7): [True: 0, False: 0]
  ------------------
  763|      0|			break;
  764|       |		/* fall through */
  765|      0|	case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|      0|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (765:2): [True: 0, False: 1.14k]
  ------------------
  766|       |		/* v3.0+: ECC [RFC 4880 & 6637] */
  767|       |
  768|       |		/* Allow curve to be used by both ECDH and ECDSA.
  769|       |		 * pgp_init set these flags the same way */
  770|      0|		flags = SC_ALGORITHM_ECDH_CDH_RAW;
  ------------------
  |  |  173|      0|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  771|      0|		flags |= SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  174|      0|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  772|      0|		flags |= SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|      0|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  773|      0|		flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|      0|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  774|      0|		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE;
  ------------------
  |  |  201|      0|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
  775|       |
  776|      0|		_sc_card_add_ec_alg(card, key_info->u.ec.key_length, flags, ext_flags,
  777|      0|			&key_info->u.ec.oid);
  778|      0|		sc_log(card->ctx, "DO %uX: Added EC algorithm (%d), mod_len = %zu" ,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  779|      0|			do_num, key_info->algorithm, key_info->u.ec.key_length);
  780|      0|		break;
  781|      0|	case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (781:2): [True: 0, False: 1.14k]
  ------------------
  782|       |		/* EdDSA from draft-ietf-openpgp-rfc4880bis-08 */
  783|       |		/* Handle Yubikey bug, that in DO FA curve25519 has EDDSA algo */
  784|      0|		if (_pgp_handle_curve25519(card, key_info, do_num))
  ------------------
  |  Branch (784:7): [True: 0, False: 0]
  ------------------
  785|      0|			break;
  786|      0|		_sc_card_add_eddsa_alg(card, key_info->u.ec.key_length,
  787|      0|				SC_ALGORITHM_EDDSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN, 0, &key_info->u.ec.oid);
  ------------------
  |  |  188|      0|#define SC_ALGORITHM_EDDSA_RAW		0x00400000
  ------------------
              				SC_ALGORITHM_EDDSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN, 0, &key_info->u.ec.oid);
  ------------------
  |  |   93|      0|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  788|       |
  789|      0|		sc_log(card->ctx, "DO %uX: Added EDDSA algorithm (%d), mod_len = %zu" ,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  790|      0|			do_num, key_info->algorithm, key_info->u.ec.key_length);
  791|      0|		break;
  792|      0|	default:
  ------------------
  |  Branch (792:2): [True: 0, False: 1.14k]
  ------------------
  793|      0|		sc_log(card->ctx, "DO %uX: Unknown algorithm ID (%d)" ,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  794|      0|			do_num, key_info->algorithm);
  795|       |		/* return "false" if we do not understand algo */
  796|      0|		return 0;
  797|  1.14k|	}
  798|       |	/* return true */
  799|  1.14k|	return 1;
  800|  1.14k|}
sc_get_openpgp_driver:
 4209|  16.4k|{
 4210|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 4211|       |
 4212|  16.4k|	iso_ops = iso_drv->ops;
 4213|       |
 4214|  16.4k|	pgp_ops = *iso_ops;
 4215|  16.4k|	pgp_ops.match_card	= pgp_match_card;
 4216|  16.4k|	pgp_ops.init		= pgp_init;
 4217|  16.4k|	pgp_ops.finish		= pgp_finish;
 4218|  16.4k|	pgp_ops.select_file	= pgp_select_file;
 4219|  16.4k|	pgp_ops.list_files	= pgp_list_files;
 4220|  16.4k|	pgp_ops.get_challenge	= pgp_get_challenge;
 4221|  16.4k|	pgp_ops.read_binary	= pgp_read_binary;
 4222|  16.4k|	pgp_ops.write_binary	= NULL;
 4223|  16.4k|	pgp_ops.pin_cmd		= pgp_pin_cmd;
 4224|  16.4k|	pgp_ops.logout		= pgp_logout;
 4225|  16.4k|	pgp_ops.get_data	= pgp_get_data;
 4226|  16.4k|	pgp_ops.put_data	= pgp_put_data;
 4227|  16.4k|	pgp_ops.set_security_env= pgp_set_security_env;
 4228|  16.4k|	pgp_ops.compute_signature= pgp_compute_signature;
 4229|  16.4k|	pgp_ops.decipher	= pgp_decipher;
 4230|  16.4k|	pgp_ops.card_ctl	= pgp_card_ctl;
 4231|  16.4k|	pgp_ops.delete_file	= pgp_delete_file;
 4232|  16.4k|	pgp_ops.update_binary	= pgp_update_binary;
 4233|  16.4k|	pgp_ops.card_reader_lock_obtained = pgp_card_reader_lock_obtained;
 4234|       |
 4235|  16.4k|	return &pgp_drv;
 4236|  16.4k|}
card-openpgp.c:pgp_new_blob:
 1240|  40.5k|{
 1241|  40.5k|	pgp_blob_t *blob = NULL;
 1242|       |
 1243|  40.5k|	if (file == NULL)
  ------------------
  |  Branch (1243:6): [True: 0, False: 40.5k]
  ------------------
 1244|      0|		return NULL;
 1245|       |
 1246|  40.5k|	if ((blob = calloc(1, sizeof(pgp_blob_t))) != NULL) {
  ------------------
  |  Branch (1246:6): [True: 40.5k, False: 0]
  ------------------
 1247|  40.5k|		struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  40.5k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1248|  40.5k|		pgp_do_info_t *info;
 1249|       |
 1250|  40.5k|		blob->file = file;
 1251|       |
 1252|  40.5k|		blob->file->type         = SC_FILE_TYPE_WORKING_EF; /* default */
  ------------------
  |  |  216|  40.5k|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 1253|  40.5k|		blob->file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|  40.5k|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
 1254|  40.5k|		blob->file->id           = file_id;
 1255|       |
 1256|  40.5k|		blob->id     = file_id;
 1257|  40.5k|		blob->parent = parent;
 1258|       |
 1259|  40.5k|		if (parent != NULL) {
  ------------------
  |  Branch (1259:7): [True: 39.7k, False: 789]
  ------------------
 1260|  39.7k|			pgp_blob_t **p;
 1261|       |
 1262|       |			/* set file's path = parent's path + file's id */
 1263|  39.7k|			blob->file->path = parent->file->path;
 1264|  39.7k|			sc_append_file_id(&blob->file->path, file_id);
 1265|       |
 1266|       |			/* append blob to list of parent's children */
 1267|  3.02M|			for (p = &parent->files; *p != NULL; p = &(*p)->next)
  ------------------
  |  Branch (1267:29): [True: 2.98M, False: 39.7k]
  ------------------
 1268|  2.98M|				;
 1269|  39.7k|			*p = blob;
 1270|  39.7k|		}
 1271|    789|		else {
 1272|    789|			char path[10] = "0000";	/* long enough */
 1273|       |
 1274|       |			/* no parent: set file's path = file's id */
 1275|    789|			if (4 != snprintf(path, sizeof(path), "%04X", file_id & 0xFFFF)) {
  ------------------
  |  Branch (1275:8): [True: 0, False: 789]
  ------------------
 1276|      0|				free(blob);
 1277|      0|				return NULL;
 1278|      0|			}
 1279|       |
 1280|    789|			sc_format_path(path, &blob->file->path);
 1281|    789|		}
 1282|       |
 1283|       |		/* find matching DO info: set file type depending on it */
 1284|  1.54M|		for (info = priv->pgp_objects; (info != NULL) && (info->id > 0); info++) {
  ------------------
  |  Branch (1284:34): [True: 1.54M, False: 0]
  |  Branch (1284:52): [True: 1.53M, False: 10.2k]
  ------------------
 1285|  1.53M|			if (info->id == file_id) {
  ------------------
  |  Branch (1285:8): [True: 30.3k, False: 1.50M]
  ------------------
 1286|  30.3k|				blob->info = info;
 1287|  30.3k|				blob->file->type = blob->info->type;
 1288|  30.3k|				pgp_attach_acl(card, blob->file, info);
 1289|  30.3k|				break;
 1290|  30.3k|			}
 1291|  1.53M|		}
 1292|  40.5k|	}
 1293|       |
 1294|  40.5k|	return blob;
 1295|  40.5k|}
card-openpgp.c:pgp_attach_acl:
 1172|  30.3k|{
 1173|  30.3k|	unsigned int method = SC_AC_NONE;
  ------------------
  |  |  150|  30.3k|#define SC_AC_NONE			0x00000000
  ------------------
 1174|  30.3k|	unsigned long key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|  30.3k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 1175|       |
 1176|       |	/* Write access */
 1177|  30.3k|	switch (info->access & WRITE_MASK) {
  ------------------
  |  Branch (1177:10): [True: 30.3k, False: 0]
  ------------------
 1178|  10.4k|	case WRITE_NEVER:
  ------------------
  |  Branch (1178:2): [True: 10.4k, False: 19.8k]
  ------------------
 1179|  10.4k|		method = SC_AC_NEVER;
  ------------------
  |  |  163|  10.4k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 1180|  10.4k|		break;
 1181|      0|	case WRITE_PIN1:
  ------------------
  |  Branch (1181:2): [True: 0, False: 30.3k]
  ------------------
 1182|      0|		method = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1183|      0|		key_ref = 0x01;
 1184|      0|		break;
 1185|  1.57k|	case WRITE_PIN2:
  ------------------
  |  Branch (1185:2): [True: 1.57k, False: 28.7k]
  ------------------
 1186|  1.57k|		method = SC_AC_CHV;
  ------------------
  |  |  151|  1.57k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1187|  1.57k|		key_ref = 0x02;
 1188|  1.57k|		break;
 1189|  18.2k|	case WRITE_PIN3:
  ------------------
  |  Branch (1189:2): [True: 18.2k, False: 12.0k]
  ------------------
 1190|  18.2k|		method = SC_AC_CHV;
  ------------------
  |  |  151|  18.2k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1191|  18.2k|		key_ref = 0x03;
 1192|  18.2k|		break;
 1193|  30.3k|	}
 1194|       |
 1195|  30.3k|	if (method != SC_AC_NONE || key_ref != SC_AC_KEY_REF_NONE) {
  ------------------
  |  |  150|  60.6k|#define SC_AC_NONE			0x00000000
  ------------------
              	if (method != SC_AC_NONE || key_ref != SC_AC_KEY_REF_NONE) {
  ------------------
  |  |  204|      0|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  |  Branch (1195:6): [True: 30.3k, False: 0]
  |  Branch (1195:30): [True: 0, False: 0]
  ------------------
 1196|  30.3k|		sc_file_add_acl_entry(file, SC_AC_OP_WRITE, method, key_ref);
  ------------------
  |  |  190|  30.3k|#define SC_AC_OP_WRITE			24
  ------------------
 1197|  30.3k|		sc_file_add_acl_entry(file, SC_AC_OP_UPDATE, method, key_ref);
  ------------------
  |  |  189|  30.3k|#define SC_AC_OP_UPDATE			23
  ------------------
 1198|  30.3k|		sc_file_add_acl_entry(file, SC_AC_OP_DELETE, method, key_ref);
  ------------------
  |  |  168|  30.3k|#define SC_AC_OP_DELETE			2
  ------------------
 1199|  30.3k|		sc_file_add_acl_entry(file, SC_AC_OP_CREATE, method, key_ref);
  ------------------
  |  |  169|  30.3k|#define SC_AC_OP_CREATE			3
  ------------------
 1200|  30.3k|	}
 1201|      0|	else {
 1202|       |		/* When SC_AC_OP_DELETE is absent, we need to provide
 1203|       |		 * SC_AC_OP_DELETE_SELF for sc_pkcs15init_delete_by_path() */
 1204|      0|		sc_file_add_acl_entry(file, SC_AC_OP_DELETE_SELF, method, key_ref);
  ------------------
  |  |  174|      0|#define SC_AC_OP_DELETE_SELF		8
  ------------------
 1205|      0|	}
 1206|       |
 1207|  30.3k|	method = SC_AC_NONE;
  ------------------
  |  |  150|  30.3k|#define SC_AC_NONE			0x00000000
  ------------------
 1208|  30.3k|	key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|  30.3k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 1209|       |	/* Read access */
 1210|  30.3k|	switch (info->access & READ_MASK) {
  ------------------
  |  Branch (1210:10): [True: 2.94k, False: 27.3k]
  ------------------
 1211|  1.37k|	case READ_NEVER:
  ------------------
  |  Branch (1211:2): [True: 1.37k, False: 28.9k]
  ------------------
 1212|  1.37k|		method = SC_AC_NEVER;
  ------------------
  |  |  163|  1.37k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 1213|  1.37k|		break;
 1214|      0|	case READ_PIN1:
  ------------------
  |  Branch (1214:2): [True: 0, False: 30.3k]
  ------------------
 1215|      0|		method = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1216|      0|		key_ref = 0x01;
 1217|      0|		break;
 1218|    789|	case READ_PIN2:
  ------------------
  |  Branch (1218:2): [True: 789, False: 29.5k]
  ------------------
 1219|    789|		method = SC_AC_CHV;
  ------------------
  |  |  151|    789|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1220|    789|		key_ref = 0x02;
 1221|    789|		break;
 1222|    789|	case READ_PIN3:
  ------------------
  |  Branch (1222:2): [True: 789, False: 29.5k]
  ------------------
 1223|    789|		method = SC_AC_CHV;
  ------------------
  |  |  151|    789|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1224|    789|		key_ref = 0x03;
 1225|    789|		break;
 1226|  30.3k|	}
 1227|       |
 1228|  30.3k|	if (method != SC_AC_NONE || key_ref != SC_AC_KEY_REF_NONE) {
  ------------------
  |  |  150|  60.6k|#define SC_AC_NONE			0x00000000
  ------------------
              	if (method != SC_AC_NONE || key_ref != SC_AC_KEY_REF_NONE) {
  ------------------
  |  |  204|  27.3k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  |  Branch (1228:6): [True: 2.94k, False: 27.3k]
  |  Branch (1228:30): [True: 0, False: 27.3k]
  ------------------
 1229|  2.94k|		sc_file_add_acl_entry(file, SC_AC_OP_READ, method, key_ref);
  ------------------
  |  |  188|  2.94k|#define SC_AC_OP_READ			22
  ------------------
 1230|  2.94k|	}
 1231|  30.3k|}
card-openpgp.c:pgp_match_card:
  326|  3.51k|{
  327|  3.51k|	int i;
  328|       |
  329|  3.51k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  3.51k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.51k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.51k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.51k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.51k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  330|       |
  331|  3.51k|	i = _sc_match_atr(card, pgp_atrs, &card->type);
  332|  3.51k|	if (i >= 0) {
  ------------------
  |  Branch (332:6): [True: 172, False: 3.34k]
  ------------------
  333|    172|		card->name = pgp_atrs[i].name;
  334|    172|		LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  164|    172|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    172|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    172|	int _ret = r; \
  |  |  |  |  155|    172|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 172]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    172|	} else { \
  |  |  |  |  159|    172|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    172|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    172|	} \
  |  |  |  |  162|    172|	return _ret; \
  |  |  |  |  163|    172|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  335|    172|	}
  336|  3.34k|	else {
  337|  3.34k|		sc_path_t	partial_aid;
  338|  3.34k|		sc_file_t *file = NULL;
  339|       |
  340|       |		/* select application "OpenPGP" */
  341|  3.34k|		sc_format_path("D276:0001:2401", &partial_aid);
  342|  3.34k|		partial_aid.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  3.34k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  343|       |		/* OpenPGP card only supports selection *with* requested FCI */
  344|  3.34k|		i = iso_ops->select_file(card, &partial_aid, &file);
  345|  3.34k|		if (SC_SUCCESS == i) {
  ------------------
  |  |   28|  3.34k|#define SC_SUCCESS				0
  ------------------
  |  Branch (345:7): [True: 640, False: 2.70k]
  ------------------
  346|    640|			card->type = SC_CARD_TYPE_OPENPGP_BASE;
  347|    640|			card->name = default_cardname;
  348|       |
  349|    640|			if (file->namelen != 16)
  ------------------
  |  Branch (349:8): [True: 639, False: 1]
  ------------------
  350|    639|				(void) get_full_pgp_aid(card, file);
  351|    640|			if (file->namelen == 16) {
  ------------------
  |  Branch (351:8): [True: 29, False: 611]
  ------------------
  352|     29|				unsigned char major = BCD2UCHAR(file->name[6]);
  ------------------
  |  |  216|     29|#define BCD2UCHAR(x) (((((x) & 0xF0) >> 4) * 10) + ((x) & 0x0F))
  ------------------
  353|       |
  354|     29|				switch (major) {
  355|      5|					case 1:
  ------------------
  |  Branch (355:6): [True: 5, False: 24]
  ------------------
  356|      5|						card->type = SC_CARD_TYPE_OPENPGP_V1;
  357|      5|						card->name = default_cardname_v1;
  358|      5|						break;
  359|     16|					case 2:
  ------------------
  |  Branch (359:6): [True: 16, False: 13]
  ------------------
  360|     16|						card->type = SC_CARD_TYPE_OPENPGP_V2;
  361|     16|						card->name = default_cardname_v2;
  362|     16|						break;
  363|      5|					case 3:
  ------------------
  |  Branch (363:6): [True: 5, False: 24]
  ------------------
  364|      5|						card->type = SC_CARD_TYPE_OPENPGP_V3;
  365|      5|						card->name = default_cardname_v3;
  366|      5|						break;
  367|      3|					default:
  ------------------
  |  Branch (367:6): [True: 3, False: 26]
  ------------------
  368|      3|						break;
  369|     29|				}
  370|     29|			}
  371|    640|			sc_file_free(file);
  372|    640|			LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  164|    640|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    640|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    640|	int _ret = r; \
  |  |  |  |  155|    640|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 640]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    640|	} else { \
  |  |  |  |  159|    640|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    640|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    640|	} \
  |  |  |  |  162|    640|	return _ret; \
  |  |  |  |  163|    640|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|    640|		}
  374|  3.34k|	}
  375|  2.70k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  2.70k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.70k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.70k|	int _ret = r; \
  |  |  |  |  155|  2.70k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.70k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.70k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.70k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.70k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.70k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.70k|	return _ret; \
  |  |  |  |  163|  2.70k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|  2.70k|}
card-openpgp.c:get_full_pgp_aid:
  307|  1.43k|{
  308|  1.43k|	int r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  1.43k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  309|       |
  310|  1.43k|	if (file != NULL) {
  ------------------
  |  Branch (310:6): [True: 1.43k, False: 0]
  ------------------
  311|       |		/* explicitly get the full aid */
  312|  1.43k|		r = sc_get_data(card, 0x004F, file->name, sizeof file->name);
  313|  1.43k|		file->namelen = MAX(r, 0);
  ------------------
  |  |   67|  1.43k|#define MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (67:20): [True: 665, False: 767]
  |  |  ------------------
  ------------------
  314|  1.43k|	}
  315|       |
  316|  1.43k|	return r;
  317|  1.43k|}
card-openpgp.c:pgp_init:
  409|    812|{
  410|    812|	struct pgp_priv_data *priv;
  411|    812|	sc_path_t	path;
  412|    812|	sc_file_t	*file = NULL;
  413|    812|	int		r, i;
  414|       |
  415|    812|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    812|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    812|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    812|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    812|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 812]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  416|       |
  417|    812|	priv = calloc (1, sizeof *priv);
  418|    812|	if (!priv)
  ------------------
  |  Branch (418:6): [True: 0, False: 812]
  ------------------
  419|    812|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  420|    812|	card->drv_data = priv;
  421|       |
  422|    812|	card->cla = 0x00;
  423|       |
  424|       |	/* select application "OpenPGP" */
  425|    812|	sc_format_path("D276:0001:2401", &path);
  426|    812|	path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    812|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  427|    812|	if ((r = iso_ops->select_file(card, &path, &file)) < 0) {
  ------------------
  |  Branch (427:6): [True: 18, False: 794]
  ------------------
  428|     18|		sc_file_free(file);
  429|     18|		pgp_finish(card);
  430|     18|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|     18|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     18|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     18|	int _ret = r; \
  |  |  |  |  155|     18|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     18|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     18|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     18|	return _ret; \
  |  |  |  |  163|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  431|     18|	}
  432|       |
  433|       |	/* defensive programming check */
  434|    794|	if (!file)   {
  ------------------
  |  Branch (434:6): [True: 0, False: 794]
  ------------------
  435|      0|		pgp_finish(card);
  436|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|      0|	}
  438|       |
  439|    794|	if (file->namelen != 16) {
  ------------------
  |  Branch (439:6): [True: 793, False: 1]
  ------------------
  440|       |		/* explicitly get the full aid */
  441|    793|		r = get_full_pgp_aid(card, file);
  442|    793|		if (r < 0) {
  ------------------
  |  Branch (442:7): [True: 5, False: 788]
  ------------------
  443|      5|			sc_file_free(file);
  444|      5|			pgp_finish(card);
  445|      5|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|      5|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      5|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      5|	int _ret = r; \
  |  |  |  |  155|      5|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      5|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      5|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      5|	return _ret; \
  |  |  |  |  163|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|      5|		}
  447|    793|	}
  448|       |
  449|       |	/* read information from AID */
  450|    789|	if (file->namelen == 16) {
  ------------------
  |  Branch (450:6): [True: 411, False: 378]
  ------------------
  451|    411|		static char card_name[SC_MAX_APDU_BUFFER_SIZE] = "OpenPGP card";
  452|       |
  453|       |		/* OpenPGP card spec 1.1, 2.x & 3.x, section 4.2.1 & 4.1.2.1 */
  454|    411|		priv->bcd_version = bebytes2ushort(file->name + 6);
  455|    411|		card->version.fw_major = card->version.hw_major = BCD2UCHAR(file->name[6]);
  ------------------
  |  |  216|    411|#define BCD2UCHAR(x) (((((x) & 0xF0) >> 4) * 10) + ((x) & 0x0F))
  ------------------
  456|    411|		card->version.fw_minor = card->version.hw_minor = BCD2UCHAR(file->name[7]);
  ------------------
  |  |  216|    411|#define BCD2UCHAR(x) (((((x) & 0xF0) >> 4) * 10) + ((x) & 0x0F))
  ------------------
  457|       |
  458|       |		/* for "standard" cards, include detailed card version & serial no. in card name */
  459|    411|		if (card->name == default_cardname_v1 ||
  ------------------
  |  Branch (459:7): [True: 1, False: 410]
  ------------------
  460|    410|		    card->name == default_cardname_v2 ||
  ------------------
  |  Branch (460:7): [True: 2, False: 408]
  ------------------
  461|    408|		    card->name == default_cardname_v3) {
  ------------------
  |  Branch (461:7): [True: 3, False: 405]
  ------------------
  462|      6|			snprintf(card_name, sizeof(card_name),
  463|      6|				 "OpenPGP card v%u.%u (%04X %08lX)",
  464|      6|				 card->version.hw_major, card->version.hw_minor,
  465|      6|				 bebytes2ushort(file->name + 8),
  466|      6|				 bebytes2ulong(file->name + 10));
  467|      6|		}
  468|    405|		else if (card->name != NULL) {
  ------------------
  |  Branch (468:12): [True: 405, False: 0]
  ------------------
  469|       |			/* for other cards, append serial number to the card name */
  470|    405|			snprintf(card_name, sizeof(card_name),
  471|    405|				 "%s (%04X %08lX)",
  472|    405|				 card->name,
  473|    405|				 bebytes2ushort(file->name + 8),
  474|    405|				 bebytes2ulong(file->name + 10));
  475|    405|		}
  476|    411|		card->name = card_name;
  477|       |
  478|       |		/* GPG compatibility: set card's serial number to manufacturer ID + serial number */
  479|    411|		memcpy(card->serialnr.value, file->name + 8, 6);
  480|    411|		card->serialnr.len = 6;
  481|    411|	} else {
  482|       |		/* set detailed card version */
  483|    378|		switch (card->type) {
  484|      1|			case SC_CARD_TYPE_OPENPGP_V3:
  ------------------
  |  Branch (484:4): [True: 1, False: 377]
  ------------------
  485|      1|				priv->bcd_version = OPENPGP_CARD_3_0;
  486|      1|				break;
  487|    154|			case SC_CARD_TYPE_OPENPGP_GNUK:
  ------------------
  |  Branch (487:4): [True: 154, False: 224]
  ------------------
  488|    167|			case SC_CARD_TYPE_OPENPGP_V2:
  ------------------
  |  Branch (488:4): [True: 13, False: 365]
  ------------------
  489|    167|				priv->bcd_version = OPENPGP_CARD_2_0;
  490|    167|				break;
  491|    210|			default:
  ------------------
  |  Branch (491:4): [True: 210, False: 168]
  ------------------
  492|    210|				priv->bcd_version = OPENPGP_CARD_1_1;
  493|    210|				break;
  494|    378|		}
  495|    378|	}
  496|       |
  497|       |	/* set pointer to correct list of card objects */
  498|    789|	priv->pgp_objects = (priv->bcd_version < OPENPGP_CARD_2_0) ? pgp1x_objects
  ------------------
  |  Branch (498:22): [True: 244, False: 545]
  ------------------
  499|    789|			  : (priv->bcd_version < OPENPGP_CARD_2_1) ? pgp20_objects
  ------------------
  |  Branch (499:8): [True: 167, False: 378]
  ------------------
  500|    545|			  : (priv->bcd_version < OPENPGP_CARD_3_0) ? pgp21_objects
  ------------------
  |  Branch (500:8): [True: 8, False: 370]
  ------------------
  501|    378|			  : (priv->bcd_version < OPENPGP_CARD_3_3) ? pgp30_objects
  ------------------
  |  Branch (501:8): [True: 4, False: 366]
  ------------------
  502|    370|			  : (priv->bcd_version < OPENPGP_CARD_3_4) ? pgp33_objects
  ------------------
  |  Branch (502:8): [True: 1, False: 365]
  ------------------
  503|    366|			  :					     pgp34_objects;
  504|       |
  505|       |	/* With gnuk, we use different curves */
  506|    789|	if (card->type == SC_CARD_TYPE_OPENPGP_GNUK) {
  ------------------
  |  Branch (506:6): [True: 169, False: 620]
  ------------------
  507|    169|		priv->ec_curves = ec_curves_gnuk;
  508|    620|	} else if (priv->bcd_version >= OPENPGP_CARD_3_4) {
  ------------------
  |  Branch (508:13): [True: 358, False: 262]
  ------------------
  509|    358|		priv->ec_curves = ec_curves_openpgp34;
  510|    358|	} else {
  511|    262|		priv->ec_curves = ec_curves_openpgp;
  512|    262|	}
  513|       |
  514|       |	/* change file path to MF for reuse in MF */
  515|    789|	sc_format_path("3f00", &file->path);
  516|       |
  517|       |	/* set up the root of our fake file tree */
  518|       |	/* Transfers ownership of the file to the priv->mf structure */
  519|    789|	priv->mf = pgp_new_blob(card, NULL, 0x3f00, file);
  520|    789|	if (!priv->mf) {
  ------------------
  |  Branch (520:6): [True: 0, False: 789]
  ------------------
  521|      0|		sc_file_free(file);
  522|      0|		pgp_finish(card);
  523|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|      0|	}
  525|       |
  526|       |	/* select MF */
  527|    789|	priv->current = priv->mf;
  528|       |
  529|    789|	r = populate_blobs_to_mf(card, priv);
  530|    789|	if (r < 0) {
  ------------------
  |  Branch (530:6): [True: 0, False: 789]
  ------------------
  531|      0|		pgp_finish(card);
  532|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  533|      0|	}
  534|       |
  535|       |	/* get card_features from ATR & DOs */
  536|    789|	if (pgp_get_card_features(card)) {
  ------------------
  |  Branch (536:6): [True: 24, False: 765]
  ------------------
  537|     24|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     24|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     24|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     24|	int _ret = r; \
  |  |  |  |  155|     24|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 24, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     24|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 24]
  |  |  |  |  ------------------
  |  |  |  |  157|     24|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     24|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     24|	return _ret; \
  |  |  |  |  163|     24|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  538|     24|	}
  539|       |
  540|       |	/* if algorithm attributes can be changed,
  541|       |	 * add supported algorithms based on specification for pkcs15-init */
  542|    765|	if (priv->ext_caps & EXT_CAP_ALG_ATTR_CHANGEABLE) {
  ------------------
  |  Branch (542:6): [True: 84, False: 681]
  ------------------
  543|     84|		unsigned long flags_rsa, flags_ecc, ext_flags;
  544|     84|		unsigned long flags_eddsa, flags_xeddsa;
  545|       |
  546|       |		/* OpenPGP card spec 1.1 & 2.x, section 7.2.9 & 7.2.10 / v3.x section 7.2.11 & 7.2.12 */
  547|     84|		flags_rsa = SC_ALGORITHM_RSA_PAD_PKCS1|
  ------------------
  |  |  111|     84|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     84|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     84|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  548|     84|			    SC_ALGORITHM_RSA_HASH_NONE|
  ------------------
  |  |  133|     84|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  549|     84|			    SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     84|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  550|     84|		flags_ecc = SC_ALGORITHM_ECDSA_RAW|
  ------------------
  |  |  174|     84|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  551|     84|			    SC_ALGORITHM_ECDH_CDH_RAW|
  ------------------
  |  |  173|     84|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  552|     84|			    SC_ALGORITHM_ECDSA_HASH_NONE|
  ------------------
  |  |  175|     84|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     84|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  553|     84|			    SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     84|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  554|     84|		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE;
  ------------------
  |  |  201|     84|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
  555|       |
  556|     84|		flags_eddsa = SC_ALGORITHM_EDDSA_RAW |
  ------------------
  |  |  188|     84|#define SC_ALGORITHM_EDDSA_RAW		0x00400000
  ------------------
  557|     84|			      SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     84|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  558|       |		/* xeddsa may allow signing at some time */
  559|     84|		flags_xeddsa = SC_ALGORITHM_ECDH_CDH_RAW |
  ------------------
  |  |  173|     84|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  560|     84|			       SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     84|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  561|       |
  562|     84|		switch (card->type) {
  563|      1|			case SC_CARD_TYPE_OPENPGP_V3:
  ------------------
  |  Branch (563:4): [True: 1, False: 83]
  ------------------
  564|       |				/* RSA 1024 was removed for v3+ */
  565|      1|				_sc_card_add_rsa_alg(card, 4096, flags_rsa, 0);
  566|      1|				_sc_card_add_rsa_alg(card, 3072, flags_rsa, 0);
  567|       |				/* fallthrough */
  568|     54|			case SC_CARD_TYPE_OPENPGP_GNUK:
  ------------------
  |  Branch (568:4): [True: 53, False: 31]
  ------------------
  569|     54|				_sc_card_add_rsa_alg(card, 2048, flags_rsa, 0);
  570|    385|				for (i=0; priv->ec_curves[i].oid.value[0] >= 0; i++)
  ------------------
  |  Branch (570:15): [True: 331, False: 54]
  ------------------
  571|    331|				{
  572|    331|					if (priv->ec_curves[i].key_type == SC_ALGORITHM_EC)
  ------------------
  |  |   70|    331|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (572:10): [True: 115, False: 216]
  ------------------
  573|    115|						_sc_card_add_ec_alg(card, priv->ec_curves[i].size,
  574|    115|								flags_ecc, ext_flags, &priv->ec_curves[i].oid);
  575|    216|					else if (priv->ec_curves[i].key_type == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|    216|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (575:15): [True: 108, False: 108]
  ------------------
  576|    108|						_sc_card_add_eddsa_alg(card, priv->ec_curves[i].size,
  577|    108|								flags_eddsa, ext_flags, &priv->ec_curves[i].oid);
  578|    108|					else if (priv->ec_curves[i].key_type == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|    108|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (578:15): [True: 108, False: 0]
  ------------------
  579|    108|						_sc_card_add_xeddsa_alg(card, priv->ec_curves[i].size,
  580|    108|								flags_xeddsa, ext_flags, &priv->ec_curves[i].oid);
  581|      0|					else
  582|      0|						LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  583|    331|				}
  584|     54|				break;
  585|     54|			case SC_CARD_TYPE_OPENPGP_V2:
  ------------------
  |  Branch (585:4): [True: 1, False: 83]
  ------------------
  586|     30|			default:
  ------------------
  |  Branch (586:4): [True: 29, False: 55]
  ------------------
  587|     30|				_sc_card_add_rsa_alg(card, 1024, flags_rsa, 0);
  588|     30|				_sc_card_add_rsa_alg(card, 2048, flags_rsa, 0);
  589|     30|				_sc_card_add_rsa_alg(card, 3072, flags_rsa, 0);
  590|     30|				_sc_card_add_rsa_alg(card, 4096, flags_rsa, 0);
  591|     30|				break;
  592|     84|		}
  593|     84|	}
  594|       |
  595|    765|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    765|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    765|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    765|	int _ret = r; \
  |  |  |  |  155|    765|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 765, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    765|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 765]
  |  |  |  |  ------------------
  |  |  |  |  157|    765|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    765|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    765|	return _ret; \
  |  |  |  |  163|    765|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  596|    765|}
card-openpgp.c:pgp_get_blob:
 1480|  12.6k|{
 1481|  12.6k|	pgp_blob_t		*child;
 1482|  12.6k|	int			r;
 1483|       |
 1484|  12.6k|	if ((r = pgp_enumerate_blob(card, blob)) < 0)
  ------------------
  |  Branch (1484:6): [True: 1.12k, False: 11.5k]
  ------------------
 1485|  1.12k|		return r;
 1486|       |
 1487|  81.9k|	for (child = blob->files; child; child = child->next) {
  ------------------
  |  Branch (1487:28): [True: 79.7k, False: 2.17k]
  ------------------
 1488|  79.7k|		if (child->id == id) {
  ------------------
  |  Branch (1488:7): [True: 9.38k, False: 70.3k]
  ------------------
 1489|  9.38k|			(void) pgp_read_blob(card, child);
 1490|  9.38k|			*ret = child;
 1491|  9.38k|			return SC_SUCCESS;
  ------------------
  |  |   28|  9.38k|#define SC_SUCCESS				0
  ------------------
 1492|  9.38k|		}
 1493|  79.7k|	}
 1494|       |
 1495|       |	/* This part is for "NOT FOUND" cases */
 1496|       |
 1497|       |	/* Special case:
 1498|       |	 * Gnuk does not have default value for children of DO 65 (DOs 5B, 5F2D, 5F35)
 1499|       |	 * So, if these blob was not found, we create it. */
 1500|  2.17k|	if (blob->id == DO_CARDHOLDER && (id == DO_NAME || id == DO_LANG_PREF || id == DO_SEX)) {
  ------------------
  |  |  154|  4.34k|#define DO_CARDHOLDER            0x65
  ------------------
              	if (blob->id == DO_CARDHOLDER && (id == DO_NAME || id == DO_LANG_PREF || id == DO_SEX)) {
  ------------------
  |  |  155|    588|#define DO_NAME                  0x5b
  ------------------
              	if (blob->id == DO_CARDHOLDER && (id == DO_NAME || id == DO_LANG_PREF || id == DO_SEX)) {
  ------------------
  |  |  156|    588|#define DO_LANG_PREF             0x5f2d
  ------------------
              	if (blob->id == DO_CARDHOLDER && (id == DO_NAME || id == DO_LANG_PREF || id == DO_SEX)) {
  ------------------
  |  |  157|      0|#define DO_SEX                   0x5f35
  ------------------
  |  Branch (1500:6): [True: 294, False: 1.87k]
  |  Branch (1500:36): [True: 0, False: 294]
  |  Branch (1500:53): [True: 294, False: 0]
  |  Branch (1500:75): [True: 0, False: 0]
  ------------------
 1501|    294|		sc_log(card->ctx, "Create blob %X under %X", id, blob->id);
  ------------------
  |  |   71|    294|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1502|    294|		child = pgp_new_blob(card, blob, id, sc_file_new());
 1503|    294|		if (child) {
  ------------------
  |  Branch (1503:7): [True: 294, False: 0]
  ------------------
 1504|    294|			pgp_set_blob(child, NULL, 0);
 1505|    294|			*ret = child;
 1506|    294|			return SC_SUCCESS;
  ------------------
  |  |   28|    294|#define SC_SUCCESS				0
  ------------------
 1507|    294|		}
 1508|      0|		else
 1509|      0|			sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1510|    294|			       "Not enough memory to create blob for DO %X",
 1511|    294|			       id);
 1512|    294|	}
 1513|       |
 1514|  1.87k|	return SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|  1.87k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 1515|  2.17k|}
card-openpgp.c:pgp_enumerate_blob:
 1398|  13.0k|{
 1399|  13.0k|	const u8	*in;
 1400|  13.0k|	int		r;
 1401|  13.0k|	sc_file_t	*file = NULL;
 1402|       |
 1403|  13.0k|	if (blob->files != NULL)
  ------------------
  |  Branch (1403:6): [True: 10.6k, False: 2.37k]
  ------------------
 1404|  10.6k|		return SC_SUCCESS;
  ------------------
  |  |   28|  10.6k|#define SC_SUCCESS				0
  ------------------
 1405|       |
 1406|  2.37k|	if ((r = pgp_read_blob(card, blob)) < 0)
  ------------------
  |  Branch (1406:6): [True: 961, False: 1.41k]
  ------------------
 1407|    961|		return r;
 1408|       |
 1409|  1.41k|	in = blob->data;
 1410|       |
 1411|  26.3k|	while ((int) blob->len > (in - blob->data)) {
  ------------------
  |  Branch (1411:9): [True: 25.4k, False: 963]
  ------------------
 1412|  25.4k|		unsigned int	cla, tag, tmptag;
 1413|  25.4k|		size_t		len;
 1414|  25.4k|		const u8	*data = in;
 1415|  25.4k|		pgp_blob_t	*new;
 1416|       |
 1417|  25.4k|		if (!in)
  ------------------
  |  Branch (1417:7): [True: 0, False: 25.4k]
  ------------------
 1418|      0|			return SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|      0|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
 1419|       |
 1420|  25.4k|		r = sc_asn1_read_tag(&data, blob->len - (in - blob->data),
 1421|  25.4k|					&cla, &tag, &len);
 1422|  25.4k|		if (r == SC_ERROR_INVALID_ASN1_OBJECT) {
  ------------------
  |  |   82|  25.4k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  |  Branch (1422:7): [True: 122, False: 25.2k]
  ------------------
 1423|    122|			sc_log(card->ctx, "Invalid ASN.1 object");
  ------------------
  |  |   71|    122|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1424|    122|			return SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|    122|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
 1425|    122|		}
 1426|       |		/* Check for unknown error, or empty data */
 1427|  25.2k|		if (((r < 0) && (r != SC_ERROR_ASN1_END_OF_CONTENTS)) ||
  ------------------
  |  |   84|    271|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (1427:8): [True: 271, False: 25.0k]
  |  Branch (1427:19): [True: 0, False: 271]
  ------------------
 1428|  25.2k|		    (data == NULL)) {
  ------------------
  |  Branch (1428:7): [True: 102, False: 25.1k]
  ------------------
 1429|    102|			sc_log(card->ctx, "Unexpected end of contents");
  ------------------
  |  |   71|    102|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1430|    102|			return SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|    102|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
 1431|    102|		}
 1432|       |
 1433|       |		/* undo ASN1's split of tag & class */
 1434|  25.8k|		for (tmptag = tag; tmptag > 0x0FF; tmptag >>= 8) {
  ------------------
  |  Branch (1434:22): [True: 673, False: 25.1k]
  ------------------
 1435|    673|			cla <<= 8;
 1436|    673|		}
 1437|  25.1k|		tag |= cla;
 1438|       |		/* Check for length mismatch */
 1439|  25.1k|		if ((r == SC_ERROR_ASN1_END_OF_CONTENTS) ||
  ------------------
  |  |   84|  25.1k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (1439:7): [True: 271, False: 24.9k]
  ------------------
 1440|  24.9k|		    (data + len > blob->data + blob->len)) {
  ------------------
  |  Branch (1440:7): [True: 0, False: 24.9k]
  ------------------
 1441|       |			// Check if it is not known Yubikey 5 issue
 1442|    271|			if ((tag != blob->id) || (tag != 0xfa)) {
  ------------------
  |  Branch (1442:8): [True: 221, False: 50]
  |  Branch (1442:29): [True: 10, False: 40]
  ------------------
 1443|    231|				sc_log(card->ctx, "Unexpected end of contents");
  ------------------
  |  |   71|    231|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1444|    231|				return SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|    231|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
 1445|    231|			}
 1446|    271|		}
 1447|       |
 1448|       |		/* Awful hack for composite DOs that have
 1449|       |		 * a TLV with the DO's id encompassing the
 1450|       |		 * entire blob. Example: Yubikey Neo */
 1451|  24.9k|		if (tag == blob->id) {
  ------------------
  |  Branch (1451:7): [True: 205, False: 24.7k]
  ------------------
 1452|    205|			in = data;
 1453|    205|			continue;
 1454|    205|		}
 1455|       |
 1456|       |		/* create fake file system hierarchy by
 1457|       |		 * using constructed DOs as DF */
 1458|  24.7k|		file = sc_file_new();
 1459|  24.7k|		if ((new = pgp_new_blob(card, blob, tag, file)) == NULL) {
  ------------------
  |  Branch (1459:7): [True: 0, False: 24.7k]
  ------------------
 1460|      0|			sc_file_free(file);
 1461|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1462|      0|		}
 1463|  24.7k|		if (pgp_set_blob(new, data, len) != SC_SUCCESS) {
  ------------------
  |  |   28|  24.7k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1463:7): [True: 0, False: 24.7k]
  ------------------
 1464|      0|			sc_file_free(file);
 1465|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1466|      0|		}
 1467|  24.7k|		in = data + len;
 1468|  24.7k|	}
 1469|       |
 1470|    963|	return SC_SUCCESS;
  ------------------
  |  |   28|    963|#define SC_SUCCESS				0
  ------------------
 1471|  1.41k|}
card-openpgp.c:pgp_set_blob:
 1140|  26.4k|{
 1141|  26.4k|	if (blob->data)
  ------------------
  |  Branch (1141:6): [True: 0, False: 26.4k]
  ------------------
 1142|      0|		free(blob->data);
 1143|  26.4k|	blob->data = NULL;
 1144|  26.4k|	blob->len    = 0;
 1145|  26.4k|	blob->status = 0;
 1146|       |
 1147|  26.4k|	if (len > 0) {
  ------------------
  |  Branch (1147:6): [True: 12.4k, False: 13.9k]
  ------------------
 1148|  12.4k|		void *tmp = calloc(1, len);
 1149|       |
 1150|  12.4k|		if (tmp == NULL)
  ------------------
  |  Branch (1150:7): [True: 0, False: 12.4k]
  ------------------
 1151|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1152|       |
 1153|  12.4k|		blob->data = tmp;
 1154|  12.4k|		blob->len  = (unsigned int)len;
 1155|  12.4k|		if (data != NULL)
  ------------------
  |  Branch (1155:7): [True: 12.4k, False: 0]
  ------------------
 1156|  12.4k|			memcpy(blob->data, data, len);
 1157|  12.4k|	}
 1158|       |
 1159|  26.4k|	if (blob->file)
  ------------------
  |  Branch (1159:6): [True: 26.4k, False: 0]
  ------------------
 1160|  26.4k|		blob->file->size = len;
 1161|       |
 1162|  26.4k|	return SC_SUCCESS;
  ------------------
  |  |   28|  26.4k|#define SC_SUCCESS				0
  ------------------
 1163|  26.4k|}
card-openpgp.c:pgp_read_blob:
 1348|  15.1k|{
 1349|  15.1k|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  15.1k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1350|       |
 1351|  15.1k|	if (blob->data != NULL)
  ------------------
  |  Branch (1351:6): [True: 10.9k, False: 4.21k]
  ------------------
 1352|  10.9k|		return SC_SUCCESS;
  ------------------
  |  |   28|  10.9k|#define SC_SUCCESS				0
  ------------------
 1353|  4.21k|	if (blob->info == NULL)
  ------------------
  |  Branch (1353:6): [True: 0, False: 4.21k]
  ------------------
 1354|      0|		return blob->status;
 1355|       |
 1356|  4.21k|	if (blob->info->get_fn) {	/* readable, top-level DO */
  ------------------
  |  Branch (1356:6): [True: 4.14k, False: 75]
  ------------------
 1357|  4.14k|		u8 	buffer[MAX_OPENPGP_DO_SIZE];
 1358|  4.14k|		size_t	buf_len = sizeof(buffer);
 1359|  4.14k|		int r = SC_SUCCESS;
  ------------------
  |  |   28|  4.14k|#define SC_SUCCESS				0
  ------------------
 1360|       |
 1361|       |		/* buffer length for certificate */
 1362|  4.14k|		if (blob->id == DO_CERT && priv->max_cert_size > 0) {
  ------------------
  |  |  138|  8.28k|#define DO_CERT                  0x7f21
  ------------------
  |  Branch (1362:7): [True: 159, False: 3.98k]
  |  Branch (1362:30): [True: 56, False: 103]
  ------------------
 1363|     56|			buf_len = MIN(priv->max_cert_size, sizeof(buffer));
  ------------------
  |  |   70|     56|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 30, False: 26]
  |  |  ------------------
  ------------------
 1364|     56|		}
 1365|       |
 1366|       |		/* buffer length for Gnuk pubkey */
 1367|  4.14k|		if (card->type == SC_CARD_TYPE_OPENPGP_GNUK &&
  ------------------
  |  Branch (1367:7): [True: 884, False: 3.25k]
  ------------------
 1368|    884|		    (blob->id == DO_AUTH ||
  ------------------
  |  |  143|  1.76k|#define DO_AUTH                  0xa400
  ------------------
  |  Branch (1368:8): [True: 0, False: 884]
  ------------------
 1369|    884|		     blob->id == DO_SIGN ||
  ------------------
  |  |  141|  1.76k|#define DO_SIGN                  0xb600
  ------------------
  |  Branch (1369:8): [True: 0, False: 884]
  ------------------
 1370|    884|		     blob->id == DO_ENCR ||
  ------------------
  |  |  142|  1.76k|#define DO_ENCR                  0xb800
  ------------------
  |  Branch (1370:8): [True: 0, False: 884]
  ------------------
 1371|    884|		     blob->id == DO_AUTH_SYM ||
  ------------------
  |  |  147|  1.76k|#define DO_AUTH_SYM              0xa401
  ------------------
  |  Branch (1371:8): [True: 0, False: 884]
  ------------------
 1372|    884|		     blob->id == DO_SIGN_SYM ||
  ------------------
  |  |  145|  1.76k|#define DO_SIGN_SYM              0xb601
  ------------------
  |  Branch (1372:8): [True: 0, False: 884]
  ------------------
 1373|    884|		     blob->id == DO_ENCR_SYM)) {
  ------------------
  |  |  146|    884|#define DO_ENCR_SYM              0xb801
  ------------------
  |  Branch (1373:8): [True: 0, False: 884]
  ------------------
 1374|      0|			buf_len = MIN(MAXLEN_RESP_PUBKEY_GNUK, sizeof(buffer));
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, Folded]
  |  |  ------------------
  ------------------
 1375|      0|		}
 1376|       |
 1377|  4.14k|		r = blob->info->get_fn(card, blob->id, buffer, buf_len);
 1378|       |
 1379|  4.14k|		if (r < 0) {	/* an error occurred */
  ------------------
  |  Branch (1379:7): [True: 2.71k, False: 1.42k]
  ------------------
 1380|  2.71k|			blob->status = r;
 1381|  2.71k|			return r;
 1382|  2.71k|		}
 1383|       |
 1384|  1.42k|		return pgp_set_blob(blob, buffer, r);
 1385|  4.14k|	}
 1386|     75|	else {		/* un-readable DO or part of a constructed DO */
 1387|     75|		return SC_SUCCESS;
  ------------------
  |  |   28|     75|#define SC_SUCCESS				0
  ------------------
 1388|     75|	}
 1389|  4.21k|}
card-openpgp.c:pgp_parse_algo_attr_blob:
  634|  8.87k|{
  635|  8.87k|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  8.87k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
  636|  8.87k|	struct sc_object_id oid;
  637|  8.87k|	unsigned int j, r;
  638|       |
  639|  8.87k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  8.87k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  8.87k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  8.87k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  8.87k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 8.87k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  640|       |
  641|  8.87k|	if (blob == NULL || blob->data == NULL || blob->len == 0 ||
  ------------------
  |  Branch (641:6): [True: 0, False: 8.87k]
  |  Branch (641:22): [True: 1.62k, False: 7.24k]
  |  Branch (641:44): [True: 0, False: 7.24k]
  ------------------
  642|  7.24k|	    blob->id < 0x00c1 || blob->id > 0x00c3 || key_info == NULL) {
  ------------------
  |  Branch (642:6): [True: 0, False: 7.24k]
  |  Branch (642:27): [True: 0, False: 7.24k]
  |  Branch (642:48): [True: 0, False: 7.24k]
  ------------------
  643|  1.62k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCORRECT_PARAMETERS);
  ------------------
  |  |  164|  1.62k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.62k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.62k|	int _ret = r; \
  |  |  |  |  155|  1.62k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.62k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.62k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.62k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.62k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.62k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.62k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.62k|	return _ret; \
  |  |  |  |  163|  1.62k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  644|  1.62k|	}
  645|       |
  646|  7.24k|	key_info->key_id = blob->id - 0x00c0;	/* attribute algorithm blobs are C1 - C3 */
  647|       |
  648|  7.24k|	switch (blob->data[0]) {
  649|  1.67k|		case SC_OPENPGP_KEYALGO_RSA:
  ------------------
  |  |  870|  1.67k|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  |  Branch (649:3): [True: 1.67k, False: 5.57k]
  ------------------
  650|  1.67k|			if (blob->len < 5) {
  ------------------
  |  Branch (650:8): [True: 529, False: 1.14k]
  ------------------
  651|    529|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCORRECT_PARAMETERS);
  ------------------
  |  |  164|    529|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    529|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    529|	int _ret = r; \
  |  |  |  |  155|    529|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 529, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    529|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    529|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 529, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    529|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    529|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    529|	return _ret; \
  |  |  |  |  163|    529|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|    529|			}
  653|       |
  654|  1.14k|			key_info->algorithm = SC_OPENPGP_KEYALGO_RSA;
  ------------------
  |  |  870|  1.14k|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  655|  1.14k|			key_info->u.rsa.modulus_len = bebytes2ushort(blob->data + 1);
  656|  1.14k|			key_info->u.rsa.exponent_len = bebytes2ushort(blob->data + 3);
  657|       |
  658|  1.14k|			key_info->u.rsa.keyformat = (blob->len > 5)
  ------------------
  |  Branch (658:32): [True: 278, False: 863]
  ------------------
  659|  1.14k|						  ? blob->data[5]
  660|  1.14k|						  : SC_OPENPGP_KEYFORMAT_RSA_STD;
  ------------------
  |  |  875|  2.00k|#define SC_OPENPGP_KEYFORMAT_RSA_STD	0    /* See 4.3.3.6 Algorithm Attributes */
  ------------------
  661|  1.14k|			break;
  662|  2.31k|		case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|  2.31k|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (662:3): [True: 2.31k, False: 4.93k]
  ------------------
  663|  3.67k|		case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|  3.67k|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (663:3): [True: 1.35k, False: 5.89k]
  ------------------
  664|  4.36k|		case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|  4.36k|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (664:3): [True: 693, False: 6.55k]
  ------------------
  665|       |
  666|       |			/* SC_OPENPGP_KEYALGO_ECDH || SC_OPENPGP_KEYALGO_ECDSA || SC_OPENPGP_KEYALGO_EDDSA */
  667|  4.36k|			key_info->algorithm = blob->data[0];
  668|       |
  669|       |			/* last byte is set to 0xFF if pubkey import is supported */
  670|  4.36k|			if (blob->data[blob->len-1] == SC_OPENPGP_KEYFORMAT_EC_STDPUB){
  ------------------
  |  |  881|  4.36k|#define SC_OPENPGP_KEYFORMAT_EC_STDPUB	0xFF
  ------------------
  |  Branch (670:8): [True: 1.28k, False: 3.08k]
  ------------------
  671|  1.28k|				if (blob->len < 3)
  ------------------
  |  Branch (671:9): [True: 521, False: 759]
  ------------------
  672|    521|					return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|    521|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  673|    759|				key_info->u.ec.oidv_len = blob->len - 2;
  674|    759|				key_info->u.ec.keyformat = SC_OPENPGP_KEYFORMAT_EC_STDPUB;
  ------------------
  |  |  881|    759|#define SC_OPENPGP_KEYFORMAT_EC_STDPUB	0xFF
  ------------------
  675|    759|			}
  676|  3.08k|			else {
  677|       |				/* otherwise, last byte could be 00, so let's ignore it, as
  678|       |				 * it is not part of OID */
  679|  3.08k|				if (blob->len < 2)
  ------------------
  |  Branch (679:9): [True: 390, False: 2.69k]
  ------------------
  680|    390|					return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|    390|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  681|  2.69k|				if (blob->data[blob->len-1] == SC_OPENPGP_KEYFORMAT_EC_STD)
  ------------------
  |  |  880|  2.69k|#define SC_OPENPGP_KEYFORMAT_EC_STD	0
  ------------------
  |  Branch (681:9): [True: 602, False: 2.09k]
  ------------------
  682|    602|					key_info->u.ec.oidv_len = blob->len - 2;
  683|  2.09k|				else
  684|  2.09k|					key_info->u.ec.oidv_len = blob->len - 1;
  685|  2.69k|				key_info->u.ec.keyformat = SC_OPENPGP_KEYFORMAT_EC_STD;
  ------------------
  |  |  880|  2.69k|#define SC_OPENPGP_KEYFORMAT_EC_STD	0
  ------------------
  686|  2.69k|			}
  687|       |
  688|       |			/* Create copy of oid from blob */
  689|  3.45k|			sc_init_oid(&oid);
  690|  3.45k|			r = sc_asn1_decode_object_id(&blob->data[1], key_info->u.ec.oidv_len, &oid);
  691|       |
  692|       |			/* decoding failed, return sc_asn1_decode_object_id error code */
  693|  3.45k|			if (r > 0){
  ------------------
  |  Branch (693:8): [True: 2.32k, False: 1.13k]
  ------------------
  694|  2.32k|				return r;
  695|  2.32k|			}
  696|       |			/* compare with list of supported ec_curves */
  697|  15.6k|			for (j = 0; priv->ec_curves[j].oid.value[0] >= 0; j++) {
  ------------------
  |  Branch (697:16): [True: 14.5k, False: 1.13k]
  ------------------
  698|  14.5k|				if (sc_compare_oid(&priv->ec_curves[j].oid, &oid)) {
  ------------------
  |  Branch (698:9): [True: 0, False: 14.5k]
  ------------------
  699|      0|					sc_log(card->ctx, "Matched EC oid %s (%d)",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  700|      0|						sc_dump_oid(&oid), j);
  701|      0|					key_info->u.ec.oid = priv->ec_curves[j].oid;
  702|      0|					key_info->u.ec.key_length = priv->ec_curves[j].size;
  703|      0|					break;
  704|      0|				}
  705|  14.5k|			}
  706|       |			/* We did not match the OID */
  707|  1.13k|			if (priv->ec_curves[j].oid.value[0] < 0) {
  ------------------
  |  Branch (707:8): [True: 1.13k, False: 0]
  ------------------
  708|  1.13k|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|  1.13k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.13k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.13k|	int _ret = r; \
  |  |  |  |  155|  1.13k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.13k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.13k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.13k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.13k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.13k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.13k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.13k|	return _ret; \
  |  |  |  |  163|  1.13k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  709|  1.13k|			}
  710|      0|			break;
  711|  1.21k|		default:
  ------------------
  |  Branch (711:3): [True: 1.21k, False: 6.03k]
  ------------------
  712|  1.21k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|  1.21k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.21k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.21k|	int _ret = r; \
  |  |  |  |  155|  1.21k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.21k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.21k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.21k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.21k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.21k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.21k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.21k|	return _ret; \
  |  |  |  |  163|  1.21k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  713|  7.24k|	}
  714|       |
  715|  1.14k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.14k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.14k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.14k|	int _ret = r; \
  |  |  |  |  155|  1.14k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.14k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.14k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.14k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.14k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.14k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.14k|	return _ret; \
  |  |  |  |  163|  1.14k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|  1.14k|}
card-openpgp.c:pgp_get_card_features:
  909|    789|{
  910|    789|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    789|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
  911|    789|	u8 *hist_bytes = card->reader->atr_info.hist_bytes;
  912|    789|	size_t hist_bytes_len = card->reader->atr_info.hist_bytes_len;
  913|    789|	unsigned int i;
  914|    789|	pgp_blob_t *blob, *blob6e, *blob73, *blobfa;
  915|    789|	int handled_algos = 0;
  916|       |
  917|    789|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    789|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    789|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    789|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    789|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 789]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  918|       |
  919|       |	/* parse card capabilities from historical bytes in ATR */
  920|    789|	if (hist_bytes_len > 0) {
  ------------------
  |  Branch (920:6): [True: 262, False: 527]
  ------------------
  921|       |		/* category indicator 0x00, 0x10 or 0x80 => compact TLV (ISO) */
  922|    262|		switch (hist_bytes[0]) {
  ------------------
  |  Branch (922:11): [True: 203, False: 59]
  ------------------
  923|    190|			case 0x00:
  ------------------
  |  Branch (923:4): [True: 190, False: 72]
  ------------------
  924|    190|				if (hist_bytes_len > 4) {
  ------------------
  |  Branch (924:9): [True: 185, False: 5]
  ------------------
  925|    185|					pgp_parse_hist_bytes(card, hist_bytes+1, hist_bytes_len-4);
  926|    185|				}
  927|    190|				break;
  928|     11|			case 0x80:
  ------------------
  |  Branch (928:4): [True: 11, False: 251]
  ------------------
  929|     11|				if (hist_bytes_len > 1) {
  ------------------
  |  Branch (929:9): [True: 10, False: 1]
  ------------------
  930|     10|					pgp_parse_hist_bytes(card, hist_bytes+1, hist_bytes_len-1);
  931|     10|				}
  932|     11|				break;
  933|      2|			case 0x10:
  ------------------
  |  Branch (933:4): [True: 2, False: 260]
  ------------------
  934|      2|				if (hist_bytes_len > 2) {
  ------------------
  |  Branch (934:9): [True: 1, False: 1]
  ------------------
  935|      1|					pgp_parse_hist_bytes(card, hist_bytes+2, hist_bytes_len-2);
  936|      1|				}
  937|      2|				break;
  938|    262|		}
  939|    262|	}
  940|       |
  941|       |	/* v1.1 does not support lifecycle via ACTIVATE & TERMINATE: set default */
  942|    789|	priv->ext_caps &= ~EXT_CAP_LCS;
  943|       |
  944|    789|	if (priv->bcd_version >= OPENPGP_CARD_2_0) {
  ------------------
  |  Branch (944:6): [True: 545, False: 244]
  ------------------
  945|       |		/* get card capabilities from "historical bytes" DO */
  946|    545|		if ((pgp_get_blob(card, priv->mf, 0x5f52, &blob) >= 0) &&
  ------------------
  |  Branch (946:7): [True: 545, False: 0]
  ------------------
  947|    545|		    (blob->data != NULL) && (blob->data[0] == 0x00)) {
  ------------------
  |  Branch (947:7): [True: 43, False: 502]
  |  Branch (947:31): [True: 30, False: 13]
  ------------------
  948|       |
  949|     30|			if (blob->len > 4) {
  ------------------
  |  Branch (949:8): [True: 28, False: 2]
  ------------------
  950|     28|				pgp_parse_hist_bytes(card, blob->data+1, blob->len-4);
  951|     28|			}
  952|       |
  953|       |			/* get card status from historical bytes status indicator */
  954|     30|			if ((blob->data[0] == 0x00) && (blob->len >= 4)) {
  ------------------
  |  Branch (954:8): [True: 30, False: 0]
  |  Branch (954:35): [True: 29, False: 1]
  ------------------
  955|     29|				priv->state = blob->data[blob->len-3];
  956|       |				/* state not CARD_STATE_UNKNOWN => LCS supported */
  957|     29|				if (priv->state != CARD_STATE_UNKNOWN)
  ------------------
  |  Branch (957:9): [True: 22, False: 7]
  ------------------
  958|     22|					priv->ext_caps |= EXT_CAP_LCS;
  959|     29|			}
  960|     30|		}
  961|    545|	}
  962|       |
  963|    789|	if (priv->bcd_version >= OPENPGP_CARD_3_1) {
  ------------------
  |  Branch (963:6): [True: 366, False: 423]
  ------------------
  964|    366|		card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    366|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  965|    366|	}
  966|       |
  967|    789|	if (priv->bcd_version >= OPENPGP_CARD_3_4) {
  ------------------
  |  Branch (967:6): [True: 365, False: 424]
  ------------------
  968|       |		/* Parse supported algorithms from Algorithm Information DO
  969|       |		 * see OpenPGP card spec 3.4 section 4.4.3.11 */
  970|    365|		if (pgp_get_blob(card, priv->mf, 0x00fa, &blobfa) >= 0) {
  ------------------
  |  Branch (970:7): [True: 365, False: 0]
  ------------------
  971|    365|			pgp_blob_t *child;
  972|    365|			pgp_enumerate_blob(card, blobfa);
  973|       |			/* There will be multiple children with the same ID, but
  974|       |			 * different algos, so we need to iterate over all of them */
  975|  12.7k|			for (child = blobfa->files; child; child = child->next) {
  ------------------
  |  Branch (975:32): [True: 12.3k, False: 365]
  ------------------
  976|  12.3k|				if ((child->id < 0x00c1) || (child->id > 0x00c3))
  ------------------
  |  Branch (976:9): [True: 2.57k, False: 9.81k]
  |  Branch (976:33): [True: 1.56k, False: 8.25k]
  ------------------
  977|  4.14k|					continue;
  978|  8.25k|				sc_cardctl_openpgp_key_gen_store_info_t key_info;
  979|  8.25k|				if (pgp_parse_algo_attr_blob(card, child, &key_info) >= 0)
  ------------------
  |  Branch (979:9): [True: 929, False: 7.32k]
  ------------------
  980|    929|					handled_algos += _pgp_add_algo(card, &key_info, 0x00fa);
  981|  8.25k|			}
  982|    365|		}
  983|    365|	}
  984|       |
  985|       |	/* v1.1 & v2.x: special DOs are limited to 254 bytes */
  986|    789|	priv->max_specialDO_size = 254;
  987|       |
  988|    789|	if ((pgp_get_blob(card, priv->mf, 0x006e, &blob6e) >= 0) &&
  ------------------
  |  Branch (988:6): [True: 789, False: 0]
  ------------------
  989|    789|	    (pgp_get_blob(card, blob6e, 0x0073, &blob73) >= 0)) {
  ------------------
  |  Branch (989:6): [True: 278, False: 511]
  ------------------
  990|       |
  991|       |		/* get "extended capabilities" DO */
  992|    278|		if ((pgp_get_blob(card, blob73, 0x00c0, &blob) >= 0) &&
  ------------------
  |  Branch (992:7): [True: 103, False: 175]
  ------------------
  993|    103|		    (blob->data != NULL) && (blob->len > 0)) {
  ------------------
  |  Branch (993:7): [True: 102, False: 1]
  |  Branch (993:31): [True: 102, False: 0]
  ------------------
  994|    102|			if ((blob->data[0] & 0x01) && (priv->bcd_version >= OPENPGP_CARD_3_3)) {
  ------------------
  |  Branch (994:8): [True: 30, False: 72]
  |  Branch (994:34): [True: 17, False: 13]
  ------------------
  995|     17|				priv->ext_caps |= EXT_CAP_KDF_DO;
  996|     17|			}
  997|       |			/* v2.0+: bit 0x04 in first byte means "algorithm attributes changeable" */
  998|    102|			if ((blob->data[0] & 0x04) &&
  ------------------
  |  Branch (998:8): [True: 87, False: 15]
  ------------------
  999|     87|					(priv->bcd_version >= OPENPGP_CARD_2_0))
  ------------------
  |  Branch (999:6): [True: 84, False: 3]
  ------------------
 1000|     84|				priv->ext_caps |= EXT_CAP_ALG_ATTR_CHANGEABLE;
 1001|       |			/* bit 0x08 in first byte means "support for private use DOs" */
 1002|    102|			if (blob->data[0] & 0x08)
  ------------------
  |  Branch (1002:8): [True: 54, False: 48]
  ------------------
 1003|     54|				priv->ext_caps |= EXT_CAP_PRIVATE_DO;
 1004|       |			/* bit 0x10 in first byte means "support for CHV status byte changeable" */
 1005|    102|			if (blob->data[0] & 0x10)
  ------------------
  |  Branch (1005:8): [True: 21, False: 81]
  ------------------
 1006|     21|				priv->ext_caps |= EXT_CAP_C4_CHANGEABLE;
 1007|       |			/* bit 0x20 in first byte means "support for Key Import" */
 1008|    102|			if (blob->data[0] & 0x20)
  ------------------
  |  Branch (1008:8): [True: 59, False: 43]
  ------------------
 1009|     59|				priv->ext_caps |= EXT_CAP_KEY_IMPORT;
 1010|       |			/* bit 0x40 in first byte means "support for Get Challenge" */
 1011|    102|			if (blob->data[0] & 0x40) {
  ------------------
  |  Branch (1011:8): [True: 60, False: 42]
  ------------------
 1012|     60|				card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     60|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
 1013|     60|				priv->ext_caps |= EXT_CAP_GET_CHALLENGE;
 1014|     60|			}
 1015|       |			/* v2.0+: bit 0x80 in first byte means "support Secure Messaging" */
 1016|    102|			if ((blob->data[0] & 0x80) &&
  ------------------
  |  Branch (1016:8): [True: 62, False: 40]
  ------------------
 1017|     62|					(priv->bcd_version >= OPENPGP_CARD_2_0))
  ------------------
  |  Branch (1017:6): [True: 60, False: 2]
  ------------------
 1018|     60|				priv->ext_caps |= EXT_CAP_SM;
 1019|       |
 1020|    102|			if ((priv->bcd_version >= OPENPGP_CARD_2_0) && (blob->len >= 10)) {
  ------------------
  |  Branch (1020:8): [True: 98, False: 4]
  |  Branch (1020:51): [True: 81, False: 17]
  ------------------
 1021|       |				/* v2.0+: max. challenge size is at bytes 3-4 */
 1022|     81|				priv->max_challenge_size = bebytes2ushort(blob->data + 2);
 1023|       |				/* v2.0+: max. cert size it at bytes 5-6 */
 1024|     81|				priv->max_cert_size = bebytes2ushort(blob->data + 4);
 1025|       |
 1026|     81|				if (priv->bcd_version < OPENPGP_CARD_3_0) {
  ------------------
  |  Branch (1026:9): [True: 58, False: 23]
  ------------------
 1027|       |					/* v2.x: SM algorithm is at byte 2: 0 == 3DES */
 1028|     58|					priv->sm_algo = blob->data[1];
 1029|     58|					if ((priv->sm_algo == SM_ALGO_NONE) && (priv->ext_caps & EXT_CAP_SM))
  ------------------
  |  Branch (1029:10): [True: 48, False: 10]
  |  Branch (1029:45): [True: 43, False: 5]
  ------------------
 1030|     43|						priv->sm_algo = SM_ALGO_3DES;
 1031|       |
 1032|       |					/* v2.x: max. send/receive sizes are at bytes 7-8 resp. 9-10 */
 1033|     58|					card->max_send_size = bebytes2ushort(blob->data + 6);
 1034|     58|					card->max_recv_size = bebytes2ushort(blob->data + 8);
 1035|     58|				}
 1036|     23|				else {
 1037|       |					/* v3.0+: SM algorithm is at byte 2: 0 == UNKNOWN */
 1038|     23|					priv->sm_algo = blob->data[1];
 1039|     23|					if ((priv->sm_algo == SM_ALGO_NONE) && (priv->ext_caps & EXT_CAP_SM))
  ------------------
  |  Branch (1039:10): [True: 12, False: 11]
  |  Branch (1039:45): [True: 4, False: 8]
  ------------------
 1040|      4|						priv->sm_algo = SM_ALGO_UNKNOWN;
 1041|       |
 1042|       |					/* v3.0+: max. size of special DOs is at bytes 7-8 */
 1043|     23|					priv->max_specialDO_size = bebytes2ushort(blob->data + 6);
 1044|     23|				}
 1045|     81|				if (priv->bcd_version >= OPENPGP_CARD_3_3 && (blob->len >= 10)) {
  ------------------
  |  Branch (1045:9): [True: 23, False: 58]
  |  Branch (1045:50): [True: 23, False: 0]
  ------------------
 1046|       |					/* v3.3+: MSE for key numbers 2(DEC) and 3(AUT) supported */
 1047|     23|					if (blob->data[9])
  ------------------
  |  Branch (1047:10): [True: 17, False: 6]
  ------------------
 1048|     17|						priv->ext_caps |= EXT_CAP_MSE;
 1049|     23|				}
 1050|     81|			}
 1051|    102|		}
 1052|       |
 1053|       |		/* get max. PIN length from "CHV status bytes" DO */
 1054|    278|		if ((pgp_get_blob(card, blob73, 0x00c4, &blob) >= 0) &&
  ------------------
  |  Branch (1054:7): [True: 236, False: 42]
  ------------------
 1055|    236|			(blob->data != NULL) && (blob->len > 1)) {
  ------------------
  |  Branch (1055:4): [True: 231, False: 5]
  |  Branch (1055:28): [True: 230, False: 1]
  ------------------
 1056|       |			/* 2nd byte in "CHV status bytes" DO means "max. PIN length" */
 1057|    230|			card->max_pin_len = blob->data[1];
 1058|    230|		}
 1059|       |
 1060|    278|		if (priv->bcd_version >= OPENPGP_CARD_3_0) {
  ------------------
  |  Branch (1060:7): [True: 103, False: 175]
  ------------------
 1061|       |			/* v3.0+: get length info from "extended length information" DO */
 1062|    103|			if ((pgp_get_blob(card, blob6e, 0x7f66, &blob) >= 0) &&
  ------------------
  |  Branch (1062:8): [True: 3, False: 100]
  ------------------
 1063|      3|				(blob->data != NULL) && (blob->len >= 8)) {
  ------------------
  |  Branch (1063:5): [True: 2, False: 1]
  |  Branch (1063:29): [True: 1, False: 1]
  ------------------
 1064|       |				/* kludge: treat as SIMPLE DO and use appropriate offsets */
 1065|      1|				card->max_send_size = bebytes2ushort(blob->data + 2);
 1066|      1|				card->max_recv_size = bebytes2ushort(blob->data + 6);
 1067|      1|			}
 1068|    103|		}
 1069|       |
 1070|    278|#ifdef ENABLE_OPENSSL
 1071|    278|		if (priv->ext_caps & EXT_CAP_KDF_DO) {
  ------------------
  |  Branch (1071:7): [True: 17, False: 261]
  ------------------
 1072|     17|			int r = pgp_decode_kdf_do(card, priv);
 1073|     17|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     17|#define SC_SUCCESS				0
  ------------------
  |  Branch (1073:8): [True: 16, False: 1]
  ------------------
 1074|     16|				sc_log(card->ctx, "Failed to decode KDF DO: %s", sc_strerror(r));
  ------------------
  |  |   71|     16|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1075|     16|			}
 1076|     17|		}
 1077|    278|#endif /* ENABLE_OPENSSL */
 1078|       |
 1079|       |		/* if we found at least one usable algo, let's skip other ways to find them */
 1080|    278|		if (handled_algos) {
  ------------------
  |  Branch (1080:7): [True: 0, False: 278]
  ------------------
 1081|      0|			sc_log(card->ctx, "Algo list populated from Algorithm Information DO");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1082|      0|			LOG_FUNC_RETURN(card->ctx, handled_algos);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1083|      0|		}
 1084|       |
 1085|       |		/* get _current_ algorithms & key lengths from "algorithm attributes" DOs
 1086|       |		 *
 1087|       |		 * All available algorithms should be already provided by pgp_init. However, if another
 1088|       |		 * algorithm is found in the "algorithm attributes" DOs, it is supported by the card as
 1089|       |		 * well and therefore added
 1090|       |		 * see OpenPGP card spec 1.1 & 2.x section 4.3.3.6 / v3.x section 4.4.3.7 */
 1091|  1.11k|		for (i = 0x00c1; i <= 0x00c3; i++) {
  ------------------
  |  Branch (1091:20): [True: 834, False: 278]
  ------------------
 1092|    834|			sc_cardctl_openpgp_key_gen_store_info_t key_info;
 1093|       |
 1094|    834|			sc_log(card->ctx, "Parsing algorithm attributes DO %uX" , i);
  ------------------
  |  |   71|    834|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1095|       |
 1096|       |			/* OpenPGP card spec 1.1 & 2.x section 4.3.3.6 / v3.x section 4.4.3.7 */
 1097|    834|			if ((pgp_get_blob(card, blob73, i, &blob) >= 0) &&
  ------------------
  |  Branch (1097:8): [True: 624, False: 210]
  ------------------
 1098|    624|			    (pgp_parse_algo_attr_blob(card, blob, &key_info) >= 0)) {
  ------------------
  |  Branch (1098:8): [True: 212, False: 412]
  ------------------
 1099|    212|				if (!_pgp_add_algo(card, &key_info, i))
  ------------------
  |  Branch (1099:9): [True: 0, False: 212]
  ------------------
 1100|    212|					LOG_TEST_RET(card->ctx, SC_ERROR_INTERNAL, "Cannot add algorithm");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|    212|			}
 1102|    834|		}
 1103|       |
 1104|    278|	}
 1105|       |
 1106|    789|	LOG_FUNC_RETURN(card->ctx, handled_algos);
  ------------------
  |  |  164|    789|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    789|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    789|	int _ret = r; \
  |  |  |  |  155|    789|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 765, False: 24]
  |  |  |  |  ------------------
  |  |  |  |  156|    765|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 765]
  |  |  |  |  ------------------
  |  |  |  |  157|    765|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    765|	} else { \
  |  |  |  |  159|     24|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     24|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     24|	} \
  |  |  |  |  162|    789|	return _ret; \
  |  |  |  |  163|    789|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1107|    789|}
card-openpgp.c:pgp_parse_hist_bytes:
  604|    224|{
  605|    224|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    224|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
  606|    224|	const u8 *ptr;
  607|       |
  608|       |	/* IS07816-4 hist bytes: 3rd function table */
  609|    224|	if ((ptr = sc_compacttlv_find_tag(ctlv, ctlv_len, 0x73, NULL)) != NULL) {
  ------------------
  |  Branch (609:6): [True: 184, False: 40]
  ------------------
  610|       |		/* bit 0x40 in byte 3 of TL 0x73 means "extended Le/Lc" */
  611|    184|		if (ptr[2] & 0x40) {
  ------------------
  |  Branch (611:7): [True: 10, False: 174]
  ------------------
  612|     10|			card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|     10|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  613|     10|			priv->ext_caps |= EXT_CAP_APDU_EXT;
  614|     10|		}
  615|       |		/* bit 0x80 in byte 3 of TL 0x73 means "Command chaining" */
  616|    184|		if (ptr[2] & 0x80) {
  ------------------
  |  Branch (616:7): [True: 176, False: 8]
  ------------------
  617|    176|			priv->ext_caps |= EXT_CAP_CHAINING;
  618|    176|		}
  619|    184|	}
  620|       |
  621|    224|	if ((priv->bcd_version >= OPENPGP_CARD_3_0) &&
  ------------------
  |  Branch (621:6): [True: 39, False: 185]
  ------------------
  622|     39|	    ((ptr = sc_compacttlv_find_tag(ctlv, ctlv_len, 0x31, NULL)) != NULL)) {
  ------------------
  |  Branch (622:6): [True: 15, False: 24]
  ------------------
  623|       |		// ToDo ...
  624|     15|	}
  625|    224|}
card-openpgp.c:pgp_decode_kdf_do:
  805|     17|{
  806|     17|	pgp_pin_kdf_info_t *pin_kdf_info = (pgp_pin_kdf_info_t *)calloc(1, sizeof(pgp_pin_kdf_info_t));
  807|     17|	int r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|     17|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  808|     17|	pgp_blob_t *kdf_blob;
  809|     17|	const uint8_t *data;
  810|     17|	size_t data_len;
  811|     17|	size_t tag_len;
  812|     17|	const uint8_t *p;
  813|     17|	pgp_blob_t *blob;
  814|       |
  815|     17|	if (!pin_kdf_info) {
  ------------------
  |  Branch (815:6): [True: 0, False: 17]
  ------------------
  816|      0|		return r;
  817|      0|	}
  818|       |
  819|     17|	r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     17|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  820|     17|	priv->pin_kdf_info = NULL;
  821|     17|	if ((pgp_get_blob(card, priv->mf, DO_KDF, &kdf_blob) != SC_SUCCESS) || (kdf_blob->len < 3)) {
  ------------------
  |  |  159|     17|#define DO_KDF                   0xf9
  ------------------
              	if ((pgp_get_blob(card, priv->mf, DO_KDF, &kdf_blob) != SC_SUCCESS) || (kdf_blob->len < 3)) {
  ------------------
  |  |   28|     17|#define SC_SUCCESS				0
  ------------------
  |  Branch (821:6): [True: 0, False: 17]
  |  Branch (821:73): [True: 5, False: 12]
  ------------------
  822|      5|		sc_log(card->ctx, "KDF DO does not exists or contains invalid data but card claims to support it");
  ------------------
  |  |   71|      5|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  823|      5|		goto out;
  824|      5|	}
  825|       |
  826|     12|	data = kdf_blob->data;
  827|     12|	data_len = kdf_blob->len;
  828|     12|	p = sc_asn1_find_tag(card->ctx, data, data_len, 0x81, &tag_len);
  829|     12|	if (!p) {
  ------------------
  |  Branch (829:6): [True: 1, False: 11]
  ------------------
  830|      1|		sc_log(card->ctx, "KDF algorithm byte not found");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  831|      1|		goto out;
  832|      1|	}
  833|     11|	if (tag_len != 1) {
  ------------------
  |  Branch (833:6): [True: 1, False: 10]
  ------------------
  834|      1|		sc_log(card->ctx, "Unexpected KDF algorithm byte length, expects 1, got %zu", tag_len);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  835|      1|		goto out;
  836|      1|	}
  837|       |
  838|     10|	if (*p != 0x3) {
  ------------------
  |  Branch (838:6): [True: 2, False: 8]
  ------------------
  839|      2|		if (*p == 0x0) {
  ------------------
  |  Branch (839:7): [True: 1, False: 1]
  ------------------
  840|      1|			r = SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  841|      1|			sc_log(card->ctx, "KDF derived PIN format disabled");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  842|      1|		} else {
  843|      1|			sc_log(card->ctx, "Unknown KDF algorithm ID %x", *p);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  844|      1|		}
  845|      2|		goto out;
  846|      2|	}
  847|       |
  848|      8|	p = sc_asn1_find_tag(card->ctx, data, data_len, 0x82, &tag_len);
  849|      8|	if (!p) {
  ------------------
  |  Branch (849:6): [True: 1, False: 7]
  ------------------
  850|      1|		sc_log(card->ctx, "KDF hash algorithm byte not found");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  851|      1|		goto out;
  852|      1|	}
  853|      7|	if (tag_len != 1) {
  ------------------
  |  Branch (853:6): [True: 2, False: 5]
  ------------------
  854|      2|		sc_log(card->ctx, "Unexpected KDF hash algorithm byte length, expects 1, got %zu", tag_len);
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  855|      2|		goto out;
  856|      2|	}
  857|       |
  858|      5|	switch (*p) {
  859|      1|	case 0x08:
  ------------------
  |  Branch (859:2): [True: 1, False: 4]
  ------------------
  860|      1|		pin_kdf_info->hash_algo = "SHA256";
  861|      1|		break;
  862|      3|	case 0x0A:
  ------------------
  |  Branch (862:2): [True: 3, False: 2]
  ------------------
  863|      3|		pin_kdf_info->hash_algo = "SHA512";
  864|      3|		break;
  865|      1|	default:
  ------------------
  |  Branch (865:2): [True: 1, False: 4]
  ------------------
  866|      1|		sc_log(card->ctx, "Unknown KDF hash algorithm ID %x", *p);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  867|      1|		goto out;
  868|      5|	}
  869|       |
  870|      4|	p = sc_asn1_find_tag(card->ctx, data, data_len, 0x83, &tag_len);
  871|      4|	if (!p) {
  ------------------
  |  Branch (871:6): [True: 2, False: 2]
  ------------------
  872|      2|		sc_log(card->ctx, "KDF iteration count not found");
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  873|      2|		goto out;
  874|      2|	}
  875|      2|	if (tag_len != 4) {
  ------------------
  |  Branch (875:6): [True: 1, False: 1]
  ------------------
  876|      1|		sc_log(card->ctx, "Unexpected KDF iteration count length, expects 4, got %zu", tag_len);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  877|      1|		goto out;
  878|      1|	}
  879|      1|	pin_kdf_info->iterations = (uint32_t)bebytes2ulong(p);
  880|       |
  881|      1|	r = pgp_get_blob(card, kdf_blob, 0x84, &blob);
  882|      1|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  |  Branch (882:6): [True: 1, False: 0]
  ------------------
  883|      1|		sc_log(card->ctx, "Failed to get salt bytes of user password");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  884|      1|		goto out;
  885|      1|	}
  886|      0|	pin_kdf_info->userpw_salt = blob;
  887|       |
  888|      0|	r = pgp_get_blob(card, kdf_blob, 0x86, &blob);
  889|      0|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (889:6): [True: 0, False: 0]
  ------------------
  890|      0|		sc_log(card->ctx, "Failed to get salt bytes of admin password");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  891|      0|		goto out;
  892|      0|	}
  893|      0|	pin_kdf_info->adminpw_salt = blob;
  894|       |
  895|      0|	sc_log(card->ctx, "KDF derived PIN format enabled");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  896|      0|	priv->pin_kdf_info = pin_kdf_info;
  897|      0|	return r;
  898|     17|out:
  899|     17|	free(pin_kdf_info);
  900|     17|	return r;
  901|      0|}
card-openpgp.c:pgp_finish:
 1115|    812|{
 1116|    812|	if (card != NULL) {
  ------------------
  |  Branch (1116:6): [True: 812, False: 0]
  ------------------
 1117|    812|		struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    812|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1118|       |
 1119|    812|		if (priv != NULL) {
  ------------------
  |  Branch (1119:7): [True: 812, False: 0]
  ------------------
 1120|       |			/* delete fake file hierarchy */
 1121|    812|			pgp_free_blobs(priv->mf);
 1122|       |
 1123|       |			/* delete kdf do related data if exists */
 1124|    812|			free(priv->pin_kdf_info);
 1125|       |
 1126|       |			/* delete private data */
 1127|    812|			free(priv);
 1128|    812|		}
 1129|    812|		card->drv_data = NULL;
 1130|    812|	}
 1131|    812|	return SC_SUCCESS;
  ------------------
  |  |   28|    812|#define SC_SUCCESS				0
  ------------------
 1132|    812|}
card-openpgp.c:pgp_free_blobs:
 1328|  40.6k|{
 1329|  40.6k|	if (blob) {
  ------------------
  |  Branch (1329:6): [True: 40.5k, False: 23]
  ------------------
 1330|  40.5k|		pgp_blob_t *child = blob->files;
 1331|       |
 1332|  80.3k|		while (child != NULL) {
  ------------------
  |  Branch (1332:10): [True: 39.7k, False: 40.5k]
  ------------------
 1333|  39.7k|			pgp_blob_t *next = child->next;
 1334|       |
 1335|  39.7k|			pgp_free_blobs(child);
 1336|  39.7k|			child = next;
 1337|  39.7k|		}
 1338|  40.5k|		pgp_free_blob(blob);
 1339|  40.5k|	}
 1340|  40.6k|}
card-openpgp.c:pgp_free_blob:
 1303|  40.5k|{
 1304|  40.5k|	if (blob) {
  ------------------
  |  Branch (1304:6): [True: 40.5k, False: 0]
  ------------------
 1305|  40.5k|		if (blob->parent) {
  ------------------
  |  Branch (1305:7): [True: 39.7k, False: 789]
  ------------------
 1306|  39.7k|			pgp_blob_t **p;
 1307|       |
 1308|       |			/* remove blob from list of parent's children */
 1309|  39.7k|			for (p = &blob->parent->files; *p != NULL && *p != blob; p = &(*p)->next)
  ------------------
  |  Branch (1309:35): [True: 39.7k, False: 0]
  |  Branch (1309:49): [True: 0, False: 39.7k]
  ------------------
 1310|      0|				;
 1311|  39.7k|			if (*p == blob)
  ------------------
  |  Branch (1311:8): [True: 39.7k, False: 0]
  ------------------
 1312|  39.7k|				*p = blob->next;
 1313|  39.7k|		}
 1314|       |
 1315|  40.5k|		sc_file_free(blob->file);
 1316|  40.5k|		if (blob->data)
  ------------------
  |  Branch (1316:7): [True: 12.4k, False: 28.1k]
  ------------------
 1317|  12.4k|			free(blob->data);
 1318|  40.5k|		free(blob);
 1319|  40.5k|	}
 1320|  40.5k|}
card-openpgp.c:pgp_select_file:
 1614|  7.22k|{
 1615|  7.22k|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  7.22k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1616|  7.22k|	pgp_blob_t	*blob;
 1617|  7.22k|	unsigned int	path_start = 0;
 1618|  7.22k|	unsigned int	n;
 1619|  7.22k|	sc_path_t dummy_path;
 1620|       |
 1621|  7.22k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  7.22k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  7.22k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  7.22k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  7.22k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7.22k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1622|       |
 1623|  7.22k|	if (path->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  7.22k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1623:6): [True: 1.19k, False: 6.03k]
  ------------------
 1624|  7.22k|		LOG_FUNC_RETURN(card->ctx, iso_ops->select_file(card, path, ret));
  ------------------
  |  |  164|  1.19k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.19k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.19k|	int _ret = r; \
  |  |  |  |  155|  1.19k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.19k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.19k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.12k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.12k, False: 68]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.19k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.19k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.19k|	return _ret; \
  |  |  |  |  163|  1.19k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1625|       |
 1626|  6.03k|	if (path->len < 2 || (path->len & 1))
  ------------------
  |  Branch (1626:6): [True: 0, False: 6.03k]
  |  Branch (1626:23): [True: 0, False: 6.03k]
  ------------------
 1627|  6.03k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1628|  6.03k|				"invalid path length");
 1629|       |
 1630|  6.03k|	if (path->type == SC_PATH_TYPE_FILE_ID && path->len != 2)
  ------------------
  |  |  117|  12.0k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (1630:6): [True: 0, False: 6.03k]
  |  Branch (1630:44): [True: 0, False: 0]
  ------------------
 1631|  6.03k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1632|  6.03k|				"invalid path type");
 1633|       |
 1634|       |	/* Due to pkcs15init implementation, sometimes a file at path "11001101"
 1635|       |	 * need to be written (one use case is when importing key&cert from p12 file).
 1636|       |	 * This file does not exist in OpenPGP but pkcs15 requires that
 1637|       |	 * writing this file must be successful.
 1638|       |	 * So, we pretend that selecting & writing this file is successful.
 1639|       |	 * The "11001101"is defined in sc_pkcs15emu_get_df() function, pkcs15-sync.c file. */
 1640|  6.03k|	sc_format_path("11001101", &dummy_path);
 1641|  6.03k|	if (sc_compare_path(path, &dummy_path)) {
  ------------------
  |  Branch (1641:6): [True: 0, False: 6.03k]
  ------------------
 1642|      0|		if (ret != NULL) {
  ------------------
  |  Branch (1642:7): [True: 0, False: 0]
  ------------------
 1643|      0|			*ret = sc_file_new();
 1644|       |			/* One use case of this dummy file is after writing certificate in pkcs15init.
 1645|       |			 * So we set its size to be the same as max certificate size the card supports. */
 1646|      0|			(*ret)->size = priv->max_cert_size;
 1647|      0|		}
 1648|      0|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1649|      0|	}
 1650|       |
 1651|       |	/* ignore explicitly mentioned MF at the path's beginning */
 1652|  6.03k|	path_start = pgp_strip_path(card, path);
 1653|       |
 1654|       |	/* starting with the MF ... */
 1655|  6.03k|	blob = priv->mf;
 1656|       |	/* ... recurse through the tree following the path */
 1657|  12.7k|	for (n = path_start; n < path->len; n += 2) {
  ------------------
  |  Branch (1657:23): [True: 8.68k, False: 4.06k]
  ------------------
 1658|  8.68k|		unsigned int	id = bebytes2ushort(path->value + n);
 1659|  8.68k|		int		r = pgp_get_blob(card, blob, id, &blob);
 1660|       |
 1661|       |		/* This file ID is referred when importing key&certificate via pkcs15init, like above.
 1662|       |		 * We pretend to successfully find this inexistent file. */
 1663|  8.68k|		if (id == 0x4402 || id == 0x5f48) {
  ------------------
  |  Branch (1663:7): [True: 0, False: 8.68k]
  |  Branch (1663:23): [True: 0, False: 8.68k]
  ------------------
 1664|      0|			if (ret == NULL)
  ------------------
  |  Branch (1664:8): [True: 0, False: 0]
  ------------------
 1665|       |				/* No need to return file */
 1666|      0|				LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1667|       |
 1668|       |			/* Else, need to return file */
 1669|      0|			*ret = sc_file_new();
 1670|      0|			(*ret)->size = priv->max_cert_size;
 1671|      0|			LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1672|      0|		}
 1673|       |
 1674|  8.68k|		if (r < 0) {	/* failure */
  ------------------
  |  Branch (1674:7): [True: 1.96k, False: 6.71k]
  ------------------
 1675|  1.96k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.96k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.96k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.96k|	int _ret = r; \
  |  |  |  |  155|  1.96k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.96k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.96k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.96k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.96k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.96k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.96k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.96k|	return _ret; \
  |  |  |  |  163|  1.96k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1676|  1.96k|		}
 1677|  8.68k|	}
 1678|       |
 1679|       |	/* success: select file = set "current" pointer to blob found */
 1680|  4.06k|	priv->current = blob;
 1681|       |
 1682|  4.06k|	if (ret)
  ------------------
  |  Branch (1682:6): [True: 2.30k, False: 1.76k]
  ------------------
 1683|  2.30k|		sc_file_dup(ret, blob->file);
 1684|       |
 1685|  4.06k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  4.06k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  4.06k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  4.06k|	int _ret = r; \
  |  |  |  |  155|  4.06k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.06k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.06k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 4.06k]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.06k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.06k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  4.06k|	return _ret; \
  |  |  |  |  163|  4.06k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1686|  4.06k|}
card-openpgp.c:pgp_strip_path:
 1595|  6.03k|{
 1596|  6.03k|	unsigned int start_point = 0;
 1597|       |	/* start_point will move through the path string */
 1598|  6.03k|	if (path->len == 0)
  ------------------
  |  Branch (1598:6): [True: 0, False: 6.03k]
  ------------------
 1599|      0|		return 0;
 1600|       |
 1601|       |	/* ignore 3F00 (MF) at the beginning */
 1602|  6.03k|	start_point = (memcmp(path->value, "\x3f\x00", 2) == 0) ? 2 : 0;
  ------------------
  |  Branch (1602:16): [True: 3.20k, False: 2.83k]
  ------------------
 1603|       |	/* strip path of PKCS15-App DF (5015) */
 1604|  6.03k|	start_point += (memcmp(path->value + start_point, "\x50\x15", 2) == 0) ? 2 : 0;
  ------------------
  |  Branch (1604:17): [True: 1.31k, False: 4.71k]
  ------------------
 1605|  6.03k|	return start_point;
 1606|  6.03k|}
card-openpgp.c:pgp_read_binary:
 1755|  3.40k|{
 1756|  3.40k|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  3.40k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1757|  3.40k|	pgp_blob_t	*blob;
 1758|  3.40k|	int		r;
 1759|       |
 1760|  3.40k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  3.40k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.40k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.40k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.40k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.40k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1761|       |
 1762|       |	/* jump to selected file */
 1763|  3.40k|	blob = priv->current;
 1764|       |
 1765|  3.40k|	if (blob == NULL)
  ------------------
  |  Branch (1765:6): [True: 0, False: 3.40k]
  ------------------
 1766|  3.40k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1767|       |
 1768|  3.40k|	if (blob->file->type != SC_FILE_TYPE_WORKING_EF)
  ------------------
  |  |  216|  3.40k|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  |  Branch (1768:6): [True: 0, False: 3.40k]
  ------------------
 1769|  3.40k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1770|       |
 1771|  3.40k|	if ((r = pgp_read_blob(card, blob)) < 0)
  ------------------
  |  Branch (1771:6): [True: 0, False: 3.40k]
  ------------------
 1772|  3.40k|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1773|       |
 1774|  3.40k|	if (idx > blob->len)
  ------------------
  |  Branch (1774:6): [True: 0, False: 3.40k]
  ------------------
 1775|  3.40k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCORRECT_PARAMETERS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1776|       |
 1777|  3.40k|	if (idx + count > blob->len)
  ------------------
  |  Branch (1777:6): [True: 0, False: 3.40k]
  ------------------
 1778|      0|		count = blob->len - idx;
 1779|  3.40k|	memcpy(buf, blob->data + idx, count);
 1780|       |
 1781|  3.40k|	LOG_FUNC_RETURN(card->ctx, (int)count);
  ------------------
  |  |  164|  3.40k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.40k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.40k|	int _ret = r; \
  |  |  |  |  155|  3.40k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 3.40k]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.40k|	} else { \
  |  |  |  |  159|  3.40k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  3.40k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  3.40k|	} \
  |  |  |  |  162|  3.40k|	return _ret; \
  |  |  |  |  163|  3.40k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1782|  3.40k|}
card-openpgp.c:pgp_pin_cmd:
 2388|  1.19k|{
 2389|  1.19k|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  1.19k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 2390|  1.19k|	struct sc_card_operations ops = {.pin_cmd = iso_ops->pin_cmd};
 2391|       |
 2392|  1.19k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.19k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.19k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.19k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.19k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.19k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2393|       |
 2394|  1.19k|	if (data->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|  1.19k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (2394:6): [True: 0, False: 1.19k]
  ------------------
 2395|  1.19k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2396|  1.19k|				"invalid PIN type");
 2397|       |
 2398|       |	/* In general, the PIN Reference is extracted from the key-id,
 2399|       |	 * for example, CHV0 -> Ref=0, CHV1 -> Ref=1.
 2400|       |	 * However, in the case of OpenPGP, the PIN Ref to compose APDU
 2401|       |	 * must be 81, 82, 83.
 2402|       |	 * So, if we receive Ref=1, Ref=2, we must convert to 81, 82...
 2403|       |	 * In OpenPGP v1, the PINs are named CHV1, CHV2, CHV3.
 2404|       |	 * In v2, they are named PW1, PW3 (PW1 operates in 2 modes).
 2405|       |	 *
 2406|       |	 * The PIN references (P2 in APDU) for "VERIFY" are the same in both versions:
 2407|       |	 * 81 (CHV1 or PW1), 82 (CHV2 or PW1-mode 2), 83 (CHV3 or PW3),
 2408|       |	 * On the other hand from version 2.0 "CHANGE REFERENCE DATA" and
 2409|       |	 * "RESET RETRY COUNTER" don't support PW1-mode 2 (82) and need this
 2410|       |	 * value changed to PW1 (81).
 2411|       |	 * Both of these commands also differ between card versions in that
 2412|       |	 * v1 cards can use only implicit old PIN or CHV3 test for both commands
 2413|       |	 * whereas v2 can use both implicit (for PW3) and explicit
 2414|       |	 * (for special "Resetting Code") PIN test for "RESET RETRY COUNTER"
 2415|       |	 * and only explicit test for "CHANGE REFERENCE DATA".
 2416|       |	 *
 2417|       |	 * Note that if this function is called from sc_pkcs15_verify_pin() in pkcs15-pin.c,
 2418|       |	 * the Ref is already 81, 82, 83.
 2419|       |	 */
 2420|       |
 2421|       |	/* convert the PIN Reference if needed */
 2422|  1.19k|	data->pin_reference |= 0x80;
 2423|       |
 2424|       |	/* check version-dependent constraints */
 2425|  1.19k|	if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  416|  2.39k|#define SC_PIN_CMD_CHANGE	1
  ------------------
              	if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|  1.09k|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (2425:6): [True: 99, False: 1.09k]
  |  Branch (2425:40): [True: 96, False: 1.00k]
  ------------------
 2426|    195|		if (priv->bcd_version >= OPENPGP_CARD_2_0) {
  ------------------
  |  Branch (2426:7): [True: 161, False: 34]
  ------------------
 2427|    161|			if (data->pin_reference == 0x82)
  ------------------
  |  Branch (2427:8): [True: 63, False: 98]
  ------------------
 2428|     63|				data->pin_reference = 0x81;
 2429|       |
 2430|    161|			if (data->cmd == SC_PIN_CMD_CHANGE) {
  ------------------
  |  |  416|    161|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (2430:8): [True: 80, False: 81]
  ------------------
 2431|     80|				if (data->pin1.len == 0 &&
  ------------------
  |  Branch (2431:9): [True: 0, False: 80]
  ------------------
 2432|      0|				    !(data->flags & SC_PIN_CMD_USE_PINPAD))
  ------------------
  |  |  421|      0|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  |  Branch (2432:9): [True: 0, False: 0]
  ------------------
 2433|     80|					LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2434|     80|							"v2 cards don't support implicit old PIN for PIN change");
 2435|       |
 2436|     80|				data->flags &= ~SC_PIN_CMD_IMPLICIT_CHANGE;
  ------------------
  |  |  423|     80|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
 2437|     80|			}
 2438|    161|		} else {
 2439|     34|			if (data->pin1.len != 0) {
  ------------------
  |  Branch (2439:8): [True: 34, False: 0]
  ------------------
 2440|     34|				sc_log(card->ctx,
  ------------------
  |  |   71|     34|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2441|     34|				       "v1 cards don't support explicit old or CHV3 PIN, PIN ignored.");
 2442|     34|				sc_log(card->ctx,
  ------------------
  |  |   71|     34|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2443|     34|				       "please make sure that you have verified the relevant PIN first.");
 2444|     34|				data->pin1.len = 0;
 2445|     34|			}
 2446|       |
 2447|     34|			data->flags |= SC_PIN_CMD_IMPLICIT_CHANGE;
  ------------------
  |  |  423|     34|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
 2448|     34|		}
 2449|    195|	}
 2450|       |
 2451|  1.19k|	if (data->cmd == SC_PIN_CMD_UNBLOCK && data->pin2.len == 0 &&
  ------------------
  |  |  417|  2.39k|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (2451:6): [True: 96, False: 1.10k]
  |  Branch (2451:41): [True: 0, False: 96]
  ------------------
 2452|      0|	    !(data->flags & SC_PIN_CMD_USE_PINPAD))
  ------------------
  |  |  421|      0|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  |  Branch (2452:6): [True: 0, False: 0]
  ------------------
 2453|  1.19k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2454|  1.19k|				"new PIN must be provided for unblock operation");
 2455|       |
 2456|       |	/* ensure pin_reference is 81, 82, 83 */
 2457|  1.19k|	if (data->pin_reference < 0x81 || data->pin_reference > 0x83)
  ------------------
  |  Branch (2457:6): [True: 19, False: 1.17k]
  |  Branch (2457:36): [True: 0, False: 1.17k]
  ------------------
 2458|  1.19k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|     19|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     19|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     19|	int _ret = (r); \
  |  |  |  |  168|     19|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 19, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     19|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     19|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     19|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     19|		return _ret; \
  |  |  |  |  172|     19|	} \
  |  |  |  |  173|     19|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2459|  1.17k|				"Invalid key ID; must be 1, 2, or 3");
 2460|       |
 2461|       |	/* emulate SC_PIN_CMD_GET_INFO command for cards not supporting it */
 2462|  1.17k|	if (data->cmd == SC_PIN_CMD_GET_INFO && (card->caps & SC_CARD_CAP_ISO7816_PIN_INFO) == 0) {
  ------------------
  |  |  418|  2.35k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
              	if (data->cmd == SC_PIN_CMD_GET_INFO && (card->caps & SC_CARD_CAP_ISO7816_PIN_INFO) == 0) {
  ------------------
  |  |  553|    720|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  |  Branch (2462:6): [True: 720, False: 458]
  |  Branch (2462:42): [True: 450, False: 270]
  ------------------
 2463|    450|		u8 c4data[10];
 2464|    450|		int r;
 2465|       |
 2466|    450|		r = sc_get_data(card, 0x00c4, c4data, sizeof(c4data));
 2467|    450|		LOG_TEST_RET(card->ctx, r, "reading CHV status bytes failed");
  ------------------
  |  |  174|    450|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    450|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    450|	int _ret = (r); \
  |  |  |  |  168|    450|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 413, False: 37]
  |  |  |  |  ------------------
  |  |  |  |  169|    413|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    413|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    413|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    413|		return _ret; \
  |  |  |  |  172|    413|	} \
  |  |  |  |  173|    450|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 37]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2468|       |
 2469|     37|		if (r != 7)
  ------------------
  |  Branch (2469:7): [True: 31, False: 6]
  ------------------
 2470|     37|			LOG_TEST_RET(card->ctx, SC_ERROR_OBJECT_NOT_VALID,
  ------------------
  |  |  174|     31|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     31|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     31|	int _ret = (r); \
  |  |  |  |  168|     31|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 31, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     31|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     31|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     31|		return _ret; \
  |  |  |  |  172|     31|	} \
  |  |  |  |  173|     31|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2471|      6|				"CHV status bytes have unexpected length");
 2472|       |
 2473|       |		/* The definition of fields of DO C4 changed between OpenPGP
 2474|       |		 * card specification v1.1 and v2.0. There is no longer a separate
 2475|       |		 * CHV2 retry counter but only one retry counter for both PW1 mode 1
 2476|       |		 * and mode 2 at byte 5 (count from 1) of the DO.
 2477|       |		 */
 2478|      6|		if (priv->bcd_version >= OPENPGP_CARD_2_0 && data->pin_reference == 0x82)
  ------------------
  |  Branch (2478:7): [True: 5, False: 1]
  |  Branch (2478:48): [True: 2, False: 3]
  ------------------
 2479|      2|			data->pin_reference = 0x81;
 2480|       |
 2481|      6|		data->pin1.tries_left = c4data[3 + (data->pin_reference & 0x0F)];
 2482|      6|		data->pin1.max_tries = 3;
 2483|      6|		data->pin1.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|      6|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 2484|       |
 2485|      6|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2486|      6|	}
 2487|       |
 2488|    728|#ifdef ENABLE_OPENSSL
 2489|    728|	if (priv->pin_kdf_info) {
  ------------------
  |  Branch (2489:6): [True: 0, False: 728]
  ------------------
 2490|      0|		ops.pin_cmd = &pgp_kdf_do_pin_cmd;
 2491|      0|	}
 2492|    728|#endif /* ENABLE_OPENSSL */
 2493|       |
 2494|    728|	LOG_FUNC_RETURN(card->ctx, ops.pin_cmd(card, data));
  ------------------
  |  |  164|    728|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    728|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    728|	int _ret = r; \
  |  |  |  |  155|    728|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 728, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    728|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    543|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 543, False: 185]
  |  |  |  |  ------------------
  |  |  |  |  157|    728|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    728|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    728|	return _ret; \
  |  |  |  |  163|    728|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2495|    728|}
card-openpgp.c:pgp_get_data:
 1994|  6.26k|{
 1995|  6.26k|	sc_apdu_t	apdu;
 1996|  6.26k|	int		r;
 1997|       |
 1998|  6.26k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  6.26k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  6.26k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  6.26k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  6.26k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 6.26k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1999|       |
 2000|  6.26k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xCA, tag >> 8, tag);
  ------------------
  |  |  301|  6.26k|#define SC_APDU_CASE_2			0x22
  ------------------
 2001|  6.26k|	apdu.le = ((buf_len >= 256) && !(card->caps & SC_CARD_CAP_APDU_EXT)) ? 256 : buf_len;
  ------------------
  |  |  547|  4.35k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (2001:13): [True: 4.35k, False: 1.90k]
  |  Branch (2001:33): [True: 4.30k, False: 46]
  ------------------
 2002|  6.26k|	apdu.resp = buf;
 2003|  6.26k|	apdu.resplen = buf_len;
 2004|       |
 2005|  6.26k|	r = sc_transmit_apdu(card, &apdu);
 2006|  6.26k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  6.26k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  6.26k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  6.26k|	int _ret = (r); \
  |  |  |  |  168|  6.26k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 36, False: 6.22k]
  |  |  |  |  ------------------
  |  |  |  |  169|     36|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     36|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     36|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     36|		return _ret; \
  |  |  |  |  172|     36|	} \
  |  |  |  |  173|  6.26k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6.22k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2007|       |
 2008|  6.22k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2009|       |
 2010|       |	/* Gnuk returns an error instead of empty data if there is no certificate or private DO.
 2011|       |	 * So, for this case, we ignore error and consider success */
 2012|  6.22k|	if (card->type == SC_CARD_TYPE_OPENPGP_GNUK &&
  ------------------
  |  Branch (2012:6): [True: 1.57k, False: 4.64k]
  ------------------
 2013|  1.57k|	    (tag == DO_CERT  ||
  ------------------
  |  |  138|  3.15k|#define DO_CERT                  0x7f21
  ------------------
  |  Branch (2013:7): [True: 245, False: 1.33k]
  ------------------
 2014|  1.33k|	     tag == DO_PRIV1 ||
  ------------------
  |  |  149|  2.91k|#define DO_PRIV1                 0x0101
  ------------------
  |  Branch (2014:7): [True: 21, False: 1.31k]
  ------------------
 2015|  1.31k|	     tag == DO_PRIV2 ||
  ------------------
  |  |  150|  2.89k|#define DO_PRIV2                 0x0102
  ------------------
  |  Branch (2015:7): [True: 22, False: 1.29k]
  ------------------
 2016|  1.29k|	     tag == DO_PRIV3 ||
  ------------------
  |  |  151|  2.87k|#define DO_PRIV3                 0x0103
  ------------------
  |  Branch (2016:7): [True: 22, False: 1.26k]
  ------------------
 2017|  1.26k|	     tag == DO_PRIV4)) {
  ------------------
  |  |  152|  1.26k|#define DO_PRIV4                 0x0104
  ------------------
  |  Branch (2017:7): [True: 22, False: 1.24k]
  ------------------
 2018|    332|		if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|    332|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (2018:7): [True: 1, False: 331]
  ------------------
 2019|      1|			r = SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
 2020|      1|			apdu.resplen = 0;
 2021|      1|		}
 2022|    332|	}
 2023|  6.22k|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|  6.22k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  6.22k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  6.22k|	int _ret = (r); \
  |  |  |  |  168|  6.22k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3.76k, False: 2.45k]
  |  |  |  |  ------------------
  |  |  |  |  169|  3.76k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.76k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  3.76k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  3.76k|		return _ret; \
  |  |  |  |  172|  3.76k|	} \
  |  |  |  |  173|  6.22k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.45k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2024|       |
 2025|  2.45k|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|  2.45k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.45k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.45k|	int _ret = r; \
  |  |  |  |  155|  2.45k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 882, False: 1.57k]
  |  |  |  |  ------------------
  |  |  |  |  156|    882|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 882]
  |  |  |  |  ------------------
  |  |  |  |  157|    882|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.57k|	} else { \
  |  |  |  |  159|  1.57k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.57k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.57k|	} \
  |  |  |  |  162|  2.45k|	return _ret; \
  |  |  |  |  163|  2.45k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2026|  2.45k|}
card-openpgp.c:pgp_set_security_env:
 2538|    378|{
 2539|    378|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    378|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 2540|       |
 2541|    378|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    378|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    378|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    378|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    378|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 378]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2542|       |
 2543|       |	/* The SC_SEC_ENV_ALG_PRESENT is set always so let it pass for GNUK */
 2544|    378|	if ((env->flags & SC_SEC_ENV_ALG_PRESENT)
  ------------------
  |  |   60|    378|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
  |  Branch (2544:6): [True: 378, False: 0]
  ------------------
 2545|    378|		&& (env->algorithm != SC_ALGORITHM_RSA)
  ------------------
  |  |   69|    378|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (2545:6): [True: 0, False: 378]
  ------------------
 2546|      0|		&& (priv->bcd_version < OPENPGP_CARD_3_0)
  ------------------
  |  Branch (2546:6): [True: 0, False: 0]
  ------------------
 2547|      0|		&& (card->type != SC_CARD_TYPE_OPENPGP_GNUK))
  ------------------
  |  Branch (2547:6): [True: 0, False: 0]
  ------------------
 2548|    378|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2549|    378|				"only RSA algorithm supported");
 2550|       |
 2551|    378|	if (!(env->flags & SC_SEC_ENV_KEY_REF_PRESENT) || (env->key_ref_len != 1))
  ------------------
  |  |   58|    378|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (2551:6): [True: 0, False: 378]
  |  Branch (2551:52): [True: 0, False: 378]
  ------------------
 2552|    378|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2553|    378|				"exactly one key reference required");
 2554|       |
 2555|    378|	if (env->flags & SC_SEC_ENV_FILE_REF_PRESENT)
  ------------------
  |  |   57|    378|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (2555:6): [True: 0, False: 378]
  ------------------
 2556|    378|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2557|    378|			"passing file references not supported");
 2558|       |
 2559|    378|	sc_log(card->ctx, "Key ref %d", env->key_ref[0]);
  ------------------
  |  |   71|    378|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2560|    378|	switch (env->operation) {
 2561|    309|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|    309|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (2561:2): [True: 309, False: 69]
  ------------------
 2562|    309|		sc_log(card->ctx, "Operation: Sign.");
  ------------------
  |  |   71|    309|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2563|    309|		if (env->key_ref[0] != 0x00 && env->key_ref[0] != 0x02) {
  ------------------
  |  Branch (2563:7): [True: 219, False: 90]
  |  Branch (2563:34): [True: 0, False: 219]
  ------------------
 2564|      0|			LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2565|      0|				"Key reference not compatible with "
 2566|      0|				"requested usage");
 2567|      0|		}
 2568|    309|		break;
 2569|    309|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|     69|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (2569:2): [True: 69, False: 309]
  ------------------
 2570|     69|		sc_log(card->ctx, "Operation: Decipher.");
  ------------------
  |  |   71|     69|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2571|       |		/* we allow key ref 2 (auth key) to be used for deciphering */
 2572|     69|		if (env->key_ref[0] != 0x01 && env->key_ref[0] != 0x02) {
  ------------------
  |  Branch (2572:7): [True: 13, False: 56]
  |  Branch (2572:34): [True: 0, False: 13]
  ------------------
 2573|      0|			LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2574|      0|				"Key reference not compatible with "
 2575|      0|				"requested usage");
 2576|      0|		}
 2577|     69|		break;
 2578|     69|	case SC_SEC_OPERATION_DERIVE:
  ------------------
  |  |   50|      0|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
  |  Branch (2578:2): [True: 0, False: 378]
  ------------------
 2579|      0|		sc_log(card->ctx, "Operation: Derive: No particular action needed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2580|      0|		break;
 2581|      0|	default:
  ------------------
  |  Branch (2581:2): [True: 0, False: 378]
  ------------------
 2582|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2583|    378|				"invalid operation");
 2584|    378|	}
 2585|       |
 2586|    378|	priv->sec_env = *env;
 2587|       |
 2588|    378|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    378|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    378|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    378|	int _ret = r; \
  |  |  |  |  155|    378|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 378, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    378|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 378]
  |  |  |  |  ------------------
  |  |  |  |  157|    378|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    378|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    378|	return _ret; \
  |  |  |  |  163|    378|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2589|    378|}
card-openpgp.c:pgp_compute_signature:
 2643|    309|{
 2644|    309|	struct pgp_priv_data	*priv = DRVDATA(card);
  ------------------
  |  |  189|    309|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 2645|    309|	sc_security_env_t	*env = &priv->sec_env;
 2646|    309|	sc_apdu_t		apdu;
 2647|    309|	u8 apdu_case = (card->type == SC_CARD_TYPE_OPENPGP_GNUK)
  ------------------
  |  Branch (2647:17): [True: 139, False: 170]
  ------------------
 2648|    309|			? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_4;
  ------------------
  |  |  294|    139|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              			? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_4;
  ------------------
  |  |  303|    479|#define SC_APDU_CASE_4			0x24
  ------------------
 2649|    309|	int			r;
 2650|       |
 2651|    309|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    309|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    309|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    309|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    309|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 309]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2652|       |
 2653|    309|	if (env->operation != SC_SEC_OPERATION_SIGN)
  ------------------
  |  |   48|    309|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (2653:6): [True: 0, False: 309]
  ------------------
 2654|    309|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2655|    309|				"invalid operation");
 2656|       |
 2657|    309|	switch (env->key_ref[0]) {
 2658|     90|	case 0x00: /* signature key */
  ------------------
  |  Branch (2658:2): [True: 90, False: 219]
  ------------------
 2659|       |		/* PSO SIGNATURE */
 2660|     90|		sc_format_apdu(card, &apdu, apdu_case, 0x2A, 0x9E, 0x9A);
 2661|     90|		break;
 2662|    219|	case 0x02: /* authentication key */
  ------------------
  |  Branch (2662:2): [True: 219, False: 90]
  ------------------
 2663|       |		/* INTERNAL AUTHENTICATE */
 2664|    219|		sc_format_apdu(card, &apdu, apdu_case, 0x88, 0, 0);
 2665|    219|		break;
 2666|      0|	case 0x01:
  ------------------
  |  Branch (2666:2): [True: 0, False: 309]
  ------------------
 2667|      0|	default:
  ------------------
  |  Branch (2667:2): [True: 0, False: 309]
  ------------------
 2668|       |		/* From PKCS #11 point of view, we should be able to use
 2669|       |		 * curve25519 to do digital signature, but it is not how it
 2670|       |		 * is used in OpenPGP so we will not allow it here */
 2671|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2672|    309|			"invalid key reference");
 2673|    309|	}
 2674|       |
 2675|       |	/* if card/reader does not support extended APDUs, but chaining, then set it */
 2676|    309|	if (((card->caps & SC_CARD_CAP_APDU_EXT) == 0) && (priv->ext_caps & EXT_CAP_CHAINING))
  ------------------
  |  |  547|    309|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (2676:6): [True: 303, False: 6]
  |  Branch (2676:52): [True: 139, False: 164]
  ------------------
 2677|    139|		apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|    139|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 2678|       |
 2679|    309|	apdu.lc = data_len;
 2680|    309|	apdu.data = (u8 *)data;
 2681|    309|	apdu.datalen = data_len;
 2682|    309|	apdu.le = ((outlen >= 256) && !(card->caps & SC_CARD_CAP_APDU_EXT)) ? 256 : outlen;
  ------------------
  |  |  547|    309|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (2682:13): [True: 309, False: 0]
  |  Branch (2682:32): [True: 303, False: 6]
  ------------------
 2683|    309|	apdu.resp    = out;
 2684|    309|	apdu.resplen = outlen;
 2685|       |
 2686|    309|	r = sc_transmit_apdu(card, &apdu);
 2687|    309|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    309|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    309|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    309|	int _ret = (r); \
  |  |  |  |  168|    309|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 171, False: 138]
  |  |  |  |  ------------------
  |  |  |  |  169|    171|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    171|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    171|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    171|		return _ret; \
  |  |  |  |  172|    171|	} \
  |  |  |  |  173|    309|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 138]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2688|       |
 2689|    138|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2690|    138|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|    138|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    138|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    138|	int _ret = (r); \
  |  |  |  |  168|    138|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 112, False: 26]
  |  |  |  |  ------------------
  |  |  |  |  169|    112|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    112|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    112|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    112|		return _ret; \
  |  |  |  |  172|    112|	} \
  |  |  |  |  173|    138|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2691|       |
 2692|     26|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     26|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     26|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     26|	int _ret = r; \
  |  |  |  |  155|     26|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  156|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  157|     12|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     14|	} else { \
  |  |  |  |  159|     14|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     14|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     14|	} \
  |  |  |  |  162|     26|	return _ret; \
  |  |  |  |  163|     26|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2693|     26|}
card-openpgp.c:pgp_decipher:
 2702|     60|{
 2703|     60|	struct pgp_priv_data	*priv = DRVDATA(card);
  ------------------
  |  |  189|     60|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 2704|     60|	sc_security_env_t	*env = &priv->sec_env;
 2705|     60|	sc_apdu_t	apdu;
 2706|     60|	u8 apdu_case = SC_APDU_CASE_4;
  ------------------
  |  |  303|     60|#define SC_APDU_CASE_4			0x24
  ------------------
 2707|     60|	u8		*temp = NULL, *p = NULL;
 2708|     60|	size_t		templen, pklen, dolen;
 2709|     60|	int		r;
 2710|       |
 2711|     60|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     60|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     60|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     60|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     60|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 60]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2712|       |
 2713|       |	/* padding according to OpenPGP card spec 1.1 & 2.x section 7.2.9 / 3.x section 7.2.11
 2714|       |	 * The longest possible prefix is 10 bytes for ECDH */
 2715|     60|	templen = inlen + 10;
 2716|     60|	if (!(temp = malloc(templen)))
  ------------------
  |  Branch (2716:6): [True: 0, False: 60]
  ------------------
 2717|     60|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2718|       |
 2719|       |	/* padding byte: 0xa6 = ECC; 0x00 = RSA; 0x02 = AES */
 2720|     60|	switch (env->algorithm) {
 2721|     60|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|     60|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (2721:2): [True: 60, False: 0]
  ------------------
 2722|       |		/* This is just PKCS#1.5 start byte and it should be already
 2723|       |		 * provided by the padding routines. But it lets put it here
 2724|       |		 * to make sure it does not conflict with following indicators */
 2725|     60|		temp[0] = 0x00;
 2726|     60|		memcpy(temp + 1, in, inlen);
 2727|     60|		inlen += 1;
 2728|     60|		break;
 2729|       |
 2730|      0|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (2730:2): [True: 0, False: 60]
  ------------------
 2731|      0|	case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (2731:2): [True: 0, False: 60]
  ------------------
 2732|       |		/* Calculate length of External Public Key (0x86) */
 2733|      0|		r = sc_asn1_put_tag(0x86, NULL, inlen, NULL, 0, NULL);
 2734|      0|		if (r <= 0) {
  ------------------
  |  Branch (2734:7): [True: 0, False: 0]
  ------------------
 2735|      0|			free(temp);
 2736|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2737|      0|		}
 2738|      0|		pklen = r;
 2739|       |
 2740|       |		/* Calculate length of Public Key DO (0x7F49) */
 2741|      0|		r = sc_asn1_put_tag(0x7f49, NULL, pklen, NULL, 0, NULL);
 2742|      0|		if (r <= 0) {
  ------------------
  |  Branch (2742:7): [True: 0, False: 0]
  ------------------
 2743|      0|			free(temp);
 2744|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2745|      0|		}
 2746|      0|		dolen = r;
 2747|       |
 2748|      0|		p = temp;
 2749|       |		/* This is 0xA6 Cipher DO with associated length field */
 2750|      0|		r = sc_asn1_put_tag(0xA6, NULL, dolen, p, templen - (p - temp), &p);
 2751|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (2751:7): [True: 0, False: 0]
  ------------------
 2752|      0|			free(temp);
 2753|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2754|      0|		}
 2755|       |
 2756|       |		/* Public Key DO (0x7F49) with associated length field */
 2757|      0|		r = sc_asn1_put_tag(0x7F49, NULL, pklen, p, templen - (p - temp), &p);
 2758|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (2758:7): [True: 0, False: 0]
  ------------------
 2759|      0|			free(temp);
 2760|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2761|      0|		}
 2762|       |
 2763|       |		/* External Public Key (0x86) with associated length */
 2764|      0|		r = sc_asn1_put_tag(0x86, in, inlen, p, templen - (p - temp), &p);
 2765|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (2765:7): [True: 0, False: 0]
  ------------------
 2766|      0|			free(temp);
 2767|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2768|      0|		}
 2769|      0|		inlen = (p - temp);
 2770|      0|		break;
 2771|      0|	case SC_ALGORITHM_AES:
  ------------------
  |  |   79|      0|#define SC_ALGORITHM_AES		67
  ------------------
  |  Branch (2771:2): [True: 0, False: 60]
  ------------------
 2772|       |		/* not supported yet */
 2773|       |		/*
 2774|       |		temp[0] = 0x02;
 2775|       |		memcpy(temp + 1, in, inlen);
 2776|       |		inlen += 1;
 2777|       |		*/
 2778|       |		/* fall through */
 2779|      0|	default:
  ------------------
  |  Branch (2779:2): [True: 0, False: 60]
  ------------------
 2780|      0|		free(temp);
 2781|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2782|     60|	}
 2783|       |
 2784|     60|	in = temp;
 2785|       |
 2786|     60|	if (env->operation != SC_SEC_OPERATION_DECIPHER &&
  ------------------
  |  |   47|    120|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (2786:6): [True: 0, False: 60]
  ------------------
 2787|      0|			env->operation != SC_SEC_OPERATION_DERIVE) {
  ------------------
  |  |   50|      0|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
  |  Branch (2787:4): [True: 0, False: 0]
  ------------------
 2788|      0|		free(temp);
 2789|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2790|      0|				"invalid operation");
 2791|      0|	}
 2792|       |
 2793|     60|	switch (env->key_ref[0]) {
 2794|     49|	case 0x01: /* Decryption key */
  ------------------
  |  Branch (2794:2): [True: 49, False: 11]
  ------------------
 2795|     60|	case 0x02: /* authentication key */
  ------------------
  |  Branch (2795:2): [True: 11, False: 49]
  ------------------
 2796|       |		/* PSO DECIPHER */
 2797|     60|		sc_format_apdu(card, &apdu, apdu_case, 0x2A, 0x80, 0x86);
 2798|     60|		break;
 2799|      0|	case 0x00: /* signature key */
  ------------------
  |  Branch (2799:2): [True: 0, False: 60]
  ------------------
 2800|      0|	default:
  ------------------
  |  Branch (2800:2): [True: 0, False: 60]
  ------------------
 2801|      0|		free(temp);
 2802|      0|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2803|     60|				"invalid key reference");
 2804|     60|	}
 2805|       |
 2806|       |	/* Gnuk only supports short APDU, so we need to use command chaining */
 2807|     60|	if (card->type == SC_CARD_TYPE_OPENPGP_GNUK) {
  ------------------
  |  Branch (2807:6): [True: 17, False: 43]
  ------------------
 2808|     17|		apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|     17|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 2809|     17|	}
 2810|       |	/* if card/reader does not support extended APDUs, but chaining, then set it */
 2811|     60|	if (((card->caps & SC_CARD_CAP_APDU_EXT) == 0) && (priv->ext_caps & EXT_CAP_CHAINING))
  ------------------
  |  |  547|     60|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (2811:6): [True: 59, False: 1]
  |  Branch (2811:52): [True: 17, False: 42]
  ------------------
 2812|     17|		apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|     17|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 2813|       |
 2814|     60|	apdu.lc = inlen;
 2815|     60|	apdu.data = (u8 *)in;
 2816|     60|	apdu.datalen = inlen;
 2817|     60|	apdu.le = ((outlen >= 256) && !(card->caps & SC_CARD_CAP_APDU_EXT)) ? 256 : outlen;
  ------------------
  |  |  547|     60|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (2817:13): [True: 60, False: 0]
  |  Branch (2817:32): [True: 59, False: 1]
  ------------------
 2818|     60|	apdu.resp = out;
 2819|     60|	apdu.resplen = outlen;
 2820|       |
 2821|       |	/* For OpenPGP Card >=v3.3, key slot 3 instead of 2 can be used for deciphering,
 2822|       |	 * but this has to be set via MSE beforehand on every usage (slot 2 is used by default)
 2823|       |	 * see section 7.2.18 of the specification of OpenPGP Card v3.3 */
 2824|     60|	if (priv->bcd_version >= OPENPGP_CARD_3_3 && env->key_ref[0] == 0x02){
  ------------------
  |  Branch (2824:6): [True: 38, False: 22]
  |  Branch (2824:47): [True: 11, False: 27]
  ------------------
 2825|     11|		pgp_set_MSE(card, 3, 0xb8);
 2826|     11|	}
 2827|       |
 2828|     60|	r = sc_transmit_apdu(card, &apdu);
 2829|     60|	free(temp);
 2830|     60|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     60|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     60|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     60|	int _ret = (r); \
  |  |  |  |  168|     60|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 15, False: 45]
  |  |  |  |  ------------------
  |  |  |  |  169|     15|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     15|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     15|		return _ret; \
  |  |  |  |  172|     15|	} \
  |  |  |  |  173|     60|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 45]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2831|       |
 2832|     45|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2833|     45|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|     45|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     45|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     45|	int _ret = (r); \
  |  |  |  |  168|     45|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 35, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     35|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     35|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     35|		return _ret; \
  |  |  |  |  172|     35|	} \
  |  |  |  |  173|     45|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2834|       |
 2835|       |	/* For OpenPGP Card >=v3.3, use key slot 2 for deciphering again (set to default) */
 2836|     10|	if (priv->bcd_version >= OPENPGP_CARD_3_3 && env->key_ref[0] == 0x02){
  ------------------
  |  Branch (2836:6): [True: 7, False: 3]
  |  Branch (2836:47): [True: 4, False: 3]
  ------------------
 2837|      4|		pgp_set_MSE(card, 2, 0xb8);
 2838|      4|	}
 2839|       |
 2840|     10|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      7|	} else { \
  |  |  |  |  159|      7|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      7|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      7|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2841|     10|}
card-openpgp.c:pgp_set_MSE:
 2604|     15|{
 2605|     15|	struct pgp_priv_data	*priv = DRVDATA(card);
  ------------------
  |  |  189|     15|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 2606|     15|	sc_apdu_t	apdu;
 2607|     15|	u8	apdu_case = SC_APDU_CASE_3;
  ------------------
  |  |  302|     15|#define SC_APDU_CASE_3			0x23
  ------------------
 2608|     15|	u8	apdu_data[3];
 2609|     15|	int	r;
 2610|       |
 2611|     15|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     15|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     15|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     15|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     15|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2612|       |
 2613|       |	// check if MSE is supported
 2614|     15|	if (!(priv->ext_caps & EXT_CAP_MSE))
  ------------------
  |  Branch (2614:6): [True: 0, False: 15]
  ------------------
 2615|     15|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2616|       |
 2617|       |	// create apdu
 2618|     15|	sc_format_apdu(card, &apdu, apdu_case, 0x22, 0x41, p2);
 2619|     15|	apdu.lc = 3;
 2620|     15|	apdu_data[0] = 0x83;
 2621|     15|	apdu_data[1] = 0x01;
 2622|     15|	apdu_data[2] = key;
 2623|     15|	apdu.data = apdu_data;
 2624|     15|	apdu.datalen = 3;
 2625|       |
 2626|       |	// transmit apdu
 2627|     15|	r = sc_transmit_apdu(card, &apdu);
 2628|     15|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     15|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     15|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     15|	int _ret = (r); \
  |  |  |  |  168|     15|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|     15|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2629|       |
 2630|     12|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2631|     12|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|     12|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     12|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     12|	int _ret = (r); \
  |  |  |  |  168|     12|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2632|       |
 2633|      3|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2634|      3|}
card-openpgp.c:pgp_card_ctl:
 4009|    269|{
 4010|    269|	int r;
 4011|       |
 4012|    269|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    269|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    269|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    269|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    269|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 269]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4013|       |
 4014|    269|	switch(cmd) {
  ------------------
  |  Branch (4014:9): [True: 269, False: 0]
  ------------------
 4015|     32|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (4015:2): [True: 32, False: 237]
  ------------------
 4016|     32|		memmove((sc_serial_number_t *) ptr, &card->serialnr, sizeof(card->serialnr));
 4017|     32|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     32|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     32|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     32|	int _ret = r; \
  |  |  |  |  155|     32|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 32, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     32|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  157|     32|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     32|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     32|	return _ret; \
  |  |  |  |  163|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4018|      0|		break;
 4019|    237|	case SC_CARDCTL_OPENPGP_SELECT_DATA:
  ------------------
  |  Branch (4019:2): [True: 237, False: 32]
  ------------------
 4020|    237|		r = pgp_select_data(card, *((u8 *) ptr));
 4021|    237|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    237|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    237|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    237|	int _ret = r; \
  |  |  |  |  155|    237|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 237, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    237|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    219|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 219, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  157|    237|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    237|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    237|	return _ret; \
  |  |  |  |  163|    237|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4022|      0|		break;
 4023|      0|#ifdef ENABLE_OPENSSL
 4024|      0|	case SC_CARDCTL_OPENPGP_GENERATE_KEY:
  ------------------
  |  Branch (4024:2): [True: 0, False: 269]
  ------------------
 4025|      0|		r = pgp_gen_key(card, (sc_cardctl_openpgp_key_gen_store_info_t *)ptr);
 4026|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4027|      0|		break;
 4028|      0|	case SC_CARDCTL_OPENPGP_STORE_KEY:
  ------------------
  |  Branch (4028:2): [True: 0, False: 269]
  ------------------
 4029|      0|		r = pgp_store_key(card, (sc_cardctl_openpgp_key_gen_store_info_t *)ptr);
 4030|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4031|      0|		break;
 4032|      0|#endif /* ENABLE_OPENSSL */
 4033|      0|	case SC_CARDCTL_ERASE_CARD:
  ------------------
  |  Branch (4033:2): [True: 0, False: 269]
  ------------------
 4034|      0|		r = pgp_erase_card(card);
 4035|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4036|      0|		break;
 4037|    269|	}
 4038|       |
 4039|      0|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4040|      0|}
card-openpgp.c:pgp_select_data:
 1956|    237|{
 1957|    237|	sc_apdu_t	apdu;
 1958|    237|	u8	apdu_data[6];
 1959|    237|	int	r;
 1960|    237|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    237|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1961|       |
 1962|    237|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    237|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    237|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    237|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    237|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 237]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1963|       |
 1964|    237|	if (priv->bcd_version < OPENPGP_CARD_3_0)
  ------------------
  |  Branch (1964:6): [True: 159, False: 78]
  ------------------
 1965|    237|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    159|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    159|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    159|	int _ret = r; \
  |  |  |  |  155|    159|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 159, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    159|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    159|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 159, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    159|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    159|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    159|	return _ret; \
  |  |  |  |  163|    159|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1966|       |
 1967|     78|	sc_log(card->ctx, "select data with: %u", p1);
  ------------------
  |  |   71|     78|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1968|       |
 1969|       |	// create apdu data (taken from spec: SELECT DATA 7.2.5.)
 1970|     78|	apdu_data[0] = 0x60;
 1971|     78|	apdu_data[1] = 0x04;
 1972|     78|	apdu_data[2] = 0x5c;
 1973|     78|	apdu_data[3] = 0x02;
 1974|     78|	apdu_data[4] = 0x7f;
 1975|     78|	apdu_data[5] = 0x21;
 1976|       |
 1977|       |	// apdu, cla, ins, p1, p2, data, datalen, resp, resplen
 1978|     78|	sc_format_apdu_ex(&apdu, 0x00, 0xA5, p1, 0x04, apdu_data, sizeof(apdu_data), NULL, 0);
 1979|       |
 1980|       |	// transmit apdu
 1981|     78|	r = sc_transmit_apdu(card, &apdu);
 1982|     78|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     78|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     78|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     78|	int _ret = (r); \
  |  |  |  |  168|     78|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 71]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 71]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1983|     71|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1984|     71|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|     71|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     71|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     71|	int _ret = (r); \
  |  |  |  |  168|     71|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 53, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  169|     53|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     53|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     53|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     53|		return _ret; \
  |  |  |  |  172|     53|	} \
  |  |  |  |  173|     71|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1985|     18|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     18|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     18|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     18|	int _ret = r; \
  |  |  |  |  155|     18|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  157|     18|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     18|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     18|	return _ret; \
  |  |  |  |  163|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1986|     18|}
card-openpgp.c:pgp_card_reader_lock_obtained:
 4169|  10.1k|{
 4170|  10.1k|	struct pgp_priv_data *priv = DRVDATA(card); /* may be null during initialization */
  ------------------
  |  |  189|  10.1k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 4171|  10.1k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  10.1k|#define SC_SUCCESS				0
  ------------------
 4172|       |
 4173|  10.1k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.1k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.1k]
  |  |  ------------------
  ------------------
 4174|       |
 4175|  10.1k|	if (card->flags & SC_CARD_FLAG_KEEP_ALIVE
  ------------------
  |  |  537|  20.2k|#define SC_CARD_FLAG_KEEP_ALIVE	0x00000004
  ------------------
  |  Branch (4175:6): [True: 0, False: 10.1k]
  ------------------
 4176|      0|			&& was_reset <= 0
  ------------------
  |  Branch (4176:7): [True: 0, False: 0]
  ------------------
 4177|      0|			&& priv != NULL && priv->mf && priv->mf->file) {
  ------------------
  |  Branch (4177:7): [True: 0, False: 0]
  |  Branch (4177:23): [True: 0, False: 0]
  |  Branch (4177:35): [True: 0, False: 0]
  ------------------
 4178|       |		/* check whether applet is still selected */
 4179|      0|		unsigned char aid[16];
 4180|       |
 4181|      0|		r = sc_get_data(card, 0x004F, aid, sizeof aid);
 4182|      0|		if ((size_t) r != priv->mf->file->namelen
  ------------------
  |  Branch (4182:7): [True: 0, False: 0]
  ------------------
 4183|      0|				|| 0 != memcmp(aid, priv->mf->file->name, r)) {
  ------------------
  |  Branch (4183:8): [True: 0, False: 0]
  ------------------
 4184|       |			/* reselect is required */
 4185|      0|			was_reset = 1;
 4186|      0|		}
 4187|      0|		r = SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 4188|      0|	}
 4189|       |
 4190|  10.1k|	if (was_reset > 0) {
  ------------------
  |  Branch (4190:6): [True: 0, False: 10.1k]
  ------------------
 4191|      0|		sc_file_t	*file = NULL;
 4192|      0|		sc_path_t	path;
 4193|       |		/* select application "OpenPGP" */
 4194|      0|		sc_format_path("D276:0001:2401", &path);
 4195|      0|		path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|      0|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
 4196|      0|		r = iso_ops->select_file(card, &path, &file);
 4197|      0|		sc_file_free(file);
 4198|      0|	}
 4199|       |
 4200|  10.1k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  10.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  10.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  10.1k|	int _ret = r; \
  |  |  |  |  155|  10.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  10.1k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 10.1k]
  |  |  |  |  ------------------
  |  |  |  |  157|  10.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  10.1k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  10.1k|	return _ret; \
  |  |  |  |  163|  10.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4201|  10.1k|}

sc_get_piv_driver:
 6570|  16.4k|{
 6571|  16.4k|	return sc_get_driver();
 6572|  16.4k|}
card-piv.c:sc_get_driver:
 6543|  16.4k|{
 6544|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 6545|       |
 6546|  16.4k|	piv_ops = *iso_drv->ops;
 6547|  16.4k|	piv_ops.match_card = piv_match_card;
 6548|  16.4k|	piv_ops.init = piv_init;
 6549|  16.4k|	piv_ops.finish = piv_finish;
 6550|       |
 6551|  16.4k|	piv_ops.select_file = piv_select_file; /* must use get/put, could emulate? */
 6552|  16.4k|	piv_ops.get_challenge = piv_get_challenge;
 6553|  16.4k|	piv_ops.logout = piv_logout;
 6554|  16.4k|	piv_ops.read_binary = piv_read_binary;
 6555|  16.4k|	piv_ops.write_binary = piv_write_binary;
 6556|  16.4k|	piv_ops.set_security_env = piv_set_security_env;
 6557|  16.4k|	piv_ops.restore_security_env = piv_restore_security_env;
 6558|  16.4k|	piv_ops.compute_signature = piv_compute_signature;
 6559|  16.4k|	piv_ops.decipher = piv_decipher;
 6560|  16.4k|	piv_ops.check_sw = piv_check_sw;
 6561|  16.4k|	piv_ops.card_ctl = piv_card_ctl;
 6562|  16.4k|	piv_ops.pin_cmd = piv_pin_cmd;
 6563|  16.4k|	piv_ops.card_reader_lock_obtained = piv_card_reader_lock_obtained;
 6564|       |
 6565|  16.4k|	return &piv_drv;
 6566|  16.4k|}
card-piv.c:piv_match_card:
 5508|  5.74k|{
 5509|  5.74k|	int r = 0;
 5510|       |
 5511|  5.74k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d\n", card->type);
  ------------------
  |  |   70|  5.74k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5512|       |	/* piv_match_card may be called with card->type, set by opensc.conf */
 5513|       |	/* user provided card type must be one we know */
 5514|  5.74k|	switch (card->type) {
 5515|  5.74k|	case -1:
  ------------------
  |  Branch (5515:2): [True: 5.74k, False: 0]
  ------------------
 5516|  5.74k|	case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5516:2): [True: 0, False: 5.74k]
  ------------------
 5517|  5.74k|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5517:2): [True: 0, False: 5.74k]
  ------------------
 5518|  5.74k|	case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5518:2): [True: 0, False: 5.74k]
  ------------------
 5519|  5.74k|	case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (5519:2): [True: 0, False: 5.74k]
  ------------------
 5520|  5.74k|	case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (5520:2): [True: 0, False: 5.74k]
  ------------------
 5521|  5.74k|	case SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC:
  ------------------
  |  Branch (5521:2): [True: 0, False: 5.74k]
  ------------------
 5522|  5.74k|	case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5522:2): [True: 0, False: 5.74k]
  ------------------
 5523|  5.74k|	case SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC:
  ------------------
  |  Branch (5523:2): [True: 0, False: 5.74k]
  ------------------
 5524|  5.74k|	case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5524:2): [True: 0, False: 5.74k]
  ------------------
 5525|  5.74k|	case SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC:
  ------------------
  |  Branch (5525:2): [True: 0, False: 5.74k]
  ------------------
 5526|  5.74k|	case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5526:2): [True: 0, False: 5.74k]
  ------------------
 5527|  5.74k|	case SC_CARD_TYPE_PIV_II_PIVKEY:
  ------------------
  |  Branch (5527:2): [True: 0, False: 5.74k]
  ------------------
 5528|  5.74k|	case SC_CARD_TYPE_PIV_II_SWISSBIT:
  ------------------
  |  Branch (5528:2): [True: 0, False: 5.74k]
  ------------------
 5529|  5.74k|	case SC_CARD_TYPE_PIV_II_800_73_4:
  ------------------
  |  Branch (5529:2): [True: 0, False: 5.74k]
  ------------------
 5530|  5.74k|	case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5530:2): [True: 0, False: 5.74k]
  ------------------
 5531|  5.74k|	case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5531:2): [True: 0, False: 5.74k]
  ------------------
 5532|  5.74k|	case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5532:2): [True: 0, False: 5.74k]
  ------------------
 5533|  5.74k|		break;
 5534|      0|	default:
  ------------------
  |  Branch (5534:2): [True: 0, False: 5.74k]
  ------------------
 5535|      0|		return 0; /* can not handle the card */
 5536|  5.74k|	}
 5537|       |
 5538|  5.74k|	r = sc_lock(card);
 5539|  5.74k|	if (r < 0)
  ------------------
  |  Branch (5539:6): [True: 0, False: 5.74k]
  ------------------
 5540|      0|		return 0;
 5541|       |	/* its one we know, or we can test for it in piv_init */
 5542|  5.74k|	r = piv_match_card_continued(card);
 5543|  5.74k|	sc_unlock(card);
 5544|       |
 5545|  5.74k|	if (r < 0 || !card->drv_data) {
  ------------------
  |  Branch (5545:6): [True: 4.72k, False: 1.01k]
  |  Branch (5545:15): [True: 0, False: 1.01k]
  ------------------
 5546|       |		/* clean up what we left in card */
 5547|  4.72k|		piv_finish(card);
 5548|  4.72k|		return 0; /* match failed */
 5549|  4.72k|	}
 5550|       |
 5551|  1.01k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r:%d\n", card->type, r);
  ------------------
  |  |   70|  1.01k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5552|  1.01k|	return 1; /* matched */
 5553|  5.74k|}
card-piv.c:piv_match_card_continued:
 5557|  5.74k|{
 5558|  5.74k|	int i, r = 0, r2 = 0;
 5559|  5.74k|	int type = -1;
 5560|  5.74k|	piv_private_data_t *priv = NULL;
 5561|  5.74k|	int saved_type = card->type;
 5562|  5.74k|	sc_apdu_t apdu;
 5563|  5.74k|	u8 yubico_version_buf[3] = {0};
 5564|       |
 5565|       |	/* piv_match_card may be called with card->type, set by opensc.conf */
 5566|       |	/* User provided card type must be one we know */
 5567|       |
 5568|  5.74k|	switch (card->type) {
 5569|  5.74k|	case -1:
  ------------------
  |  Branch (5569:2): [True: 5.74k, False: 0]
  ------------------
 5570|  5.74k|	case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5570:2): [True: 0, False: 5.74k]
  ------------------
 5571|  5.74k|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5571:2): [True: 0, False: 5.74k]
  ------------------
 5572|  5.74k|	case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5572:2): [True: 0, False: 5.74k]
  ------------------
 5573|  5.74k|	case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (5573:2): [True: 0, False: 5.74k]
  ------------------
 5574|  5.74k|	case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (5574:2): [True: 0, False: 5.74k]
  ------------------
 5575|  5.74k|	case SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC:
  ------------------
  |  Branch (5575:2): [True: 0, False: 5.74k]
  ------------------
 5576|  5.74k|	case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5576:2): [True: 0, False: 5.74k]
  ------------------
 5577|  5.74k|	case SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC:
  ------------------
  |  Branch (5577:2): [True: 0, False: 5.74k]
  ------------------
 5578|  5.74k|	case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5578:2): [True: 0, False: 5.74k]
  ------------------
 5579|  5.74k|	case SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC:
  ------------------
  |  Branch (5579:2): [True: 0, False: 5.74k]
  ------------------
 5580|  5.74k|	case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5580:2): [True: 0, False: 5.74k]
  ------------------
 5581|  5.74k|	case SC_CARD_TYPE_PIV_II_PIVKEY:
  ------------------
  |  Branch (5581:2): [True: 0, False: 5.74k]
  ------------------
 5582|  5.74k|	case SC_CARD_TYPE_PIV_II_SWISSBIT:
  ------------------
  |  Branch (5582:2): [True: 0, False: 5.74k]
  ------------------
 5583|  5.74k|	case SC_CARD_TYPE_PIV_II_800_73_4:
  ------------------
  |  Branch (5583:2): [True: 0, False: 5.74k]
  ------------------
 5584|  5.74k|	case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5584:2): [True: 0, False: 5.74k]
  ------------------
 5585|  5.74k|	case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5585:2): [True: 0, False: 5.74k]
  ------------------
 5586|  5.74k|	case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5586:2): [True: 0, False: 5.74k]
  ------------------
 5587|  5.74k|		type = card->type;
 5588|  5.74k|		break;
 5589|      0|	default:
  ------------------
  |  Branch (5589:2): [True: 0, False: 5.74k]
  ------------------
 5590|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5591|  5.74k|	}
 5592|  5.74k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d type:%d r:%d\n", card->type, type, r);
  ------------------
  |  |   70|  5.74k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5593|  5.74k|	if (type == -1) {
  ------------------
  |  Branch (5593:6): [True: 5.74k, False: 0]
  ------------------
 5594|       |		/*
 5595|       |		 * Try to identify card by ATR or historical data in ATR
 5596|       |		 * currently all PIV card will respond to piv_find_aid
 5597|       |		 * the same. But in future may need to know card type first,
 5598|       |		 * so do it here.
 5599|       |		 */
 5600|       |
 5601|  5.74k|		if (card->reader->atr_info.hist_bytes != NULL) {
  ------------------
  |  Branch (5601:7): [True: 2.37k, False: 3.36k]
  ------------------
 5602|  2.37k|			if (card->reader->atr_info.hist_bytes_len == 8 &&
  ------------------
  |  Branch (5602:8): [True: 519, False: 1.85k]
  ------------------
 5603|    519|					!(memcmp(card->reader->atr_info.hist_bytes, "Yubikey4", 8))) {
  ------------------
  |  Branch (5603:6): [True: 199, False: 320]
  ------------------
 5604|    199|				type = SC_CARD_TYPE_PIV_II_YUBIKEY4;
 5605|  2.17k|			} else if (card->reader->atr_info.hist_bytes_len >= 7 &&
  ------------------
  |  Branch (5605:15): [True: 1.50k, False: 667]
  ------------------
 5606|  1.50k|					!(memcmp(card->reader->atr_info.hist_bytes, "Yubikey", 7))) {
  ------------------
  |  Branch (5606:6): [True: 337, False: 1.16k]
  ------------------
 5607|    337|				type = SC_CARD_TYPE_PIV_II_NEO;
 5608|  1.83k|			} else if (card->reader->atr_info.hist_bytes_len >= 6 &&
  ------------------
  |  Branch (5608:15): [True: 1.20k, False: 632]
  ------------------
 5609|  1.20k|					!(memcmp(card->reader->atr_info.hist_bytes, "PIVKEY", 6))) {
  ------------------
  |  Branch (5609:6): [True: 97, False: 1.10k]
  ------------------
 5610|     97|				type = SC_CARD_TYPE_PIV_II_PIVKEY;
 5611|  1.73k|			} else if (card->reader->atr_info.hist_bytes_len >= 6 &&
  ------------------
  |  Branch (5611:15): [True: 1.10k, False: 632]
  ------------------
 5612|  1.10k|					!(memcmp(card->reader->atr_info.hist_bytes, (u8 *)"TK\x00PIV", 6))) {
  ------------------
  |  Branch (5612:6): [True: 13, False: 1.09k]
  ------------------
 5613|     13|				type = SC_CARD_TYPE_PIV_II_TOKEN2;
 5614|     13|			}
 5615|       |			/* look for TLV historic data */
 5616|  1.72k|			else if (card->reader->atr_info.hist_bytes_len > 0 &&
  ------------------
  |  Branch (5616:13): [True: 1.70k, False: 24]
  ------------------
 5617|  1.70k|					card->reader->atr_info.hist_bytes[0] == 0x80u) { /* compact TLV */
  ------------------
  |  Branch (5617:6): [True: 549, False: 1.15k]
  ------------------
 5618|    549|				size_t datalen;
 5619|    549|				const u8 *data;
 5620|       |
 5621|       |				/* look for card issuer's data:  tag 5X where X is datalen */
 5622|    549|				if ((data = sc_compacttlv_find_tag(card->reader->atr_info.hist_bytes + 1,
  ------------------
  |  Branch (5622:9): [True: 49, False: 500]
  ------------------
 5623|    549|						     card->reader->atr_info.hist_bytes_len - 1, 0x50, &datalen))) {
 5624|     49|					if (datalen >= 8 && !(memcmp(data, "Nitrokey", 8))) { /* first 8 are Nitrokey */
  ------------------
  |  Branch (5624:10): [True: 39, False: 10]
  |  Branch (5624:26): [True: 18, False: 21]
  ------------------
 5625|     18|						type = SC_CARD_TYPE_PIV_II_NITROKEY;
 5626|     31|					} else if (datalen == 7 && !(memcmp(data, "YubiKey", 7))) {
  ------------------
  |  Branch (5626:17): [True: 4, False: 27]
  |  Branch (5626:33): [True: 1, False: 3]
  ------------------
 5627|      1|						type = SC_CARD_TYPE_PIV_II_YUBIKEY4; /* reader says 4  really 5 */
 5628|      1|					}
 5629|       |					/* Yubikey 5 NFC ATR using ACR122 contactless reader does not match
 5630|       |					 * https://developers.yubico.com/PIV/Introduction/Yubico_extensions.html
 5631|       |					 * On Windows 10, using Omnikey 5021, the ATR is correct
 5632|       |					 * will look at only 6 bytes that do match
 5633|       |					 */
 5634|     30|					else if (datalen == 7 && !(memcmp(data, "YubiKe", 6))) {
  ------------------
  |  Branch (5634:15): [True: 3, False: 27]
  |  Branch (5634:31): [True: 1, False: 2]
  ------------------
 5635|      1|						type = SC_CARD_TYPE_PIV_II_YUBIKEY4; /* reader says 4 really 5 */
 5636|      1|					}
 5637|    500|				} else if ((data = sc_compacttlv_find_tag(card->reader->atr_info.hist_bytes + 1,
  ------------------
  |  Branch (5637:16): [True: 167, False: 333]
  ------------------
 5638|    500|							    card->reader->atr_info.hist_bytes_len - 1, 0xF0, &datalen))) {
 5639|    167|					int k;
 5640|       |
 5641|    278|					for (k = 0; piv_aids[k].len_long != 0; k++) {
  ------------------
  |  Branch (5641:18): [True: 223, False: 55]
  ------------------
 5642|    223|						if (datalen == piv_aids[k].len_long &&
  ------------------
  |  Branch (5642:11): [True: 213, False: 10]
  ------------------
 5643|    213|								!memcmp(data, piv_aids[k].value, datalen)) {
  ------------------
  |  Branch (5643:9): [True: 112, False: 101]
  ------------------
 5644|    112|							type = SC_CARD_TYPE_PIV_II_HIST;
 5645|    112|							break;
 5646|    112|						}
 5647|    223|					}
 5648|    167|				}
 5649|    549|			}
 5650|  2.37k|		}
 5651|       |
 5652|  5.74k|		sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d type:%d r:%d\n", card->type, type, r);
  ------------------
  |  |   70|  5.74k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5653|       |
 5654|  5.74k|		if (type == -1) {
  ------------------
  |  Branch (5654:7): [True: 4.96k, False: 778]
  ------------------
 5655|       |			/* use known ATRs  which changes the type */
 5656|  4.96k|			i = _sc_match_atr(card, piv_atrs, &type);
 5657|  4.96k|			if (i < 0)
  ------------------
  |  Branch (5657:8): [True: 4.93k, False: 31]
  ------------------
 5658|  4.93k|				type = SC_CARD_TYPE_PIV_II_BASE; /* May be some newer unknown card including CAC or PIV-like card */
 5659|  4.96k|		}
 5660|  5.74k|	}
 5661|       |
 5662|  5.74k|	card->type = type;
 5663|       |
 5664|       |	/* we either found via ATR historic bytes or ATR directly */
 5665|  5.74k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d type:%d r:%d\n", card->type, type, r);
  ------------------
  |  |   70|  5.74k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5666|       |
 5667|       |	/* allocate and init basic fields */
 5668|  5.74k|	priv = calloc(1, sizeof(piv_private_data_t));
 5669|       |
 5670|  5.74k|	if (!priv)
  ------------------
  |  Branch (5670:6): [True: 0, False: 5.74k]
  ------------------
 5671|  5.74k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5672|       |
 5673|  5.74k|	card->drv_data = priv; /* will free if no match, or pass on to piv_init */
 5674|       |	/*
 5675|       |	 * Largest object defined in NIST sp800-73-3 and sp800-73-4 is 12710 bytes
 5676|       |	 * If for some reason future cards have larger objects, this value needs to
 5677|       |	 * be increased here.
 5678|       |	 */
 5679|  5.74k|	priv->max_object_size = MAX_FILE_SIZE - 256; /* fix SM apdu resplen issue */
  ------------------
  |  |  220|  5.74k|#define MAX_FILE_SIZE 65535
  ------------------
 5680|  5.74k|	priv->selected_obj = -1;
 5681|  5.74k|	priv->pin_preference = 0x80; /* 800-73-3 part 1, table 3 */
 5682|  5.74k|	priv->logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|  5.74k|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 5683|  5.74k|	priv->pstate = PIV_STATE_MATCH;
 5684|       |
 5685|       |#ifdef ENABLE_PIV_SM
 5686|       |	memset(&card->sm_ctx, 0, sizeof card->sm_ctx);
 5687|       |	card->sm_ctx.ops.open = piv_sm_open;
 5688|       |	card->sm_ctx.ops.get_sm_apdu = piv_get_sm_apdu;
 5689|       |	card->sm_ctx.ops.free_sm_apdu = piv_free_sm_apdu;
 5690|       |	card->sm_ctx.ops.close = piv_sm_close;
 5691|       |#endif /* ENABLE_PIV_SM */
 5692|       |
 5693|       |	/* See if contactless  or run as virtual card */
 5694|       |	/* PivApplet in .github/test_piv.sh for example */
 5695|  5.74k|	if (card->reader->atr.len >= 4 &&
  ------------------
  |  Branch (5695:6): [True: 2.71k, False: 3.02k]
  ------------------
 5696|  2.71k|			card->reader->atr.value[0] == 0x3b &&
  ------------------
  |  Branch (5696:4): [True: 2.42k, False: 291]
  ------------------
 5697|  2.42k|			(card->reader->atr.value[1] & 0xF0) == 0x80 &&
  ------------------
  |  Branch (5697:4): [True: 216, False: 2.20k]
  ------------------
 5698|    216|			card->reader->atr.value[2] == 0x80 &&
  ------------------
  |  Branch (5698:4): [True: 147, False: 69]
  ------------------
 5699|    147|			card->reader->atr.value[3] == 0x01) {
  ------------------
  |  Branch (5699:4): [True: 124, False: 23]
  ------------------
 5700|    124|		priv->init_flags |= PIV_INIT_CONTACTLESS;
  ------------------
  |  |  385|    124|#define PIV_INIT_CONTACTLESS			0x00000020u
  ------------------
 5701|    124|	}
 5702|       |
 5703|   350k|	for (i = 0; i < PIV_OBJ_LAST_ENUM - 1; i++)
  ------------------
  |  Branch (5703:14): [True: 344k, False: 5.74k]
  ------------------
 5704|   344k|		if (piv_objects[i].flags & PIV_OBJECT_NOT_PRESENT)
  ------------------
  |  |  646|   344k|#define PIV_OBJECT_NOT_PRESENT		0x04
  ------------------
  |  Branch (5704:7): [True: 114k, False: 229k]
  ------------------
 5705|   114k|			priv->obj_cache[i].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|   120k|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5706|       |	/*
 5707|       |	 * Detect if active AID is PIV. NIST 800-73 says only one PIV application per card
 5708|       |	 * and PIV must be the default application.
 5709|       |	 * Try to avoid doing a select_aid and losing the login state on some cards.
 5710|       |	 * We may get interference on some cards by other drivers trying SELECT_AID before
 5711|       |	 * we get to see if PIV application is still active. Putting PIV driver first might help.
 5712|       |	 *
 5713|       |	 * Discovery Object introduced in 800-73-3 so will return OK if found and PIV applet active.
 5714|       |	 * Will fail with SC_ERROR_FILE_NOT_FOUND if 800-73-3 and no Discovery object.
 5715|       |	 * But some other card could also return SC_ERROR_FILE_NOT_FOUND.
 5716|       |	 * Will fail for other reasons if wrong applet is selected or bad PIV implementation.
 5717|       |	 */
 5718|       |
 5719|       |	/*
 5720|       |	 * if ATR matched or user forced card type
 5721|       |	 * test if PIV is active applet without using AID If fails try AID
 5722|       |	 */
 5723|       |
 5724|  5.74k|	if (card->type > SC_CARD_TYPE_PIV_II_BASE &&
  ------------------
  |  Branch (5724:6): [True: 809, False: 4.93k]
  ------------------
 5725|    809|			!(priv->init_flags & PIV_INIT_CONTACTLESS)) {
  ------------------
  |  |  385|    809|#define PIV_INIT_CONTACTLESS			0x00000020u
  ------------------
  |  Branch (5725:4): [True: 806, False: 3]
  ------------------
 5726|    806|		r = piv_find_discovery(card);
 5727|    806|		if (r < 0) {
  ------------------
  |  Branch (5727:7): [True: 481, False: 325]
  ------------------
 5728|    481|			piv_obj_cache_free_entry(card, PIV_OBJ_DISCOVERY, 0); /* don't cache  on failure */
 5729|    481|			r = piv_find_aid(card);
 5730|    481|			LOG_TEST_GOTO_ERR(card->ctx, r, "Not a PIV card");
  ------------------
  |  |  184|    481|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    481|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    481|	int _ret = (r); \
  |  |  |  |  178|    481|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 128, False: 353]
  |  |  |  |  ------------------
  |  |  |  |  179|    128|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    128|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    128|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    128|		goto err; \
  |  |  |  |  182|    128|	} \
  |  |  |  |  183|    481|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 353]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5731|    481|		}
 5732|  4.93k|	} else {
 5733|       |		/* piv_find_aid saves al_label from response */
 5734|  4.93k|		r = piv_find_aid(card);
 5735|  4.93k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Not a PIV card");
  ------------------
  |  |  184|  4.93k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  4.93k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  4.93k|	int _ret = (r); \
  |  |  |  |  178|  4.93k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 4.59k, False: 336]
  |  |  |  |  ------------------
  |  |  |  |  179|  4.59k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  4.59k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  4.59k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  4.59k|		goto err; \
  |  |  |  |  182|  4.59k|	} \
  |  |  |  |  183|  4.93k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 336]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5736|  4.93k|	}
 5737|       |
 5738|       |	/* Know to be PIV card but not the type */
 5739|       |
 5740|       |	/* If card type still unknown, see if Application Label is known and set card->type */
 5741|  1.01k|	if (priv->al_label && priv->al_labellen) {
  ------------------
  |  Branch (5741:6): [True: 6, False: 1.00k]
  |  Branch (5741:24): [True: 4, False: 2]
  ------------------
 5742|      4|		switch (card->type) {
  ------------------
  |  Branch (5742:11): [True: 3, False: 1]
  ------------------
 5743|      3|		case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5743:3): [True: 3, False: 1]
  ------------------
 5744|      3|		case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5744:3): [True: 0, False: 4]
  ------------------
 5745|      5|			for (i = 0; al_map[i].al_label; i++) {
  ------------------
  |  Branch (5745:16): [True: 3, False: 2]
  ------------------
 5746|      3|				if ((priv->al_labellen >= al_map[i].al_labellen) &&
  ------------------
  |  Branch (5746:9): [True: 2, False: 1]
  ------------------
 5747|      2|						(!memcmp(priv->al_label, al_map[i].al_label, al_map[i].al_labellen))) {
  ------------------
  |  Branch (5747:7): [True: 1, False: 1]
  ------------------
 5748|      1|					sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "AL match i:%d type:%d", i, al_map[i].al_type);
  ------------------
  |  |   70|      1|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5749|      1|					card->type = al_map[i].al_type;
 5750|      1|					break;
 5751|      1|				}
 5752|      3|			}
 5753|      3|			break;
 5754|      4|		}
 5755|      4|	}
 5756|       |
 5757|  1.01k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d  CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.01k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5758|  1.01k|			card->type, priv->card_issues, r, priv->alg_ids);
 5759|       |
 5760|       |	/*
 5761|       |	 * Assumes all Yubikey/Nitrokey/Token2/PivApplet cards are all "Yubico like"
 5762|       |	 * via ATR, ATR Historic bytes or Application Label
 5763|       |	 * Will also check if BASE cards are Yubikey like card and return a version number
 5764|       |	 * SC_CARD_TYPE_PIV_II_GENERIC can be set by user to not test for Yubico version
 5765|       |	 */
 5766|  1.01k|	switch (card->type) {
  ------------------
  |  Branch (5766:10): [True: 822, False: 192]
  ------------------
 5767|    279|	case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (5767:2): [True: 279, False: 735]
  ------------------
 5768|    466|	case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (5768:2): [True: 187, False: 827]
  ------------------
 5769|    483|	case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5769:2): [True: 17, False: 997]
  ------------------
 5770|    486|	case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5770:2): [True: 3, False: 1.01k]
  ------------------
 5771|    487|	case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5771:2): [True: 1, False: 1.01k]
  ------------------
 5772|    487|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5772:2): [True: 0, False: 1.01k]
  ------------------
 5773|    822|	case SC_CARD_TYPE_PIV_II_BASE: /* unknown PIV card */
  ------------------
  |  Branch (5773:2): [True: 335, False: 679]
  ------------------
 5774|    822|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xFD, 0x00, 0x00);
  ------------------
  |  |  292|    822|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 5775|    822|		apdu.lc = 0;
 5776|    822|		apdu.data = NULL;
 5777|    822|		apdu.datalen = 0;
 5778|    822|		apdu.resp = yubico_version_buf;
 5779|    822|		apdu.resplen = sizeof(yubico_version_buf);
 5780|    822|		apdu.le = apdu.resplen;
 5781|    822|		r2 = sc_transmit_apdu(card, &apdu); /* if not supported yubico_version == 0 */
 5782|    822|		if (r2 == SC_SUCCESS && apdu.resplen == 3) {
  ------------------
  |  |   28|  1.64k|#define SC_SUCCESS				0
  ------------------
  |  Branch (5782:7): [True: 819, False: 3]
  |  Branch (5782:27): [True: 461, False: 358]
  ------------------
 5783|    461|			priv->yubico_version = (yubico_version_buf[0] << 16) | (yubico_version_buf[1] << 8) | yubico_version_buf[2];
 5784|    461|			sc_log(card->ctx, "Yubikey version test card->type=%d, r=0x%08x version=0x%08x", card->type, r, priv->yubico_version);
  ------------------
  |  |   71|    461|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5785|    461|		}
 5786|    822|		break;
 5787|  1.01k|	}
 5788|       |
 5789|  1.01k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.01k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5790|  1.01k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5791|       |
 5792|       |	/* We now know PIV AID is active, test CCC object. 800-73-* say CCC is required */
 5793|       |	/* CCC not readable over contactless, unless using VCI. but dont need CCC for SC_CARD_TYPE_PIV_II_800_73_4 */
 5794|  1.01k|	switch (card->type) {
  ------------------
  |  Branch (5794:10): [True: 449, False: 565]
  ------------------
 5795|       |	/*
 5796|       |	 * For cards that may also be CAC, try and read the CCC
 5797|       |	 * CCC is required and all Dual PIV/CAC will have a CCC
 5798|       |	 * Currently Dual PIV/CAC are based on NIST 800-73-1 which does not have Discovery or History
 5799|       |	 */
 5800|    335|	case SC_CARD_TYPE_PIV_II_BASE: /* i.e. really dont know what this is */
  ------------------
  |  Branch (5800:2): [True: 335, False: 679]
  ------------------
 5801|    335|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5801:2): [True: 0, False: 1.01k]
  ------------------
 5802|    445|	case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5802:2): [True: 110, False: 904]
  ------------------
 5803|    445|	case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5803:2): [True: 0, False: 1.01k]
  ------------------
 5804|    445|	case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5804:2): [True: 0, False: 1.01k]
  ------------------
 5805|    449|	case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5805:2): [True: 4, False: 1.01k]
  ------------------
 5806|    449|		r2 = piv_process_ccc(card);
 5807|    449|		sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|    449|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5808|    449|				card->type, r2, priv->card_issues, r, priv->alg_ids);
 5809|       |		/* Ignore any error. */
 5810|       |		/* If CCC says it has CAC with PKI on card set to one of the SC_CARD_TYPE_PIV_II_*_DUAL_CAC */
 5811|    449|		if (priv->ccc_flags & PIV_CCC_F3_CAC_PKI) {
  ------------------
  |  |  174|    449|#define PIV_CCC_F3_CAC_PKI	0x00000010
  ------------------
  |  Branch (5811:7): [True: 6, False: 443]
  ------------------
 5812|      6|			switch (card->type) {
  ------------------
  |  Branch (5812:12): [True: 6, False: 0]
  ------------------
 5813|      1|			case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5813:4): [True: 1, False: 5]
  ------------------
 5814|      1|			case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5814:4): [True: 0, False: 6]
  ------------------
 5815|      5|			case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5815:4): [True: 4, False: 2]
  ------------------
 5816|      5|			case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5816:4): [True: 0, False: 6]
  ------------------
 5817|      5|				card->type = SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC;
 5818|      5|				priv->card_issues |= CI_DISCOVERY_USELESS;
  ------------------
  |  |  590|      5|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
 5819|      5|				priv->obj_cache[PIV_OBJ_DISCOVERY].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|      5|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5820|      5|				break;
 5821|      0|			case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5821:4): [True: 0, False: 6]
  ------------------
 5822|      0|				card->type = SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC;
 5823|      0|				priv->card_issues |= CI_DISCOVERY_USELESS;
  ------------------
  |  |  590|      0|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
 5824|      0|				priv->obj_cache[PIV_OBJ_DISCOVERY].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|      0|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5825|      0|				break;
 5826|      1|			case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5826:4): [True: 1, False: 5]
  ------------------
 5827|      1|				card->type = SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC;
 5828|      1|				priv->card_issues |= CI_DISCOVERY_USELESS;
  ------------------
  |  |  590|      1|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
 5829|      1|				priv->obj_cache[PIV_OBJ_DISCOVERY].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|      1|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5830|      1|				break;
 5831|      6|			}
 5832|      6|		}
 5833|    449|		break;
 5834|       |
 5835|    449|	case SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC:
  ------------------
  |  Branch (5835:2): [True: 0, False: 1.01k]
  ------------------
 5836|      0|	case SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC:
  ------------------
  |  Branch (5836:2): [True: 0, False: 1.01k]
  ------------------
 5837|      0|	case SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC:
  ------------------
  |  Branch (5837:2): [True: 0, False: 1.01k]
  ------------------
 5838|      0|		priv->card_issues |= CI_DISCOVERY_USELESS;
  ------------------
  |  |  590|      0|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
 5839|      0|		priv->obj_cache[PIV_OBJ_DISCOVERY].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|      0|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5840|      0|		break;
 5841|  1.01k|	}
 5842|  1.01k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.01k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5843|  1.01k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5844|       |
 5845|       |	/* If contactless or run as virtual card try to get alg refs from AC entries in response to SELECT AID */
 5846|  1.01k|	if (!(priv->init_flags & PIV_INIT_AID_PARSED) && priv->init_flags & PIV_INIT_CONTACTLESS) {
  ------------------
  |  |  380|  1.01k|#define PIV_INIT_AID_PARSED			0x00000001u
  ------------------
              	if (!(priv->init_flags & PIV_INIT_AID_PARSED) && priv->init_flags & PIV_INIT_CONTACTLESS) {
  ------------------
  |  |  385|    325|#define PIV_INIT_CONTACTLESS			0x00000020u
  ------------------
  |  Branch (5846:6): [True: 325, False: 689]
  |  Branch (5846:51): [True: 0, False: 325]
  ------------------
 5847|      0|		r2 = piv_find_aid(card);
 5848|      0|	}
 5849|       |
 5850|       |	/* Read AID if needed for these cards types */
 5851|  1.01k|	if (!(priv->init_flags & PIV_INIT_AID_PARSED)) {
  ------------------
  |  |  380|  1.01k|#define PIV_INIT_AID_PARSED			0x00000001u
  ------------------
  |  Branch (5851:6): [True: 325, False: 689]
  ------------------
 5852|    325|		switch (card->type) {
  ------------------
  |  Branch (5852:11): [True: 20, False: 305]
  ------------------
 5853|      0|		case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5853:3): [True: 0, False: 325]
  ------------------
 5854|      0|		case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5854:3): [True: 0, False: 325]
  ------------------
 5855|      0|		case SC_CARD_TYPE_PIV_II_800_73_4:
  ------------------
  |  Branch (5855:3): [True: 0, False: 325]
  ------------------
 5856|     17|		case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5856:3): [True: 17, False: 308]
  ------------------
 5857|     20|		case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5857:3): [True: 3, False: 322]
  ------------------
 5858|     20|		case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5858:3): [True: 0, False: 325]
  ------------------
 5859|     20|			r2 = piv_find_aid(card);
 5860|    325|		}
 5861|    325|	}
 5862|       |
 5863|  1.01k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.01k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5864|  1.01k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5865|       |
 5866|       |	/* if card did not specify any of the NIST basic alg_ids add them */
 5867|  1.01k|	if ((priv->alg_ids & AI_NIST) == 0) {
  ------------------
  |  |  609|  1.01k|#define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  600|  1.01k|#define AI_RSA_1024			    0x00000001U
  |  |  ------------------
  |  |               #define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  601|  1.01k|#define AI_RSA_2048			    0x00000002U
  |  |  ------------------
  |  |               #define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  602|  1.01k|#define AI_RSA_3072			    0x00000004U
  |  |  ------------------
  |  |               #define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  604|  1.01k|#define AI_EC_256			    0x00000100U
  |  |  ------------------
  |  |               #define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  605|  1.01k|#define AI_EC_384			    0x00000200U
  |  |  ------------------
  ------------------
  |  Branch (5867:6): [True: 1.01k, False: 2]
  ------------------
 5868|  1.01k|		priv->alg_ids |= AI_NIST;
  ------------------
  |  |  609|  1.01k|#define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  600|  1.01k|#define AI_RSA_1024			    0x00000001U
  |  |  ------------------
  |  |               #define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  601|  1.01k|#define AI_RSA_2048			    0x00000002U
  |  |  ------------------
  |  |               #define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  602|  1.01k|#define AI_RSA_3072			    0x00000004U
  |  |  ------------------
  |  |               #define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  604|  1.01k|#define AI_EC_256			    0x00000100U
  |  |  ------------------
  |  |               #define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  605|  1.01k|#define AI_EC_384			    0x00000200U
  |  |  ------------------
  ------------------
 5869|  1.01k|	}
 5870|       |
 5871|       |	/* If unknown card has 800-73-4 features, it must be based on 800-73-4 or above */
 5872|  1.01k|	switch (card->type) {
  ------------------
  |  Branch (5872:10): [True: 334, False: 680]
  ------------------
 5873|    334|	case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5873:2): [True: 334, False: 680]
  ------------------
 5874|    334|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5874:2): [True: 0, False: 1.01k]
  ------------------
 5875|    334|		if (priv->init_flags & PIV_INIT_AID_AC_SM) {
  ------------------
  |  |  381|    334|#define PIV_INIT_AID_AC_SM			0x00000002u
  ------------------
  |  Branch (5875:7): [True: 0, False: 334]
  ------------------
 5876|      0|			card->type = SC_CARD_TYPE_PIV_II_800_73_4;
 5877|      0|		}
 5878|       |
 5879|       |#ifdef ENABLE_PIV_SM
 5880|       |		/* Discovery object has pin policy. 800-74-4 bits, its at least SC_CARD_TYPE_PIV_II_800_73_4 */
 5881|       |		if ((priv->pin_policy & (PIV_PP_OCC | PIV_PP_VCI_IMPL | PIV_PP_VCI_WITHOUT_PC)) != 0) {
 5882|       |			card->type = SC_CARD_TYPE_PIV_II_800_73_4;
 5883|       |		}
 5884|       |#endif
 5885|    334|		break;
 5886|  1.01k|	}
 5887|       |
 5888|  1.01k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.01k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5889|  1.01k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5890|       |
 5891|       |	/*
 5892|       |	 * Set card_issues flags based card->type and version numbers if available.
 5893|       |	 *
 5894|       |	 * YubiKey NEO, Yubikey 4 and other devices with PIV applets, have compliance
 5895|       |	 * issues with the NIST 800-73-3 specs. The OpenSC developers do not have
 5896|       |	 * access to all the different devices or versions of the devices.
 5897|       |	 * Vendor and user input is welcome on any compliance issues.
 5898|       |	 *
 5899|       |	 * For the Yubico devices The assumption is also made that if a bug is
 5900|       |	 * fixed in a Yubico version that means it is fixed on both NEO and Yubikey 4.
 5901|       |	 *
 5902|       |	 * The flags CI_CANT_USE_GETDATA_FOR_STATE and CI_DISCOVERY_USELESS
 5903|       |	 * may be set earlier or later then in the following code.
 5904|       |	 */
 5905|       |
 5906|  1.01k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.01k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5907|  1.01k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5908|  1.01k|	switch (card->type) {
 5909|    279|	case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (5909:2): [True: 279, False: 735]
  ------------------
 5910|    279|		priv->card_issues |= CI_NO_EC384 |
  ------------------
  |  |  596|    279|#define CI_NO_EC384			    0x00000400U /* does not have EC 384 */
  ------------------
 5911|    279|				     CI_VERIFY_630X |
  ------------------
  |  |  584|    279|#define CI_VERIFY_630X			    0x00000001U /* VERIFY tries left returns 630X rather then 63CX */
  ------------------
 5912|    279|				     CI_OTHER_AID_LOSE_STATE |
  ------------------
  |  |  593|    279|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5913|    279|				     CI_LEAKS_FILE_NOT_FOUND |
  ------------------
  |  |  589|    279|#define CI_LEAKS_FILE_NOT_FOUND		    0x00000010U /* GET DATA of empty object returns 6A 82 even if PIN not verified */
  ------------------
 5914|    279|				     CI_NFC_EXPOSE_TOO_MUCH;
  ------------------
  |  |  594|    279|#define CI_NFC_EXPOSE_TOO_MUCH		    0x00000200U /* PIN, crypto and objects exposed over NFS in violation of 800-73-3 */
  ------------------
 5915|    279|		if (priv->yubico_version < 0x00040302)
  ------------------
  |  Branch (5915:7): [True: 178, False: 101]
  ------------------
 5916|    178|			priv->card_issues |= CI_VERIFY_LC0_FAIL;
  ------------------
  |  |  585|    178|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5917|    279|		break;
 5918|       |
 5919|    187|	case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (5919:2): [True: 187, False: 827]
  ------------------
 5920|    188|	case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5920:2): [True: 1, False: 1.01k]
  ------------------
 5921|    191|	case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5921:2): [True: 3, False: 1.01k]
  ------------------
 5922|    191|		priv->card_issues |= CI_OTHER_AID_LOSE_STATE |
  ------------------
  |  |  593|    191|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5923|    191|				     CI_LEAKS_FILE_NOT_FOUND;
  ------------------
  |  |  589|    191|#define CI_LEAKS_FILE_NOT_FOUND		    0x00000010U /* GET DATA of empty object returns 6A 82 even if PIN not verified */
  ------------------
 5924|    191|		if (priv->yubico_version < 0x00040302)
  ------------------
  |  Branch (5924:7): [True: 70, False: 121]
  ------------------
 5925|     70|			priv->card_issues |= CI_VERIFY_LC0_FAIL;
  ------------------
  |  |  585|     70|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5926|    191|		if (priv->yubico_version >= 0x00050700) /* Also used by Token2 */
  ------------------
  |  Branch (5926:7): [True: 114, False: 77]
  ------------------
 5927|    114|			priv->alg_ids |= AI_RSA_4096 | AI_25519 | AI_X25519;
  ------------------
  |  |  603|    114|#define AI_RSA_4096			    0x00000008U
  ------------------
              			priv->alg_ids |= AI_RSA_4096 | AI_25519 | AI_X25519;
  ------------------
  |  |  606|    114|#define AI_25519			    0x00100000U
  ------------------
              			priv->alg_ids |= AI_RSA_4096 | AI_25519 | AI_X25519;
  ------------------
  |  |  607|    114|#define AI_X25519			    0x00200000U
  ------------------
 5928|    191|		break;
 5929|       |
 5930|     17|	case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5930:2): [True: 17, False: 997]
  ------------------
 5931|     17|		priv->card_issues |= CI_OTHER_AID_LOSE_STATE;
  ------------------
  |  |  593|     17|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5932|     17|		if (priv->yubico_version >= 0x00010802) /* use for NitroKey too */
  ------------------
  |  Branch (5932:7): [True: 10, False: 7]
  ------------------
 5933|     10|			priv->alg_ids |= AI_RSA_4096;
  ------------------
  |  |  603|     10|#define AI_RSA_4096			    0x00000008U
  ------------------
 5934|     17|		break;
 5935|       |
 5936|      0|	case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5936:2): [True: 0, False: 1.01k]
  ------------------
 5937|      3|	case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5937:2): [True: 3, False: 1.01k]
  ------------------
 5938|      3|	case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5938:2): [True: 0, False: 1.01k]
  ------------------
 5939|      3|	case SC_CARD_TYPE_PIV_II_SWISSBIT:
  ------------------
  |  Branch (5939:2): [True: 0, False: 1.01k]
  ------------------
 5940|      3|		priv->card_issues |= 0; /* could add others here */
 5941|      3|		break;
 5942|       |
 5943|    334|	case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5943:2): [True: 334, False: 680]
  ------------------
 5944|    440|	case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5944:2): [True: 106, False: 908]
  ------------------
 5945|    440|	case SC_CARD_TYPE_PIV_II_800_73_4:
  ------------------
  |  Branch (5945:2): [True: 0, False: 1.01k]
  ------------------
 5946|    440|		priv->card_issues |= 0; /* could add others here */
 5947|    440|		break;
 5948|       |
 5949|      5|	case SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC:
  ------------------
  |  Branch (5949:2): [True: 5, False: 1.00k]
  ------------------
 5950|      5|	case SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC:
  ------------------
  |  Branch (5950:2): [True: 0, False: 1.01k]
  ------------------
 5951|      6|	case SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC:
  ------------------
  |  Branch (5951:2): [True: 1, False: 1.01k]
  ------------------
 5952|      6|		priv->card_issues |= CI_VERIFY_LC0_FAIL |
  ------------------
  |  |  585|      6|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5953|      6|				     CI_PIV_AID_LOSE_STATE |
  ------------------
  |  |  591|      6|#define CI_PIV_AID_LOSE_STATE		    0x00000040U /* PIV AID can lose the login state run with out it*/
  ------------------
 5954|      6|				     CI_NO_RANDOM |
  ------------------
  |  |  587|      6|#define CI_NO_RANDOM			    0x00000004U /* can not use Challenge to get random data or no 9B key */
  ------------------
 5955|      6|				     CI_OTHER_AID_LOSE_STATE;
  ------------------
  |  |  593|      6|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5956|      6|		break;
 5957|       |
 5958|      0|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5958:2): [True: 0, False: 1.01k]
  ------------------
 5959|      0|		priv->card_issues |= CI_VERIFY_LC0_FAIL |
  ------------------
  |  |  585|      0|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5960|      0|				     CI_OTHER_AID_LOSE_STATE;
  ------------------
  |  |  593|      0|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5961|      0|		break;
 5962|       |
 5963|     78|	case SC_CARD_TYPE_PIV_II_PIVKEY:
  ------------------
  |  Branch (5963:2): [True: 78, False: 936]
  ------------------
 5964|     78|		priv->card_issues |= CI_VERIFY_LC0_FAIL |
  ------------------
  |  |  585|     78|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5965|     78|				     CI_PIV_AID_LOSE_STATE | /* be conservative */
  ------------------
  |  |  591|     78|#define CI_PIV_AID_LOSE_STATE		    0x00000040U /* PIV AID can lose the login state run with out it*/
  ------------------
 5966|     78|				     CI_NO_RANDOM;	     /* does not have 9B key */
  ------------------
  |  |  587|     78|#define CI_NO_RANDOM			    0x00000004U /* can not use Challenge to get random data or no 9B key */
  ------------------
 5967|       |							     /* Discovery object returns 6A 82 so is not on card by default */
 5968|     78|		break;
 5969|       |
 5970|      0|	default:
  ------------------
  |  Branch (5970:2): [True: 0, False: 1.01k]
  ------------------
 5971|      0|		priv->card_issues |= CI_VERIFY_LC0_FAIL |
  ------------------
  |  |  585|      0|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5972|      0|				     CI_OTHER_AID_LOSE_STATE;
  ------------------
  |  |  593|      0|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5973|       |		/* opensc.conf may have it wrong, continue anyway */
 5974|      0|		sc_log(card->ctx, "Unknown PIV card->type %d", card->type);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5975|      0|		card->type = SC_CARD_TYPE_PIV_II_GENERIC;
 5976|  1.01k|	}
 5977|  1.01k|	sc_log(card->ctx, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5978|  1.01k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5979|       |
 5980|  1.01k|	if (!(priv->card_issues & CI_DISCOVERY_USELESS) && !(priv->init_flags & PIV_INIT_DISCOVERY_PARSED)) {
  ------------------
  |  |  590|  1.01k|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
              	if (!(priv->card_issues & CI_DISCOVERY_USELESS) && !(priv->init_flags & PIV_INIT_DISCOVERY_PARSED)) {
  ------------------
  |  |  382|  1.00k|#define PIV_INIT_DISCOVERY_PARSED		0x00000004u
  ------------------
  |  Branch (5980:6): [True: 1.00k, False: 6]
  |  Branch (5980:53): [True: 684, False: 324]
  ------------------
 5981|       |		/*
 5982|       |		 * We now know PIV AID is active, test DISCOVERY object again
 5983|       |		 * Some PIV don't support DISCOVERY and return
 5984|       |		 * SC_ERROR_INCORRECT_PARAMETERS. Any error
 5985|       |		 * including SC_ERROR_FILE_NOT_FOUND means we cannot use discovery
 5986|       |		 * to test for active AID.
 5987|       |		 */
 5988|    684|		r2 = piv_find_discovery(card);
 5989|       |
 5990|    684|		if (r2 < 0) {
  ------------------
  |  Branch (5990:7): [True: 605, False: 79]
  ------------------
 5991|    605|			priv->card_issues |= CI_DISCOVERY_USELESS;
  ------------------
  |  |  590|    605|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
 5992|    605|			piv_obj_cache_free_entry(card, PIV_OBJ_DISCOVERY, PIV_OBJ_CACHE_NOT_PRESENT);
  ------------------
  |  |  153|    605|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5993|    605|		}
 5994|    684|	}
 5995|       |
 5996|  1.01k|	sc_log(card->ctx, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5997|  1.01k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5998|       |	/* Matched, caller will use or free priv and sc_lock as needed */
 5999|  1.01k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.01k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.01k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.01k|	int _ret = r; \
  |  |  |  |  155|  1.01k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.01k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.01k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.01k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.01k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.01k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.01k|	return _ret; \
  |  |  |  |  163|  1.01k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6000|       |
 6001|  4.72k|err:
 6002|  4.72k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH failed card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  4.72k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6003|  4.72k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 6004|       |	/* don't match. Does not have a PIV applet. */
 6005|  4.72k|	piv_finish(card);
 6006|  4.72k|	card->type = saved_type;
 6007|  4.72k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  4.72k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  4.72k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  4.72k|	int _ret = r; \
  |  |  |  |  155|  4.72k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.72k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.72k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  4.72k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4.72k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.72k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.72k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  4.72k|	return _ret; \
  |  |  |  |  163|  4.72k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6008|  4.72k|}
card-piv.c:piv_find_discovery:
 5158|  4.99k|{
 5159|  4.99k|	int r = 0;
 5160|  4.99k|	size_t rbuflen;
 5161|  4.99k|	u8 *rbuf = NULL;
 5162|  4.99k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  4.99k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5163|       |
 5164|  4.99k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  4.99k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  4.99k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  4.99k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 4.99k]
  |  |  ------------------
  ------------------
 5165|       |
 5166|       |	/*
 5167|       |	 * During piv_card_reader_lock_obtained,
 5168|       |	 * we use the discovery object to test if card present, and
 5169|       |	 * if PIV AID is active.
 5170|       |	 */
 5171|  4.99k|	if (priv->obj_cache[PIV_OBJ_DISCOVERY].flags & PIV_OBJ_CACHE_NOT_PRESENT) {
  ------------------
  |  |  153|  4.99k|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
  |  Branch (5171:6): [True: 0, False: 4.99k]
  ------------------
 5172|      0|		r = SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|      0|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
 5173|      0|		goto end;
 5174|      0|	}
 5175|       |
 5176|       |	/* If not valid: read, test,  cache */
 5177|  4.99k|	if (!(priv->obj_cache[PIV_OBJ_DISCOVERY].flags & PIV_OBJ_CACHE_VALID)) {
  ------------------
  |  |  151|  4.99k|#define PIV_OBJ_CACHE_VALID		1
  ------------------
  |  Branch (5177:6): [True: 1.49k, False: 3.50k]
  ------------------
 5178|  1.49k|		r = piv_process_discovery(card);
 5179|  3.50k|	} else {
 5180|       |		/* if already in cache,force read */
 5181|  3.50k|		rbuflen = 1;
 5182|  3.50k|		r = piv_get_data(card, PIV_OBJ_DISCOVERY, &rbuf, &rbuflen);
 5183|       |		/* if same response as last, no need to parse */
 5184|  3.50k|		if (r == 0 && priv->obj_cache[PIV_OBJ_DISCOVERY].obj_len == 0)
  ------------------
  |  Branch (5184:7): [True: 0, False: 3.50k]
  |  Branch (5184:17): [True: 0, False: 0]
  ------------------
 5185|      0|			goto end;
 5186|       |
 5187|  3.50k|		if (r >= 0 && priv->obj_cache[PIV_OBJ_DISCOVERY].obj_len == rbuflen &&
  ------------------
  |  Branch (5187:7): [True: 29, False: 3.47k]
  |  Branch (5187:17): [True: 25, False: 4]
  ------------------
 5188|     25|				priv->obj_cache[PIV_OBJ_DISCOVERY].obj_data &&
  ------------------
  |  Branch (5188:5): [True: 25, False: 0]
  ------------------
 5189|     25|				!memcmp(rbuf, priv->obj_cache[PIV_OBJ_DISCOVERY].obj_data, rbuflen)) {
  ------------------
  |  Branch (5189:5): [True: 14, False: 11]
  ------------------
 5190|     14|			goto end;
 5191|     14|		}
 5192|       |		/* This should not happen  bad card */
 5193|  3.49k|		sc_log(card->ctx, "Discovery not the same as previously read object");
  ------------------
  |  |   71|  3.49k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5194|  3.49k|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|  3.49k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 5195|  3.49k|		goto end;
 5196|  3.50k|	}
 5197|       |
 5198|  4.99k|end:
 5199|  4.99k|	free(rbuf);
 5200|  4.99k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  4.99k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  4.99k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  4.99k|	int _ret = r; \
  |  |  |  |  155|  4.99k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.98k, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.98k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  4.57k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4.57k, False: 404]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.98k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.98k|	} else { \
  |  |  |  |  159|     14|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     14|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     14|	} \
  |  |  |  |  162|  4.99k|	return _ret; \
  |  |  |  |  163|  4.99k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5201|  4.99k|}
card-piv.c:piv_process_discovery:
 5051|  1.49k|{
 5052|  1.49k|	int r;
 5053|  1.49k|	u8 *rbuf = NULL;
 5054|  1.49k|	size_t rbuflen = 0;
 5055|       |
 5056|  1.49k|	r = piv_get_cached_data(card, PIV_OBJ_DISCOVERY, &rbuf, &rbuflen);
 5057|       |	/* Note rbuf and rbuflen are now pointers into cache */
 5058|  1.49k|	if (r < 0)
  ------------------
  |  Branch (5058:6): [True: 1.04k, False: 443]
  ------------------
 5059|  1.04k|		goto err;
 5060|       |
 5061|       |	/* the object is now cached, see what we have */
 5062|    443|	r = piv_parse_discovery(card, rbuf, rbuflen, 0);
 5063|       |
 5064|  1.49k|err:
 5065|  1.49k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.49k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.49k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.49k|	int _ret = r; \
  |  |  |  |  155|  1.49k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.49k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.49k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.08k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.08k, False: 404]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.49k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.49k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.49k|	return _ret; \
  |  |  |  |  163|  1.49k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5066|  1.49k|}
card-piv.c:piv_get_cached_data:
 3201|  14.7k|{
 3202|       |
 3203|  14.7k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  14.7k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 3204|  14.7k|	int r;
 3205|  14.7k|	u8 *rbuf = NULL;
 3206|  14.7k|	size_t rbuflen;
 3207|       |
 3208|  14.7k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  14.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  14.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  14.7k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 14.7k]
  |  |  ------------------
  ------------------
 3209|       |
 3210|  14.7k|	if (enumtag < 0 || enumtag >= PIV_OBJ_LAST_ENUM)
  ------------------
  |  Branch (3210:6): [True: 0, False: 14.7k]
  |  Branch (3210:21): [True: 0, False: 14.7k]
  ------------------
 3211|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3212|       |
 3213|  14.7k|	sc_log(card->ctx, "#%d, %s", enumtag, piv_objects[enumtag].name);
  ------------------
  |  |   71|  14.7k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3214|       |
 3215|       |	/* see if we have it cached */
 3216|  14.7k|	if (priv->obj_cache[enumtag].flags & PIV_OBJ_CACHE_VALID) {
  ------------------
  |  |  151|  14.7k|#define PIV_OBJ_CACHE_VALID		1
  ------------------
  |  Branch (3216:6): [True: 2.11k, False: 12.6k]
  ------------------
 3217|       |
 3218|  2.11k|		sc_log(card->ctx, "found #%d %p:%zu %p:%zu",
  ------------------
  |  |   71|  2.11k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3219|  2.11k|				enumtag,
 3220|  2.11k|				priv->obj_cache[enumtag].obj_data,
 3221|  2.11k|				priv->obj_cache[enumtag].obj_len,
 3222|  2.11k|				priv->obj_cache[enumtag].internal_obj_data,
 3223|  2.11k|				priv->obj_cache[enumtag].internal_obj_len);
 3224|       |
 3225|  2.11k|		if (priv->obj_cache[enumtag].obj_len == 0) {
  ------------------
  |  Branch (3225:7): [True: 0, False: 2.11k]
  ------------------
 3226|      0|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      0|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3227|      0|			sc_log(card->ctx, "#%d found but len=0", enumtag);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3228|      0|			goto err;
 3229|      0|		}
 3230|  2.11k|		*buf = priv->obj_cache[enumtag].obj_data;
 3231|  2.11k|		*buf_len = priv->obj_cache[enumtag].obj_len;
 3232|  2.11k|		r = (int)*buf_len;
 3233|  2.11k|		goto ok;
 3234|  2.11k|	}
 3235|       |
 3236|       |	/*
 3237|       |	 * If we know it can not be on the card  i.e. History object
 3238|       |	 * has been read, and we know what other certs may or
 3239|       |	 * may not be on the card. We can avoid extra overhead
 3240|       |	 * Also used if object on card was not parsable
 3241|       |	 */
 3242|       |
 3243|  12.6k|	if (priv->obj_cache[enumtag].flags & PIV_OBJ_CACHE_NOT_PRESENT) {
  ------------------
  |  |  153|  12.6k|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
  |  Branch (3243:6): [True: 0, False: 12.6k]
  ------------------
 3244|      0|		sc_log(card->ctx, "no_obj #%d", enumtag);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3245|      0|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      0|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3246|      0|		goto err;
 3247|      0|	}
 3248|       |
 3249|       |	/* Not cached, try to get it, piv_get_data will allocate a buf */
 3250|  12.6k|	sc_log(card->ctx, "get #%d", enumtag);
  ------------------
  |  |   71|  12.6k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3251|  12.6k|	rbuflen = 1;
 3252|  12.6k|	r = piv_get_data(card, enumtag, &rbuf, &rbuflen);
 3253|  12.6k|	if (r > 0) {
  ------------------
  |  Branch (3253:6): [True: 3.07k, False: 9.54k]
  ------------------
 3254|  3.07k|		priv->obj_cache[enumtag].flags |= PIV_OBJ_CACHE_VALID;
  ------------------
  |  |  151|  3.07k|#define PIV_OBJ_CACHE_VALID		1
  ------------------
 3255|  3.07k|		priv->obj_cache[enumtag].obj_len = r;
 3256|  3.07k|		priv->obj_cache[enumtag].obj_data = rbuf;
 3257|  3.07k|		*buf = rbuf;
 3258|  3.07k|		*buf_len = r;
 3259|       |
 3260|  3.07k|		sc_log(card->ctx, "added #%d  %p:%zu %p:%zu",
  ------------------
  |  |   71|  3.07k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3261|  3.07k|				enumtag,
 3262|  3.07k|				priv->obj_cache[enumtag].obj_data,
 3263|  3.07k|				priv->obj_cache[enumtag].obj_len,
 3264|  3.07k|				priv->obj_cache[enumtag].internal_obj_data,
 3265|  3.07k|				priv->obj_cache[enumtag].internal_obj_len);
 3266|       |
 3267|  9.54k|	} else {
 3268|  9.54k|		free(rbuf);
 3269|  9.54k|		if (r == 0 || r == SC_ERROR_FILE_NOT_FOUND) {
  ------------------
  |  |   51|  9.54k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (3269:7): [True: 0, False: 9.54k]
  |  Branch (3269:17): [True: 1.86k, False: 7.68k]
  ------------------
 3270|  1.86k|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|  1.86k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3271|  1.86k|			priv->obj_cache[enumtag].flags |= PIV_OBJ_CACHE_VALID;
  ------------------
  |  |  151|  1.86k|#define PIV_OBJ_CACHE_VALID		1
  ------------------
 3272|  1.86k|			priv->obj_cache[enumtag].obj_len = 0;
 3273|  7.68k|		} else {
 3274|  7.68k|			goto err;
 3275|  7.68k|		}
 3276|  9.54k|	}
 3277|  7.05k|ok:
 3278|       |
 3279|  14.7k|err:
 3280|  14.7k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  14.7k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  14.7k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  14.7k|	int _ret = r; \
  |  |  |  |  155|  14.7k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.54k, False: 5.19k]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.54k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  9.54k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.54k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.54k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.54k|	} else { \
  |  |  |  |  159|  5.19k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  5.19k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  5.19k|	} \
  |  |  |  |  162|  14.7k|	return _ret; \
  |  |  |  |  163|  14.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3281|  14.7k|}
card-piv.c:piv_parse_discovery:
 4995|    443|{
 4996|    443|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|    443|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4997|    443|	int r = 0;
 4998|    443|	const u8 *body;
 4999|    443|	size_t bodylen;
 5000|    443|	const u8 *aid;
 5001|    443|	size_t aidlen;
 5002|    443|	const u8 *pinp;
 5003|    443|	size_t pinplen;
 5004|    443|	unsigned int cla_out, tag_out;
 5005|       |
 5006|    443|	if (rbuflen != 0) {
  ------------------
  |  Branch (5006:6): [True: 443, False: 0]
  ------------------
 5007|    443|		body = rbuf;
 5008|    443|		if ((r = sc_asn1_read_tag(&body, rbuflen, &cla_out, &tag_out, &bodylen)) != SC_SUCCESS ||
  ------------------
  |  |   28|    886|#define SC_SUCCESS				0
  ------------------
  |  Branch (5008:7): [True: 0, False: 443]
  ------------------
 5009|    443|				body == NULL ||
  ------------------
  |  Branch (5009:5): [True: 0, False: 443]
  ------------------
 5010|    443|				bodylen == 0 ||
  ------------------
  |  Branch (5010:5): [True: 2, False: 441]
  ------------------
 5011|    441|				((cla_out | tag_out) != 0x7E)) {
  ------------------
  |  Branch (5011:5): [True: 0, False: 441]
  ------------------
 5012|      2|			sc_log(card->ctx, "DER problem %d", r);
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5013|      2|			r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      2|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5014|      2|			goto err;
 5015|      2|		}
 5016|       |
 5017|    441|		sc_log(card->ctx, "Discovery 0x%2.2x 0x%2.2x %p:%zu",
  ------------------
  |  |   71|    441|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5018|    441|				cla_out, tag_out, body, bodylen);
 5019|    441|		aidlen = 0;
 5020|    441|		aid = sc_asn1_find_tag(card->ctx, body, bodylen, 0x4F, &aidlen);
 5021|    441|		if (aid == NULL || aidlen < piv_aids[0].len_short ||
  ------------------
  |  Branch (5021:7): [True: 9, False: 432]
  |  Branch (5021:22): [True: 3, False: 429]
  ------------------
 5022|    429|				memcmp(aid, piv_aids[0].value, piv_aids[0].len_short) != 0) {
  ------------------
  |  Branch (5022:5): [True: 25, False: 404]
  ------------------
 5023|     37|			sc_log(card->ctx, "Discovery object not PIV");
  ------------------
  |  |   71|     37|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5024|     37|			r = SC_ERROR_INVALID_CARD; /* This is an error */
  ------------------
  |  |   60|     37|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 5025|     37|			goto err;
 5026|     37|		}
 5027|    404|		if (aid_only == 0) {
  ------------------
  |  Branch (5027:7): [True: 404, False: 0]
  ------------------
 5028|    404|			pinp = sc_asn1_find_tag(card->ctx, body, bodylen, 0x5F2F, &pinplen);
 5029|    404|			if (pinp && pinplen == 2) {
  ------------------
  |  Branch (5029:8): [True: 220, False: 184]
  |  Branch (5029:16): [True: 219, False: 1]
  ------------------
 5030|    219|				priv->init_flags |= PIV_INIT_DISCOVERY_PP;
  ------------------
  |  |  383|    219|#define PIV_INIT_DISCOVERY_PP			0x00000008u
  ------------------
 5031|    219|				priv->pin_policy = (*pinp << 8) + *(pinp + 1);
 5032|    219|				sc_log(card->ctx, "Discovery pinp flags=0x%2.2x 0x%2.2x", *pinp, *(pinp + 1));
  ------------------
  |  |   71|    219|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5033|    219|				if ((priv->pin_policy & (PIV_PP_PIN | PIV_PP_GLOBAL)) == (PIV_PP_PIN | PIV_PP_GLOBAL) &&
  ------------------
  |  |  371|    219|#define PIV_PP_PIN		0x00004000u
  ------------------
              				if ((priv->pin_policy & (PIV_PP_PIN | PIV_PP_GLOBAL)) == (PIV_PP_PIN | PIV_PP_GLOBAL) &&
  ------------------
  |  |  372|    219|#define PIV_PP_GLOBAL		0x00002000u
  ------------------
              				if ((priv->pin_policy & (PIV_PP_PIN | PIV_PP_GLOBAL)) == (PIV_PP_PIN | PIV_PP_GLOBAL) &&
  ------------------
  |  |  371|    219|#define PIV_PP_PIN		0x00004000u
  ------------------
              				if ((priv->pin_policy & (PIV_PP_PIN | PIV_PP_GLOBAL)) == (PIV_PP_PIN | PIV_PP_GLOBAL) &&
  ------------------
  |  |  372|    219|#define PIV_PP_GLOBAL		0x00002000u
  ------------------
  |  Branch (5033:9): [True: 5, False: 214]
  ------------------
 5034|      5|						priv->pin_policy & PIV_PP_GLOBAL_PRIMARY) {
  ------------------
  |  |  377|      5|#define PIV_PP_GLOBAL_PRIMARY	0x00000020u
  ------------------
  |  Branch (5034:7): [True: 3, False: 2]
  ------------------
 5035|      3|					sc_log(card->ctx, "Pin Preference - Global");
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5036|      3|					priv->pin_preference = 0x00;
 5037|      3|				}
 5038|    219|			}
 5039|    404|		}
 5040|    404|		r = SC_SUCCESS;
  ------------------
  |  |   28|    404|#define SC_SUCCESS				0
  ------------------
 5041|    404|		priv->init_flags |= PIV_INIT_DISCOVERY_PARSED;
  ------------------
  |  |  382|    404|#define PIV_INIT_DISCOVERY_PARSED		0x00000004u
  ------------------
 5042|    404|	}
 5043|       |
 5044|    443|err:
 5045|    443|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    443|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    443|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    443|	int _ret = r; \
  |  |  |  |  155|    443|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 443, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    443|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     39|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 39, False: 404]
  |  |  |  |  ------------------
  |  |  |  |  157|    443|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    443|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    443|	return _ret; \
  |  |  |  |  163|    443|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5046|    443|}
card-piv.c:piv_get_data:
 3091|  16.1k|{
 3092|  16.1k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  16.1k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 3093|  16.1k|	u8 *p;
 3094|  16.1k|	u8 *tbuf;
 3095|  16.1k|	int r = 0;
 3096|  16.1k|	u8 tagbuf[8];
 3097|  16.1k|	size_t tag_len;
 3098|  16.1k|	int alloc_buf = 0;
 3099|       |
 3100|  16.1k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  16.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  16.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  16.1k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 16.1k]
  |  |  ------------------
  ------------------
 3101|       |
 3102|  16.1k|	sc_log(card->ctx, "#%d, %s", enumtag, piv_objects[enumtag].name);
  ------------------
  |  |   71|  16.1k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3103|       |
 3104|  16.1k|	r = sc_lock(card); /* do check len and get data in same transaction */
 3105|  16.1k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  16.1k|#define SC_SUCCESS				0
  ------------------
  |  Branch (3105:6): [True: 0, False: 16.1k]
  ------------------
 3106|      0|		sc_log(card->ctx, "sc_lock failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3107|      0|		return r;
 3108|      0|	}
 3109|       |
 3110|  16.1k|	tag_len = piv_objects[enumtag].tag_len;
 3111|       |
 3112|  16.1k|	p = tagbuf;
 3113|  16.1k|	r = sc_asn1_put_tag(0x5c, piv_objects[enumtag].tag_value, tag_len, tagbuf, sizeof(tagbuf), &p);
 3114|  16.1k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  16.1k|#define SC_SUCCESS				0
  ------------------
  |  Branch (3114:6): [True: 0, False: 16.1k]
  ------------------
 3115|      0|		sc_log(card->ctx, "Failed to encode ASN1 tag");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3116|      0|		goto err;
 3117|      0|	}
 3118|       |
 3119|  16.1k|	if (*buf_len == 1 && *buf == NULL) {
  ------------------
  |  Branch (3119:6): [True: 16.1k, False: 32]
  |  Branch (3119:23): [True: 16.1k, False: 0]
  ------------------
 3120|  16.1k|		*buf_len = priv->max_object_size; /* will allocate below */
 3121|  16.1k|		alloc_buf = 1;
 3122|  16.1k|	}
 3123|       |
 3124|  16.1k|	sc_log(card->ctx, "buffer for #%d *buf=0x%p len=%zu", enumtag, *buf, *buf_len);
  ------------------
  |  |   71|  16.1k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3125|  16.1k|	if (*buf == NULL && *buf_len > 0) {
  ------------------
  |  Branch (3125:6): [True: 16.1k, False: 32]
  |  Branch (3125:22): [True: 16.1k, False: 0]
  ------------------
 3126|  16.1k|		if (*buf_len > MAX_FILE_SIZE) {
  ------------------
  |  |  220|  16.1k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (3126:7): [True: 0, False: 16.1k]
  ------------------
 3127|      0|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3128|      0|			goto err;
 3129|      0|		}
 3130|  16.1k|		*buf = malloc(*buf_len);
 3131|  16.1k|		if (*buf == NULL) {
  ------------------
  |  Branch (3131:7): [True: 0, False: 16.1k]
  ------------------
 3132|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 3133|      0|			goto err;
 3134|      0|		}
 3135|  16.1k|	}
 3136|       |
 3137|       |#ifdef ENABLE_PIV_SM
 3138|       |	/*
 3139|       |	 * Over contact reader, OK to read non sensitive object in clear even when SM is active
 3140|       |	 * but only if using default policy and we are not in reader_lock_obtained
 3141|       |	 * Discovery object will use SM from reader_lock_obtained to catch if SM is still valid
 3142|       |	 * i.e. no interference from other applications
 3143|       |	 */
 3144|       |	sc_log(card->ctx, "enumtag:%d sm_ctx.sm_mode:%d piv_objects[enumtag].flags:0x%8.8x sm_flags:0x%8.8lx it_flags:0x%8.8x",
 3145|       |			enumtag, card->sm_ctx.sm_mode, piv_objects[enumtag].flags, priv->sm_flags, priv->init_flags);
 3146|       |	if (priv->sm_flags & PIV_SM_FLAGS_SM_IS_ACTIVE &&
 3147|       |			enumtag != PIV_OBJ_DISCOVERY &&
 3148|       |			card->sm_ctx.sm_mode == SM_MODE_TRANSMIT &&
 3149|       |			!(piv_objects[enumtag].flags & PIV_OBJECT_NEEDS_PIN) &&
 3150|       |			!(priv->sm_flags & (PIV_SM_FLAGS_NEVER | PIV_SM_FLAGS_ALWAYS)) &&
 3151|       |			!(priv->init_flags & (PIV_INIT_CONTACTLESS | PIV_INIT_IN_READER_LOCK_OBTAINED))) {
 3152|       |		sc_log(card->ctx, "Set PIV_SM_GET_DATA_IN_CLEAR");
 3153|       |		priv->sm_flags |= PIV_SM_GET_DATA_IN_CLEAR;
 3154|       |	}
 3155|       |
 3156|       |#endif /* ENABLE_PIV_SM */
 3157|  16.1k|	r = piv_general_io(card, 0xCB, 0x3F, 0xFF, tagbuf, p - tagbuf, *buf, *buf_len);
 3158|  16.1k|	if (r > 0) {
  ------------------
  |  Branch (3158:6): [True: 4.26k, False: 11.9k]
  ------------------
 3159|  4.26k|		int r_tag;
 3160|  4.26k|		unsigned int cla_out, tag_out;
 3161|  4.26k|		size_t bodylen = 0;
 3162|  4.26k|		const u8 *body = *buf;
 3163|  4.26k|		r_tag = sc_asn1_read_tag(&body, r, &cla_out, &tag_out, &bodylen);
 3164|  4.26k|		if (r_tag != SC_SUCCESS || body == NULL ||
  ------------------
  |  |   28|  8.52k|#define SC_SUCCESS				0
  ------------------
  |  Branch (3164:7): [True: 666, False: 3.59k]
  |  Branch (3164:30): [True: 89, False: 3.50k]
  ------------------
 3165|  3.50k|				((cla_out << 24 | tag_out) != piv_objects[enumtag].resp_tag)) {
  ------------------
  |  Branch (3165:5): [True: 399, False: 3.10k]
  ------------------
 3166|  1.15k|			sc_log(card->ctx, "invalid tag or length r_tag:%d body:%p", r_tag, body);
  ------------------
  |  |   71|  1.15k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3167|  1.15k|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|  1.15k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3168|  1.15k|			goto err;
 3169|  1.15k|		}
 3170|  3.10k|		*buf_len = (body - *buf) + bodylen;
 3171|  11.9k|	} else if (r == 0) {
  ------------------
  |  Branch (3171:13): [True: 595, False: 11.3k]
  ------------------
 3172|    595|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|    595|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3173|    595|		goto err;
 3174|  11.3k|	} else {
 3175|  11.3k|		goto err;
 3176|  11.3k|	}
 3177|       |
 3178|  3.10k|	if (alloc_buf && *buf) {
  ------------------
  |  Branch (3178:6): [True: 3.10k, False: 2]
  |  Branch (3178:19): [True: 3.10k, False: 0]
  ------------------
 3179|  3.10k|		tbuf = malloc(r);
 3180|  3.10k|		if (tbuf == NULL) {
  ------------------
  |  Branch (3180:7): [True: 0, False: 3.10k]
  ------------------
 3181|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 3182|      0|			goto err;
 3183|      0|		}
 3184|  3.10k|		memcpy(tbuf, *buf, r);
 3185|  3.10k|		free(*buf);
 3186|  3.10k|		alloc_buf = 0;
 3187|  3.10k|		*buf = tbuf;
 3188|  3.10k|	}
 3189|       |
 3190|  16.1k|err:
 3191|  16.1k|	if (alloc_buf) {
  ------------------
  |  Branch (3191:6): [True: 13.0k, False: 3.13k]
  ------------------
 3192|  13.0k|		free(*buf);
 3193|  13.0k|		*buf = NULL;
 3194|  13.0k|	}
 3195|  16.1k|	sc_unlock(card);
 3196|  16.1k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  16.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  16.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  16.1k|	int _ret = r; \
  |  |  |  |  155|  16.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13.0k, False: 3.10k]
  |  |  |  |  ------------------
  |  |  |  |  156|  13.0k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  13.0k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 13.0k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  13.0k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  13.0k|	} else { \
  |  |  |  |  159|  3.10k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  3.10k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  3.10k|	} \
  |  |  |  |  162|  16.1k|	return _ret; \
  |  |  |  |  163|  16.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3197|  16.1k|}
card-piv.c:piv_general_io:
 1794|  19.1k|{
 1795|  19.1k|	int r;
 1796|  19.1k|	sc_apdu_t apdu;
 1797|       |
 1798|  19.1k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  19.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  19.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  19.1k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 19.1k]
  |  |  ------------------
  ------------------
 1799|       |
 1800|  19.1k|	r = sc_lock(card);
 1801|  19.1k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|  19.1k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1801:6): [True: 0, False: 19.1k]
  ------------------
 1802|  19.1k|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1803|       |
 1804|  19.1k|	sc_format_apdu(card, &apdu,
 1805|  19.1k|			recvbuf ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT,
  ------------------
  |  |  294|  19.1k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              			recvbuf ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT,
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (1805:4): [True: 19.1k, False: 0]
  ------------------
 1806|  19.1k|			ins, p1, p2);
 1807|  19.1k|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|  19.1k|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 1808|       |#ifdef ENABLE_PIV_SM
 1809|       |	if (card->sm_ctx.sm_mode != SM_MODE_NONE && sendbuflen > 255) {
 1810|       |		/* tell apdu.c to not do the chaining, let the SM get_apdu do it */
 1811|       |		apdu.flags |= SC_APDU_FLAGS_SM_CHAINING;
 1812|       |	}
 1813|       |#endif
 1814|  19.1k|	apdu.lc = sendbuflen;
 1815|  19.1k|	apdu.datalen = sendbuflen;
 1816|  19.1k|	apdu.data = sendbuf;
 1817|       |
 1818|  19.1k|	if (recvbuf && recvbuflen) {
  ------------------
  |  Branch (1818:6): [True: 19.1k, False: 0]
  |  Branch (1818:17): [True: 19.1k, False: 0]
  ------------------
 1819|  19.1k|		apdu.le = (recvbuflen > 256) ? 256 : recvbuflen;
  ------------------
  |  Branch (1819:13): [True: 19.0k, False: 32]
  ------------------
 1820|  19.1k|		apdu.resplen = recvbuflen;
 1821|  19.1k|	} else {
 1822|      0|		apdu.le = 0;
 1823|      0|		apdu.resplen = 0;
 1824|      0|	}
 1825|  19.1k|	apdu.resp = recvbuf;
 1826|       |
 1827|       |	/* with new adpu.c and chaining, this actually reads the whole object */
 1828|  19.1k|	r = sc_transmit_apdu(card, &apdu);
 1829|       |
 1830|       |	/* adpu will not have sw1,sw2 set because sc_sm_single_transmit called sc_sm_stop, */
 1831|  19.1k|	if (r < 0) {
  ------------------
  |  Branch (1831:6): [True: 428, False: 18.6k]
  ------------------
 1832|    428|		sc_log(card->ctx, "Transmit failed");
  ------------------
  |  |   71|    428|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1833|    428|		goto err;
 1834|    428|	}
 1835|       |
 1836|  18.6k|	if (apdu.sw1 == 0x69 && apdu.sw2 == 0x88)
  ------------------
  |  Branch (1836:6): [True: 103, False: 18.5k]
  |  Branch (1836:26): [True: 38, False: 65]
  ------------------
 1837|     38|		r = SC_ERROR_SM_INVALID_SESSION_KEY;
  ------------------
  |  |  119|     38|#define SC_ERROR_SM_INVALID_SESSION_KEY		-1604
  ------------------
 1838|  18.6k|	else
 1839|  18.6k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1840|       |
 1841|  18.6k|	if (r < 0) {
  ------------------
  |  Branch (1841:6): [True: 13.4k, False: 5.25k]
  ------------------
 1842|  13.4k|		sc_log(card->ctx, "Card returned error ");
  ------------------
  |  |   71|  13.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1843|  13.4k|		goto err;
 1844|  13.4k|	}
 1845|       |
 1846|  5.25k|	r = (int)apdu.resplen;
 1847|       |
 1848|  19.1k|err:
 1849|  19.1k|	sc_unlock(card);
 1850|  19.1k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  19.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  19.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  19.1k|	int _ret = r; \
  |  |  |  |  155|  19.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 14.5k, False: 4.58k]
  |  |  |  |  ------------------
  |  |  |  |  156|  14.5k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  13.8k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 13.8k, False: 662]
  |  |  |  |  ------------------
  |  |  |  |  157|  14.5k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  14.5k|	} else { \
  |  |  |  |  159|  4.58k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  4.58k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  4.58k|	} \
  |  |  |  |  162|  19.1k|	return _ret; \
  |  |  |  |  163|  19.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1851|  19.1k|}
card-piv.c:piv_obj_cache_free_entry:
 5455|   345k|{
 5456|   345k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|   345k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5457|       |
 5458|   345k|	if (priv->obj_cache[enumtag].obj_data)
  ------------------
  |  Branch (5458:6): [True: 3.07k, False: 342k]
  ------------------
 5459|  3.07k|		free(priv->obj_cache[enumtag].obj_data);
 5460|   345k|	priv->obj_cache[enumtag].obj_data = NULL;
 5461|   345k|	priv->obj_cache[enumtag].obj_len = 0;
 5462|       |
 5463|   345k|	if (priv->obj_cache[enumtag].internal_obj_data)
  ------------------
  |  Branch (5463:6): [True: 2.11k, False: 343k]
  ------------------
 5464|  2.11k|		free(priv->obj_cache[enumtag].internal_obj_data);
 5465|   345k|	priv->obj_cache[enumtag].internal_obj_data = NULL;
 5466|   345k|	priv->obj_cache[enumtag].internal_obj_len = 0;
 5467|   345k|	priv->obj_cache[enumtag].flags = flags;
 5468|       |
 5469|   345k|	return SC_SUCCESS;
  ------------------
  |  |   28|   345k|#define SC_SUCCESS				0
  ------------------
 5470|   345k|}
card-piv.c:piv_find_aid:
 2903|  6.48k|{
 2904|  6.48k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  6.48k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 2905|  6.48k|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 2906|  6.48k|	int r, i, j;
 2907|  6.48k|	const u8 *tag;
 2908|  6.48k|	size_t taglen;
 2909|  6.48k|	const u8 *nextac;
 2910|  6.48k|	const u8 *next80;
 2911|  6.48k|	const u8 *pix;
 2912|  6.48k|	size_t pixlen;
 2913|  6.48k|	const u8 *al_label;
 2914|  6.48k|	size_t al_labellen;
 2915|  6.48k|	const u8 *actag; /* Cipher Suite */
 2916|  6.48k|	size_t actaglen;
 2917|  6.48k|	const u8 *csai; /* Cipher Suite Algorithm Identifier */
 2918|  6.48k|	size_t csailen;
 2919|  6.48k|	size_t resplen = sizeof(rbuf);
 2920|       |#ifdef ENABLE_PIV_SM
 2921|       |	int found_csai = 0;
 2922|       |#endif
 2923|       |
 2924|  6.48k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  6.48k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  6.48k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  6.48k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 6.48k]
  |  |  ------------------
  ------------------
 2925|       |
 2926|       |	/* first  see if the default application will return a template
 2927|       |	 * that we know about.
 2928|       |	 */
 2929|       |
 2930|  6.48k|	r = iso7816_select_aid(card, piv_aids[0].value, piv_aids[0].len_short, rbuf, &resplen);
 2931|  6.48k|	if (r > 0 && priv->aid_der.value && resplen == priv->aid_der.len && !memcmp(priv->aid_der.value, rbuf, resplen)) {
  ------------------
  |  Branch (2931:6): [True: 0, False: 6.48k]
  |  Branch (2931:15): [True: 0, False: 0]
  |  Branch (2931:38): [True: 0, False: 0]
  |  Branch (2931:70): [True: 0, False: 0]
  ------------------
 2932|      0|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2933|       |		/* no need to parse again, same as last time */
 2934|      0|	}
 2935|  6.48k|	if (r >= 0 && resplen > 2) {
  ------------------
  |  Branch (2935:6): [True: 932, False: 5.55k]
  |  Branch (2935:16): [True: 833, False: 99]
  ------------------
 2936|    833|		tag = sc_asn1_find_tag(card->ctx, rbuf, resplen, 0x61, &taglen);
 2937|    833|		if (tag != NULL) {
  ------------------
  |  Branch (2937:7): [True: 773, False: 60]
  ------------------
 2938|    773|			priv->init_flags |= PIV_INIT_AID_PARSED;
  ------------------
  |  |  380|    773|#define PIV_INIT_AID_PARSED			0x00000001u
  ------------------
 2939|       |			/* look for 800-73-4 0xAC for Cipher Suite Algorithm Identifier Table 14 */
 2940|       |			/* 800-73-4 only expects 1 0xAC tag len 6 with a 80 01 xx 06 01 00
 2941|       |			 * where xx is the SM csID either 27 or 2E.
 2942|       |			 * Some vendors may include entries for supported Algorithms even when
 2943|       |			 * not required. We will use these if possible
 2944|       |			 * Will look for multiple 0x80 with in 0xAC value too.
 2945|       |			 */
 2946|    773|			nextac = tag;
 2947|    814|			while ((actag = sc_asn1_find_tag(card->ctx, nextac, taglen - (nextac - tag),
  ------------------
  |  Branch (2947:11): [True: 41, False: 773]
  ------------------
 2948|    814|						0xAC, &actaglen)) != NULL) {
 2949|     41|				nextac = actag + actaglen;
 2950|       |
 2951|     41|				next80 = actag;
 2952|     93|				while ((csai = sc_asn1_find_tag(card->ctx, next80, actaglen - (next80 - actag),
  ------------------
  |  Branch (2952:12): [True: 52, False: 41]
  ------------------
 2953|     93|							0x80, &csailen)) != NULL) {
 2954|     52|					next80 = csai + csailen;
 2955|     52|					if (csailen == 1) {
  ------------------
  |  Branch (2955:10): [True: 29, False: 23]
  ------------------
 2956|     29|						sc_log(card->ctx, "0xAC 0x80 entry:0x%2.2x found", *csai);
  ------------------
  |  |   71|     29|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2957|     29|						j = piv_ai_map_find_by_id(card, *csai);
 2958|     29|						if (j >= 0) {
  ------------------
  |  Branch (2958:11): [True: 17, False: 12]
  ------------------
 2959|     17|							priv->alg_ids |= ai_map[j].ai_flag;
 2960|     17|							continue;
 2961|     17|						}
 2962|       |#ifdef ENABLE_PIV_SM
 2963|       |						/* check if id is NIST SM */
 2964|       |						for (i = 0; i < PIV_CSS_SIZE; i++) {
 2965|       |							if (*csai != css[i].id)
 2966|       |								continue;
 2967|       |							if (found_csai) {
 2968|       |								sc_log(card->ctx, "found multiple csIDs, using first");
 2969|       |							} else {
 2970|       |								priv->cs = &css[i];
 2971|       |								priv->csID = *csai;
 2972|       |								found_csai++;
 2973|       |								priv->init_flags |= PIV_INIT_AID_AC_SM;
 2974|       |							}
 2975|       |						}
 2976|       |#endif /* ENABLE_PIV_SM */
 2977|     29|					}
 2978|     52|				}
 2979|     41|			}
 2980|       |
 2981|       |			/* Last chance to distinguish card type based on Application Label '50' */
 2982|    773|			al_label = sc_asn1_find_tag(card->ctx, tag, taglen, 0x50, &al_labellen);
 2983|    773|			if (al_label != NULL) {
  ------------------
  |  Branch (2983:8): [True: 7, False: 766]
  ------------------
 2984|      7|				sc_log_hex(card->ctx, "Application Label", al_label, al_labellen);
  ------------------
  |  |  129|      7|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|      7|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2985|      7|				if ((priv->al_label = malloc(al_labellen)) == NULL) {
  ------------------
  |  Branch (2985:9): [True: 0, False: 7]
  ------------------
 2986|      0|					LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2987|      0|				}
 2988|      7|				memcpy(priv->al_label, al_label, al_labellen);
 2989|      7|				priv->al_labellen = (int)al_labellen;
 2990|      7|			}
 2991|       |
 2992|    773|			pix = sc_asn1_find_tag(card->ctx, tag, taglen, 0x4F, &pixlen);
 2993|    773|			if (pix != NULL) {
  ------------------
  |  Branch (2993:8): [True: 734, False: 39]
  ------------------
 2994|    734|				sc_log(card->ctx, "found PIX");
  ------------------
  |  |   71|    734|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2995|       |
 2996|       |				/* early cards returned full AID, rather then just the pix */
 2997|    819|				for (i = 0; piv_aids[i].len_long != 0; i++) {
  ------------------
  |  Branch (2997:17): [True: 784, False: 35]
  ------------------
 2998|    784|					if ((pixlen >= piv_aids[i].len_long - 5 &&
  ------------------
  |  Branch (2998:11): [True: 770, False: 14]
  ------------------
 2999|    770|							    memcmp(pix, piv_aids[i].value + 5, piv_aids[i].len_long - 5) == 0) ||
  ------------------
  |  Branch (2999:12): [True: 438, False: 332]
  ------------------
 3000|    346|							((pixlen >= piv_aids[i].len_short && memcmp(pix, piv_aids[i].value,
  ------------------
  |  Branch (3000:10): [True: 326, False: 20]
  |  Branch (3000:45): [True: 261, False: 65]
  ------------------
 3001|    699|													     piv_aids[i].len_short) == 0))) {
 3002|    699|						free(priv->aid_der.value); /* free previous value if any */
 3003|    699|						if ((priv->aid_der.value = malloc(resplen)) == NULL) {
  ------------------
  |  Branch (3003:11): [True: 0, False: 699]
  ------------------
 3004|      0|							LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3005|      0|						}
 3006|    699|						memcpy(priv->aid_der.value, rbuf, resplen);
 3007|    699|						priv->aid_der.len = resplen;
 3008|    699|						LOG_FUNC_RETURN(card->ctx, i);
  ------------------
  |  |  164|    699|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    699|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    699|	int _ret = r; \
  |  |  |  |  155|    699|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 684, False: 15]
  |  |  |  |  ------------------
  |  |  |  |  156|    684|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 684]
  |  |  |  |  ------------------
  |  |  |  |  157|    684|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    684|	} else { \
  |  |  |  |  159|     15|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     15|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     15|	} \
  |  |  |  |  162|    699|	return _ret; \
  |  |  |  |  163|    699|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3009|    699|					}
 3010|    784|				}
 3011|    734|			}
 3012|    773|		}
 3013|    833|	}
 3014|       |
 3015|  5.78k|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NO_CARD_SUPPORT);
  ------------------
  |  |  164|  5.78k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  5.78k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  5.78k|	int _ret = r; \
  |  |  |  |  155|  5.78k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5.78k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  5.78k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  5.78k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5.78k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  5.78k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  5.78k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  5.78k|	return _ret; \
  |  |  |  |  163|  5.78k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3016|  5.78k|}
card-piv.c:piv_ai_map_find_by_id:
 2886|     29|{
 2887|       |	/* piv_private_data_t * priv = PIV_DATA(card); */
 2888|     29|	int i;
 2889|       |
 2890|    207|	for (i = 0; ai_map[i].ai_id != 0; i++) {
  ------------------
  |  Branch (2890:14): [True: 195, False: 12]
  ------------------
 2891|    195|		if (ai_map[i].ai_id == id)
  ------------------
  |  Branch (2891:7): [True: 17, False: 178]
  ------------------
 2892|     17|			return i;
 2893|    195|	}
 2894|     12|	return -1;
 2895|     29|}
card-piv.c:piv_process_ccc:
 5139|    449|{
 5140|    449|	int r = 0;
 5141|    449|	u8 *rbuf = NULL;
 5142|    449|	size_t rbuflen = 0;
 5143|       |
 5144|    449|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    449|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    449|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    449|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 449]
  |  |  ------------------
  ------------------
 5145|    449|	r = piv_get_cached_data(card, PIV_OBJ_CCC, &rbuf, &rbuflen);
 5146|       |
 5147|    449|	if (r < 0)
  ------------------
  |  Branch (5147:6): [True: 390, False: 59]
  ------------------
 5148|    390|		goto err;
 5149|       |
 5150|       |	/* the object is now cached, see what we have */
 5151|     59|	r = piv_parse_ccc(card, rbuf, rbuflen);
 5152|    449|err:
 5153|    449|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    449|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    449|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    449|	int _ret = r; \
  |  |  |  |  155|    449|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 449, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    449|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    443|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 443, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|    449|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    449|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    449|	return _ret; \
  |  |  |  |  163|    449|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5154|    449|}
card-piv.c:piv_parse_ccc:
 5075|     59|{
 5076|     59|	int r = 0;
 5077|     59|	const u8 *body;
 5078|     59|	size_t bodylen;
 5079|     59|	unsigned int cla_out, tag_out;
 5080|       |
 5081|     59|	u8 tag;
 5082|     59|	const u8 *end;
 5083|     59|	size_t len;
 5084|       |
 5085|     59|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|     59|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5086|       |
 5087|     59|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     59|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     59|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     59|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 59]
  |  |  ------------------
  ------------------
 5088|       |
 5089|     59|	if (rbuf == NULL || rbuflen == 0) {
  ------------------
  |  Branch (5089:6): [True: 0, False: 59]
  |  Branch (5089:22): [True: 0, False: 59]
  ------------------
 5090|      0|		r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 5091|      0|		goto err;
 5092|      0|	}
 5093|       |
 5094|       |	/* Outer layer is a DER tlv */
 5095|     59|	body = rbuf;
 5096|     59|	if ((r = sc_asn1_read_tag(&body, rbuflen, &cla_out, &tag_out, &bodylen)) != SC_SUCCESS ||
  ------------------
  |  |   28|    118|#define SC_SUCCESS				0
  ------------------
  |  Branch (5096:6): [True: 0, False: 59]
  ------------------
 5097|     59|			body == NULL ||
  ------------------
  |  Branch (5097:4): [True: 0, False: 59]
  ------------------
 5098|     59|			bodylen == 0 ||
  ------------------
  |  Branch (5098:4): [True: 1, False: 58]
  ------------------
 5099|     58|			((cla_out << 24 | tag_out) != piv_objects[PIV_OBJ_CCC].resp_tag)) {
  ------------------
  |  Branch (5099:4): [True: 0, False: 58]
  ------------------
 5100|      1|		sc_log(card->ctx, "DER problem %d", r);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5101|      1|		r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      1|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5102|      1|		goto err;
 5103|      1|	}
 5104|       |
 5105|     58|	priv->ccc_flags |= PIV_CCC_FOUND;
  ------------------
  |  |  170|     58|#define PIV_CCC_FOUND		0x00000001
  ------------------
 5106|       |
 5107|       |	/* CCC  entries are simple tlv */
 5108|     58|	end = body + bodylen;
 5109|    463|	for (; (body < end); body += len) {
  ------------------
  |  Branch (5109:9): [True: 457, False: 6]
  ------------------
 5110|    457|		r = sc_simpletlv_read_tag(&body, end - body, &tag, &len);
 5111|    457|		if (r < 0)
  ------------------
  |  Branch (5111:7): [True: 52, False: 405]
  ------------------
 5112|     52|			goto err;
 5113|    405|		switch (tag) {
  ------------------
  |  Branch (5113:11): [True: 103, False: 302]
  ------------------
 5114|     51|		case PIV_CCC_TAG_F0:
  ------------------
  |  |  176|     51|#define PIV_CCC_TAG_F0		0xF0
  ------------------
  |  Branch (5114:3): [True: 51, False: 354]
  ------------------
 5115|     51|			if (len == 0x15) {
  ------------------
  |  Branch (5115:8): [True: 40, False: 11]
  ------------------
 5116|     40|				if (memcmp(body, "\xA0\x00\x00\x03\08", 5) == 0)
  ------------------
  |  Branch (5116:9): [True: 10, False: 30]
  ------------------
 5117|     10|					priv->ccc_flags |= PIV_CCC_F0_PIV;
  ------------------
  |  |  171|     10|#define PIV_CCC_F0_PIV		0x00000002
  ------------------
 5118|     30|				else if (memcmp(body, "\xA0\x00\x00\x00\x79", 5) == 0)
  ------------------
  |  Branch (5118:14): [True: 10, False: 20]
  ------------------
 5119|     10|					priv->ccc_flags |= PIV_CCC_F0_CAC;
  ------------------
  |  |  172|     10|#define PIV_CCC_F0_CAC		0x00000004
  ------------------
 5120|     40|				if (*(body + 6) == 0x02)
  ------------------
  |  Branch (5120:9): [True: 6, False: 34]
  ------------------
 5121|      6|					priv->ccc_flags |= PIV_CCC_F0_JAVA;
  ------------------
  |  |  173|      6|#define PIV_CCC_F0_JAVA		0x00000008
  ------------------
 5122|     40|			}
 5123|     51|			break;
 5124|     52|		case PIV_CCC_TAG_F3:
  ------------------
  |  |  177|     52|#define PIV_CCC_TAG_F3		0xF3
  ------------------
  |  Branch (5124:3): [True: 52, False: 353]
  ------------------
 5125|     52|			if (len == 0x10) {
  ------------------
  |  Branch (5125:8): [True: 25, False: 27]
  ------------------
 5126|     25|				if (memcmp(body, "\xA0\x00\x00\x00\x79\x04", 6) == 0)
  ------------------
  |  Branch (5126:9): [True: 12, False: 13]
  ------------------
 5127|     12|					priv->ccc_flags |= PIV_CCC_F3_CAC_PKI;
  ------------------
  |  |  174|     12|#define PIV_CCC_F3_CAC_PKI	0x00000010
  ------------------
 5128|     25|			}
 5129|     52|			break;
 5130|    405|		}
 5131|    405|	}
 5132|       |
 5133|     59|err:
 5134|     59|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     59|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     59|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     59|	int _ret = r; \
  |  |  |  |  155|     59|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 59, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     59|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     53|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 53, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|     59|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     59|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     59|	return _ret; \
  |  |  |  |  163|     59|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5135|     59|}
card-piv.c:piv_init:
 6012|  1.01k|{
 6013|  1.01k|	int r = 0;
 6014|  1.01k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  1.01k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6015|  1.01k|	unsigned long flags;
 6016|  1.01k|	unsigned long flags_eddsa;
 6017|  1.01k|	unsigned long flags_xeddsa;
 6018|  1.01k|	unsigned long ext_flags;
 6019|       |
 6020|  1.01k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.01k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.01k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.01k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.01k]
  |  |  ------------------
  ------------------
 6021|       |
 6022|  1.01k|	r = sc_lock(card); /* hold until match or init is complete */
 6023|  1.01k|	LOG_TEST_RET(card->ctx, r, "sc_lock failed");
  ------------------
  |  |  174|  1.01k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.01k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.01k|	int _ret = (r); \
  |  |  |  |  168|  1.01k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 1.01k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  1.01k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.01k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6024|       |
 6025|       |	/* piv_match_card_continued called from card match should have left card->drv_data */
 6026|  1.01k|	if (priv == NULL) {
  ------------------
  |  Branch (6026:6): [True: 0, False: 1.01k]
  ------------------
 6027|      0|		r = piv_match_card_continued(card);
 6028|      0|		priv = PIV_DATA(card);
  ------------------
  |  |  440|      0|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6029|      0|		if (r < 0 || !priv) {
  ------------------
  |  Branch (6029:7): [True: 0, False: 0]
  |  Branch (6029:16): [True: 0, False: 0]
  ------------------
 6030|      0|			sc_log(card->ctx, "piv_match_card_continued failed card->type:%d", card->type);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6031|      0|			sc_unlock(card);
 6032|      0|			piv_finish(card);
 6033|       |			/* tell sc_connect_card to try other driver */
 6034|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6035|      0|		}
 6036|      0|	}
 6037|       |
 6038|       |	/* read "card_driver PIV-II" opensc.conf options, and env parameters */
 6039|  1.01k|	piv_load_options(card);
 6040|       |
 6041|  1.01k|	priv->pstate = PIV_STATE_INIT;
 6042|       |
 6043|  1.01k|	sc_log(card->ctx, "Max send = %zu recv = %zu card->type:%d, CI:%08x AI:%08x",
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6044|  1.01k|			card->max_send_size, card->max_recv_size, card->type, priv->card_issues, priv->alg_ids);
 6045|  1.01k|	card->cla = 0x00;
 6046|  1.01k|	if (card->name == NULL)
  ------------------
  |  Branch (6046:6): [True: 1.01k, False: 0]
  ------------------
 6047|  1.01k|		card->name = card->driver->name;
 6048|       |
 6049|  1.01k|	priv->enumtag = piv_aids[0].enumtag;
 6050|       |
 6051|       |	/* PKCS#11 may try to generate session keys, and get confused
 6052|       |	 * if SC_ALGORITHM_ONBOARD_KEY_GEN is present
 6053|       |	 * piv-tool can still do this, just don't tell PKCS#11
 6054|       |	 */
 6055|       |
 6056|  1.01k|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|  1.01k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
 6057|       |
 6058|  1.01k|	if (card->type == SC_CARD_TYPE_PIV_II_SWISSBIT) {
  ------------------
  |  Branch (6058:6): [True: 0, False: 1.01k]
  ------------------
 6059|      0|		flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|      0|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
 6060|      0|	}
 6061|       |
 6062|  1.01k|	if (priv->alg_ids & AI_RSA_1024)
  ------------------
  |  |  600|  1.01k|#define AI_RSA_1024			    0x00000001U
  ------------------
  |  Branch (6062:6): [True: 1.01k, False: 1]
  ------------------
 6063|  1.01k|		_sc_card_add_rsa_alg(card, 1024, flags, 0); /* mandatory */
 6064|       |
 6065|  1.01k|	if (priv->alg_ids & AI_RSA_2048)
  ------------------
  |  |  601|  1.01k|#define AI_RSA_2048			    0x00000002U
  ------------------
  |  Branch (6065:6): [True: 1.01k, False: 1]
  ------------------
 6066|  1.01k|		_sc_card_add_rsa_alg(card, 2048, flags, 0); /* optional */
 6067|       |
 6068|  1.01k|	if (priv->alg_ids & AI_RSA_3072)
  ------------------
  |  |  602|  1.01k|#define AI_RSA_3072			    0x00000004U
  ------------------
  |  Branch (6068:6): [True: 1.01k, False: 2]
  ------------------
 6069|  1.01k|		_sc_card_add_rsa_alg(card, 3072, flags, 0); /* optional */
 6070|       |
 6071|  1.01k|	if (priv->alg_ids & AI_RSA_4096)
  ------------------
  |  |  603|  1.01k|#define AI_RSA_4096			    0x00000008U
  ------------------
  |  Branch (6071:6): [True: 124, False: 890]
  ------------------
 6072|    124|		_sc_card_add_rsa_alg(card, 4096, flags, 0); /* non standard */
 6073|       |
 6074|  1.01k|	if (!(priv->card_issues & CI_NO_EC)) {
  ------------------
  |  |  597|  1.01k|#define CI_NO_EC			    0x00000800U /* No EC at all */
  ------------------
  |  Branch (6074:6): [True: 1.01k, False: 0]
  ------------------
 6075|  1.01k|		int i;
 6076|  1.01k|		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  174|  1.01k|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  173|  1.01k|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|  1.01k|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|  1.01k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
 6077|  1.01k|		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|  1.01k|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|  1.01k|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
 6078|  1.01k|		flags_eddsa = SC_ALGORITHM_EDDSA_RAW;
  ------------------
  |  |  188|  1.01k|#define SC_ALGORITHM_EDDSA_RAW		0x00400000
  ------------------
 6079|  1.01k|		flags_xeddsa = SC_ALGORITHM_XEDDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW;
  ------------------
  |  |  189|  1.01k|#define SC_ALGORITHM_XEDDSA_RAW		0x00800000
  ------------------
              		flags_xeddsa = SC_ALGORITHM_XEDDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW;
  ------------------
  |  |  173|  1.01k|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
 6080|       |
 6081|  5.07k|		for (i = 0; ec_curves[i].oid.value[0] >= 0; i++) {
  ------------------
  |  Branch (6081:15): [True: 4.05k, False: 1.01k]
  ------------------
 6082|  4.05k|			if (ec_curves[i].key_type == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|  4.05k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (6082:8): [True: 2.02k, False: 2.02k]
  ------------------
 6083|  2.02k|				if (!(priv->card_issues & CI_NO_EC384 && ec_curves[i].size == 384))
  ------------------
  |  |  596|  4.05k|#define CI_NO_EC384			    0x00000400U /* does not have EC 384 */
  ------------------
  |  Branch (6083:11): [True: 558, False: 1.47k]
  |  Branch (6083:46): [True: 279, False: 279]
  ------------------
 6084|  1.74k|					_sc_card_add_ec_alg(card, ec_curves[i].size, flags, ext_flags, &ec_curves[i].oid);
 6085|  2.02k|			}
 6086|       |
 6087|  2.02k|			else if (priv->alg_ids & AI_25519 && ec_curves[i].key_type == SC_ALGORITHM_EDDSA)
  ------------------
  |  |  606|  4.05k|#define AI_25519			    0x00100000U
  ------------------
              			else if (priv->alg_ids & AI_25519 && ec_curves[i].key_type == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|    230|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (6087:13): [True: 230, False: 1.79k]
  |  Branch (6087:41): [True: 115, False: 115]
  ------------------
 6088|    115|				_sc_card_add_eddsa_alg(card, ec_curves[i].size, flags_eddsa, ext_flags, &ec_curves[i].oid);
 6089|       |
 6090|  1.91k|			else if (priv->alg_ids & AI_X25519 && ec_curves[i].key_type == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |  607|  3.82k|#define AI_X25519			    0x00200000U
  ------------------
              			else if (priv->alg_ids & AI_X25519 && ec_curves[i].key_type == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|    116|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (6090:13): [True: 116, False: 1.79k]
  |  Branch (6090:42): [True: 115, False: 1]
  ------------------
 6091|    115|				_sc_card_add_xeddsa_alg(card, ec_curves[i].size, flags_xeddsa, ext_flags, &ec_curves[i].oid);
 6092|  4.05k|		}
 6093|  1.01k|	}
 6094|       |
 6095|  1.01k|	if (!(priv->card_issues & CI_NO_RANDOM))
  ------------------
  |  |  587|  1.01k|#define CI_NO_RANDOM			    0x00000004U /* can not use Challenge to get random data or no 9B key */
  ------------------
  |  Branch (6095:6): [True: 930, False: 84]
  ------------------
 6096|    930|		card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    930|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
 6097|       |
 6098|       |	/* May turn off SC_CARD_CAP_ISO7816_PIN_INFO later */
 6099|  1.01k|	card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|  1.01k|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
 6100|       |
 6101|       |	/*
 6102|       |	 * 800-73-3 cards may have discovery. "piv-like cards may or may not.
 6103|       |	 * 800-73-4 with VCI must have it as it has the pin policy needed for VCI .
 6104|       |	 */
 6105|       |
 6106|       |#ifdef ENABLE_PIV_SM
 6107|       |	/*
 6108|       |	 * 800-73-4
 6109|       |	 * Response of AID says if SM is supported. Look for Cipher Suite
 6110|       |	 */
 6111|       |	if (priv->csID && priv->cs != NULL) {
 6112|       |		/*
 6113|       |		 * Main point in SM and VCI is to allow contactless access
 6114|       |		 */
 6115|       |		/* Only piv_init and piv_reader_lock_obtained should call piv_sm_open */
 6116|       |
 6117|       |		/* If user said PIV_SM_FLAGS_NEVER, dont start SM; implies limited contatless access */
 6118|       |		if (priv->sm_flags & PIV_SM_FLAGS_NEVER) {
 6119|       |			sc_log(card->ctx, "User has requested PIV_SM_FLAGS_NEVER");
 6120|       |			r = SC_SUCCESS; /* Users choice */
 6121|       |
 6122|       |		} else if ((priv->init_flags & PIV_INIT_CONTACTLESS) &&
 6123|       |				!(priv->pin_policy & PIV_PP_VCI_IMPL)) {
 6124|       |			sc_log(card->ctx, "Contactless and no card support for VCI");
 6125|       |			r = SC_SUCCESS; /* User should know VCI is not possible with their card; use like 800-73-3 contactless  */
 6126|       |
 6127|       |		} else if ((priv->init_flags & PIV_INIT_CONTACTLESS) &&
 6128|       |				!(priv->pin_policy & PIV_PP_VCI_WITHOUT_PC) &&
 6129|       |				(priv->pairing_code[0] == 0x00)) {
 6130|       |			sc_log(card->ctx, "Contactless, pairing_code required and no pairing code");
 6131|       |			r = SC_ERROR_PIN_CODE_INCORRECT; /* User should know they need to set pairing code */
 6132|       |
 6133|       |		} else {
 6134|       |			priv->sm_flags |= PIV_SM_FLAGS_DEFER_OPEN; /* tell priv_sm_open, OK to open */
 6135|       |			r = piv_sm_open(card);
 6136|       |			sc_log(card->ctx, "piv_sm_open returned:%d", r);
 6137|       |		}
 6138|       |
 6139|       |		/* If failed, and user said PIV_SM_FLAGS_ALWAYS quit */
 6140|       |		if (priv->sm_flags & PIV_SM_FLAGS_ALWAYS && r < 0) {
 6141|       |			sc_log(card->ctx, "User has requested PIV_SM_FLAGS_ALWAYS, SM has failed to start, don't use the card");
 6142|       |			LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_ALLOWED);
 6143|       |		}
 6144|       |
 6145|       |		/* user has wrong or no required pairing code */
 6146|       |		if (r == SC_ERROR_PIN_CODE_INCORRECT)
 6147|       |			LOG_FUNC_RETURN(card->ctx, r);
 6148|       |
 6149|       |		/* If SM did not start, or is not expected to start, continue on without it */
 6150|       |	}
 6151|       |#endif /* ENABLE_PIV_SM */
 6152|       |
 6153|       |	/*
 6154|       |	 * 800-73-3 cards may have a history object
 6155|       |	 * We want to process it now as this has information on what
 6156|       |	 * keys and certs. "piv like" cards may or may not have history
 6157|       |	 */
 6158|  1.01k|	piv_process_history(card);
 6159|       |
 6160|  1.01k|	priv->pstate = PIV_STATE_NORMAL;
 6161|  1.01k|	sc_unlock(card);
 6162|  1.01k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.01k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.01k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.01k|	int _ret = r; \
  |  |  |  |  155|  1.01k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.01k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.01k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.01k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.01k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.01k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.01k|	return _ret; \
  |  |  |  |  163|  1.01k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6163|  1.01k|}
card-piv.c:piv_load_options:
 1686|  1.01k|{
 1687|  1.01k|	int r;
 1688|  1.01k|	size_t i, j;
 1689|  1.01k|	scconf_block **found_blocks, *block;
 1690|       |
 1691|       |#ifdef ENABLE_PIV_SM
 1692|       |	piv_private_data_t *priv = PIV_DATA(card);
 1693|       |	const char *option = NULL;
 1694|       |	int piv_pairing_code_found = 0;
 1695|       |	int piv_use_sm_found = 0;
 1696|       |
 1697|       |	/* pairing code is 8 decimal digits and is card specific */
 1698|       |	if ((option = getenv("PIV_PAIRING_CODE")) != NULL) {
 1699|       |		sc_log(card->ctx, "getenv(\"PIV_PAIRING_CODE\") found");
 1700|       |		if (piv_parse_pairing_code(card, option) == SC_SUCCESS) {
 1701|       |			memcpy(priv->pairing_code, option, PIV_PAIRING_CODE_LEN);
 1702|       |			piv_pairing_code_found = 1;
 1703|       |		}
 1704|       |	}
 1705|       |
 1706|       |	if ((option = getenv("PIV_USE_SM")) != NULL) {
 1707|       |		sc_log(card->ctx, "getenv(\"PIV_USE_SM\")=\"%s\"", option);
 1708|       |		if (!strcmp(option, "never")) {
 1709|       |			priv->sm_flags |= PIV_SM_FLAGS_NEVER;
 1710|       |			piv_use_sm_found = 1;
 1711|       |		} else if (!strcmp(option, "always")) {
 1712|       |			priv->sm_flags |= PIV_SM_FLAGS_ALWAYS;
 1713|       |			piv_use_sm_found = 1;
 1714|       |		} else {
 1715|       |			sc_log(card->ctx, "Invalid piv_use_sm: \"%s\"", option);
 1716|       |		}
 1717|       |	}
 1718|       |#endif
 1719|       |
 1720|  2.02k|	for (i = 0; card->ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (1720:14): [True: 1.01k, False: 1.01k]
  ------------------
 1721|  1.01k|		found_blocks = scconf_find_blocks(card->ctx->conf, card->ctx->conf_blocks[i],
 1722|  1.01k|				"card_driver", "PIV-II");
 1723|  1.01k|		if (!found_blocks)
  ------------------
  |  Branch (1723:7): [True: 0, False: 1.01k]
  ------------------
 1724|      0|			continue;
 1725|       |
 1726|  1.01k|		for (j = 0, block = found_blocks[j]; block; j++, block = found_blocks[j]) {
  ------------------
  |  Branch (1726:40): [True: 0, False: 1.01k]
  ------------------
 1727|       |
 1728|       |#ifdef ENABLE_PIV_SM
 1729|       |			/*
 1730|       |			 * "piv_use_sm" if card supports NIST sp800-73-4 sm, when should it be used
 1731|       |			 * never - use card like 800-73-3, i.e. contactless is very limited on
 1732|       |			 * true PIV cards. Some  PIV-like" card may allow this.
 1733|       |			 * this security risk
 1734|       |			 * always - Use even for contact interface.
 1735|       |			 * PINS, crypto and reading of object will not show up in logs
 1736|       |			 * or over network.
 1737|       |			 */
 1738|       |
 1739|       |			if (piv_use_sm_found == 0) {
 1740|       |				option = scconf_get_str(block, "piv_use_sm", "default");
 1741|       |				sc_log(card->ctx, "conf: \"piv_use_sm\"=\"%s\"", option);
 1742|       |				if (!strcmp(option, "default")) {
 1743|       |					/* no new flags */
 1744|       |				} else if (!strcmp(option, "never")) {
 1745|       |					priv->sm_flags |= PIV_SM_FLAGS_NEVER;
 1746|       |				} else if (!strcmp(option, "always")) {
 1747|       |					priv->sm_flags |= PIV_SM_FLAGS_ALWAYS;
 1748|       |				} else {
 1749|       |					sc_log(card->ctx, "Invalid piv_use_sm: \"%s\"", option);
 1750|       |				}
 1751|       |			}
 1752|       |
 1753|       |			/* This is really a card specific value and should not be in the conf file */
 1754|       |			if (piv_pairing_code_found == 0) {
 1755|       |				option = scconf_get_str(block, "piv_pairing_code", NULL);
 1756|       |				if (option && piv_parse_pairing_code(card, option) == SC_SUCCESS) {
 1757|       |					memcpy(priv->pairing_code, option, PIV_PAIRING_CODE_LEN);
 1758|       |				}
 1759|       |			}
 1760|       |#endif
 1761|      0|		}
 1762|  1.01k|		free(found_blocks);
 1763|  1.01k|	}
 1764|  1.01k|	r = SC_SUCCESS;
  ------------------
  |  |   28|  1.01k|#define SC_SUCCESS				0
  ------------------
 1765|  1.01k|	return r;
 1766|  1.01k|}
card-piv.c:piv_process_history:
 5211|  1.01k|{
 5212|  1.01k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  1.01k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5213|  1.01k|	int r;
 5214|  1.01k|	int i, tmplen, tmplen2, tmplen3;
 5215|  1.01k|	int enumtag;
 5216|  1.01k|	u8 *rbuf = NULL;
 5217|  1.01k|	size_t rbuflen = 0;
 5218|  1.01k|	const u8 *body;
 5219|  1.01k|	size_t bodylen;
 5220|  1.01k|	const u8 *num;
 5221|  1.01k|	size_t numlen;
 5222|  1.01k|	const u8 *url = NULL;
 5223|  1.01k|	size_t urllen;
 5224|  1.01k|	u8 *ocfhfbuf = NULL;
 5225|  1.01k|	unsigned int cla_out, tag_out;
 5226|  1.01k|	size_t ocfhflen;
 5227|  1.01k|	const u8 *seq;
 5228|  1.01k|	const u8 *seqtag;
 5229|  1.01k|	size_t seqlen;
 5230|  1.01k|	const u8 *keyref;
 5231|  1.01k|	size_t keyreflen;
 5232|  1.01k|	const u8 *cert;
 5233|  1.01k|	size_t certlen;
 5234|  1.01k|	size_t certobjlen, i2;
 5235|  1.01k|	u8 *certobj;
 5236|  1.01k|	u8 *cp;
 5237|       |
 5238|  1.01k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.01k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.01k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.01k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.01k]
  |  |  ------------------
  ------------------
 5239|       |
 5240|  1.01k|	r = piv_get_cached_data(card, PIV_OBJ_HISTORY, &rbuf, &rbuflen);
 5241|  1.01k|	if (r == SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|  1.01k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (5241:6): [True: 160, False: 854]
  ------------------
 5242|    160|		r = 0; /* OK if not found */
 5243|  1.01k|	if (r <= 0) {
  ------------------
  |  Branch (5243:6): [True: 737, False: 277]
  ------------------
 5244|    737|		priv->obj_cache[PIV_OBJ_HISTORY].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|    737|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5245|    737|		goto err; /* no file, must be pre 800-73-3 card and not on card */
 5246|    737|	}
 5247|       |
 5248|       |	/* the object is now cached, see what we have */
 5249|    277|	if (rbuflen != 0) {
  ------------------
  |  Branch (5249:6): [True: 277, False: 0]
  ------------------
 5250|    277|		body = rbuf;
 5251|    277|		if ((r = sc_asn1_read_tag(&body, rbuflen, &cla_out, &tag_out, &bodylen)) != SC_SUCCESS ||
  ------------------
  |  |   28|    554|#define SC_SUCCESS				0
  ------------------
  |  Branch (5251:7): [True: 0, False: 277]
  ------------------
 5252|    277|				((cla_out << 24 | tag_out) != piv_objects[PIV_OBJ_HISTORY].resp_tag)) {
  ------------------
  |  Branch (5252:5): [True: 0, False: 277]
  ------------------
 5253|      0|			sc_log(card->ctx, "DER problem %d", r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5254|      0|			r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5255|      0|			goto err;
 5256|      0|		}
 5257|       |
 5258|    277|		if (body != NULL && bodylen != 0) {
  ------------------
  |  Branch (5258:7): [True: 277, False: 0]
  |  Branch (5258:23): [True: 267, False: 10]
  ------------------
 5259|    267|			numlen = 0;
 5260|    267|			num = sc_asn1_find_tag(card->ctx, body, bodylen, 0xC1, &numlen);
 5261|    267|			if (num) {
  ------------------
  |  Branch (5261:8): [True: 246, False: 21]
  ------------------
 5262|    246|				if (numlen != 1 || *num > PIV_OBJ_RETIRED_X509_20 - PIV_OBJ_RETIRED_X509_1 + 1) {
  ------------------
  |  Branch (5262:9): [True: 1, False: 245]
  |  Branch (5262:24): [True: 4, False: 241]
  ------------------
 5263|      5|					r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      5|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5264|      5|					goto err;
 5265|      5|				}
 5266|       |
 5267|    241|				priv->keysWithOnCardCerts = *num;
 5268|    241|			}
 5269|       |
 5270|    262|			numlen = 0;
 5271|    262|			num = sc_asn1_find_tag(card->ctx, body, bodylen, 0xC2, &numlen);
 5272|    262|			if (num) {
  ------------------
  |  Branch (5272:8): [True: 229, False: 33]
  ------------------
 5273|    229|				if (numlen != 1 || *num > PIV_OBJ_RETIRED_X509_20 - PIV_OBJ_RETIRED_X509_1 + 1) {
  ------------------
  |  Branch (5273:9): [True: 1, False: 228]
  |  Branch (5273:24): [True: 2, False: 226]
  ------------------
 5274|      3|					r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      3|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5275|      3|					goto err;
 5276|      3|				}
 5277|       |
 5278|    226|				priv->keysWithOffCardCerts = *num;
 5279|    226|			}
 5280|       |
 5281|    259|			url = sc_asn1_find_tag(card->ctx, body, bodylen, 0xF3, &urllen);
 5282|    259|			if (url) {
  ------------------
  |  Branch (5282:8): [True: 222, False: 37]
  ------------------
 5283|    222|				if (urllen > 118) {
  ------------------
  |  Branch (5283:9): [True: 0, False: 222]
  ------------------
 5284|      0|					r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5285|      0|					goto err;
 5286|      0|				}
 5287|    222|				priv->offCardCertURL = calloc(1, urllen + 1);
 5288|    222|				if (priv->offCardCertURL == NULL)
  ------------------
  |  Branch (5288:9): [True: 0, False: 222]
  ------------------
 5289|    222|					LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5290|    222|				memcpy(priv->offCardCertURL, url, urllen);
 5291|    222|			}
 5292|    259|		} else {
 5293|     10|			sc_log(card->ctx, "Problem with History object\n");
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5294|     10|			r = SC_SUCCESS; /* OK if not found */
  ------------------
  |  |   28|     10|#define SC_SUCCESS				0
  ------------------
 5295|     10|			goto err;
 5296|     10|		}
 5297|    277|	}
 5298|    259|	sc_log(card->ctx, "History on=%d off=%d URL=%s",
  ------------------
  |  |   71|    518|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 222, False: 37]
  |  |  ------------------
  ------------------
 5299|    259|			priv->keysWithOnCardCerts, priv->keysWithOffCardCerts,
 5300|    259|			priv->offCardCertURL ? priv->offCardCertURL : "NONE");
 5301|       |
 5302|       |	/* now mark what objects are on the card */
 5303|  3.84k|	for (i = 0; i < priv->keysWithOnCardCerts; i++)
  ------------------
  |  Branch (5303:14): [True: 3.58k, False: 259]
  ------------------
 5304|  3.58k|		priv->obj_cache[PIV_OBJ_RETIRED_X509_1 + i].flags &= ~PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|  3.84k|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5305|       |
 5306|       |	/*
 5307|       |	 * If user has gotten copy of the file from the offCardCertsURL,
 5308|       |	 * we will read in and add the certs to the cache as listed on
 5309|       |	 * the card. some of the certs may be on the card as well.
 5310|       |	 *
 5311|       |	 * Get file name from url. verify that the filename is valid
 5312|       |	 * The URL ends in a SHA-256 string. We will use this as the filename
 5313|       |	 * in the directory used for the  PKCS15 cache
 5314|       |	 * "http://" <DNS name> "/" <ASCII-HEX encoded SHA-256 hash of OffCardKeyHistoryFile>
 5315|       |	 */
 5316|       |
 5317|    259|	r = 0;
 5318|    259|	if (priv->offCardCertURL) {
  ------------------
  |  Branch (5318:6): [True: 222, False: 37]
  ------------------
 5319|    222|		char *fp;
 5320|    222|		char filename[PATH_MAX];
 5321|       |
 5322|    222|		if (strncmp("http://", priv->offCardCertURL, 7)) {
  ------------------
  |  Branch (5322:7): [True: 208, False: 14]
  ------------------
 5323|    208|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|    208|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 5324|    208|			goto err;
 5325|    208|		}
 5326|       |		/* find the last /  so we have the filename part */
 5327|     14|		fp = strrchr(priv->offCardCertURL + 7, '/');
 5328|     14|		if (fp == NULL) {
  ------------------
  |  Branch (5328:7): [True: 5, False: 9]
  ------------------
 5329|      5|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      5|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 5330|      5|			goto err;
 5331|      5|		}
 5332|      9|		fp++;
 5333|      9|		if (strlen(fp) != 64) { /* ASCII-HEX encoded SHA-256 */
  ------------------
  |  Branch (5333:7): [True: 2, False: 7]
  ------------------
 5334|      2|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      2|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 5335|      2|			goto err;
 5336|      2|		}
 5337|    113|		for (i = 0; i < 64; i++) {
  ------------------
  |  Branch (5337:15): [True: 112, False: 1]
  ------------------
 5338|    112|			if (isxdigit((unsigned char)fp[i]) == 0) {
  ------------------
  |  Branch (5338:8): [True: 6, False: 106]
  ------------------
 5339|      6|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      6|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 5340|      6|				goto err;
 5341|      6|			}
 5342|    112|		}
 5343|       |
 5344|       |		/* Use the same directory as used for other OpenSC cached items */
 5345|      1|		r = sc_get_cache_dir(card->ctx, filename, sizeof(filename) - strlen(fp) - 2);
 5346|      1|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  |  Branch (5346:7): [True: 0, False: 1]
  ------------------
 5347|      0|			goto err;
 5348|       |#ifdef _WIN32
 5349|       |		strlcat(filename, "\\", PATH_MAX);
 5350|       |#else
 5351|      1|		strlcat(filename, "/", PATH_MAX);
 5352|      1|#endif
 5353|      1|		strlcat(filename, fp, PATH_MAX);
 5354|       |
 5355|      1|		r = piv_read_obj_from_file(card, filename,
 5356|      1|				&ocfhfbuf, &ocfhflen);
 5357|      1|		if (r == SC_ERROR_FILE_NOT_FOUND) {
  ------------------
  |  |   51|      1|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (5357:7): [True: 1, False: 0]
  ------------------
 5358|      1|			r = 0;
 5359|      1|			goto err;
 5360|      1|		}
 5361|       |
 5362|       |		/*
 5363|       |		 * Its a seq of seq of a key ref and cert
 5364|       |		 */
 5365|       |
 5366|      0|		body = ocfhfbuf;
 5367|      0|		if (sc_asn1_read_tag(&body, ocfhflen, &cla_out, &tag_out, &bodylen) != SC_SUCCESS ||
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (5367:7): [True: 0, False: 0]
  ------------------
 5368|      0|				body == NULL ||
  ------------------
  |  Branch (5368:5): [True: 0, False: 0]
  ------------------
 5369|      0|				bodylen == 0 ||
  ------------------
  |  Branch (5369:5): [True: 0, False: 0]
  ------------------
 5370|      0|				(cla_out | tag_out) != 0x30) {
  ------------------
  |  Branch (5370:5): [True: 0, False: 0]
  ------------------
 5371|      0|			sc_log(card->ctx, "DER problem");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5372|      0|			r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5373|      0|			goto err;
 5374|      0|		}
 5375|      0|		seq = body;
 5376|      0|		while (bodylen > 0) {
  ------------------
  |  Branch (5376:10): [True: 0, False: 0]
  ------------------
 5377|      0|			seqtag = seq;
 5378|      0|			if (sc_asn1_read_tag(&seq, bodylen, &cla_out, &tag_out, &seqlen) != SC_SUCCESS ||
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (5378:8): [True: 0, False: 0]
  ------------------
 5379|      0|					seq == 0 ||
  ------------------
  |  Branch (5379:6): [True: 0, False: 0]
  ------------------
 5380|      0|					seqlen == 0 ||
  ------------------
  |  Branch (5380:6): [True: 0, False: 0]
  ------------------
 5381|      0|					(cla_out | tag_out) != 0x30) {
  ------------------
  |  Branch (5381:6): [True: 0, False: 0]
  ------------------
 5382|      0|				sc_log(card->ctx, "DER problem");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5383|      0|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5384|      0|				goto err;
 5385|      0|			}
 5386|      0|			keyref = sc_asn1_find_tag(card->ctx, seq, seqlen, 0x04, &keyreflen);
 5387|      0|			if (!keyref || keyreflen != 1 ||
  ------------------
  |  Branch (5387:8): [True: 0, False: 0]
  |  Branch (5387:19): [True: 0, False: 0]
  ------------------
 5388|      0|					(*keyref < 0x82 || *keyref > 0x95)) {
  ------------------
  |  Branch (5388:7): [True: 0, False: 0]
  |  Branch (5388:25): [True: 0, False: 0]
  ------------------
 5389|      0|				sc_log(card->ctx, "DER problem");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5390|      0|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5391|      0|				goto err;
 5392|      0|			}
 5393|      0|			cert = keyref + keyreflen;
 5394|      0|			certlen = seqlen - (cert - seq);
 5395|       |
 5396|      0|			enumtag = PIV_OBJ_RETIRED_X509_1 + *keyref - 0x82;
 5397|       |			/* now add the cert like another object */
 5398|       |
 5399|      0|			if ((tmplen = sc_asn1_put_tag(0x70, NULL, certlen, NULL, 0, NULL)) <= 0 ||
  ------------------
  |  Branch (5399:8): [True: 0, False: 0]
  ------------------
 5400|      0|					(tmplen2 = sc_asn1_put_tag(0x71, NULL, 1, NULL, 0, NULL)) <= 0 ||
  ------------------
  |  Branch (5400:6): [True: 0, False: 0]
  ------------------
 5401|      0|					(tmplen3 = sc_asn1_put_tag(0xFE, NULL, 0, NULL, 0, NULL)) <= 0) {
  ------------------
  |  Branch (5401:6): [True: 0, False: 0]
  ------------------
 5402|      0|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5403|      0|				goto err;
 5404|      0|			}
 5405|      0|			i2 = tmplen + tmplen2 + tmplen3;
 5406|      0|			tmplen = sc_asn1_put_tag(0x53, NULL, i2, NULL, 0, NULL);
 5407|      0|			if (tmplen <= 0) {
  ------------------
  |  Branch (5407:8): [True: 0, False: 0]
  ------------------
 5408|      0|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5409|      0|				goto err;
 5410|      0|			}
 5411|       |
 5412|      0|			certobjlen = tmplen;
 5413|      0|			certobj = malloc(certobjlen);
 5414|      0|			if (certobj == NULL) {
  ------------------
  |  Branch (5414:8): [True: 0, False: 0]
  ------------------
 5415|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 5416|      0|				goto err;
 5417|      0|			}
 5418|      0|			cp = certobj;
 5419|      0|			if ((r = sc_asn1_put_tag(0x53, NULL, i2, cp, certobjlen, &cp)) != SC_SUCCESS ||
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (5419:8): [True: 0, False: 0]
  ------------------
 5420|      0|					(r = sc_asn1_put_tag(0x70, cert, certlen, cp, certobjlen - (cp - certobj), &cp)) != SC_SUCCESS ||
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (5420:6): [True: 0, False: 0]
  ------------------
 5421|      0|					(r = sc_asn1_put_tag(0x71, NULL, 1, cp, certobjlen - (cp - certobj), &cp)) != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (5421:6): [True: 0, False: 0]
  ------------------
 5422|      0|				goto err;
 5423|      0|			}
 5424|      0|			*cp++ = 0x00;
 5425|      0|			r = sc_asn1_put_tag(0xFE, NULL, 0, cp, certobjlen - (cp - certobj), &cp);
 5426|      0|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (5426:8): [True: 0, False: 0]
  ------------------
 5427|      0|				goto err;
 5428|      0|			}
 5429|       |
 5430|      0|			priv->obj_cache[enumtag].obj_data = certobj;
 5431|      0|			priv->obj_cache[enumtag].obj_len = certobjlen;
 5432|      0|			priv->obj_cache[enumtag].flags |= PIV_OBJ_CACHE_VALID;
  ------------------
  |  |  151|      0|#define PIV_OBJ_CACHE_VALID		1
  ------------------
 5433|      0|			priv->obj_cache[enumtag].flags &= ~PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|      0|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5434|       |
 5435|      0|			r = piv_cache_internal_data(card, enumtag);
 5436|      0|			sc_log(card->ctx, "got internal r=%d", r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5437|       |
 5438|      0|			sc_log(card->ctx, "Added from off card file #%d %p:%zu 0x%02X",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5439|      0|					enumtag,
 5440|      0|					priv->obj_cache[enumtag].obj_data,
 5441|      0|					priv->obj_cache[enumtag].obj_len, *keyref);
 5442|       |
 5443|      0|			bodylen -= (seqlen + seq - seqtag);
 5444|      0|			seq += seqlen;
 5445|      0|		}
 5446|      0|	}
 5447|  1.01k|err:
 5448|  1.01k|	if (ocfhfbuf)
  ------------------
  |  Branch (5448:6): [True: 0, False: 1.01k]
  ------------------
 5449|      0|		free(ocfhfbuf);
 5450|  1.01k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.01k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.01k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.01k|	int _ret = r; \
  |  |  |  |  155|  1.01k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.01k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.01k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    806|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 806, False: 208]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.01k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.01k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.01k|	return _ret; \
  |  |  |  |  163|  1.01k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5451|  1.01k|}
card-piv.c:piv_read_obj_from_file:
 3027|      1|{
 3028|      1|	int r;
 3029|      1|	int r_tag;
 3030|      1|	int f = -1;
 3031|      1|	size_t len;
 3032|      1|	u8 tagbuf[16];
 3033|      1|	size_t rbuflen;
 3034|      1|	const u8 *body;
 3035|      1|	unsigned int cla_out, tag_out;
 3036|      1|	size_t bodylen;
 3037|       |
 3038|      1|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|      1|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|      1|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3039|       |
 3040|      1|	*buf = NULL;
 3041|      1|	*buf_len = 0;
 3042|      1|	f = open(filename, O_RDONLY);
 3043|      1|	if (f < 0) {
  ------------------
  |  Branch (3043:6): [True: 1, False: 0]
  ------------------
 3044|      1|		sc_log(card->ctx, "Unable to load PIV off card file: \"%s\"", filename);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3045|      1|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      1|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3046|      1|		goto err;
 3047|      1|	}
 3048|      0|	len = read(f, tagbuf, sizeof(tagbuf)); /* get tag and length */
 3049|      0|	if (len < 2 || len > sizeof(tagbuf)) {
  ------------------
  |  Branch (3049:6): [True: 0, False: 0]
  |  Branch (3049:17): [True: 0, False: 0]
  ------------------
 3050|      0|		sc_log(card->ctx, "Problem with \"%s\"", filename);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3051|      0|		r = SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|      0|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
 3052|      0|		goto err;
 3053|      0|	}
 3054|      0|	body = tagbuf;
 3055|       |	/* accept any tag for now, just get length */
 3056|      0|	r_tag = sc_asn1_read_tag(&body, len, &cla_out, &tag_out, &bodylen);
 3057|      0|	if ((r_tag != SC_SUCCESS && r_tag != SC_ERROR_ASN1_END_OF_CONTENTS) ||
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
              	if ((r_tag != SC_SUCCESS && r_tag != SC_ERROR_ASN1_END_OF_CONTENTS) ||
  ------------------
  |  |   84|      0|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (3057:7): [True: 0, False: 0]
  |  Branch (3057:30): [True: 0, False: 0]
  ------------------
 3058|      0|			body == NULL) {
  ------------------
  |  Branch (3058:4): [True: 0, False: 0]
  ------------------
 3059|      0|		sc_log(card->ctx, "DER problem");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3060|      0|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      0|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3061|      0|		goto err;
 3062|      0|	}
 3063|      0|	rbuflen = body - tagbuf + bodylen;
 3064|      0|	*buf = malloc(rbuflen);
 3065|      0|	if (!*buf) {
  ------------------
  |  Branch (3065:6): [True: 0, False: 0]
  ------------------
 3066|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 3067|      0|		goto err;
 3068|      0|	}
 3069|      0|	memcpy(*buf, tagbuf, MIN(len, rbuflen)); /* copy first or only part */
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3070|       |	/* read rest of file */
 3071|      0|	if (rbuflen > len + sizeof(tagbuf)) {
  ------------------
  |  Branch (3071:6): [True: 0, False: 0]
  ------------------
 3072|      0|		len = read(f, *buf + sizeof(tagbuf), rbuflen - sizeof(tagbuf)); /* read rest */
 3073|      0|		if (len != rbuflen - sizeof(tagbuf)) {
  ------------------
  |  Branch (3073:7): [True: 0, False: 0]
  ------------------
 3074|      0|			r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 3075|      0|			free(*buf);
 3076|      0|			*buf = NULL;
 3077|      0|			goto err;
 3078|      0|		}
 3079|      0|	}
 3080|      0|	r = (int)rbuflen;
 3081|      0|	*buf_len = rbuflen;
 3082|      1|err:
 3083|      1|	if (f >= 0)
  ------------------
  |  Branch (3083:6): [True: 0, False: 1]
  ------------------
 3084|      0|		close(f);
 3085|      1|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3086|      1|}
card-piv.c:piv_cache_internal_data:
 3285|  4.34k|{
 3286|  4.34k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  4.34k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 3287|  4.34k|	const u8 *tag;
 3288|  4.34k|	const u8 *body;
 3289|  4.34k|	size_t taglen;
 3290|  4.34k|	size_t bodylen;
 3291|  4.34k|	int compressed = 0;
 3292|  4.34k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  4.34k|#define SC_SUCCESS				0
  ------------------
 3293|       |#ifdef ENABLE_PIV_SM
 3294|       |	u8 *cvc_start = NULL;
 3295|       |	size_t cvc_len = 0;
 3296|       |#endif
 3297|       |
 3298|       |	/* if already cached */
 3299|  4.34k|	if (priv->obj_cache[enumtag].internal_obj_data && priv->obj_cache[enumtag].internal_obj_len) {
  ------------------
  |  Branch (3299:6): [True: 2.11k, False: 2.23k]
  |  Branch (3299:52): [True: 2.11k, False: 0]
  ------------------
 3300|  2.11k|		sc_log(card->ctx, "#%d found internal %p:%zu",
  ------------------
  |  |   71|  2.11k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3301|  2.11k|				enumtag,
 3302|  2.11k|				priv->obj_cache[enumtag].internal_obj_data,
 3303|  2.11k|				priv->obj_cache[enumtag].internal_obj_len);
 3304|  2.11k|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.11k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.11k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.11k|	int _ret = r; \
  |  |  |  |  155|  2.11k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.11k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.11k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.11k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.11k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.11k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.11k|	return _ret; \
  |  |  |  |  163|  2.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3305|  2.11k|	}
 3306|       |
 3307|  2.23k|	body = sc_asn1_find_tag(card->ctx,
 3308|  2.23k|			priv->obj_cache[enumtag].obj_data,
 3309|  2.23k|			priv->obj_cache[enumtag].obj_len,
 3310|  2.23k|			0x53, &bodylen);
 3311|       |
 3312|  2.23k|	if (body == NULL || priv->obj_cache[enumtag].obj_data[0] != 0x53)
  ------------------
  |  Branch (3312:6): [True: 0, False: 2.23k]
  |  Branch (3312:22): [True: 0, False: 2.23k]
  ------------------
 3313|  2.23k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OBJECT_NOT_VALID);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3314|       |
 3315|       |	/* get the certificate out */
 3316|  2.23k|	if (piv_objects[enumtag].flags & PIV_OBJECT_TYPE_CERT) {
  ------------------
  |  |  644|  2.23k|#define PIV_OBJECT_TYPE_CERT		0x01
  ------------------
  |  Branch (3316:6): [True: 2.23k, False: 0]
  ------------------
 3317|       |
 3318|  2.23k|		tag = sc_asn1_find_tag(card->ctx, body, bodylen, 0x71, &taglen);
 3319|       |		/* 800-72-1 not clear if this is 80 or 01 Sent comment to NIST for 800-72-2 */
 3320|       |		/* 800-73-3 says it is 01, keep dual test so old cards still work */
 3321|  2.23k|		if (tag && taglen > 0 && (((*tag) & 0x80) || ((*tag) & 0x01)))
  ------------------
  |  Branch (3321:7): [True: 1.20k, False: 1.02k]
  |  Branch (3321:14): [True: 1.17k, False: 29]
  |  Branch (3321:29): [True: 13, False: 1.16k]
  |  Branch (3321:48): [True: 11, False: 1.15k]
  ------------------
 3322|     24|			compressed = 1;
 3323|       |
 3324|       |#ifdef ENABLE_PIV_SM
 3325|       |		cvc_start = (u8 *)tag + taglen; /* save for later as cvs (if present) follows  0x71 */
 3326|       |#endif
 3327|       |
 3328|  2.23k|		tag = sc_asn1_find_tag(card->ctx, body, bodylen, 0x70, &taglen);
 3329|  2.23k|		if (tag == NULL)
  ------------------
  |  Branch (3329:7): [True: 109, False: 2.12k]
  ------------------
 3330|  2.23k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OBJECT_NOT_VALID);
  ------------------
  |  |  164|    109|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    109|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    109|	int _ret = r; \
  |  |  |  |  155|    109|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 109, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    109|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    109|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 109, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    109|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    109|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    109|	return _ret; \
  |  |  |  |  163|    109|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3331|       |
 3332|  2.12k|		if (taglen == 0)
  ------------------
  |  Branch (3332:7): [True: 10, False: 2.11k]
  ------------------
 3333|  2.12k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3334|       |
 3335|  2.11k|		if (compressed) {
  ------------------
  |  Branch (3335:7): [True: 23, False: 2.09k]
  ------------------
 3336|     23|			priv->obj_cache[enumtag].flags |= PIV_OBJ_CACHE_COMPRESSED;
  ------------------
  |  |  152|     23|#define PIV_OBJ_CACHE_COMPRESSED	2
  ------------------
 3337|     23|		}
 3338|       |		/* internal certificate remains compressed */
 3339|  2.11k|		if (!(priv->obj_cache[enumtag].internal_obj_data = malloc(taglen)))
  ------------------
  |  Branch (3339:7): [True: 0, False: 2.11k]
  ------------------
 3340|  2.11k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3341|       |
 3342|  2.11k|		memcpy(priv->obj_cache[enumtag].internal_obj_data, tag, taglen);
 3343|  2.11k|		priv->obj_cache[enumtag].internal_obj_len = taglen;
 3344|       |
 3345|       |#ifdef ENABLE_PIV_SM
 3346|       |		/* PIV_OBJ_SM_CERT_SIGNER  CERT OBJECT may also have a intermediate CVC */
 3347|       |		if (piv_objects[enumtag].flags & PIV_OBJECT_TYPE_CVC) {
 3348|       |			/* cvc if present should be at cvc_start.
 3349|       |			 * find the tag(T) and get value(V) and len(L) from TLV.
 3350|       |			 * Could reconstruct ASN1 of (T)(L) stating location from length and known tag.
 3351|       |			 * as the size of (L) depends on the length of value
 3352|       |			 */
 3353|       |			if ((tag = sc_asn1_find_tag(card->ctx, body, bodylen, 0x7F21, &taglen)) != NULL &&
 3354|       |					cvc_start &&
 3355|       |					cvc_start < tag &&
 3356|       |					cvc_start[0] == 0x7f && cvc_start[1] == 0x21) {
 3357|       |				cvc_len = tag - cvc_start + taglen;
 3358|       |				/* decode the intermediate CVC */
 3359|       |				r = piv_decode_cvc(card, &cvc_start, &cvc_len, &priv->sm_in_cvc);
 3360|       |				if (r < 0) {
 3361|       |					sc_log(card->ctx, "unable to parse intermediate CVC: %d skipping", r);
 3362|       |				}
 3363|       |				priv->sm_flags |= PIV_SM_FLAGS_SM_IN_CVC_PRESENT;
 3364|       |			}
 3365|       |		}
 3366|       |#endif /* ENABLE_PIV_SM */
 3367|       |
 3368|       |		/* convert pub key to internal */
 3369|  2.11k|	} else if (piv_objects[enumtag].flags & PIV_OBJECT_TYPE_PUBKEY) {
  ------------------
  |  |  645|      0|#define PIV_OBJECT_TYPE_PUBKEY		0x02
  ------------------
  |  Branch (3369:13): [True: 0, False: 0]
  ------------------
 3370|      0|		tag = sc_asn1_find_tag(card->ctx, body, bodylen, *body, &taglen);
 3371|      0|		if (tag == NULL)
  ------------------
  |  Branch (3371:7): [True: 0, False: 0]
  ------------------
 3372|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OBJECT_NOT_VALID);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3373|       |
 3374|      0|		if (taglen == 0)
  ------------------
  |  Branch (3374:7): [True: 0, False: 0]
  ------------------
 3375|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3376|       |
 3377|      0|		if (!(priv->obj_cache[enumtag].internal_obj_data = malloc(taglen)))
  ------------------
  |  Branch (3377:7): [True: 0, False: 0]
  ------------------
 3378|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3379|       |
 3380|      0|		memcpy(priv->obj_cache[enumtag].internal_obj_data, tag, taglen);
 3381|      0|		priv->obj_cache[enumtag].internal_obj_len = taglen;
 3382|      0|	} else {
 3383|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3384|      0|	}
 3385|       |
 3386|  2.11k|	sc_log(card->ctx, "added #%d internal %p:%zu",
  ------------------
  |  |   71|  2.11k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3387|  2.11k|			enumtag,
 3388|  2.11k|			priv->obj_cache[enumtag].internal_obj_data,
 3389|  2.11k|			priv->obj_cache[enumtag].internal_obj_len);
 3390|       |
 3391|  2.11k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.11k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.11k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.11k|	int _ret = r; \
  |  |  |  |  155|  2.11k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.11k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.11k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.11k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.11k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.11k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.11k|	return _ret; \
  |  |  |  |  163|  2.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3392|  2.11k|}
card-piv.c:piv_finish:
 5474|  10.4k|{
 5475|  10.4k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  10.4k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5476|  10.4k|	int i;
 5477|       |
 5478|  10.4k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.4k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.4k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.4k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.4k]
  |  |  ------------------
  ------------------
 5479|  10.4k|	if (priv) {
  ------------------
  |  Branch (5479:6): [True: 5.74k, False: 4.72k]
  ------------------
 5480|  5.74k|		if (priv->context_specific) {
  ------------------
  |  Branch (5480:7): [True: 0, False: 5.74k]
  ------------------
 5481|      0|			sc_log(card->ctx, "Clearing CONTEXT_SPECIFIC lock");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5482|      0|			priv->context_specific = 0;
 5483|      0|			sc_unlock(card);
 5484|      0|		}
 5485|  5.74k|		free(priv->aid_der.value);
 5486|  5.74k|		free(priv->al_label);
 5487|  5.74k|		if (priv->w_buf)
  ------------------
  |  Branch (5487:7): [True: 0, False: 5.74k]
  ------------------
 5488|      0|			free(priv->w_buf);
 5489|  5.74k|		if (priv->offCardCertURL)
  ------------------
  |  Branch (5489:7): [True: 222, False: 5.51k]
  ------------------
 5490|    222|			free(priv->offCardCertURL);
 5491|   350k|		for (i = 0; i < PIV_OBJ_LAST_ENUM - 1; i++) {
  ------------------
  |  Branch (5491:15): [True: 344k, False: 5.74k]
  ------------------
 5492|   344k|			piv_obj_cache_free_entry(card, i, 0);
 5493|   344k|		}
 5494|       |#ifdef ENABLE_PIV_SM
 5495|       |		piv_clear_cvc_content(&priv->sm_cvc);
 5496|       |		piv_clear_cvc_content(&priv->sm_in_cvc);
 5497|       |		piv_clear_sm_session(&priv->sm_session);
 5498|       |#endif /* ENABLE_PIV_SM */
 5499|       |
 5500|  5.74k|		free(priv);
 5501|       |		card->drv_data = NULL; /* priv */
 5502|  5.74k|	}
 5503|  10.4k|	return 0;
 5504|  10.4k|}
card-piv.c:piv_select_file:
 4908|  10.0k|{
 4909|  10.0k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  10.0k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4910|  10.0k|	int r;
 4911|  10.0k|	int i;
 4912|  10.0k|	const u8 *path;
 4913|  10.0k|	size_t pathlen;
 4914|  10.0k|	sc_file_t *file = NULL;
 4915|  10.0k|	u8 *rbuf = NULL;
 4916|  10.0k|	size_t rbuflen = 0;
 4917|       |
 4918|  10.0k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.0k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.0k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.0k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.0k]
  |  |  ------------------
  ------------------
 4919|       |
 4920|  10.0k|	path = in_path->value;
 4921|  10.0k|	pathlen = in_path->len;
 4922|       |
 4923|       |	/* only support single EF in current application */
 4924|       |	/*
 4925|       |	 * PIV emulates files, and only does so because sc_pkcs15_* uses
 4926|       |	 * select_file and read_binary. The emulation adds path emulated structures
 4927|       |	 * so piv_select_file will find it.
 4928|       |	 * there is no dir. Only direct access to emulated files
 4929|       |	 * thus opensc-tool and opensc-explorer can not read the emulated files
 4930|       |	 */
 4931|       |
 4932|  10.0k|	if (memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (4932:6): [True: 1.34k, False: 8.67k]
  ------------------
 4933|  1.34k|		if (pathlen > 2) {
  ------------------
  |  Branch (4933:7): [True: 1.34k, False: 0]
  ------------------
 4934|  1.34k|			path += 2;
 4935|  1.34k|			pathlen -= 2;
 4936|  1.34k|		}
 4937|  1.34k|	}
 4938|       |
 4939|  10.0k|	i = piv_find_obj_by_containerid(card, path);
 4940|       |
 4941|  10.0k|	if (i < 0)
  ------------------
  |  Branch (4941:6): [True: 1.36k, False: 8.65k]
  ------------------
 4942|  10.0k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|  1.36k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.36k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.36k|	int _ret = r; \
  |  |  |  |  155|  1.36k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.36k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.36k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.36k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.36k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.36k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.36k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.36k|	return _ret; \
  |  |  |  |  163|  1.36k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4943|       |
 4944|       |	/*
 4945|       |	 * pkcs15 will use a 2 byte path or a 4 byte path
 4946|       |	 * with cece added to path to request only the cert from the cert obj
 4947|       |	 * PIV "Container ID" is used as the path, and are two bytes long
 4948|       |	 */
 4949|  8.65k|	priv->return_only_cert = (pathlen == 4 && path[2] == 0xce && path[3] == 0xce);
  ------------------
  |  Branch (4949:28): [True: 8.65k, False: 0]
  |  Branch (4949:44): [True: 8.65k, False: 0]
  |  Branch (4949:63): [True: 8.65k, False: 0]
  ------------------
 4950|       |
 4951|  8.65k|	priv->selected_obj = i;
 4952|  8.65k|	priv->rwb_state = -1;
 4953|       |
 4954|       |	/* make it look like the file was found. */
 4955|       |	/* We don't want to read it now  unless we need the length */
 4956|       |
 4957|  8.65k|	if (file_out) {
  ------------------
  |  Branch (4957:6): [True: 8.65k, False: 0]
  ------------------
 4958|       |		/* we need to read it now, to get length into cache */
 4959|  8.65k|		r = piv_get_cached_data(card, i, &rbuf, &rbuflen);
 4960|       |
 4961|  8.65k|		if (r < 0)
  ------------------
  |  Branch (4961:7): [True: 6.42k, False: 2.23k]
  ------------------
 4962|  8.65k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|  6.42k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  6.42k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  6.42k|	int _ret = r; \
  |  |  |  |  155|  6.42k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6.42k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  6.42k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  6.42k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6.42k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  6.42k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  6.42k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  6.42k|	return _ret; \
  |  |  |  |  163|  6.42k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4963|       |
 4964|       |		/* get the cert or the pub key out and into the cache too */
 4965|  2.23k|		if (priv->return_only_cert || piv_objects[i].flags & PIV_OBJECT_TYPE_PUBKEY) {
  ------------------
  |  |  645|      0|#define PIV_OBJECT_TYPE_PUBKEY		0x02
  ------------------
  |  Branch (4965:7): [True: 2.23k, False: 0]
  |  Branch (4965:33): [True: 0, False: 0]
  ------------------
 4966|  2.23k|			r = piv_cache_internal_data(card, i);
 4967|  2.23k|			if (r < 0)
  ------------------
  |  Branch (4967:8): [True: 119, False: 2.11k]
  ------------------
 4968|  2.23k|				LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    119|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    119|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    119|	int _ret = r; \
  |  |  |  |  155|    119|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 119, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    119|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    119|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 119, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    119|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    119|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    119|	return _ret; \
  |  |  |  |  163|    119|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4969|  2.23k|		}
 4970|       |
 4971|  2.11k|		file = sc_file_new();
 4972|  2.11k|		if (file == NULL)
  ------------------
  |  Branch (4972:7): [True: 0, False: 2.11k]
  ------------------
 4973|  2.11k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4974|       |
 4975|  2.11k|		file->path = *in_path;
 4976|       |		/* this could be like the FCI */
 4977|  2.11k|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|  2.11k|#define SC_FILE_TYPE_DF			0x04
  ------------------
 4978|  2.11k|		file->shareable = 0;
 4979|  2.11k|		file->ef_structure = 0;
 4980|  2.11k|		if (priv->return_only_cert)
  ------------------
  |  Branch (4980:7): [True: 2.11k, False: 0]
  ------------------
 4981|  2.11k|			file->size = priv->obj_cache[i].internal_obj_len;
 4982|      0|		else
 4983|      0|			file->size = priv->obj_cache[i].obj_len;
 4984|       |
 4985|  2.11k|		file->id = (piv_objects[i].containerid[0] << 8) + piv_objects[i].containerid[1];
 4986|       |
 4987|  2.11k|		*file_out = file;
 4988|  2.11k|	}
 4989|       |
 4990|  2.11k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.11k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.11k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.11k|	int _ret = r; \
  |  |  |  |  155|  2.11k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.11k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.11k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.11k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.11k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.11k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.11k|	return _ret; \
  |  |  |  |  163|  2.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4991|  2.11k|}
card-piv.c:piv_find_obj_by_containerid:
 1770|  72.8k|{
 1771|  72.8k|	int i;
 1772|       |
 1773|  72.8k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  72.8k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  72.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  72.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  72.8k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 72.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1774|  72.8k|	sc_log(card->ctx, "str=0x%02X%02X\n", str[0], str[1]);
  ------------------
  |  |   71|  72.8k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1775|       |
 1776|  1.48M|	for (i = 0; piv_objects[i].enumtag < PIV_OBJ_LAST_ENUM; i++) {
  ------------------
  |  Branch (1776:14): [True: 1.47M, False: 2.37k]
  ------------------
 1777|  1.47M|		if (str[0] == piv_objects[i].containerid[0] && str[1] == piv_objects[i].containerid[1])
  ------------------
  |  Branch (1777:7): [True: 634k, False: 843k]
  |  Branch (1777:50): [True: 70.5k, False: 563k]
  ------------------
 1778|  1.47M|			LOG_FUNC_RETURN(card->ctx, i);
  ------------------
  |  |  164|  70.5k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  70.5k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  70.5k|	int _ret = r; \
  |  |  |  |  155|  70.5k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.01k, False: 69.4k]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.01k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.01k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.01k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  69.4k|	} else { \
  |  |  |  |  159|  69.4k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  69.4k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  69.4k|	} \
  |  |  |  |  162|  70.5k|	return _ret; \
  |  |  |  |  163|  70.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1779|  1.47M|	}
 1780|       |
 1781|  2.37k|	LOG_FUNC_RETURN(card->ctx, -1);
  ------------------
  |  |  164|  2.37k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.37k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.37k|	int _ret = r; \
  |  |  |  |  155|  2.37k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.37k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.37k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.37k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.37k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.37k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.37k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.37k|	return _ret; \
  |  |  |  |  163|  2.37k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1782|  2.37k|}
card-piv.c:piv_read_binary:
 3401|  2.21k|{
 3402|  2.21k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  2.21k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 3403|  2.21k|	int enumtag;
 3404|  2.21k|	int r;
 3405|  2.21k|	u8 *rbuf = NULL;
 3406|  2.21k|	size_t rbuflen = 0;
 3407|  2.21k|	const u8 *body;
 3408|  2.21k|	size_t bodylen;
 3409|       |
 3410|  2.21k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.21k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.21k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.21k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.21k]
  |  |  ------------------
  ------------------
 3411|  2.21k|	if (priv->selected_obj < 0)
  ------------------
  |  Branch (3411:6): [True: 0, False: 2.21k]
  ------------------
 3412|  2.21k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3413|  2.21k|	enumtag = piv_objects[priv->selected_obj].enumtag;
 3414|       |
 3415|  2.21k|	if (priv->rwb_state == -1) {
  ------------------
  |  Branch (3415:6): [True: 2.11k, False: 106]
  ------------------
 3416|  2.11k|		r = piv_get_cached_data(card, enumtag, &rbuf, &rbuflen);
 3417|       |
 3418|  2.11k|		if (r >= 0) {
  ------------------
  |  Branch (3418:7): [True: 2.11k, False: 0]
  ------------------
 3419|       |			/* an object with no data will be considered not found */
 3420|       |			/* Discovery tag = 0x73, all others are 0x53 */
 3421|  2.11k|			if (!rbuf || rbuf[0] == 0x00 || ((rbuf[0] & 0xDF) == 0x53 && rbuf[1] == 0x00)) {
  ------------------
  |  Branch (3421:8): [True: 0, False: 2.11k]
  |  Branch (3421:17): [True: 0, False: 2.11k]
  |  Branch (3421:37): [True: 2.11k, False: 0]
  |  Branch (3421:65): [True: 0, False: 2.11k]
  ------------------
 3422|      0|				r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      0|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3423|      0|				goto err;
 3424|      0|			}
 3425|       |
 3426|  2.11k|			body = sc_asn1_find_tag(card->ctx, rbuf, rbuflen, rbuf[0], &bodylen);
 3427|  2.11k|			if (body == NULL) {
  ------------------
  |  Branch (3427:8): [True: 0, False: 2.11k]
  ------------------
 3428|       |				/* if missing, assume its the body */
 3429|       |				/* DEE bug in the beta card */
 3430|      0|				sc_log(card->ctx, " ***** tag 0x53 MISSING");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3431|      0|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 3432|      0|				goto err;
 3433|      0|			}
 3434|  2.11k|			if (bodylen > body - rbuf + rbuflen) {
  ------------------
  |  Branch (3434:8): [True: 0, False: 2.11k]
  ------------------
 3435|      0|				sc_log(card->ctx, " ***** tag length > then data: %zu>%zu+%zu",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3436|      0|						bodylen, body - rbuf, rbuflen);
 3437|      0|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 3438|      0|				goto err;
 3439|      0|			}
 3440|       |			/* if cached obj has internal interesting data (cert or pub key) */
 3441|  2.11k|			if (priv->return_only_cert || piv_objects[enumtag].flags & PIV_OBJECT_TYPE_PUBKEY) {
  ------------------
  |  |  645|      0|#define PIV_OBJECT_TYPE_PUBKEY		0x02
  ------------------
  |  Branch (3441:8): [True: 2.11k, False: 0]
  |  Branch (3441:34): [True: 0, False: 0]
  ------------------
 3442|  2.11k|				r = piv_cache_internal_data(card, enumtag);
 3443|  2.11k|				if (r < 0)
  ------------------
  |  Branch (3443:9): [True: 0, False: 2.11k]
  ------------------
 3444|      0|					goto err;
 3445|  2.11k|			}
 3446|  2.11k|		}
 3447|  2.11k|		priv->rwb_state = 0;
 3448|  2.11k|	}
 3449|       |
 3450|  2.21k|	if (priv->return_only_cert || piv_objects[enumtag].flags & PIV_OBJECT_TYPE_PUBKEY) {
  ------------------
  |  |  645|      0|#define PIV_OBJECT_TYPE_PUBKEY		0x02
  ------------------
  |  Branch (3450:6): [True: 2.21k, False: 0]
  |  Branch (3450:32): [True: 0, False: 0]
  ------------------
 3451|  2.21k|		rbuf = priv->obj_cache[enumtag].internal_obj_data;
 3452|  2.21k|		rbuflen = priv->obj_cache[enumtag].internal_obj_len;
 3453|  2.21k|		if ((priv->obj_cache[enumtag].flags & PIV_OBJ_CACHE_COMPRESSED) && flags) {
  ------------------
  |  |  152|  2.21k|#define PIV_OBJ_CACHE_COMPRESSED	2
  ------------------
  |  Branch (3453:7): [True: 27, False: 2.19k]
  |  Branch (3453:70): [True: 27, False: 0]
  ------------------
 3454|     27|			*flags |= SC_FILE_FLAG_COMPRESSED_AUTO;
  ------------------
  |  |  230|     27|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
 3455|     27|		}
 3456|  2.21k|	} else {
 3457|      0|		rbuf = priv->obj_cache[enumtag].obj_data;
 3458|      0|		rbuflen = priv->obj_cache[enumtag].obj_len;
 3459|      0|	}
 3460|       |	/* rbuf rbuflen has pointer and length to cached data */
 3461|       |
 3462|  2.21k|	if (rbuflen < idx + count)
  ------------------
  |  Branch (3462:6): [True: 0, False: 2.21k]
  ------------------
 3463|      0|		count = rbuflen - idx;
 3464|  2.21k|	if (count <= 0) {
  ------------------
  |  Branch (3464:6): [True: 0, False: 2.21k]
  ------------------
 3465|      0|		r = 0;
 3466|      0|		priv->rwb_state = 1;
 3467|  2.21k|	} else {
 3468|  2.21k|		memcpy(buf, rbuf + idx, count);
 3469|  2.21k|		r = (int)count;
 3470|  2.21k|	}
 3471|       |
 3472|  2.21k|err:
 3473|  2.21k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.21k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.21k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.21k|	int _ret = r; \
  |  |  |  |  155|  2.21k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 2.21k]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.21k|	} else { \
  |  |  |  |  159|  2.21k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  2.21k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  2.21k|	} \
  |  |  |  |  162|  2.21k|	return _ret; \
  |  |  |  |  163|  2.21k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3474|  2.21k|}
card-piv.c:piv_set_security_env:
 4669|  3.84k|{
 4670|  3.84k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  3.84k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4671|  3.84k|	int r = 0;
 4672|       |
 4673|  3.84k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.84k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.84k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.84k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.84k]
  |  |  ------------------
  ------------------
 4674|       |
 4675|  3.84k|	sc_log(card->ctx, "flags=%08lx op=%d alg=%lu algf=%08lx algr=%08lx kr0=%02x, krfl=%zu",
  ------------------
  |  |   71|  3.84k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4676|  3.84k|			env->flags, env->operation, env->algorithm, env->algorithm_flags,
 4677|  3.84k|			env->algorithm_ref, env->key_ref[0], env->key_ref_len);
 4678|       |
 4679|  3.84k|	priv->operation = env->operation;
 4680|  3.84k|	priv->algorithm = env->algorithm;
 4681|       |
 4682|  3.84k|	if (env->algorithm == SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|  3.84k|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (4682:6): [True: 861, False: 2.98k]
  ------------------
 4683|    861|		priv->alg_id = 0x06; /* Say it is RSA, set 5, 6, 7 later */
 4684|  2.98k|	} else if (env->algorithm == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|  2.98k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (4684:13): [True: 2.98k, False: 0]
  ------------------
 4685|  2.98k|		if (env->flags & SC_SEC_ENV_ALG_REF_PRESENT) {
  ------------------
  |  |   56|  2.98k|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (4685:7): [True: 2.98k, False: 0]
  ------------------
 4686|  2.98k|			switch (env->algorithm_ref) {
 4687|  2.82k|			case 256:
  ------------------
  |  Branch (4687:4): [True: 2.82k, False: 153]
  ------------------
 4688|  2.82k|				priv->alg_id = 0x11; /* Say it is EC 256 */
 4689|  2.82k|				priv->key_size = 256;
 4690|  2.82k|				break;
 4691|    153|			case 384:
  ------------------
  |  Branch (4691:4): [True: 153, False: 2.82k]
  ------------------
 4692|    153|				priv->alg_id = 0x14;
 4693|    153|				priv->key_size = 384;
 4694|    153|				break;
 4695|      0|			default:
  ------------------
  |  Branch (4695:4): [True: 0, False: 2.98k]
  ------------------
 4696|      0|				r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 4697|  2.98k|			}
 4698|  2.98k|		} else
 4699|      0|			r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 4700|  2.98k|	} else if (env->algorithm == SC_ALGORITHM_EDDSA) {
  ------------------
  |  |   72|      0|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (4700:13): [True: 0, False: 0]
  ------------------
 4701|      0|		priv->alg_id = 0xE0;
 4702|      0|		priv->key_size = 255;
 4703|      0|	} else if (env->algorithm == SC_ALGORITHM_XEDDSA) {
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (4703:13): [True: 0, False: 0]
  ------------------
 4704|      0|		priv->alg_id = 0xE1;
 4705|      0|		priv->key_size = 255;
 4706|      0|	} else
 4707|      0|		r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 4708|  3.84k|	priv->key_ref = env->key_ref[0];
 4709|       |
 4710|  3.84k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  3.84k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.84k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.84k|	int _ret = r; \
  |  |  |  |  155|  3.84k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.84k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.84k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3.84k]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.84k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.84k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  3.84k|	return _ret; \
  |  |  |  |  163|  3.84k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4711|  3.84k|}
card-piv.c:piv_compute_signature:
 4839|  2.66k|{
 4840|  2.66k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  2.66k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4841|  2.66k|	int r;
 4842|  2.66k|	size_t nLen;
 4843|  2.66k|	u8 rbuf[128]; /* For EC conversions  384 will fit */
 4844|       |
 4845|  2.66k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.66k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.66k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.66k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.66k]
  |  |  ------------------
  ------------------
 4846|       |
 4847|       |	/* The PIV returns a DER SEQUENCE{INTEGER, INTEGER}
 4848|       |	 * Which may have leading 00 to force a positive integer
 4849|       |	 * But PKCS11 just wants 2* field_length in bytes
 4850|       |	 * So we have to strip out the integers
 4851|       |	 * and pad on left if too short.
 4852|       |	 */
 4853|       |
 4854|  2.66k|	if (priv->alg_id == 0x11 || priv->alg_id == 0x14) {
  ------------------
  |  Branch (4854:6): [True: 2.42k, False: 243]
  |  Branch (4854:30): [True: 136, False: 107]
  ------------------
 4855|  2.55k|		nLen = BYTES4BITS(priv->key_size);
  ------------------
  |  |  146|  2.55k|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
 4856|  2.55k|		if (outlen < 2 * nLen) {
  ------------------
  |  Branch (4856:7): [True: 0, False: 2.55k]
  ------------------
 4857|      0|			sc_log(card->ctx, " output too small for EC signature %zu < %zu",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4858|      0|					outlen, 2 * nLen);
 4859|      0|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 4860|      0|			goto err;
 4861|      0|		}
 4862|       |
 4863|  2.55k|		r = piv_validate_general_authentication(card, data, datalen, rbuf, sizeof rbuf);
 4864|  2.55k|		if (r < 0)
  ------------------
  |  Branch (4864:7): [True: 2.33k, False: 219]
  ------------------
 4865|  2.33k|			goto err;
 4866|       |
 4867|    219|		r = sc_asn1_decode_ecdsa_signature(card->ctx, rbuf, r, nLen, &out, outlen);
 4868|       |		/* Yubikey 5.7.x supports ED25519 */
 4869|    219|	} else if (priv->alg_id == 0xE0) {
  ------------------
  |  Branch (4869:13): [True: 0, False: 107]
  ------------------
 4870|      0|		nLen = BYTES4BITS(priv->key_size);
  ------------------
  |  |  146|      0|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
 4871|      0|		if (outlen < nLen) {
  ------------------
  |  Branch (4871:7): [True: 0, False: 0]
  ------------------
 4872|      0|			sc_log(card->ctx, " output too small for ED signature %zu < %zu",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4873|      0|					outlen, nLen);
 4874|      0|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 4875|      0|			goto err;
 4876|      0|		}
 4877|      0|		r = piv_validate_general_authentication(card, data, datalen, out, outlen);
 4878|       |
 4879|    107|	} else { /* RSA is all set */
 4880|    107|		r = piv_validate_general_authentication(card, data, datalen, out, outlen);
 4881|    107|	}
 4882|       |
 4883|  2.66k|err:
 4884|  2.66k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  2.66k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.66k|	int _ret = r; \
  |  |  155|  2.66k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2.66k, False: 0]
  |  |  ------------------
  |  |  156|  2.66k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  2.66k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 2.66k, False: 0]
  |  |  ------------------
  |  |  157|  2.66k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.66k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  2.66k|	return _ret; \
  |  |  163|  2.66k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4885|  2.66k|}
card-piv.c:piv_validate_general_authentication:
 4742|  3.24k|{
 4743|  3.24k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  3.24k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4744|  3.24k|	int r, tmplen, tmplen2;
 4745|  3.24k|	u8 *p;
 4746|  3.24k|	const unsigned char *p2;
 4747|  3.24k|	size_t taglen;
 4748|  3.24k|	size_t bodylen;
 4749|  3.24k|	unsigned int cla, tag;
 4750|  3.24k|	unsigned int real_alg_id, op_tag;
 4751|       |
 4752|  3.24k|	u8 sbuf[4096]; /* needs work. for 4096 needs 512+10 or so */
 4753|  3.24k|	size_t sbuflen = sizeof(sbuf);
 4754|  3.24k|	u8 rbuf[4096];
 4755|       |
 4756|  3.24k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.24k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.24k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.24k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.24k]
  |  |  ------------------
  ------------------
 4757|       |
 4758|       |	/* should assume large send data */
 4759|  3.24k|	p = sbuf;
 4760|  3.24k|	tmplen = sc_asn1_put_tag(0xff, NULL, datalen, NULL, 0, NULL);
 4761|  3.24k|	tmplen2 = sc_asn1_put_tag(0x82, NULL, 0, NULL, 0, NULL);
 4762|  3.24k|	if (tmplen <= 0 || tmplen2 <= 0) {
  ------------------
  |  Branch (4762:6): [True: 0, False: 3.24k]
  |  Branch (4762:21): [True: 0, False: 3.24k]
  ------------------
 4763|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4764|      0|	}
 4765|  3.24k|	tmplen += tmplen2;
 4766|  3.24k|	if ((r = sc_asn1_put_tag(0x7c, NULL, tmplen, p, sbuflen, &p)) != SC_SUCCESS ||
  ------------------
  |  |   28|  6.49k|#define SC_SUCCESS				0
  ------------------
  |  Branch (4766:6): [True: 78, False: 3.16k]
  ------------------
 4767|  3.16k|			(r = sc_asn1_put_tag(0x82, NULL, 0, p, sbuflen - (p - sbuf), &p)) != SC_SUCCESS) {
  ------------------
  |  |   28|  3.16k|#define SC_SUCCESS				0
  ------------------
  |  Branch (4767:4): [True: 0, False: 3.16k]
  ------------------
 4768|     78|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     78|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     78|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     78|	int _ret = r; \
  |  |  |  |  155|     78|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 78, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     78|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     78|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 78, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     78|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     78|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     78|	return _ret; \
  |  |  |  |  163|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4769|     78|	}
 4770|  3.16k|	if (priv->operation == SC_SEC_OPERATION_DERIVE && (priv->algorithm == SC_ALGORITHM_EC || priv->algorithm == SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   50|  6.33k|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
              	if (priv->operation == SC_SEC_OPERATION_DERIVE && (priv->algorithm == SC_ALGORITHM_EC || priv->algorithm == SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   70|    268|#define SC_ALGORITHM_EC		2
  ------------------
              	if (priv->operation == SC_SEC_OPERATION_DERIVE && (priv->algorithm == SC_ALGORITHM_EC || priv->algorithm == SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (4770:6): [True: 134, False: 3.03k]
  |  Branch (4770:53): [True: 134, False: 0]
  |  Branch (4770:91): [True: 0, False: 0]
  ------------------
 4771|    134|		op_tag = 0x85;
 4772|  3.03k|	} else {
 4773|  3.03k|		op_tag = 0x81;
 4774|  3.03k|	}
 4775|  3.16k|	r = sc_asn1_put_tag(op_tag, data, datalen, p, sbuflen - (p - sbuf), &p);
 4776|  3.16k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  3.16k|#define SC_SUCCESS				0
  ------------------
  |  Branch (4776:6): [True: 0, False: 3.16k]
  ------------------
 4777|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4778|      0|	}
 4779|       |
 4780|       |	/*
 4781|       |	 * alg_id=06 is a place holder for all RSA keys.
 4782|       |	 * Derive the real alg_id based on the size of the
 4783|       |	 * the data, as we are always using raw mode.
 4784|       |	 * Non RSA keys needs some work in this area.
 4785|       |	 */
 4786|       |
 4787|  3.16k|	real_alg_id = priv->alg_id;
 4788|  3.16k|	if (priv->alg_id == 0x06) {
  ------------------
  |  Branch (4788:6): [True: 477, False: 2.69k]
  ------------------
 4789|    477|		switch (datalen) {
 4790|    135|		case 128:
  ------------------
  |  Branch (4790:3): [True: 135, False: 342]
  ------------------
 4791|    135|			real_alg_id = 0x06;
 4792|    135|			break;
 4793|     30|		case 256:
  ------------------
  |  Branch (4793:3): [True: 30, False: 447]
  ------------------
 4794|     30|			real_alg_id = 0x07;
 4795|     30|			break;
 4796|     34|		case 384:
  ------------------
  |  Branch (4796:3): [True: 34, False: 443]
  ------------------
 4797|     34|			real_alg_id = 0x05;
 4798|     34|			break;
 4799|     62|		case 512:
  ------------------
  |  Branch (4799:3): [True: 62, False: 415]
  ------------------
 4800|     62|			real_alg_id = 0x16;
 4801|     62|			break;
 4802|    216|		default:
  ------------------
  |  Branch (4802:3): [True: 216, False: 261]
  ------------------
 4803|    216|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NO_CARD_SUPPORT);
  ------------------
  |  |  153|    216|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    216|	int _ret = r; \
  |  |  155|    216|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 216, False: 0]
  |  |  ------------------
  |  |  156|    216|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    216|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 216, False: 0]
  |  |  ------------------
  |  |  157|    216|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    216|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    216|	return _ret; \
  |  |  163|    216|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4804|    477|		}
 4805|    477|	}
 4806|       |	/* EC and ED alg_id was already set */
 4807|       |
 4808|  2.95k|	piv_yk_notify_touch_policy(card, priv->key_ref);
 4809|  2.95k|	r = piv_general_io(card, 0x87, real_alg_id, priv->key_ref,
 4810|  2.95k|			sbuf, p - sbuf, rbuf, sizeof rbuf);
 4811|  2.95k|	if (r < 0)
  ------------------
  |  Branch (4811:6): [True: 2.55k, False: 392]
  ------------------
 4812|  2.55k|		goto err;
 4813|       |
 4814|    392|	p2 = rbuf;
 4815|    392|	r = sc_asn1_read_tag(&p2, r, &cla, &tag, &bodylen);
 4816|    392|	if (p2 == NULL || r < 0 || bodylen == 0 || (cla | tag) != 0x7C) {
  ------------------
  |  Branch (4816:6): [True: 115, False: 277]
  |  Branch (4816:20): [True: 63, False: 214]
  |  Branch (4816:29): [True: 101, False: 113]
  |  Branch (4816:45): [True: 100, False: 13]
  ------------------
 4817|    379|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_DATA, "Can't find 0x7C");
  ------------------
  |  |  184|    379|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    379|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    379|	int _ret = (r); \
  |  |  |  |  178|    379|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 379, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|    379|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    379|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    379|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    379|		goto err; \
  |  |  |  |  182|    379|	} \
  |  |  |  |  183|    379|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4818|    379|	}
 4819|       |
 4820|     13|	r = sc_asn1_read_tag(&p2, bodylen, &cla, &tag, &taglen);
 4821|     13|	if (p2 == NULL || r < 0 || taglen == 0 || (cla | tag) != 0x82) {
  ------------------
  |  Branch (4821:6): [True: 1, False: 12]
  |  Branch (4821:20): [True: 1, False: 11]
  |  Branch (4821:29): [True: 1, False: 10]
  |  Branch (4821:44): [True: 1, False: 9]
  ------------------
 4822|      4|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_DATA, "Can't find 0x82");
  ------------------
  |  |  184|      4|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      4|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      4|	int _ret = (r); \
  |  |  |  |  178|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      4|		goto err; \
  |  |  |  |  182|      4|	} \
  |  |  |  |  183|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4823|      4|	}
 4824|       |
 4825|      9|	if (taglen > outlen) {
  ------------------
  |  Branch (4825:6): [True: 0, False: 9]
  ------------------
 4826|      0|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_DATA, "data read longer then buffer");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4827|      0|	}
 4828|       |
 4829|      9|	memcpy(out, p2, taglen);
 4830|      9|	r = (int)taglen;
 4831|       |
 4832|  2.95k|err:
 4833|  2.95k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.95k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.95k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.95k|	int _ret = r; \
  |  |  |  |  155|  2.95k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.94k, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.94k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.70k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.70k, False: 235]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.94k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.94k|	} else { \
  |  |  |  |  159|      9|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      9|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      9|	} \
  |  |  |  |  162|  2.95k|	return _ret; \
  |  |  |  |  163|  2.95k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4834|  2.95k|}
card-piv.c:piv_yk_notify_touch_policy:
 4723|  2.95k|{
 4724|  2.95k|	u8 touch_policy;
 4725|  2.95k|	const char *title = "Touch your Yubikey to continue";
 4726|       |
 4727|  2.95k|	piv_yk_get_metadata(card, key_ref, NULL, &touch_policy);
 4728|  2.95k|	switch (touch_policy) {
  ------------------
  |  Branch (4728:10): [True: 75, False: 2.87k]
  ------------------
 4729|     56|	case 0x02:
  ------------------
  |  Branch (4729:2): [True: 56, False: 2.89k]
  ------------------
 4730|     56|		sc_notify(title, "Touching the token is required for unlocking the key");
 4731|     56|		break;
 4732|     19|	case 0x03:
  ------------------
  |  Branch (4732:2): [True: 19, False: 2.93k]
  ------------------
 4733|     19|		sc_notify(title, "Touching the token is required unlocking the key (needed again after 15 seconds)");
 4734|     19|		break;
 4735|  2.95k|	}
 4736|  2.95k|}
card-piv.c:piv_yk_get_metadata:
 4504|  5.00k|{
 4505|  5.00k|	sc_apdu_t apdu;
 4506|  5.00k|	u8 resp[100];
 4507|  5.00k|	size_t i;
 4508|  5.00k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  5.00k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4509|       |
 4510|       |	/* initialize with the default behaviour */
 4511|  5.00k|	if (pin_policy)
  ------------------
  |  Branch (4511:6): [True: 2.05k, False: 2.95k]
  ------------------
 4512|  2.05k|		*pin_policy = 0x00;
 4513|  5.00k|	if (touch_policy)
  ------------------
  |  Branch (4513:6): [True: 2.95k, False: 2.05k]
  ------------------
 4514|  2.95k|		*touch_policy = 0x00;
 4515|       |
 4516|  5.00k|	if (priv->yubico_version < 0x00050300) {
  ------------------
  |  Branch (4516:6): [True: 2.14k, False: 2.85k]
  ------------------
 4517|  2.14k|		if (priv->yubico_version != 0)
  ------------------
  |  Branch (4517:7): [True: 1.00k, False: 1.13k]
  ------------------
 4518|  1.00k|			sc_log(card->ctx, "Yubikey's PIN and touch policy not available");
  ------------------
  |  |   71|  1.00k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4519|  2.14k|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|  2.14k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 4520|  2.14k|	}
 4521|       |
 4522|  2.89k|	for (i = 0; i < (sizeof(priv->yk_pin) / sizeof(*priv->yk_pin) - 1); i++) {
  ------------------
  |  Branch (4522:14): [True: 2.89k, False: 0]
  ------------------
 4523|  2.89k|		if (priv->yk_pin[i].slot == 0x00)
  ------------------
  |  Branch (4523:7): [True: 2.76k, False: 130]
  ------------------
 4524|       |			/* reached the last initialized entry */
 4525|  2.76k|			break;
 4526|       |
 4527|    130|		if (priv->yk_pin[i].slot == slot)
  ------------------
  |  Branch (4527:7): [True: 84, False: 46]
  ------------------
 4528|       |			/* metadata already initialized */
 4529|     84|			break;
 4530|    130|	}
 4531|       |
 4532|  2.85k|	if (priv->yk_pin[i].slot == 0x00) {
  ------------------
  |  Branch (4532:6): [True: 2.76k, False: 84]
  ------------------
 4533|       |		/* initialize this entry */
 4534|  2.76k|		sc_format_apdu_ex(&apdu, 0x00, 0xF7, 0x00, slot, NULL, 0, resp, sizeof resp);
 4535|  2.76k|		if (SC_SUCCESS == sc_transmit_apdu(card, &apdu) && SC_SUCCESS == sc_check_sw(card, apdu.sw1, apdu.sw2) && SC_SUCCESS == piv_yk_metadata_get_policy(card->ctx, resp, apdu.resplen, &priv->yk_pin[i].policy, &priv->yk_pin[i].touch)) {
  ------------------
  |  |   28|  2.76k|#define SC_SUCCESS				0
  ------------------
              		if (SC_SUCCESS == sc_transmit_apdu(card, &apdu) && SC_SUCCESS == sc_check_sw(card, apdu.sw1, apdu.sw2) && SC_SUCCESS == piv_yk_metadata_get_policy(card->ctx, resp, apdu.resplen, &priv->yk_pin[i].policy, &priv->yk_pin[i].touch)) {
  ------------------
  |  |   28|  2.68k|#define SC_SUCCESS				0
  ------------------
              		if (SC_SUCCESS == sc_transmit_apdu(card, &apdu) && SC_SUCCESS == sc_check_sw(card, apdu.sw1, apdu.sw2) && SC_SUCCESS == piv_yk_metadata_get_policy(card->ctx, resp, apdu.resplen, &priv->yk_pin[i].policy, &priv->yk_pin[i].touch)) {
  ------------------
  |  |   28|    335|#define SC_SUCCESS				0
  ------------------
  |  Branch (4535:7): [True: 2.68k, False: 87]
  |  Branch (4535:54): [True: 335, False: 2.34k]
  |  Branch (4535:109): [True: 26, False: 309]
  ------------------
 4536|     26|			sc_log(card->ctx, "PIN policy for slot 0x%02X: 0x%02X (touch 0x%02X)",
  ------------------
  |  |   71|     26|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4537|     26|					slot, priv->yk_pin[i].policy, priv->yk_pin[i].touch);
 4538|     26|			priv->yk_pin[i].slot = slot;
 4539|  2.74k|		} else {
 4540|  2.74k|			sc_log(card->ctx, "Could not get Yubikey's PIN and touch policy");
  ------------------
  |  |   71|  2.74k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4541|  2.74k|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|  2.74k|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 4542|  2.74k|		}
 4543|  2.76k|	} else if (priv->yk_pin[i].slot != slot) {
  ------------------
  |  Branch (4543:13): [True: 0, False: 84]
  ------------------
 4544|      0|		sc_log(card->ctx, "No free slot found");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4545|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4546|      0|	}
 4547|       |
 4548|    110|	if (pin_policy)
  ------------------
  |  Branch (4548:6): [True: 17, False: 93]
  ------------------
 4549|     17|		*pin_policy = priv->yk_pin[i].policy;
 4550|    110|	if (touch_policy)
  ------------------
  |  Branch (4550:6): [True: 93, False: 17]
  ------------------
 4551|     93|		*touch_policy = priv->yk_pin[i].touch;
 4552|       |
 4553|    110|	return SC_SUCCESS;
  ------------------
  |  |   28|    110|#define SC_SUCCESS				0
  ------------------
 4554|  2.85k|}
card-piv.c:piv_yk_metadata_get_policy:
 4489|    335|{
 4490|    335|	size_t policylen;
 4491|    335|	const u8 *policy = sc_asn1_find_tag(ctx, buf, buflen, 0x02, &policylen);
 4492|    335|	if (policy && policylen == 2) {
  ------------------
  |  Branch (4492:6): [True: 32, False: 303]
  |  Branch (4492:16): [True: 26, False: 6]
  ------------------
 4493|     26|		*pin = policy[0];
 4494|     26|		*touch = policy[1];
 4495|     26|		return SC_SUCCESS;
  ------------------
  |  |   28|     26|#define SC_SUCCESS				0
  ------------------
 4496|    309|	} else {
 4497|    309|		sc_log(ctx, "Yubikey PIN policy not found");
  ------------------
  |  |   71|    309|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4498|    309|		return SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|    309|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
 4499|    309|	}
 4500|    335|}
card-piv.c:piv_decipher:
 4889|    582|{
 4890|    582|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    582|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    582|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    582|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 582]
  |  |  ------------------
  ------------------
 4891|       |
 4892|    582|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, piv_validate_general_authentication(card, data, datalen, out, outlen));
  ------------------
  |  |  153|    582|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    582|	int _ret = r; \
  |  |  155|    582|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 581, False: 1]
  |  |  ------------------
  |  |  156|    581|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    557|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 557, False: 24]
  |  |  ------------------
  |  |  157|    581|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    581|	} else { \
  |  |  159|      1|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      1|			"returning with: %d\n", _ret); \
  |  |  161|      1|	} \
  |  |  162|    582|	return _ret; \
  |  |  163|    582|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4893|    582|}
card-piv.c:piv_check_sw:
 6167|  38.8k|{
 6168|  38.8k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 6169|       |
 6170|  38.8k|	int r;
 6171|       |#ifdef ENABLE_PIV_SM
 6172|       |	int i;
 6173|       |#endif
 6174|  38.8k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  38.8k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6175|       |
 6176|  38.8k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  38.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  38.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  38.8k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 38.8k]
  |  |  ------------------
  ------------------
 6177|       |
 6178|       |	/* may be called before piv_init has allocated priv */
 6179|  38.8k|	if (priv) {
  ------------------
  |  Branch (6179:6): [True: 38.8k, False: 0]
  ------------------
 6180|       |		/* need to save sw1 and sw2 if trying to determine card_state from pin_cmd */
 6181|       |
 6182|  38.8k|		if (priv->pin_cmd_verify) {
  ------------------
  |  Branch (6182:7): [True: 3.33k, False: 35.4k]
  ------------------
 6183|  3.33k|			priv->pin_cmd_verify_sw1 = sw1;
 6184|  3.33k|			priv->pin_cmd_verify_sw2 = sw2;
 6185|  35.4k|		} else {
 6186|       |			/* a command has completed and it is not verify
 6187|       |			 * If we are in a context_specific sequence, unlock
 6188|       |			 * This just decrements the extra lock count
 6189|       |			 */
 6190|  35.4k|			if (priv->context_specific) {
  ------------------
  |  Branch (6190:8): [True: 0, False: 35.4k]
  ------------------
 6191|      0|				sc_log(card->ctx, "Clearing CONTEXT_SPECIFIC lock");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6192|      0|				priv->context_specific = 0;
 6193|      0|				sc_unlock(card);
 6194|      0|			}
 6195|  35.4k|		}
 6196|       |
 6197|  38.8k|		if (priv->card_issues & CI_VERIFY_630X) {
  ------------------
  |  |  584|  38.8k|#define CI_VERIFY_630X			    0x00000001U /* VERIFY tries left returns 630X rather then 63CX */
  ------------------
  |  Branch (6197:7): [True: 9.69k, False: 29.1k]
  ------------------
 6198|       |
 6199|       |			/* Handle the Yubikey NEO or any other PIV card which returns in response to a verify
 6200|       |			 * 63 0X rather than 63 CX indicate the number of remaining PIN retries.
 6201|       |			 * Perhaps they misread the spec and thought 0xCX meant "clear" or "don't care", not a literal 0xC!
 6202|       |			 */
 6203|  9.69k|			if (priv->pin_cmd_verify && sw1 == 0x63U) {
  ------------------
  |  Branch (6203:8): [True: 1.41k, False: 8.28k]
  |  Branch (6203:32): [True: 40, False: 1.37k]
  ------------------
 6204|     40|				priv->pin_cmd_verify_sw2 |= 0xC0U; /* make it easier to test in other code */
 6205|     40|				if ((sw2 & ~0x0fU) == 0x00U) {
  ------------------
  |  Branch (6205:9): [True: 16, False: 24]
  ------------------
 6206|     16|					sc_log(card->ctx, "Verification failed (remaining tries: %d)", (sw2 & 0x0f));
  ------------------
  |  |   71|     16|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6207|     16|					return SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|     16|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 6208|       |					/* this is what the iso_check_sw returns for 63 C0 */
 6209|     16|				}
 6210|     40|			}
 6211|  9.69k|		}
 6212|  38.8k|	}
 6213|       |#ifdef ENABLE_PIV_SM
 6214|       |	/* Note 6982 is map to SC_ERROR_SM_NO_SESSION_KEYS but iso maps it to SC_ERROR_SECURITY_STATUS_NOT_SATISFIED */
 6215|       |	/* we do this because 6982 could also mean a verify is not allowed over contactless without VCI */
 6216|       |	/* we stashed the sw1 and sw2 above for verify */
 6217|       |	/* Check specific NIST sp800-73-4 SM  errors */
 6218|       |	for (i = 0; piv_sm_errors[i].SWs != 0; i++) {
 6219|       |		if (piv_sm_errors[i].SWs == ((sw1 << 8) | sw2)) {
 6220|       |			sc_log(card->ctx, "%s", piv_sm_errors[i].errorstr);
 6221|       |			return piv_sm_errors[i].errorno;
 6222|       |		}
 6223|       |	}
 6224|       |#endif
 6225|  38.8k|	r = iso_drv->ops->check_sw(card, sw1, sw2);
 6226|  38.8k|	return r;
 6227|  38.8k|}
card-piv.c:piv_card_ctl:
 4565|  66.9k|{
 4566|  66.9k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  66.9k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4567|  66.9k|	u8 *opts; /*  A or M, key_ref, alg_id */
 4568|       |
 4569|  66.9k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  66.9k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  66.9k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  66.9k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  66.9k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 66.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4570|       |
 4571|  66.9k|	if (priv == NULL) {
  ------------------
  |  Branch (4571:6): [True: 0, False: 66.9k]
  ------------------
 4572|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4573|      0|	}
 4574|  66.9k|	switch (cmd) {
  ------------------
  |  Branch (4574:10): [True: 66.9k, False: 0]
  ------------------
 4575|      0|	case SC_CARDCTL_PIV_AUTHENTICATE:
  ------------------
  |  Branch (4575:2): [True: 0, False: 66.9k]
  ------------------
 4576|      0|		opts = (u8 *)ptr;
 4577|      0|		switch (*opts) {
  ------------------
  |  Branch (4577:11): [True: 0, False: 0]
  ------------------
 4578|      0|		case 'A':
  ------------------
  |  Branch (4578:3): [True: 0, False: 0]
  ------------------
 4579|      0|			return piv_general_external_authenticate(card,
 4580|      0|					*(opts + 1), *(opts + 2));
 4581|      0|			break;
 4582|      0|		case 'M':
  ------------------
  |  Branch (4582:3): [True: 0, False: 0]
  ------------------
 4583|      0|			return piv_general_mutual_authenticate(card,
 4584|      0|					*(opts + 1), *(opts + 2));
 4585|      0|			break;
 4586|      0|		}
 4587|      0|		break;
 4588|      0|	case SC_CARDCTL_PIV_GENERATE_KEY:
  ------------------
  |  Branch (4588:2): [True: 0, False: 66.9k]
  ------------------
 4589|      0|		return piv_generate_key(card,
 4590|      0|				(sc_cardctl_piv_genkey_info_t *)ptr);
 4591|      0|		break;
 4592|  1.01k|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (4592:2): [True: 1.01k, False: 65.9k]
  ------------------
 4593|  1.01k|		return piv_get_serial_nr_from_CHUI(card, (sc_serial_number_t *)ptr);
 4594|      0|		break;
 4595|  1.01k|	case SC_CARDCTL_PIV_PIN_PREFERENCE:
  ------------------
  |  Branch (4595:2): [True: 1.01k, False: 65.9k]
  ------------------
 4596|  1.01k|		return piv_get_pin_preference(card, ptr);
 4597|      0|		break;
 4598|  62.8k|	case SC_CARDCTL_PIV_OBJECT_PRESENT:
  ------------------
  |  Branch (4598:2): [True: 62.8k, False: 4.07k]
  ------------------
 4599|  62.8k|		return piv_is_object_present(card, ptr);
 4600|      0|		break;
 4601|  2.05k|	case SC_CARDCTL_PIV_YK_PIN_POLICY:
  ------------------
  |  Branch (4601:2): [True: 2.05k, False: 64.8k]
  ------------------
 4602|  2.05k|		return piv_yk_pin_policy(card, ptr);
 4603|      0|		break;
 4604|  66.9k|	}
 4605|       |
 4606|      0|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4607|      0|}
card-piv.c:piv_get_serial_nr_from_CHUI:
 4369|  1.01k|{
 4370|  1.01k|	int r;
 4371|  1.01k|	int i;
 4372|  1.01k|	u8 gbits = 0; /* 0 not present or wrong length or all zeros */
 4373|  1.01k|	u8 fbits = 0; /* 0 not present or wrong length or all zeros */
 4374|  1.01k|	u8 *rbuf = NULL;
 4375|  1.01k|	const u8 *body;
 4376|  1.01k|	const u8 *fascn;
 4377|  1.01k|	const u8 *guid;
 4378|  1.01k|	size_t rbuflen = 0, bodylen, fascnlen, guidlen;
 4379|       |
 4380|  1.01k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.01k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.01k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.01k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.01k]
  |  |  ------------------
  ------------------
 4381|  1.01k|	if (card->serialnr.len) {
  ------------------
  |  Branch (4381:6): [True: 0, False: 1.01k]
  ------------------
 4382|      0|		*serial = card->serialnr;
 4383|      0|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4384|      0|	}
 4385|       |
 4386|       |	/*
 4387|       |	 * 800-73-3 Part 1 and CIO Council docs say for PIV Compatible cards
 4388|       |	 * the FASC-N Agency code should be 9999 and there should be a GUID
 4389|       |	 * based on RFC 4122. If GUID present and not zero
 4390|       |	 * we will use the GUID as the serial number.
 4391|       |	 */
 4392|       |
 4393|  1.01k|	r = piv_get_cached_data(card, PIV_OBJ_CHUI, &rbuf, &rbuflen);
 4394|  1.01k|	LOG_TEST_RET(card->ctx, r, "Failure retrieving CHUI");
  ------------------
  |  |  174|  1.01k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.01k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.01k|	int _ret = (r); \
  |  |  |  |  168|  1.01k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 947, False: 67]
  |  |  |  |  ------------------
  |  |  |  |  169|    947|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    947|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    947|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    947|		return _ret; \
  |  |  |  |  172|    947|	} \
  |  |  |  |  173|  1.01k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 67]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4395|       |
 4396|     67|	r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     67|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4397|     67|	if (rbuflen != 0) {
  ------------------
  |  Branch (4397:6): [True: 67, False: 0]
  ------------------
 4398|     67|		body = sc_asn1_find_tag(card->ctx, rbuf, rbuflen, 0x53, &bodylen); /* Pass the outer wrapper asn1 */
 4399|     67|		if (body != NULL && bodylen != 0 && rbuf[0] == 0x53) {
  ------------------
  |  Branch (4399:7): [True: 67, False: 0]
  |  Branch (4399:23): [True: 63, False: 4]
  |  Branch (4399:39): [True: 63, False: 0]
  ------------------
 4400|     63|			fascn = sc_asn1_find_tag(card->ctx, body, bodylen, 0x30, &fascnlen); /* Find the FASC-N data */
 4401|       |
 4402|     63|			if (fascn && fascnlen == 25) {
  ------------------
  |  Branch (4402:8): [True: 40, False: 23]
  |  Branch (4402:17): [True: 39, False: 1]
  ------------------
 4403|  1.01k|				for (i = 0; i < 25; i++) {
  ------------------
  |  Branch (4403:17): [True: 975, False: 39]
  ------------------
 4404|    975|					fbits = fbits || fascn[i]; /* if all are zero, gbits will be zero */
  ------------------
  |  Branch (4404:14): [True: 799, False: 176]
  |  Branch (4404:23): [True: 38, False: 138]
  ------------------
 4405|    975|				}
 4406|     39|			}
 4407|       |
 4408|     63|			guid = sc_asn1_find_tag(card->ctx, body, bodylen, 0x34, &guidlen);
 4409|       |
 4410|     63|			if (guid && guidlen == 16) {
  ------------------
  |  Branch (4410:8): [True: 14, False: 49]
  |  Branch (4410:16): [True: 12, False: 2]
  ------------------
 4411|    204|				for (i = 0; i < 16; i++) {
  ------------------
  |  Branch (4411:17): [True: 192, False: 12]
  ------------------
 4412|    192|					gbits = gbits | guid[i]; /* if all are zero, gbits will be zero */
 4413|    192|				}
 4414|     12|			}
 4415|     63|			sc_log(card->ctx, "fascn=%p,fascnlen=%zu,guid=%p,guidlen=%zu,gbits=%2.2x",
  ------------------
  |  |   71|     63|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4416|     63|					fascn, fascnlen, guid, guidlen, gbits);
 4417|       |
 4418|     63|			if (fascn && fascnlen == 25 && fbits) {
  ------------------
  |  Branch (4418:8): [True: 40, False: 23]
  |  Branch (4418:17): [True: 39, False: 1]
  |  Branch (4418:35): [True: 38, False: 1]
  ------------------
 4419|       |				/* test if guid and the fascn starts with ;9999 (in ISO 4bit + parity code) */
 4420|       |				/* ;9999 is non-gov issued FASC-N, will use FASC-N for gov issued if no guid */
 4421|     38|				if (!(gbits && fascn[0] == 0xD4 && fascn[1] == 0xE7 &&
  ------------------
  |  Branch (4421:11): [True: 11, False: 27]
  |  Branch (4421:20): [True: 5, False: 6]
  |  Branch (4421:40): [True: 4, False: 1]
  ------------------
 4422|     37|						    fascn[2] == 0x39 && (fascn[3] | 0x7F) == 0xFF)) {
  ------------------
  |  Branch (4422:11): [True: 2, False: 2]
  |  Branch (4422:31): [True: 1, False: 1]
  ------------------
 4423|       |					/* fascnlen is 25 */
 4424|     37|					serial->len = fascnlen;
 4425|     37|					memcpy(serial->value, fascn, serial->len);
 4426|     37|					r = SC_SUCCESS;
  ------------------
  |  |   28|     37|#define SC_SUCCESS				0
  ------------------
 4427|     37|					gbits = 0; /* set to skip using guid below */
 4428|     37|				}
 4429|     38|			}
 4430|     63|			if (guid && guidlen == 16 && gbits) {
  ------------------
  |  Branch (4430:8): [True: 14, False: 49]
  |  Branch (4430:16): [True: 12, False: 2]
  |  Branch (4430:33): [True: 2, False: 10]
  ------------------
 4431|      2|				serial->len = guidlen;
 4432|      2|				memcpy(serial->value, guid, serial->len);
 4433|      2|				r = SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
 4434|      2|			}
 4435|     63|		}
 4436|     67|	}
 4437|       |
 4438|     67|	if (fbits == 0 && gbits == 0) { /* were not able to set the serial number */
  ------------------
  |  Branch (4438:6): [True: 29, False: 38]
  |  Branch (4438:20): [True: 28, False: 1]
  ------------------
 4439|     28|		serial->len = 16;
 4440|     28|		memset(serial->value, 0x00, serial->len);
 4441|     28|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     28|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4442|     28|	}
 4443|       |
 4444|     67|	card->serialnr = *serial;
 4445|     67|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     67|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     67|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     67|	int _ret = r; \
  |  |  |  |  155|     67|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 67, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     67|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     28|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 28, False: 39]
  |  |  |  |  ------------------
  |  |  |  |  157|     67|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     67|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     67|	return _ret; \
  |  |  |  |  163|     67|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4446|     67|}
card-piv.c:piv_get_pin_preference:
 4480|  1.01k|{
 4481|  1.01k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  1.01k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4482|       |
 4483|  1.01k|	*pin_ref = priv->pin_preference;
 4484|  1.01k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.01k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.01k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.01k|	int _ret = r; \
  |  |  |  |  155|  1.01k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.01k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.01k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.01k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.01k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.01k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.01k|	return _ret; \
  |  |  |  |  163|  1.01k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4485|  1.01k|}
card-piv.c:piv_is_object_present:
 4461|  62.8k|{
 4462|  62.8k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  62.8k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4463|  62.8k|	int r = 0;
 4464|  62.8k|	int enumtag;
 4465|       |
 4466|  62.8k|	enumtag = piv_find_obj_by_containerid(card, ptr);
 4467|  62.8k|	if (enumtag >= 0 && priv->obj_cache[enumtag].flags & PIV_OBJ_CACHE_NOT_PRESENT)
  ------------------
  |  |  153|  61.8k|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
  |  Branch (4467:6): [True: 61.8k, False: 1.01k]
  |  Branch (4467:22): [True: 34.7k, False: 27.1k]
  ------------------
 4468|  34.7k|		r = 1;
 4469|       |
 4470|  62.8k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  62.8k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  62.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  62.8k|	int _ret = r; \
  |  |  |  |  155|  62.8k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 28.1k, False: 34.7k]
  |  |  |  |  ------------------
  |  |  |  |  156|  28.1k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 28.1k]
  |  |  |  |  ------------------
  |  |  |  |  157|  28.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  34.7k|	} else { \
  |  |  |  |  159|  34.7k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  34.7k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  34.7k|	} \
  |  |  |  |  162|  62.8k|	return _ret; \
  |  |  |  |  163|  62.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4471|  62.8k|}
card-piv.c:piv_yk_pin_policy:
 4558|  2.05k|{
 4559|  2.05k|	u8 slot = *ptr;
 4560|  2.05k|	LOG_FUNC_RETURN(card->ctx, piv_yk_get_metadata(card, slot, ptr, NULL));
  ------------------
  |  |  164|  2.05k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.05k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.05k|	int _ret = r; \
  |  |  |  |  155|  2.05k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.05k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.05k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.03k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.03k, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.05k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.05k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.05k|	return _ret; \
  |  |  |  |  163|  2.05k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4561|  2.05k|}
card-piv.c:piv_pin_cmd:
 6300|  2.44k|{
 6301|  2.44k|	int r = 0;
 6302|  2.44k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  2.44k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6303|       |
 6304|       |	/* Extra validation of (new) PIN during a PIN change request, to
 6305|       |	 * ensure it's not outside the FIPS 201 4.1.6.1 (numeric only) and
 6306|       |	 * FIPS 140-2 (6 character minimum) requirements.
 6307|       |	 */
 6308|  2.44k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 6309|       |
 6310|  2.44k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.44k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.44k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.44k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.44k]
  |  |  ------------------
  ------------------
 6311|  2.44k|	sc_log(card->ctx, "piv_pin_cmd tries_left=%d, logged_in=%d", priv->tries_left, priv->logged_in);
  ------------------
  |  |   71|  2.44k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6312|  2.44k|	if (data->cmd == SC_PIN_CMD_CHANGE) {
  ------------------
  |  |  416|  2.44k|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (6312:6): [True: 130, False: 2.31k]
  ------------------
 6313|    130|		size_t i = 0;
 6314|    130|		if (data->pin2.len < 6) {
  ------------------
  |  Branch (6314:7): [True: 28, False: 102]
  ------------------
 6315|     28|			return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|     28|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
 6316|     28|		}
 6317|    448|		for (i = 0; i < data->pin2.len; ++i) {
  ------------------
  |  Branch (6317:15): [True: 408, False: 40]
  ------------------
 6318|    408|			if (!isdigit(data->pin2.data[i])) {
  ------------------
  |  Branch (6318:8): [True: 62, False: 346]
  ------------------
 6319|     62|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     62|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 6320|     62|			}
 6321|    408|		}
 6322|    102|	}
 6323|       |
 6324|  2.35k|	priv->pin_cmd_verify_sw1 = 0x00U;
 6325|       |
 6326|  2.35k|	if (data->cmd == SC_PIN_CMD_GET_INFO) { /* fill in what we think it should be */
  ------------------
  |  |  418|  2.35k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (6326:6): [True: 2.00k, False: 346]
  ------------------
 6327|  2.00k|		data->pin1.logged_in = priv->logged_in;
 6328|  2.00k|		data->pin1.tries_left = priv->tries_left;
 6329|       |
 6330|       |		/*
 6331|       |		 * If called to check on the login state for a context specific login
 6332|       |		 * return not logged in. Needed because of logic in e6f7373ef066
 6333|       |		 */
 6334|  2.00k|		if (data->pin_type == SC_AC_CONTEXT_SPECIFIC) {
  ------------------
  |  |  160|  2.00k|#define SC_AC_CONTEXT_SPECIFIC		0x00000200 /* Context specific login */
  ------------------
  |  Branch (6334:7): [True: 0, False: 2.00k]
  ------------------
 6335|      0|			data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|      0|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 6336|      0|			LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6337|      0|		}
 6338|       |
 6339|  2.00k|		if (priv->logged_in & SC_PIN_STATE_LOGGED_IN) {
  ------------------
  |  |  432|  2.00k|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
  |  Branch (6339:7): [True: 58, False: 1.95k]
  ------------------
 6340|       |			/* Avoid status requests when the user is logged in to handle NIST
 6341|       |			 * 800-73-4 Part 2:
 6342|       |			 * The PKI cryptographic function (see Table 4b) is protected with
 6343|       |			 * a “PIN Always” or “OCC Always” access rule. In other words, the
 6344|       |			 * PIN or OCC data must be submitted and verified every time
 6345|       |			 * immediately before a digital signature key operation.  This
 6346|       |			 * ensures cardholder participation every time the private key is
 6347|       |			 * used for digital signature generation */
 6348|     58|			LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     58|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     58|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     58|	int _ret = r; \
  |  |  |  |  155|     58|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 58, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     58|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 58]
  |  |  |  |  ------------------
  |  |  |  |  157|     58|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     58|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     58|	return _ret; \
  |  |  |  |  163|     58|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6349|     58|		}
 6350|  2.00k|	}
 6351|       |
 6352|       |	/*
 6353|       |	 * If this was for a CKU_CONTEXT_SPECFIC login, lock the card one more time.
 6354|       |	 * to avoid any interference from other applications.
 6355|       |	 * Sc_unlock will be called at a later time after the next card command
 6356|       |	 * that should be a crypto operation. If its not then it is a error by the
 6357|       |	 * calling application.
 6358|       |	 */
 6359|  2.29k|	if (data->cmd == SC_PIN_CMD_VERIFY && data->pin_type == SC_AC_CONTEXT_SPECIFIC) {
  ------------------
  |  |  415|  4.59k|#define SC_PIN_CMD_VERIFY	0
  ------------------
              	if (data->cmd == SC_PIN_CMD_VERIFY && data->pin_type == SC_AC_CONTEXT_SPECIFIC) {
  ------------------
  |  |  160|    176|#define SC_AC_CONTEXT_SPECIFIC		0x00000200 /* Context specific login */
  ------------------
  |  Branch (6359:6): [True: 176, False: 2.12k]
  |  Branch (6359:40): [True: 0, False: 176]
  ------------------
 6360|      0|		priv->context_specific = 1;
 6361|      0|		sc_log(card->ctx, "Starting CONTEXT_SPECIFIC verify");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6362|      0|		r = sc_lock(card);
 6363|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (6363:7): [True: 0, False: 0]
  ------------------
 6364|      0|			sc_log(card->ctx, "sc_lock failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6365|      0|			return r;
 6366|      0|		}
 6367|      0|	}
 6368|       |
 6369|  2.29k|	priv->pin_cmd_verify = 1; /* tell piv_check_sw its a verify to save sw1, sw2 */
 6370|  2.29k|	r = iso_drv->ops->pin_cmd(card, data);
 6371|  2.29k|	priv->pin_cmd_verify = 0;
 6372|       |
 6373|       |	/* tell user verify not supported on contactless without VCI */
 6374|  2.29k|	if (priv->pin_cmd_verify_sw1 == 0x69 && priv->pin_cmd_verify_sw2 == 0x82 &&
  ------------------
  |  Branch (6374:6): [True: 53, False: 2.24k]
  |  Branch (6374:42): [True: 27, False: 26]
  ------------------
 6375|     27|			priv->init_flags & PIV_INIT_CONTACTLESS &&
  ------------------
  |  |  385|  2.32k|#define PIV_INIT_CONTACTLESS			0x00000020u
  ------------------
  |  Branch (6375:4): [True: 14, False: 13]
  ------------------
 6376|     14|			card->type == SC_CARD_TYPE_PIV_II_800_73_4) {
  ------------------
  |  Branch (6376:4): [True: 0, False: 14]
  ------------------
 6377|      0|		sc_log(card->ctx, "Token does not support pin verify over contacless reader");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6378|      0|		r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 6379|      0|	}
 6380|       |
 6381|       |	/* if verify failed, release the lock */
 6382|  2.29k|	if (data->cmd == SC_PIN_CMD_VERIFY && r < 0 && priv->context_specific) {
  ------------------
  |  |  415|  4.59k|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (6382:6): [True: 176, False: 2.12k]
  |  Branch (6382:40): [True: 158, False: 18]
  |  Branch (6382:49): [True: 0, False: 158]
  ------------------
 6383|      0|		sc_log(card->ctx, "Clearing CONTEXT_SPECIFIC");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6384|      0|		priv->context_specific = 0;
 6385|      0|		sc_unlock(card);
 6386|      0|	}
 6387|       |
 6388|       |	/* if access to applet is know to be reset by other driver  we select_aid and try again */
 6389|  2.29k|	if (priv->card_issues & CI_OTHER_AID_LOSE_STATE && priv->pin_cmd_verify_sw1 == 0x6DU) {
  ------------------
  |  |  593|  4.59k|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
  |  Branch (6389:6): [True: 1.18k, False: 1.10k]
  |  Branch (6389:53): [True: 1.04k, False: 140]
  ------------------
 6390|  1.04k|		sc_log(card->ctx, "AID may be lost doing piv_find_aid and retry pin_cmd");
  ------------------
  |  |   71|  1.04k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6391|  1.04k|		piv_find_aid(card);
 6392|       |
 6393|  1.04k|		priv->pin_cmd_verify = 1; /* tell piv_check_sw its a verify to save sw1, sw2 */
 6394|  1.04k|		r = iso_drv->ops->pin_cmd(card, data);
 6395|  1.04k|		priv->pin_cmd_verify = 0;
 6396|  1.04k|	}
 6397|       |
 6398|       |	/* If verify worked, we are logged_in */
 6399|  2.29k|	if (data->cmd == SC_PIN_CMD_VERIFY) {
  ------------------
  |  |  415|  2.29k|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (6399:6): [True: 176, False: 2.12k]
  ------------------
 6400|    176|		if (r >= 0)
  ------------------
  |  Branch (6400:7): [True: 19, False: 157]
  ------------------
 6401|     19|			priv->logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|     19|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 6402|    157|		else
 6403|    157|			priv->logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|    157|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 6404|    176|	}
 6405|       |
 6406|       |	/* Some cards never return 90 00  for SC_PIN_CMD_GET_INFO even if the card state is verified */
 6407|       |	/* PR 797 has changed the return codes from pin_cmd, and added a data->pin1.logged_in flag */
 6408|       |
 6409|  2.29k|	if (data->cmd == SC_PIN_CMD_GET_INFO) {
  ------------------
  |  |  418|  2.29k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (6409:6): [True: 1.95k, False: 346]
  ------------------
 6410|  1.95k|		if (priv->card_issues & CI_CANT_USE_GETDATA_FOR_STATE) {
  ------------------
  |  |  588|  1.95k|#define CI_CANT_USE_GETDATA_FOR_STATE	    0x00000008U /* No object to test verification inplace of VERIFY Lc=0 */
  ------------------
  |  Branch (6410:7): [True: 4, False: 1.94k]
  ------------------
 6411|      4|			sc_log(card->ctx, "CI_CANT_USE_GETDATA_FOR_STATE set, assume logged_in=%d", priv->logged_in);
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6412|      4|			data->pin1.logged_in = priv->logged_in; /* use what ever we saw last */
 6413|  1.94k|		} else if (priv->card_issues & CI_VERIFY_LC0_FAIL &&
  ------------------
  |  |  585|  3.89k|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
  |  Branch (6413:14): [True: 629, False: 1.31k]
  ------------------
 6414|    629|				priv->pin_cmd_verify_sw1 == 0x63U) { /* can not use modified return codes from iso->drv->pin_cmd */
  ------------------
  |  Branch (6414:5): [True: 17, False: 612]
  ------------------
 6415|       |			/* try another method, looking at a protected object this may require adding one of these to NEO */
 6416|     17|			r = piv_check_protected_objects(card);
 6417|     17|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|     17|#define SC_SUCCESS				0
  ------------------
  |  Branch (6417:8): [True: 2, False: 15]
  ------------------
 6418|      2|				data->pin1.logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|      2|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 6419|     15|			else if (r == SC_ERROR_PIN_CODE_INCORRECT) {
  ------------------
  |  |   64|     15|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (6419:13): [True: 13, False: 2]
  ------------------
 6420|     13|				if (priv->card_issues & CI_CANT_USE_GETDATA_FOR_STATE) { /* we still can not determine login state */
  ------------------
  |  |  588|     13|#define CI_CANT_USE_GETDATA_FOR_STATE	    0x00000008U /* No object to test verification inplace of VERIFY Lc=0 */
  ------------------
  |  Branch (6420:9): [True: 5, False: 8]
  ------------------
 6421|       |
 6422|      5|					data->pin1.logged_in = priv->logged_in; /* may have be set from SC_PIN_CMD_VERIFY */
 6423|      8|				} else {
 6424|      8|					data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|      8|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 6425|      8|				}
 6426|     13|				r = SC_SUCCESS;
  ------------------
  |  |   28|     13|#define SC_SUCCESS				0
  ------------------
 6427|     13|			}
 6428|     17|		}
 6429|  1.95k|		priv->logged_in = data->pin1.logged_in;
 6430|  1.95k|		priv->tries_left = data->pin1.tries_left;
 6431|  1.95k|	}
 6432|       |
 6433|  2.29k|	sc_log(card->ctx, "piv_pin_cmd tries_left=%d, logged_in=%d", priv->tries_left, priv->logged_in);
  ------------------
  |  |   71|  2.29k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6434|  2.29k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.29k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.29k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.29k|	int _ret = r; \
  |  |  |  |  155|  2.29k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.29k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.29k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.19k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.19k, False: 100]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.29k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.29k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.29k|	return _ret; \
  |  |  |  |  163|  2.29k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6435|  2.29k|}
card-piv.c:piv_check_protected_objects:
 6231|     17|{
 6232|     17|	int r = 0;
 6233|     17|	int i;
 6234|     17|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|     17|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6235|     17|	u8 buf[8]; /* tag of 53 with 82 xx xx  will fit in 4 */
 6236|     17|	u8 *rbuf;
 6237|     17|	size_t buf_len;
 6238|     17|	static int protected_objects[] = {PIV_OBJ_PI, PIV_OBJ_CHF, PIV_OBJ_IRIS_IMAGE};
 6239|       |
 6240|     17|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     17|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     17|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     17|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     17|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6241|       |	/*
 6242|       |	 * routine only called from piv_pin_cmd after verify lc=0 did not return 90 00
 6243|       |	 * We will test for a protected object using GET DATA.
 6244|       |	 *
 6245|       |	 * Based on observations, of cards using the GET DATA APDU,
 6246|       |	 * SC_ERROR_SECURITY_STATUS_NOT_SATISFIED  means the PIN not verified,
 6247|       |	 * SC_SUCCESS means PIN has been verified even if it has length 0
 6248|       |	 * SC_ERROR_FILE_NOT_FOUND (which is the bug) does not tell us anything
 6249|       |	 * about the state of the PIN and we will try the next object.
 6250|       |	 *
 6251|       |	 * If we can't determine the security state from this process,
 6252|       |	 * set card_issues CI_CANT_USE_GETDATA_FOR_STATE
 6253|       |	 * and return SC_ERROR_PIN_CODE_INCORRECT
 6254|       |	 * The circumvention is to add a dummy Printed Info object in the card.
 6255|       |	 * so we will have an object to test.
 6256|       |	 *
 6257|       |	 * We save the object's number to use in the future.
 6258|       |	 *
 6259|       |	 */
 6260|     17|	if (priv->object_test_verify == 0) {
  ------------------
  |  Branch (6260:6): [True: 13, False: 4]
  ------------------
 6261|     33|		for (i = 0; i < (int)(sizeof(protected_objects) / sizeof(int)); i++) {
  ------------------
  |  Branch (6261:15): [True: 28, False: 5]
  ------------------
 6262|     28|			buf_len = sizeof(buf);
 6263|     28|			rbuf = buf;
 6264|     28|			r = piv_get_data(card, protected_objects[i], &rbuf, &buf_len);
 6265|     28|			if (r >= 0 || r == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED) {
  ------------------
  |  |   61|     26|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (6265:8): [True: 2, False: 26]
  |  Branch (6265:18): [True: 6, False: 20]
  ------------------
 6266|       |
 6267|       |				/* we can use this object next time if needed */
 6268|      8|				priv->object_test_verify = protected_objects[i];
 6269|      8|				break;
 6270|      8|			}
 6271|     28|		}
 6272|     13|		if (priv->object_test_verify == 0) {
  ------------------
  |  Branch (6272:7): [True: 5, False: 8]
  ------------------
 6273|       |			/*
 6274|       |			 * none of the objects returned acceptable sw1, sw2
 6275|       |			 */
 6276|      5|			sc_log(card->ctx, "No protected objects found, setting CI_CANT_USE_GETDATA_FOR_STATE");
  ------------------
  |  |   71|      5|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6277|      5|			priv->card_issues |= CI_CANT_USE_GETDATA_FOR_STATE;
  ------------------
  |  |  588|      5|#define CI_CANT_USE_GETDATA_FOR_STATE	    0x00000008U /* No object to test verification inplace of VERIFY Lc=0 */
  ------------------
 6278|      5|			r = SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|      5|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 6279|      5|		}
 6280|     13|	} else {
 6281|       |		/* use the one object we found earlier. Test is security status has changed */
 6282|      4|		buf_len = sizeof(buf);
 6283|      4|		rbuf = buf;
 6284|      4|		r = piv_get_data(card, priv->object_test_verify, &rbuf, &buf_len);
 6285|      4|	}
 6286|     17|	if (r == SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|     17|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (6286:6): [True: 1, False: 16]
  ------------------
 6287|      1|		r = SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|      1|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 6288|     16|	else if (r == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED)
  ------------------
  |  |   61|     16|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (6288:11): [True: 7, False: 9]
  ------------------
 6289|      7|		r = SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|      7|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 6290|      9|	else if (r > 0)
  ------------------
  |  Branch (6290:11): [True: 2, False: 7]
  ------------------
 6291|      2|		r = SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
 6292|       |
 6293|     17|	sc_log(card->ctx, "card->type:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   71|     17|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6294|     17|			card->type, priv->card_issues, r, priv->alg_ids);
 6295|     17|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     17|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     17|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     17|	int _ret = r; \
  |  |  |  |  155|     17|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 15, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  157|     17|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     17|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     17|	return _ret; \
  |  |  |  |  163|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6296|     17|}
card-piv.c:piv_card_reader_lock_obtained:
 6474|  14.0k|{
 6475|  14.0k|	int r = 0;
 6476|  14.0k|	u8 temp[SC_MAX_APDU_BUFFER_SIZE];
 6477|  14.0k|	size_t templen = sizeof(temp);
 6478|  14.0k|	piv_private_data_t *priv = PIV_DATA(card); /* may be null */
  ------------------
  |  |  440|  14.0k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6479|       |
 6480|  14.0k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  14.0k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  14.0k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  14.0k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 14.0k]
  |  |  ------------------
  ------------------
 6481|       |
 6482|       |	/* We have a PCSC transaction and sc_lock */
 6483|  14.0k|	if (priv == NULL || priv->pstate == PIV_STATE_MATCH) {
  ------------------
  |  Branch (6483:6): [True: 5.74k, False: 8.30k]
  |  Branch (6483:22): [True: 1.01k, False: 7.29k]
  ------------------
 6484|  6.75k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  13.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (70:103): [True: 1.01k, False: 5.74k]
  |  |  ------------------
  ------------------
 6485|  6.75k|				priv ? "PIV_STATE_MATCH" : "priv==NULL");
 6486|  6.75k|		r = 0; /* do nothing, piv_match will take care of it */
 6487|  6.75k|		goto err;
 6488|  6.75k|	}
 6489|       |
 6490|  7.29k|	priv->init_flags |= PIV_INIT_IN_READER_LOCK_OBTAINED;
  ------------------
  |  |  384|  7.29k|#define PIV_INIT_IN_READER_LOCK_OBTAINED	0x00000010u
  ------------------
 6491|       |
 6492|       |	/* make sure our application is active */
 6493|       |
 6494|       |	/* first see if AID is active AID by reading discovery object '7E' */
 6495|       |	/* If not try selecting AID */
 6496|       |
 6497|       |	/* but if card does not support DISCOVERY object we can not use it */
 6498|  7.29k|	if (priv->card_issues & CI_DISCOVERY_USELESS) {
  ------------------
  |  |  590|  7.29k|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
  |  Branch (6498:6): [True: 3.78k, False: 3.50k]
  ------------------
 6499|  3.78k|		r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|  3.78k|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 6500|  3.78k|	} else {
 6501|  3.50k|		r = piv_find_discovery(card);
 6502|       |#ifdef ENABLE_PIV_SM
 6503|       |		/*
 6504|       |		 * All 800-73-4 cards that support SM, also have a discovery object with
 6505|       |		 * the pin_policy, so can not have CI_DISCOVERY_USELESS
 6506|       |		 * Discovery object can be read with contact or contactless
 6507|       |		 * If read with SM and fails with 69 88  SC_ERROR_SM_INVALID_SESSION_KEY
 6508|       |		 * sm.c will close the SM connectrion, and set defer
 6509|       |		 */
 6510|       |		if (was_reset == 0 && (r == SC_ERROR_SM_INVALID_SESSION_KEY || priv->sm_flags & PIV_SM_FLAGS_DEFER_OPEN)) {
 6511|       |			sc_log(card->ctx, "SC_ERROR_SM_INVALID_SESSION_KEY || PIV_SM_FLAGS_DEFER_OPEN");
 6512|       |			piv_sm_open(card);
 6513|       |			r = piv_find_discovery(card);
 6514|       |		}
 6515|       |#endif /* ENABLE_PIV_SM */
 6516|  3.50k|	}
 6517|       |
 6518|  7.29k|	if (r < 0) {
  ------------------
  |  Branch (6518:6): [True: 7.27k, False: 14]
  ------------------
 6519|  7.27k|		if (was_reset > 0 || !(priv->card_issues & CI_PIV_AID_LOSE_STATE)) {
  ------------------
  |  |  591|  7.27k|#define CI_PIV_AID_LOSE_STATE		    0x00000040U /* PIV AID can lose the login state run with out it*/
  ------------------
  |  Branch (6519:7): [True: 0, False: 7.27k]
  |  Branch (6519:24): [True: 6.84k, False: 431]
  ------------------
 6520|  6.84k|			r = iso7816_select_aid(card, piv_aids[0].value, piv_aids[0].len_short, temp, &templen);
 6521|  6.84k|			sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "iso7816_select_aid card->type:%d r:%d\n", card->type, r);
  ------------------
  |  |   70|  6.84k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6522|  6.84k|		} else {
 6523|    431|			r = 0; /* can't do anything with this card, hope there was no interference */
 6524|    431|		}
 6525|  7.27k|	}
 6526|       |
 6527|  7.29k|	if (r < 0) /* bad error return will show up in sc_lock as error*/
  ------------------
  |  Branch (6527:6): [True: 6.33k, False: 955]
  ------------------
 6528|  6.33k|		goto err;
 6529|       |
 6530|    955|	if (was_reset > 0)
  ------------------
  |  Branch (6530:6): [True: 0, False: 955]
  ------------------
 6531|      0|		priv->logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|      0|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 6532|       |
 6533|    955|	r = 0;
 6534|       |
 6535|  14.0k|err:
 6536|  14.0k|	if (priv)
  ------------------
  |  Branch (6536:6): [True: 8.30k, False: 5.74k]
  ------------------
 6537|  8.30k|		priv->init_flags &= ~PIV_INIT_IN_READER_LOCK_OBTAINED;
  ------------------
  |  |  384|  8.30k|#define PIV_INIT_IN_READER_LOCK_OBTAINED	0x00000010u
  ------------------
 6538|  14.0k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  14.0k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  14.0k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  14.0k|	int _ret = r; \
  |  |  |  |  155|  14.0k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 14.0k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  14.0k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  6.33k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6.33k, False: 7.71k]
  |  |  |  |  ------------------
  |  |  |  |  157|  14.0k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  14.0k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  14.0k|	return _ret; \
  |  |  |  |  163|  14.0k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6539|  14.0k|}

sc_get_rtecp_driver:
  868|  16.4k|{
  869|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (869:6): [True: 1, False: 16.4k]
  ------------------
  870|      1|		iso_ops = sc_get_iso7816_driver()->ops;
  871|  16.4k|	rtecp_ops = *iso_ops;
  872|       |
  873|  16.4k|	rtecp_ops.match_card = rtecp_match_card;
  874|  16.4k|	rtecp_ops.init = rtecp_init;
  875|       |	/* read_binary */
  876|  16.4k|	rtecp_ops.write_binary = NULL;
  877|       |	/* update_binary */
  878|  16.4k|	rtecp_ops.read_record = NULL;
  879|  16.4k|	rtecp_ops.write_record = NULL;
  880|  16.4k|	rtecp_ops.append_record = NULL;
  881|  16.4k|	rtecp_ops.update_record = NULL;
  882|  16.4k|	rtecp_ops.select_file = rtecp_select_file;
  883|       |	/* get_response */
  884|       |	/* get_challenge */
  885|  16.4k|	rtecp_ops.verify = rtecp_verify;
  886|  16.4k|	rtecp_ops.logout = rtecp_logout;
  887|       |	/* restore_security_env */
  888|  16.4k|	rtecp_ops.set_security_env = rtecp_set_security_env;
  889|  16.4k|	rtecp_ops.decipher = rtecp_decipher;
  890|  16.4k|	rtecp_ops.compute_signature = rtecp_compute_signature;
  891|  16.4k|	rtecp_ops.change_reference_data = rtecp_change_reference_data;
  892|  16.4k|	rtecp_ops.reset_retry_counter = rtecp_reset_retry_counter;
  893|  16.4k|	rtecp_ops.create_file = rtecp_create_file;
  894|       |	/* delete_file */
  895|  16.4k|	rtecp_ops.list_files = rtecp_list_files;
  896|       |	/* check_sw */
  897|  16.4k|	rtecp_ops.card_ctl = rtecp_card_ctl;
  898|       |	/* process_fci */
  899|  16.4k|	rtecp_ops.construct_fci = rtecp_construct_fci;
  900|       |	rtecp_ops.pin_cmd = NULL;
  901|  16.4k|	return &rtecp_drv;
  902|  16.4k|}
card-rtecp.c:rtecp_match_card:
   73|  9.12k|{
   74|  9.12k|	int i = -1;
   75|  9.12k|	i = _sc_match_atr(card, rtecp_atrs, &card->type);
   76|  9.12k|	if (i >= 0) {
  ------------------
  |  Branch (76:6): [True: 52, False: 9.07k]
  ------------------
   77|     52|		card->name = rtecp_atrs[i].name;
   78|     52|		LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  164|     52|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     52|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     52|	int _ret = r; \
  |  |  |  |  155|     52|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 52]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     52|	} else { \
  |  |  |  |  159|     52|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     52|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     52|	} \
  |  |  |  |  162|     52|	return _ret; \
  |  |  |  |  163|     52|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   79|     52|	}
   80|  9.07k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  9.07k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.07k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.07k|	int _ret = r; \
  |  |  |  |  155|  9.07k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.07k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.07k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 9.07k]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.07k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.07k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  9.07k|	return _ret; \
  |  |  |  |  163|  9.07k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|  9.07k|}
card-rtecp.c:rtecp_init:
   84|     52|{
   85|     52|	sc_algorithm_info_t info;
   86|     52|	unsigned long flags;
   87|       |
   88|     52|	if (!card || !card->ctx)
  ------------------
  |  Branch (88:6): [True: 0, False: 52]
  |  Branch (88:15): [True: 0, False: 52]
  ------------------
   89|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   90|       |
   91|     52|	card->cla = 0;
   92|       |
   93|     52|	if (card->type == SC_CARD_TYPE_RUTOKEN_LITE
  ------------------
  |  Branch (93:6): [True: 1, False: 51]
  ------------------
   94|     51|			|| card->type == SC_CARD_TYPE_RUTOKEN_LITE_SC)
  ------------------
  |  Branch (94:7): [True: 1, False: 50]
  ------------------
   95|      2|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|      2|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      2|	int _ret = r; \
  |  |  155|      2|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 2]
  |  |  ------------------
  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      2|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      2|	return _ret; \
  |  |  163|      2|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   96|       |
   97|     50|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     50|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
   98|       |
   99|     50|	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |  102|     50|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |   93|     50|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  100|     50|		| SC_ALGORITHM_RSA_PAD_NONE | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  104|     50|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
              		| SC_ALGORITHM_RSA_PAD_NONE | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|     50|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  101|       |
  102|     50|	_sc_card_add_rsa_alg(card, 256, flags, 0);
  103|     50|	_sc_card_add_rsa_alg(card, 512, flags, 0);
  104|     50|	_sc_card_add_rsa_alg(card, 768, flags, 0);
  105|     50|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  106|     50|	_sc_card_add_rsa_alg(card, 1280, flags, 0);
  107|     50|	_sc_card_add_rsa_alg(card, 1536, flags, 0);
  108|     50|	_sc_card_add_rsa_alg(card, 1792, flags, 0);
  109|     50|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  110|     50|	_sc_card_add_rsa_alg(card, 4096, flags, 0);
  111|       |
  112|     50|	memset(&info, 0, sizeof(info));
  113|     50|	info.algorithm = SC_ALGORITHM_GOSTR3410;
  ------------------
  |  |   71|     50|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  114|     50|	info.key_length = 256;
  115|     50|	info.flags = SC_ALGORITHM_GOSTR3410_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |  156|     50|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  ------------------
              	info.flags = SC_ALGORITHM_GOSTR3410_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |   93|     50|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  116|     50|		| SC_ALGORITHM_GOSTR3410_HASH_NONE;
  ------------------
  |  |  157|     50|#define SC_ALGORITHM_GOSTR3410_HASH_NONE	SC_ALGORITHM_GOSTR3410_RAW /*XXX*/
  |  |  ------------------
  |  |  |  |  156|     50|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  |  |  ------------------
  ------------------
  117|     50|	_sc_card_add_algorithm(card, &info);
  118|       |
  119|     50|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|     50|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     50|	int _ret = r; \
  |  |  155|     50|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 50, False: 0]
  |  |  ------------------
  |  |  156|     50|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 50]
  |  |  ------------------
  |  |  157|     50|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     50|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     50|	return _ret; \
  |  |  163|     50|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  120|     50|}
card-rtecp.c:rtecp_select_file:
  285|    264|{
  286|    264|	sc_file_t *file = NULL;
  287|    264|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    264|#define SC_SUCCESS				0
  ------------------
  288|       |
  289|    264|	if (!card || !card->ctx || !in_path)
  ------------------
  |  Branch (289:6): [True: 0, False: 264]
  |  Branch (289:15): [True: 0, False: 264]
  |  Branch (289:29): [True: 0, False: 264]
  ------------------
  290|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  291|       |
  292|    264|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    264|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    264|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    264|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 264]
  |  |  ------------------
  ------------------
  293|       |
  294|    264|	switch (in_path->type)
  ------------------
  |  Branch (294:10): [True: 102, False: 162]
  ------------------
  295|    264|	{
  296|    102|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    102|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (296:2): [True: 102, False: 162]
  ------------------
  297|    102|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|    102|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (297:2): [True: 0, False: 264]
  ------------------
  298|    102|	case SC_PATH_TYPE_PARENT:
  ------------------
  |  |  123|    102|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (298:2): [True: 0, False: 264]
  ------------------
  299|    102|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  153|    102|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    102|	int _ret = r; \
  |  |  155|    102|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 102, False: 0]
  |  |  ------------------
  |  |  156|    102|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    102|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 102, False: 0]
  |  |  ------------------
  |  |  157|    102|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    102|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    102|	return _ret; \
  |  |  163|    102|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  300|    264|	}
  301|       |
  302|       |	// Card Rutoken ECP SC T0 doesn't support SELECT FILE without return a file info.
  303|       |	// So here we request a file and then assign/free it depending on file_out.
  304|    162|	r = iso_ops->select_file(card, in_path, &file);
  305|    162|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    162|#define SC_SUCCESS				0
  ------------------
  |  Branch (305:6): [True: 94, False: 68]
  ------------------
  306|     94|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|     94|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     94|	int _ret = r; \
  |  |  155|     94|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 94, False: 0]
  |  |  ------------------
  |  |  156|     94|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     94|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 94, False: 0]
  |  |  ------------------
  |  |  157|     94|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     94|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     94|	return _ret; \
  |  |  163|     94|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  307|       |
  308|     68|	if (file->sec_attr && file->sec_attr_len == SC_RTECP_SEC_ATTR_SIZE)
  ------------------
  |  |  780|     59|#define SC_RTECP_SEC_ATTR_SIZE 15
  ------------------
  |  Branch (308:6): [True: 59, False: 9]
  |  Branch (308:24): [True: 51, False: 8]
  ------------------
  309|     51|		set_acl_from_sec_attr(card, file);
  310|     17|	else
  311|     17|	{
  312|     17|		sc_file_free(file);
  313|     17|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  153|     17|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     17|	int _ret = r; \
  |  |  155|     17|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 17, False: 0]
  |  |  ------------------
  |  |  156|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 17, False: 0]
  |  |  ------------------
  |  |  157|     17|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     17|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     17|	return _ret; \
  |  |  163|     17|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  314|     17|	}
  315|       |
  316|     51|	if (file_out)
  ------------------
  |  Branch (316:6): [True: 38, False: 13]
  ------------------
  317|     38|		*file_out = file;
  318|     13|	else
  319|     13|		sc_file_free(file);
  320|       |
  321|     51|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|     51|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     51|	int _ret = r; \
  |  |  155|     51|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 51, False: 0]
  |  |  ------------------
  |  |  156|     51|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 51]
  |  |  ------------------
  |  |  157|     51|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     51|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     51|	return _ret; \
  |  |  163|     51|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  322|     51|}
card-rtecp.c:set_acl_from_sec_attr:
  167|     51|{
  168|     51|	unsigned int method;
  169|     51|	unsigned long key_ref;
  170|       |
  171|     51|	if (!card || !card->ctx || !file || !file->sec_attr
  ------------------
  |  Branch (171:6): [True: 0, False: 51]
  |  Branch (171:15): [True: 0, False: 51]
  |  Branch (171:29): [True: 0, False: 51]
  |  Branch (171:38): [True: 0, False: 51]
  ------------------
  172|     51|		|| file->sec_attr_len != SC_RTECP_SEC_ATTR_SIZE
  ------------------
  |  |  780|    102|#define SC_RTECP_SEC_ATTR_SIZE 15
  ------------------
  |  Branch (172:6): [True: 0, False: 51]
  ------------------
  173|      0|		|| 1 + 6 >= SC_RTECP_SEC_ATTR_SIZE)
  ------------------
  |  |  780|      0|#define SC_RTECP_SEC_ATTR_SIZE 15
  ------------------
  |  Branch (173:6): [Folded, False: 0]
  ------------------
  174|      0|	{
  175|      0|		return;
  176|      0|	}
  177|       |
  178|     51|	sc_file_add_acl_entry(file, SC_AC_OP_SELECT, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  166|     51|#define SC_AC_OP_SELECT			0
  ------------------
              	sc_file_add_acl_entry(file, SC_AC_OP_SELECT, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     51|#define SC_AC_NONE			0x00000000
  ------------------
              	sc_file_add_acl_entry(file, SC_AC_OP_SELECT, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     51|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  179|     51|	if (file->sec_attr[0] & 0x40) /* if AccessMode.6 */
  ------------------
  |  Branch (179:6): [True: 40, False: 11]
  ------------------
  180|     40|	{
  181|     40|		method = sec_attr_to_method(file->sec_attr[1 + 6]);
  182|     40|		key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 6]);
  183|     40|		sc_log(card->ctx,
  ------------------
  |  |   71|     40|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  184|     40|			"SC_AC_OP_DELETE %i %lu\n",
  185|     40|			(int)method, key_ref);
  186|     40|		sc_file_add_acl_entry(file, SC_AC_OP_DELETE, method, key_ref);
  ------------------
  |  |  168|     40|#define SC_AC_OP_DELETE			2
  ------------------
  187|     40|	}
  188|     51|	if (file->sec_attr[0] & 0x01) /* if AccessMode.0 */
  ------------------
  |  Branch (188:6): [True: 39, False: 12]
  ------------------
  189|     39|	{
  190|     39|		method = sec_attr_to_method(file->sec_attr[1 + 0]);
  191|     39|		key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 0]);
  192|     39|		sc_log(card->ctx,
  ------------------
  |  |   71|     78|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:110): [True: 6, False: 33]
  |  |  ------------------
  ------------------
  193|     39|			(file->type == SC_FILE_TYPE_DF) ?
  194|     39|				"SC_AC_OP_CREATE %i %lu\n"
  195|     39|				: "SC_AC_OP_READ %i %lu\n",
  196|     39|			(int)method, key_ref);
  197|     39|		sc_file_add_acl_entry(file, (file->type == SC_FILE_TYPE_DF) ?
  ------------------
  |  |  214|     39|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (197:31): [True: 6, False: 33]
  ------------------
  198|     33|				SC_AC_OP_CREATE : SC_AC_OP_READ, method, key_ref);
  ------------------
  |  |  169|      6|#define SC_AC_OP_CREATE			3
  ------------------
              				SC_AC_OP_CREATE : SC_AC_OP_READ, method, key_ref);
  ------------------
  |  |  188|     72|#define SC_AC_OP_READ			22
  ------------------
  199|     39|	}
  200|     51|	if (file->type == SC_FILE_TYPE_DF)
  ------------------
  |  |  214|     51|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (200:6): [True: 7, False: 44]
  ------------------
  201|      7|	{
  202|      7|		sc_file_add_acl_entry(file, SC_AC_OP_LIST_FILES,
  ------------------
  |  |  172|      7|#define SC_AC_OP_LIST_FILES		6
  ------------------
  203|      7|				SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|      7|#define SC_AC_NONE			0x00000000
  ------------------
              				SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|      7|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  204|      7|	}
  205|     44|	else
  206|     44|		if (file->sec_attr[0] & 0x02) /* if AccessMode.1 */
  ------------------
  |  Branch (206:7): [True: 32, False: 12]
  ------------------
  207|     32|		{
  208|     32|			method = sec_attr_to_method(file->sec_attr[1 + 1]);
  209|     32|			key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 1]);
  210|     32|			sc_log(card->ctx,
  ------------------
  |  |   71|     32|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  211|     32|				"SC_AC_OP_UPDATE %i %lu\n",
  212|     32|				(int)method, key_ref);
  213|     32|			sc_file_add_acl_entry(file, SC_AC_OP_UPDATE, method, key_ref);
  ------------------
  |  |  189|     32|#define SC_AC_OP_UPDATE			23
  ------------------
  214|     32|			sc_log(card->ctx,
  ------------------
  |  |   71|     32|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  215|     32|				"SC_AC_OP_WRITE %i %lu\n",
  216|     32|				(int)method, key_ref);
  217|     32|			sc_file_add_acl_entry(file, SC_AC_OP_WRITE, method, key_ref);
  ------------------
  |  |  190|     32|#define SC_AC_OP_WRITE			24
  ------------------
  218|     32|		}
  219|     51|}
card-rtecp.c:sec_attr_to_method:
  139|    111|{
  140|    111|	if (attr == 0xFF)
  ------------------
  |  Branch (140:6): [True: 16, False: 95]
  ------------------
  141|     16|		return SC_AC_NEVER;
  ------------------
  |  |  163|     16|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  142|     95|	else if (attr == 0)
  ------------------
  |  Branch (142:11): [True: 20, False: 75]
  ------------------
  143|     20|		return SC_AC_NONE;
  ------------------
  |  |  150|     20|#define SC_AC_NONE			0x00000000
  ------------------
  144|     75|	else if (attr & 0x03)
  ------------------
  |  Branch (144:11): [True: 58, False: 17]
  ------------------
  145|     58|		return SC_AC_CHV;
  ------------------
  |  |  151|     58|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  146|     17|	else
  147|     17|		return SC_AC_UNKNOWN;
  ------------------
  |  |  162|     17|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  148|    111|}
card-rtecp.c:sec_attr_to_key_ref:
  151|    111|{
  152|    111|	if (attr == 1 || attr == 2)
  ------------------
  |  Branch (152:6): [True: 21, False: 90]
  |  Branch (152:19): [True: 21, False: 69]
  ------------------
  153|     42|		return attr;
  154|     69|	return 0;
  155|    111|}

sc_get_rutoken_driver:
 1320|  16.4k|{
 1321|  16.4k|	return get_rutoken_driver();
 1322|  16.4k|}
card-rutoken.c:get_rutoken_driver:
 1281|  16.4k|{
 1282|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1282:6): [True: 1, False: 16.4k]
  ------------------
 1283|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1284|  16.4k|	rutoken_ops = *iso_ops;
 1285|       |
 1286|  16.4k|	rutoken_ops.match_card = rutoken_match_card;
 1287|  16.4k|	rutoken_ops.init = rutoken_init;
 1288|  16.4k|	rutoken_ops.finish = rutoken_finish;
 1289|       |	/* read_binary */
 1290|  16.4k|	rutoken_ops.write_binary = NULL;
 1291|       |	/* update_binary */
 1292|  16.4k|	rutoken_ops.read_record = NULL;
 1293|  16.4k|	rutoken_ops.write_record = NULL;
 1294|  16.4k|	rutoken_ops.append_record = NULL;
 1295|  16.4k|	rutoken_ops.update_record = NULL;
 1296|  16.4k|	rutoken_ops.select_file = rutoken_select_file;
 1297|  16.4k|	rutoken_ops.get_response = NULL;
 1298|  16.4k|	rutoken_ops.get_challenge = rutoken_get_challenge;
 1299|  16.4k|	rutoken_ops.verify = rutoken_verify;
 1300|  16.4k|	rutoken_ops.logout = rutoken_logout;
 1301|  16.4k|	rutoken_ops.restore_security_env = rutoken_restore_security_env;
 1302|  16.4k|	rutoken_ops.set_security_env = rutoken_set_security_env;
 1303|  16.4k|	rutoken_ops.decipher = NULL;
 1304|  16.4k|	rutoken_ops.compute_signature = rutoken_compute_signature;
 1305|  16.4k|	rutoken_ops.change_reference_data = rutoken_change_reference_data;
 1306|  16.4k|	rutoken_ops.reset_retry_counter = rutoken_reset_retry_counter;
 1307|  16.4k|	rutoken_ops.create_file = rutoken_create_file;
 1308|  16.4k|	rutoken_ops.delete_file = rutoken_delete_file;
 1309|  16.4k|	rutoken_ops.list_files = rutoken_list_files;
 1310|  16.4k|	rutoken_ops.check_sw = rutoken_check_sw;
 1311|  16.4k|	rutoken_ops.card_ctl = rutoken_card_ctl;
 1312|  16.4k|	rutoken_ops.process_fci = rutoken_process_fci;
 1313|  16.4k|	rutoken_ops.construct_fci = rutoken_construct_fci;
 1314|  16.4k|	rutoken_ops.pin_cmd = NULL;
 1315|       |
 1316|  16.4k|	return &rutoken_drv;
 1317|  16.4k|}
card-rutoken.c:rutoken_match_card:
  103|  9.23k|{
  104|  9.23k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  9.23k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  9.23k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  9.23k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 9.23k]
  |  |  ------------------
  ------------------
  105|  9.23k|	if (_sc_match_atr(card, rutoken_atrs, &card->type) >= 0)
  ------------------
  |  Branch (105:6): [True: 103, False: 9.12k]
  ------------------
  106|    103|	{
  107|    103|		sc_log(card->ctx,  "ATR recognized as Rutoken\n");
  ------------------
  |  |   71|    103|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  108|    103|		LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  164|    103|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    103|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    103|	int _ret = r; \
  |  |  |  |  155|    103|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 103]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    103|	} else { \
  |  |  |  |  159|    103|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    103|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    103|	} \
  |  |  |  |  162|    103|	return _ret; \
  |  |  |  |  163|    103|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  109|    103|	}
  110|  9.12k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  9.12k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.12k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.12k|	int _ret = r; \
  |  |  |  |  155|  9.12k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.12k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.12k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 9.12k]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.12k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.12k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  9.12k|	return _ret; \
  |  |  |  |  163|  9.12k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|  9.12k|}
card-rutoken.c:rutoken_init:
  127|    103|{
  128|    103|	int ret;
  129|       |
  130|    103|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    103|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    103|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    103|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 103]
  |  |  ------------------
  ------------------
  131|       |	/* &rutoken_atrs[1] : { uaToken S ATR, NULL ATR } */
  132|    103|	if (_sc_match_atr(card, &rutoken_atrs[1], &card->type) >= 0)
  ------------------
  |  Branch (132:6): [True: 102, False: 1]
  ------------------
  133|    102|		ret = token_init(card, "uaToken S card");
  134|      1|	else
  135|      1|		ret = token_init(card, "Rutoken S card");
  136|       |
  137|    103|	if (ret != SC_SUCCESS) {
  ------------------
  |  |   28|    103|#define SC_SUCCESS				0
  ------------------
  |  Branch (137:6): [True: 0, False: 103]
  ------------------
  138|      0|		ret = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  139|      0|	}
  140|    103|	LOG_FUNC_RETURN(card->ctx, ret);
  ------------------
  |  |  164|    103|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    103|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    103|	int _ret = r; \
  |  |  |  |  155|    103|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 103, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    103|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 103]
  |  |  |  |  ------------------
  |  |  |  |  157|    103|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    103|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    103|	return _ret; \
  |  |  |  |  163|    103|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|    103|}
card-rutoken.c:token_init:
  114|    103|{
  115|    103|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    103|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    103|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    103|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    103|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 103]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|       |
  117|    103|	card->name = card_name;
  118|    103|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    103|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  119|    103|	card->drv_data = calloc(1, sizeof(auth_senv_t));
  120|    103|	if (card->drv_data == NULL)
  ------------------
  |  Branch (120:6): [True: 0, False: 103]
  ------------------
  121|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  122|       |
  123|    103|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|    103|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    103|	int _ret = r; \
  |  |  155|    103|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 103, False: 0]
  |  |  ------------------
  |  |  156|    103|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 103]
  |  |  ------------------
  |  |  157|    103|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    103|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    103|	return _ret; \
  |  |  163|    103|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  124|    103|}
card-rutoken.c:rutoken_finish:
   94|    103|{
   95|    103|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    103|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    103|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    103|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 103]
  |  |  ------------------
  ------------------
   96|    103|	if (!card->drv_data)
  ------------------
  |  Branch (96:6): [True: 0, False: 103]
  ------------------
   97|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   98|    103|	free(card->drv_data);
   99|    103|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    103|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    103|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    103|	int _ret = r; \
  |  |  |  |  155|    103|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 103, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    103|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 103]
  |  |  |  |  ------------------
  |  |  |  |  157|    103|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    103|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    103|	return _ret; \
  |  |  |  |  163|    103|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  100|    103|}
card-rutoken.c:rutoken_select_file:
  363|    501|{
  364|    501|	sc_apdu_t apdu;
  365|    501|	u8 buf[SC_MAX_APDU_BUFFER_SIZE], pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  366|    501|	sc_file_t *file = NULL;
  367|    501|	size_t pathlen;
  368|    501|	int ret;
  369|       |
  370|    501|	if (!card || !card->ctx)
  ------------------
  |  Branch (370:6): [True: 0, False: 501]
  |  Branch (370:15): [True: 0, False: 501]
  ------------------
  371|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  372|    501|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    501|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    501|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    501|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 501]
  |  |  ------------------
  ------------------
  373|       |
  374|    501|	if (in_path == NULL || sizeof(pathbuf) < in_path->len)
  ------------------
  |  Branch (374:6): [True: 0, False: 501]
  |  Branch (374:25): [True: 0, False: 501]
  ------------------
  375|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  376|    501|	memcpy(path, in_path->value, in_path->len);
  377|    501|	pathlen = in_path->len;
  378|       |
  379|       |	/* p2 = 0; first record, return FCP */
  380|    501|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  294|    501|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  381|    501|	switch (in_path->type)
  382|    501|	{
  383|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (383:2): [True: 0, False: 501]
  ------------------
  384|      0|		if (pathlen != 2)
  ------------------
  |  Branch (384:7): [True: 0, False: 0]
  ------------------
  385|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  386|      0|		break;
  387|    296|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|    296|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (387:2): [True: 296, False: 205]
  ------------------
  388|    296|		if (pathlen >= 2 && memcmp(path, "\x3F\x00", 2) == 0)
  ------------------
  |  Branch (388:7): [True: 296, False: 0]
  |  Branch (388:23): [True: 279, False: 17]
  ------------------
  389|    279|		{
  390|    279|			if (pathlen == 2)
  ------------------
  |  Branch (390:8): [True: 1, False: 278]
  ------------------
  391|      1|				break; /* only 3F00 supplied */
  392|    278|			path += 2;
  393|    278|			pathlen -= 2;
  394|    278|		}
  395|    295|		apdu.p1 = 0x08;
  396|    295|		break;
  397|    205|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    205|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (397:2): [True: 205, False: 296]
  ------------------
  398|    205|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|    205|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (398:2): [True: 0, False: 501]
  ------------------
  399|    205|	case SC_PATH_TYPE_PARENT:
  ------------------
  |  |  123|    205|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (399:2): [True: 0, False: 501]
  ------------------
  400|    205|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    205|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    205|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    205|	int _ret = r; \
  |  |  |  |  155|    205|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 205, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    205|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    205|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 205, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    205|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    205|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    205|	return _ret; \
  |  |  |  |  163|    205|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  401|      0|	default:
  ------------------
  |  Branch (401:2): [True: 0, False: 501]
  ------------------
  402|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  403|    501|	}
  404|    296|	swap_pair(path, pathlen);
  405|    296|	apdu.lc = pathlen;
  406|    296|	apdu.data = path;
  407|    296|	apdu.datalen = pathlen;
  408|       |
  409|    296|	apdu.resp = buf;
  410|    296|	apdu.resplen = sizeof(buf);
  411|    296|	apdu.le = 256;
  412|       |
  413|    296|	ret = sc_transmit_apdu(card, &apdu);
  414|    296|	LOG_TEST_RET(card->ctx, ret, "APDU transmit failed");
  ------------------
  |  |  174|    296|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    296|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    296|	int _ret = (r); \
  |  |  |  |  168|    296|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 17, False: 279]
  |  |  |  |  ------------------
  |  |  |  |  169|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     17|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     17|		return _ret; \
  |  |  |  |  172|     17|	} \
  |  |  |  |  173|    296|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 279]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  415|    279|	if (file_out == NULL)
  ------------------
  |  Branch (415:6): [True: 94, False: 185]
  ------------------
  416|     94|	{
  417|     94|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (417:7): [True: 0, False: 94]
  ------------------
  418|      0|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 0);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  419|     94|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     94|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     94|	int _ret = r; \
  |  |  155|     94|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 94, False: 0]
  |  |  ------------------
  |  |  156|     94|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     85|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 85, False: 9]
  |  |  ------------------
  |  |  157|     94|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     94|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     94|	return _ret; \
  |  |  163|     94|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  420|     94|	}
  421|    185|	ret = sc_check_sw(card, apdu.sw1, apdu.sw2);
  422|    185|	LOG_TEST_RET(card->ctx, ret, "");
  ------------------
  |  |  174|    185|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    185|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    185|	int _ret = (r); \
  |  |  |  |  168|    185|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 91, False: 94]
  |  |  |  |  ------------------
  |  |  |  |  169|     91|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     91|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     91|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     91|		return _ret; \
  |  |  |  |  172|     91|	} \
  |  |  |  |  173|    185|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 94]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  423|       |
  424|     94|	if (apdu.resplen > 0 && apdu.resp[0] != 0x62) /* Tag 0x62 - FCP */
  ------------------
  |  Branch (424:6): [True: 90, False: 4]
  |  Branch (424:26): [True: 13, False: 77]
  ------------------
  425|     94|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     13|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     13|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     13|	int _ret = r; \
  |  |  |  |  155|     13|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     13|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     13|	return _ret; \
  |  |  |  |  163|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|       |
  427|     81|	file = sc_file_new();
  428|     81|	if (file == NULL)
  ------------------
  |  Branch (428:6): [True: 0, False: 81]
  ------------------
  429|     81|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|     81|	file->path = *in_path;
  431|     81|	if (card->ops->process_fci == NULL)
  ------------------
  |  Branch (431:6): [True: 0, False: 81]
  ------------------
  432|      0|	{
  433|      0|		sc_file_free(file);
  434|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  435|      0|	}
  436|     81|	if (apdu.resplen > 1  &&  apdu.resplen >= (size_t)apdu.resp[1] + 2)
  ------------------
  |  Branch (436:6): [True: 74, False: 7]
  |  Branch (436:28): [True: 69, False: 5]
  ------------------
  437|     69|	{
  438|     69|		ret = card->ops->process_fci(card, file, apdu.resp+2, apdu.resp[1]);
  439|     69|	}
  440|     81|	if (file->sec_attr && file->sec_attr_len == sizeof(sc_SecAttrV2_t))
  ------------------
  |  Branch (440:6): [True: 54, False: 27]
  |  Branch (440:24): [True: 50, False: 4]
  ------------------
  441|     50|		set_acl_from_sec_attr(card, file);
  442|     31|	else
  443|     31|		ret = SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     31|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  444|     81|	if (ret != SC_SUCCESS)
  ------------------
  |  |   28|     81|#define SC_SUCCESS				0
  ------------------
  |  Branch (444:6): [True: 31, False: 50]
  ------------------
  445|     31|		sc_file_free(file);
  446|     50|	else
  447|     50|	{
  448|     50|		*file_out = file;
  449|     50|	}
  450|     81|	LOG_FUNC_RETURN(card->ctx, ret);
  ------------------
  |  |  164|     81|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     81|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     81|	int _ret = r; \
  |  |  |  |  155|     81|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 81, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     81|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 31, False: 50]
  |  |  |  |  ------------------
  |  |  |  |  157|     81|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     81|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     81|	return _ret; \
  |  |  |  |  163|     81|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  451|     81|}
card-rutoken.c:swap_pair:
  216|    296|{
  217|    296|	size_t i;
  218|    296|	u8 tmp;
  219|       |
  220|    608|	for (i = 0; i + 1 < len; i += 2)
  ------------------
  |  Branch (220:14): [True: 312, False: 296]
  ------------------
  221|    312|	{
  222|    312|		tmp = buf[i];
  223|    312|		buf[i] = buf[i + 1];
  224|    312|		buf[i + 1] = tmp;
  225|    312|	}
  226|    296|}
card-rutoken.c:set_acl_from_sec_attr:
  311|     50|{
  312|     50|	if (file->sec_attr  &&  file->sec_attr_len == sizeof(sc_SecAttrV2_t))
  ------------------
  |  Branch (312:6): [True: 50, False: 0]
  |  Branch (312:26): [True: 50, False: 0]
  ------------------
  313|     50|	{
  314|     50|		sc_file_add_acl_entry(file, SC_AC_OP_SELECT,
  ------------------
  |  |  166|     50|#define SC_AC_OP_SELECT			0
  ------------------
  315|     50|				SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     50|#define SC_AC_NONE			0x00000000
  ------------------
              				SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     50|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  316|     50|		if (file->sec_attr[0] & 0x40) /* if AccessMode.6 */
  ------------------
  |  Branch (316:7): [True: 15, False: 35]
  ------------------
  317|     15|		{
  318|     15|			sc_log(card->ctx,  "SC_AC_OP_DELETE %i %i",
  ------------------
  |  |   71|     15|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  319|     15|					(int)(*(int8_t*)&file->sec_attr[1 +6]),
  320|     15|					file->sec_attr[1+7 +6*4]);
  321|     15|			sc_file_add_acl_entry(file, SC_AC_OP_DELETE,
  ------------------
  |  |  168|     15|#define SC_AC_OP_DELETE			2
  ------------------
  322|     15|					(int)(*(int8_t*)&file->sec_attr[1 +6]),
  323|     15|					file->sec_attr[1+7 +6*4]);
  324|     15|		}
  325|     50|		if (file->sec_attr[0] & 0x01) /* if AccessMode.0 */
  ------------------
  |  Branch (325:7): [True: 19, False: 31]
  ------------------
  326|     19|		{
  327|     19|			sc_log(card->ctx,  (file->type == SC_FILE_TYPE_DF) ?
  ------------------
  |  |   71|     38|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:110): [True: 3, False: 16]
  |  |  ------------------
  ------------------
  328|     19|					"SC_AC_OP_CREATE %i %i" : "SC_AC_OP_READ %i %i",
  329|     19|					(int)(*(int8_t*)&file->sec_attr[1 +0]),
  330|     19|					file->sec_attr[1+7 +0*4]);
  331|     19|			sc_file_add_acl_entry(file,
  332|     19|					(file->type == SC_FILE_TYPE_DF) ?
  ------------------
  |  |  214|     19|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (332:6): [True: 3, False: 16]
  ------------------
  333|     16|					SC_AC_OP_CREATE : SC_AC_OP_READ,
  ------------------
  |  |  169|      3|#define SC_AC_OP_CREATE			3
  ------------------
              					SC_AC_OP_CREATE : SC_AC_OP_READ,
  ------------------
  |  |  188|     35|#define SC_AC_OP_READ			22
  ------------------
  334|     19|					(int)(*(int8_t*)&file->sec_attr[1 +0]),
  335|     19|					file->sec_attr[1+7 +0*4]);
  336|     19|		}
  337|     50|		if (file->type == SC_FILE_TYPE_DF)
  ------------------
  |  |  214|     50|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (337:7): [True: 3, False: 47]
  ------------------
  338|      3|		{
  339|      3|			sc_file_add_acl_entry(file, SC_AC_OP_LIST_FILES,
  ------------------
  |  |  172|      3|#define SC_AC_OP_LIST_FILES		6
  ------------------
  340|      3|					SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|      3|#define SC_AC_NONE			0x00000000
  ------------------
              					SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|      3|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  341|      3|		}
  342|     47|		else
  343|     47|			if (file->sec_attr[0] & 0x02) /* if AccessMode.1 */
  ------------------
  |  Branch (343:8): [True: 32, False: 15]
  ------------------
  344|     32|			{
  345|     32|				sc_log(card->ctx,  "SC_AC_OP_UPDATE %i %i",
  ------------------
  |  |   71|     32|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  346|     32|						(int)(*(int8_t*)&file->sec_attr[1 +1]),
  347|     32|						file->sec_attr[1+7 +1*4]);
  348|     32|				sc_file_add_acl_entry(file, SC_AC_OP_UPDATE,
  ------------------
  |  |  189|     32|#define SC_AC_OP_UPDATE			23
  ------------------
  349|     32|						(int)(*(int8_t*)&file->sec_attr[1 +1]),
  350|     32|						file->sec_attr[1+7 +1*4]);
  351|     32|				sc_log(card->ctx,  "SC_AC_OP_WRITE %i %i",
  ------------------
  |  |   71|     32|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  352|     32|						(int)(*(int8_t*)&file->sec_attr[1 +1]),
  353|     32|						file->sec_attr[1+7 +1*4]);
  354|     32|				sc_file_add_acl_entry(file, SC_AC_OP_WRITE,
  ------------------
  |  |  190|     32|#define SC_AC_OP_WRITE			24
  ------------------
  355|     32|						(int)(*(int8_t*)&file->sec_attr[1 +1]),
  356|     32|						file->sec_attr[1+7 +1*4]);
  357|     32|			}
  358|     50|	}
  359|     50|}
card-rutoken.c:rutoken_check_sw:
  200|    549|{
  201|    549|	size_t i;
  202|       |
  203|  20.6k|	for (i = 0; i < sizeof(rutoken_errors)/sizeof(rutoken_errors[0]); ++i) {
  ------------------
  |  Branch (203:14): [True: 20.6k, False: 14]
  ------------------
  204|  20.6k|		if (rutoken_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (204:7): [True: 535, False: 20.0k]
  ------------------
  205|    535|			if ( rutoken_errors[i].errorstr )
  ------------------
  |  Branch (205:9): [True: 192, False: 343]
  ------------------
  206|    192|				sc_log(card->ctx,  "%s\n", rutoken_errors[i].errorstr);
  ------------------
  |  |   71|    192|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  207|    535|			sc_log(card->ctx,  "sw1 = %x, sw2 = %x", sw1, sw2);
  ------------------
  |  |   71|    535|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  208|    535|			return rutoken_errors[i].errorno;
  209|    535|		}
  210|  20.6k|	}
  211|     14|	sc_log(card->ctx,  "Unknown SWs; SW1=%02X, SW2=%02X\n", sw1, sw2);
  ------------------
  |  |   71|     14|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  212|     14|	return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|     14|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  213|    549|}
card-rutoken.c:rutoken_process_fci:
  455|     69|{
  456|     69|	size_t taglen;
  457|     69|	int ret;
  458|     69|	const unsigned char *tag;
  459|       |
  460|     69|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     69|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     69|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     69|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 69]
  |  |  ------------------
  ------------------
  461|     69|	ret = iso_ops->process_fci(card, file, buf, buflen);
  462|     69|	if (ret == SC_SUCCESS)
  ------------------
  |  |   28|     69|#define SC_SUCCESS				0
  ------------------
  |  Branch (462:6): [True: 69, False: 0]
  ------------------
  463|     69|	{
  464|       |		/* Rutoken S returns buffers in little-endian. */
  465|       |		/* Set correct file id. */
  466|     69|		file->id = ((file->id & 0xFF) << 8) | ((file->id >> 8) & 0xFF);
  467|     69|		sc_log(card->ctx,  "  file identifier: 0x%04X", file->id);
  ------------------
  |  |   71|     69|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  468|       |		/* Determine file size. */
  469|     69|		tag = sc_asn1_find_tag(card->ctx, buf, buflen, 0x80, &taglen);
  470|       |		/* Rutoken S always returns 2 bytes. */
  471|     69|		if (tag != NULL && taglen == 2)
  ------------------
  |  Branch (471:7): [True: 4, False: 65]
  |  Branch (471:22): [True: 1, False: 3]
  ------------------
  472|      1|		{
  473|      1|			file->size = (tag[1] << 8) | tag[0];
  474|      1|			sc_log(card->ctx, "  bytes in file: %zu", file->size);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  475|      1|		}
  476|     69|	}
  477|     69|	LOG_FUNC_RETURN(card->ctx, ret);
  ------------------
  |  |  164|     69|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     69|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     69|	int _ret = r; \
  |  |  |  |  155|     69|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 69, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     69|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  157|     69|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     69|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     69|	return _ret; \
  |  |  |  |  163|     69|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|     69|}

sc_get_sc_hsm_driver:
 1978|  16.4k|{
 1979|  16.4k|	return sc_get_driver();
 1980|  16.4k|}
card-sc-hsm.c:sc_get_driver:
 1942|  16.4k|{
 1943|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1944|       |
 1945|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1945:6): [True: 1, False: 16.4k]
  ------------------
 1946|      1|		iso_ops = iso_drv->ops;
 1947|       |
 1948|  16.4k|	sc_hsm_ops                   = *iso_drv->ops;
 1949|  16.4k|	sc_hsm_ops.match_card        = sc_hsm_match_card;
 1950|  16.4k|	sc_hsm_ops.select_file       = sc_hsm_select_file;
 1951|  16.4k|	sc_hsm_ops.get_challenge     = sc_hsm_get_challenge;
 1952|  16.4k|	sc_hsm_ops.read_binary       = sc_hsm_read_binary;
 1953|  16.4k|	sc_hsm_ops.update_binary     = sc_hsm_update_binary;
 1954|  16.4k|	sc_hsm_ops.list_files        = sc_hsm_list_files;
 1955|  16.4k|	sc_hsm_ops.create_file       = sc_hsm_create_file;
 1956|  16.4k|	sc_hsm_ops.delete_file       = sc_hsm_delete_file;
 1957|  16.4k|	sc_hsm_ops.set_security_env  = sc_hsm_set_security_env;
 1958|  16.4k|	sc_hsm_ops.compute_signature = sc_hsm_compute_signature;
 1959|  16.4k|	sc_hsm_ops.decipher          = sc_hsm_decipher;
 1960|  16.4k|	sc_hsm_ops.init              = sc_hsm_init;
 1961|  16.4k|	sc_hsm_ops.finish            = sc_hsm_finish;
 1962|  16.4k|	sc_hsm_ops.card_ctl          = sc_hsm_card_ctl;
 1963|  16.4k|	sc_hsm_ops.pin_cmd           = sc_hsm_pin_cmd;
 1964|  16.4k|	sc_hsm_ops.logout            = sc_hsm_logout;
 1965|       |
 1966|       |	/* no record oriented file services */
 1967|  16.4k|	sc_hsm_ops.read_record       = NULL;
 1968|  16.4k|	sc_hsm_ops.write_record      = NULL;
 1969|  16.4k|	sc_hsm_ops.append_record     = NULL;
 1970|  16.4k|	sc_hsm_ops.update_record     = NULL;
 1971|       |
 1972|  16.4k|	return &sc_hsm_drv;
 1973|  16.4k|}
card-sc-hsm.c:sc_hsm_match_card:
  267|  6.18k|{
  268|  6.18k|	sc_path_t path;
  269|  6.18k|	int i, r, type = 0;
  270|  6.18k|	sc_file_t *file = NULL;
  271|       |
  272|  6.18k|	i = _sc_match_atr(card, sc_hsm_atrs, &type);
  273|  6.18k|	if (i >= 0 && type != SC_CARD_TYPE_SC_HSM_SOC) {
  ------------------
  |  Branch (273:6): [True: 249, False: 5.93k]
  |  Branch (273:16): [True: 248, False: 1]
  ------------------
  274|    248|		card->type = type;
  275|    248|		return 1;
  276|    248|	}
  277|       |
  278|  5.93k|	sc_path_set(&path, SC_PATH_TYPE_DF_NAME, sc_hsm_aid.value, sc_hsm_aid.len, 0, 0);
  ------------------
  |  |  118|  5.93k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  279|  5.93k|	r = sc_hsm_select_file(card, &path, &file);
  280|  5.93k|	LOG_TEST_RET(card->ctx, r, "Could not select SmartCard-HSM application");
  ------------------
  |  |  174|  5.93k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  5.93k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  5.93k|	int _ret = (r); \
  |  |  |  |  168|  5.93k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5.59k, False: 334]
  |  |  |  |  ------------------
  |  |  |  |  169|  5.59k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  5.59k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  5.59k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  5.59k|		return _ret; \
  |  |  |  |  172|  5.59k|	} \
  |  |  |  |  173|  5.93k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 334]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  281|       |
  282|       |	// Validate that card returns a FCP with a proprietary tag 85 with value longer than 2 byte (Fixes #1377)
  283|    334|	if (file != NULL) {
  ------------------
  |  Branch (283:6): [True: 334, False: 0]
  ------------------
  284|    334|		size_t sz = file->prop_attr_len;
  285|    334|		sc_file_free(file);
  286|    334|		if (sz < 2) {
  ------------------
  |  Branch (286:7): [True: 331, False: 3]
  ------------------
  287|    331|			return 0;
  288|    331|		}
  289|    334|	}
  290|       |
  291|      3|	if (type == SC_CARD_TYPE_SC_HSM_SOC) {
  ------------------
  |  Branch (291:6): [True: 0, False: 3]
  ------------------
  292|      0|		card->type = SC_CARD_TYPE_SC_HSM_SOC;
  293|      3|	} else {
  294|      3|		card->type = SC_CARD_TYPE_SC_HSM;
  295|      3|	}
  296|       |
  297|      3|	return 1;
  298|    334|}
card-sc-hsm.c:sc_hsm_select_file:
  247|  8.04k|{
  248|  8.04k|	return sc_hsm_select_file_ex(card, in_path, 0, file_out);
  249|  8.04k|}
card-sc-hsm.c:sc_hsm_select_file_ex:
  149|  9.49k|{
  150|  9.49k|	int rv;
  151|  9.49k|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
  152|  9.49k|	sc_file_t *file = NULL;
  153|  9.49k|	sc_path_t cpath;
  154|  9.49k|	size_t card_max_recv_size = card->max_recv_size;
  155|  9.49k|	size_t reader_max_recv_size = card->reader->max_recv_size;
  156|       |
  157|  9.49k|	if (file_out == NULL) {				// Versions before 0.16 of the SmartCard-HSM do not support P2='0C'
  ------------------
  |  Branch (157:6): [True: 1.20k, False: 8.29k]
  ------------------
  158|  1.20k|		rv = sc_hsm_select_file_ex(card, in_path, forceselect, &file);
  159|  1.20k|		sc_file_free(file);
  160|  1.20k|		return rv;
  161|  1.20k|	}
  162|       |
  163|  8.29k|	if ((in_path->type == SC_PATH_TYPE_FILE_ID) && in_path->aid.len) {
  ------------------
  |  |  117|  8.29k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (163:6): [True: 93, False: 8.20k]
  |  Branch (163:49): [True: 0, False: 93]
  ------------------
  164|       |		// Split applet selection and file selection into two separate calls
  165|      0|		cpath = *in_path;
  166|      0|		cpath.len = 0;
  167|      0|		cpath.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|      0|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  168|      0|		rv = sc_hsm_select_file_ex(card, &cpath, forceselect, NULL);
  169|      0|		LOG_TEST_RET(card->ctx, rv, "Could not select SmartCard-HSM application");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  170|       |
  171|      0|		if (in_path->len) {
  ------------------
  |  Branch (171:7): [True: 0, False: 0]
  ------------------
  172|      0|			cpath = *in_path;
  173|      0|			cpath.aid.len = 0;
  174|      0|			rv = sc_hsm_select_file_ex(card, &cpath, forceselect, file_out);
  175|      0|		}
  176|      0|		return rv;
  177|      0|	}
  178|       |
  179|       |	// Prevent selection of applet unless this is the first time, selection is forced or the device is not authenticated
  180|  8.29k|	if (in_path->type == SC_PATH_TYPE_DF_NAME
  ------------------
  |  |  118|  16.5k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (180:6): [True: 7.00k, False: 1.29k]
  ------------------
  181|  1.29k|			|| (in_path->type == SC_PATH_TYPE_PATH
  ------------------
  |  |  119|  2.59k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (181:8): [True: 1.20k, False: 93]
  ------------------
  182|  1.20k|				&& in_path->len == sc_hsm_aid.len
  ------------------
  |  Branch (182:8): [True: 0, False: 1.20k]
  ------------------
  183|      0|				&& !memcmp(in_path->value, sc_hsm_aid.value, sc_hsm_aid.len))
  ------------------
  |  Branch (183:8): [True: 0, False: 0]
  ------------------
  184|  1.29k|			|| (in_path->type == SC_PATH_TYPE_PATH
  ------------------
  |  |  119|  2.59k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (184:8): [True: 1.20k, False: 93]
  ------------------
  185|  1.20k|				&& in_path->len == 0
  ------------------
  |  Branch (185:8): [True: 0, False: 1.20k]
  ------------------
  186|      0|				&& in_path->aid.len == sc_hsm_aid.len
  ------------------
  |  Branch (186:8): [True: 0, False: 0]
  ------------------
  187|  7.00k|				&& !memcmp(in_path->aid.value, sc_hsm_aid.value, sc_hsm_aid.len))) {
  ------------------
  |  Branch (187:8): [True: 0, False: 0]
  ------------------
  188|  7.00k|		if (!priv || (priv->dffcp == NULL) || forceselect) {
  ------------------
  |  Branch (188:7): [True: 5.93k, False: 1.07k]
  |  Branch (188:16): [True: 810, False: 260]
  |  Branch (188:41): [True: 0, False: 260]
  ------------------
  189|       |			/* Force use of Le = 0x00 in iso7816_select_file as required by SC-HSM */
  190|  6.74k|			card->max_recv_size = card->reader->max_recv_size = SC_READER_SHORT_APDU_MAX_RECV_SIZE;
  ------------------
  |  |  384|  6.74k|#define SC_READER_SHORT_APDU_MAX_RECV_SIZE 256
  ------------------
  191|  6.74k|			rv = (*iso_ops->select_file)(card, in_path, file_out);
  192|  6.74k|			card->max_recv_size = card_max_recv_size;
  193|  6.74k|			card->reader->max_recv_size = reader_max_recv_size;
  194|  6.74k|			LOG_TEST_RET(card->ctx, rv, "Could not select SmartCard-HSM application");
  ------------------
  |  |  174|  6.74k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  6.74k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  6.74k|	int _ret = (r); \
  |  |  |  |  168|  6.74k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6.19k, False: 551]
  |  |  |  |  ------------------
  |  |  |  |  169|  6.19k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  6.19k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  6.19k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  6.19k|		return _ret; \
  |  |  |  |  172|  6.19k|	} \
  |  |  |  |  173|  6.74k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 551]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|       |
  196|    551|			if (priv) {
  ------------------
  |  Branch (196:8): [True: 217, False: 334]
  ------------------
  197|    217|				sc_file_free(priv->dffcp);
  198|       |				// Cache the FCP returned when selecting the applet
  199|    217|				sc_file_dup(&priv->dffcp, *file_out);
  200|    217|			}
  201|    551|		} else {
  202|    260|			sc_file_dup(file_out, priv->dffcp);
  203|    260|			rv = SC_SUCCESS;
  ------------------
  |  |   28|    260|#define SC_SUCCESS				0
  ------------------
  204|    260|		}
  205|    811|		return rv;
  206|  7.00k|	}
  207|       |
  208|  1.29k|	if ((in_path->len >= 2) && (in_path->value[0] == 0x3F) && (in_path->value[1] == 0x00)) {
  ------------------
  |  Branch (208:6): [True: 1.29k, False: 0]
  |  Branch (208:29): [True: 742, False: 553]
  |  Branch (208:60): [True: 741, False: 1]
  ------------------
  209|       |		// The SmartCard-HSM is an applet that is not default selected. Simulate selection of the MF
  210|    741|		if (in_path->len == 2) {
  ------------------
  |  Branch (210:7): [True: 1, False: 740]
  ------------------
  211|      1|			file = sc_file_new();
  212|      1|			if (file == NULL)
  ------------------
  |  Branch (212:8): [True: 0, False: 1]
  ------------------
  213|      1|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|      1|			file->path = *in_path;
  215|      1|			file->id = 0x3F00;
  216|      1|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      1|#define SC_FILE_TYPE_DF			0x04
  ------------------
  217|      1|			file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|      1|#define SC_FILE_MAGIC			0x14426950
  ------------------
  218|       |
  219|      1|			*file_out = file;
  220|      1|			return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  221|    740|		} else {
  222|       |			/* Force use of Le = 0x00 in iso7816_select_file as required by SC-HSM */
  223|    740|			card->max_recv_size = card->reader->max_recv_size = SC_READER_SHORT_APDU_MAX_RECV_SIZE;
  ------------------
  |  |  384|    740|#define SC_READER_SHORT_APDU_MAX_RECV_SIZE 256
  ------------------
  224|    740|			sc_path_t truncated;
  225|    740|			memcpy(&truncated, in_path, sizeof truncated);
  226|    740|			truncated.len = in_path->len - 2;
  227|    740|			memcpy(truncated.value, in_path->value+2, truncated.len);
  228|    740|			rv = (*iso_ops->select_file)(card, &truncated, file_out);
  229|    740|			card->max_recv_size = card_max_recv_size;
  230|    740|			card->reader->max_recv_size = reader_max_recv_size;
  231|    740|			return rv;
  232|    740|		}
  233|    741|	}
  234|       |	/* Force use of Le = 0x00 in iso7816_select_file as required by SC-HSM */
  235|    554|	card->max_recv_size = card->reader->max_recv_size = SC_READER_SHORT_APDU_MAX_RECV_SIZE;
  ------------------
  |  |  384|    554|#define SC_READER_SHORT_APDU_MAX_RECV_SIZE 256
  ------------------
  236|    554|	rv = (*iso_ops->select_file)(card, in_path, file_out);
  237|    554|	card->max_recv_size = card_max_recv_size;
  238|    554|	card->reader->max_recv_size = reader_max_recv_size;
  239|    554|	return rv;
  240|  1.29k|}
card-sc-hsm.c:sc_hsm_read_binary:
  799|    449|{
  800|    449|	sc_context_t *ctx = card->ctx;
  801|    449|	sc_apdu_t apdu;
  802|    449|	u8 cmdbuff[4];
  803|    449|	int r;
  804|       |
  805|    449|	if (idx > 0xffff) {
  ------------------
  |  Branch (805:6): [True: 0, False: 449]
  ------------------
  806|      0|		sc_log(ctx,  "invalid EF offset: 0x%X > 0xFFFF", idx);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  807|      0|		return SC_ERROR_OFFSET_TOO_LARGE;
  ------------------
  |  |   96|      0|#define SC_ERROR_OFFSET_TOO_LARGE		-1415
  ------------------
  808|      0|	}
  809|       |
  810|    449|	cmdbuff[0] = 0x54;
  811|    449|	cmdbuff[1] = 0x02;
  812|    449|	cmdbuff[2] = (idx >> 8) & 0xFF;
  813|    449|	cmdbuff[3] = idx & 0xFF;
  814|       |
  815|    449|	if (count > sc_get_max_recv_size(card))
  ------------------
  |  Branch (815:6): [True: 0, False: 449]
  ------------------
  816|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  817|    449|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0xB1, 0x00, 0x00);
  ------------------
  |  |  303|    449|#define SC_APDU_CASE_4			0x24
  ------------------
  818|    449|	apdu.data = cmdbuff;
  819|    449|	apdu.datalen = 4;
  820|    449|	apdu.lc = 4;
  821|    449|	apdu.le = count;
  822|    449|	apdu.resplen = count;
  823|    449|	apdu.resp = buf;
  824|       |
  825|    449|	r = sc_transmit_apdu(card, &apdu);
  826|    449|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    449|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    449|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    449|	int _ret = (r); \
  |  |  |  |  168|    449|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 445]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|    449|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 445]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|       |
  828|    445|	r =  sc_check_sw(card, apdu.sw1, apdu.sw2);
  829|    445|	if (r != SC_ERROR_FILE_END_REACHED) {
  ------------------
  |  |   69|    445|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  |  Branch (829:6): [True: 367, False: 78]
  ------------------
  830|    367|		LOG_TEST_RET(ctx, r, "Check SW error");
  ------------------
  |  |  174|    367|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    367|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    367|	int _ret = (r); \
  |  |  |  |  168|    367|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 58, False: 309]
  |  |  |  |  ------------------
  |  |  |  |  169|     58|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     58|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     58|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     58|		return _ret; \
  |  |  |  |  172|     58|	} \
  |  |  |  |  173|    367|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 309]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  831|    367|	}
  832|       |
  833|    387|	LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  164|    387|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    387|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    387|	int _ret = r; \
  |  |  |  |  155|    387|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 16, False: 371]
  |  |  |  |  ------------------
  |  |  |  |  156|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  157|     16|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    371|	} else { \
  |  |  |  |  159|    371|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    371|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    371|	} \
  |  |  |  |  162|    387|	return _ret; \
  |  |  |  |  163|    387|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  834|    387|}
card-sc-hsm.c:sc_hsm_set_security_env:
 1004|  1.54k|{
 1005|  1.54k|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1006|       |
 1007|  1.54k|	priv->env = env;
 1008|       |
 1009|  1.54k|	switch(env->algorithm) {
 1010|  1.54k|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|  1.54k|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1010:2): [True: 1.54k, False: 0]
  ------------------
 1011|  1.54k|		if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1) {
  ------------------
  |  |  111|  1.54k|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|  1.54k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|  1.54k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  |  Branch (1011:7): [True: 0, False: 1.54k]
  ------------------
 1012|      0|			if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA1) {
  ------------------
  |  |  134|      0|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  |  Branch (1012:8): [True: 0, False: 0]
  ------------------
 1013|      0|				priv->algorithm = ALGO_RSA_PKCS1_SHA1;
  ------------------
  |  |   41|      0|#define ALGO_RSA_PKCS1_SHA1		0x31		/* RSA signature with SHA-1 hash and PKCS#1 V1.5 padding */
  ------------------
 1014|      0|			} else if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA256) {
  ------------------
  |  |  138|      0|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  |  Branch (1014:15): [True: 0, False: 0]
  ------------------
 1015|      0|				priv->algorithm = ALGO_RSA_PKCS1_SHA256;
  ------------------
  |  |   42|      0|#define ALGO_RSA_PKCS1_SHA256	0x33		/* RSA signature with SHA-256 hash and PKCS#1 V1.5 padding */
  ------------------
 1016|      0|			} else if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA384) {
  ------------------
  |  |  139|      0|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
  |  Branch (1016:15): [True: 0, False: 0]
  ------------------
 1017|      0|				priv->algorithm = ALGO_RSA_PKCS1_SHA384;
  ------------------
  |  |   43|      0|#define ALGO_RSA_PKCS1_SHA384	0x34		/* RSA signature with SHA-384 hash and PKCS#1 V1.5 padding */
  ------------------
 1018|      0|			} else if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA512) {
  ------------------
  |  |  140|      0|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
  |  Branch (1018:15): [True: 0, False: 0]
  ------------------
 1019|      0|				priv->algorithm = ALGO_RSA_PKCS1_SHA512;
  ------------------
  |  |   44|      0|#define ALGO_RSA_PKCS1_SHA512	0x35		/* RSA signature with SHA-512 hash and PKCS#1 V1.5 padding */
  ------------------
 1020|      0|			} else {
 1021|      0|				priv->algorithm = ALGO_RSA_PKCS1;
  ------------------
  |  |   40|      0|#define ALGO_RSA_PKCS1			0x30		/* RSA signature with DigestInfo input and PKCS#1 V1.5 padding */
  ------------------
 1022|      0|			}
 1023|  1.54k|		} else if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PSS) {
  ------------------
  |  |  107|  1.54k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (1023:14): [True: 670, False: 876]
  ------------------
 1024|    670|			if ((env->algorithm_flags & SC_ALGORITHM_RSA_HASHES) &&
  ------------------
  |  |  142|    670|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  |  Branch (1024:8): [True: 0, False: 670]
  ------------------
 1025|      0|					(((env->algorithm_flags & SC_ALGORITHM_MGF1_HASHES) >> 8) != (env->algorithm_flags & SC_ALGORITHM_RSA_HASHES))) {
  ------------------
  |  |  150|      0|#define SC_ALGORITHM_MGF1_HASHES	0x01F00000
  ------------------
              					(((env->algorithm_flags & SC_ALGORITHM_MGF1_HASHES) >> 8) != (env->algorithm_flags & SC_ALGORITHM_RSA_HASHES))) {
  ------------------
  |  |  142|      0|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  |  Branch (1025:6): [True: 0, False: 0]
  ------------------
 1026|      0|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1027|      0|			}
 1028|    670|			priv->algorithm = ALGO_RSA_PSS;
  ------------------
  |  |   46|    670|#define ALGO_RSA_PSS			0x40		/* RSA signature with external hash and PKCS#1 PSS padding*/
  ------------------
 1029|    876|		} else {
 1030|    876|			if (env->operation == SC_SEC_OPERATION_DECIPHER) {
  ------------------
  |  |   47|    876|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (1030:8): [True: 206, False: 670]
  ------------------
 1031|    206|				priv->algorithm = ALGO_RSA_DECRYPT;
  ------------------
  |  |   39|    206|#define ALGO_RSA_DECRYPT		0x21		/* RSA decrypt */
  ------------------
 1032|    670|			} else {
 1033|    670|				priv->algorithm = ALGO_RSA_RAW;
  ------------------
  |  |   38|    670|#define ALGO_RSA_RAW			0x20		/* RSA signature with external padding */
  ------------------
 1034|    670|			}
 1035|    876|		}
 1036|  1.54k|		break;
 1037|  1.54k|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1037:2): [True: 0, False: 1.54k]
  ------------------
 1038|      0|		if (env->operation == SC_SEC_OPERATION_DERIVE) {
  ------------------
  |  |   50|      0|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
  |  Branch (1038:7): [True: 0, False: 0]
  ------------------
 1039|      0|			priv->algorithm = ALGO_EC_DH;
  ------------------
  |  |   58|      0|#define ALGO_EC_DH				0x80		/* ECDH key derivation */
  ------------------
 1040|      0|		} else if (env->algorithm_flags & SC_ALGORITHM_ECDSA_HASH_NONE) {
  ------------------
  |  |  175|      0|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  |  Branch (1040:14): [True: 0, False: 0]
  ------------------
 1041|      0|			priv->algorithm = ALGO_EC_RAW;
  ------------------
  |  |   52|      0|#define ALGO_EC_RAW				0x70		/* ECDSA signature with hash input */
  ------------------
 1042|      0|		} else if (env->algorithm_flags & SC_ALGORITHM_ECDSA_HASH_SHA1) {
  ------------------
  |  |  176|      0|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|      0|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
  |  Branch (1042:14): [True: 0, False: 0]
  ------------------
 1043|      0|			priv->algorithm = ALGO_EC_SHA1;
  ------------------
  |  |   53|      0|#define ALGO_EC_SHA1			0x71		/* ECDSA signature with SHA-1 hash */
  ------------------
 1044|      0|		} else if (env->algorithm_flags & SC_ALGORITHM_ECDSA_HASH_SHA224) {
  ------------------
  |  |  177|      0|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  ------------------
  |  |  |  |  141|      0|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  ------------------
  ------------------
  |  Branch (1044:14): [True: 0, False: 0]
  ------------------
 1045|      0|			priv->algorithm = ALGO_EC_SHA224;
  ------------------
  |  |   54|      0|#define ALGO_EC_SHA224			0x72		/* ECDSA signature with SHA-224 hash */
  ------------------
 1046|      0|		} else if (env->algorithm_flags & SC_ALGORITHM_ECDSA_HASH_SHA256) {
  ------------------
  |  |  178|      0|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  ------------------
  |  |  |  |  138|      0|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  |  Branch (1046:14): [True: 0, False: 0]
  ------------------
 1047|      0|			priv->algorithm = ALGO_EC_SHA256;
  ------------------
  |  |   55|      0|#define ALGO_EC_SHA256			0x73		/* ECDSA signature with SHA-256 hash */
  ------------------
 1048|      0|		} else if (env->algorithm_flags & SC_ALGORITHM_ECDSA_HASH_SHA384) {
  ------------------
  |  |  179|      0|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  ------------------
  |  |  |  |  139|      0|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  ------------------
  ------------------
  |  Branch (1048:14): [True: 0, False: 0]
  ------------------
 1049|      0|			priv->algorithm = ALGO_EC_SHA384;
  ------------------
  |  |   56|      0|#define ALGO_EC_SHA384			0x74		/* ECDSA signature with SHA-384 hash */
  ------------------
 1050|      0|		} else if (env->algorithm_flags & SC_ALGORITHM_ECDSA_HASH_SHA512) {
  ------------------
  |  |  180|      0|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  ------------------
  |  |  |  |  140|      0|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  ------------------
  ------------------
  |  Branch (1050:14): [True: 0, False: 0]
  ------------------
 1051|      0|			priv->algorithm = ALGO_EC_SHA512;
  ------------------
  |  |   57|      0|#define ALGO_EC_SHA512			0x75		/* ECDSA signature with SHA-512 hash */
  ------------------
 1052|      0|		} else if (env->algorithm_flags & SC_ALGORITHM_ECDSA_RAW) {
  ------------------
  |  |  174|      0|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  |  Branch (1052:14): [True: 0, False: 0]
  ------------------
 1053|      0|			priv->algorithm = ALGO_EC_RAW;
  ------------------
  |  |   52|      0|#define ALGO_EC_RAW				0x70		/* ECDSA signature with hash input */
  ------------------
 1054|      0|		} else {
 1055|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1056|      0|		}
 1057|      0|		break;
 1058|      0|	default:
  ------------------
  |  Branch (1058:2): [True: 0, False: 1.54k]
  ------------------
 1059|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1060|      0|		break;
 1061|  1.54k|	}
 1062|  1.54k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.54k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.54k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.54k|	int _ret = r; \
  |  |  |  |  155|  1.54k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.54k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.54k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.54k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.54k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.54k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.54k|	return _ret; \
  |  |  |  |  163|  1.54k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1063|  1.54k|}
card-sc-hsm.c:sc_hsm_compute_signature:
 1086|  1.34k|{
 1087|  1.34k|	int r;
 1088|  1.34k|	sc_apdu_t apdu;
 1089|  1.34k|	u8 rbuf[514];
 1090|  1.34k|	sc_hsm_private_data_t *priv;
 1091|       |
 1092|  1.34k|	if (card == NULL || data == NULL || out == NULL) {
  ------------------
  |  Branch (1092:6): [True: 0, False: 1.34k]
  |  Branch (1092:22): [True: 0, False: 1.34k]
  |  Branch (1092:38): [True: 0, False: 1.34k]
  ------------------
 1093|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1094|      0|	}
 1095|  1.34k|	priv = (sc_hsm_private_data_t *) card->drv_data;
 1096|       |
 1097|  1.34k|	if (priv->env == NULL) {
  ------------------
  |  Branch (1097:6): [True: 0, False: 1.34k]
  ------------------
 1098|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1099|      0|	}
 1100|       |
 1101|  1.34k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_EXT, 0x68, priv->env->key_ref[0], priv->algorithm);
  ------------------
  |  |  299|  1.34k|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|  1.34k|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|  1.34k|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
 1102|  1.34k|	apdu.cla = 0x80;
 1103|  1.34k|	apdu.resp = rbuf;
 1104|  1.34k|	apdu.resplen = sizeof(rbuf);
 1105|  1.34k|	apdu.le = 512;
 1106|       |
 1107|  1.34k|	apdu.data = data;
 1108|  1.34k|	apdu.lc = datalen;
 1109|  1.34k|	apdu.datalen = datalen;
 1110|  1.34k|	r = sc_transmit_apdu(card, &apdu);
 1111|       |
 1112|  1.34k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  1.34k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.34k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.34k|	int _ret = (r); \
  |  |  |  |  168|  1.34k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 206, False: 1.13k]
  |  |  |  |  ------------------
  |  |  |  |  169|    206|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    206|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    206|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    206|		return _ret; \
  |  |  |  |  172|    206|	} \
  |  |  |  |  173|  1.34k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1113|  1.13k|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1113:6): [True: 132, False: 1.00k]
  |  Branch (1113:26): [True: 111, False: 21]
  ------------------
 1114|    111|		int len;
 1115|       |
 1116|    111|		if ((priv->algorithm & 0xF0) == ALGO_EC_RAW) {
  ------------------
  |  |   52|    111|#define ALGO_EC_RAW				0x70		/* ECDSA signature with hash input */
  ------------------
  |  Branch (1116:7): [True: 0, False: 111]
  ------------------
 1117|      0|			len = sc_hsm_decode_ecdsa_signature(card, apdu.resp, apdu.resplen, out, outlen, priv->env->key_size_bits);
 1118|      0|			if (len < 0) {
  ------------------
  |  Branch (1118:8): [True: 0, False: 0]
  ------------------
 1119|      0|				LOG_FUNC_RETURN(card->ctx, len);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1120|      0|			}
 1121|    111|		} else {
 1122|    111|			len = (int)(apdu.resplen > outlen ? outlen : apdu.resplen);
  ------------------
  |  Branch (1122:16): [True: 0, False: 111]
  ------------------
 1123|    111|			memcpy(out, apdu.resp, len);
 1124|    111|		}
 1125|    111|		LOG_FUNC_RETURN(card->ctx, len);
  ------------------
  |  |  164|    111|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    111|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    111|	int _ret = r; \
  |  |  |  |  155|    111|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 47, False: 64]
  |  |  |  |  ------------------
  |  |  |  |  156|     47|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  157|     47|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     64|	} else { \
  |  |  |  |  159|     64|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     64|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     64|	} \
  |  |  |  |  162|    111|	return _ret; \
  |  |  |  |  163|    111|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1126|    111|	}
 1127|  1.02k|	LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|  1.02k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.02k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.02k|	int _ret = r; \
  |  |  |  |  155|  1.02k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.02k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.02k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.02k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.02k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.02k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.02k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.02k|	return _ret; \
  |  |  |  |  163|  1.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1128|  1.02k|}
card-sc-hsm.c:sc_hsm_decipher:
 1133|    190|{
 1134|    190|	int r;
 1135|    190|	size_t len;
 1136|    190|	sc_apdu_t apdu;
 1137|    190|	u8 rbuf[514];
 1138|    190|	sc_hsm_private_data_t *priv;
 1139|       |
 1140|    190|	if (card == NULL || crgram == NULL || out == NULL) {
  ------------------
  |  Branch (1140:6): [True: 0, False: 190]
  |  Branch (1140:22): [True: 0, False: 190]
  |  Branch (1140:40): [True: 0, False: 190]
  ------------------
 1141|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1142|      0|	}
 1143|    190|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    190|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    190|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    190|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    190|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 190]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1144|    190|	priv = (sc_hsm_private_data_t *) card->drv_data;
 1145|       |
 1146|    190|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_EXT, 0x62, priv->env->key_ref[0], priv->algorithm);
  ------------------
  |  |  299|    190|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|    190|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|    190|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
 1147|    190|	apdu.cla = 0x80;
 1148|    190|	apdu.resp = rbuf;
 1149|    190|	apdu.resplen = sizeof(rbuf);
 1150|    190|	apdu.le = 512;
 1151|       |
 1152|    190|	apdu.data = (u8 *)crgram;
 1153|    190|	apdu.lc = crgram_len;
 1154|    190|	apdu.datalen = crgram_len;
 1155|       |
 1156|    190|	r = sc_transmit_apdu(card, &apdu);
 1157|       |
 1158|    190|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    190|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    190|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    190|	int _ret = (r); \
  |  |  |  |  168|    190|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 23, False: 167]
  |  |  |  |  ------------------
  |  |  |  |  169|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     23|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     23|		return _ret; \
  |  |  |  |  172|     23|	} \
  |  |  |  |  173|    190|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 167]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1159|    167|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1159:6): [True: 51, False: 116]
  |  Branch (1159:26): [True: 45, False: 6]
  ------------------
 1160|     45|		if (priv->algorithm == ALGO_EC_DH) {
  ------------------
  |  |   58|     45|#define ALGO_EC_DH				0x80		/* ECDH key derivation */
  ------------------
  |  Branch (1160:7): [True: 0, False: 45]
  ------------------
 1161|       |			//
 1162|       |			// The SmartCard-HSM returns the point result of the DH operation
 1163|       |			// with a leading '04'
 1164|      0|			if (apdu.resplen <= 0)
  ------------------
  |  Branch (1164:8): [True: 0, False: 0]
  ------------------
 1165|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1166|      0|			len = apdu.resplen - 1 > outlen ? outlen : apdu.resplen - 1;
  ------------------
  |  Branch (1166:10): [True: 0, False: 0]
  ------------------
 1167|      0|			memcpy(out, apdu.resp + 1, len);
 1168|      0|			LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1169|     45|		} else {
 1170|     45|			len = apdu.resplen > outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (1170:10): [True: 0, False: 45]
  ------------------
 1171|     45|			memcpy(out, apdu.resp, len);
 1172|     45|			LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|     45|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     45|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     45|	int _ret = r; \
  |  |  |  |  155|     45|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9, False: 36]
  |  |  |  |  ------------------
  |  |  |  |  156|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  157|      9|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     36|	} else { \
  |  |  |  |  159|     36|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     36|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     36|	} \
  |  |  |  |  162|     45|	return _ret; \
  |  |  |  |  163|     45|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1173|     45|		}
 1174|     45|	}
 1175|    122|	else
 1176|    167|		LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|    122|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    122|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    122|	int _ret = r; \
  |  |  |  |  155|    122|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 122, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    122|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    122|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 122, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    122|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    122|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    122|	return _ret; \
  |  |  |  |  163|    122|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1177|    167|}
card-sc-hsm.c:sc_hsm_init:
 1777|    251|{
 1778|       |#if defined(ENABLE_SM) && defined(ENABLE_OPENPACE) && defined(_WIN32)
 1779|       |	char expanded_val[PATH_MAX];
 1780|       |	size_t expanded_len = PATH_MAX;
 1781|       |#endif
 1782|    251|	int flags,ext_flags;
 1783|    251|	sc_file_t *file = NULL;
 1784|    251|	sc_path_t path;
 1785|    251|	sc_hsm_private_data_t *priv = NULL;
 1786|       |
 1787|    251|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    251|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    251|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    251|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    251|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 251]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1788|       |
 1789|    251|	flags = SC_ALGORITHM_RSA_RAW|SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |  102|    251|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW|SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |  107|    251|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW|SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |   93|    251|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
 1790|    251|			|SC_ALGORITHM_RSA_HASH_SHA1|SC_ALGORITHM_RSA_HASH_SHA256|SC_ALGORITHM_RSA_HASH_SHA384|SC_ALGORITHM_RSA_HASH_SHA512
  ------------------
  |  |  134|    251|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
              			|SC_ALGORITHM_RSA_HASH_SHA1|SC_ALGORITHM_RSA_HASH_SHA256|SC_ALGORITHM_RSA_HASH_SHA384|SC_ALGORITHM_RSA_HASH_SHA512
  ------------------
  |  |  138|    251|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
              			|SC_ALGORITHM_RSA_HASH_SHA1|SC_ALGORITHM_RSA_HASH_SHA256|SC_ALGORITHM_RSA_HASH_SHA384|SC_ALGORITHM_RSA_HASH_SHA512
  ------------------
  |  |  139|    251|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
              			|SC_ALGORITHM_RSA_HASH_SHA1|SC_ALGORITHM_RSA_HASH_SHA256|SC_ALGORITHM_RSA_HASH_SHA384|SC_ALGORITHM_RSA_HASH_SHA512
  ------------------
  |  |  140|    251|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
 1791|    251|			|SC_ALGORITHM_MGF1_SHA256|SC_ALGORITHM_MGF1_SHA384|SC_ALGORITHM_MGF1_SHA512;
  ------------------
  |  |  146|    251|#define SC_ALGORITHM_MGF1_SHA256	0x00200000
  ------------------
              			|SC_ALGORITHM_MGF1_SHA256|SC_ALGORITHM_MGF1_SHA384|SC_ALGORITHM_MGF1_SHA512;
  ------------------
  |  |  147|    251|#define SC_ALGORITHM_MGF1_SHA384	0x00400000
  ------------------
              			|SC_ALGORITHM_MGF1_SHA256|SC_ALGORITHM_MGF1_SHA384|SC_ALGORITHM_MGF1_SHA512;
  ------------------
  |  |  148|    251|#define SC_ALGORITHM_MGF1_SHA512	0x00800000
  ------------------
 1792|       |
 1793|    251|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
 1794|    251|	_sc_card_add_rsa_alg(card, 1536, flags, 0);
 1795|    251|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
 1796|    251|	_sc_card_add_rsa_alg(card, 3072, flags, 0);
 1797|    251|	_sc_card_add_rsa_alg(card, 4096, flags, 0);
 1798|       |
 1799|    251|	flags = SC_ALGORITHM_ECDSA_RAW|
  ------------------
  |  |  174|    251|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
 1800|    251|		SC_ALGORITHM_ECDH_CDH_RAW|
  ------------------
  |  |  173|    251|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
 1801|    251|		SC_ALGORITHM_ECDSA_HASH_NONE|
  ------------------
  |  |  175|    251|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|    251|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
 1802|    251|		SC_ALGORITHM_ECDSA_HASH_SHA1|
  ------------------
  |  |  176|    251|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|    251|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
 1803|    251|		SC_ALGORITHM_ECDSA_HASH_SHA224|
  ------------------
  |  |  177|    251|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  ------------------
  |  |  |  |  141|    251|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  ------------------
  ------------------
 1804|    251|		SC_ALGORITHM_ECDSA_HASH_SHA256|
  ------------------
  |  |  178|    251|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  ------------------
  |  |  |  |  138|    251|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
 1805|    251|		SC_ALGORITHM_ECDSA_HASH_SHA384|
  ------------------
  |  |  179|    251|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  ------------------
  |  |  |  |  139|    251|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  ------------------
  ------------------
 1806|    251|		SC_ALGORITHM_ECDSA_HASH_SHA512|
  ------------------
  |  |  180|    251|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  ------------------
  |  |  |  |  140|    251|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  ------------------
  ------------------
 1807|    251|		SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    251|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
 1808|       |
 1809|    251|	ext_flags = SC_ALGORITHM_EXT_EC_F_P|
  ------------------
  |  |  198|    251|#define SC_ALGORITHM_EXT_EC_F_P          0x00000001
  ------------------
 1810|    251|			SC_ALGORITHM_EXT_EC_ECPARAMETERS|
  ------------------
  |  |  200|    251|#define SC_ALGORITHM_EXT_EC_ECPARAMETERS 0x00000004
  ------------------
 1811|    251|			SC_ALGORITHM_EXT_EC_NAMEDCURVE|
  ------------------
  |  |  201|    251|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
 1812|    251|			SC_ALGORITHM_EXT_EC_UNCOMPRESES|
  ------------------
  |  |  202|    251|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
 1813|    251|			SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    251|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
 1814|    251|	_sc_card_add_ec_alg(card, 192, flags, ext_flags, NULL);
 1815|    251|	_sc_card_add_ec_alg(card, 224, flags, ext_flags, NULL);
 1816|    251|	_sc_card_add_ec_alg(card, 256, flags, ext_flags, NULL);
 1817|    251|	_sc_card_add_ec_alg(card, 320, flags, ext_flags, NULL);
 1818|    251|	_sc_card_add_ec_alg(card, 384, flags, ext_flags, NULL);
 1819|    251|	_sc_card_add_ec_alg(card, 512, flags, ext_flags, NULL);
 1820|    251|	_sc_card_add_ec_alg(card, 521, flags, ext_flags, NULL);
 1821|       |
 1822|    251|	card->caps |= SC_CARD_CAP_RNG|SC_CARD_CAP_APDU_EXT|SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    251|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG|SC_CARD_CAP_APDU_EXT|SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  547|    251|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
              	card->caps |= SC_CARD_CAP_RNG|SC_CARD_CAP_APDU_EXT|SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    251|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
 1823|       |
 1824|       |	// APDU Size limits
 1825|       |	//   JCOP 2.4.1r3           1462
 1826|       |	//   JCOP 2.4.2r3           1454
 1827|       |	//   JCOP 3                 1232
 1828|       |	//   JCOP 4                 1454
 1829|       |	//   MicroSD with JCOP 3    478 / 506 - handled in reader-pcsc.c
 1830|       |	//   Reiner SCT             1014 - handled in reader-pcsc.c
 1831|       |	//
 1832|       |	// Note, that these are limits for the whole APDU, but the semantics of max_send_size
 1833|       |	// is the size of the APDU send buffer so to get the right value from them, we need
 1834|       |	// to subtract APDU headers (CLA, INS, P1, P2, Lc (3B)), 7 bytes altogether for
 1835|       |	// class 3 APDU
 1836|       |	// (or 9 bytes for case 4 when we pass in >255 B data and expect return of more than 255 B)
 1837|       |
 1838|       |	// Use JCOP 3 (smallest unhandled by reader limitation) card limits for sending
 1839|       |	// And make it 9 smaller to make sure we fit the rest of the APDU.
 1840|    251|	card->max_send_size = 1232 - 9;
 1841|       |	// Assume that card supports sending with extended length APDU and without limit
 1842|    251|	card->max_recv_size = 0;
 1843|       |
 1844|    251|	if (card->type == SC_CARD_TYPE_SC_HSM_SOC
  ------------------
  |  Branch (1844:6): [True: 0, False: 251]
  ------------------
 1845|    251|			|| card->type == SC_CARD_TYPE_SC_HSM_GOID) {
  ------------------
  |  Branch (1845:7): [True: 248, False: 3]
  ------------------
 1846|    248|		card->max_recv_size = 0x0630;	// SoC Proxy forces this limit
 1847|    248|	} else {
 1848|       |		// Adjust to the limits set by the reader
 1849|      3|		if (card->reader->max_send_size < card->max_send_size) {
  ------------------
  |  Branch (1849:7): [True: 3, False: 0]
  ------------------
 1850|      3|			if (18 >= card->reader->max_send_size)
  ------------------
  |  Branch (1850:8): [True: 3, False: 0]
  ------------------
 1851|      3|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCONSISTENT_CONFIGURATION);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1852|       |
 1853|       |			// 17 byte header and TLV because of odd ins in UPDATE BINARY
 1854|      0|			card->max_send_size = card->reader->max_send_size - 17;
 1855|      0|		}
 1856|       |
 1857|      0|		if (0 < card->reader->max_recv_size) {
  ------------------
  |  Branch (1857:7): [True: 0, False: 0]
  ------------------
 1858|      0|			if (3 >= card->reader->max_recv_size)
  ------------------
  |  Branch (1858:8): [True: 0, False: 0]
  ------------------
 1859|      0|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCONSISTENT_CONFIGURATION);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1860|      0|			card->max_recv_size = card->reader->max_recv_size - 2;
 1861|      0|		}
 1862|      0|	}
 1863|       |
 1864|    248|	priv = card->drv_data;
 1865|    248|	if (!priv) {
  ------------------
  |  Branch (1865:6): [True: 248, False: 0]
  ------------------
 1866|    248|		priv = calloc(1, sizeof(sc_hsm_private_data_t));
 1867|    248|		if (!priv)
  ------------------
  |  Branch (1867:7): [True: 0, False: 248]
  ------------------
 1868|    248|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1869|    248|		card->drv_data = priv;
 1870|    248|	}
 1871|       |
 1872|    248|	sc_path_set(&path, SC_PATH_TYPE_DF_NAME, sc_hsm_aid.value, sc_hsm_aid.len, 0, 0);
  ------------------
  |  |  118|    248|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
 1873|    248|	if (sc_hsm_select_file_ex(card, &path, 0, &file) == SC_SUCCESS
  ------------------
  |  |   28|    496|#define SC_SUCCESS				0
  ------------------
  |  Branch (1873:6): [True: 45, False: 203]
  ------------------
 1874|     45|			&& file && file->prop_attr && file->prop_attr_len >= 2) {
  ------------------
  |  Branch (1874:7): [True: 45, False: 0]
  |  Branch (1874:15): [True: 4, False: 41]
  |  Branch (1874:34): [True: 3, False: 1]
  ------------------
 1875|      3|		static char card_name[SC_MAX_APDU_BUFFER_SIZE];
 1876|      3|		u8 type = 0xFF;
 1877|      3|		u8 major = file->prop_attr[file->prop_attr_len - 2];
 1878|      3|		u8 minor = file->prop_attr[file->prop_attr_len - 1];
 1879|      3|		char p00[] = "SmartCard-HSM Applet for JCOP";
 1880|      3|		char p01[] = "SmartCard-HSM Demo Applet for JCOP";
 1881|      3|		char *p = "SmartCard-HSM";
 1882|      3|		if (file->prop_attr_len >= 3) {
  ------------------
  |  Branch (1882:7): [True: 2, False: 1]
  ------------------
 1883|      2|			type = file->prop_attr[file->prop_attr_len - 3];
 1884|      2|		}
 1885|      3|		switch (type) {
 1886|      1|			case 0x00:
  ------------------
  |  Branch (1886:4): [True: 1, False: 2]
  ------------------
 1887|      1|				p = p00;
 1888|      1|				break;
 1889|      1|			case 0x01:
  ------------------
  |  Branch (1889:4): [True: 1, False: 2]
  ------------------
 1890|      1|				p = p01;
 1891|      1|				break;
 1892|      1|			default:
  ------------------
  |  Branch (1892:4): [True: 1, False: 2]
  ------------------
 1893|      1|				break;
 1894|      3|		}
 1895|      3|		snprintf(card_name, sizeof card_name, "%s version %u.%u", p, major, minor);
 1896|      3|		card->name = card_name;
 1897|       |
 1898|      3|		if (file->prop_attr[1] & 0x04) {
  ------------------
  |  Branch (1898:7): [True: 1, False: 2]
  ------------------
 1899|      1|			card->caps |= SC_CARD_CAP_SESSION_PIN;
  ------------------
  |  |  563|      1|#define SC_CARD_CAP_SESSION_PIN	0x00000200
  ------------------
 1900|      1|		}
 1901|      3|	}
 1902|    248|	sc_file_free(file);
 1903|       |
 1904|    248|	priv->EF_C_DevAut = NULL;
 1905|    248|	priv->EF_C_DevAut_len = 0;
 1906|       |
 1907|    248|#if defined(ENABLE_SM) && defined(ENABLE_OPENPACE)
 1908|    248|	EAC_init();
 1909|       |#ifdef _WIN32
 1910|       |	expanded_len = ExpandEnvironmentStringsA(CVCDIR, expanded_val, sizeof expanded_val);
 1911|       |	if (0 < expanded_len && expanded_len < sizeof expanded_val)
 1912|       |		EAC_set_cvc_default_dir(expanded_val);
 1913|       |#else
 1914|    248|	EAC_set_cvc_default_dir(CVCDIR);
  ------------------
  |  |    8|    248|#define CVCDIR "/usr/etc/eac/cvc"
  ------------------
 1915|    248|#endif
 1916|    248|#endif
 1917|       |
 1918|    248|	return 0;
 1919|    248|}
card-sc-hsm.c:sc_hsm_finish:
 1924|    248|{
 1925|    248|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1926|    248|#ifdef ENABLE_SM
 1927|    248|	sc_sm_stop(card);
 1928|    248|#endif
 1929|    248|	if (priv) {
  ------------------
  |  Branch (1929:6): [True: 248, False: 0]
  ------------------
 1930|    248|		free(priv->serialno);
 1931|    248|		sc_file_free(priv->dffcp);
 1932|    248|		free(priv->EF_C_DevAut);
 1933|    248|	}
 1934|    248|	free(priv);
 1935|       |
 1936|    248|	return SC_SUCCESS;
  ------------------
  |  |   28|    248|#define SC_SUCCESS				0
  ------------------
 1937|    248|}
card-sc-hsm.c:sc_hsm_card_ctl:
 1748|    148|{
 1749|    148|	switch (cmd) {
  ------------------
  |  Branch (1749:10): [True: 148, False: 0]
  ------------------
 1750|    148|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1750:2): [True: 148, False: 0]
  ------------------
 1751|    148|		return sc_hsm_get_serialnr(card, (sc_serial_number_t *)ptr);
 1752|      0|	case SC_CARDCTL_PKCS11_INIT_TOKEN:
  ------------------
  |  Branch (1752:2): [True: 0, False: 148]
  ------------------
 1753|      0|		return sc_hsm_init_token(card, (sc_cardctl_pkcs11_init_token_t *)ptr);
 1754|      0|	case SC_CARDCTL_PKCS11_INIT_PIN:
  ------------------
  |  Branch (1754:2): [True: 0, False: 148]
  ------------------
 1755|      0|		return sc_hsm_init_pin(card, (sc_cardctl_pkcs11_init_pin_t *)ptr);
 1756|      0|	case SC_CARDCTL_SC_HSM_GENERATE_KEY:
  ------------------
  |  Branch (1756:2): [True: 0, False: 148]
  ------------------
 1757|      0|		return sc_hsm_generate_keypair(card, (sc_cardctl_sc_hsm_keygen_info_t *)ptr);
 1758|      0|	case SC_CARDCTL_SC_HSM_INITIALIZE:
  ------------------
  |  Branch (1758:2): [True: 0, False: 148]
  ------------------
 1759|      0|		return sc_hsm_initialize(card, (sc_cardctl_sc_hsm_init_param_t *)ptr);
 1760|      0|	case SC_CARDCTL_SC_HSM_IMPORT_DKEK_SHARE:
  ------------------
  |  Branch (1760:2): [True: 0, False: 148]
  ------------------
 1761|      0|		return sc_hsm_import_dkek_share(card, (sc_cardctl_sc_hsm_dkek_t *)ptr);
 1762|      0|	case SC_CARDCTL_SC_HSM_WRAP_KEY:
  ------------------
  |  Branch (1762:2): [True: 0, False: 148]
  ------------------
 1763|      0|		return sc_hsm_wrap_key(card, (sc_cardctl_sc_hsm_wrapped_key_t *)ptr);
 1764|      0|	case SC_CARDCTL_SC_HSM_UNWRAP_KEY:
  ------------------
  |  Branch (1764:2): [True: 0, False: 148]
  ------------------
 1765|      0|		return sc_hsm_unwrap_key(card, (sc_cardctl_sc_hsm_wrapped_key_t *)ptr);
 1766|      0|	case SC_CARDCTL_SC_HSM_REGISTER_PUBLIC_KEY:
  ------------------
  |  Branch (1766:2): [True: 0, False: 148]
  ------------------
 1767|      0|		return sc_hsm_register_public_key(card, ptr);
 1768|      0|	case SC_CARDCTL_SC_HSM_PUBLIC_KEY_AUTH_STATUS:
  ------------------
  |  Branch (1768:2): [True: 0, False: 148]
  ------------------
 1769|      0|		return sc_hsm_public_key_auth_status(card, ptr);
 1770|    148|	}
 1771|      0|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1772|    148|}
card-sc-hsm.c:sc_hsm_get_serialnr:
 1195|    148|{
 1196|    148|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1197|       |
 1198|    148|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    148|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    148|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    148|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    148|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 148]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1199|       |
 1200|    148|	if (!priv->serialno && 0 == strcmp(card->ctx->app_name, "opensc-tool")) {
  ------------------
  |  Branch (1200:6): [True: 148, False: 0]
  |  Branch (1200:25): [True: 0, False: 148]
  ------------------
 1201|       |		/* sc-hsm initializes the serial number via its PKCS#15 layer.
 1202|       |		 * Create and destroy a dummy card to get this initialized.  Only do
 1203|       |		 * this for `opensc-tool --serial` to avoid unnecessary card commands
 1204|       |		 * in all other cases. */
 1205|      0|		sc_pkcs15_card_t *p15card = NULL;
 1206|      0|		(void)sc_pkcs15_bind(card, NULL, &p15card);
 1207|      0|		sc_pkcs15_unbind(p15card);
 1208|      0|	}
 1209|       |
 1210|    148|	if (!priv->serialno) {
  ------------------
  |  Branch (1210:6): [True: 148, False: 0]
  ------------------
 1211|    148|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|    148|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1212|    148|	}
 1213|       |
 1214|      0|	serial->len = strlen(priv->serialno);
 1215|      0|	if (serial->len > sizeof(serial->value))
  ------------------
  |  Branch (1215:6): [True: 0, False: 0]
  ------------------
 1216|      0|		serial->len = sizeof(serial->value);
 1217|       |
 1218|      0|	memcpy(serial->value, priv->serialno, serial->len);
 1219|       |
 1220|      0|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1221|      0|}
card-sc-hsm.c:sc_hsm_pin_cmd:
  620|    468|{
  621|    468|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
  622|    468|	sc_apdu_t apdu;
  623|    468|	u8 cmdbuff[16];
  624|    468|#ifdef ENABLE_SM
  625|    468|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  626|    468|#endif
  627|    468|	int r;
  628|    468|	int cmd = data->cmd;
  629|    468|	size_t pin2_len = data->pin2.len;
  630|       |
  631|    468|	if (cmd == SC_PIN_CMD_GET_SESSION_PIN) {
  ------------------
  |  |  419|    468|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (631:6): [True: 0, False: 468]
  ------------------
  632|       |		/* First, perform a standard VERIFY */
  633|      0|		data->cmd = SC_PIN_CMD_VERIFY;
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  634|       |		/* we assign pin2.len to 0 early on so that in case of an error we are
  635|       |		 * not exiting with an undefined session PIN */
  636|      0|		data->pin2.len = 0;
  637|      0|	}
  638|       |
  639|    468|	if ((card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)
  ------------------
  |  |  560|    468|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (639:6): [True: 0, False: 468]
  ------------------
  640|      0|		   	&& (data->cmd == SC_PIN_CMD_CHANGE)
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (640:10): [True: 0, False: 0]
  ------------------
  641|      0|		   	&& (data->pin_reference == 0x81)
  ------------------
  |  Branch (641:10): [True: 0, False: 0]
  ------------------
  642|      0|			&& (!data->pin1.data || data->pin1.len <= 0)) {
  ------------------
  |  Branch (642:8): [True: 0, False: 0]
  |  Branch (642:28): [True: 0, False: 0]
  ------------------
  643|      0|		return sc_hsm_soc_change(card, data);
  644|    468|	} else if ((card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)
  ------------------
  |  |  560|    468|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (644:13): [True: 0, False: 468]
  ------------------
  645|      0|		   	&& (data->cmd == SC_PIN_CMD_UNBLOCK)
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (645:10): [True: 0, False: 0]
  ------------------
  646|      0|		   	&& (data->pin_reference == 0x81)
  ------------------
  |  Branch (646:10): [True: 0, False: 0]
  ------------------
  647|      0|			&& (!data->pin1.data || data->pin1.len <= 0)) {
  ------------------
  |  Branch (647:8): [True: 0, False: 0]
  |  Branch (647:28): [True: 0, False: 0]
  ------------------
  648|      0|		return sc_hsm_soc_unblock(card, data);
  649|      0|	}
  650|       |
  651|    468|#ifdef ENABLE_SM
  652|       |	/* For contactless cards always establish a secure channel before PIN
  653|       |	 * verification. Also, Session PIN generation requires SM. */
  654|    468|	if ((card->type == SC_CARD_TYPE_SC_HSM_SOC
  ------------------
  |  Branch (654:7): [True: 0, False: 468]
  ------------------
  655|    468|				|| card->type == SC_CARD_TYPE_SC_HSM_GOID
  ------------------
  |  Branch (655:8): [True: 468, False: 0]
  ------------------
  656|      0|				|| card->reader->uid.len || cmd == SC_PIN_CMD_GET_SESSION_PIN)
  ------------------
  |  |  419|      0|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (656:8): [True: 0, False: 0]
  |  Branch (656:33): [True: 0, False: 0]
  ------------------
  657|    468|			&& (data->cmd != SC_PIN_CMD_GET_INFO)) {
  ------------------
  |  |  418|    468|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (657:7): [True: 32, False: 436]
  ------------------
  658|     32|		struct sc_pin_cmd_data check_sm_pin_data;
  659|     32|		memset(&check_sm_pin_data, 0, sizeof(check_sm_pin_data));
  660|     32|		check_sm_pin_data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|     32|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  661|     32|		check_sm_pin_data.pin_type = data->pin_type;
  662|     32|		check_sm_pin_data.pin_reference = data->pin_reference;
  663|       |
  664|     32|		r = SC_ERROR_NOT_ALLOWED;
  ------------------
  |  |   59|     32|#define SC_ERROR_NOT_ALLOWED			-1209
  ------------------
  665|     32|		if (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT) {
  ------------------
  |  |   47|     32|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (665:7): [True: 0, False: 32]
  ------------------
  666|       |			/* check if the existing SM channel is still valid */
  667|      0|			r = sc_pin_cmd(card, &check_sm_pin_data);
  668|      0|		}
  669|     32|		if (r == SC_ERROR_ASN1_OBJECT_NOT_FOUND || r == SC_ERROR_NOT_ALLOWED) {
  ------------------
  |  |   83|     64|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
              		if (r == SC_ERROR_ASN1_OBJECT_NOT_FOUND || r == SC_ERROR_NOT_ALLOWED) {
  ------------------
  |  |   59|     32|#define SC_ERROR_NOT_ALLOWED			-1209
  ------------------
  |  Branch (669:7): [True: 0, False: 32]
  |  Branch (669:46): [True: 32, False: 0]
  ------------------
  670|       |			/* need to establish a new SM channel */
  671|     32|			LOG_TEST_RET(card->ctx,
  ------------------
  |  |  174|     32|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     32|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     32|	int _ret = (r); \
  |  |  |  |  168|     32|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 32, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     32|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     32|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     32|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     32|		return _ret; \
  |  |  |  |  172|     32|	} \
  |  |  |  |  173|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  672|     32|					sc_hsm_perform_chip_authentication(card),
  673|     32|					"Could not perform chip authentication");
  674|     32|		}
  675|     32|	}
  676|    436|#endif
  677|       |
  678|    436|	if ((card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)
  ------------------
  |  |  560|    436|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (678:6): [True: 0, False: 436]
  ------------------
  679|      0|			&& (data->cmd == SC_PIN_CMD_VERIFY)
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (679:7): [True: 0, False: 0]
  ------------------
  680|      0|			&& (data->pin_reference == 0x81)
  ------------------
  |  Branch (680:7): [True: 0, False: 0]
  ------------------
  681|      0|			&& (!data->pin1.data || data->pin1.len <= 0)) {
  ------------------
  |  Branch (681:8): [True: 0, False: 0]
  |  Branch (681:28): [True: 0, False: 0]
  ------------------
  682|      0|		r = sc_hsm_soc_biomatch(card, data);
  683|    436|	} else {
  684|    436|		if ((data->cmd == SC_PIN_CMD_VERIFY) && (data->pin_reference == 0x88)) {
  ------------------
  |  |  415|    436|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (684:7): [True: 0, False: 436]
  |  Branch (684:43): [True: 0, False: 0]
  ------------------
  685|      0|			if (data->pin1.len != 16)
  ------------------
  |  Branch (685:8): [True: 0, False: 0]
  ------------------
  686|      0|				return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|      0|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
  687|       |
  688|       |			// Save SO PIN for later use in sc_hsm_init_pin()
  689|      0|			r = sc_hsm_encode_sopin(data->pin1.data, priv->sopin);
  690|      0|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  691|       |
  692|      0|			LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|      0|		}
  694|       |
  695|    436|		if ((data->cmd == SC_PIN_CMD_CHANGE) && (data->pin_reference == 0x88)) {
  ------------------
  |  |  416|    436|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (695:7): [True: 0, False: 436]
  |  Branch (695:43): [True: 0, False: 0]
  ------------------
  696|      0|			if ((data->pin1.len != 16) || (data->pin2.len != 16))
  ------------------
  |  Branch (696:8): [True: 0, False: 0]
  |  Branch (696:34): [True: 0, False: 0]
  ------------------
  697|      0|				return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|      0|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
  698|       |
  699|      0|			r = sc_hsm_encode_sopin(data->pin1.data, cmdbuff);
  700|      0|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  701|       |
  702|      0|			r = sc_hsm_encode_sopin(data->pin2.data, cmdbuff + 8);
  703|      0|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  704|       |
  705|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x24, 0x00, data->pin_reference);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  706|      0|			apdu.data = cmdbuff;
  707|      0|			apdu.datalen = sizeof(cmdbuff);
  708|      0|			apdu.lc = 16;
  709|      0|			apdu.resplen = 0;
  710|      0|			data->apdu = &apdu;
  711|      0|		}
  712|       |
  713|    436|#ifdef ENABLE_SM
  714|    436|		if ((data->cmd == SC_PIN_CMD_GET_INFO)
  ------------------
  |  |  418|    436|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (714:7): [True: 436, False: 0]
  ------------------
  715|    436|				&& (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT)) {
  ------------------
  |  |   47|    436|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (715:8): [True: 0, False: 436]
  ------------------
  716|       |			/* JCOP's SM accelerator is incapable of using case 1 APDU in SM */
  717|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0x20, 0x00, data->pin_reference);
  ------------------
  |  |  301|      0|#define SC_APDU_CASE_2			0x22
  ------------------
  718|      0|			apdu.resp = rbuf;
  719|      0|			apdu.resplen = sizeof rbuf;
  720|      0|			data->apdu = &apdu;
  721|      0|		}
  722|    436|#endif
  723|       |
  724|    436|		data->pin1.offset = 5;
  725|    436|		data->pin2.offset = 5;
  726|       |
  727|    436|		r = (*iso_ops->pin_cmd)(card, data);
  728|    436|		data->apdu = NULL;
  729|    436|	}
  730|    436|	LOG_TEST_RET(card->ctx, r, "Verification failed");
  ------------------
  |  |  174|    436|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    436|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    436|	int _ret = (r); \
  |  |  |  |  168|    436|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 284, False: 152]
  |  |  |  |  ------------------
  |  |  |  |  169|    284|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    284|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    284|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    284|		return _ret; \
  |  |  |  |  172|    284|	} \
  |  |  |  |  173|    436|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 152]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  731|       |
  732|    152|	if (cmd == SC_PIN_CMD_GET_SESSION_PIN) {
  ------------------
  |  |  419|    152|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (732:6): [True: 0, False: 152]
  ------------------
  733|       |		/* reset data->cmd to its original value */
  734|      0|		data->cmd = SC_PIN_CMD_GET_SESSION_PIN;
  ------------------
  |  |  419|      0|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  735|      0|		if (data->pin_reference == 0x81) {
  ------------------
  |  Branch (735:7): [True: 0, False: 0]
  ------------------
  736|      0|			u8 recvbuf[SC_MAX_APDU_BUFFER_SIZE];
  737|      0|#ifdef ENABLE_SM
  738|      0|			if (card->sm_ctx.sm_mode != SM_MODE_TRANSMIT) {
  ------------------
  |  |   47|      0|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (738:8): [True: 0, False: 0]
  ------------------
  739|      0|				sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  740|      0|						"Session PIN generation only supported in SM");
  741|      0|				LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|      0|			}
  743|       |#else
  744|       |			sc_log(card->ctx,
  745|       |					"Session PIN generation only supported in SM");
  746|       |			LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  747|       |#endif
  748|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0x5A, 0x01, data->pin_reference);
  ------------------
  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  749|      0|			apdu.cla = 0x80;
  750|      0|			apdu.resp = recvbuf;
  751|      0|			apdu.resplen = sizeof recvbuf;
  752|      0|			apdu.le = 0;
  753|      0|			if (sc_transmit_apdu(card, &apdu) != SC_SUCCESS
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (753:8): [True: 0, False: 0]
  ------------------
  754|      0|					|| sc_check_sw(card, apdu.sw1, apdu.sw2) != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (754:9): [True: 0, False: 0]
  ------------------
  755|      0|				sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  756|      0|						"Generating session PIN failed");
  757|      0|				LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  758|      0|			}
  759|      0|			if (data->pin2.data && pin2_len > 0) {
  ------------------
  |  Branch (759:8): [True: 0, False: 0]
  |  Branch (759:27): [True: 0, False: 0]
  ------------------
  760|      0|				if (pin2_len >= apdu.resplen) {
  ------------------
  |  Branch (760:9): [True: 0, False: 0]
  ------------------
  761|      0|					memcpy((unsigned char *) data->pin2.data, apdu.resp,
  762|      0|							apdu.resplen);
  763|      0|					data->pin2.len = apdu.resplen;
  764|      0|				} else {
  765|      0|					sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  766|      0|							"Buffer too small for session PIN");
  767|      0|				}
  768|      0|			}
  769|      0|		} else {
  770|      0|			sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  771|      0|					"Session PIN not supported for this PIN (0x%02X)",
  772|      0|					data->pin_reference);
  773|      0|		}
  774|      0|	}
  775|    152|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    152|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    152|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    152|	int _ret = r; \
  |  |  |  |  155|    152|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 152, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    152|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 152]
  |  |  |  |  ------------------
  |  |  |  |  157|    152|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    152|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    152|	return _ret; \
  |  |  |  |  163|    152|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|    152|}
card-sc-hsm.c:sc_hsm_perform_chip_authentication:
  492|     32|{
  493|     32|	int r, protocol;
  494|     32|	sc_path_t path;
  495|     32|	u8 all_certs[1024];
  496|     32|	EAC_CTX *ctx = NULL;
  497|     32|	size_t all_certs_len = sizeof all_certs, left, device_cert_len, issuer_cert_len;
  498|     32|	const unsigned char *cert = all_certs, *device_cert, *issuer_cert;
  499|     32|	BUF_MEM *comp_pub_key = NULL;
  500|     32|	sc_cvc_t cvc_device, cvc_issuer;
  501|       |	/* this is only needed to call sc_pkcs15emu_sc_hsm_decode_cvc */
  502|     32|	sc_pkcs15_card_t p15card;
  503|     32|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
  504|       |	/* we know that sc_pkcs15emu_sc_hsm_decode_cvc does not require anything
  505|       |	 * else to be initialized than p15card->card */
  506|     32|	p15card.card = card;
  507|       |
  508|     32|	memset(&cvc_device, 0, sizeof(cvc_device));
  509|     32|	memset(&cvc_issuer, 0, sizeof(cvc_issuer));
  510|       |
  511|       |
  512|     32|	if (priv->EF_C_DevAut && priv->EF_C_DevAut_len) {
  ------------------
  |  Branch (512:6): [True: 6, False: 26]
  |  Branch (512:27): [True: 6, False: 0]
  ------------------
  513|      6|		all_certs_len = priv->EF_C_DevAut_len;
  514|      6|		cert = priv->EF_C_DevAut;
  515|     26|	} else {
  516|       |		/* get issuer and device certificate from the card */
  517|     26|		r = sc_path_set(&path, SC_PATH_TYPE_FILE_ID, (u8 *) "\x2F\x02", 2, 0, 0);
  ------------------
  |  |  117|     26|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  518|     26|		if (r < 0)
  ------------------
  |  Branch (518:7): [True: 0, False: 26]
  ------------------
  519|      0|			goto err;
  520|     26|		r = sc_select_file(card, &path, NULL);
  521|     26|		if (r < 0)
  ------------------
  |  Branch (521:7): [True: 11, False: 15]
  ------------------
  522|     11|			goto err;
  523|     15|		r = sc_read_binary(card, 0, all_certs, all_certs_len, 0);
  524|     15|		if (r < 0)
  ------------------
  |  Branch (524:7): [True: 5, False: 10]
  ------------------
  525|      5|			goto err;
  526|     10|		if (r == 0) {
  ------------------
  |  Branch (526:7): [True: 3, False: 7]
  ------------------
  527|      3|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      3|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  528|      3|			goto err;
  529|      3|		}
  530|       |
  531|      7|		all_certs_len = r;
  532|       |
  533|       |		/* save EF_C_DevAut for further use */
  534|      7|		cert = realloc(priv->EF_C_DevAut, all_certs_len);
  535|      7|		if (cert) {
  ------------------
  |  Branch (535:7): [True: 7, False: 0]
  ------------------
  536|      7|			memcpy((unsigned char *) cert, all_certs, all_certs_len);
  537|      7|			priv->EF_C_DevAut = (unsigned char *) cert;
  538|      7|			priv->EF_C_DevAut_len = all_certs_len;
  539|      7|		}
  540|       |
  541|      7|		cert = all_certs;
  542|      7|	}
  543|     13|	left = all_certs_len;
  544|       |
  545|     13|	device_cert = cert;
  546|     13|	r = sc_pkcs15emu_sc_hsm_decode_cvc(&p15card, &cert, &left, &cvc_device);
  547|     13|	if (r < 0)
  ------------------
  |  Branch (547:6): [True: 13, False: 0]
  ------------------
  548|     13|		goto err;
  549|      0|	device_cert_len = all_certs_len - left;
  550|       |
  551|      0|	issuer_cert = cert;
  552|      0|	r = sc_pkcs15emu_sc_hsm_decode_cvc(&p15card, &cert, &left, &cvc_issuer);
  553|      0|	if (r < 0)
  ------------------
  |  Branch (553:6): [True: 0, False: 0]
  ------------------
  554|      0|		goto err;
  555|      0|	issuer_cert_len = all_certs_len - device_cert_len - left;
  556|       |
  557|      0|	ctx = EAC_CTX_new();
  558|      0|	if (!ctx) {
  ------------------
  |  Branch (558:6): [True: 0, False: 0]
  ------------------
  559|      0|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  560|      0|		goto err;
  561|      0|	}
  562|       |
  563|       |	/* FIXME set flags with opensc.conf */
  564|      0|	TA_disable_checks(ctx);
  565|      0|	CA_disable_passive_authentication(ctx);
  566|       |
  567|       |	/* check all CVCs given of the document's pki */
  568|      0|	if (!TA_STEP2_import_certificate(ctx, issuer_cert, issuer_cert_len)
  ------------------
  |  Branch (568:6): [True: 0, False: 0]
  ------------------
  569|      0|			|| !TA_STEP2_import_certificate(ctx, device_cert, device_cert_len)) {
  ------------------
  |  Branch (569:7): [True: 0, False: 0]
  ------------------
  570|      0|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  571|      0|		goto err;
  572|      0|	}
  573|       |
  574|       |	/* XXX on older JCOPs only NID_id_CA_ECDH_3DES_CBC_CBC may be
  575|       |	 * supported. The card does not export its capabilities. We hardcode
  576|       |	 * NID_id_CA_ECDH_AES_CBC_CMAC_128 here, because we don't have the older
  577|       |	 * cards in production. */
  578|      0|	protocol = NID_id_CA_ECDH_AES_CBC_CMAC_128;
  579|       |
  580|       |	/* initialize CA domain parameter with the document's public key */
  581|      0|	if (!EAC_CTX_init_ca(ctx, protocol, 8)) {
  ------------------
  |  Branch (581:6): [True: 0, False: 0]
  ------------------
  582|      0|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  583|      0|		goto err;
  584|      0|	}
  585|      0|	EVP_PKEY_free(ctx->ca_ctx->ka_ctx->key);
  586|      0|	if (!EVP_PKEY_up_ref(ctx->ta_ctx->pub_key)) {
  ------------------
  |  Branch (586:6): [True: 0, False: 0]
  ------------------
  587|      0|		sc_log_openssl(card->ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  588|      0|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  589|      0|		goto err;
  590|      0|	}
  591|      0|	ctx->ca_ctx->ka_ctx->key = ctx->ta_ctx->pub_key;
  592|       |
  593|       |	/* generate keys for CA */
  594|      0|	comp_pub_key = TA_STEP3_generate_ephemeral_key(ctx);
  595|      0|	r = perform_chip_authentication_ex(card, ctx,
  596|      0|			cvc_device.publicPoint, cvc_device.publicPointlen);
  597|       |
  598|     32|err:
  599|     32|	if (r < 0)
  ------------------
  |  Branch (599:6): [True: 32, False: 0]
  ------------------
  600|     32|		EAC_CTX_clear_free(ctx);
  601|     32|	if (comp_pub_key)
  ------------------
  |  Branch (601:6): [True: 0, False: 32]
  ------------------
  602|      0|		BUF_MEM_free(comp_pub_key);
  603|     32|	sc_pkcs15emu_sc_hsm_free_cvc(&cvc_device);
  604|     32|	sc_pkcs15emu_sc_hsm_free_cvc(&cvc_issuer);
  605|       |
  606|     32|	return r;
  607|      0|}

sc_get_setcos_driver:
 1130|  16.4k|{
 1131|  16.4k|	return sc_get_driver();
 1132|  16.4k|}
card-setcos.c:sc_get_driver:
 1110|  16.4k|{
 1111|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1112|       |
 1113|  16.4k|	setcos_ops = *iso_drv->ops;
 1114|  16.4k|	setcos_ops.match_card = setcos_match_card;
 1115|  16.4k|	setcos_ops.init = setcos_init;
 1116|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1116:6): [True: 1, False: 16.4k]
  ------------------
 1117|      1|		iso_ops = iso_drv->ops;
 1118|  16.4k|	setcos_ops.create_file = setcos_create_file;
 1119|  16.4k|	setcos_ops.set_security_env = setcos_set_security_env;
 1120|  16.4k|	setcos_ops.select_file = setcos_select_file;
 1121|  16.4k|	setcos_ops.list_files = setcos_list_files;
 1122|  16.4k|	setcos_ops.process_fci = setcos_process_fci;
 1123|  16.4k|	setcos_ops.construct_fci = setcos_construct_fci;
 1124|  16.4k|	setcos_ops.card_ctl = setcos_card_ctl;
 1125|       |
 1126|  16.4k|	return &setcos_drv;
 1127|  16.4k|}
card-setcos.c:setcos_match_card:
   83|  5.92k|{
   84|  5.92k|	sc_apdu_t apdu;
   85|  5.92k|	u8 buf[6];
   86|  5.92k|	int i;
   87|       |
   88|  5.92k|	i = _sc_match_atr(card, setcos_atrs, &card->type);
   89|  5.92k|	if (i < 0) {
  ------------------
  |  Branch (89:6): [True: 5.91k, False: 18]
  ------------------
   90|  5.91k|		if (match_hist_bytes(card, "FISE", 0)) {
  ------------------
  |  Branch (90:7): [True: 37, False: 5.87k]
  ------------------
   91|     37|			card->type = SC_CARD_TYPE_SETCOS_GENERIC;
   92|     37|			return 1;
   93|     37|		}
   94|       |		/* Check if it's a EID2.x applet by reading the version info */
   95|  5.87k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0xDF, 0x30);
  ------------------
  |  |  292|  5.87k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
   96|  5.87k|		apdu.cla = 0x00;
   97|  5.87k|		apdu.resp = buf;
   98|  5.87k|		apdu.resplen = 5;
   99|  5.87k|		apdu.le = 5;
  100|  5.87k|		i = sc_transmit_apdu(card, &apdu);
  101|  5.87k|		if (i == 0 && apdu.sw1 == 0x90 && apdu.sw2 == 0x00 && apdu.resplen == 5) {
  ------------------
  |  Branch (101:7): [True: 5.69k, False: 181]
  |  Branch (101:17): [True: 305, False: 5.38k]
  |  Branch (101:37): [True: 270, False: 35]
  |  Branch (101:57): [True: 227, False: 43]
  ------------------
  102|    227|			if (memcmp(buf, "v2.0", 4) == 0)
  ------------------
  |  Branch (102:8): [True: 104, False: 123]
  ------------------
  103|    104|				card->type = SC_CARD_TYPE_SETCOS_EID_V2_0;
  104|    123|			else if (memcmp(buf, "v2.1", 4) == 0)
  ------------------
  |  Branch (104:13): [True: 29, False: 94]
  ------------------
  105|     29|				card->type = SC_CARD_TYPE_SETCOS_EID_V2_1;
  106|     94|			else {
  107|     94|				buf[sizeof(buf) - 1] = '\0';
  108|     94|				sc_log(card->ctx,  "SetCOS EID applet %s is not supported", (char *) buf);
  ------------------
  |  |   71|     94|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  109|     94|				return 0;
  110|     94|			}
  111|    133|			return 1;
  112|    227|		}
  113|       |
  114|  5.64k|		return 0;
  115|  5.87k|	}
  116|     18|	card->flags = setcos_atrs[i].flags;
  117|     18|	return 1;
  118|  5.92k|}
card-setcos.c:match_hist_bytes:
   64|  5.91k|{
   65|  5.91k|	const char *src = (const char *) card->reader->atr_info.hist_bytes;
   66|  5.91k|	size_t srclen = card->reader->atr_info.hist_bytes_len;
   67|  5.91k|	size_t offset = 0;
   68|       |
   69|  5.91k|	if (len == 0)
  ------------------
  |  Branch (69:6): [True: 5.91k, False: 0]
  ------------------
   70|  5.91k|		len = strlen(str);
   71|  5.91k|	if (srclen < len)
  ------------------
  |  Branch (71:6): [True: 3.77k, False: 2.14k]
  ------------------
   72|  3.77k|		return 0;
   73|  14.5k|	while (srclen - offset > len) {
  ------------------
  |  Branch (73:9): [True: 12.4k, False: 2.10k]
  ------------------
   74|  12.4k|		if (memcmp(src + offset, str, len) == 0) {
  ------------------
  |  Branch (74:7): [True: 37, False: 12.3k]
  ------------------
   75|     37|			return 1;
   76|     37|		}
   77|  12.3k|		offset++;
   78|  12.3k|	}
   79|  2.10k|	return 0;
   80|  2.14k|}
card-setcos.c:setcos_init:
  133|    188|{
  134|    188|	card->name = "SetCOS";
  135|       |
  136|       |	/* Handle unknown or forced cards */
  137|    188|	if (card->type < 0) {
  ------------------
  |  Branch (137:6): [True: 0, False: 188]
  ------------------
  138|      0|		card->type = SC_CARD_TYPE_SETCOS_GENERIC;
  139|      0|	}
  140|       |
  141|    188|	switch (card->type) {
  142|      5|	case SC_CARD_TYPE_SETCOS_NIDEL:
  ------------------
  |  Branch (142:2): [True: 5, False: 183]
  ------------------
  143|      5|		card->cla = 0x00;
  144|      5|		select_pkcs15_app(card);
  145|      5|		if (card->flags & SC_CARD_FLAG_RNG)
  ------------------
  |  |  536|      5|#define SC_CARD_FLAG_RNG		0x00000002
  ------------------
  |  Branch (145:7): [True: 0, False: 5]
  ------------------
  146|      0|			card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|      0|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  147|      5|		break;
  148|     12|	case SC_CARD_TYPE_SETCOS_44:
  ------------------
  |  Branch (148:2): [True: 12, False: 176]
  ------------------
  149|    116|	case SC_CARD_TYPE_SETCOS_EID_V2_0:
  ------------------
  |  Branch (149:2): [True: 104, False: 84]
  ------------------
  150|    145|	case SC_CARD_TYPE_SETCOS_EID_V2_1:
  ------------------
  |  Branch (150:2): [True: 29, False: 159]
  ------------------
  151|    145|		card->cla = 0x00;
  152|    145|		card->caps |= SC_CARD_CAP_USE_FCI_AC;
  ------------------
  |  |  557|    145|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  ------------------
  153|    145|		card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    145|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  154|    145|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    145|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  155|    145|		break;
  156|     38|	default:
  ------------------
  |  Branch (156:2): [True: 38, False: 150]
  ------------------
  157|       |		/* XXX: Get SetCOS version */
  158|     38|		card->cla = 0x80;	/* SetCOS 4.3.x */
  159|       |		/* State that we have an RNG */
  160|     38|		card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     38|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  161|     38|		break;
  162|    188|	}
  163|       |
  164|    188|	switch (card->type) {
  ------------------
  |  Branch (164:10): [True: 151, False: 37]
  ------------------
  165|      1|	case SC_CARD_TYPE_SETCOS_PKI: {
  ------------------
  |  Branch (165:2): [True: 1, False: 187]
  ------------------
  166|      1|		unsigned long flags;
  167|       |
  168|      1|		flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  102|      1|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              		flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|      1|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|      1|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|      1|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  169|      1|		flags |= SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  133|      1|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
              		flags |= SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|      1|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  170|       |
  171|      1|		_sc_card_add_rsa_alg(card, 1024, flags, 0);
  172|      1|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  173|      1|	} break;
  174|     12|	case SC_CARD_TYPE_SETCOS_44:
  ------------------
  |  Branch (174:2): [True: 12, False: 176]
  ------------------
  175|     17|	case SC_CARD_TYPE_SETCOS_NIDEL:
  ------------------
  |  Branch (175:2): [True: 5, False: 183]
  ------------------
  176|    121|	case SC_CARD_TYPE_SETCOS_EID_V2_0:
  ------------------
  |  Branch (176:2): [True: 104, False: 84]
  ------------------
  177|    150|	case SC_CARD_TYPE_SETCOS_EID_V2_1:
  ------------------
  |  Branch (177:2): [True: 29, False: 159]
  ------------------
  178|    150|		{
  179|    150|			unsigned long flags;
  180|       |
  181|    150|			flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  102|    150|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              			flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|    150|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    150|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    150|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  182|    150|			flags |= SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  133|    150|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
              			flags |= SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|    150|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  183|    150|			flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    150|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  184|       |
  185|    150|			_sc_card_add_rsa_alg(card, 512, flags, 0);
  186|    150|			_sc_card_add_rsa_alg(card, 768, flags, 0);
  187|    150|			_sc_card_add_rsa_alg(card, 1024, flags, 0);
  188|    150|			_sc_card_add_rsa_alg(card, 2048, flags, 0);
  189|    150|		}
  190|    150|		break;
  191|    188|	}
  192|    188|	return 0;
  193|    188|}
card-setcos.c:select_pkcs15_app:
  121|      5|{
  122|      5|	sc_path_t app;
  123|      5|	int r;
  124|       |
  125|       |	/* Regular PKCS#15 AID */
  126|      5|	sc_format_path("A000000063504B43532D3135", &app);
  127|      5|	app.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|      5|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  128|       |	r = sc_select_file(card, &app, NULL);
  129|      5|	return r;
  130|      5|}
card-setcos.c:setcos_select_file:
  895|    964|{
  896|    964|	int r;
  897|       |
  898|    964|	r = iso_ops->select_file(card, in_path, file);
  899|    964|	if (r)
  ------------------
  |  Branch (899:6): [True: 704, False: 260]
  ------------------
  900|    704|		return r;
  901|    260|	if (file != NULL) {
  ------------------
  |  Branch (901:6): [True: 214, False: 46]
  ------------------
  902|    214|		if (card->type == SC_CARD_TYPE_SETCOS_44 ||
  ------------------
  |  Branch (902:7): [True: 28, False: 186]
  ------------------
  903|    186|		    card->type == SC_CARD_TYPE_SETCOS_NIDEL ||
  ------------------
  |  Branch (903:7): [True: 4, False: 182]
  ------------------
  904|    182|		    SETCOS_IS_EID_APPLET(card))
  ------------------
  |  |   46|    182|#define SETCOS_IS_EID_APPLET(card) ((card)->type == SC_CARD_TYPE_SETCOS_EID_V2_0 || (card)->type == SC_CARD_TYPE_SETCOS_EID_V2_1)
  |  |  ------------------
  |  |  |  Branch (46:37): [True: 105, False: 77]
  |  |  |  Branch (46:85): [True: 30, False: 47]
  |  |  ------------------
  ------------------
  905|    167|			parse_sec_attr_44(*file, (*file)->sec_attr, (*file)->sec_attr_len);
  906|     47|		else
  907|     47|			parse_sec_attr(*file, (*file)->sec_attr, (*file)->sec_attr_len);
  908|    214|	}
  909|    260|	return 0;
  910|    964|}
card-setcos.c:parse_sec_attr_44:
  740|    167|{
  741|       |	/* OpenSc Operation values for each command operation-type */
  742|    167|	const int df_idx[8] = {	 /* byte 1 = OpenSC type of AC Bit0,  byte 2 = OpenSC type of AC Bit1 ...*/
  743|    167|		SC_AC_OP_DELETE, SC_AC_OP_CREATE, SC_AC_OP_CREATE,
  ------------------
  |  |  168|    167|#define SC_AC_OP_DELETE			2
  ------------------
              		SC_AC_OP_DELETE, SC_AC_OP_CREATE, SC_AC_OP_CREATE,
  ------------------
  |  |  169|    167|#define SC_AC_OP_CREATE			3
  ------------------
              		SC_AC_OP_DELETE, SC_AC_OP_CREATE, SC_AC_OP_CREATE,
  ------------------
  |  |  169|    167|#define SC_AC_OP_CREATE			3
  ------------------
  744|    167|		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  171|    167|#define SC_AC_OP_INVALIDATE		5
  ------------------
              		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|    167|#define SC_AC_OP_REHABILITATE		4
  ------------------
  745|    167|		SC_AC_OP_LOCK, SC_AC_OP_DELETE, -1};
  ------------------
  |  |  167|    167|#define SC_AC_OP_LOCK			1
  ------------------
              		SC_AC_OP_LOCK, SC_AC_OP_DELETE, -1};
  ------------------
  |  |  168|    167|#define SC_AC_OP_DELETE			2
  ------------------
  746|    167|	const int ef_idx[8] = {
  747|    167|		SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  188|    167|#define SC_AC_OP_READ			22
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  189|    167|#define SC_AC_OP_UPDATE			23
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  190|    167|#define SC_AC_OP_WRITE			24
  ------------------
  748|    167|		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  171|    167|#define SC_AC_OP_INVALIDATE		5
  ------------------
              		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|    167|#define SC_AC_OP_REHABILITATE		4
  ------------------
  749|    167|		-1, SC_AC_OP_ERASE, -1};
  ------------------
  |  |  202|    167|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|    167|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  750|    167|	const int efi_idx[8] = { /* internal EF used for RSA keys */
  751|    167|		SC_AC_OP_READ, SC_AC_OP_ERASE, SC_AC_OP_UPDATE,
  ------------------
  |  |  188|    167|#define SC_AC_OP_READ			22
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_ERASE, SC_AC_OP_UPDATE,
  ------------------
  |  |  202|    167|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|    167|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_ERASE, SC_AC_OP_UPDATE,
  ------------------
  |  |  189|    167|#define SC_AC_OP_UPDATE			23
  ------------------
  752|    167|		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  171|    167|#define SC_AC_OP_INVALIDATE		5
  ------------------
              		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|    167|#define SC_AC_OP_REHABILITATE		4
  ------------------
  753|    167|		-1, SC_AC_OP_ERASE, -1};
  ------------------
  |  |  202|    167|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|    167|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  754|       |
  755|    167|	u8		bValue;
  756|    167|	int		i;
  757|    167|	int		iKeyRef = 0;
  758|    167|	int		iMethod;
  759|    167|	int		iPinCount;
  760|    167|	int		iOffset = 0;
  761|    167|	int		iOperation;
  762|    167|	const int*	p_idx;
  763|       |
  764|       |	/* Check all sub-AC definitions within the total AC */
  765|  1.16k|	while (len > 1 && (size_t)iOffset < len) {	/* minimum length = 2 */
  ------------------
  |  Branch (765:9): [True: 1.09k, False: 70]
  |  Branch (765:20): [True: 1.02k, False: 75]
  ------------------
  766|  1.02k|		size_t iACLen   = buf[iOffset] & 0x0F;
  767|  1.02k|		if (iACLen >= len)
  ------------------
  |  Branch (767:7): [True: 16, False: 1.00k]
  ------------------
  768|     16|			break;
  769|       |
  770|  1.00k|		iMethod = SC_AC_NONE;		/* default no authentication required */
  ------------------
  |  |  150|  1.00k|#define SC_AC_NONE			0x00000000
  ------------------
  771|       |
  772|  1.00k|		if (buf[iOffset] & 0X80) { /* AC in adaptive coding */
  ------------------
  |  Branch (772:7): [True: 391, False: 614]
  ------------------
  773|       |			/* Evaluates only the command-byte, not the optional P1/P2/Option bytes */
  774|    391|			size_t	iParmLen = 1;			/* command-byte is always present */
  775|    391|			size_t	iKeyLen  = 0;			/* Encryption key is optional */
  776|       |
  777|    391|			if (buf[iOffset]   & 0x20) iKeyLen++;
  ------------------
  |  Branch (777:8): [True: 231, False: 160]
  ------------------
  778|    391|			if (buf[iOffset+1] & 0x40) iParmLen++;
  ------------------
  |  Branch (778:8): [True: 165, False: 226]
  ------------------
  779|    391|			if (buf[iOffset+1] & 0x20) iParmLen++;
  ------------------
  |  Branch (779:8): [True: 202, False: 189]
  ------------------
  780|    391|			if (buf[iOffset+1] & 0x10) iParmLen++;
  ------------------
  |  Branch (780:8): [True: 147, False: 244]
  ------------------
  781|    391|			if (buf[iOffset+1] & 0x08) iParmLen++;
  ------------------
  |  Branch (781:8): [True: 41, False: 350]
  ------------------
  782|       |
  783|       |			/* Get KeyNumber if available */
  784|    391|			if(iKeyLen) {
  ------------------
  |  Branch (784:7): [True: 231, False: 160]
  ------------------
  785|    231|				int iSC;
  786|    231|				if (len < 1 + iACLen)
  ------------------
  |  Branch (786:9): [True: 0, False: 231]
  ------------------
  787|      0|					break;
  788|    231|				iSC = buf[iOffset+iACLen];
  789|       |
  790|    231|				switch( (iSC>>5) & 0x03 ){
  ------------------
  |  Branch (790:13): [True: 231, False: 0]
  ------------------
  791|     22|				case 0:
  ------------------
  |  Branch (791:5): [True: 22, False: 209]
  ------------------
  792|     22|					iMethod = SC_AC_TERM;		/* key authentication */
  ------------------
  |  |  152|     22|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  793|     22|					break;
  794|    100|				case 1:
  ------------------
  |  Branch (794:5): [True: 100, False: 131]
  ------------------
  795|    100|					iMethod = SC_AC_AUT;		/* key authentication  */
  ------------------
  |  |  154|    100|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  796|    100|					break;
  797|     21|				case 2:
  ------------------
  |  Branch (797:5): [True: 21, False: 210]
  ------------------
  798|    109|				case 3:
  ------------------
  |  Branch (798:5): [True: 88, False: 143]
  ------------------
  799|    109|					iMethod = SC_AC_PRO;		/* secure messaging */
  ------------------
  |  |  153|    109|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  800|    109|					break;
  801|    231|				}
  802|    231|				iKeyRef = iSC & 0x1F;			/* get key number */
  803|    231|			}
  804|       |
  805|       |			/* Get PinNumber if available */
  806|    391|			if (iACLen > (1+iParmLen+iKeyLen)) {  /* check via total length if pin is present */
  ------------------
  |  Branch (806:8): [True: 34, False: 357]
  ------------------
  807|     34|				if (len < 1+1+1+(size_t)iParmLen)
  ------------------
  |  Branch (807:9): [True: 0, False: 34]
  ------------------
  808|      0|					break;
  809|     34|				iKeyRef = buf[iOffset+1+1+iParmLen];  /* PTL + AM-header + parameter-bytes */
  810|     34|				iMethod = SC_AC_CHV;
  ------------------
  |  |  151|     34|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  811|     34|			}
  812|       |
  813|       |			/* Convert SETCOS command to OpenSC command group */
  814|    391|			if (len < 1+2)
  ------------------
  |  Branch (814:8): [True: 6, False: 385]
  ------------------
  815|      6|				break;
  816|    385|			switch(buf[iOffset+2]){
  817|     11|			case 0x2A:			/* crypto operation */
  ------------------
  |  Branch (817:4): [True: 11, False: 374]
  ------------------
  818|     11|				iOperation = SC_AC_OP_CRYPTO;
  ------------------
  |  |  173|     11|#define SC_AC_OP_CRYPTO			7
  ------------------
  819|     11|				break;
  820|     19|			case 0x46:			/* key-generation operation */
  ------------------
  |  Branch (820:4): [True: 19, False: 366]
  ------------------
  821|     19|				iOperation = SC_AC_OP_UPDATE;
  ------------------
  |  |  189|     19|#define SC_AC_OP_UPDATE			23
  ------------------
  822|     19|				break;
  823|    355|			default:
  ------------------
  |  Branch (823:4): [True: 355, False: 30]
  ------------------
  824|    355|				iOperation = SC_AC_OP_SELECT;
  ------------------
  |  |  166|    355|#define SC_AC_OP_SELECT			0
  ------------------
  825|    355|				break;
  826|    385|			}
  827|    385|			sc_file_add_acl_entry(file, iOperation, iMethod, iKeyRef);
  828|    385|		}
  829|    614|		else { /* AC in simple coding */
  830|       |			   /* Initial AC is treated as an operational AC */
  831|       |
  832|       |			/* Get specific Cmd groups for specified file-type */
  833|    614|			switch (file->type) {
  834|     73|			case SC_FILE_TYPE_DF:            /* DF */
  ------------------
  |  |  214|     73|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (834:4): [True: 73, False: 541]
  ------------------
  835|     73|				p_idx = df_idx;
  836|     73|				break;
  837|     74|			case SC_FILE_TYPE_INTERNAL_EF:   /* EF for RSA keys */
  ------------------
  |  |  215|     74|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  |  Branch (837:4): [True: 74, False: 540]
  ------------------
  838|     74|				p_idx = efi_idx;
  839|     74|				break;
  840|    467|			default:                         /* EF */
  ------------------
  |  Branch (840:4): [True: 467, False: 147]
  ------------------
  841|    467|				p_idx = ef_idx;
  842|    467|				break;
  843|    614|			}
  844|       |
  845|       |			/* Encryption key present ? */
  846|    614|			iPinCount = iACLen > 0 ? (int)iACLen - 1 : 0;
  ------------------
  |  Branch (846:16): [True: 139, False: 475]
  ------------------
  847|       |
  848|    614|			if (buf[iOffset] & 0x20) {
  ------------------
  |  Branch (848:8): [True: 301, False: 313]
  ------------------
  849|    301|				int iSC;
  850|    301|				if (len < 1 + (size_t)iACLen)
  ------------------
  |  Branch (850:9): [True: 0, False: 301]
  ------------------
  851|      0|					break;
  852|    301|				iSC = buf[iOffset + iACLen];
  853|       |
  854|    301|				switch( (iSC>>5) & 0x03 ) {
  ------------------
  |  Branch (854:13): [True: 301, False: 0]
  ------------------
  855|     27|				case 0:
  ------------------
  |  Branch (855:5): [True: 27, False: 274]
  ------------------
  856|     27|					iMethod = SC_AC_TERM;		/* key authentication */
  ------------------
  |  |  152|     27|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  857|     27|					break;
  858|    129|				case 1:
  ------------------
  |  Branch (858:5): [True: 129, False: 172]
  ------------------
  859|    129|					iMethod = SC_AC_AUT;		/* key authentication  */
  ------------------
  |  |  154|    129|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  860|    129|					break;
  861|     15|				case 2:
  ------------------
  |  Branch (861:5): [True: 15, False: 286]
  ------------------
  862|    145|				case 3:
  ------------------
  |  Branch (862:5): [True: 130, False: 171]
  ------------------
  863|    145|					iMethod = SC_AC_PRO;		/* secure messaging */
  ------------------
  |  |  153|    145|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  864|    145|					break;
  865|    301|				}
  866|    301|				iKeyRef = iSC & 0x1F;			/* get key number */
  867|       |
  868|    301|				iPinCount--;				/* one byte used for keyReference  */
  869|    301|			}
  870|       |
  871|       |			/* Pin present ? */
  872|    614|			if ( iPinCount > 0 ) {
  ------------------
  |  Branch (872:9): [True: 81, False: 533]
  ------------------
  873|     81|				if (len < 1 + 2)
  ------------------
  |  Branch (873:9): [True: 0, False: 81]
  ------------------
  874|      0|					break;
  875|     81|				iKeyRef = buf[iOffset + 2];	/* pin ref */
  876|     81|				iMethod = SC_AC_CHV;
  ------------------
  |  |  151|     81|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  877|     81|			}
  878|       |
  879|       |			/* Add AC for each command-operationType into OpenSc structure */
  880|    614|			bValue = buf[iOffset + 1];
  881|  5.52k|			for (i = 0; i < 8; i++) {
  ------------------
  |  Branch (881:16): [True: 4.91k, False: 614]
  ------------------
  882|  4.91k|				if((bValue & 1) && (p_idx[i] >= 0))
  ------------------
  |  Branch (882:8): [True: 1.03k, False: 3.88k]
  |  Branch (882:24): [True: 697, False: 334]
  ------------------
  883|    697|					sc_file_add_acl_entry(file, p_idx[i], iMethod, iKeyRef);
  884|  4.91k|				bValue >>= 1;
  885|  4.91k|			}
  886|    614|		}
  887|       |		/* Current field treated, get next AC sub-field */
  888|    999|		iOffset += iACLen +1;		/* AC + PTL-byte */
  889|    999|		len     -= iACLen +1;
  890|    999|	}
  891|    167|}
card-setcos.c:parse_sec_attr:
  712|     47|{
  713|     47|	int i;
  714|     47|	int idx[6];
  715|       |
  716|     47|	if (len < 6)
  ------------------
  |  Branch (716:6): [True: 11, False: 36]
  ------------------
  717|     11|		return;
  718|     36|	if (file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|     36|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (718:6): [True: 6, False: 30]
  ------------------
  719|      6|		const int df_idx[6] = {
  720|      6|			SC_AC_OP_SELECT, SC_AC_OP_LOCK, SC_AC_OP_DELETE,
  ------------------
  |  |  166|      6|#define SC_AC_OP_SELECT			0
  ------------------
              			SC_AC_OP_SELECT, SC_AC_OP_LOCK, SC_AC_OP_DELETE,
  ------------------
  |  |  167|      6|#define SC_AC_OP_LOCK			1
  ------------------
              			SC_AC_OP_SELECT, SC_AC_OP_LOCK, SC_AC_OP_DELETE,
  ------------------
  |  |  168|      6|#define SC_AC_OP_DELETE			2
  ------------------
  721|      6|			SC_AC_OP_CREATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  169|      6|#define SC_AC_OP_CREATE			3
  ------------------
              			SC_AC_OP_CREATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|      6|#define SC_AC_OP_REHABILITATE		4
  ------------------
  722|      6|			SC_AC_OP_INVALIDATE
  ------------------
  |  |  171|      6|#define SC_AC_OP_INVALIDATE		5
  ------------------
  723|      6|		};
  724|     42|		for (i = 0; i < 6; i++)
  ------------------
  |  Branch (724:15): [True: 36, False: 6]
  ------------------
  725|     36|			idx[i] = df_idx[i];
  726|     30|	} else {
  727|     30|		const int ef_idx[6] = {
  728|     30|			SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  188|     30|#define SC_AC_OP_READ			22
  ------------------
              			SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  189|     30|#define SC_AC_OP_UPDATE			23
  ------------------
              			SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  190|     30|#define SC_AC_OP_WRITE			24
  ------------------
  729|     30|			SC_AC_OP_ERASE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  202|     30|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|     30|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
              			SC_AC_OP_ERASE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|     30|#define SC_AC_OP_REHABILITATE		4
  ------------------
  730|     30|			SC_AC_OP_INVALIDATE
  ------------------
  |  |  171|     30|#define SC_AC_OP_INVALIDATE		5
  ------------------
  731|     30|		};
  732|    210|		for (i = 0; i < 6; i++)
  ------------------
  |  Branch (732:15): [True: 180, False: 30]
  ------------------
  733|    180|			idx[i] = ef_idx[i];
  734|     30|	}
  735|    252|	for (i = 0; i < 6; i++)
  ------------------
  |  Branch (735:14): [True: 216, False: 36]
  ------------------
  736|    216|		add_acl_entry(file, idx[i], buf[i]);
  737|     36|}
card-setcos.c:add_acl_entry:
  683|    216|{
  684|    216|	unsigned int method, key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|    216|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  685|       |
  686|    216|	switch (byte >> 4) {
  687|     50|	case 0:
  ------------------
  |  Branch (687:2): [True: 50, False: 166]
  ------------------
  688|     50|		method = SC_AC_NONE;
  ------------------
  |  |  150|     50|#define SC_AC_NONE			0x00000000
  ------------------
  689|     50|		break;
  690|     23|	case 1:
  ------------------
  |  Branch (690:2): [True: 23, False: 193]
  ------------------
  691|     23|		method = SC_AC_CHV;
  ------------------
  |  |  151|     23|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  692|     23|		key_ref = 1;
  693|     23|		break;
  694|     22|	case 2:
  ------------------
  |  Branch (694:2): [True: 22, False: 194]
  ------------------
  695|     22|		method = SC_AC_CHV;
  ------------------
  |  |  151|     22|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  696|     22|		key_ref = 2;
  697|     22|		break;
  698|     21|	case 4:
  ------------------
  |  Branch (698:2): [True: 21, False: 195]
  ------------------
  699|     21|		method = SC_AC_TERM;
  ------------------
  |  |  152|     21|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  700|     21|		break;
  701|     42|	case 15:
  ------------------
  |  Branch (701:2): [True: 42, False: 174]
  ------------------
  702|     42|		method = SC_AC_NEVER;
  ------------------
  |  |  163|     42|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  703|     42|		break;
  704|     58|	default:
  ------------------
  |  Branch (704:2): [True: 58, False: 158]
  ------------------
  705|     58|		method = SC_AC_UNKNOWN;
  ------------------
  |  |  162|     58|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  706|     58|		break;
  707|    216|	}
  708|    216|	sc_file_add_acl_entry(file, op, method, key_ref);
  709|    216|}
card-setcos.c:setcos_process_fci:
  936|    210|{
  937|    210|	int r = iso_ops->process_fci(card, file, buf, buflen);
  938|       |
  939|       |	/* SetCOS 4.4: RSA key file is an internal EF but it's
  940|       |	 * file descriptor doesn't seem to follow ISO7816. */
  941|    210|	if (r >= 0 && (card->type == SC_CARD_TYPE_SETCOS_44 ||
  ------------------
  |  Branch (941:6): [True: 210, False: 0]
  |  Branch (941:17): [True: 27, False: 183]
  ------------------
  942|    183|	               SETCOS_IS_EID_APPLET(card))) {
  ------------------
  |  |   46|    183|#define SETCOS_IS_EID_APPLET(card) ((card)->type == SC_CARD_TYPE_SETCOS_EID_V2_0 || (card)->type == SC_CARD_TYPE_SETCOS_EID_V2_1)
  |  |  ------------------
  |  |  |  Branch (46:37): [True: 105, False: 78]
  |  |  |  Branch (46:85): [True: 30, False: 48]
  |  |  ------------------
  ------------------
  943|    162|		const u8 *tag;
  944|    162|		size_t taglen = 1;
  945|    162|		tag = (u8 *) sc_asn1_find_tag(card->ctx, buf, buflen, 0x82, &taglen);
  946|    162|		if (tag != NULL && taglen == 1 && *tag == 0x11)
  ------------------
  |  Branch (946:7): [True: 35, False: 127]
  |  Branch (946:22): [True: 24, False: 11]
  |  Branch (946:37): [True: 5, False: 19]
  ------------------
  947|      5|			file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|      5|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  948|    162|	}
  949|       |
  950|    210|	return r;
  951|    210|}
card-setcos.c:setcos_card_ctl:
 1086|      6|{
 1087|      6|	if (card->type != SC_CARD_TYPE_SETCOS_44 && !SETCOS_IS_EID_APPLET(card))
  ------------------
  |  |   46|      5|#define SETCOS_IS_EID_APPLET(card) ((card)->type == SC_CARD_TYPE_SETCOS_EID_V2_0 || (card)->type == SC_CARD_TYPE_SETCOS_EID_V2_1)
  |  |  ------------------
  |  |  |  Branch (46:37): [True: 2, False: 3]
  |  |  |  Branch (46:85): [True: 1, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (1087:6): [True: 5, False: 1]
  ------------------
 1088|      2|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      2|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1089|       |
 1090|      4|	switch(cmd) {
  ------------------
  |  Branch (1090:9): [True: 0, False: 4]
  ------------------
 1091|      0|	case SC_CARDCTL_SETCOS_PUTDATA:
  ------------------
  |  Branch (1091:2): [True: 0, False: 4]
  ------------------
 1092|      0|		return setcos_putdata(card,
 1093|      0|				(struct sc_cardctl_setcos_data_obj*) ptr);
 1094|      0|		break;
 1095|      0|	case SC_CARDCTL_SETCOS_GETDATA:
  ------------------
  |  Branch (1095:2): [True: 0, False: 4]
  ------------------
 1096|      0|		return setcos_getdata(card,
 1097|      0|				(struct sc_cardctl_setcos_data_obj*) ptr);
 1098|      0|		break;
 1099|      0|	case SC_CARDCTL_SETCOS_GENERATE_STORE_KEY:
  ------------------
  |  Branch (1099:2): [True: 0, False: 4]
  ------------------
 1100|      0|		return setcos_generate_store_key(card,
 1101|      0|				(struct sc_cardctl_setcos_gen_store_key_info *) ptr);
 1102|      0|	case SC_CARDCTL_SETCOS_ACTIVATE_FILE:
  ------------------
  |  Branch (1102:2): [True: 0, False: 4]
  ------------------
 1103|      0|		return setcos_activate_file(card);
 1104|      4|	}
 1105|       |
 1106|      4|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      4|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1107|      4|}

sc_get_skeid_driver:
  179|  16.4k|{
  180|  16.4k|	if (iso_ops == NULL) iso_ops = sc_get_iso7816_driver()->ops;
  ------------------
  |  Branch (180:6): [True: 1, False: 16.4k]
  ------------------
  181|  16.4k|	skeid_ops = *iso_ops;
  182|  16.4k|	skeid_ops.match_card = skeid_match_card;
  183|  16.4k|	skeid_ops.init = skeid_init;
  184|  16.4k|	skeid_ops.set_security_env = skeid_set_security_env;
  185|  16.4k|	skeid_ops.logout = skeid_logout;
  186|  16.4k|	return &skeid_drv;
  187|  16.4k|}
card-skeid.c:skeid_match_card:
   73|  15.4k|{
   74|  15.4k|	if (_sc_match_atr(card, skeid_atrs, &card->type) < 0 || skeid_known_url(card) != SC_SUCCESS)
  ------------------
  |  |   28|     92|#define SC_SUCCESS				0
  ------------------
  |  Branch (74:6): [True: 15.3k, False: 92]
  |  Branch (74:58): [True: 70, False: 22]
  ------------------
   75|  15.4k|		return 0;
   76|       |
   77|     22|	sc_log(card->ctx,  "Slovak eID card v3 (CardOS 5.4)");
  ------------------
  |  |   71|     22|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   78|       |
   79|     22|	return 1;
   80|  15.4k|}
card-skeid.c:skeid_known_url:
   53|     92|{
   54|     92|	const struct sc_aid skeid_aid_eid = {{0xE8, 0x07, 0x04, 0x00, 0x7F, 0x00, 0x07, 0x03, 0x02}, 9};
   55|     92|	const char *known_url = "\x80\x01\x00\x5F\x50\x28http://www.minv.sk/cif/cif-sk-eid-v3.xml";
   56|     92|	u8 buf[SKEID_KNOWN_URL_LEN];
   57|       |
   58|     92|	sc_path_t url_path;
   59|       |
   60|     92|	int r = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|     92|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   61|       |
   62|     92|	sc_path_set(&url_path, SC_PATH_TYPE_DF_NAME, skeid_aid_eid.value, skeid_aid_eid.len, 0, 0);
  ------------------
  |  |  118|     92|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
   63|       |
   64|     92|	if (sc_select_file(card, &url_path, NULL) == SC_SUCCESS
  ------------------
  |  |   28|    184|#define SC_SUCCESS				0
  ------------------
  |  Branch (64:6): [True: 47, False: 45]
  ------------------
   65|     47|		&& sc_get_data(card, 0x7F62, buf, SKEID_KNOWN_URL_LEN) == SKEID_KNOWN_URL_LEN
  ------------------
  |  |   30|     47|#define SKEID_KNOWN_URL_LEN 46
  ------------------
              		&& sc_get_data(card, 0x7F62, buf, SKEID_KNOWN_URL_LEN) == SKEID_KNOWN_URL_LEN
  ------------------
  |  |   30|    139|#define SKEID_KNOWN_URL_LEN 46
  ------------------
  |  Branch (65:6): [True: 35, False: 12]
  ------------------
   66|     35|		&& !memcmp(buf, known_url, SKEID_KNOWN_URL_LEN))
  ------------------
  |  |   30|     35|#define SKEID_KNOWN_URL_LEN 46
  ------------------
  |  Branch (66:6): [True: 22, False: 13]
  ------------------
   67|     22|		r = SC_SUCCESS;
  ------------------
  |  |   28|     22|#define SC_SUCCESS				0
  ------------------
   68|       |
   69|     92|	return r;
   70|     92|}
card-skeid.c:skeid_init:
  108|     22|{
  109|     22|	const unsigned long flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  111|     22|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     22|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     22|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              	const unsigned long flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|     22|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  110|     22|	const size_t data_field_length = 437;
  111|     22|	int r;
  112|       |
  113|     22|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     22|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     22|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     22|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 22]
  |  |  ------------------
  ------------------
  114|       |
  115|     22|	card->name = "Slovak eID (CardOS)";
  116|     22|	card->type = SC_CARD_TYPE_SKEID_V3;
  117|     22|	card->cla = 0x00;
  118|       |
  119|     22|	r = skeid_get_serialnr(card);
  120|     22|	LOG_TEST_RET(card->ctx, r, "Error reading serial number.");
  ------------------
  |  |  174|     22|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     22|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     22|	int _ret = (r); \
  |  |  |  |  168|     22|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  121|       |
  122|     16|	card->caps |= SC_CARD_CAP_APDU_EXT | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  547|     16|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
              	card->caps |= SC_CARD_CAP_APDU_EXT | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|     16|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  123|       |
  124|     16|	card->max_send_size = data_field_length - 6;
  125|       |#ifdef _WIN32
  126|       |	/* see card-cardos.c */
  127|       |	if (card->reader->max_send_size == 255 && card->reader->max_recv_size == 256) {
  128|       |		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "resetting reader to use data_field_length");
  129|       |		card->reader->max_send_size = data_field_length - 6;
  130|       |		card->reader->max_recv_size = data_field_length - 3;
  131|       |	}
  132|       |#endif
  133|       |
  134|     16|	card->max_send_size = sc_get_max_send_size(card); /* see card-cardos.c */
  135|     16|	card->max_recv_size = data_field_length - 2;
  136|     16|	card->max_recv_size = sc_get_max_recv_size(card);
  137|       |
  138|     16|	r = _sc_card_add_rsa_alg(card, 3072, flags, 0);
  139|       |
  140|     16|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     16|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     16|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     16|	int _ret = r; \
  |  |  |  |  155|     16|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  157|     16|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     16|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     16|	return _ret; \
  |  |  |  |  163|     16|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|     16|}
card-skeid.c:skeid_get_serialnr:
   83|     22|{
   84|     22|	int r;
   85|     22|	sc_apdu_t apdu;
   86|     22|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
   87|       |
   88|     22|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x81);
  ------------------
  |  |  292|     22|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
   89|     22|	apdu.resp = rbuf;
   90|     22|	apdu.resplen = sizeof(rbuf);
   91|     22|	apdu.le = 256;
   92|     22|	r = sc_transmit_apdu(card, &apdu);
   93|     22|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     22|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     22|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     22|	int _ret = (r); \
  |  |  |  |  168|     22|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 21]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   94|     21|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (94:6): [True: 3, False: 18]
  |  Branch (94:26): [True: 1, False: 17]
  ------------------
   95|      4|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      4|#define SC_ERROR_INTERNAL			-1400
  ------------------
   96|     17|	if (apdu.resplen == 8) {
  ------------------
  |  Branch (96:6): [True: 16, False: 1]
  ------------------
   97|       |		/* cache serial number */
   98|     16|		memcpy(card->serialnr.value, rbuf, 8);
   99|     16|		card->serialnr.len = 8;
  100|     16|	} else {
  101|      1|		sc_log(card->ctx, "unexpected response to GET DATA serial number");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  102|      1|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      1|#define SC_ERROR_INTERNAL			-1400
  ------------------
  103|      1|	}
  104|     16|	return SC_SUCCESS;
  ------------------
  |  |   28|     16|#define SC_SUCCESS				0
  ------------------
  105|     17|}
card-skeid.c:skeid_set_security_env:
  146|     42|{
  147|     42|	int key_id;
  148|     42|	int r;
  149|       |
  150|     42|	if (card == NULL || env == NULL)
  ------------------
  |  Branch (150:6): [True: 0, False: 42]
  |  Branch (150:22): [True: 0, False: 42]
  ------------------
  151|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  152|       |
  153|     42|	if (!(env->flags & SC_SEC_ENV_KEY_REF_PRESENT) || env->key_ref_len != 1) {
  ------------------
  |  |   58|     42|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (153:6): [True: 0, False: 42]
  |  Branch (153:52): [True: 0, False: 42]
  ------------------
  154|      0|		sc_log(card->ctx, "No or invalid key reference");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  155|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  156|      0|	}
  157|       |
  158|       |	/* here we follow the behaviour of the proprietary driver accompanying the card
  159|       |	 * where security operations are preceded by MSE RESTORE rather than MSE SET
  160|       |	 */
  161|     42|	key_id = env->key_ref[0];
  162|     42|	r = sc_restore_security_env(card, key_id);
  163|       |
  164|     42|	return r;
  165|     42|}

sc_get_srbeid_driver:
  305|  16.4k|{
  306|       |	/* Save ISO ops for delegation, then override what we handle. */
  307|  16.4k|	iso_ops = sc_get_iso7816_driver()->ops;
  308|  16.4k|	srbeid_ops = *iso_ops;
  309|  16.4k|	srbeid_ops.match_card = srbeid_match_card;
  310|  16.4k|	srbeid_ops.init = srbeid_init;
  311|  16.4k|	srbeid_ops.select_file = srbeid_select_file;
  312|  16.4k|	srbeid_ops.set_security_env = srbeid_set_security_env;
  313|  16.4k|	srbeid_ops.compute_signature = srbeid_compute_signature;
  314|  16.4k|	srbeid_ops.decipher = srbeid_decipher;
  315|       |
  316|  16.4k|	return &srbeid_drv;
  317|  16.4k|}
card-srbeid.c:srbeid_match_card:
   72|  7.58k|{
   73|  7.58k|	int i = _sc_match_atr(card, srbeid_atrs, &card->type);
   74|  7.58k|	if (i >= 0 && iso7816_select_aid(card, AID_PKCS15, AID_PKCS15_LEN, NULL, NULL) == SC_SUCCESS) {
  ------------------
  |  |   30|    496|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
              	if (i >= 0 && iso7816_select_aid(card, AID_PKCS15, AID_PKCS15_LEN, NULL, NULL) == SC_SUCCESS) {
  ------------------
  |  |   28|    496|#define SC_SUCCESS				0
  ------------------
  |  Branch (74:6): [True: 496, False: 7.08k]
  |  Branch (74:16): [True: 266, False: 230]
  ------------------
   75|    266|		card->name = srbeid_atrs[i].name;
   76|    266|		return 1;
   77|    266|	}
   78|  7.31k|	return 0;
   79|  7.58k|}
card-srbeid.c:srbeid_init:
   83|    266|{
   84|    266|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    266|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    266|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    266|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    266|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 266]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   85|       |
   86|    266|	card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    266|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
   87|       |
   88|       |	/* Keep the card's own PKCS#1 signing, and add raw RSA on top: that gives
   89|       |	 * CKM_RSA_X_509 and makes 2048-bit decrypt work (OpenSC does the padding). */
   90|    266|	_sc_card_add_rsa_alg(card, 2048,
   91|    266|			SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_RAW |
  ------------------
  |  |  109|    266|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              			SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_RAW |
  ------------------
  |  |  102|    266|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
   92|    266|					SC_ALGORITHM_RSA_HASH_NONE,
  ------------------
  |  |  133|    266|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
   93|    266|			0);
   94|       |
   95|    266|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    266|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    266|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    266|	int _ret = r; \
  |  |  |  |  155|    266|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 266, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    266|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 266]
  |  |  |  |  ------------------
  |  |  |  |  157|    266|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    266|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    266|	return _ret; \
  |  |  |  |  163|    266|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|    266|}
card-srbeid.c:srbeid_select_file:
  112|  2.09k|{
  113|  2.09k|	sc_apdu_t apdu;
  114|  2.09k|	u8 fci[16];
  115|  2.09k|	sc_file_t *file;
  116|  2.09k|	int r;
  117|       |
  118|  2.09k|	if (in_path->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  2.09k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (118:6): [True: 571, False: 1.51k]
  ------------------
  119|    571|		return iso_ops->select_file(card, in_path, file_out);
  120|       |
  121|       |	/* AID-only path (path.len==0, path.aid.len>0): PKCS#15 layer wants
  122|       |	 * to select the applet before a PIN or key operation. */
  123|  1.51k|	if (in_path->len == 0 && in_path->aid.len > 0)
  ------------------
  |  Branch (123:6): [True: 162, False: 1.35k]
  |  Branch (123:27): [True: 162, False: 0]
  ------------------
  124|    162|		return iso7816_select_aid(card, in_path->aid.value,
  125|    162|				in_path->aid.len, NULL, NULL);
  126|       |
  127|  1.35k|	if (in_path->len != 2)
  ------------------
  |  Branch (127:6): [True: 798, False: 559]
  ------------------
  128|  1.35k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|    798|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    798|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    798|	int _ret = r; \
  |  |  |  |  155|    798|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 798, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    798|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    798|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 798, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    798|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    798|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    798|	return _ret; \
  |  |  |  |  163|    798|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|       |
  130|    559|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|    559|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  131|    559|	apdu.data = in_path->value;
  132|    559|	apdu.datalen = 2;
  133|    559|	apdu.lc = 2;
  134|    559|	apdu.resp = fci;
  135|    559|	apdu.resplen = sizeof(fci);
  136|    559|	apdu.le = 10;
  137|       |
  138|    559|	r = sc_transmit_apdu(card, &apdu);
  139|    559|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    559|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    559|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    559|	int _ret = (r); \
  |  |  |  |  168|    559|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 552]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|    559|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 552]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  140|    552|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  141|    552|	LOG_TEST_RET(card->ctx, r, "SELECT FILE failed");
  ------------------
  |  |  174|    552|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    552|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    552|	int _ret = (r); \
  |  |  |  |  168|    552|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 183, False: 369]
  |  |  |  |  ------------------
  |  |  |  |  169|    183|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    183|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    183|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    183|		return _ret; \
  |  |  |  |  172|    183|	} \
  |  |  |  |  173|    552|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 369]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  142|       |
  143|    369|	if (apdu.resplen < 4)
  ------------------
  |  Branch (143:6): [True: 38, False: 331]
  ------------------
  144|    369|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     38|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     38|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     38|	int _ret = r; \
  |  |  |  |  155|     38|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 38, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     38|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     38|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 38, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     38|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     38|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     38|	return _ret; \
  |  |  |  |  163|     38|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  145|       |
  146|    331|	if (file_out) {
  ------------------
  |  Branch (146:6): [True: 243, False: 88]
  ------------------
  147|    243|		file = sc_file_new();
  148|    243|		if (!file)
  ------------------
  |  Branch (148:7): [True: 0, False: 243]
  ------------------
  149|    243|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  150|       |
  151|    243|		file->id = ((unsigned)in_path->value[0] << 8) | in_path->value[1];
  152|    243|		file->path = *in_path;
  153|    243|		file->size = ((size_t)fci[2] << 8) | (size_t)fci[3];
  154|    243|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    243|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  155|    243|		*file_out = file;
  156|    243|	}
  157|       |
  158|    331|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    331|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    331|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    331|	int _ret = r; \
  |  |  |  |  155|    331|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 331, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    331|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 331]
  |  |  |  |  ------------------
  |  |  |  |  157|    331|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    331|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    331|	return _ret; \
  |  |  |  |  163|    331|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|    331|}
card-srbeid.c:srbeid_set_security_env:
  177|    348|{
  178|    348|	sc_apdu_t apdu;
  179|    348|	u8 mse_data[7];
  180|    348|	unsigned key_ref;
  181|    348|	u8 p2;
  182|    348|	int r;
  183|       |
  184|    348|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    348|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    348|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    348|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    348|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 348]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|    348|	(void)se_num;
  186|       |
  187|       |	/* Extract key FID. */
  188|    348|	if ((env->flags & SC_SEC_ENV_FILE_REF_PRESENT) && env->file_ref.len >= 2) {
  ------------------
  |  |   57|    348|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (188:6): [True: 0, False: 348]
  |  Branch (188:52): [True: 0, False: 0]
  ------------------
  189|      0|		key_ref = ((unsigned)env->file_ref.value[0] << 8) | (unsigned)env->file_ref.value[1];
  190|    348|	} else if ((env->flags & SC_SEC_ENV_KEY_REF_PRESENT) && env->key_ref_len >= 1) {
  ------------------
  |  |   58|    348|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (190:13): [True: 348, False: 0]
  |  Branch (190:58): [True: 348, False: 0]
  ------------------
  191|    348|		key_ref = CE_KEYS_BASE_FID | (unsigned)env->key_ref[0];
  ------------------
  |  |   33|    348|#define CE_KEYS_BASE_FID 0x6000u
  ------------------
  192|    348|	} else {
  193|      0|		sc_log(card->ctx, "srbeid: set_security_env: no key reference");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  194|      0|		return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|      0|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  195|      0|	}
  196|       |
  197|       |	/* Determine MSE SET template from operation type. */
  198|    348|	switch (env->operation) {
  199|    201|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|    201|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (199:2): [True: 201, False: 147]
  ------------------
  200|    201|		p2 = 0xB6;
  201|    201|		break;
  202|    147|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|    147|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (202:2): [True: 147, False: 201]
  ------------------
  203|    147|		p2 = 0xB8;
  204|    147|		break;
  205|      0|	default:
  ------------------
  |  Branch (205:2): [True: 0, False: 348]
  ------------------
  206|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  207|    348|	}
  208|       |
  209|       |	/* MSE SET: tag 0x80 = algorithm, tag 0x84 = key ref (2 bytes BE).
  210|       |	 * The algorithm byte tells the card to pad (PKCS#1) or not (raw RSA). */
  211|    348|	mse_data[0] = 0x80;
  212|    348|	mse_data[1] = 0x01;
  213|    348|	mse_data[2] = (env->algorithm_flags & SC_ALGORITHM_RSA_RAW)
  ------------------
  |  |  102|    348|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (213:16): [True: 247, False: 101]
  ------------------
  214|    348|				      ? CE_MSE_ALG_RSA_RAW
  ------------------
  |  |   37|    247|#define CE_MSE_ALG_RSA_RAW   0x00u /* raw RSA; OpenSC pads */
  ------------------
  215|    348|				      : CE_MSE_ALG_RSA_PKCS1;
  ------------------
  |  |   36|    449|#define CE_MSE_ALG_RSA_PKCS1 0x02u /* card adds PKCS#1 padding */
  ------------------
  216|    348|	mse_data[3] = 0x84;
  217|    348|	mse_data[4] = 0x02;
  218|    348|	mse_data[5] = (u8)((key_ref >> 8) & 0xFF);
  219|    348|	mse_data[6] = (u8)(key_ref & 0xFF);
  220|       |
  221|    348|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, p2);
  ------------------
  |  |  293|    348|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  222|    348|	apdu.data = mse_data;
  223|    348|	apdu.datalen = sizeof(mse_data);
  224|    348|	apdu.lc = sizeof(mse_data);
  225|       |
  226|    348|	r = sc_transmit_apdu(card, &apdu);
  227|    348|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    348|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    348|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    348|	int _ret = (r); \
  |  |  |  |  168|    348|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 336]
  |  |  |  |  ------------------
  |  |  |  |  169|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     12|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     12|		return _ret; \
  |  |  |  |  172|     12|	} \
  |  |  |  |  173|    348|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 336]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  228|    336|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  229|    336|	LOG_TEST_RET(card->ctx, r, "MSE SET failed");
  ------------------
  |  |  174|    336|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    336|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    336|	int _ret = (r); \
  |  |  |  |  168|    336|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 192, False: 144]
  |  |  |  |  ------------------
  |  |  |  |  169|    192|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    192|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    192|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    192|		return _ret; \
  |  |  |  |  172|    192|	} \
  |  |  |  |  173|    336|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 144]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  230|       |
  231|    144|	sc_log(card->ctx, "srbeid: set_security_env: key_ref=0x%04x p2=0x%02x algo=0x%02x",
  ------------------
  |  |   71|    144|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  232|    144|			key_ref, p2, mse_data[2]);
  233|    144|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    144|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    144|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    144|	int _ret = r; \
  |  |  |  |  155|    144|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 144, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    144|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 144]
  |  |  |  |  ------------------
  |  |  |  |  157|    144|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    144|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    144|	return _ret; \
  |  |  |  |  163|    144|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|    144|}
card-srbeid.c:srbeid_compute_signature:
  282|     69|{
  283|     69|	return srbeid_pso(card, 0x9E, data, datalen, out, outlen);
  284|     69|}
card-srbeid.c:srbeid_pso:
  243|    148|{
  244|    148|	sc_apdu_t apdu;
  245|    148|	u8 resp[256];
  246|    148|	u8 p2 = 0x00;
  247|    148|	int r;
  248|       |
  249|    148|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    148|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    148|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    148|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    148|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 148]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|       |
  251|    148|	if (datalen == 0 || datalen > sizeof(resp))
  ------------------
  |  Branch (251:6): [True: 13, False: 135]
  |  Branch (251:22): [True: 13, False: 122]
  ------------------
  252|    148|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|     26|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     26|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     26|	int _ret = r; \
  |  |  |  |  155|     26|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 26, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     26|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     26|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 26, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     26|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     26|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     26|	return _ret; \
  |  |  |  |  163|     26|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  253|       |
  254|    122|	if (datalen > SC_MAX_APDU_DATA_SIZE) {
  ------------------
  |  |   35|    122|#define SC_MAX_APDU_DATA_SIZE		0xFF
  ------------------
  |  Branch (254:6): [True: 41, False: 81]
  ------------------
  255|     41|		p2 = data[0];
  256|     41|		++data;
  257|     41|		--datalen;
  258|     41|	}
  259|       |
  260|    122|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, p1, p2);
  ------------------
  |  |  294|    122|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  261|    122|	apdu.data = data;
  262|    122|	apdu.datalen = apdu.lc = datalen;
  263|    122|	apdu.resp = resp;
  264|    122|	apdu.resplen = sizeof(resp);
  265|    122|	apdu.le = sizeof(resp);
  266|       |
  267|    122|	r = sc_transmit_apdu(card, &apdu);
  268|    122|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    122|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    122|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    122|	int _ret = (r); \
  |  |  |  |  168|    122|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 21, False: 101]
  |  |  |  |  ------------------
  |  |  |  |  169|     21|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     21|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     21|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     21|		return _ret; \
  |  |  |  |  172|     21|	} \
  |  |  |  |  173|    122|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 101]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|    101|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  270|    101|	LOG_TEST_RET(card->ctx, r, "PSO failed");
  ------------------
  |  |  174|    101|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    101|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    101|	int _ret = (r); \
  |  |  |  |  168|    101|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 37, False: 64]
  |  |  |  |  ------------------
  |  |  |  |  169|     37|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     37|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     37|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     37|		return _ret; \
  |  |  |  |  172|     37|	} \
  |  |  |  |  173|    101|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 64]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  271|       |
  272|     64|	if (apdu.resplen > outlen)
  ------------------
  |  Branch (272:6): [True: 0, False: 64]
  ------------------
  273|     64|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_BUFFER_TOO_SMALL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|     64|	memcpy(out, resp, apdu.resplen);
  275|     64|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     64|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     64|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     64|	int _ret = r; \
  |  |  |  |  155|     64|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 26, False: 38]
  |  |  |  |  ------------------
  |  |  |  |  156|     26|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  |  |  157|     26|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     38|	} else { \
  |  |  |  |  159|     38|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     38|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     38|	} \
  |  |  |  |  162|     64|	return _ret; \
  |  |  |  |  163|     64|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|     64|}
card-srbeid.c:srbeid_decipher:
  295|     75|{
  296|     75|	int r = srbeid_pso(card, 0x80, crgram, crgram_len, out, outlen);
  297|       |
  298|     75|	if (r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|     75|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (298:6): [True: 4, False: 71]
  ------------------
  299|      4|		r = srbeid_pso(card, 0x9E, crgram, crgram_len, out, outlen);
  300|     75|	return r;
  301|     75|}

sc_get_starcos_driver:
 2120|  16.4k|{
 2121|  16.4k|	return sc_get_driver();
 2122|  16.4k|}
card-starcos.c:sc_get_driver:
 2095|  16.4k|{
 2096|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 2097|  16.4k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2097:6): [True: 1, False: 16.4k]
  ------------------
 2098|      1|		iso_ops = iso_drv->ops;
 2099|       |
 2100|  16.4k|	starcos_ops = *iso_drv->ops;
 2101|  16.4k|	starcos_ops.match_card = starcos_match_card;
 2102|  16.4k|	starcos_ops.init   = starcos_init;
 2103|  16.4k|	starcos_ops.finish = starcos_finish;
 2104|  16.4k|	starcos_ops.select_file = starcos_select_file;
 2105|  16.4k|	starcos_ops.get_challenge = starcos_get_challenge;
 2106|  16.4k|	starcos_ops.check_sw    = starcos_check_sw;
 2107|  16.4k|	starcos_ops.create_file = starcos_create_file;
 2108|  16.4k|	starcos_ops.delete_file = NULL;
 2109|  16.4k|	starcos_ops.set_security_env  = starcos_set_security_env;
 2110|  16.4k|	starcos_ops.compute_signature = starcos_compute_signature;
 2111|  16.4k|	starcos_ops.decipher = starcos_decipher;
 2112|  16.4k|	starcos_ops.card_ctl    = starcos_card_ctl;
 2113|  16.4k|	starcos_ops.logout      = starcos_logout;
 2114|  16.4k|	starcos_ops.pin_cmd     = starcos_pin_cmd;
 2115|       |
 2116|  16.4k|	return &starcos_drv;
 2117|  16.4k|}
card-starcos.c:starcos_match_card:
  125|  14.0k|{
  126|  14.0k|	int i;
  127|       |
  128|  14.0k|	i = _sc_match_atr(card, starcos_atrs, &card->type);
  129|  14.0k|	if (i < 0)
  ------------------
  |  Branch (129:6): [True: 13.1k, False: 947]
  ------------------
  130|  13.1k|		return 0;
  131|    947|	return 1;
  132|  14.0k|}
card-starcos.c:starcos_init:
  359|    947|{
  360|    947|	unsigned int flags;
  361|    947|	starcos_ex_data *ex_data;
  362|       |
  363|    947|	ex_data = calloc(1, sizeof(starcos_ex_data));
  364|    947|	if (ex_data == NULL)
  ------------------
  |  Branch (364:6): [True: 0, False: 947]
  ------------------
  365|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  366|       |
  367|    947|	card->name = "STARCOS";
  368|    947|	card->cla  = 0x00;
  369|    947|	card->drv_data = (void *)ex_data;
  370|    947|	ex_data->pin_encoding = PIN_ENCODING_DETERMINE;
  ------------------
  |  |   96|    947|#define PIN_ENCODING_DETERMINE	0
  ------------------
  371|       |
  372|    947|	flags = SC_ALGORITHM_RSA_PAD_PKCS1
  ------------------
  |  |  111|    947|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|    947|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|    947|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  373|    947|		| SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |   93|    947|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  374|    947|		| SC_ALGORITHM_RSA_PAD_ISO9796
  ------------------
  |  |  106|    947|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  375|    947|		| SC_ALGORITHM_RSA_HASH_NONE
  ------------------
  |  |  133|    947|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  376|    947|		| SC_ALGORITHM_RSA_HASH_SHA1
  ------------------
  |  |  134|    947|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  377|    947|		| SC_ALGORITHM_RSA_HASH_MD5
  ------------------
  |  |  135|    947|#define SC_ALGORITHM_RSA_HASH_MD5	0x00000400
  ------------------
  378|    947|		| SC_ALGORITHM_RSA_HASH_RIPEMD160
  ------------------
  |  |  137|    947|#define SC_ALGORITHM_RSA_HASH_RIPEMD160	0x00001000
  ------------------
  379|    947|		| SC_ALGORITHM_RSA_HASH_MD5_SHA1;
  ------------------
  |  |  136|    947|#define SC_ALGORITHM_RSA_HASH_MD5_SHA1	0x00000800
  ------------------
  380|       |
  381|    947|	card->caps = SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    947|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  382|       |
  383|    947|	if ( IS_V3x(card) ) {
  ------------------
  |  |  121|  1.89k|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|    947|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 629, False: 318]
  |  |  |  |  |  Branch (119:65): [True: 0, False: 318]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|    318|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 97, False: 221]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 221]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  384|       |
  385|    726|		flags |= SC_CARD_FLAG_RNG
  ------------------
  |  |  536|    726|#define SC_CARD_FLAG_RNG		0x00000002
  ------------------
  386|    726|			| SC_ALGORITHM_RSA_HASH_SHA224
  ------------------
  |  |  141|    726|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  ------------------
  387|    726|			| SC_ALGORITHM_RSA_HASH_SHA256
  ------------------
  |  |  138|    726|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  388|    726|			| SC_ALGORITHM_RSA_HASH_SHA384
  ------------------
  |  |  139|    726|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
  389|    726|			| SC_ALGORITHM_RSA_HASH_SHA512
  ------------------
  |  |  140|    726|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
  390|    726|			| SC_ALGORITHM_RSA_PAD_PSS;
  ------------------
  |  |  107|    726|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  391|       |
  392|    726|		_sc_card_add_rsa_alg(card, 512, flags, 0x10001);
  393|    726|		_sc_card_add_rsa_alg(card, 768, flags, 0x10001);
  394|    726|		_sc_card_add_rsa_alg(card,1024, flags, 0x10001);
  395|    726|		_sc_card_add_rsa_alg(card,1728, flags, 0x10001);
  396|    726|		_sc_card_add_rsa_alg(card,1976, flags, 0x10001);
  397|    726|		_sc_card_add_rsa_alg(card,2048, flags, 0x10001);
  398|    726|		if ( IS_V34(card) ) {
  ------------------
  |  |  119|    726|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  ------------------
  |  |  |  Branch (119:22): [True: 629, False: 97]
  |  |  |  Branch (119:65): [True: 0, False: 97]
  |  |  ------------------
  ------------------
  399|    629|			card->name = "STARCOS 3.4";
  400|    629|			card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    629|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  401|    629|		} else {
  402|     97|			card->name = "STARCOS 3.5";
  403|     97|			_sc_card_add_rsa_alg(card,3072, flags, 0x10001);
  404|     97|		}
  405|    726|		card->max_send_size = 255;
  406|    726|		card->max_recv_size = 256;
  407|    726|	} else {
  408|    221|		_sc_card_add_rsa_alg(card, 512, flags, 0x10001);
  409|    221|		_sc_card_add_rsa_alg(card, 768, flags, 0x10001);
  410|    221|		_sc_card_add_rsa_alg(card,1024, flags, 0x10001);
  411|       |
  412|       |		/* we need read_binary&friends with max 128 bytes per read */
  413|    221|		card->max_send_size = 128;
  414|    221|		card->max_recv_size = 128;
  415|    221|	}
  416|       |
  417|    947|	if (sc_parse_ef_atr(card) == SC_SUCCESS) {
  ------------------
  |  |   28|    947|#define SC_SUCCESS				0
  ------------------
  |  Branch (417:6): [True: 132, False: 815]
  ------------------
  418|    132|		size_t max_recv_size = 0;
  419|    132|		size_t max_send_size = 0;
  420|       |
  421|       |		/* Add max. length values from IAS/ECC specific issuer data */
  422|    132|		if ( card->ef_atr->issuer_data_len >= 4 ) {
  ------------------
  |  Branch (422:8): [True: 82, False: 50]
  ------------------
  423|     82|			max_recv_size = bebytes2ushort(card->ef_atr->issuer_data);
  424|     82|			max_send_size = bebytes2ushort(card->ef_atr->issuer_data + 2);
  425|     82|		}
  426|       |		/* which could be overridden with ISO7816 EF.ATR options, if present */
  427|    132|		if (card->ef_atr->max_response_apdu > 0) {
  ------------------
  |  Branch (427:7): [True: 0, False: 132]
  ------------------
  428|      0|			max_recv_size = card->ef_atr->max_response_apdu;
  429|      0|		}
  430|    132|		if (card->ef_atr->max_command_apdu > 0) {
  ------------------
  |  Branch (430:7): [True: 0, False: 132]
  ------------------
  431|      0|			max_send_size = card->ef_atr->max_command_apdu;
  432|      0|		}
  433|       |
  434|    132|		if ( max_send_size > 256 && max_recv_size > 256 ) {
  ------------------
  |  Branch (434:8): [True: 81, False: 51]
  |  Branch (434:31): [True: 74, False: 7]
  ------------------
  435|     74|			size_t max_recv_size_prev = card->max_recv_size;
  436|     74|			size_t max_send_size_prev = card->max_send_size;
  437|       |			/* allow SC_CARD_CAP_APDU_EXT independent of ef_atr->caps, see IAS/ECC issuer data above */
  438|     74|			card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|     74|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  439|       |			/* the received data should not exceed max_recv_size including the sw1/sw2 */
  440|     74|			card->max_recv_size = max_recv_size - 2;
  441|       |			/* the sent APDU should not exceed max_send_size including the 4 bytes of the APDU and 2 * 3 bytes Lc/Le */
  442|     74|			card->max_send_size = max_send_size - 10;
  443|       |			/* probe reader for extended APDU support */
  444|     74|			if ( starcos_probe_reader_for_ext_apdu(card) ) {
  ------------------
  |  Branch (444:9): [True: 63, False: 11]
  ------------------
  445|     63|				sc_log(card->ctx, "Successfully probed extended APDU, enabling extended APDU with max send/recv %d/%d",
  ------------------
  |  |   71|     63|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  446|     63|					(int)card->max_send_size, (int)card->max_recv_size);
  447|     63|			} else {
  448|     11|				card->caps &= ~(SC_CARD_CAP_APDU_EXT);
  ------------------
  |  |  547|     11|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  449|     11|				card->max_recv_size = max_recv_size_prev;
  450|     11|				card->max_send_size = max_send_size_prev;
  451|     11|				sc_log(card->ctx, "Ext APDU probing failed, the actual reader does not support ext APDU");
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  452|     11|			}
  453|     74|		}
  454|    132|	}
  455|       |
  456|    947|	if ( ex_data->pin_encoding == PIN_ENCODING_DETERMINE ) {
  ------------------
  |  |   96|    947|#define PIN_ENCODING_DETERMINE	0
  ------------------
  |  Branch (456:7): [True: 947, False: 0]
  ------------------
  457|       |		// about to determine PIN encoding
  458|    947|		ex_data->pin_encoding = starcos_determine_pin_encoding(card);
  459|    947|	}
  460|       |
  461|    947|	if ( card->type == SC_CARD_TYPE_STARCOS_V3_4 && starcos_has_esign_app(card) ) {
  ------------------
  |  Branch (461:7): [True: 629, False: 318]
  |  Branch (461:50): [True: 184, False: 445]
  ------------------
  462|    184|		card->type = SC_CARD_TYPE_STARCOS_V3_4_ESIGN;
  463|    184|		sc_log(card->ctx, "Card has eSign app, card type changed to %d", card->type);
  ------------------
  |  |   71|    184|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  464|    184|	}
  465|       |
  466|    947|	return 0;
  467|    947|}
card-starcos.c:starcos_probe_reader_for_ext_apdu:
  301|     74|static int starcos_probe_reader_for_ext_apdu(sc_card_t * card) {
  302|     74|	sc_apdu_t apdu;
  303|     74|	int rv;
  304|       |	/* try to read STARCOS3X_PROBE_APDU_LENGTH bytes */
  305|     74|	u8 data[STARCOS3X_PROBE_APDU_LENGTH];
  306|       |
  307|       |	/* Get Data: Get Chip Serial Number */
  308|     74|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_EXT, 0xCA, 0x9F, 0x6C);
  ------------------
  |  |  297|     74|#define SC_APDU_CASE_2_EXT		SC_APDU_CASE_2_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  292|     74|#define SC_APDU_CASE_2_SHORT		0x02
  |  |  ------------------
  |  |               #define SC_APDU_CASE_2_EXT		SC_APDU_CASE_2_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|     74|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
  309|     74|	apdu.cla = 0xA0;
  310|     74|	apdu.resp = data;
  311|     74|	apdu.resplen = sizeof(data);
  312|     74|	apdu.le = apdu.resplen;
  313|     74|	rv = sc_transmit_apdu(card, &apdu);
  314|     74|	LOG_TEST_RET(card->ctx, rv, "Failed to send Get Data ext. APDU");
  ------------------
  |  |  174|     74|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     74|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     74|	int _ret = (r); \
  |  |  |  |  168|     74|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 73]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     74|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 73]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  315|     73|	return (apdu.sw1 == 0x90 && apdu.sw2 == 0x00);
  ------------------
  |  Branch (315:10): [True: 64, False: 9]
  |  Branch (315:30): [True: 62, False: 2]
  ------------------
  316|     74|}
card-starcos.c:starcos_determine_pin_encoding:
  269|    947|{
  270|    947|	unsigned int pin_format = PIN_FORMAT_DEFAULT;
  ------------------
  |  |  107|    947|#define PIN_FORMAT_DEFAULT		PIN_FORMAT_F2
  |  |  ------------------
  |  |  |  |  101|    947|#define PIN_FORMAT_F2			0x12
  |  |  ------------------
  ------------------
  271|    947|	unsigned int encoding = PIN_ENCODING_DETERMINE;
  ------------------
  |  |   96|    947|#define PIN_ENCODING_DETERMINE	0
  ------------------
  272|       |
  273|    947|	if ( IS_V34(card) ) {
  ------------------
  |  |  119|    947|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  ------------------
  |  |  |  Branch (119:22): [True: 629, False: 318]
  |  |  |  Branch (119:65): [True: 0, False: 318]
  |  |  ------------------
  ------------------
  274|    629|		starcos_determine_pin_format34(card, &pin_format);
  275|    629|	} else if ( IS_V35(card) ) {
  ------------------
  |  |  120|    318|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  ------------------
  |  |  |  Branch (120:22): [True: 97, False: 221]
  |  |  |  Branch (120:65): [True: 0, False: 221]
  |  |  ------------------
  ------------------
  276|     97|		starcos_determine_pin_format35(card, &pin_format);
  277|     97|	}
  278|       |
  279|    947|	switch (pin_format) {
  ------------------
  |  Branch (279:10): [True: 914, False: 33]
  ------------------
  280|      1|	case PIN_FORMAT_PW_ASCII:
  ------------------
  |  |  105|      1|#define PIN_FORMAT_PW_ASCII		0x21
  ------------------
  |  Branch (280:2): [True: 1, False: 946]
  ------------------
  281|      2|	case PIN_FORMAT_ASCII:
  ------------------
  |  |  104|      2|#define PIN_FORMAT_ASCII		0x14
  ------------------
  |  Branch (281:2): [True: 1, False: 946]
  ------------------
  282|      2|		encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|      2|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  283|      2|		break;
  284|      1|	case PIN_FORMAT_BCD:
  ------------------
  |  |  103|      1|#define PIN_FORMAT_BCD			0x13
  ------------------
  |  Branch (284:2): [True: 1, False: 946]
  ------------------
  285|      1|		encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|      1|#define SC_PIN_ENCODING_BCD	1
  ------------------
  286|      1|		break;
  287|      1|	case PIN_FORMAT_F1:
  ------------------
  |  |  100|      1|#define PIN_FORMAT_F1			0x11
  ------------------
  |  Branch (287:2): [True: 1, False: 946]
  ------------------
  288|    911|	case PIN_FORMAT_F2:
  ------------------
  |  |  101|    911|#define PIN_FORMAT_F2			0x12
  ------------------
  |  Branch (288:2): [True: 910, False: 37]
  ------------------
  289|    911|		encoding = SC_PIN_ENCODING_GLP;
  ------------------
  |  |  427|    911|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  290|    911|		break;
  291|    947|	}
  292|       |
  293|    947|	sc_log(card->ctx, "Determined PIN encoding: %d", encoding);
  ------------------
  |  |   71|    947|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  294|    947|	return encoding;
  295|    947|}
card-starcos.c:starcos_determine_pin_format34:
  189|    629|{
  190|    629|	struct sc_context *ctx = card->ctx;
  191|    629|	struct sc_path path;
  192|    629|	struct sc_file *file;
  193|    629|	unsigned char buf[256];
  194|    629|	int rv;
  195|    629|	int retval = SC_SUCCESS;
  ------------------
  |  |   28|    629|#define SC_SUCCESS				0
  ------------------
  196|    629|	int rec_no=1;
  197|       |
  198|    629|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    629|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    629|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    629|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    629|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 629]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|       |
  200|    629|	sc_format_path(starcos_ef_pwdd, &path);
  201|    629|	rv = sc_select_file(card, &path, &file);
  202|    629|	LOG_TEST_RET(ctx, rv, "Cannot select EF.PWDD file");
  ------------------
  |  |  174|    629|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    629|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    629|	int _ret = (r); \
  |  |  |  |  168|    629|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 541, False: 88]
  |  |  |  |  ------------------
  |  |  |  |  169|    541|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    541|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    541|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    541|		return _ret; \
  |  |  |  |  172|    541|	} \
  |  |  |  |  173|    629|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  203|       |
  204|     88|	if ( (rv = sc_read_record(card, rec_no, 0, buf, sizeof(buf), SC_RECORD_BY_REC_NR)) > 0 ) {
  ------------------
  |  | 1298|     88|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  |  Branch (204:7): [True: 51, False: 37]
  ------------------
  205|     51|		starcos_ctrl_ref_template ctrl_ref_template;
  206|     51|		memset((void*)&ctrl_ref_template, 0, sizeof(ctrl_ref_template));
  207|     51|		rv = starcos_parse_supported_sec_mechanisms(card, buf, rv, &ctrl_ref_template);
  208|     51|		if ( rv == SC_SUCCESS ) {
  ------------------
  |  |   28|     51|#define SC_SUCCESS				0
  ------------------
  |  Branch (208:8): [True: 35, False: 16]
  ------------------
  209|     35|			*pin_format = ctrl_ref_template.transmission_format;
  210|     35|			sc_log(ctx, "Determined StarCOS 3.4 PIN format: 0x%x", *pin_format);
  ------------------
  |  |   71|     35|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  211|     35|		} else {
  212|     16|			sc_log(ctx, "Failed to parse record %d of EF.PWD, err=%d", rec_no, rv);
  ------------------
  |  |   71|     16|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  213|     16|			retval = rv;
  214|     16|		}
  215|     51|	} else {
  216|     37|		sc_log(ctx, "Failed to read record %d of EF.PWDD, err=%d", rec_no, rv);
  ------------------
  |  |   71|     37|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  217|     37|		retval = rv;
  218|     37|	}
  219|       |
  220|     88|	sc_file_free(file);
  221|     88|	LOG_FUNC_RETURN(ctx, retval);
  ------------------
  |  |  164|     88|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     88|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     88|	int _ret = r; \
  |  |  |  |  155|     88|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 88, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     88|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     50|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 50, False: 38]
  |  |  |  |  ------------------
  |  |  |  |  157|     88|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     88|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     88|	return _ret; \
  |  |  |  |  163|     88|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  222|     88|}
card-starcos.c:starcos_parse_supported_sec_mechanisms:
  158|  1.23k|{
  159|  1.23k|	struct sc_context *ctx = card->ctx;
  160|  1.23k|	const unsigned char *supported_sec_mechanisms_tag = NULL;
  161|  1.23k|	size_t taglen;
  162|       |
  163|  1.23k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.23k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.23k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.23k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.23k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.23k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|       |
  165|  1.23k|	supported_sec_mechanisms_tag = sc_asn1_find_tag(ctx, buf, buflen, TAG_STARCOS3X_SUPPORTED_SEC_MECHANISMS_tag, &taglen);
  ------------------
  |  |  146|  1.23k|#define TAG_STARCOS3X_SUPPORTED_SEC_MECHANISMS_tag		0x7B
  ------------------
  166|  1.23k|	if (supported_sec_mechanisms_tag != NULL && taglen >= 1)   {
  ------------------
  |  Branch (166:6): [True: 974, False: 262]
  |  Branch (166:46): [True: 811, False: 163]
  ------------------
  167|    811|		const unsigned char *tx_fmt_tag = NULL;
  168|    811|		const unsigned char *ctrl_ref_template_tag = NULL;
  169|    811|		size_t supported_sec_mechanisms_taglen = taglen;
  170|       |
  171|       |		// control-reference template is either included in the supported security mechanisms tag or it can be the CRT tag itself (EF.PWDD)
  172|    811|		ctrl_ref_template_tag = sc_asn1_find_tag(ctx, supported_sec_mechanisms_tag, taglen, TAG_STARCOS3X_CTRL_REF_TEMPLATE, &taglen);
  ------------------
  |  |  147|    811|#define TAG_STARCOS3X_CTRL_REF_TEMPLATE				0xA4
  ------------------
  173|    811|		if ( ctrl_ref_template_tag == NULL || taglen == 0 ) {
  ------------------
  |  Branch (173:8): [True: 225, False: 586]
  |  Branch (173:41): [True: 576, False: 10]
  ------------------
  174|    801|			ctrl_ref_template_tag = supported_sec_mechanisms_tag;
  175|    801|			taglen = supported_sec_mechanisms_taglen;
  176|    801|		}
  177|       |
  178|    811|		tx_fmt_tag = sc_asn1_find_tag(ctx, ctrl_ref_template_tag, taglen, TAG_STARCOS3X_TRANSMISSION_FORMAT, &taglen);
  ------------------
  |  |  148|    811|#define TAG_STARCOS3X_TRANSMISSION_FORMAT			0x89
  ------------------
  179|    811|		if ( tx_fmt_tag != NULL && taglen >= 1 ) {
  ------------------
  |  Branch (179:8): [True: 542, False: 269]
  |  Branch (179:30): [True: 37, False: 505]
  ------------------
  180|     37|			ctrl_ref_template->transmission_format = *(tx_fmt_tag + 0);
  181|     37|			LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     37|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     37|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     37|	int _ret = r; \
  |  |  |  |  155|     37|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 37, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     37|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 37]
  |  |  |  |  ------------------
  |  |  |  |  157|     37|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     37|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     37|	return _ret; \
  |  |  |  |  163|     37|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|     37|		}
  183|    811|	}
  184|       |
  185|  1.19k|	LOG_FUNC_RETURN(ctx, SC_ERROR_TEMPLATE_NOT_FOUND);
  ------------------
  |  |  164|  1.19k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.19k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.19k|	int _ret = r; \
  |  |  |  |  155|  1.19k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.19k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.19k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.19k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.19k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.19k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.19k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.19k|	return _ret; \
  |  |  |  |  163|  1.19k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  186|  1.19k|}
card-starcos.c:starcos_determine_pin_format35:
  225|     97|{
  226|     97|	struct sc_context *ctx = card->ctx;
  227|     97|	struct sc_path path;
  228|     97|	struct sc_file *file;
  229|     97|	unsigned char buf[256];
  230|     97|	int rv;
  231|     97|	int retval = SC_ERROR_RECORD_NOT_FOUND;
  ------------------
  |  |   52|     97|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
  232|     97|	int rec_no=1;
  233|     97|	starcos_ctrl_ref_template ctrl_ref_template;
  234|       |
  235|     97|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     97|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     97|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     97|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     97|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 97]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  236|       |
  237|     97|	sc_format_path(starcos_ef_keyd, &path);
  238|     97|	rv = sc_select_file(card, &path, &file);
  239|     97|	LOG_TEST_RET(ctx, rv, "Cannot select EF.KEYD file");
  ------------------
  |  |  174|     97|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     97|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     97|	int _ret = (r); \
  |  |  |  |  168|     97|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 20, False: 77]
  |  |  |  |  ------------------
  |  |  |  |  169|     20|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     20|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     20|		return _ret; \
  |  |  |  |  172|     20|	} \
  |  |  |  |  173|     97|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 77]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|       |
  241|  2.14k|	while ( (rv = sc_read_record(card, rec_no++, 0, buf, sizeof(buf), SC_RECORD_BY_REC_NR)) > 0 ) {
  ------------------
  |  | 1298|  2.14k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  |  Branch (241:10): [True: 2.07k, False: 75]
  ------------------
  242|  2.07k|		if ( buf[0] != TAG_STARCOS35_PIN_REFERENCE ) continue;
  ------------------
  |  |  145|  2.07k|#define TAG_STARCOS35_PIN_REFERENCE					0x88
  ------------------
  |  Branch (242:8): [True: 887, False: 1.18k]
  ------------------
  243|       |
  244|  1.18k|		memset((void*)&ctrl_ref_template, 0, sizeof(ctrl_ref_template));
  245|  1.18k|		rv = starcos_parse_supported_sec_mechanisms(card, buf, rv, &ctrl_ref_template);
  246|  1.18k|		if ( rv == SC_SUCCESS ) {
  ------------------
  |  |   28|  1.18k|#define SC_SUCCESS				0
  ------------------
  |  Branch (246:8): [True: 2, False: 1.18k]
  ------------------
  247|      2|			*pin_format = ctrl_ref_template.transmission_format;
  248|      2|			sc_log(ctx, "Determined StarCOS 3.5 PIN format: 0x%x", *pin_format);
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  249|      2|			retval = rv;
  250|       |			// assuming that all PINs and PUKs have the same transmission format
  251|      2|			break;
  252|  1.18k|		} else {
  253|  1.18k|			sc_log(ctx, "Failed to parse record %d of EF.KEYD, err=%d", rec_no-1, rv);
  ------------------
  |  |   71|  1.18k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  254|  1.18k|			retval = rv;
  255|  1.18k|		}
  256|  1.18k|	}
  257|       |
  258|     77|	sc_file_free(file);
  259|     77|	LOG_FUNC_RETURN(ctx, retval);
  ------------------
  |  |  164|     77|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     77|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     77|	int _ret = r; \
  |  |  |  |  155|     77|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 77, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     77|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     75|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 75, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  157|     77|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     77|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     77|	return _ret; \
  |  |  |  |  163|     77|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|     77|}
card-starcos.c:starcos_has_esign_app:
  339|    629|static int starcos_has_esign_app(sc_card_t * card) {
  340|    629|	static const char * starcos_esign_aid = "A0:00:00:02:45:53:69:67:6E";
  341|    629|	int rv;
  342|       |
  343|    629|	rv = starcos_select_mf(card);
  344|    629|	if ( rv == SC_SUCCESS ) {
  ------------------
  |  |   28|    629|#define SC_SUCCESS				0
  ------------------
  |  Branch (344:7): [True: 621, False: 8]
  ------------------
  345|    621|		u8 aid[SC_MAX_PATH_SIZE];
  346|    621|		size_t len = sizeof(aid);
  347|       |
  348|    621|		rv = sc_hex_to_bin(starcos_esign_aid, aid, &len);
  349|    621|		LOG_TEST_RET(card->ctx, rv, "Failed to convert eSing AID");
  ------------------
  |  |  174|    621|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    621|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    621|	int _ret = (r); \
  |  |  |  |  168|    621|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 621]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    621|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 621]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  350|    621|		rv = starcos_select_aid(card, aid, len, NULL);
  351|    621|		if ( rv == SC_SUCCESS ) {
  ------------------
  |  |   28|    621|#define SC_SUCCESS				0
  ------------------
  |  Branch (351:8): [True: 184, False: 437]
  ------------------
  352|    184|			starcos_select_mf(card);
  353|    184|		}
  354|    621|	}
  355|    629|	return ( rv == SC_SUCCESS );
  ------------------
  |  |   28|    629|#define SC_SUCCESS				0
  ------------------
  356|    629|}
card-starcos.c:starcos_select_mf:
  318|    813|static int starcos_select_mf(sc_card_t * card) {
  319|    813|	sc_apdu_t apdu;
  320|    813|	const u8 mf_buf[2] = {0x3f, 0x00};
  321|       |
  322|    813|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x00, 0x0C);
  ------------------
  |  |  293|    813|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  323|    813|	apdu.le = 0;
  324|    813|	apdu.lc = 2;
  325|    813|	apdu.data    = mf_buf;
  326|    813|	apdu.datalen = 2;
  327|    813|	apdu.resplen = 0;
  328|       |
  329|    813|	return sc_transmit_apdu(card, &apdu);
  330|    813|}
card-starcos.c:starcos_select_aid:
  745|  2.63k|{
  746|  2.63k|	sc_apdu_t apdu;
  747|  2.63k|	int r;
  748|  2.63k|	size_t i = 0;
  749|       |
  750|  2.63k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x04, 0x0C);
  ------------------
  |  |  293|  2.63k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  751|  2.63k|	apdu.lc = len;
  752|  2.63k|	apdu.data = (u8*)aid;
  753|  2.63k|	apdu.datalen = len;
  754|  2.63k|	apdu.resplen = 0;
  755|  2.63k|	apdu.le = 0;
  756|  2.63k|	r = sc_transmit_apdu(card, &apdu);
  757|  2.63k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  2.63k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.63k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.63k|	int _ret = (r); \
  |  |  |  |  168|  2.63k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 2.62k]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|  2.63k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.62k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  758|       |
  759|       |	/* check return value */
  760|  2.62k|	if (!(apdu.sw1 == 0x90 && apdu.sw2 == 0x00) && apdu.sw1 != 0x61 )
  ------------------
  |  Branch (760:8): [True: 743, False: 1.88k]
  |  Branch (760:28): [True: 621, False: 122]
  |  Branch (760:49): [True: 2.00k, False: 0]
  ------------------
  761|  2.00k|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|  2.00k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.00k|	int _ret = r; \
  |  |  155|  2.00k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2.00k, False: 0]
  |  |  ------------------
  |  |  156|  2.00k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  2.00k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 2.00k, False: 0]
  |  |  ------------------
  |  |  157|  2.00k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.00k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  2.00k|	return _ret; \
  |  |  163|  2.00k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  762|       |
  763|    621|	if (file_out) {
  ------------------
  |  Branch (763:6): [True: 0, False: 621]
  ------------------
  764|      0|		sc_file_t *file = sc_file_new();
  765|      0|		if (!file)
  ------------------
  |  Branch (765:7): [True: 0, False: 0]
  ------------------
  766|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  767|      0|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      0|#define SC_FILE_TYPE_DF			0x04
  ------------------
  768|      0|		file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|      0|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  769|      0|		file->path.len = 0;
  770|      0|		file->size = 0;
  771|       |		/* AID */
  772|      0|		for (i = 0; i < len; i++)
  ------------------
  |  Branch (772:15): [True: 0, False: 0]
  ------------------
  773|      0|			file->name[i] = aid[i];
  774|      0|		file->namelen = len;
  775|      0|		file->id = 0x0000;
  776|      0|		file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|      0|#define SC_FILE_MAGIC			0x14426950
  ------------------
  777|       |
  778|      0|		*file_out = file;
  779|      0|	}
  780|    621|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|    621|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    621|	int _ret = r; \
  |  |  155|    621|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 621, False: 0]
  |  |  ------------------
  |  |  156|    621|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 621]
  |  |  ------------------
  |  |  157|    621|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    621|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    621|	return _ret; \
  |  |  163|    621|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  781|    621|}
card-starcos.c:starcos_finish:
  470|    947|{
  471|    947|	if (card->drv_data)
  ------------------
  |  Branch (471:6): [True: 947, False: 0]
  ------------------
  472|    947|		free((starcos_ex_data *)card->drv_data);
  473|    947|	return 0;
  474|    947|}
card-starcos.c:starcos_select_file:
  913|  9.71k|{
  914|  9.71k|	u8 pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  915|  9.71k|	int    r, pathtype;
  916|  9.71k|	size_t i, pathlen;
  917|       |
  918|  9.71k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  9.71k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  9.71k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  9.71k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 9.71k]
  |  |  ------------------
  ------------------
  919|       |
  920|  9.71k|	if ( in_path->len > sizeof(pathbuf) ) {
  ------------------
  |  Branch (920:7): [True: 0, False: 9.71k]
  ------------------
  921|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_BUFFER_TOO_SMALL);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  922|      0|	}
  923|  9.71k|	memcpy(path, in_path->value, in_path->len);
  924|  9.71k|	pathlen = in_path->len;
  925|  9.71k|	pathtype = in_path->type;
  926|       |
  927|  9.71k|	if (in_path->aid.len) {
  ------------------
  |  Branch (927:6): [True: 118, False: 9.59k]
  ------------------
  928|    118|		if (!pathlen) {
  ------------------
  |  Branch (928:7): [True: 0, False: 118]
  ------------------
  929|      0|			if ( in_path->aid.len > sizeof(pathbuf) ) {
  ------------------
  |  Branch (929:9): [True: 0, False: 0]
  ------------------
  930|      0|				SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_BUFFER_TOO_SMALL);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  931|      0|			}
  932|      0|			memcpy(path, in_path->aid.value, in_path->aid.len);
  933|      0|			pathlen = in_path->aid.len;
  934|      0|			pathtype = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|      0|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  935|    118|		} else {
  936|    118|			r = starcos_select_aid(card, in_path->aid.value, in_path->aid.len, NULL);
  937|    118|			LOG_TEST_RET(card->ctx, r, "Could not select AID!");
  ------------------
  |  |  174|    118|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    118|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    118|	int _ret = (r); \
  |  |  |  |  168|    118|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 112, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  169|    112|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    112|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    112|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    112|		return _ret; \
  |  |  |  |  172|    112|	} \
  |  |  |  |  173|    118|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  938|       |
  939|      6|			if (pathtype == SC_PATH_TYPE_DF_NAME) {
  ------------------
  |  |  118|      6|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (939:8): [True: 0, False: 6]
  ------------------
  940|      0|				pathtype = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  941|      0|			}
  942|      6|		}
  943|    118|	}
  944|       |
  945|  9.60k|	if (pathtype == SC_PATH_TYPE_FILE_ID)
  ------------------
  |  |  117|  9.60k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (945:6): [True: 0, False: 9.60k]
  ------------------
  946|      0|	{	/* SELECT EF/DF with ID */
  947|       |		/* Select with 2byte File-ID */
  948|      0|		if (pathlen != 2)
  ------------------
  |  Branch (948:7): [True: 0, False: 0]
  ------------------
  949|      0|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  950|      0|		r = starcos_select_fid(card, path[0],
  951|      0|				path[1], path[0] == 0x3F && path[1] == 0x00 ? NULL : file_out, 1);
  ------------------
  |  Branch (951:14): [True: 0, False: 0]
  |  Branch (951:33): [True: 0, False: 0]
  ------------------
  952|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  953|      0|	}
  954|  9.60k|	else if (pathtype == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  9.60k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (954:11): [True: 1.89k, False: 7.70k]
  ------------------
  955|  1.89k|	{	/* SELECT DF with AID */
  956|       |		/* Select with 1-16byte Application-ID */
  957|  1.89k|		r = starcos_select_aid(card, pathbuf, pathlen, file_out);
  958|  1.89k|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  1.89k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  1.89k|	int _ret = r; \
  |  |  155|  1.89k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 1.89k, False: 0]
  |  |  ------------------
  |  |  156|  1.89k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  1.46k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1.46k, False: 431]
  |  |  ------------------
  |  |  157|  1.89k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  1.89k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  1.89k|	return _ret; \
  |  |  163|  1.89k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  959|  1.89k|	}
  960|  7.70k|	else if (pathtype == SC_PATH_TYPE_PATH)
  ------------------
  |  |  119|  7.70k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (960:11): [True: 7.70k, False: 0]
  ------------------
  961|  7.70k|	{
  962|  7.70k|		u8 n_pathbuf[SC_MAX_PATH_SIZE];
  963|       |
  964|       |		/* Select with path (sequence of File-IDs) */
  965|       |		/* Starcos (S 2.1 and SPK 2.3) only supports one
  966|       |		 * level of subdirectories, therefore a path is
  967|       |		 * at most 3 FID long (the last one being the FID
  968|       |		 * of a EF) => pathlen must be even and less than 6
  969|       |		 */
  970|  7.70k|		if (pathlen%2 != 0 || pathlen > 6 || pathlen <= 0)
  ------------------
  |  Branch (970:7): [True: 0, False: 7.70k]
  |  Branch (970:25): [True: 1, False: 7.70k]
  |  Branch (970:40): [True: 0, False: 7.70k]
  ------------------
  971|      1|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      1|	int _ret = r; \
  |  |  155|      1|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  ------------------
  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      1|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      1|	return _ret; \
  |  |  163|      1|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  972|       |		/* if pathlen == 6 then the first FID must be MF (== 3F00) */
  973|  7.70k|		if (pathlen == 6 && ( path[0] != 0x3f || path[1] != 0x00 ))
  ------------------
  |  Branch (973:7): [True: 560, False: 7.14k]
  |  Branch (973:25): [True: 2, False: 558]
  |  Branch (973:44): [True: 1, False: 557]
  ------------------
  974|      3|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      3|	int _ret = r; \
  |  |  155|      3|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  ------------------
  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 3, False: 0]
  |  |  ------------------
  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      3|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      3|	return _ret; \
  |  |  163|      3|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  975|       |
  976|  7.70k|		if ( IS_V3x(card) ) {
  ------------------
  |  |  121|  15.4k|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|  7.70k|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 2.86k, False: 4.83k]
  |  |  |  |  |  Branch (119:65): [True: 1.96k, False: 2.87k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|  2.87k|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 486, False: 2.38k]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 2.38k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  977|       |			/* unify path (the first FID should be MF) */
  978|  5.31k|			if (path[0] != 0x3f || path[1] != 0x00)
  ------------------
  |  Branch (978:8): [True: 375, False: 4.93k]
  |  Branch (978:27): [True: 0, False: 4.93k]
  ------------------
  979|    375|			{
  980|    375|				n_pathbuf[0] = 0x3f;
  981|    375|				n_pathbuf[1] = 0x00;
  982|    375|				memcpy(n_pathbuf+2, path, pathlen);
  983|    375|				path = n_pathbuf;
  984|    375|				pathlen += 2;
  985|    375|			}
  986|  5.31k|		}
  987|       |
  988|  9.54k|		for ( i=0; i<pathlen-2; i+=2 )
  ------------------
  |  Branch (988:14): [True: 7.54k, False: 2.00k]
  ------------------
  989|  7.54k|		{
  990|  7.54k|			r = starcos_select_fid(card, path[i], path[i+1], NULL, 0);
  991|  7.54k|			LOG_TEST_RET(card->ctx, r, "SELECT FILE (DF-ID) failed");
  ------------------
  |  |  174|  7.54k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  7.54k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  7.54k|	int _ret = (r); \
  |  |  |  |  168|  7.54k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5.70k, False: 1.84k]
  |  |  |  |  ------------------
  |  |  |  |  169|  5.70k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  5.70k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  5.70k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  5.70k|		return _ret; \
  |  |  |  |  172|  5.70k|	} \
  |  |  |  |  173|  7.54k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.84k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  992|  7.54k|		}
  993|  2.00k|		r = starcos_select_fid(card, path[pathlen-2], path[pathlen-1], file_out, 1);
  994|  2.00k|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  2.00k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.00k|	int _ret = r; \
  |  |  155|  2.00k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2.00k, False: 0]
  |  |  ------------------
  |  |  156|  2.00k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    568|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 568, False: 1.43k]
  |  |  ------------------
  |  |  157|  2.00k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.00k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  2.00k|	return _ret; \
  |  |  163|  2.00k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  995|  2.00k|	}
  996|      0|	else
  997|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  998|  9.60k|}
card-starcos.c:starcos_select_fid:
  786|  9.54k|{
  787|  9.54k|	sc_apdu_t apdu;
  788|  9.54k|	u8 data[] = {id_hi & 0xff, id_lo & 0xff};
  789|  9.54k|	u8 resp[SC_MAX_APDU_BUFFER_SIZE];
  790|  9.54k|	int bIsDF = 0, r;
  791|  9.54k|	int isFCP = 0;
  792|  9.54k|	int isMF = 0;
  793|       |
  794|       |	/* request FCI to distinguish between EFs and DFs */
  795|  9.54k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|  9.54k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  796|  9.54k|	apdu.p2   = 0x00;
  797|  9.54k|	apdu.resp = (u8*)resp;
  798|  9.54k|	apdu.resplen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|  9.54k|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
  799|  9.54k|	apdu.le = 256;
  800|  9.54k|	apdu.lc = 2;
  801|  9.54k|	apdu.data = (u8*)data;
  802|  9.54k|	apdu.datalen = 2;
  803|       |
  804|  9.54k|	if ( IS_V3x(card) ) {
  ------------------
  |  |  121|  19.0k|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|  9.54k|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 3.50k, False: 6.04k]
  |  |  |  |  |  Branch (119:65): [True: 2.52k, False: 3.52k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|  3.52k|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 599, False: 2.92k]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 2.92k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  805|  6.62k|		if (id_hi == 0x3f && id_lo == 0x0) {
  ------------------
  |  Branch (805:7): [True: 5.31k, False: 1.30k]
  |  Branch (805:24): [True: 5.31k, False: 0]
  ------------------
  806|  5.31k|			apdu.p1 = 0x0;
  807|  5.31k|			apdu.p2 = 0x0C;
  808|  5.31k|			apdu.le = 0;
  809|  5.31k|			apdu.resplen = 0;
  810|  5.31k|			apdu.resp = NULL;
  811|  5.31k|			apdu.cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  5.31k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  812|  5.31k|			isMF = 1;
  813|  5.31k|		} else if (file_out || is_file) {
  ------------------
  |  Branch (813:14): [True: 834, False: 473]
  |  Branch (813:26): [True: 362, False: 111]
  ------------------
  814|       |			// last component (i.e. file or path)
  815|  1.19k|			apdu.p1 = 0x2;
  816|  1.19k|			apdu.p2 = 0x4;
  817|  1.19k|		} else {
  818|       |			// path component
  819|    111|			apdu.p1 = 0x1;
  820|    111|			apdu.p2 = 0x0;
  821|    111|		}
  822|  6.62k|	}
  823|       |
  824|  9.54k|	r = sc_transmit_apdu(card, &apdu);
  825|  9.54k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  9.54k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  9.54k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  9.54k|	int _ret = (r); \
  |  |  |  |  168|  9.54k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 124, False: 9.42k]
  |  |  |  |  ------------------
  |  |  |  |  169|    124|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    124|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    124|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    124|		return _ret; \
  |  |  |  |  172|    124|	} \
  |  |  |  |  173|  9.54k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  826|       |
  827|  9.42k|	if (apdu.p2 == 0x00 && apdu.sw1 == 0x62 && apdu.sw2 == 0x84 ) {
  ------------------
  |  Branch (827:6): [True: 2.99k, False: 6.42k]
  |  Branch (827:25): [True: 55, False: 2.94k]
  |  Branch (827:45): [True: 32, False: 23]
  ------------------
  828|       |		/* no FCI => we have a DF (see comment in process_fci()) */
  829|     32|		bIsDF = 1;
  830|     32|		apdu.p2 = 0x0C;
  831|     32|		apdu.cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|     32|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  832|     32|		apdu.resplen = 0;
  833|     32|		apdu.le = 0;
  834|     32|		r = sc_transmit_apdu(card, &apdu);
  835|     32|		LOG_TEST_RET(card->ctx, r, "APDU re-transmit failed");
  ------------------
  |  |  174|     32|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     32|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     32|	int _ret = (r); \
  |  |  |  |  168|     32|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 22]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  836|  9.39k|	} else if ((IS_V3x(card))
  ------------------
  |  |  121|  9.39k|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|  9.39k|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 3.46k, False: 5.92k]
  |  |  |  |  |  Branch (119:65): [True: 2.48k, False: 3.44k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|  3.44k|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 589, False: 2.85k]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 2.85k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  837|  6.54k|			&& apdu.p2 == 0x4 && apdu.sw1 == 0x6a && apdu.sw2 == 0x82) {
  ------------------
  |  Branch (837:7): [True: 1.19k, False: 5.35k]
  |  Branch (837:25): [True: 214, False: 976]
  |  Branch (837:45): [True: 192, False: 22]
  ------------------
  838|       |		/* not a file, could be a path */
  839|    192|		bIsDF = 1;
  840|    192|		apdu.p1 = 0x1;
  841|    192|		apdu.p2 = 0x0;
  842|    192|		apdu.resplen = sizeof(resp);
  843|    192|		apdu.le = 256;
  844|    192|		apdu.lc = 2;
  845|    192|		r = sc_transmit_apdu(card, &apdu);
  846|    192|		LOG_TEST_RET(card->ctx, r, "APDU re-transmit failed");
  ------------------
  |  |  174|    192|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    192|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    192|	int _ret = (r); \
  |  |  |  |  168|    192|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 180]
  |  |  |  |  ------------------
  |  |  |  |  169|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     12|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     12|		return _ret; \
  |  |  |  |  172|     12|	} \
  |  |  |  |  173|    192|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 180]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  847|  9.20k|	} else if (apdu.sw1 == 0x61 || (apdu.sw1 == 0x90 && apdu.sw2 == 0x00 && !isMF)) {
  ------------------
  |  Branch (847:13): [True: 0, False: 9.20k]
  |  Branch (847:34): [True: 3.64k, False: 5.55k]
  |  Branch (847:54): [True: 3.34k, False: 300]
  |  Branch (847:74): [True: 1.94k, False: 1.39k]
  ------------------
  848|       |		/* SELECT returned some data (possible FCI) =>
  849|       |		 * try a READ BINARY to see if a EF is selected */
  850|  1.94k|		sc_apdu_t apdu2;
  851|  1.94k|		u8 resp2[2];
  852|  1.94k|		sc_format_apdu(card, &apdu2, SC_APDU_CASE_2_SHORT, 0xB0, 0, 0);
  ------------------
  |  |  292|  1.94k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  853|  1.94k|		apdu2.resp = (u8*)resp2;
  854|  1.94k|		apdu2.resplen = 2;
  855|  1.94k|		apdu2.le = 1;
  856|  1.94k|		apdu2.lc = 0;
  857|  1.94k|		r = sc_transmit_apdu(card, &apdu2);
  858|  1.94k|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  1.94k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.94k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.94k|	int _ret = (r); \
  |  |  |  |  168|  1.94k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 25, False: 1.92k]
  |  |  |  |  ------------------
  |  |  |  |  169|     25|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     25|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     25|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     25|		return _ret; \
  |  |  |  |  172|     25|	} \
  |  |  |  |  173|  1.94k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.92k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  859|  1.92k|		if (apdu2.sw1 == 0x69 && apdu2.sw2 == 0x86) {
  ------------------
  |  Branch (859:7): [True: 53, False: 1.87k]
  |  Branch (859:28): [True: 19, False: 34]
  ------------------
  860|       |			/* no current EF is selected => we have a DF */
  861|     19|			bIsDF = 1;
  862|  1.90k|		} else {
  863|  1.90k|			isFCP = 1;
  864|  1.90k|		}
  865|  1.92k|	}
  866|       |
  867|  9.37k|	if (apdu.sw1 != 0x61 && (apdu.sw1 != 0x90 || apdu.sw2 != 0x00))
  ------------------
  |  Branch (867:6): [True: 9.37k, False: 0]
  |  Branch (867:27): [True: 5.57k, False: 3.80k]
  |  Branch (867:47): [True: 303, False: 3.50k]
  ------------------
  868|  5.87k|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|  5.87k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  5.87k|	int _ret = r; \
  |  |  155|  5.87k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 5.87k, False: 0]
  |  |  ------------------
  |  |  156|  5.87k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  5.87k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 5.87k, False: 0]
  |  |  ------------------
  |  |  157|  5.87k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  5.87k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  5.87k|	return _ret; \
  |  |  163|  5.87k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  869|       |
  870|  3.50k|	if (file_out) {
  ------------------
  |  Branch (870:6): [True: 917, False: 2.58k]
  ------------------
  871|    917|		sc_file_t *file = sc_file_new();
  872|    917|		if (!file)
  ------------------
  |  Branch (872:7): [True: 0, False: 917]
  ------------------
  873|    917|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  874|    917|		file->id = (id_hi << 8) + id_lo;
  875|       |
  876|    917|		if (bIsDF || isMF) {
  ------------------
  |  Branch (876:7): [True: 174, False: 743]
  |  Branch (876:16): [True: 0, False: 743]
  ------------------
  877|       |			/* we have a DF */
  878|    174|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|    174|#define SC_FILE_TYPE_DF			0x04
  ------------------
  879|    174|			file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|    174|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  880|    174|			file->size = 0;
  881|    174|			file->namelen = 0;
  882|    174|			file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|    174|#define SC_FILE_MAGIC			0x14426950
  ------------------
  883|    174|			*file_out = file;
  884|    743|		} else {
  885|       |			/* ok, assume we have a EF */
  886|    743|			if ( IS_V3x(card) ) {
  ------------------
  |  |  121|  1.48k|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|    743|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 365, False: 378]
  |  |  |  |  |  Branch (119:65): [True: 187, False: 191]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|    191|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 11, False: 180]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 180]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  887|    563|				if (isFCP) {
  ------------------
  |  Branch (887:9): [True: 563, False: 0]
  ------------------
  888|    563|					r = process_fcp_v3_4(card->ctx, file, apdu.resp,
  889|    563|							apdu.resplen);
  890|    563|				} else {
  891|      0|					r = process_fci_v3_4(card->ctx, file, apdu.resp,
  892|      0|							apdu.resplen);
  893|      0|				}
  894|    563|			} else {
  895|    180|				r = process_fci(card->ctx, file, apdu.resp,
  896|    180|						apdu.resplen);
  897|    180|			}
  898|    743|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    743|#define SC_SUCCESS				0
  ------------------
  |  Branch (898:8): [True: 220, False: 523]
  ------------------
  899|    220|				sc_file_free(file);
  900|    220|				return r;
  901|    220|			}
  902|       |
  903|    523|			*file_out = file;
  904|    523|		}
  905|    917|	}
  906|       |
  907|  3.28k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|  3.28k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  3.28k|	int _ret = r; \
  |  |  155|  3.28k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 3.28k, False: 0]
  |  |  ------------------
  |  |  156|  3.28k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 3.28k]
  |  |  ------------------
  |  |  157|  3.28k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  3.28k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  3.28k|	return _ret; \
  |  |  163|  3.28k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  908|  3.28k|}
card-starcos.c:process_fcp_v3_4:
  605|    563|{
  606|    563|	size_t taglen, len = buflen;
  607|    563|	const u8 *tag = NULL, *p;
  608|       |
  609|    563|	sc_log(ctx, "processing %zu FCP bytes\n", buflen);
  ------------------
  |  |   71|    563|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  610|       |
  611|    563|	if (buflen < 2)
  ------------------
  |  Branch (611:6): [True: 69, False: 494]
  ------------------
  612|     69|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     69|#define SC_ERROR_INTERNAL			-1400
  ------------------
  613|    494|	if (buf[0] != 0x62)
  ------------------
  |  Branch (613:6): [True: 21, False: 473]
  ------------------
  614|     21|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     21|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  615|    473|	len = (size_t)buf[1];
  616|    473|	if (buflen - 2 < len)
  ------------------
  |  Branch (616:6): [True: 16, False: 457]
  ------------------
  617|     16|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     16|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  618|    457|	p = buf + 2;
  619|       |
  620|    457|	tag = sc_asn1_find_tag(ctx, p, len, 0x80, &taglen);
  621|    457|	if (tag != NULL && taglen >= 2) {
  ------------------
  |  Branch (621:6): [True: 25, False: 432]
  |  Branch (621:21): [True: 14, False: 11]
  ------------------
  622|     14|		int bytes = (tag[0] << 8) + tag[1];
  623|     14|		sc_log(ctx,
  ------------------
  |  |   71|     14|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  624|     14|			"  bytes in file: %d\n", bytes);
  625|     14|		file->size = bytes;
  626|     14|	}
  627|       |
  628|    457|	tag = sc_asn1_find_tag(ctx, p, len, 0xc5, &taglen);
  629|    457|	if (tag != NULL && taglen >= 2) {
  ------------------
  |  Branch (629:6): [True: 16, False: 441]
  |  Branch (629:21): [True: 6, False: 10]
  ------------------
  630|      6|		int bytes = (tag[0] << 8) + tag[1];
  631|      6|		sc_log(ctx,
  ------------------
  |  |   71|      6|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  632|      6|			"  bytes in file 2: %d\n", bytes);
  633|      6|		file->size = bytes;
  634|      6|	}
  635|       |
  636|    457|	tag = sc_asn1_find_tag(ctx, p, len, 0x82, &taglen);
  637|    457|	if (tag != NULL) {
  ------------------
  |  Branch (637:6): [True: 82, False: 375]
  ------------------
  638|     82|		const char *type = "unknown";
  639|     82|		const char *structure = "unknown";
  640|       |
  641|     82|		if (taglen >= 1) {
  ------------------
  |  Branch (641:7): [True: 72, False: 10]
  ------------------
  642|     72|			unsigned char byte = tag[0];
  643|     72|			if (byte & 0x40) {
  ------------------
  |  Branch (643:8): [True: 35, False: 37]
  ------------------
  644|     35|				file->shareable = 1;
  645|     35|			}
  646|     72|			if (byte == 0x38) {
  ------------------
  |  Branch (646:8): [True: 10, False: 62]
  ------------------
  647|     10|				type = "DF";
  648|     10|				file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     10|#define SC_FILE_TYPE_DF			0x04
  ------------------
  649|     10|				file->shareable = 1;
  650|     10|			}
  651|     72|			switch (byte & 7) {
  652|     12|			case 1:
  ------------------
  |  Branch (652:4): [True: 12, False: 60]
  ------------------
  653|       |				/* transparent EF */
  654|     12|				type = "working EF";
  655|     12|				structure = "transparent";
  656|     12|				file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     12|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  657|     12|				file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     12|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  658|     12|				break;
  659|     13|			case 2:
  ------------------
  |  Branch (659:4): [True: 13, False: 59]
  ------------------
  660|       |				/* linear fixed EF */
  661|     13|				type = "working EF";
  662|     13|				structure = "linear fixed";
  663|     13|				file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     13|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  664|     13|				file->ef_structure = SC_FILE_EF_LINEAR_FIXED;
  ------------------
  |  |  222|     13|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  665|     13|				break;
  666|     11|			case 4:
  ------------------
  |  Branch (666:4): [True: 11, False: 61]
  ------------------
  667|       |				/* linear variable EF */
  668|     11|				type = "working EF";
  669|     11|				structure = "linear variable";
  670|     11|				file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     11|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  671|     11|				file->ef_structure = SC_FILE_EF_LINEAR_VARIABLE;
  ------------------
  |  |  224|     11|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  672|     11|				break;
  673|     10|			case 6:
  ------------------
  |  Branch (673:4): [True: 10, False: 62]
  ------------------
  674|       |				/* cyclic EF */
  675|     10|				type = "working EF";
  676|     10|				structure = "cyclic";
  677|     10|				file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     10|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  678|     10|				file->ef_structure = SC_FILE_EF_CYCLIC;
  ------------------
  |  |  226|     10|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  679|     10|				break;
  680|     26|			default:
  ------------------
  |  Branch (680:4): [True: 26, False: 46]
  ------------------
  681|       |				/* use defaults from above */
  682|     26|				break;
  683|     72|			}
  684|     72|		}
  685|     82|		sc_log(ctx,
  ------------------
  |  |   71|     82|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  686|     82|			"  type: %s\n", type);
  687|     82|		sc_log(ctx,
  ------------------
  |  |   71|     82|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  688|     82|			"  EF structure: %s\n", structure);
  689|     82|		if (taglen >= 2) {
  ------------------
  |  Branch (689:7): [True: 67, False: 15]
  ------------------
  690|     67|			if (tag[1] != 0x41 || taglen != 5) {
  ------------------
  |  Branch (690:8): [True: 57, False: 10]
  |  Branch (690:26): [True: 10, False: 0]
  ------------------
  691|     67|				SC_FUNC_RETURN(ctx, 2,SC_ERROR_INVALID_DATA);
  ------------------
  |  |  153|     67|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     67|	int _ret = r; \
  |  |  155|     67|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 67, False: 0]
  |  |  ------------------
  |  |  156|     67|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     67|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 67, False: 0]
  |  |  ------------------
  |  |  157|     67|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     67|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     67|	return _ret; \
  |  |  163|     67|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  692|     67|			}
  693|       |			/* formatted EF */
  694|      0|			file->record_length = (tag[2] << 8) + tag[3];
  695|      0|			file->record_count = tag[4];
  696|      0|			sc_log(ctx, "  rec_len: %zu  rec_cnt: %zu", file->record_length, file->record_count);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  697|      0|		}
  698|     82|	}
  699|       |
  700|    390|	tag = sc_asn1_find_tag(ctx, p, len, 0x83, &taglen);
  701|    390|	if (tag != NULL && taglen >= 2) {
  ------------------
  |  Branch (701:6): [True: 117, False: 273]
  |  Branch (701:21): [True: 3, False: 114]
  ------------------
  702|      3|		file->id = (tag[0] << 8) | tag[1];
  703|      3|		sc_log(ctx,  "  file identifier: 0x%02X%02X\n",
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  704|      3|			tag[0], tag[1]);
  705|      3|	}
  706|       |
  707|    390|	tag = sc_asn1_find_tag(ctx, p, len, 0x84, &taglen);
  708|    390|	if (tag != NULL && taglen > 0 && taglen <= 16) {
  ------------------
  |  Branch (708:6): [True: 16, False: 374]
  |  Branch (708:21): [True: 4, False: 12]
  |  Branch (708:35): [True: 3, False: 1]
  ------------------
  709|      3|		memcpy(file->name, tag, taglen);
  710|      3|		file->namelen = taglen;
  711|      3|		sc_log(ctx,  "  filename %s",
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  712|      3|			sc_dump_hex(file->name, file->namelen));
  713|      3|	}
  714|       |
  715|    390|	tag = sc_asn1_find_tag(ctx, p, len, 0x8a, &taglen);
  716|    390|	if (tag != NULL && taglen == 1) {
  ------------------
  |  Branch (716:6): [True: 77, False: 313]
  |  Branch (716:21): [True: 5, False: 72]
  ------------------
  717|      5|		char* status = "unknown";
  718|      5|		switch (tag[0]) {
  719|      1|		case 1:
  ------------------
  |  Branch (719:3): [True: 1, False: 4]
  ------------------
  720|      1|			status = "creation";
  721|      1|			file->status = SC_FILE_STATUS_CREATION;
  ------------------
  |  |  240|      1|#define SC_FILE_STATUS_CREATION		0x02 /* ISO7816-4: Creation state, (1) */
  ------------------
  722|      1|			break;
  723|      1|		case 5:
  ------------------
  |  Branch (723:3): [True: 1, False: 4]
  ------------------
  724|      1|			status = "operational active";
  725|      1|			file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|      1|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  726|      1|			break;
  727|      1|		case 12:
  ------------------
  |  Branch (727:3): [True: 1, False: 4]
  ------------------
  728|      2|		case 13:
  ------------------
  |  Branch (728:3): [True: 1, False: 4]
  ------------------
  729|      2|			status = "creation";
  730|      2|			file->status = SC_FILE_STATUS_INVALIDATED;
  ------------------
  |  |  237|      2|#define SC_FILE_STATUS_INVALIDATED	0x01 /* ISO7816-4: Operational state (deactivated) (4, 6) */
  ------------------
  731|      2|			break;
  732|      1|		default:
  ------------------
  |  Branch (732:3): [True: 1, False: 4]
  ------------------
  733|      1|			break;
  734|      5|		}
  735|      5|		sc_log(ctx,  "  file status: %s\n", status);
  ------------------
  |  |   71|      5|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  736|      5|	}
  737|       |
  738|    390|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|    390|#define SC_FILE_MAGIC			0x14426950
  ------------------
  739|    390|	return SC_SUCCESS;
  ------------------
  |  |   28|    390|#define SC_SUCCESS				0
  ------------------
  740|    390|}
card-starcos.c:process_fci:
  478|    180|{
  479|       |	/* NOTE: According to the Starcos S 2.1 manual it's possible
  480|       |	 *       that a SELECT DF returns as a FCI arbitrary data which
  481|       |	 *       is stored in a object file (in the corresponding DF)
  482|       |	 *       with the tag 0x6f.
  483|       |	 */
  484|       |
  485|    180|	size_t taglen, len = buflen;
  486|    180|	const u8 *tag = NULL, *p;
  487|       |
  488|    180|	sc_log(ctx,  "processing FCI bytes\n");
  ------------------
  |  |   71|    180|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  489|       |
  490|    180|	if (buflen < 2)
  ------------------
  |  Branch (490:6): [True: 24, False: 156]
  ------------------
  491|     24|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     24|#define SC_ERROR_INTERNAL			-1400
  ------------------
  492|    156|	if (buf[0] != 0x6f)
  ------------------
  |  Branch (492:6): [True: 16, False: 140]
  ------------------
  493|     16|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     16|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  494|    140|	len = (size_t)buf[1];
  495|    140|	if (buflen - 2 < len)
  ------------------
  |  Branch (495:6): [True: 7, False: 133]
  ------------------
  496|      7|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      7|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  497|    133|	p = buf + 2;
  498|       |
  499|       |	/* defaults */
  500|    133|	file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    133|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  501|    133|	file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|    133|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  502|    133|	file->shareable = 0;
  503|    133|	file->record_length = 0;
  504|    133|	file->size = 0;
  505|       |
  506|    133|	tag = sc_asn1_find_tag(ctx, p, len, 0x80, &taglen);
  507|    133|	if (tag != NULL && taglen >= 2) {
  ------------------
  |  Branch (507:6): [True: 19, False: 114]
  |  Branch (507:21): [True: 11, False: 8]
  ------------------
  508|     11|		int bytes = (tag[0] << 8) + tag[1];
  509|     11|		sc_log(ctx,
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  510|     11|			"  bytes in file: %d\n", bytes);
  511|     11|		file->size = bytes;
  512|     11|	}
  513|       |
  514|    133|	tag = sc_asn1_find_tag(ctx, p, len, 0x82, &taglen);
  515|    133|	if (tag != NULL) {
  ------------------
  |  Branch (515:6): [True: 45, False: 88]
  ------------------
  516|     45|		const char *type = "unknown";
  517|     45|		const char *structure = "unknown";
  518|       |
  519|     45|		if (taglen == 1 && tag[0] == 0x01) {
  ------------------
  |  Branch (519:7): [True: 32, False: 13]
  |  Branch (519:22): [True: 14, False: 18]
  ------------------
  520|       |			/* transparent EF */
  521|     14|			type = "working EF";
  522|     14|			structure = "transparent";
  523|     14|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     14|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  524|     14|			file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     14|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  525|     31|		} else if (taglen == 1 && tag[0] == 0x11) {
  ------------------
  |  Branch (525:14): [True: 18, False: 13]
  |  Branch (525:29): [True: 8, False: 10]
  ------------------
  526|       |			/* object EF */
  527|      8|			type = "working EF";
  528|      8|			structure = "object";
  529|      8|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      8|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  530|      8|			file->ef_structure = SC_FILE_EF_TRANSPARENT; /* TODO */
  ------------------
  |  |  221|      8|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  531|     23|		} else if (taglen == 3 && tag[1] == 0x21) {
  ------------------
  |  Branch (531:14): [True: 11, False: 12]
  |  Branch (531:29): [True: 5, False: 6]
  ------------------
  532|      5|			type = "working EF";
  533|      5|			file->record_length = tag[2];
  534|      5|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      5|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  535|       |			/* linear fixed, cyclic or compute */
  536|      5|			switch ( tag[0] )
  537|      5|			{
  538|      1|				case 0x02:
  ------------------
  |  Branch (538:5): [True: 1, False: 4]
  ------------------
  539|      1|					structure = "linear fixed";
  540|      1|					file->ef_structure = SC_FILE_EF_LINEAR_FIXED;
  ------------------
  |  |  222|      1|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  541|      1|					break;
  542|      2|				case 0x07:
  ------------------
  |  Branch (542:5): [True: 2, False: 3]
  ------------------
  543|      2|					structure = "cyclic";
  544|      2|					file->ef_structure = SC_FILE_EF_CYCLIC;
  ------------------
  |  |  226|      2|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  545|      2|					break;
  546|      1|				case 0x17:
  ------------------
  |  Branch (546:5): [True: 1, False: 4]
  ------------------
  547|      1|					structure = "compute";
  548|      1|					file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|      1|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  549|      1|					break;
  550|      1|				default:
  ------------------
  |  Branch (550:5): [True: 1, False: 4]
  ------------------
  551|      1|					structure = "unknown";
  552|      1|					file->ef_structure = SC_FILE_EF_UNKNOWN;
  ------------------
  |  |  220|      1|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  553|      1|					file->record_length = 0;
  554|      1|					break;
  555|      5|			}
  556|      5|		}
  557|       |
  558|     45|		sc_log(ctx,
  ------------------
  |  |   71|     45|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  559|     45|			"  type: %s\n", type);
  560|     45|		sc_log(ctx,
  ------------------
  |  |   71|     45|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  561|     45|			"  EF structure: %s\n", structure);
  562|     45|	}
  563|    133|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|    133|#define SC_FILE_MAGIC			0x14426950
  ------------------
  564|       |
  565|    133|	return SC_SUCCESS;
  ------------------
  |  |   28|    133|#define SC_SUCCESS				0
  ------------------
  566|    133|}
card-starcos.c:starcos_check_sw:
 1941|  15.5k|{
 1942|  15.5k|	const int err_count = sizeof(starcos_errors)/sizeof(starcos_errors[0]);
 1943|  15.5k|	int i;
 1944|       |
 1945|  15.5k|	sc_log(card->ctx,
  ------------------
  |  |   71|  15.5k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1946|  15.5k|		"sw1 = 0x%02x, sw2 = 0x%02x\n", sw1, sw2);
 1947|       |
 1948|  15.5k|	if (sw1 == 0x90 && sw2 == 0x00)
  ------------------
  |  Branch (1948:6): [True: 6.20k, False: 9.32k]
  |  Branch (1948:21): [True: 5.68k, False: 515]
  ------------------
 1949|  5.68k|		return SC_SUCCESS;
  ------------------
  |  |   28|  5.68k|#define SC_SUCCESS				0
  ------------------
 1950|  9.83k|	if (sw1 == 0x63 && (sw2 & ~0x0fU) == 0xc0 )
  ------------------
  |  Branch (1950:6): [True: 182, False: 9.65k]
  |  Branch (1950:21): [True: 40, False: 142]
  ------------------
 1951|     40|	{
 1952|     40|		sc_log(card->ctx,  "Verification failed (remaining tries: %d)\n",
  ------------------
  |  |   71|     40|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1953|     40|		(sw2 & 0x0f));
 1954|     40|		return SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|     40|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 1955|     40|	}
 1956|       |
 1957|       |	/* check starcos error messages */
 1958|   146k|	for (i = 0; i < err_count; i++)
  ------------------
  |  Branch (1958:14): [True: 136k, False: 9.77k]
  ------------------
 1959|   136k|		if (starcos_errors[i].SWs == ((sw1 << 8) | sw2))
  ------------------
  |  Branch (1959:7): [True: 20, False: 136k]
  ------------------
 1960|     20|		{
 1961|     20|			sc_log(card->ctx,  "%s\n", starcos_errors[i].errorstr);
  ------------------
  |  |   71|     20|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1962|     20|			return starcos_errors[i].errorno;
 1963|     20|		}
 1964|       |
 1965|       |	/* iso error */
 1966|  9.77k|	return iso_ops->check_sw(card, sw1, sw2);
 1967|  9.79k|}
card-starcos.c:starcos_set_security_env:
 1538|  2.34k|{
 1539|  2.34k|	u8              *p, *pp;
 1540|  2.34k|	int              r, operation = env->operation;
 1541|  2.34k|	sc_apdu_t   apdu;
 1542|  2.34k|	u8               sbuf[SC_MAX_APDU_BUFFER_SIZE];
 1543|  2.34k|	starcos_ex_data *ex_data = (starcos_ex_data *)card->drv_data;
 1544|       |
 1545|  2.34k|	p     = sbuf;
 1546|       |
 1547|  2.34k|	if ( IS_V3x(card) ) {
  ------------------
  |  |  121|  4.68k|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|  2.34k|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 1.30k, False: 1.04k]
  |  |  |  |  |  Branch (119:65): [True: 907, False: 134]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|    134|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 0, False: 134]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 134]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1548|  2.20k|		u8 algorithm_supported = (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1) ||
  ------------------
  |  |  111|  2.20k|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|  2.20k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|  2.20k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  |  Branch (1548:28): [True: 293, False: 1.91k]
  ------------------
 1549|  1.91k|								(env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PSS);
  ------------------
  |  |  107|  1.91k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (1549:9): [True: 821, False: 1.09k]
  ------------------
 1550|  2.20k|		if (!algorithm_supported ||
  ------------------
  |  Branch (1550:7): [True: 1.09k, False: 1.11k]
  ------------------
 1551|  1.11k|			!(env->flags & SC_SEC_ENV_KEY_REF_PRESENT) || env->key_ref_len != 1) {
  ------------------
  |  |   58|  1.11k|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (1551:4): [True: 0, False: 1.11k]
  |  Branch (1551:50): [True: 0, False: 1.11k]
  ------------------
 1552|  1.09k|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|  1.09k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  1.09k|	int _ret = r; \
  |  |  155|  1.09k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 1.09k, False: 0]
  |  |  ------------------
  |  |  156|  1.09k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  1.09k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1.09k, False: 0]
  |  |  ------------------
  |  |  157|  1.09k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  1.09k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  1.09k|	return _ret; \
  |  |  163|  1.09k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1553|  1.09k|		}
 1554|       |
 1555|       |		/* Tag '84' (length 1) denotes key name or key reference */
 1556|  1.11k|		*p++ = 0x84;
 1557|  1.11k|		*p++ = 0x01;
 1558|  1.11k|		if (env->flags & SC_SEC_ENV_FILE_REF_PRESENT) {
  ------------------
  |  |   57|  1.11k|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (1558:7): [True: 53, False: 1.06k]
  ------------------
 1559|     53|			*p++ = *env->key_ref | 0x80;
 1560|  1.06k|		} else {
 1561|  1.06k|			*p++ = *env->key_ref;
 1562|  1.06k|		}
 1563|       |
 1564|  1.11k|		switch (operation) {
 1565|    984|			case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|    984|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (1565:4): [True: 984, False: 130]
  ------------------
 1566|    984|				sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, 0xB6);
  ------------------
  |  |  293|    984|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1567|       |
 1568|       |				/* algorithm / cipher selector? */
 1569|       |				/* algorithm: 13.23 PKCS#1 signature with RSA (standard) */
 1570|       |				/* algorithm: 13.33.30 PKCS#1-PSS signature with SHA-256 */
 1571|    984|				*p++ = 0x89;
 1572|    984|				if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PSS) {
  ------------------
  |  |  107|    984|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (1572:9): [True: 821, False: 163]
  ------------------
 1573|    821|					*p++ = 0x03;
 1574|    821|					*p++ = 0x13;
 1575|    821|					*p++ = 0x33;
 1576|    821|					*p++ = 0x30;
 1577|    821|				} else {
 1578|       |					// fall back, RSA PKCS1 Padding
 1579|    163|					*p++ = 0x02;
 1580|    163|					*p++ = 0x13;
 1581|    163|					*p++ = 0x23;
 1582|    163|				}
 1583|    984|				break;
 1584|       |
 1585|    130|			case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|    130|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (1585:4): [True: 130, False: 984]
  ------------------
 1586|    130|				sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, 0xB8);
  ------------------
  |  |  293|    130|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1587|       |
 1588|       |				/* algorithm / cipher selector? */
 1589|       |				/* algorithm: 11.3  Encipherment RSA (standard) */
 1590|       |				/* algorithm: 11.31 Encipherment RSA (standard) with PKCS#1 padding */
 1591|       |				/* algorithm: 11.32 Encipherment RSA OAEP padding */
 1592|    130|				*p++ = 0x89;
 1593|    130|				*p++ = 0x02;
 1594|    130|				*p++ = 0x11;
 1595|    130|				if ( IS_V34(card) )
  ------------------
  |  |  119|    130|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  ------------------
  |  |  |  Branch (119:22): [True: 68, False: 62]
  |  |  |  Branch (119:65): [True: 62, False: 0]
  |  |  ------------------
  ------------------
 1596|    130|					*p++ = 0x30;
 1597|      0|				else
 1598|      0|					*p++ = 0x31;
 1599|    130|				break;
 1600|       |
 1601|      0|			default:
  ------------------
  |  Branch (1601:4): [True: 0, False: 1.11k]
  ------------------
 1602|      0|				sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1603|      0|						"not supported for STARCOS 3.4 cards");
 1604|      0|				return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1605|  1.11k|		}
 1606|       |
 1607|  1.11k|		apdu.data    = sbuf;
 1608|  1.11k|		apdu.datalen = p - sbuf;
 1609|  1.11k|		apdu.lc      = p - sbuf;
 1610|  1.11k|		apdu.le      = 0;
 1611|  1.11k|		r = sc_transmit_apdu(card, &apdu);
 1612|  1.11k|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  1.11k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.11k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.11k|	int _ret = (r); \
  |  |  |  |  168|  1.11k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 1.09k]
  |  |  |  |  ------------------
  |  |  |  |  169|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     18|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     18|		return _ret; \
  |  |  |  |  172|     18|	} \
  |  |  |  |  173|  1.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.09k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1613|  1.09k|		if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1613:7): [True: 750, False: 346]
  |  Branch (1613:27): [True: 31, False: 315]
  ------------------
 1614|    781|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|    781|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    781|	int _ret = r; \
  |  |  155|    781|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 781, False: 0]
  |  |  ------------------
  |  |  156|    781|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    781|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 781, False: 0]
  |  |  ------------------
  |  |  157|    781|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    781|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    781|	return _ret; \
  |  |  163|    781|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1615|       |
 1616|    315|		if ((operation == SC_SEC_OPERATION_SIGN && env->algorithm_flags == SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |   48|    630|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
              		if ((operation == SC_SEC_OPERATION_SIGN && env->algorithm_flags == SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |  109|    286|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (1616:8): [True: 286, False: 29]
  |  Branch (1616:46): [True: 79, False: 207]
  ------------------
 1617|    236|			|| (operation == SC_SEC_OPERATION_DECIPHER && env->algorithm_flags == SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02)) {
  ------------------
  |  |   47|    472|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
              			|| (operation == SC_SEC_OPERATION_DECIPHER && env->algorithm_flags == SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02)) {
  ------------------
  |  |  110|     29|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (1617:8): [True: 29, False: 207]
  |  Branch (1617:50): [True: 29, False: 0]
  ------------------
 1618|       |			// input data will be already padded
 1619|    108|			ex_data->fix_digestInfo = 0;
 1620|    207|		} else {
 1621|    207|			ex_data->fix_digestInfo = env->algorithm_flags;
 1622|    207|		}
 1623|    315|		ex_data->sec_ops        = SC_SEC_OPERATION_SIGN;
  ------------------
  |  |   48|    315|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
 1624|    315|		return SC_SUCCESS;
  ------------------
  |  |   28|    315|#define SC_SUCCESS				0
  ------------------
 1625|  1.09k|	}
 1626|       |
 1627|       |	/* copy key reference, if present */
 1628|    134|	if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT) {
  ------------------
  |  |   58|    134|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (1628:6): [True: 134, False: 0]
  ------------------
 1629|    134|		if (env->flags & SC_SEC_ENV_KEY_REF_SYMMETRIC)
  ------------------
  |  |   59|    134|#define SC_SEC_ENV_KEY_REF_SYMMETRIC	0x0008
  ------------------
  |  Branch (1629:7): [True: 0, False: 134]
  ------------------
 1630|      0|			*p++ = 0x83;
 1631|    134|		else
 1632|    134|			*p++ = 0x84;
 1633|    134|		*p++ = env->key_ref_len;
 1634|    134|		memcpy(p, env->key_ref, env->key_ref_len);
 1635|    134|		p += env->key_ref_len;
 1636|    134|	}
 1637|    134|	pp = p;
 1638|    134|	if (operation == SC_SEC_OPERATION_DECIPHER){
  ------------------
  |  |   47|    134|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (1638:6): [True: 55, False: 79]
  ------------------
 1639|     55|		if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) {
  ------------------
  |  |  110|     55|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (1639:7): [True: 39, False: 16]
  ------------------
 1640|     39|			*p++ = 0x80;
 1641|     39|			*p++ = 0x01;
 1642|     39|			*p++ = 0x02;
 1643|     39|		} else
 1644|     16|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     16|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1645|     39|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x81,
  ------------------
  |  |  293|     39|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1646|     39|		               0xb8);
 1647|     39|		apdu.data    = sbuf;
 1648|     39|		apdu.datalen = p - sbuf;
 1649|     39|		apdu.lc      = p - sbuf;
 1650|     39|		apdu.le      = 0;
 1651|     39|		r = sc_transmit_apdu(card, &apdu);
 1652|     39|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     39|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     39|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     39|	int _ret = (r); \
  |  |  |  |  168|     39|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 36]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|     39|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 36]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1653|     36|		if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1653:7): [True: 8, False: 28]
  |  Branch (1653:27): [True: 3, False: 25]
  ------------------
 1654|     11|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     11|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     11|	int _ret = r; \
  |  |  155|     11|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 11, False: 0]
  |  |  ------------------
  |  |  156|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 11, False: 0]
  |  |  ------------------
  |  |  157|     11|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     11|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     11|	return _ret; \
  |  |  163|     11|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1655|     25|		return SC_SUCCESS;
  ------------------
  |  |   28|     25|#define SC_SUCCESS				0
  ------------------
 1656|     36|	}
 1657|       |	/* try COMPUTE SIGNATURE */
 1658|     79|	if (operation == SC_SEC_OPERATION_SIGN && (
  ------------------
  |  |   48|    158|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (1658:6): [True: 79, False: 0]
  ------------------
 1659|     79|	    env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 ||
  ------------------
  |  |  109|    158|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (1659:6): [True: 42, False: 37]
  ------------------
 1660|     54|	    env->algorithm_flags & SC_ALGORITHM_RSA_PAD_ISO9796)) {
  ------------------
  |  |  106|     37|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  |  Branch (1660:6): [True: 12, False: 25]
  ------------------
 1661|     54|		if (env->flags & SC_SEC_ENV_ALG_REF_PRESENT) {
  ------------------
  |  |   56|     54|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (1661:7): [True: 0, False: 54]
  ------------------
 1662|      0|			*p++ = 0x80;
 1663|      0|			*p++ = 0x01;
 1664|      0|			*p++ = env->algorithm_ref & 0xFF;
 1665|     54|		} else if (env->flags & SC_SEC_ENV_ALG_PRESENT &&
  ------------------
  |  |   60|    108|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
  |  Branch (1665:14): [True: 54, False: 0]
  ------------------
 1666|     54|		            env->algorithm == SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|     54|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1666:15): [True: 54, False: 0]
  ------------------
 1667|       |			/* set the method to use based on the algorithm_flags */
 1668|     54|			*p++ = 0x80;
 1669|     54|			*p++ = 0x01;
 1670|     54|			if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01) {
  ------------------
  |  |  109|     54|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (1670:8): [True: 42, False: 12]
  ------------------
 1671|     42|				if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA1)
  ------------------
  |  |  134|     42|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  |  Branch (1671:9): [True: 0, False: 42]
  ------------------
 1672|      0|					*p++ = 0x12;
 1673|     42|				else if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_RIPEMD160)
  ------------------
  |  |  137|     42|#define SC_ALGORITHM_RSA_HASH_RIPEMD160	0x00001000
  ------------------
  |  Branch (1673:14): [True: 0, False: 42]
  ------------------
 1674|      0|					*p++ = 0x22;
 1675|     42|				else if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_MD5)
  ------------------
  |  |  135|     42|#define SC_ALGORITHM_RSA_HASH_MD5	0x00000400
  ------------------
  |  Branch (1675:14): [True: 0, False: 42]
  ------------------
 1676|      0|					*p++ = 0x32;
 1677|     42|				else {
 1678|       |					/* can't use COMPUTE SIGNATURE =>
 1679|       |					 * try INTERNAL AUTHENTICATE */
 1680|     42|					p = pp;
 1681|     42|					operation = SC_SEC_OPERATION_AUTHENTICATE;
  ------------------
  |  |   49|     42|#define SC_SEC_OPERATION_AUTHENTICATE	0x0003
  ------------------
 1682|     42|					goto try_authenticate;
 1683|     42|				}
 1684|     42|			} else if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_ISO9796) {
  ------------------
  |  |  106|     12|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  |  Branch (1684:15): [True: 12, False: 0]
  ------------------
 1685|     12|				if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA1)
  ------------------
  |  |  134|     12|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  |  Branch (1685:9): [True: 0, False: 12]
  ------------------
 1686|      0|					*p++ = 0x11;
 1687|     12|				else if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_RIPEMD160)
  ------------------
  |  |  137|     12|#define SC_ALGORITHM_RSA_HASH_RIPEMD160	0x00001000
  ------------------
  |  Branch (1687:14): [True: 0, False: 12]
  ------------------
 1688|      0|					*p++ = 0x21;
 1689|     12|				else
 1690|     12|					return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     12|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1691|     12|			} else
 1692|      0|				return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1693|     54|		}
 1694|      0|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, 0xb6);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1695|      0|		apdu.data    = sbuf;
 1696|      0|		apdu.datalen = p - sbuf;
 1697|      0|		apdu.lc      = p - sbuf;
 1698|      0|		apdu.le      = 0;
 1699|       |		/* we don't know whether to use
 1700|       |		 * COMPUTE SIGNATURE or INTERNAL AUTHENTICATE */
 1701|      0|		r = sc_transmit_apdu(card, &apdu);
 1702|      0|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1703|      0|		if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1703:7): [True: 0, False: 0]
  |  Branch (1703:27): [True: 0, False: 0]
  ------------------
 1704|      0|			ex_data->fix_digestInfo = 0;
 1705|      0|			ex_data->sec_ops        = SC_SEC_OPERATION_SIGN;
  ------------------
  |  |   48|      0|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
 1706|      0|			return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1707|      0|		}
 1708|       |		/* reset pointer */
 1709|      0|		p = pp;
 1710|       |		/* doesn't work => try next op */
 1711|      0|		operation = SC_SEC_OPERATION_AUTHENTICATE;
  ------------------
  |  |   49|      0|#define SC_SEC_OPERATION_AUTHENTICATE	0x0003
  ------------------
 1712|      0|	}
 1713|     67|try_authenticate:
 1714|       |	/* try INTERNAL AUTHENTICATE */
 1715|     67|	if (operation == SC_SEC_OPERATION_AUTHENTICATE &&
  ------------------
  |  |   49|    134|#define SC_SEC_OPERATION_AUTHENTICATE	0x0003
  ------------------
  |  Branch (1715:6): [True: 42, False: 25]
  ------------------
 1716|     42|	    env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1) {
  ------------------
  |  |  111|     42|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|     42|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|     42|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  |  Branch (1716:6): [True: 42, False: 0]
  ------------------
 1717|     42|		*p++ = 0x80;
 1718|     42|		*p++ = 0x01;
 1719|     42|		*p++ = 0x01;
 1720|     42|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41,
  ------------------
  |  |  293|     42|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1721|     42|		               0xa4);
 1722|     42|		apdu.data    = sbuf;
 1723|     42|		apdu.datalen = p - sbuf;
 1724|     42|		apdu.lc      = p - sbuf;
 1725|     42|		apdu.le      = 0;
 1726|     42|		r = sc_transmit_apdu(card, &apdu);
 1727|     42|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     42|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     42|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     42|	int _ret = (r); \
  |  |  |  |  168|     42|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 41]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     42|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 41]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1728|     41|		if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1728:7): [True: 3, False: 38]
  |  Branch (1728:27): [True: 3, False: 35]
  ------------------
 1729|      6|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      6|	int _ret = r; \
  |  |  155|      6|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  ------------------
  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 6, False: 0]
  |  |  ------------------
  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      6|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      6|	return _ret; \
  |  |  163|      6|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1730|     35|		ex_data->fix_digestInfo = env->algorithm_flags;
 1731|     35|		ex_data->sec_ops        = SC_SEC_OPERATION_AUTHENTICATE;
  ------------------
  |  |   49|     35|#define SC_SEC_OPERATION_AUTHENTICATE	0x0003
  ------------------
 1732|     35|		return SC_SUCCESS;
  ------------------
  |  |   28|     35|#define SC_SUCCESS				0
  ------------------
 1733|     41|	}
 1734|       |
 1735|     25|	return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     25|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1736|     67|}
card-starcos.c:starcos_compute_signature:
 1741|    321|{
 1742|    321|	int r;
 1743|    321|	sc_apdu_t apdu;
 1744|    321|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1745|    321|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
 1746|    321|	starcos_ex_data *ex_data = (starcos_ex_data *)card->drv_data;
 1747|       |
 1748|    321|	if (datalen > SC_MAX_APDU_BUFFER_SIZE)
  ------------------
  |  |   34|    321|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
  |  Branch (1748:6): [True: 20, False: 301]
  ------------------
 1749|     20|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|     20|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     20|	int _ret = r; \
  |  |  155|     20|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 20, False: 0]
  |  |  ------------------
  |  |  156|     20|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 20, False: 0]
  |  |  ------------------
  |  |  157|     20|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     20|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     20|	return _ret; \
  |  |  163|     20|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1750|       |
 1751|    301|	if (ex_data->sec_ops == SC_SEC_OPERATION_SIGN) {
  ------------------
  |  |   48|    301|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (1751:6): [True: 266, False: 35]
  ------------------
 1752|       |		/* compute signature with the COMPUTE SIGNATURE command */
 1753|       |
 1754|    266|		if ( IS_V3x(card) ) {
  ------------------
  |  |  121|    532|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|    266|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 153, False: 113]
  |  |  |  |  |  Branch (119:65): [True: 113, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|      0|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 0, False: 0]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1755|    266|			size_t tmp_len;
 1756|       |
 1757|    266|			sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0x2A,
  ------------------
  |  |  303|    266|#define SC_APDU_CASE_4			0x24
  ------------------
 1758|    266|					   0x9E, 0x9A);
 1759|    266|			apdu.resp = out;
 1760|    266|			apdu.resplen = outlen;
 1761|    266|			apdu.le = outlen;
 1762|    266|			if (ex_data->fix_digestInfo) {
  ------------------
  |  Branch (1762:8): [True: 194, False: 72]
  ------------------
 1763|       |				// need to pad data
 1764|    194|				unsigned int flags = ex_data->fix_digestInfo & SC_ALGORITHM_RSA_HASHES;
  ------------------
  |  |  142|    194|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
 1765|    194|				if (flags == 0x00) {
  ------------------
  |  Branch (1765:9): [True: 194, False: 0]
  ------------------
 1766|    194|					flags = SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    194|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
 1767|    194|				}
 1768|    194|				tmp_len = sizeof(sbuf);
 1769|    194|				if (ex_data->fix_digestInfo & SC_ALGORITHM_RSA_PAD_PSS) {
  ------------------
  |  |  107|    194|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (1769:9): [True: 194, False: 0]
  ------------------
 1770|    194|					r = sc_pkcs1_strip_digest_info_prefix(NULL, data, datalen, sbuf, &tmp_len);
 1771|    194|				} else {
 1772|      0|					r = sc_pkcs1_encode(card->ctx, flags, data, datalen, sbuf, &tmp_len, sizeof(sbuf)*8, NULL);
 1773|      0|				}
 1774|    194|				LOG_TEST_RET(card->ctx, r, "sc_pkcs1_encode failed");
  ------------------
  |  |  174|    194|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    194|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    194|	int _ret = (r); \
  |  |  |  |  168|    194|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 75, False: 119]
  |  |  |  |  ------------------
  |  |  |  |  169|     75|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     75|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     75|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     75|		return _ret; \
  |  |  |  |  172|     75|	} \
  |  |  |  |  173|    194|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 119]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1775|    194|			} else {
 1776|     72|				memcpy(sbuf, data, datalen);
 1777|     72|				tmp_len = datalen;
 1778|     72|			}
 1779|       |
 1780|    191|			apdu.data = sbuf;
 1781|    191|			apdu.datalen = tmp_len;
 1782|    191|			apdu.lc = tmp_len;
 1783|       |
 1784|    191|			r = sc_transmit_apdu(card, &apdu);
 1785|    191|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    191|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    191|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    191|	int _ret = (r); \
  |  |  |  |  168|    191|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 90, False: 101]
  |  |  |  |  ------------------
  |  |  |  |  169|     90|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     90|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     90|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     90|		return _ret; \
  |  |  |  |  172|     90|	} \
  |  |  |  |  173|    191|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 101]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1786|    191|		} else {
 1787|       |			/* set the hash value     */
 1788|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x2A,
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1789|      0|					   0x90, 0x81);
 1790|      0|			apdu.resp = rbuf;
 1791|      0|			apdu.resplen = sizeof(rbuf);
 1792|      0|			apdu.le = 0;
 1793|      0|			memcpy(sbuf, data, datalen);
 1794|      0|			apdu.data = sbuf;
 1795|      0|			apdu.lc = datalen;
 1796|      0|			apdu.datalen = datalen;
 1797|      0|			r = sc_transmit_apdu(card, &apdu);
 1798|      0|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1799|      0|			if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1799:8): [True: 0, False: 0]
  |  Branch (1799:28): [True: 0, False: 0]
  ------------------
 1800|      0|				SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1801|      0|						   sc_check_sw(card, apdu.sw1, apdu.sw2));
 1802|       |
 1803|       |			/* call COMPUTE SIGNATURE */
 1804|      0|			sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0x2A,
  ------------------
  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1805|      0|					   0x9E, 0x9A);
 1806|      0|			apdu.resp = rbuf;
 1807|      0|			apdu.resplen = sizeof(rbuf);
 1808|      0|			apdu.le = 256;
 1809|       |
 1810|      0|			apdu.lc = 0;
 1811|      0|			apdu.datalen = 0;
 1812|      0|			r = sc_transmit_apdu(card, &apdu);
 1813|      0|			LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1814|      0|		}
 1815|    101|		if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1815:7): [True: 75, False: 26]
  |  Branch (1815:27): [True: 57, False: 18]
  ------------------
 1816|     57|			size_t len = apdu.resplen > outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (1816:17): [True: 0, False: 57]
  ------------------
 1817|     57|			if ( out != apdu.resp ) {
  ------------------
  |  Branch (1817:9): [True: 0, False: 57]
  ------------------
 1818|      0|				memcpy(out, apdu.resp, len);
 1819|      0|			}
 1820|     57|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, (int)len);
  ------------------
  |  |  153|     57|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     57|	int _ret = r; \
  |  |  155|     57|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 21, False: 36]
  |  |  ------------------
  |  |  156|     21|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 21]
  |  |  ------------------
  |  |  157|     21|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     36|	} else { \
  |  |  159|     36|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     36|			"returning with: %d\n", _ret); \
  |  |  161|     36|	} \
  |  |  162|     57|	return _ret; \
  |  |  163|     57|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1821|     57|		}
 1822|    101|	} else if (ex_data->sec_ops == SC_SEC_OPERATION_AUTHENTICATE) {
  ------------------
  |  |   49|     35|#define SC_SEC_OPERATION_AUTHENTICATE	0x0003
  ------------------
  |  Branch (1822:13): [True: 35, False: 0]
  ------------------
 1823|     35|		size_t tmp_len;
 1824|     35|		CHECK_NOT_SUPPORTED_V3_4(card);
  ------------------
  |  |  110|     35|	do { \
  |  |  111|     35|		if ((card)->type == SC_CARD_TYPE_STARCOS_V3_4) { \
  |  |  ------------------
  |  |  |  Branch (111:7): [True: 0, False: 35]
  |  |  ------------------
  |  |  112|      0|			sc_log((card)->ctx,  \
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  113|      0|				"not supported for STARCOS 3.4 cards"); \
  |  |  114|      0|			return SC_ERROR_NOT_SUPPORTED; \
  |  |  ------------------
  |  |  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  |  |  ------------------
  |  |  115|      0|		} \
  |  |  116|     35|	} while (0);
  |  |  ------------------
  |  |  |  Branch (116:11): [Folded, False: 35]
  |  |  ------------------
  ------------------
 1825|       |		/* call INTERNAL AUTHENTICATE */
 1826|     35|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x88, 0x10, 0x00);
  ------------------
  |  |  294|     35|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1827|       |		/* fix/create DigestInfo structure (if necessary) */
 1828|     35|		if (ex_data->fix_digestInfo) {
  ------------------
  |  Branch (1828:7): [True: 35, False: 0]
  ------------------
 1829|     35|			unsigned int flags = ex_data->fix_digestInfo & SC_ALGORITHM_RSA_HASHES;
  ------------------
  |  |  142|     35|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
 1830|     35|			if (flags == 0x0)
  ------------------
  |  Branch (1830:8): [True: 35, False: 0]
  ------------------
 1831|       |				/* XXX: assume no hash is wanted */
 1832|     35|				flags = SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|     35|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
 1833|     35|			tmp_len = sizeof(sbuf);
 1834|     35|			r = sc_pkcs1_encode(card->ctx, flags, data, datalen,
 1835|     35|					sbuf, &tmp_len, sizeof(sbuf)*8, NULL);
 1836|     35|			if (r < 0)
  ------------------
  |  Branch (1836:8): [True: 0, False: 35]
  ------------------
 1837|      0|				return r;
 1838|     35|		} else {
 1839|      0|			memcpy(sbuf, data, datalen);
 1840|      0|			tmp_len = datalen;
 1841|      0|		}
 1842|     35|		apdu.lc = tmp_len;
 1843|     35|		apdu.data = sbuf;
 1844|     35|		apdu.datalen = tmp_len;
 1845|     35|		apdu.resp = rbuf;
 1846|     35|		apdu.resplen = sizeof(rbuf);
 1847|     35|		apdu.le = 256;
 1848|     35|		r = sc_transmit_apdu(card, &apdu);
 1849|     35|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 30]
  |  |  |  |  ------------------
  |  |  |  |  169|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      5|		return _ret; \
  |  |  |  |  172|      5|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 30]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1850|     30|		if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1850:7): [True: 21, False: 9]
  |  Branch (1850:27): [True: 14, False: 7]
  ------------------
 1851|     14|			size_t len = apdu.resplen > outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (1851:17): [True: 0, False: 14]
  ------------------
 1852|       |
 1853|     14|			memcpy(out, apdu.resp, len);
 1854|     14|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, (int)len);
  ------------------
  |  |  153|     14|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     14|	int _ret = r; \
  |  |  155|     14|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 5, False: 9]
  |  |  ------------------
  |  |  156|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 5]
  |  |  ------------------
  |  |  157|      5|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      9|	} else { \
  |  |  159|      9|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      9|			"returning with: %d\n", _ret); \
  |  |  161|      9|	} \
  |  |  162|     14|	return _ret; \
  |  |  163|     14|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1855|     14|		}
 1856|     30|	} else
 1857|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1858|       |
 1859|       |	/* clear old state */
 1860|     60|	ex_data->sec_ops = 0;
 1861|     60|	ex_data->fix_digestInfo = 0;
 1862|       |
 1863|     60|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     60|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     60|	int _ret = r; \
  |  |  155|     60|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 60, False: 0]
  |  |  ------------------
  |  |  156|     60|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     60|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 60, False: 0]
  |  |  ------------------
  |  |  157|     60|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     60|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     60|	return _ret; \
  |  |  163|     60|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1864|     60|}
card-starcos.c:starcos_decipher:
 1869|     54|{
 1870|     54|	int r;
 1871|     54|	size_t card_max_send_size = card->max_send_size;
 1872|     54|	size_t reader_max_send_size = card->reader->max_send_size;
 1873|     54|	size_t card_max_recv_size = card->max_recv_size;
 1874|     54|	size_t reader_max_recv_size = card->reader->max_recv_size;
 1875|       |
 1876|     54|	if (sc_get_max_send_size(card) < crgram_len + 1) {
  ------------------
  |  Branch (1876:6): [True: 8, False: 46]
  ------------------
 1877|       |		/* Starcos doesn't support chaining for PSO:DEC, so we just _hope_
 1878|       |		 * that both, the reader and the card are able to send enough data.
 1879|       |		 * (data is prefixed with 1 byte padding content indicator) */
 1880|      8|		card->max_send_size = crgram_len + 1;
 1881|      8|		card->reader->max_send_size = crgram_len + 1;
 1882|      8|	}
 1883|       |
 1884|     54|	if (sc_get_max_recv_size(card) < outlen) {
  ------------------
  |  Branch (1884:6): [True: 53, False: 1]
  ------------------
 1885|       |		/* Starcos doesn't support get response for PSO:DEC, so we just _hope_
 1886|       |		 * that both, the reader and the card are able to receive enough data.
 1887|       |		 */
 1888|     53|		if (0 == (card->caps & SC_CARD_CAP_APDU_EXT)
  ------------------
  |  |  547|     53|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (1888:7): [True: 34, False: 19]
  ------------------
 1889|     34|				&& outlen > 256) {
  ------------------
  |  Branch (1889:8): [True: 34, False: 0]
  ------------------
 1890|     34|			card->max_recv_size = 256;
 1891|     34|			card->reader->max_recv_size = 256;
 1892|     34|		} else {
 1893|     19|			card->max_recv_size = outlen;
 1894|     19|			card->reader->max_recv_size = outlen;
 1895|     19|		}
 1896|     53|	}
 1897|       |
 1898|     54|	if ( IS_V3x(card) ) {
  ------------------
  |  |  121|    108|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|     54|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 16, False: 38]
  |  |  |  |  |  Branch (119:65): [True: 13, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|     25|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 0, False: 25]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1899|     29|		sc_apdu_t apdu;
 1900|       |
 1901|     29|		u8 *sbuf = malloc(crgram_len + 1);
 1902|     29|		if (sbuf == NULL)
  ------------------
  |  Branch (1902:7): [True: 0, False: 29]
  ------------------
 1903|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1904|       |
 1905|     29|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0x2A, 0x80, 0x86);
  ------------------
  |  |  303|     29|#define SC_APDU_CASE_4			0x24
  ------------------
 1906|     29|		apdu.resp    = out;
 1907|     29|		apdu.resplen = outlen;
 1908|     29|		apdu.le      = outlen;
 1909|       |
 1910|     29|		sbuf[0] = 0x81;
 1911|     29|		memcpy(sbuf + 1, crgram, crgram_len);
 1912|     29|		apdu.data = sbuf;
 1913|     29|		apdu.lc = crgram_len + 1;
 1914|     29|		apdu.datalen = crgram_len + 1;
 1915|       |
 1916|     29|		r = sc_transmit_apdu(card, &apdu);
 1917|     29|		sc_mem_clear(sbuf, crgram_len + 1);
 1918|       |
 1919|     29|		free(sbuf);
 1920|       |
 1921|     29|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     29|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     29|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     29|	int _ret = (r); \
  |  |  |  |  168|     29|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|     29|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1922|       |
 1923|     18|		if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00)
  ------------------
  |  Branch (1923:7): [True: 6, False: 12]
  |  Branch (1923:27): [True: 5, False: 1]
  ------------------
 1924|      5|			r = (int)apdu.resplen;
 1925|     13|		else
 1926|     13|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1927|     25|	} else {
 1928|     25|		r = iso_ops->decipher(card, crgram, crgram_len, out, outlen);
 1929|     25|	}
 1930|       |
 1931|       |	/* reset whatever we've modified above */
 1932|     43|	card->max_send_size = card_max_send_size;
 1933|     43|	card->reader->max_send_size = reader_max_send_size;
 1934|     43|	card->max_recv_size = card_max_recv_size;
 1935|     43|	card->reader->max_recv_size = reader_max_recv_size;
 1936|       |
 1937|     43|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     43|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     43|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     43|	int _ret = r; \
  |  |  |  |  155|     43|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 34, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  156|     34|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     28|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 28, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|     34|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     34|	} else { \
  |  |  |  |  159|      9|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      9|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      9|	} \
  |  |  |  |  162|     43|	return _ret; \
  |  |  |  |  163|     43|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1938|     43|}
card-starcos.c:starcos_card_ctl:
 2016|    354|{
 2017|    354|	sc_starcos_create_data *tmp;
 2018|       |
 2019|    354|	switch (cmd)
 2020|    354|	{
 2021|      0|	case SC_CARDCTL_STARCOS_CREATE_FILE:
  ------------------
  |  Branch (2021:2): [True: 0, False: 354]
  ------------------
 2022|      0|		tmp = (sc_starcos_create_data *) ptr;
 2023|      0|		if (tmp->type == SC_STARCOS_MF_DATA)
  ------------------
  |  |  374|      0|#define	SC_STARCOS_MF_DATA	0x01
  ------------------
  |  Branch (2023:7): [True: 0, False: 0]
  ------------------
 2024|      0|			return starcos_create_mf(card, tmp);
 2025|      0|		else if (tmp->type == SC_STARCOS_DF_DATA)
  ------------------
  |  |  375|      0|#define SC_STARCOS_DF_DATA	0x02
  ------------------
  |  Branch (2025:12): [True: 0, False: 0]
  ------------------
 2026|      0|			return starcos_create_df(card, tmp);
 2027|      0|		else if (tmp->type == SC_STARCOS_EF_DATA)
  ------------------
  |  |  376|      0|#define SC_STARCOS_EF_DATA	0x04
  ------------------
  |  Branch (2027:12): [True: 0, False: 0]
  ------------------
 2028|      0|			return starcos_create_ef(card, tmp);
 2029|      0|		else
 2030|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 2031|      0|	case SC_CARDCTL_STARCOS_CREATE_END:
  ------------------
  |  Branch (2031:2): [True: 0, False: 354]
  ------------------
 2032|      0|		return starcos_create_end(card, (sc_file_t *)ptr);
 2033|      0|	case SC_CARDCTL_STARCOS_WRITE_KEY:
  ------------------
  |  Branch (2033:2): [True: 0, False: 354]
  ------------------
 2034|      0|		return starcos_write_key(card, (sc_starcos_wkey_data *)ptr);
 2035|      0|	case SC_CARDCTL_STARCOS_GENERATE_KEY:
  ------------------
  |  Branch (2035:2): [True: 0, False: 354]
  ------------------
 2036|      0|		return starcos_gen_key(card, (sc_starcos_gen_key_data *)ptr);
 2037|      0|	case SC_CARDCTL_ERASE_CARD:
  ------------------
  |  Branch (2037:2): [True: 0, False: 354]
  ------------------
 2038|      0|		return starcos_erase_card(card);
 2039|    354|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (2039:2): [True: 354, False: 0]
  ------------------
 2040|    354|		return starcos_get_serialnr(card, (sc_serial_number_t *)ptr);
 2041|      0|	default:
  ------------------
  |  Branch (2041:2): [True: 0, False: 354]
  ------------------
 2042|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2043|    354|	}
 2044|    354|}
card-starcos.c:starcos_get_serialnr:
 1970|    354|{
 1971|    354|	int r;
 1972|    354|	u8  rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1973|    354|	sc_apdu_t apdu;
 1974|       |
 1975|    354|	if (!serial)
  ------------------
  |  Branch (1975:6): [True: 0, False: 354]
  ------------------
 1976|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1977|       |
 1978|       |	/* see if we have cached serial number */
 1979|    354|	if (card->serialnr.len) {
  ------------------
  |  Branch (1979:6): [True: 2, False: 352]
  ------------------
 1980|      2|		memcpy(serial, &card->serialnr, sizeof(*serial));
 1981|      2|		return SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
 1982|      2|	}
 1983|       |
 1984|    352|	if ( IS_V3x(card) ) {
  ------------------
  |  |  121|    704|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|    352|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 89, False: 263]
  |  |  |  |  |  Branch (119:65): [True: 157, False: 106]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|    106|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 1, False: 105]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 105]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1985|    247|		card->serialnr.len = SC_MAX_SERIALNR;
  ------------------
  |  |  372|    247|#define SC_MAX_SERIALNR         32
  ------------------
 1986|    247|		r = sc_parse_ef_gdo(card, card->serialnr.value, &card->serialnr.len, NULL, 0);
 1987|    247|		if (r < 0) {
  ------------------
  |  Branch (1987:7): [True: 178, False: 69]
  ------------------
 1988|    178|			card->serialnr.len = 0;
 1989|    178|			return r;
 1990|    178|		}
 1991|    247|	} else {
 1992|       |		/* get serial number via GET CARD DATA */
 1993|    105|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xf6, 0x00, 0x00);
  ------------------
  |  |  292|    105|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1994|    105|		apdu.cla |= 0x80;
 1995|    105|		apdu.resp = rbuf;
 1996|    105|		apdu.resplen = sizeof(rbuf);
 1997|    105|		apdu.le   = 256;
 1998|    105|		apdu.lc   = 0;
 1999|    105|		apdu.datalen = 0;
 2000|    105|		r = sc_transmit_apdu(card, &apdu);
 2001|    105|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    105|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    105|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    105|	int _ret = (r); \
  |  |  |  |  168|    105|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 102]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|    105|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 102]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2002|    102|		if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (2002:7): [True: 8, False: 94]
  |  Branch (2002:27): [True: 3, False: 91]
  ------------------
 2003|     11|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     11|#define SC_ERROR_INTERNAL			-1400
  ------------------
 2004|       |		/* cache serial number */
 2005|     91|		memcpy(card->serialnr.value, apdu.resp, MIN(apdu.resplen, SC_MAX_SERIALNR));
  ------------------
  |  |   70|     91|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 87, False: 4]
  |  |  ------------------
  ------------------
 2006|     91|		card->serialnr.len = MIN(apdu.resplen, SC_MAX_SERIALNR);
  ------------------
  |  |   70|     91|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 87, False: 4]
  |  |  ------------------
  ------------------
 2007|     91|	}
 2008|       |
 2009|       |	/* copy and return serial number */
 2010|    160|	memcpy(serial, &card->serialnr, sizeof(*serial));
 2011|       |
 2012|    160|	return SC_SUCCESS;
  ------------------
  |  |   28|    160|#define SC_SUCCESS				0
  ------------------
 2013|    352|}
card-starcos.c:starcos_pin_cmd:
 2081|    756|{
 2082|    756|	int r;
 2083|       |
 2084|    756|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    756|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    756|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    756|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    756|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 756]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2085|    756|	starcos_ex_data * ex_data = (starcos_ex_data*)card->drv_data;
 2086|    756|	if ( IS_V3x(card) ) {
  ------------------
  |  |  121|  1.51k|#define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  119|    756|#define IS_V34(card) card->type == SC_CARD_TYPE_STARCOS_V3_4 || card->type == SC_CARD_TYPE_STARCOS_V3_4_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:22): [True: 276, False: 480]
  |  |  |  |  |  Branch (119:65): [True: 440, False: 40]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define IS_V3x(card) IS_V34(card) || IS_V35(card)
  |  |  ------------------
  |  |  |  |  120|     40|#define IS_V35(card) card->type == SC_CARD_TYPE_STARCOS_V3_5 || card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (120:22): [True: 1, False: 39]
  |  |  |  |  |  Branch (120:65): [True: 0, False: 39]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2087|    717|		data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|    717|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 2088|    717|		data->pin1.encoding = ex_data->pin_encoding;
 2089|    717|	}
 2090|    756|	r = iso_ops->pin_cmd(card, data);
 2091|    756|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    756|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    756|	int _ret = r; \
  |  |  155|    756|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 756, False: 0]
  |  |  ------------------
  |  |  156|    756|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    399|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 399, False: 357]
  |  |  ------------------
  |  |  157|    756|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    756|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    756|	return _ret; \
  |  |  163|    756|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2092|    756|}

sc_get_tcos_driver:
  735|  16.4k|{
  736|  16.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  737|       |
  738|  16.4k|	if (iso_ops == NULL) iso_ops = iso_drv->ops;
  ------------------
  |  Branch (738:6): [True: 1, False: 16.4k]
  ------------------
  739|  16.4k|	tcos_ops = *iso_drv->ops;
  740|       |
  741|  16.4k|	tcos_ops.match_card           = tcos_match_card;
  742|  16.4k|	tcos_ops.init                 = tcos_init;
  743|  16.4k|	tcos_ops.finish               = tcos_finish;
  744|  16.4k|	tcos_ops.create_file          = tcos_create_file;
  745|  16.4k|	tcos_ops.set_security_env     = tcos_set_security_env;
  746|  16.4k|	tcos_ops.select_file          = tcos_select_file;
  747|  16.4k|	tcos_ops.list_files           = tcos_list_files;
  748|  16.4k|	tcos_ops.delete_file          = tcos_delete_file;
  749|  16.4k|	tcos_ops.compute_signature    = tcos_compute_signature;
  750|  16.4k|	tcos_ops.decipher             = tcos_decipher;
  751|  16.4k|	tcos_ops.restore_security_env = tcos_restore_security_env;
  752|  16.4k|	tcos_ops.card_ctl             = tcos_card_ctl;
  753|       |
  754|  16.4k|	return &tcos_drv;
  755|  16.4k|}
card-tcos.c:tcos_match_card:
   77|  13.1k|{
   78|  13.1k|	int i;
   79|       |
   80|  13.1k|	i = _sc_match_atr(card, tcos_atrs, &card->type);
   81|  13.1k|	if (i < 0)
  ------------------
  |  Branch (81:6): [True: 12.0k, False: 1.06k]
  ------------------
   82|  12.0k|		return 0;
   83|  1.06k|	return 1;
   84|  13.1k|}
card-tcos.c:tcos_init:
   88|  1.06k|{
   89|  1.06k|	unsigned long flags;
   90|       |
   91|  1.06k|	tcos_data *data = malloc(sizeof(tcos_data));
   92|  1.06k|	if (!data) return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  |  Branch (92:6): [True: 0, False: 1.06k]
  ------------------
   93|       |
   94|  1.06k|	card->name = "TCOS";
   95|  1.06k|	card->drv_data = (void *)data;
   96|  1.06k|	card->cla = 0x00;
   97|       |
   98|  1.06k|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|  1.06k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
   99|  1.06k|	flags |= SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|  1.06k|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|  1.06k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|  1.06k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  100|  1.06k|	flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|  1.06k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  101|       |
  102|  1.06k|	_sc_card_add_rsa_alg(card, 512, flags, 0);
  103|  1.06k|	_sc_card_add_rsa_alg(card, 768, flags, 0);
  104|  1.06k|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  105|       |
  106|  1.06k|	if (card->type == SC_CARD_TYPE_TCOS_V3) {
  ------------------
  |  Branch (106:6): [True: 411, False: 658]
  ------------------
  107|    411|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    411|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  108|    411|		_sc_card_add_rsa_alg(card, 1280, flags, 0);
  109|    411|		_sc_card_add_rsa_alg(card, 1536, flags, 0);
  110|    411|		_sc_card_add_rsa_alg(card, 1792, flags, 0);
  111|    411|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  112|    411|	}
  113|       |
  114|  1.06k|	return 0;
  115|  1.06k|}
card-tcos.c:tcos_finish:
   70|  1.06k|{
   71|  1.06k|	free(card->drv_data);
   72|  1.06k|	return 0;
   73|  1.06k|}
card-tcos.c:tcos_set_security_env:
  474|    366|{
  475|    366|	sc_context_t *ctx;
  476|    366|	sc_apdu_t apdu;
  477|    366|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE], *p;
  478|    366|	int r, default_key, tcos3;
  479|    366|	tcos_data *data;
  480|       |
  481|    366|	if (card == NULL || env == NULL)
  ------------------
  |  Branch (481:6): [True: 0, False: 366]
  |  Branch (481:22): [True: 0, False: 366]
  ------------------
  482|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  483|    366|	ctx = card->ctx;
  484|    366|	tcos3=(card->type==SC_CARD_TYPE_TCOS_V3);
  485|    366|	data=(tcos_data *)card->drv_data;
  486|       |
  487|    366|	if (se_num || (env->operation!=SC_SEC_OPERATION_DECIPHER && env->operation!=SC_SEC_OPERATION_SIGN)) {
  ------------------
  |  |   47|    732|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
              	if (se_num || (env->operation!=SC_SEC_OPERATION_DECIPHER && env->operation!=SC_SEC_OPERATION_SIGN)) {
  ------------------
  |  |   48|    189|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (487:6): [True: 0, False: 366]
  |  Branch (487:17): [True: 189, False: 177]
  |  Branch (487:62): [True: 0, False: 189]
  ------------------
  488|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|      0|	}
  490|    366|	if(!(env->flags & SC_SEC_ENV_KEY_REF_PRESENT))
  ------------------
  |  |   58|    366|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (490:5): [True: 0, False: 366]
  ------------------
  491|      0|		sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  492|    366|			"No Key-Reference in SecEnvironment\n");
  493|    366|	else
  494|    366|		sc_log(ctx, "Key-Reference %02X (len=%zu)", env->key_ref[0], env->key_ref_len);
  ------------------
  |  |   71|    366|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  495|       |	/* Key-Reference 0x80 ?? */
  496|    366|	default_key= !(env->flags & SC_SEC_ENV_KEY_REF_PRESENT) || (env->key_ref_len==1 && env->key_ref[0]==0x80);
  ------------------
  |  |   58|    366|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (496:15): [True: 0, False: 366]
  |  Branch (496:62): [True: 366, False: 0]
  |  Branch (496:85): [True: 73, False: 293]
  ------------------
  497|    366|	sc_log(ctx, "TCOS3:%d PKCS1 type 01:%d PKCS1 type 02: %d\n", tcos3,
  ------------------
  |  |   71|    366|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  497|    732|	sc_log(ctx, "TCOS3:%d PKCS1 type 01:%d PKCS1 type 02: %d\n", tcos3,
  |  |  |  |  498|    732|			!!(env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01),
  |  |  |  |  ------------------
  |  |  |  |  |  |  109|    366|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  |  |  ------------------
  |  |  |  |  499|    732|			!!(env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02));
  |  |  |  |  ------------------
  |  |  |  |  |  |  110|    366|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  498|    366|			!!(env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01),
  499|    366|			!!(env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02));
  500|       |
  501|    366|	data->pad_flags = env->algorithm_flags;
  502|    366|	data->next_sign = default_key;
  503|       |
  504|    366|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, tcos3 ? 0x41 : 0xC1, 0xB8);
  ------------------
  |  |  293|    366|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (504:58): [True: 222, False: 144]
  ------------------
  505|    366|	p = sbuf;
  506|    366|	if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT) {
  ------------------
  |  |   58|    366|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (506:6): [True: 366, False: 0]
  ------------------
  507|    366|		*p++ = (env->flags & SC_SEC_ENV_KEY_REF_SYMMETRIC) ? 0x83 : 0x84;
  ------------------
  |  |   59|    366|#define SC_SEC_ENV_KEY_REF_SYMMETRIC	0x0008
  ------------------
  |  Branch (507:10): [True: 0, False: 366]
  ------------------
  508|    366|		*p++ = env->key_ref_len;
  509|    366|		memcpy(p, env->key_ref, env->key_ref_len);
  510|    366|		p += env->key_ref_len;
  511|    366|	}
  512|    366|	apdu.data = sbuf;
  513|    366|	apdu.lc = apdu.datalen = (p - sbuf);
  514|       |
  515|    366|	r=sc_transmit_apdu(card, &apdu);
  516|    366|	if (r) {
  ------------------
  |  Branch (516:6): [True: 18, False: 348]
  ------------------
  517|     18|		sc_log(ctx,
  ------------------
  |  |   71|     18|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  518|     18|			"%s: APDU transmit failed", sc_strerror(r));
  519|     18|		return r;
  520|     18|	}
  521|    348|	if (apdu.sw1==0x6A && (apdu.sw2==0x81 || apdu.sw2==0x88)) {
  ------------------
  |  Branch (521:6): [True: 17, False: 331]
  |  Branch (521:25): [True: 1, False: 16]
  |  Branch (521:43): [True: 2, False: 14]
  ------------------
  522|      3|		sc_log(ctx,
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  523|      3|			"Detected Signature-Only key\n");
  524|      3|		if (env->operation==SC_SEC_OPERATION_SIGN && default_key) return SC_SUCCESS;
  ------------------
  |  |   48|      6|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
              		if (env->operation==SC_SEC_OPERATION_SIGN && default_key) return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  |  Branch (524:7): [True: 2, False: 1]
  |  Branch (524:48): [True: 1, False: 1]
  ------------------
  525|      3|	}
  526|    347|	SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|    347|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    347|	int _ret = r; \
  |  |  155|    347|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 347, False: 0]
  |  |  ------------------
  |  |  156|    347|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     52|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 52, False: 295]
  |  |  ------------------
  |  |  157|    347|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    347|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    347|	return _ret; \
  |  |  163|    347|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  527|    347|}
card-tcos.c:tcos_select_file:
  336|  15.5k|{
  337|  15.5k|	sc_context_t *ctx;
  338|  15.5k|	sc_apdu_t apdu;
  339|  15.5k|	sc_file_t *file=NULL;
  340|  15.5k|	u8 buf[SC_MAX_APDU_BUFFER_SIZE], pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  341|  15.5k|	int r;
  342|  15.5k|	size_t pathlen;
  343|       |
  344|  15.5k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (344:6): [True: 0, False: 15.5k]
  |  Branch (344:22): [True: 0, False: 15.5k]
  ------------------
  345|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  346|  15.5k|	ctx=card->ctx;
  347|  15.5k|	memcpy(path, in_path->value, in_path->len);
  348|  15.5k|	pathlen = in_path->len;
  349|       |
  350|  15.5k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0x04);
  ------------------
  |  |  294|  15.5k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  351|       |
  352|  15.5k|	switch (in_path->type) {
  353|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (353:2): [True: 0, False: 15.5k]
  ------------------
  354|      0|		if (pathlen != 2) return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  |  Branch (354:7): [True: 0, False: 0]
  ------------------
  355|       |		/* fall through */
  356|      0|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|      0|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (356:2): [True: 0, False: 15.5k]
  ------------------
  357|      0|		apdu.p1 = 9;
  358|      0|		break;
  359|  2.28k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  2.28k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (359:2): [True: 2.28k, False: 13.3k]
  ------------------
  360|  2.28k|		apdu.p1 = 4;
  361|  2.28k|		break;
  362|  13.3k|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|  13.3k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (362:2): [True: 13.3k, False: 2.28k]
  ------------------
  363|  13.3k|		apdu.p1 = 8;
  364|  13.3k|		if (pathlen >= 2 && memcmp(path, "\x3F\x00", 2) == 0) path += 2, pathlen -= 2;
  ------------------
  |  Branch (364:7): [True: 13.3k, False: 0]
  |  Branch (364:23): [True: 4.30k, False: 9.00k]
  ------------------
  365|  13.3k|		if (pathlen == 0) apdu.p1 = 0;
  ------------------
  |  Branch (365:7): [True: 0, False: 13.3k]
  ------------------
  366|  13.3k|		break;
  367|      0|	case SC_PATH_TYPE_PARENT:
  ------------------
  |  |  123|      0|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (367:2): [True: 0, False: 15.5k]
  ------------------
  368|      0|		apdu.p1 = 3;
  369|      0|		pathlen = 0;
  370|      0|		break;
  371|      0|	default:
  ------------------
  |  Branch (371:2): [True: 0, False: 15.5k]
  ------------------
  372|      0|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  373|  15.5k|	}
  374|  15.5k|	if( pathlen == 0 ) apdu.cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  |  Branch (374:6): [True: 0, False: 15.5k]
  ------------------
  375|       |
  376|  15.5k|	apdu.lc = pathlen;
  377|  15.5k|	apdu.data = path;
  378|  15.5k|	apdu.datalen = pathlen;
  379|       |
  380|  15.5k|	if (file_out != NULL) {
  ------------------
  |  Branch (380:6): [True: 4.88k, False: 10.7k]
  ------------------
  381|  4.88k|		apdu.resp = buf;
  382|  4.88k|		apdu.resplen = sizeof(buf);
  383|  4.88k|		apdu.le = 256;
  384|  10.7k|	} else {
  385|  10.7k|		apdu.resplen = 0;
  386|  10.7k|		apdu.le = 0;
  387|  10.7k|		apdu.p2 = 0x0C;
  388|  10.7k|		apdu.cse = (pathlen == 0) ? SC_APDU_CASE_1 : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
              		apdu.cse = (pathlen == 0) ? SC_APDU_CASE_1 : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  21.4k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (388:14): [True: 0, False: 10.7k]
  ------------------
  389|  10.7k|	}
  390|       |
  391|  15.5k|	r = sc_transmit_apdu(card, &apdu);
  392|  15.5k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  15.5k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  15.5k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  15.5k|	int _ret = (r); \
  |  |  |  |  168|  15.5k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 57, False: 15.5k]
  |  |  |  |  ------------------
  |  |  |  |  169|     57|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     57|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     57|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     57|		return _ret; \
  |  |  |  |  172|     57|	} \
  |  |  |  |  173|  15.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 15.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  393|  15.5k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  394|  15.5k|	if (r || file_out == NULL) SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  13.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  13.8k|	int _ret = r; \
  |  |  155|  13.8k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 13.8k, False: 0]
  |  |  ------------------
  |  |  156|  13.8k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  12.2k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 12.2k, False: 1.58k]
  |  |  ------------------
  |  |  157|  13.8k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  13.8k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  13.8k|	return _ret; \
  |  |  163|  13.8k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (394:6): [True: 12.2k, False: 3.26k]
  |  Branch (394:11): [True: 1.58k, False: 1.68k]
  ------------------
  395|       |
  396|  1.68k|	if (apdu.resplen < 1 || apdu.resp[0] != 0x62) {
  ------------------
  |  Branch (396:6): [True: 136, False: 1.54k]
  |  Branch (396:26): [True: 139, False: 1.40k]
  ------------------
  397|    275|		sc_log(ctx, "received invalid template %02X\n", apdu.resp[0]);
  ------------------
  |  |   71|    275|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  398|    275|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  153|    275|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    275|	int _ret = r; \
  |  |  155|    275|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 275, False: 0]
  |  |  ------------------
  |  |  156|    275|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    275|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 275, False: 0]
  |  |  ------------------
  |  |  157|    275|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    275|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    275|	return _ret; \
  |  |  163|    275|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  399|    275|	}
  400|       |
  401|  1.40k|	file = sc_file_new();
  402|  1.40k|	if (file == NULL) LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (402:6): [True: 0, False: 1.40k]
  ------------------
  403|  1.40k|	*file_out = file;
  404|  1.40k|	file->path = *in_path;
  405|       |
  406|  1.40k|	iso_ops->process_fci(card, file, apdu.resp, apdu.resplen);
  407|       |
  408|  1.40k|	parse_sec_attr(card, file, file->sec_attr, file->sec_attr_len);
  409|       |
  410|  1.40k|	return 0;
  411|  1.40k|}
card-tcos.c:parse_sec_attr:
  271|  1.40k|{
  272|  1.40k|	unsigned int op;
  273|       |
  274|       |	/* list directory is not covered by ACLs - so always add an entry */
  275|  1.40k|	sc_file_add_acl_entry (file, SC_AC_OP_LIST_FILES,
  ------------------
  |  |  172|  1.40k|#define SC_AC_OP_LIST_FILES		6
  ------------------
  276|  1.40k|                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|  1.40k|#define SC_AC_NONE			0x00000000
  ------------------
                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|  1.40k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  277|       |	/* FIXME: check for what LOCK is used */
  278|  1.40k|	sc_file_add_acl_entry (file, SC_AC_OP_LOCK,
  ------------------
  |  |  167|  1.40k|#define SC_AC_OP_LOCK			1
  ------------------
  279|  1.40k|                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|  1.40k|#define SC_AC_NONE			0x00000000
  ------------------
                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|  1.40k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  280|  3.44k|	for (; len >= 6; len -= 6, buf += 6) {
  ------------------
  |  Branch (280:9): [True: 2.03k, False: 1.40k]
  ------------------
  281|       |		/* FIXME: temporary hacks */
  282|  2.03k|		if (!memcmp(buf, "\xa4\x00\x00\x00\xff\xff", 6)) {/* select */
  ------------------
  |  Branch (282:7): [True: 40, False: 1.99k]
  ------------------
  283|     40|			sc_file_add_acl_entry (file, SC_AC_OP_SELECT,
  ------------------
  |  |  166|     40|#define SC_AC_OP_SELECT			0
  ------------------
  284|     40|                                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     40|#define SC_AC_NONE			0x00000000
  ------------------
                                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     40|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  285|  1.99k|		} else if (!memcmp(buf, "\xb0\x00\x00\x00\xff\xff", 6)) {/*read*/
  ------------------
  |  Branch (285:14): [True: 34, False: 1.95k]
  ------------------
  286|     34|			sc_file_add_acl_entry (file, SC_AC_OP_READ,
  ------------------
  |  |  188|     34|#define SC_AC_OP_READ			22
  ------------------
  287|     34|                                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     34|#define SC_AC_NONE			0x00000000
  ------------------
                                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     34|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  288|  1.95k|		} else if (!memcmp(buf, "\xd6\x00\x00\x00\xff\xff", 6)) {/*upd*/
  ------------------
  |  Branch (288:14): [True: 34, False: 1.92k]
  ------------------
  289|     34|			sc_file_add_acl_entry (file, SC_AC_OP_UPDATE,
  ------------------
  |  |  189|     34|#define SC_AC_OP_UPDATE			23
  ------------------
  290|     34|                                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     34|#define SC_AC_NONE			0x00000000
  ------------------
                                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     34|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  291|  1.92k|		} else if (!memcmp(buf, "\x60\x00\x00\x00\xff\xff", 6)) {/*adm */
  ------------------
  |  Branch (291:14): [True: 18, False: 1.90k]
  ------------------
  292|     18|			sc_file_add_acl_entry (file, SC_AC_OP_WRITE,
  ------------------
  |  |  190|     18|#define SC_AC_OP_WRITE			24
  ------------------
  293|     18|                                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     18|#define SC_AC_NONE			0x00000000
  ------------------
                                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     18|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  294|     18|			sc_file_add_acl_entry (file, SC_AC_OP_CREATE,
  ------------------
  |  |  169|     18|#define SC_AC_OP_CREATE			3
  ------------------
  295|     18|                                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     18|#define SC_AC_NONE			0x00000000
  ------------------
                                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     18|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  296|     18|			sc_file_add_acl_entry (file, SC_AC_OP_INVALIDATE,
  ------------------
  |  |  171|     18|#define SC_AC_OP_INVALIDATE		5
  ------------------
  297|     18|                                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     18|#define SC_AC_NONE			0x00000000
  ------------------
                                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     18|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  298|     18|			sc_file_add_acl_entry (file, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|     18|#define SC_AC_OP_REHABILITATE		4
  ------------------
  299|     18|                                               SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     18|#define SC_AC_NONE			0x00000000
  ------------------
                                                             SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     18|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  300|  1.90k|		} else {
  301|       |			/* the first byte tells use the command or the
  302|       |			   command group.  We have to mask bit 0
  303|       |			   because this one distinguish between AND/OR
  304|       |			   combination of PINs*/
  305|  1.90k|			op = map_operations (buf[0]);
  306|  1.90k|			if (op == (unsigned int)-1) {
  ------------------
  |  Branch (306:8): [True: 280, False: 1.62k]
  ------------------
  307|    280|				sc_log(card->ctx,
  ------------------
  |  |   71|    280|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  308|    280|					"Unknown security command byte %02x\n",
  309|    280|					buf[0]);
  310|    280|				continue;
  311|    280|			}
  312|  1.62k|			if (!buf[1])
  ------------------
  |  Branch (312:8): [True: 140, False: 1.48k]
  ------------------
  313|    140|				sc_file_add_acl_entry (file, op,
  314|    140|                                                       SC_AC_NONE,
  ------------------
  |  |  150|    140|#define SC_AC_NONE			0x00000000
  ------------------
  315|    140|                                                       SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    140|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  316|  1.48k|			else
  317|  1.48k|				sc_file_add_acl_entry (file, op,
  318|  1.48k|                                                       SC_AC_CHV, buf[1]);
  ------------------
  |  |  151|  1.48k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  319|       |
  320|  1.62k|			if (!buf[2] && !buf[3])
  ------------------
  |  Branch (320:8): [True: 185, False: 1.44k]
  |  Branch (320:19): [True: 67, False: 118]
  ------------------
  321|     67|				sc_file_add_acl_entry (file, op,
  322|     67|                                                       SC_AC_NONE,
  ------------------
  |  |  150|     67|#define SC_AC_NONE			0x00000000
  ------------------
  323|     67|                                                       SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     67|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  324|  1.55k|			else
  325|  1.55k|				sc_file_add_acl_entry (file, op,
  326|  1.55k|                                                       SC_AC_TERM,
  ------------------
  |  |  152|  1.55k|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  327|  1.55k|                                                       (buf[2]<<8)|buf[3]);
  328|  1.62k|		}
  329|  2.03k|	}
  330|  1.40k|}
card-tcos.c:map_operations:
  236|  1.90k|{
  237|  1.90k|	unsigned int op = (unsigned int)-1;
  238|       |
  239|  1.90k|	switch ( (commandbyte & 0xfe) ) {
  ------------------
  |  Branch (239:11): [True: 1.62k, False: 280]
  ------------------
  240|     71|		case 0xe2: /* append record */   op = SC_AC_OP_UPDATE; break;
  ------------------
  |  |  189|     71|#define SC_AC_OP_UPDATE			23
  ------------------
  |  Branch (240:3): [True: 71, False: 1.83k]
  ------------------
  241|     81|		case 0x24: /* change password */ op = SC_AC_OP_UPDATE; break;
  ------------------
  |  |  189|     81|#define SC_AC_OP_UPDATE			23
  ------------------
  |  Branch (241:3): [True: 81, False: 1.82k]
  ------------------
  242|     69|		case 0xe0: /* create */          op = SC_AC_OP_CREATE; break;
  ------------------
  |  |  169|     69|#define SC_AC_OP_CREATE			3
  ------------------
  |  Branch (242:3): [True: 69, False: 1.83k]
  ------------------
  243|     70|		case 0xe4: /* delete */          op = SC_AC_OP_DELETE; break;
  ------------------
  |  |  168|     70|#define SC_AC_OP_DELETE			2
  ------------------
  |  Branch (243:3): [True: 70, False: 1.83k]
  ------------------
  244|     66|		case 0xe8: /* exclude sfi */     op = SC_AC_OP_WRITE; break;
  ------------------
  |  |  190|     66|#define SC_AC_OP_WRITE			24
  ------------------
  |  Branch (244:3): [True: 66, False: 1.83k]
  ------------------
  245|    130|		case 0x82: /* external auth */   op = SC_AC_OP_READ; break;
  ------------------
  |  |  188|    130|#define SC_AC_OP_READ			22
  ------------------
  |  Branch (245:3): [True: 130, False: 1.77k]
  ------------------
  246|     66|		case 0xe6: /* include sfi */     op = SC_AC_OP_WRITE; break;
  ------------------
  |  |  190|     66|#define SC_AC_OP_WRITE			24
  ------------------
  |  Branch (246:3): [True: 66, False: 1.83k]
  ------------------
  247|     71|		case 0x88: /* internal auth */   op = SC_AC_OP_READ; break;
  ------------------
  |  |  188|     71|#define SC_AC_OP_READ			22
  ------------------
  |  Branch (247:3): [True: 71, False: 1.83k]
  ------------------
  248|    144|		case 0x04: /* invalidate */      op = SC_AC_OP_INVALIDATE; break;
  ------------------
  |  |  171|    144|#define SC_AC_OP_INVALIDATE		5
  ------------------
  |  Branch (248:3): [True: 144, False: 1.76k]
  ------------------
  249|     78|		case 0x2a: /* perform sec. op */ op = SC_AC_OP_SELECT; break;
  ------------------
  |  |  166|     78|#define SC_AC_OP_SELECT			0
  ------------------
  |  Branch (249:3): [True: 78, False: 1.82k]
  ------------------
  250|     86|		case 0xb0: /* read binary */     op = SC_AC_OP_READ; break;
  ------------------
  |  |  188|     86|#define SC_AC_OP_READ			22
  ------------------
  |  Branch (250:3): [True: 86, False: 1.81k]
  ------------------
  251|     68|		case 0xb2: /* read record */     op = SC_AC_OP_READ; break;
  ------------------
  |  |  188|     68|#define SC_AC_OP_READ			22
  ------------------
  |  Branch (251:3): [True: 68, False: 1.83k]
  ------------------
  252|     73|		case 0x44: /* rehabilitate */    op = SC_AC_OP_REHABILITATE; break;
  ------------------
  |  |  170|     73|#define SC_AC_OP_REHABILITATE		4
  ------------------
  |  Branch (252:3): [True: 73, False: 1.83k]
  ------------------
  253|     81|		case 0xa4: /* select */          op = SC_AC_OP_SELECT; break;
  ------------------
  |  |  166|     81|#define SC_AC_OP_SELECT			0
  ------------------
  |  Branch (253:3): [True: 81, False: 1.82k]
  ------------------
  254|     71|		case 0xee: /* set permanent */   op = SC_AC_OP_CREATE; break;
  ------------------
  |  |  169|     71|#define SC_AC_OP_CREATE			3
  ------------------
  |  Branch (254:3): [True: 71, False: 1.83k]
  ------------------
  255|     69|		case 0x2c: /* unblock password */op = SC_AC_OP_WRITE; break;
  ------------------
  |  |  190|     69|#define SC_AC_OP_WRITE			24
  ------------------
  |  Branch (255:3): [True: 69, False: 1.83k]
  ------------------
  256|     77|		case 0xd6: /* update binary */   op = SC_AC_OP_WRITE; break;
  ------------------
  |  |  190|     77|#define SC_AC_OP_WRITE			24
  ------------------
  |  Branch (256:3): [True: 77, False: 1.82k]
  ------------------
  257|     73|		case 0xdc: /* update record */   op = SC_AC_OP_WRITE; break;
  ------------------
  |  |  190|     73|#define SC_AC_OP_WRITE			24
  ------------------
  |  Branch (257:3): [True: 73, False: 1.83k]
  ------------------
  258|     68|		case 0x20: /* verify password */ op = SC_AC_OP_SELECT; break;
  ------------------
  |  |  166|     68|#define SC_AC_OP_SELECT			0
  ------------------
  |  Branch (258:3): [True: 68, False: 1.83k]
  ------------------
  259|    113|		case 0x60: /* admin group */     op = SC_AC_OP_CREATE; break;
  ------------------
  |  |  169|    113|#define SC_AC_OP_CREATE			3
  ------------------
  |  Branch (259:3): [True: 113, False: 1.79k]
  ------------------
  260|  1.90k|	}
  261|  1.90k|	return op;
  262|  1.90k|}
card-tcos.c:tcos_compute_signature:
  537|    157|{
  538|    157|	size_t dlen = datalen;
  539|    157|	sc_apdu_t apdu;
  540|    157|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  541|    157|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
  542|    157|	int tcos3, r;
  543|       |
  544|    157|	if (card == NULL || data == NULL || out == NULL) {
  ------------------
  |  Branch (544:6): [True: 0, False: 157]
  |  Branch (544:22): [True: 0, False: 157]
  |  Branch (544:38): [True: 0, False: 157]
  ------------------
  545|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  546|      0|	}
  547|       |
  548|    157|	tcos3 = (card->type == SC_CARD_TYPE_TCOS_V3);
  549|       |
  550|       |	// We can sign (key length / 8) bytes
  551|    157|	if (datalen > 256) {
  ------------------
  |  Branch (551:6): [True: 14, False: 143]
  ------------------
  552|     14|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|     14|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     14|	int _ret = r; \
  |  |  155|     14|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 14, False: 0]
  |  |  ------------------
  |  |  156|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 14, False: 0]
  |  |  ------------------
  |  |  157|     14|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     14|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     14|	return _ret; \
  |  |  163|     14|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  553|     14|	}
  554|       |
  555|    143|	if (((tcos_data *)card->drv_data)->next_sign) {
  ------------------
  |  Branch (555:6): [True: 27, False: 116]
  ------------------
  556|     27|		if (datalen > 48) {
  ------------------
  |  Branch (556:7): [True: 24, False: 3]
  ------------------
  557|     24|			sc_log(card->ctx, "Data to be signed is too long (TCOS supports max. 48 bytes)\n");
  ------------------
  |  |   71|     24|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  558|     24|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|     24|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     24|	int _ret = r; \
  |  |  155|     24|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 24, False: 0]
  |  |  ------------------
  |  |  156|     24|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     24|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 24, False: 0]
  |  |  ------------------
  |  |  157|     24|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     24|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     24|	return _ret; \
  |  |  163|     24|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  559|     24|		}
  560|      3|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x9E, 0x9A);
  ------------------
  |  |  294|      3|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  561|      3|		memcpy(sbuf, data, datalen);
  562|      3|		dlen = datalen;
  563|    116|	} else {
  564|    116|		size_t keylen = tcos3 ? 256 : 128;
  ------------------
  |  Branch (564:19): [True: 90, False: 26]
  ------------------
  565|       |
  566|    116|		if (datalen > keylen) {
  ------------------
  |  Branch (566:7): [True: 5, False: 111]
  ------------------
  567|      5|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      5|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      5|	int _ret = r; \
  |  |  155|      5|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 5, False: 0]
  |  |  ------------------
  |  |  156|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 5, False: 0]
  |  |  ------------------
  |  |  157|      5|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      5|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      5|	return _ret; \
  |  |  163|      5|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  568|      5|		}
  569|       |
  570|    111|		sc_format_apdu(card, &apdu, keylen > 255 ? SC_APDU_CASE_4_EXT : SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  299|     90|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|     90|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|     90|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
              		sc_format_apdu(card, &apdu, keylen > 255 ? SC_APDU_CASE_4_EXT : SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  294|     21|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (570:31): [True: 90, False: 21]
  ------------------
  571|    111|		memset(sbuf, 0xff, sizeof(sbuf));
  572|    111|		sbuf[0] = 0x02;
  573|    111|		sbuf[1] = 0x00;
  574|    111|		sbuf[2] = 0x01;
  575|    111|		sbuf[keylen - datalen] = 0x00;
  576|    111|		memcpy(sbuf + keylen - datalen + 1, data, datalen);
  577|    111|		dlen = keylen + 1;
  578|    111|	}
  579|    114|	apdu.resp = rbuf;
  580|    114|	apdu.resplen = sizeof(rbuf);
  581|    114|	apdu.le = tcos3 ? 256 : 128;
  ------------------
  |  Branch (581:12): [True: 91, False: 23]
  ------------------
  582|    114|	apdu.data = sbuf;
  583|    114|	apdu.lc = apdu.datalen = dlen;
  584|       |
  585|    114|	r = sc_transmit_apdu(card, &apdu);
  586|    114|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    114|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    114|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    114|	int _ret = (r); \
  |  |  |  |  168|    114|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 104]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|    114|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 104]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  587|    104|	if (tcos3 && apdu.p1 == 0x80 && apdu.sw1 == 0x6A && apdu.sw2 == 0x87) {
  ------------------
  |  Branch (587:6): [True: 81, False: 23]
  |  Branch (587:15): [True: 80, False: 1]
  |  Branch (587:34): [True: 11, False: 69]
  |  Branch (587:54): [True: 7, False: 4]
  ------------------
  588|      7|		size_t keylen = 128;
  589|       |
  590|      7|		if (datalen > keylen) {
  ------------------
  |  Branch (590:7): [True: 4, False: 3]
  ------------------
  591|      4|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      4|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      4|	int _ret = r; \
  |  |  155|      4|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 4, False: 0]
  |  |  ------------------
  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 4, False: 0]
  |  |  ------------------
  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      4|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      4|	return _ret; \
  |  |  163|      4|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  592|      4|		}
  593|       |
  594|      3|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  294|      3|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  595|      3|		memset(sbuf, 0xff, sizeof(sbuf));
  596|      3|		sbuf[0] = 0x02;
  597|      3|		sbuf[1] = 0x00;
  598|      3|		sbuf[2] = 0x01;
  599|      3|		sbuf[keylen - datalen] = 0x00;
  600|      3|		memcpy(sbuf + keylen - datalen + 1, data, datalen);
  601|      3|		dlen = keylen + 1;
  602|       |
  603|      3|		apdu.resp = rbuf;
  604|      3|		apdu.resplen = sizeof(rbuf);
  605|      3|		apdu.le = 128;
  606|      3|		apdu.data = sbuf;
  607|      3|		apdu.lc = apdu.datalen = dlen;
  608|      3|		r = sc_transmit_apdu(card, &apdu);
  609|      3|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  610|      3|	}
  611|     98|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (611:6): [True: 65, False: 33]
  |  Branch (611:26): [True: 53, False: 12]
  ------------------
  612|     53|		size_t len = apdu.resplen>outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (612:16): [True: 0, False: 53]
  ------------------
  613|     53|		memcpy(out, apdu.resp, len);
  614|     53|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, (int)len);
  ------------------
  |  |  153|     53|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     53|	int _ret = r; \
  |  |  155|     53|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 17, False: 36]
  |  |  ------------------
  |  |  156|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 17]
  |  |  ------------------
  |  |  157|     17|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     36|	} else { \
  |  |  159|     36|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     36|			"returning with: %d\n", _ret); \
  |  |  161|     36|	} \
  |  |  162|     53|	return _ret; \
  |  |  163|     53|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  615|     53|	}
  616|     45|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     45|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     45|	int _ret = r; \
  |  |  155|     45|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 45, False: 0]
  |  |  ------------------
  |  |  156|     45|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     45|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 45, False: 0]
  |  |  ------------------
  |  |  157|     45|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     45|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     45|	return _ret; \
  |  |  163|     45|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  617|     45|}
card-tcos.c:tcos_decipher:
  621|    139|{
  622|    139|	sc_context_t *ctx;
  623|    139|	sc_apdu_t apdu;
  624|    139|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  625|    139|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
  626|    139|	tcos_data *data;
  627|    139|	int tcos3, r;
  628|       |
  629|    139|	if (card == NULL || crgram == NULL || out == NULL) {
  ------------------
  |  Branch (629:6): [True: 0, False: 139]
  |  Branch (629:22): [True: 0, False: 139]
  |  Branch (629:40): [True: 0, False: 139]
  ------------------
  630|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  631|      0|	}
  632|    139|	ctx = card->ctx;
  633|    139|	tcos3 = (card->type == SC_CARD_TYPE_TCOS_V3);
  634|    139|	data = (tcos_data *)card->drv_data;
  635|       |
  636|    139|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    139|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    139|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    139|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    139|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 139]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  637|    139|	sc_log(ctx, "TCOS3:%d PKCS1 type 02:%d\n", tcos3,
  ------------------
  |  |   71|    139|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  637|    139|	sc_log(ctx, "TCOS3:%d PKCS1 type 02:%d\n", tcos3,
  |  |  |  |  638|    139|			!!(data->pad_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02));
  |  |  |  |  ------------------
  |  |  |  |  |  |  110|    139|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|    139|			!!(data->pad_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02));
  639|       |
  640|    139|	sc_format_apdu(card, &apdu, crgram_len > 255 ? SC_APDU_CASE_4_EXT : SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  299|     40|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|     40|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|     40|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
              	sc_format_apdu(card, &apdu, crgram_len > 255 ? SC_APDU_CASE_4_EXT : SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  294|     99|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (640:30): [True: 40, False: 99]
  ------------------
  641|    139|	apdu.resp = rbuf;
  642|    139|	apdu.resplen = sizeof(rbuf);
  643|    139|	apdu.le = crgram_len;
  644|       |
  645|    139|	apdu.data = sbuf;
  646|    139|	apdu.lc = apdu.datalen = crgram_len + 1;
  647|    139|	sbuf[0] = tcos3 ? 0x00 : ((data->pad_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) ? 0x81 : 0x02);
  ------------------
  |  |  110|     74|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (647:12): [True: 65, False: 74]
  |  Branch (647:28): [True: 0, False: 74]
  ------------------
  648|    139|	if (sizeof sbuf - 1 < crgram_len)
  ------------------
  |  Branch (648:6): [True: 29, False: 110]
  ------------------
  649|     29|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     29|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  650|    110|	memcpy(sbuf + 1, crgram, crgram_len);
  651|       |
  652|    110|	r = sc_transmit_apdu(card, &apdu);
  653|    110|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    110|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    110|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    110|	int _ret = (r); \
  |  |  |  |  168|    110|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 19, False: 91]
  |  |  |  |  ------------------
  |  |  |  |  169|     19|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     19|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     19|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     19|		return _ret; \
  |  |  |  |  172|     19|	} \
  |  |  |  |  173|    110|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 91]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  654|       |
  655|     91|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (655:6): [True: 75, False: 16]
  |  Branch (655:26): [True: 64, False: 11]
  ------------------
  656|     64|		size_t len = (apdu.resplen > outlen) ? outlen : apdu.resplen;
  ------------------
  |  Branch (656:16): [True: 0, False: 64]
  ------------------
  657|     64|		unsigned int offset = 0;
  658|       |
  659|     64|		if (tcos3 && (data->pad_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02)
  ------------------
  |  |  110|     31|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (659:7): [True: 31, False: 33]
  |  Branch (659:16): [True: 0, False: 31]
  ------------------
  660|      0|				&& len > 2 && apdu.resp[0] == 0 && apdu.resp[1] == 2) {
  ------------------
  |  Branch (660:8): [True: 0, False: 0]
  |  Branch (660:19): [True: 0, False: 0]
  |  Branch (660:40): [True: 0, False: 0]
  ------------------
  661|      0|			offset = 2;
  662|      0|			while (offset < len && apdu.resp[offset] != 0)
  ------------------
  |  Branch (662:11): [True: 0, False: 0]
  |  Branch (662:27): [True: 0, False: 0]
  ------------------
  663|      0|				++offset;
  664|      0|			offset = (offset < len - 1) ? offset + 1 : 0;
  ------------------
  |  Branch (664:13): [True: 0, False: 0]
  ------------------
  665|      0|		}
  666|     64|		if (offset < len)
  ------------------
  |  Branch (666:7): [True: 39, False: 25]
  ------------------
  667|     39|		    memcpy(out, apdu.resp + offset, len - offset);
  668|     64|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, (int)(len - offset));
  ------------------
  |  |  153|     64|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     64|	int _ret = r; \
  |  |  155|     64|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 25, False: 39]
  |  |  ------------------
  |  |  156|     25|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 25]
  |  |  ------------------
  |  |  157|     25|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     39|	} else { \
  |  |  159|     39|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     39|			"returning with: %d\n", _ret); \
  |  |  161|     39|	} \
  |  |  162|     64|	return _ret; \
  |  |  163|     64|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  669|     64|	}
  670|     27|	SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|     27|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     27|	int _ret = r; \
  |  |  155|     27|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 27, False: 0]
  |  |  ------------------
  |  |  156|     27|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     27|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 27, False: 0]
  |  |  ------------------
  |  |  157|     27|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     27|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     27|	return _ret; \
  |  |  163|     27|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  671|     27|}
card-tcos.c:tcos_card_ctl:
  723|  1.07k|{
  724|  1.07k|	switch (cmd) {
  ------------------
  |  Branch (724:10): [True: 1.07k, False: 0]
  ------------------
  725|      0|	case SC_CARDCTL_TCOS_SETPERM:
  ------------------
  |  Branch (725:2): [True: 0, False: 1.07k]
  ------------------
  726|      0|		return tcos_setperm(card, !!ptr);
  727|  1.07k|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (727:2): [True: 1.07k, False: 0]
  ------------------
  728|  1.07k|		return tcos_get_serialnr(card, (sc_serial_number_t *)ptr);
  729|  1.07k|	}
  730|      0|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  731|  1.07k|}
card-tcos.c:tcos_get_serialnr:
  696|  1.07k|{
  697|  1.07k|	int r;
  698|       |
  699|  1.07k|	if (!serial)
  ------------------
  |  Branch (699:6): [True: 0, False: 1.07k]
  ------------------
  700|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  701|       |
  702|       |	/* see if we have cached serial number */
  703|  1.07k|	if (card->serialnr.len) {
  ------------------
  |  Branch (703:6): [True: 1, False: 1.07k]
  ------------------
  704|      1|		memcpy(serial, &card->serialnr, sizeof(*serial));
  705|      1|		return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  706|      1|	}
  707|       |
  708|  1.07k|	card->serialnr.len = sizeof card->serialnr.value;
  709|  1.07k|	r = sc_parse_ef_gdo(card, card->serialnr.value, &card->serialnr.len, NULL, 0);
  710|  1.07k|	if (r < 0) {
  ------------------
  |  Branch (710:6): [True: 521, False: 553]
  ------------------
  711|    521|		card->serialnr.len = 0;
  712|    521|		return r;
  713|    521|	}
  714|       |
  715|       |	/* copy and return serial number */
  716|    553|	memcpy(serial, &card->serialnr, sizeof(*serial));
  717|       |
  718|    553|	return SC_SUCCESS;
  ------------------
  |  |   28|    553|#define SC_SUCCESS				0
  ------------------
  719|  1.07k|}

sc_check_sw:
   45|   545k|{
   46|   545k|	if (card == NULL)
  ------------------
  |  Branch (46:6): [True: 0, False: 545k]
  ------------------
   47|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   48|   545k|	if (card->ops->check_sw == NULL)
  ------------------
  |  Branch (48:6): [True: 0, False: 545k]
  ------------------
   49|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
   50|   545k|	return card->ops->check_sw(card, sw1, sw2);
   51|   545k|}
sc_format_apdu:
   55|   606k|{
   56|   606k|	if (card == NULL || apdu == NULL) {
  ------------------
  |  Branch (56:6): [True: 0, False: 606k]
  |  Branch (56:22): [True: 0, False: 606k]
  ------------------
   57|      0|		return;
   58|      0|	}
   59|   606k|	memset(apdu, 0, sizeof(*apdu));
   60|   606k|	apdu->cla = (u8) card->cla;
   61|   606k|	apdu->cse = cse;
   62|   606k|	apdu->ins = (u8) ins;
   63|   606k|	apdu->p1 = (u8) p1;
   64|   606k|	apdu->p2 = (u8) p2;
   65|   606k|}
sc_format_apdu_cse_lc_le:
   68|  12.2k|{
   69|       |	/* TODO calculating the APDU case, Lc and Le should actually only be
   70|       |	 * done in sc_apdu2bytes, but to gradually change OpenSC we start here. */
   71|       |	/* Let sc_detect_apdu_cse set short or extended  and test for chaining */
   72|       |
   73|  12.2k|	if (!apdu)
  ------------------
  |  Branch (73:6): [True: 0, False: 12.2k]
  ------------------
   74|      0|		return;
   75|  12.2k|	if (apdu->datalen > SC_MAX_APDU_DATA_SIZE
  ------------------
  |  |   35|  24.4k|#define SC_MAX_APDU_DATA_SIZE		0xFF
  ------------------
  |  Branch (75:6): [True: 250, False: 11.9k]
  ------------------
   76|  11.9k|			|| apdu->resplen > SC_MAX_APDU_RESP_SIZE) {
  ------------------
  |  |   36|  11.9k|#define SC_MAX_APDU_RESP_SIZE		(0xFF+1)
  ------------------
  |  Branch (76:7): [True: 657, False: 11.3k]
  ------------------
   77|       |		/* extended length  or data chaining and/or get response */
   78|    907|		if (apdu->datalen <= SC_MAX_EXT_APDU_DATA_SIZE)
  ------------------
  |  |   38|    907|#define SC_MAX_EXT_APDU_DATA_SIZE		0xFFFF
  ------------------
  |  Branch (78:7): [True: 907, False: 0]
  ------------------
   79|    907|			apdu->lc = apdu->datalen;
   80|    907|		if (apdu->resplen <= SC_MAX_EXT_APDU_RESP_SIZE)
  ------------------
  |  |   39|    907|#define SC_MAX_EXT_APDU_RESP_SIZE		(0xFFFF+1)
  ------------------
  |  Branch (80:7): [True: 907, False: 0]
  ------------------
   81|    907|			apdu->le = apdu->resplen;
   82|    907|		if (apdu->resplen && !apdu->datalen)
  ------------------
  |  Branch (82:7): [True: 907, False: 0]
  |  Branch (82:24): [True: 358, False: 549]
  ------------------
   83|    358|			apdu->cse = SC_APDU_CASE_2;
  ------------------
  |  |  301|    358|#define SC_APDU_CASE_2			0x22
  ------------------
   84|    907|		if (!apdu->resplen && apdu->datalen)
  ------------------
  |  Branch (84:7): [True: 0, False: 907]
  |  Branch (84:25): [True: 0, False: 0]
  ------------------
   85|      0|			apdu->cse = SC_APDU_CASE_3;
  ------------------
  |  |  302|      0|#define SC_APDU_CASE_3			0x23
  ------------------
   86|    907|		if (apdu->resplen && apdu->datalen)
  ------------------
  |  Branch (86:7): [True: 907, False: 0]
  |  Branch (86:24): [True: 549, False: 358]
  ------------------
   87|    549|			apdu->cse = SC_APDU_CASE_4;
  ------------------
  |  |  303|    549|#define SC_APDU_CASE_4			0x24
  ------------------
   88|  11.3k|	} else {
   89|       |		/* short length */
   90|  11.3k|		if (apdu->datalen <= SC_MAX_APDU_DATA_SIZE)
  ------------------
  |  |   35|  11.3k|#define SC_MAX_APDU_DATA_SIZE		0xFF
  ------------------
  |  Branch (90:7): [True: 11.3k, False: 0]
  ------------------
   91|  11.3k|			apdu->lc = apdu->datalen;
   92|  11.3k|		if (apdu->resplen <= SC_MAX_APDU_RESP_SIZE)
  ------------------
  |  |   36|  11.3k|#define SC_MAX_APDU_RESP_SIZE		(0xFF+1)
  ------------------
  |  Branch (92:7): [True: 11.3k, False: 0]
  ------------------
   93|  11.3k|			apdu->le = apdu->resplen;
   94|  11.3k|		if (!apdu->resplen && !apdu->datalen)
  ------------------
  |  Branch (94:7): [True: 3.03k, False: 8.27k]
  |  Branch (94:25): [True: 3, False: 3.03k]
  ------------------
   95|      3|			apdu->cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|      3|#define SC_APDU_CASE_1			0x01
  ------------------
   96|  11.3k|		if (apdu->resplen && !apdu->datalen)
  ------------------
  |  Branch (96:7): [True: 8.27k, False: 3.03k]
  |  Branch (96:24): [True: 5.26k, False: 3.01k]
  ------------------
   97|  5.26k|			apdu->cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|  5.26k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
   98|  11.3k|		if (!apdu->resplen && apdu->datalen)
  ------------------
  |  Branch (98:7): [True: 3.03k, False: 8.27k]
  |  Branch (98:25): [True: 3.03k, False: 3]
  ------------------
   99|  3.03k|			apdu->cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  3.03k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  100|  11.3k|		if (apdu->resplen && apdu->datalen)
  ------------------
  |  Branch (100:7): [True: 8.27k, False: 3.03k]
  |  Branch (100:24): [True: 3.01k, False: 5.26k]
  ------------------
  101|  3.01k|			apdu->cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|  3.01k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  102|  11.3k|	}
  103|  12.2k|}
sc_format_apdu_ex:
  109|  12.2k|{
  110|  12.2k|	if (!apdu) {
  ------------------
  |  Branch (110:6): [True: 0, False: 12.2k]
  ------------------
  111|      0|		return;
  112|      0|	}
  113|       |
  114|  12.2k|	memset(apdu, 0, sizeof(*apdu));
  115|  12.2k|	apdu->cla = cla;
  116|  12.2k|	apdu->ins = ins;
  117|  12.2k|	apdu->p1 = p1;
  118|  12.2k|	apdu->p2 = p2;
  119|  12.2k|	apdu->resp = resp;
  120|  12.2k|	apdu->resplen = resplen;
  121|  12.2k|	apdu->data = data;
  122|  12.2k|	apdu->datalen = datalen;
  123|  12.2k|	sc_format_apdu_cse_lc_le(apdu);
  124|  12.2k|}
sc_get_max_recv_size:
  188|   494k|{
  189|   494k|	size_t max_recv_size;
  190|   494k|	if (card == NULL || card->reader == NULL) {
  ------------------
  |  Branch (190:6): [True: 0, False: 494k]
  |  Branch (190:22): [True: 0, False: 494k]
  ------------------
  191|      0|		return 0;
  192|      0|	}
  193|   494k|	max_recv_size = card->max_recv_size;
  194|       |
  195|       |	/* initialize max_recv_size to a meaningful value */
  196|   494k|	if (card->caps & SC_CARD_CAP_APDU_EXT) {
  ------------------
  |  |  547|   494k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (196:6): [True: 53.8k, False: 440k]
  ------------------
  197|  53.8k|		if (!max_recv_size)
  ------------------
  |  Branch (197:7): [True: 2.34k, False: 51.5k]
  ------------------
  198|  2.34k|			max_recv_size = 65536;
  199|   440k|	} else {
  200|   440k|		if (!max_recv_size)
  ------------------
  |  Branch (200:7): [True: 161k, False: 279k]
  ------------------
  201|   161k|			max_recv_size = 256;
  202|   440k|	}
  203|       |
  204|       |	/*  Override card limitations with reader limitations. */
  205|   494k|	if (card->reader->max_recv_size != 0
  ------------------
  |  Branch (205:6): [True: 8.77k, False: 485k]
  ------------------
  206|  8.77k|			&& (card->reader->max_recv_size < card->max_recv_size))
  ------------------
  |  Branch (206:7): [True: 0, False: 8.77k]
  ------------------
  207|      0|		max_recv_size = card->reader->max_recv_size;
  208|       |
  209|   494k|	return max_recv_size;
  210|   494k|}
sc_get_max_send_size:
  213|  99.9k|{
  214|  99.9k|	size_t max_send_size;
  215|       |
  216|  99.9k|	if (card == NULL || card->reader == NULL) {
  ------------------
  |  Branch (216:6): [True: 0, False: 99.9k]
  |  Branch (216:22): [True: 0, False: 99.9k]
  ------------------
  217|      0|		return 0;
  218|      0|	}
  219|       |
  220|  99.9k|	max_send_size = card->max_send_size;
  221|       |
  222|       |	/* initialize max_send_size to a meaningful value */
  223|  99.9k|	if (card->caps & SC_CARD_CAP_APDU_EXT
  ------------------
  |  |  547|   199k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (223:6): [True: 31.4k, False: 68.5k]
  ------------------
  224|  31.4k|			&& card->reader->active_protocol != SC_PROTO_T0) {
  ------------------
  |  |  352|  31.4k|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (224:7): [True: 31.4k, False: 0]
  ------------------
  225|  31.4k|		if (!max_send_size)
  ------------------
  |  Branch (225:7): [True: 1.63k, False: 29.7k]
  ------------------
  226|  1.63k|			max_send_size = 65535;
  227|  68.5k|	} else {
  228|  68.5k|		if (!max_send_size)
  ------------------
  |  Branch (228:7): [True: 14.6k, False: 53.9k]
  ------------------
  229|  14.6k|			max_send_size = 255;
  230|  68.5k|	}
  231|       |
  232|       |	/*  Override card limitations with reader limitations. */
  233|  99.9k|	if (card->reader->max_send_size != 0
  ------------------
  |  Branch (233:6): [True: 5, False: 99.9k]
  ------------------
  234|      5|			&& (card->reader->max_send_size < card->max_send_size))
  ------------------
  |  Branch (234:7): [True: 0, False: 5]
  ------------------
  235|      0|		max_send_size = card->reader->max_send_size;
  236|       |
  237|  99.9k|	return max_send_size;
  238|  99.9k|}
sc_connect_card:
  241|  16.4k|{
  242|  16.4k|	sc_card_t *card;
  243|  16.4k|	sc_context_t *ctx;
  244|  16.4k|	struct sc_card_driver *driver;
  245|  16.4k|	int i, r = 0, idx, connected = 0;
  246|       |
  247|  16.4k|	if (card_out == NULL || reader == NULL)
  ------------------
  |  Branch (247:6): [True: 0, False: 16.4k]
  |  Branch (247:26): [True: 0, False: 16.4k]
  ------------------
  248|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  249|  16.4k|	ctx = reader->ctx;
  250|  16.4k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  16.4k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  16.4k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  16.4k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 16.4k]
  |  |  ------------------
  ------------------
  251|  16.4k|	if (reader->ops->connect == NULL)
  ------------------
  |  Branch (251:6): [True: 0, False: 16.4k]
  ------------------
  252|  16.4k|		LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  253|       |
  254|  16.4k|	card = sc_card_new(ctx);
  255|  16.4k|	if (card == NULL)
  ------------------
  |  Branch (255:6): [True: 0, False: 16.4k]
  ------------------
  256|  16.4k|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  257|  16.4k|	r = reader->ops->connect(reader);
  258|  16.4k|	if (r)
  ------------------
  |  Branch (258:6): [True: 0, False: 16.4k]
  ------------------
  259|      0|		goto err;
  260|       |
  261|  16.4k|	connected = 1;
  262|  16.4k|	card->reader = reader;
  263|  16.4k|	card->ctx = ctx;
  264|       |
  265|  16.4k|	if (reader->flags & SC_READER_ENABLE_ESCAPE)
  ------------------
  |  |  372|  16.4k|#define SC_READER_ENABLE_ESCAPE		0x00000040
  ------------------
  |  Branch (265:6): [True: 0, False: 16.4k]
  ------------------
  266|      0|		sc_detect_escape_cmds(reader);
  267|       |
  268|  16.4k|	memcpy(&card->atr, &reader->atr, sizeof(card->atr));
  269|  16.4k|	memcpy(&card->uid, &reader->uid, sizeof(card->uid));
  270|       |
  271|  16.4k|	_sc_parse_atr(reader);
  272|       |
  273|       |	/* See if the ATR matches any ATR specified in the config file */
  274|  16.4k|	if ((driver = ctx->forced_driver) == NULL) {
  ------------------
  |  Branch (274:6): [True: 16.4k, False: 0]
  ------------------
  275|  16.4k|		sc_log(ctx, "matching configured ATRs");
  ------------------
  |  |   71|  16.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  276|   756k|		for (i = 0; ctx->card_drivers[i] != NULL; i++) {
  ------------------
  |  Branch (276:15): [True: 739k, False: 16.4k]
  ------------------
  277|   739k|			driver = ctx->card_drivers[i];
  278|       |
  279|   739k|			if (driver->atr_map == NULL ||
  ------------------
  |  Branch (279:8): [True: 739k, False: 0]
  ------------------
  280|   739k|			    !strcmp(driver->short_name, "default")) {
  ------------------
  |  Branch (280:8): [True: 0, False: 0]
  ------------------
  281|   739k|				driver = NULL;
  282|   739k|				continue;
  283|   739k|			}
  284|      0|			sc_log(ctx, "trying driver '%s'", driver->short_name);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  285|      0|			idx = _sc_match_atr(card, driver->atr_map, NULL);
  286|      0|			if (idx >= 0) {
  ------------------
  |  Branch (286:8): [True: 0, False: 0]
  ------------------
  287|      0|				struct sc_atr_table *src = &driver->atr_map[idx];
  288|       |
  289|      0|				sc_log(ctx, "matched driver '%s'", driver->name);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  290|       |				/* It's up to card driver to notice these correctly */
  291|      0|				card->name = src->name;
  292|      0|				card->type = src->type;
  293|      0|				card->flags = src->flags;
  294|      0|				break;
  295|      0|			}
  296|      0|			driver = NULL;
  297|      0|		}
  298|  16.4k|	}
  299|       |
  300|  16.4k|	if (driver != NULL) {
  ------------------
  |  Branch (300:6): [True: 0, False: 16.4k]
  ------------------
  301|       |		/* Forced driver, or matched via ATR mapping from config file */
  302|      0|		card->driver = driver;
  303|       |
  304|      0|		memcpy(card->ops, card->driver->ops, sizeof(struct sc_card_operations));
  305|      0|		if (card->ops->match_card != NULL)
  ------------------
  |  Branch (305:7): [True: 0, False: 0]
  ------------------
  306|      0|			if (card->ops->match_card(card) != 1)
  ------------------
  |  Branch (306:8): [True: 0, False: 0]
  ------------------
  307|      0|				sc_log(ctx, "driver '%s' match_card() failed: %s (will continue anyway)", card->driver->name, sc_strerror(r));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  308|       |
  309|      0|		if (card->ops->init != NULL) {
  ------------------
  |  Branch (309:7): [True: 0, False: 0]
  ------------------
  310|      0|			r = card->ops->init(card);
  311|      0|			if (r) {
  ------------------
  |  Branch (311:8): [True: 0, False: 0]
  ------------------
  312|      0|				sc_log(ctx, "driver '%s' init() failed: %s", card->driver->name, sc_strerror(r));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  313|      0|				goto err;
  314|      0|			}
  315|      0|		}
  316|      0|	}
  317|  16.4k|	else {
  318|  16.4k|		sc_card_t uninitialized = *card;
  319|  16.4k|		sc_log(ctx, "matching built-in ATRs");
  ------------------
  |  |   71|  16.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  320|   399k|		for (i = 0; ctx->card_drivers[i] != NULL; i++) {
  ------------------
  |  Branch (320:15): [True: 397k, False: 2.29k]
  ------------------
  321|       |			/* FIXME If we had a clean API description, we'd probably get a
  322|       |			 * cleaner implementation of the driver's match_card and init,
  323|       |			 * which should normally *not* modify the card object if
  324|       |			 * unsuccessful. However, after years of relentless hacking, reality
  325|       |			 * is different: The card object is changed in virtually every card
  326|       |			 * driver so in order to prevent unwanted interaction, we reset the
  327|       |			 * card object here and hope that the card driver at least doesn't
  328|       |			 * allocate any internal resources that need to be freed. If we
  329|       |			 * had more time, we should refactor the existing code to not
  330|       |			 * modify sc_card_t until complete success (possibly by combining
  331|       |			 * `match_card()` and `init()`) */
  332|   397k|			*card = uninitialized;
  333|       |
  334|   397k|			struct sc_card_driver *drv = ctx->card_drivers[i];
  335|   397k|			const struct sc_card_operations *ops = drv->ops;
  336|       |
  337|   397k|			sc_log(ctx, "trying driver '%s'", drv->short_name);
  ------------------
  |  |   71|   397k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  338|   397k|			if (ops == NULL || ops->match_card == NULL)   {
  ------------------
  |  Branch (338:8): [True: 0, False: 397k]
  |  Branch (338:23): [True: 0, False: 397k]
  ------------------
  339|      0|				continue;
  340|      0|			}
  341|   397k|			else if (!(ctx->flags & SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER)
  ------------------
  |  |  860|   397k|#define SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER	0x00000008
  ------------------
  |  Branch (341:13): [True: 397k, False: 0]
  ------------------
  342|   397k|				   	&& !strcmp("default", drv->short_name))   {
  ------------------
  |  Branch (342:12): [True: 2.29k, False: 395k]
  ------------------
  343|  2.29k|				sc_log(ctx , "ignore 'default' card driver");
  ------------------
  |  |   71|  2.29k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  344|  2.29k|				continue;
  345|  2.29k|			}
  346|       |
  347|       |			/* Needed if match_card() needs to talk with the card (e.g. card-muscle) */
  348|   395k|			*card->ops = *ops;
  349|   395k|			if (ops->match_card(card) != 1)
  ------------------
  |  Branch (349:8): [True: 380k, False: 15.0k]
  ------------------
  350|   380k|				continue;
  351|  15.0k|			sc_log(ctx, "matched: %s", drv->name);
  ------------------
  |  |   71|  15.0k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  352|  15.0k|			memcpy(card->ops, ops, sizeof(struct sc_card_operations));
  353|  15.0k|			card->driver = drv;
  354|  15.0k|			r = ops->init(card);
  355|  15.0k|			if (r) {
  ------------------
  |  Branch (355:8): [True: 1.69k, False: 13.3k]
  ------------------
  356|  1.69k|				sc_log(ctx, "driver '%s' init() failed: %s", drv->name, sc_strerror(r));
  ------------------
  |  |   71|  1.69k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  357|  1.69k|				if (r == SC_ERROR_INVALID_CARD) {
  ------------------
  |  |   60|  1.69k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  |  Branch (357:9): [True: 913, False: 777]
  ------------------
  358|    913|					card->driver = NULL;
  359|    913|					continue;
  360|    913|				}
  361|    777|				goto err;
  362|  1.69k|			}
  363|  13.3k|			break;
  364|  15.0k|		}
  365|  16.4k|	}
  366|  15.6k|	if (card->driver == NULL) {
  ------------------
  |  Branch (366:6): [True: 2.29k, False: 13.3k]
  ------------------
  367|  2.29k|		sc_log(ctx, "unable to find driver for inserted card");
  ------------------
  |  |   71|  2.29k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  368|  2.29k|		r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  2.29k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  369|  2.29k|		goto err;
  370|  2.29k|	}
  371|  13.3k|	if (card->name == NULL)
  ------------------
  |  Branch (371:6): [True: 2.84k, False: 10.5k]
  ------------------
  372|  2.84k|		card->name = card->driver->name;
  373|       |
  374|       |	/* initialize max_send_size/max_recv_size to a meaningful value */
  375|  13.3k|	card->max_recv_size = sc_get_max_recv_size(card);
  376|  13.3k|	card->max_send_size = sc_get_max_send_size(card);
  377|       |
  378|  13.3k|	sc_log(ctx, "card info name:'%s', type:%i, flags:0x%lX, max_send/recv_size:%zu/%zu",
  ------------------
  |  |   71|  13.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  379|  13.3k|			card->name, card->type, card->flags, card->max_send_size, card->max_recv_size);
  380|       |
  381|  13.3k|#ifdef ENABLE_SM
  382|       |	/* Check, if secure messaging module present. */
  383|  13.3k|	r = sc_card_sm_check(card);
  384|  13.3k|	if (r)   {
  ------------------
  |  Branch (384:6): [True: 0, False: 13.3k]
  ------------------
  385|      0|		sc_log(ctx, "cannot load secure messaging module");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  386|      0|		goto err;
  387|      0|	}
  388|  13.3k|#endif
  389|  13.3k|	*card_out = card;
  390|       |
  391|  13.3k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  13.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.3k|	int _ret = r; \
  |  |  |  |  155|  13.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  13.3k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 13.3k]
  |  |  |  |  ------------------
  |  |  |  |  157|  13.3k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  13.3k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  13.3k|	return _ret; \
  |  |  |  |  163|  13.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|  3.07k|err:
  393|  3.07k|	if (connected)
  ------------------
  |  Branch (393:6): [True: 3.07k, False: 0]
  ------------------
  394|  3.07k|		reader->ops->disconnect(reader);
  395|  3.07k|	if (card != NULL)
  ------------------
  |  Branch (395:6): [True: 3.07k, False: 0]
  ------------------
  396|  3.07k|		sc_card_free(card);
  397|  3.07k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  3.07k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.07k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.07k|	int _ret = r; \
  |  |  |  |  155|  3.07k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.07k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.07k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.07k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3.07k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.07k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.07k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  3.07k|	return _ret; \
  |  |  |  |  163|  3.07k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  398|  3.07k|}
sc_disconnect_card:
  401|  16.4k|{
  402|  16.4k|	sc_context_t *ctx;
  403|       |
  404|  16.4k|	if (!card)
  ------------------
  |  Branch (404:6): [True: 3.07k, False: 13.3k]
  ------------------
  405|  3.07k|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  3.07k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  406|       |
  407|  13.3k|	ctx = card->ctx;
  408|  13.3k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  13.3k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.3k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|       |
  410|  13.3k|	if (card->ops->finish) {
  ------------------
  |  Branch (410:6): [True: 12.4k, False: 961]
  ------------------
  411|  12.4k|		int r = card->ops->finish(card);
  412|  12.4k|		if (r)
  ------------------
  |  Branch (412:7): [True: 465, False: 11.9k]
  ------------------
  413|    465|			sc_log(ctx, "card driver finish() failed: %s", sc_strerror(r));
  ------------------
  |  |   71|    465|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  414|  12.4k|	}
  415|       |
  416|  13.3k|	if (card->reader->ops->disconnect) {
  ------------------
  |  Branch (416:6): [True: 13.3k, False: 0]
  ------------------
  417|  13.3k|		int r = card->reader->ops->disconnect(card->reader);
  418|  13.3k|		if (r)
  ------------------
  |  Branch (418:7): [True: 0, False: 13.3k]
  ------------------
  419|      0|			sc_log(ctx, "disconnect() failed: %s", sc_strerror(r));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  420|  13.3k|	}
  421|       |
  422|  13.3k|#ifdef ENABLE_SM
  423|       |	/* release SM related resources */
  424|  13.3k|	sc_card_sm_unload(card);
  425|  13.3k|#endif
  426|       |
  427|  13.3k|	sc_card_free(card);
  428|  13.3k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  13.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.3k|	int _ret = r; \
  |  |  |  |  155|  13.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  13.3k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 13.3k]
  |  |  |  |  ------------------
  |  |  |  |  157|  13.3k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  13.3k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  13.3k|	return _ret; \
  |  |  |  |  163|  13.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|  13.3k|}
sc_lock:
  456|   749k|{
  457|   749k|	int r = 0, r2 = 0;
  458|   749k|	int was_reset = 0;
  459|   749k|	int reader_lock_obtained  = 0;
  460|       |
  461|   749k|	if (card == NULL)
  ------------------
  |  Branch (461:6): [True: 0, False: 749k]
  ------------------
  462|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  463|       |
  464|   749k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|   749k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   749k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   749k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   749k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 749k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  465|       |
  466|   749k|	r = sc_mutex_lock(card->ctx, card->mutex);
  467|   749k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|   749k|#define SC_SUCCESS				0
  ------------------
  |  Branch (467:6): [True: 0, False: 749k]
  ------------------
  468|      0|		return r;
  469|   749k|	if (card->lock_count == 0) {
  ------------------
  |  Branch (469:6): [True: 290k, False: 458k]
  ------------------
  470|   290k|		if (card->reader->ops->lock != NULL) {
  ------------------
  |  Branch (470:7): [True: 290k, False: 0]
  ------------------
  471|   290k|			r = card->reader->ops->lock(card->reader);
  472|   290k|			while (r == SC_ERROR_CARD_RESET || r == SC_ERROR_READER_REATTACHED) {
  ------------------
  |  |   37|   581k|#define SC_ERROR_CARD_RESET			-1106
  ------------------
              			while (r == SC_ERROR_CARD_RESET || r == SC_ERROR_READER_REATTACHED) {
  ------------------
  |  |   46|   290k|#define SC_ERROR_READER_REATTACHED		-1115
  ------------------
  |  Branch (472:11): [True: 0, False: 290k]
  |  Branch (472:39): [True: 0, False: 290k]
  ------------------
  473|      0|				if (was_reset++ > 4) /* TODO retry a few times */
  ------------------
  |  Branch (473:9): [True: 0, False: 0]
  ------------------
  474|      0|					break;
  475|      0|				r = card->reader->ops->lock(card->reader);
  476|      0|			}
  477|   290k|			if (r == 0)
  ------------------
  |  Branch (477:8): [True: 290k, False: 0]
  ------------------
  478|   290k|				reader_lock_obtained = 1;
  479|   290k|		}
  480|   290k|	}
  481|   749k|	if (r == 0)
  ------------------
  |  Branch (481:6): [True: 749k, False: 0]
  ------------------
  482|   749k|		card->lock_count++;
  483|       |
  484|   749k|	r2 = sc_mutex_unlock(card->ctx, card->mutex);
  485|   749k|	if (r2 != SC_SUCCESS) {
  ------------------
  |  |   28|   749k|#define SC_SUCCESS				0
  ------------------
  |  Branch (485:6): [True: 0, False: 749k]
  ------------------
  486|      0|		sc_log(card->ctx, "unable to release card->mutex lock");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  487|      0|		r = r != SC_SUCCESS ? r : r2;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (487:7): [True: 0, False: 0]
  ------------------
  488|      0|	}
  489|       |
  490|   749k|	if (r == 0 && was_reset > 0) {
  ------------------
  |  Branch (490:6): [True: 749k, False: 0]
  |  Branch (490:16): [True: 0, False: 749k]
  ------------------
  491|      0|#ifdef ENABLE_SM
  492|      0|		if (card->sm_ctx.ops.open)
  ------------------
  |  Branch (492:7): [True: 0, False: 0]
  ------------------
  493|      0|			card->sm_ctx.ops.open(card);
  494|      0|#endif
  495|      0|	}
  496|       |
  497|       |	/* give card driver a chance to do something when reader lock first obtained */
  498|   749k|	if (r == 0 && reader_lock_obtained == 1  && card->ops->card_reader_lock_obtained) {
  ------------------
  |  Branch (498:6): [True: 749k, False: 0]
  |  Branch (498:16): [True: 290k, False: 458k]
  |  Branch (498:46): [True: 74.1k, False: 216k]
  ------------------
  499|  74.1k|		if (SC_SUCCESS != card->ops->card_reader_lock_obtained(card, was_reset))
  ------------------
  |  |   28|  74.1k|#define SC_SUCCESS				0
  ------------------
  |  Branch (499:7): [True: 6.33k, False: 67.7k]
  ------------------
  500|  6.33k|			sc_log(card->ctx, "card_reader_lock_obtained failed");
  ------------------
  |  |   71|  6.33k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  501|  74.1k|	}
  502|       |
  503|   749k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|   749k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   749k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   749k|	int _ret = r; \
  |  |  |  |  155|   749k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 749k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|   749k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 749k]
  |  |  |  |  ------------------
  |  |  |  |  157|   749k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|   749k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|   749k|	return _ret; \
  |  |  |  |  163|   749k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|   749k|}
sc_unlock:
  507|   749k|{
  508|   749k|	int r, r2;
  509|       |
  510|   749k|	if (!card)
  ------------------
  |  Branch (510:6): [True: 0, False: 749k]
  ------------------
  511|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  512|       |
  513|   749k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|   749k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   749k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   749k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   749k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 749k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|       |
  515|   749k|	r = sc_mutex_lock(card->ctx, card->mutex);
  516|   749k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|   749k|#define SC_SUCCESS				0
  ------------------
  |  Branch (516:6): [True: 0, False: 749k]
  ------------------
  517|   749k|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|       |
  519|   749k|	if (card->lock_count < 1) {
  ------------------
  |  Branch (519:6): [True: 0, False: 749k]
  ------------------
  520|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      0|	}
  522|   749k|	if (--card->lock_count == 0) {
  ------------------
  |  Branch (522:6): [True: 290k, False: 458k]
  ------------------
  523|       |		/* release reader lock */
  524|   290k|		if (card->reader->ops->unlock != NULL)
  ------------------
  |  Branch (524:7): [True: 290k, False: 0]
  ------------------
  525|   290k|			r = card->reader->ops->unlock(card->reader);
  526|   290k|	}
  527|   749k|	r2 = sc_mutex_unlock(card->ctx, card->mutex);
  528|   749k|	if (r2 != SC_SUCCESS) {
  ------------------
  |  |   28|   749k|#define SC_SUCCESS				0
  ------------------
  |  Branch (528:6): [True: 0, False: 749k]
  ------------------
  529|      0|		sc_log(card->ctx, "unable to release lock");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  530|      0|		r = (r == SC_SUCCESS) ? r2 : r;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (530:7): [True: 0, False: 0]
  ------------------
  531|      0|	}
  532|       |
  533|   749k|	return r;
  534|   749k|}
sc_read_binary:
  604|  12.8k|{
  605|  12.8k|	size_t max_le = sc_get_max_recv_size(card);
  606|  12.8k|	size_t todo = count;
  607|  12.8k|	int r;
  608|       |
  609|  12.8k|	if (card == NULL || card->ops == NULL || buf == NULL) {
  ------------------
  |  Branch (609:6): [True: 0, False: 12.8k]
  |  Branch (609:22): [True: 0, False: 12.8k]
  |  Branch (609:43): [True: 0, False: 12.8k]
  ------------------
  610|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  611|      0|	}
  612|  12.8k|	sc_log(card->ctx, "called; %zu bytes at index %d", count, idx);
  ------------------
  |  |   71|  12.8k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  613|  12.8k|	if (count == 0)
  ------------------
  |  Branch (613:6): [True: 528, False: 12.3k]
  ------------------
  614|  12.8k|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    528|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    528|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    528|	int _ret = r; \
  |  |  |  |  155|    528|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 528, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    528|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 528]
  |  |  |  |  ------------------
  |  |  |  |  157|    528|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    528|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    528|	return _ret; \
  |  |  |  |  163|    528|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  615|       |
  616|  12.3k|#ifdef ENABLE_SM
  617|  12.3k|	if (card->sm_ctx.ops.read_binary)   {
  ------------------
  |  Branch (617:6): [True: 291, False: 12.0k]
  ------------------
  618|    291|		r = card->sm_ctx.ops.read_binary(card, idx, buf, count);
  619|    291|		if (r)
  ------------------
  |  Branch (619:7): [True: 236, False: 55]
  ------------------
  620|    291|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    236|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    236|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    236|	int _ret = r; \
  |  |  |  |  155|    236|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 236, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    236|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    236|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 236, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    236|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    236|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    236|	return _ret; \
  |  |  |  |  163|    236|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  621|    291|	}
  622|  12.1k|#endif
  623|       |
  624|  12.1k|	if (card->ops->read_binary == NULL)
  ------------------
  |  Branch (624:6): [True: 0, False: 12.1k]
  ------------------
  625|  12.1k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  626|       |
  627|       |	/* lock the card now to avoid deselection of the file */
  628|  12.1k|	r = sc_lock(card);
  629|  12.1k|	LOG_TEST_RET(card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|  12.1k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  12.1k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  12.1k|	int _ret = (r); \
  |  |  |  |  168|  12.1k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 12.1k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  12.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 12.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  630|       |
  631|  48.1k|	while (todo > 0) {
  ------------------
  |  Branch (631:9): [True: 43.4k, False: 4.66k]
  ------------------
  632|  43.4k|		size_t chunk = MIN(todo, max_le);
  ------------------
  |  |   70|  43.4k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 14.0k, False: 29.3k]
  |  |  ------------------
  ------------------
  633|       |
  634|  43.4k|		r = card->ops->read_binary(card, idx, buf, chunk, flags);
  635|  43.4k|		if (r == 0 || r == SC_ERROR_FILE_END_REACHED)
  ------------------
  |  |   69|  40.6k|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  |  Branch (635:7): [True: 2.80k, False: 40.6k]
  |  Branch (635:17): [True: 245, False: 40.4k]
  ------------------
  636|  3.05k|			break;
  637|  40.4k|		if (r < 0 && todo != count) {
  ------------------
  |  Branch (637:7): [True: 4.39k, False: 36.0k]
  |  Branch (637:16): [True: 2.52k, False: 1.87k]
  ------------------
  638|       |			/* the last command failed, but previous ones succeeded.
  639|       |			 * Let's just return what we've successfully read. */
  640|  2.52k|			sc_log(card->ctx, "Subsequent read failed with %d, returning what was read successfully.", r);
  ------------------
  |  |   71|  2.52k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  641|  2.52k|			break;
  642|  2.52k|		}
  643|  37.8k|		if (r < 0) {
  ------------------
  |  Branch (643:7): [True: 1.87k, False: 36.0k]
  ------------------
  644|  1.87k|			sc_unlock(card);
  645|  1.87k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.87k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.87k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.87k|	int _ret = r; \
  |  |  |  |  155|  1.87k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.87k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.87k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.87k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.87k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.87k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.87k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.87k|	return _ret; \
  |  |  |  |  163|  1.87k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  646|  1.87k|		}
  647|  36.0k|		if ((idx > SIZE_MAX - (size_t) r) || (size_t) r > todo) {
  ------------------
  |  Branch (647:7): [True: 0, False: 36.0k]
  |  Branch (647:40): [True: 0, False: 36.0k]
  ------------------
  648|       |			/* `idx + r` or `todo - r` would overflow */
  649|      0|			sc_unlock(card);
  650|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OFFSET_TOO_LARGE);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|      0|		}
  652|       |
  653|  36.0k|		todo -= (size_t) r;
  654|  36.0k|		buf  += (size_t) r;
  655|  36.0k|		idx  += (size_t) r;
  656|  36.0k|	}
  657|       |
  658|  10.2k|	sc_unlock(card);
  659|       |
  660|  10.2k|	LOG_FUNC_RETURN(card->ctx, (int)(count - todo));
  ------------------
  |  |  164|  10.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  10.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  10.2k|	int _ret = r; \
  |  |  |  |  155|  10.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.15k, False: 9.07k]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.15k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.15k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.15k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.07k|	} else { \
  |  |  |  |  159|  9.07k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  9.07k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  9.07k|	} \
  |  |  |  |  162|  10.2k|	return _ret; \
  |  |  |  |  163|  10.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  661|  10.2k|}
sc_select_file:
  810|   112k|{
  811|   112k|	int r;
  812|   112k|	char pbuf[SC_MAX_PATH_STRING_SIZE];
  813|       |
  814|   112k|	if (card == NULL || in_path == NULL) {
  ------------------
  |  Branch (814:6): [True: 0, False: 112k]
  |  Branch (814:22): [True: 0, False: 112k]
  ------------------
  815|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  816|      0|	}
  817|       |
  818|   112k|	r = sc_path_print(pbuf, sizeof(pbuf), in_path);
  819|   112k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|   112k|#define SC_SUCCESS				0
  ------------------
  |  Branch (819:6): [True: 631, False: 111k]
  ------------------
  820|    631|		pbuf[0] = '\0';
  821|       |
  822|       |	/* FIXME We should be a bit less strict and let the upper layers do
  823|       |	 * the initialization (including reuse of existing file objects). We
  824|       |	 * implemented this here because we are lazy. */
  825|   112k|	if (file != NULL)
  ------------------
  |  Branch (825:6): [True: 54.5k, False: 57.9k]
  ------------------
  826|  54.5k|		*file = NULL;
  827|       |
  828|   112k|	sc_log(card->ctx, "called; type=%d, path=%s", in_path->type, pbuf);
  ------------------
  |  |   71|   112k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  829|   112k|	if (in_path->len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|   112k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (829:6): [True: 0, False: 112k]
  ------------------
  830|   112k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  831|       |
  832|   112k|	if (in_path->type == SC_PATH_TYPE_PATH) {
  ------------------
  |  |  119|   112k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (832:6): [True: 81.9k, False: 30.5k]
  ------------------
  833|       |		/* Perform a sanity check */
  834|  81.9k|		size_t i;
  835|       |
  836|  81.9k|		if ((in_path->len & 1) != 0)
  ------------------
  |  Branch (836:7): [True: 115, False: 81.8k]
  ------------------
  837|  81.9k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|    115|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    115|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    115|	int _ret = r; \
  |  |  |  |  155|    115|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 115, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    115|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    115|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 115, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    115|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    115|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    115|	return _ret; \
  |  |  |  |  163|    115|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  838|       |
  839|   246k|		for (i = 0; i < in_path->len/2; i++) {
  ------------------
  |  Branch (839:15): [True: 164k, False: 81.7k]
  ------------------
  840|   164k|			u8 p1 = in_path->value[2*i],
  841|   164k|			   p2 = in_path->value[2*i+1];
  842|       |
  843|   164k|			if ((p1 == 0x3F && p2 == 0x00) && i != 0)
  ------------------
  |  Branch (843:9): [True: 55.6k, False: 108k]
  |  Branch (843:23): [True: 55.4k, False: 122]
  |  Branch (843:38): [True: 35, False: 55.4k]
  ------------------
  844|   164k|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|     35|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     35|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     35|	int _ret = r; \
  |  |  |  |  155|     35|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 35, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     35|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 35, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     35|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     35|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     35|	return _ret; \
  |  |  |  |  163|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  845|   164k|		}
  846|  81.8k|	}
  847|   112k|	if (card->ops->select_file == NULL)
  ------------------
  |  Branch (847:6): [True: 0, False: 112k]
  ------------------
  848|   112k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  849|   112k|	r = card->ops->select_file(card, in_path, file);
  850|   112k|	LOG_TEST_RET(card->ctx, r, "'SELECT' error");
  ------------------
  |  |  174|   112k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   112k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   112k|	int _ret = (r); \
  |  |  |  |  168|   112k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 82.4k, False: 29.8k]
  |  |  |  |  ------------------
  |  |  |  |  169|  82.4k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  82.4k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  82.4k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  82.4k|		return _ret; \
  |  |  |  |  172|  82.4k|	} \
  |  |  |  |  173|   112k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 29.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  851|       |
  852|  29.8k|	if (file) {
  ------------------
  |  Branch (852:6): [True: 16.2k, False: 13.6k]
  ------------------
  853|  16.2k|		if (*file)
  ------------------
  |  Branch (853:7): [True: 16.0k, False: 116]
  ------------------
  854|       |			/* Remember file path */
  855|  16.0k|			(*file)->path = *in_path;
  856|    116|		else
  857|       |			/* FIXME We should be a bit less strict and let the upper layers do
  858|       |			 * the error checking. We implemented this here because we are
  859|       |			 * lazy.  */
  860|    116|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|    116|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  861|  16.2k|	}
  862|       |
  863|  29.8k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  29.8k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  29.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  29.8k|	int _ret = r; \
  |  |  |  |  155|  29.8k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 29.8k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  29.8k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    116|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 116, False: 29.7k]
  |  |  |  |  ------------------
  |  |  |  |  157|  29.8k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  29.8k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  29.8k|	return _ret; \
  |  |  |  |  163|  29.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  864|  29.8k|}
sc_get_data:
  868|  6.80k|{
  869|  6.80k|	int	r;
  870|       |
  871|  6.80k|	sc_log(card->ctx, "called, tag=%04x", tag);
  ------------------
  |  |   71|  6.80k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  872|  6.80k|	if (card->ops->get_data == NULL)
  ------------------
  |  Branch (872:6): [True: 0, False: 6.80k]
  ------------------
  873|  6.80k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  874|  6.80k|	r = card->ops->get_data(card, tag, buf, len);
  875|       |
  876|  6.80k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  6.80k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  6.80k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  6.80k|	int _ret = r; \
  |  |  |  |  155|  6.80k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.91k, False: 1.89k]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.91k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.88k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3.88k, False: 1.02k]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.91k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.91k|	} else { \
  |  |  |  |  159|  1.89k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.89k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.89k|	} \
  |  |  |  |  162|  6.80k|	return _ret; \
  |  |  |  |  163|  6.80k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  877|  6.80k|}
sc_read_record:
  932|   191k|{
  933|   191k|	size_t max_le = sc_get_max_recv_size(card);
  934|   191k|	size_t todo = count;
  935|   191k|	int r;
  936|       |
  937|   191k|	if (card == NULL || card->ops == NULL || buf == NULL) {
  ------------------
  |  Branch (937:6): [True: 0, False: 191k]
  |  Branch (937:22): [True: 0, False: 191k]
  |  Branch (937:43): [True: 0, False: 191k]
  ------------------
  938|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  939|      0|	}
  940|   191k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|   191k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   191k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   191k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   191k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 191k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  941|   191k|	if (count == 0)
  ------------------
  |  Branch (941:6): [True: 170k, False: 21.1k]
  ------------------
  942|   191k|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|   170k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   170k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   170k|	int _ret = r; \
  |  |  |  |  155|   170k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 170k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|   170k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 170k]
  |  |  |  |  ------------------
  |  |  |  |  157|   170k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|   170k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|   170k|	return _ret; \
  |  |  |  |  163|   170k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  943|       |
  944|  21.1k|	if (card->ops->read_record == NULL)
  ------------------
  |  Branch (944:6): [True: 14, False: 21.1k]
  ------------------
  945|  21.1k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|     14|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     14|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     14|	int _ret = r; \
  |  |  |  |  155|     14|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 14, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 14, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     14|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     14|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     14|	return _ret; \
  |  |  |  |  163|     14|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  946|       |
  947|       |	/* lock the card now to avoid deselection of the file */
  948|  21.1k|	r = sc_lock(card);
  949|  21.1k|	LOG_TEST_RET(card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|  21.1k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  21.1k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  21.1k|	int _ret = (r); \
  |  |  |  |  168|  21.1k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 21.1k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  21.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 21.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  950|       |
  951|  40.4k|	while (todo > 0) {
  ------------------
  |  Branch (951:9): [True: 38.9k, False: 1.41k]
  ------------------
  952|  38.9k|		size_t chunk = MIN(todo, max_le);
  ------------------
  |  |   70|  38.9k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 30.2k, False: 8.74k]
  |  |  ------------------
  ------------------
  953|       |
  954|  38.9k|		r = card->ops->read_record(card, rec_nr, idx, buf, chunk, flags);
  955|  38.9k|		if (r == 0 || r == SC_ERROR_FILE_END_REACHED)
  ------------------
  |  |   69|  36.6k|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  |  Branch (955:7): [True: 2.33k, False: 36.6k]
  |  Branch (955:17): [True: 526, False: 36.1k]
  ------------------
  956|  2.86k|			break;
  957|  36.1k|		if (r < 0 && todo != count) {
  ------------------
  |  Branch (957:7): [True: 16.8k, False: 19.2k]
  |  Branch (957:16): [True: 15.6k, False: 1.24k]
  ------------------
  958|       |			/* the last command failed, but previous ones succeeded.
  959|       |			 * Let's just return what we've successfully read. */
  960|  15.6k|			sc_log(card->ctx, "Subsequent read failed with %d, returning what was read successfully.", r);
  ------------------
  |  |   71|  15.6k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  961|  15.6k|			break;
  962|  15.6k|		}
  963|  20.5k|		if (r < 0) {
  ------------------
  |  Branch (963:7): [True: 1.24k, False: 19.2k]
  ------------------
  964|  1.24k|			sc_unlock(card);
  965|  1.24k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.24k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.24k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.24k|	int _ret = r; \
  |  |  |  |  155|  1.24k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.24k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.24k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.24k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.24k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.24k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.24k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.24k|	return _ret; \
  |  |  |  |  163|  1.24k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  966|  1.24k|		}
  967|  19.2k|		if ((idx > SIZE_MAX - (size_t) r) || (size_t) r > todo) {
  ------------------
  |  Branch (967:7): [True: 0, False: 19.2k]
  |  Branch (967:40): [True: 0, False: 19.2k]
  ------------------
  968|       |			/* `idx + r` or `todo - r` would overflow */
  969|      0|			sc_unlock(card);
  970|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OFFSET_TOO_LARGE);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  971|      0|		}
  972|       |
  973|  19.2k|		todo -= (size_t) r;
  974|  19.2k|		buf  += (size_t) r;
  975|  19.2k|		idx  += (size_t) r;
  976|  19.2k|	}
  977|       |
  978|  19.8k|	sc_unlock(card);
  979|       |
  980|  19.8k|	LOG_FUNC_RETURN(card->ctx, (int)(count - todo));
  ------------------
  |  |  164|  19.8k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  19.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  19.8k|	int _ret = r; \
  |  |  |  |  155|  19.8k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.57k, False: 17.3k]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.57k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.57k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.57k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  17.3k|	} else { \
  |  |  |  |  159|  17.3k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  17.3k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  17.3k|	} \
  |  |  |  |  162|  19.8k|	return _ret; \
  |  |  |  |  163|  19.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  981|  19.8k|}
sc_card_ctl:
 1091|   141k|{
 1092|   141k|	int r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|   141k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1093|       |
 1094|   141k|	if (card == NULL) {
  ------------------
  |  Branch (1094:6): [True: 0, False: 141k]
  ------------------
 1095|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1096|      0|	}
 1097|   141k|	sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL, "called with cmd=%lu\n", cmd);
  ------------------
  |  |   70|   141k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1098|       |
 1099|   141k|	if (card->ops->card_ctl != NULL)
  ------------------
  |  Branch (1099:6): [True: 139k, False: 1.73k]
  ------------------
 1100|   139k|		r = card->ops->card_ctl(card, cmd, args);
 1101|       |
 1102|       |	/* suppress "not supported" error messages */
 1103|   141k|	if (r == SC_ERROR_NOT_SUPPORTED) {
  ------------------
  |  |   89|   141k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  |  Branch (1103:6): [True: 5.56k, False: 135k]
  ------------------
 1104|  5.56k|		sc_log(card->ctx, "card_ctl(%lu) not supported", cmd);
  ------------------
  |  |   71|  5.56k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1105|  5.56k|		return r;
 1106|  5.56k|	}
 1107|   135k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|   135k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   135k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   135k|	int _ret = r; \
  |  |  |  |  155|   135k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 100k, False: 34.7k]
  |  |  |  |  ------------------
  |  |  |  |  156|   100k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  39.9k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 39.9k, False: 60.8k]
  |  |  |  |  ------------------
  |  |  |  |  157|   100k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|   100k|	} else { \
  |  |  |  |  159|  34.7k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  34.7k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  34.7k|	} \
  |  |  |  |  162|   135k|	return _ret; \
  |  |  |  |  163|   135k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1108|   135k|}
_sc_card_add_algorithm:
 1111|  51.9k|{
 1112|  51.9k|	sc_algorithm_info_t *p;
 1113|       |
 1114|  51.9k|	if (info == NULL) {
  ------------------
  |  Branch (1114:6): [True: 0, False: 51.9k]
  ------------------
 1115|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1116|      0|	}
 1117|  51.9k|	p = (sc_algorithm_info_t *) realloc(card->algorithms, (card->algorithm_count + 1) * sizeof(*info));
 1118|  51.9k|	if (!p) {
  ------------------
  |  Branch (1118:6): [True: 0, False: 51.9k]
  ------------------
 1119|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1120|      0|	}
 1121|  51.9k|	card->algorithms = p;
 1122|  51.9k|	p += card->algorithm_count;
 1123|  51.9k|	card->algorithm_count++;
 1124|  51.9k|	*p = *info;
 1125|  51.9k|	return SC_SUCCESS;
  ------------------
  |  |   28|  51.9k|#define SC_SUCCESS				0
  ------------------
 1126|  51.9k|}
_sc_card_add_symmetric_alg:
 1130|    137|{
 1131|    137|	sc_algorithm_info_t info;
 1132|       |
 1133|    137|	memset(&info, 0, sizeof(info));
 1134|    137|	info.algorithm = algorithm;
 1135|    137|	info.key_length = key_length;
 1136|    137|	info.flags = flags;
 1137|       |
 1138|    137|	return _sc_card_add_algorithm(card, &info);
 1139|    137|}
_sc_card_add_ec_alg:
 1176|  7.34k|{
 1177|  7.34k|	return _sc_card_add_ec_alg_int(card, key_length, flags, ext_flags,
 1178|  7.34k|		curve_oid, SC_ALGORITHM_EC);
  ------------------
  |  |   70|  7.34k|#define SC_ALGORITHM_EC		2
  ------------------
 1179|  7.34k|}
_sc_card_add_eddsa_alg:
 1184|    223|{
 1185|       |	/* For simplicity, share the ec union with the curve information */
 1186|    223|	return _sc_card_add_ec_alg_int(card, key_length, flags, ext_flags,
 1187|    223|		curve_oid, SC_ALGORITHM_EDDSA);
  ------------------
  |  |   72|    223|#define SC_ALGORITHM_EDDSA		4
  ------------------
 1188|    223|}
_sc_card_add_xeddsa_alg:
 1193|    223|{
 1194|       |	/* For simplicity, share the ec union with the curve information */
 1195|    223|	return _sc_card_add_ec_alg_int(card, key_length, flags, ext_flags,
 1196|    223|		curve_oid, SC_ALGORITHM_XEDDSA);
  ------------------
  |  |   73|    223|#define SC_ALGORITHM_XEDDSA		5
  ------------------
 1197|    223|}
sc_card_find_alg:
 1201|  85.0k|{
 1202|  85.0k|	int i;
 1203|       |
 1204|   320k|	for (i = 0; i < card->algorithm_count; i++) {
  ------------------
  |  Branch (1204:14): [True: 301k, False: 18.5k]
  ------------------
 1205|   301k|		sc_algorithm_info_t *info = &card->algorithms[i];
 1206|       |
 1207|   301k|		if (param && (info->algorithm == SC_ALGORITHM_EC ||
  ------------------
  |  |   70|  2.31k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1207:7): [True: 1.15k, False: 300k]
  |  Branch (1207:17): [True: 218, False: 939]
  ------------------
 1208|    939|			info->algorithm == SC_ALGORITHM_EDDSA ||
  ------------------
  |  |   72|  2.09k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1208:4): [True: 218, False: 721]
  ------------------
 1209|    721|			info->algorithm == SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   73|    721|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1209:4): [True: 218, False: 503]
  ------------------
 1210|    654|			if (sc_compare_oid((struct sc_object_id *)param, &info->u._ec.params.id))
  ------------------
  |  Branch (1210:8): [True: 0, False: 654]
  ------------------
 1211|      0|				return info;
 1212|   301k|		} else if (info->algorithm != algorithm) {
  ------------------
  |  Branch (1212:14): [True: 73.5k, False: 227k]
  ------------------
 1213|  73.5k|			continue;
 1214|   227k|		} else if (info->key_length == key_length)
  ------------------
  |  Branch (1214:14): [True: 66.4k, False: 161k]
  ------------------
 1215|  66.4k|			return info;
 1216|   301k|	}
 1217|  18.5k|	return NULL;
 1218|  85.0k|}
sc_card_find_ec_alg:
 1222|  7.12k|{
 1223|  7.12k|	return sc_card_find_alg(card, SC_ALGORITHM_EC, key_length, curve_name);
  ------------------
  |  |   70|  7.12k|#define SC_ALGORITHM_EC		2
  ------------------
 1224|  7.12k|}
sc_card_find_eddsa_alg:
 1228|    214|{
 1229|    214|	return sc_card_find_alg(card, SC_ALGORITHM_EDDSA, key_length, curve_name);
  ------------------
  |  |   72|    214|#define SC_ALGORITHM_EDDSA		4
  ------------------
 1230|    214|}
_sc_card_add_rsa_alg:
 1240|  44.0k|{
 1241|  44.0k|	sc_algorithm_info_t info;
 1242|       |
 1243|  44.0k|	memset(&info, 0, sizeof(info));
 1244|  44.0k|	info.algorithm = SC_ALGORITHM_RSA;
  ------------------
  |  |   69|  44.0k|#define SC_ALGORITHM_RSA		0
  ------------------
 1245|  44.0k|	info.key_length = key_length;
 1246|  44.0k|	info.flags = flags;
 1247|       |	/* disable particular PKCS1 v1.5 padding type if also RAW is supported on card */
 1248|  44.0k|	if ((info.flags & (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) == (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) {
  ------------------
  |  |  111|  44.0k|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|  44.0k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|  44.0k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              	if ((info.flags & (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) == (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) {
  ------------------
  |  |  102|  44.0k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	if ((info.flags & (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) == (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) {
  ------------------
  |  |  111|  44.0k|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|  44.0k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|  44.0k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
              	if ((info.flags & (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) == (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) {
  ------------------
  |  |  102|  44.0k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (1248:6): [True: 8.15k, False: 35.8k]
  ------------------
 1249|  8.15k|		if (card->ctx->disable_hw_pkcs1_padding & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |  109|  8.15k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (1249:7): [True: 0, False: 8.15k]
  ------------------
 1250|      0|			info.flags &= ~SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01;
  ------------------
  |  |  109|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
 1251|  8.15k|		if (card->ctx->disable_hw_pkcs1_padding & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02)
  ------------------
  |  |  110|  8.15k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (1251:7): [True: 8.15k, False: 0]
  ------------------
 1252|  8.15k|			info.flags &= ~SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  110|  8.15k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
 1253|  8.15k|	}
 1254|  44.0k|	info.u._rsa.exponent = exponent;
 1255|       |
 1256|  44.0k|	return _sc_card_add_algorithm(card, &info);
 1257|  44.0k|}
sc_card_find_rsa_alg:
 1260|  77.6k|{
 1261|  77.6k|	return sc_card_find_alg(card, SC_ALGORITHM_RSA, key_length, NULL);
  ------------------
  |  |   69|  77.6k|#define SC_ALGORITHM_RSA		0
  ------------------
 1262|  77.6k|}
_sc_match_atr:
 1333|   341k|{
 1334|   341k|	int res;
 1335|       |
 1336|   341k|	if (card == NULL)
  ------------------
  |  Branch (1336:6): [True: 0, False: 341k]
  ------------------
 1337|      0|		return -1;
 1338|   341k|	res = match_atr_table(card->ctx, table, &card->atr);
 1339|   341k|	if (res < 0)
  ------------------
  |  Branch (1339:6): [True: 329k, False: 11.4k]
  ------------------
 1340|   329k|		return res;
 1341|  11.4k|	if (type_out != NULL)
  ------------------
  |  Branch (1341:6): [True: 11.2k, False: 288]
  ------------------
 1342|  11.2k|		*type_out = table[res].type;
 1343|  11.4k|	return res;
 1344|   341k|}
_sc_match_atr_block:
 1347|  13.3k|{
 1348|  13.3k|	struct sc_card_driver *drv;
 1349|  13.3k|	struct sc_atr_table *table;
 1350|  13.3k|	int res;
 1351|       |
 1352|  13.3k|	if (ctx == NULL)
  ------------------
  |  Branch (1352:6): [True: 0, False: 13.3k]
  ------------------
 1353|      0|		return NULL;
 1354|  13.3k|	if (driver) {
  ------------------
  |  Branch (1354:6): [True: 13.3k, False: 0]
  ------------------
 1355|  13.3k|		drv = driver;
 1356|  13.3k|		table = drv->atr_map;
 1357|  13.3k|		res = match_atr_table(ctx, table, atr);
 1358|  13.3k|		if (res < 0)
  ------------------
  |  Branch (1358:7): [True: 13.3k, False: 0]
  ------------------
 1359|  13.3k|			return NULL;
 1360|      0|		return table[res].card_atr;
 1361|  13.3k|	} else {
 1362|      0|		unsigned int i;
 1363|       |
 1364|      0|		for (i = 0; ctx->card_drivers[i] != NULL; i++) {
  ------------------
  |  Branch (1364:15): [True: 0, False: 0]
  ------------------
 1365|      0|			drv = ctx->card_drivers[i];
 1366|      0|			table = drv->atr_map;
 1367|      0|			res = match_atr_table(ctx, table, atr);
 1368|      0|			if (res < 0)
  ------------------
  |  Branch (1368:8): [True: 0, False: 0]
  ------------------
 1369|      0|				continue;
 1370|      0|			return table[res].card_atr;
 1371|      0|		}
 1372|      0|	}
 1373|      0|	return NULL;
 1374|  13.3k|}
sc_get_conf_block:
 1445|  47.7k|{
 1446|  47.7k|	int i;
 1447|  47.7k|	scconf_block *conf_block = NULL;
 1448|       |
 1449|  95.4k|	for (i = 0; ctx->conf_blocks[i] != NULL; i++) {
  ------------------
  |  Branch (1449:14): [True: 47.7k, False: 47.7k]
  ------------------
 1450|  47.7k|		scconf_block **blocks;
 1451|       |
 1452|  47.7k|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i], name1, name2);
 1453|  47.7k|		if (blocks != NULL) {
  ------------------
  |  Branch (1453:7): [True: 47.7k, False: 0]
  ------------------
 1454|  47.7k|			conf_block = blocks[0];
 1455|  47.7k|			free(blocks);
 1456|  47.7k|		}
 1457|  47.7k|		if (conf_block != NULL && priority)
  ------------------
  |  Branch (1457:7): [True: 0, False: 47.7k]
  |  Branch (1457:29): [True: 0, False: 0]
  ------------------
 1458|      0|			break;
 1459|  47.7k|	}
 1460|  47.7k|	return conf_block;
 1461|  47.7k|}
sc_clear_ec_params:
 1465|  7.78k|{
 1466|  7.78k|	if (ecp) {
  ------------------
  |  Branch (1466:6): [True: 7.78k, False: 0]
  ------------------
 1467|  7.78k|		free(ecp->named_curve);
 1468|  7.78k|		free(ecp->der.value);
 1469|  7.78k|		memset(ecp, 0, sizeof(struct sc_ec_parameters));
 1470|  7.78k|	}
 1471|  7.78k|	return;
 1472|  7.78k|}
card.c:sc_card_new:
  127|  16.4k|{
  128|  16.4k|	sc_card_t *card;
  129|       |
  130|  16.4k|	if (ctx == NULL)
  ------------------
  |  Branch (130:6): [True: 0, False: 16.4k]
  ------------------
  131|      0|		return NULL;
  132|       |
  133|  16.4k|	card = calloc(1, sizeof(struct sc_card));
  134|  16.4k|	if (card == NULL)
  ------------------
  |  Branch (134:6): [True: 0, False: 16.4k]
  ------------------
  135|      0|		return NULL;
  136|  16.4k|	card->ops = malloc(sizeof(struct sc_card_operations));
  137|  16.4k|	if (card->ops == NULL) {
  ------------------
  |  Branch (137:6): [True: 0, False: 16.4k]
  ------------------
  138|      0|		free(card);
  139|      0|		return NULL;
  140|      0|	}
  141|       |
  142|  16.4k|	card->ctx = ctx;
  143|  16.4k|	if (sc_mutex_create(ctx, &card->mutex) != SC_SUCCESS) {
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (143:6): [True: 0, False: 16.4k]
  ------------------
  144|      0|		free(card->ops);
  145|      0|		free(card);
  146|      0|		return NULL;
  147|      0|	}
  148|       |
  149|  16.4k|	card->type = -1;
  150|  16.4k|	card->app_count = -1;
  151|       |
  152|  16.4k|	return card;
  153|  16.4k|}
card.c:sc_card_free:
  156|  16.4k|{
  157|  16.4k|	sc_free_apps(card);
  158|  16.4k|	sc_free_ef_atr(card);
  159|       |
  160|  16.4k|	free(card->ops);
  161|       |
  162|  16.4k|	if (card->algorithms != NULL)   {
  ------------------
  |  Branch (162:6): [True: 12.3k, False: 4.08k]
  ------------------
  163|  12.3k|		int i;
  164|  64.3k|		for (i=0; i<card->algorithm_count; i++)   {
  ------------------
  |  Branch (164:13): [True: 51.9k, False: 12.3k]
  ------------------
  165|  51.9k|			struct sc_algorithm_info *info = (card->algorithms + i);
  166|  51.9k|			if (info->algorithm == SC_ALGORITHM_EC ||
  ------------------
  |  |   70|   103k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (166:8): [True: 7.34k, False: 44.6k]
  ------------------
  167|  44.6k|					info->algorithm == SC_ALGORITHM_EDDSA ||
  ------------------
  |  |   72|  96.6k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (167:6): [True: 223, False: 44.4k]
  ------------------
  168|  44.4k|					info->algorithm == SC_ALGORITHM_XEDDSA) {
  ------------------
  |  |   73|  44.4k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (168:6): [True: 223, False: 44.2k]
  ------------------
  169|  7.78k|				sc_clear_ec_params(&info->u._ec.params);
  170|  7.78k|			}
  171|  51.9k|		}
  172|  12.3k|		free(card->algorithms);
  173|       |
  174|  12.3k|		card->algorithms = NULL;
  175|  12.3k|		card->algorithm_count = 0;
  176|  12.3k|	}
  177|       |
  178|  16.4k|	if (card->mutex != NULL) {
  ------------------
  |  Branch (178:6): [True: 0, False: 16.4k]
  ------------------
  179|      0|		int r = sc_mutex_destroy(card->ctx, card->mutex);
  180|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (180:7): [True: 0, False: 0]
  ------------------
  181|      0|			sc_log(card->ctx, "unable to destroy mutex");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  182|      0|	}
  183|  16.4k|	sc_mem_clear(card, sizeof(*card));
  184|  16.4k|	free(card);
  185|  16.4k|}
card.c:_sc_card_add_ec_alg_int:
 1146|  7.78k|{
 1147|  7.78k|	sc_algorithm_info_t info;
 1148|  7.78k|	int r;
 1149|       |
 1150|  7.78k|	memset(&info, 0, sizeof(info));
 1151|  7.78k|	sc_init_oid(&info.u._ec.params.id);
 1152|       |
 1153|  7.78k|	info.algorithm = algorithm;
 1154|  7.78k|	info.key_length = key_length;
 1155|  7.78k|	info.flags = flags;
 1156|       |
 1157|  7.78k|	info.u._ec.ext_flags = ext_flags;
 1158|  7.78k|	if (curve_oid) {
  ------------------
  |  Branch (1158:6): [True: 3.18k, False: 4.60k]
  ------------------
 1159|  3.18k|		info.u._ec.params.id = *curve_oid;
 1160|  3.18k|		r = sc_encode_oid(card->ctx, &info.u._ec.params.id, &info.u._ec.params.der.value, &info.u._ec.params.der.len);
 1161|  3.18k|		LOG_TEST_GOTO_ERR(card->ctx, r, "sc_encode_oid failed");
  ------------------
  |  |  184|  3.18k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  3.18k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  3.18k|	int _ret = (r); \
  |  |  |  |  178|  3.18k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 3.18k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  3.18k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 3.18k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1162|  3.18k|		r = sc_pkcs15_fix_ec_parameters(card->ctx, &info.u._ec.params);
 1163|  3.18k|		LOG_TEST_GOTO_ERR(card->ctx, r, "sc_pkcs15_fix_ec_parameters failed");
  ------------------
  |  |  184|  3.18k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  3.18k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  3.18k|	int _ret = (r); \
  |  |  |  |  178|  3.18k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 3.18k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  3.18k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 3.18k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1164|  3.18k|	}
 1165|       |
 1166|  7.78k|	r = _sc_card_add_algorithm(card, &info);
 1167|  7.78k|	return r;
 1168|      0|err:
 1169|      0|	sc_clear_ec_params(&info.u._ec.params);
 1170|      0|	return r;
 1171|  7.78k|}
card.c:match_atr_table:
 1270|   354k|{
 1271|   354k|	u8 *card_atr_bin;
 1272|   354k|	size_t card_atr_bin_len;
 1273|   354k|	char card_atr_hex[3 * SC_MAX_ATR_SIZE];
 1274|   354k|	size_t card_atr_hex_len;
 1275|   354k|	unsigned int i = 0;
 1276|       |
 1277|   354k|	if (ctx == NULL || table == NULL || atr == NULL)
  ------------------
  |  Branch (1277:6): [True: 0, False: 354k]
  |  Branch (1277:21): [True: 13.3k, False: 341k]
  |  Branch (1277:38): [True: 0, False: 341k]
  ------------------
 1278|  13.3k|		return -1;
 1279|   341k|	card_atr_bin = atr->value;
 1280|   341k|	card_atr_bin_len = atr->len;
 1281|   341k|	sc_bin_to_hex(card_atr_bin, card_atr_bin_len, card_atr_hex, sizeof(card_atr_hex), ':');
 1282|   341k|	card_atr_hex_len = strlen(card_atr_hex);
 1283|       |
 1284|   341k|	sc_debug(ctx, SC_LOG_DEBUG_MATCH, "ATR     : %s", card_atr_hex);
  ------------------
  |  |   70|   341k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1285|       |
 1286|  2.90M|	for (i = 0; table[i].atr != NULL; i++) {
  ------------------
  |  Branch (1286:14): [True: 2.57M, False: 329k]
  ------------------
 1287|  2.57M|		const char *tatr = table[i].atr;
 1288|  2.57M|		const char *matr = table[i].atrmask;
 1289|  2.57M|		size_t tatr_len = strlen(tatr);
 1290|  2.57M|		u8 mbin[SC_MAX_ATR_SIZE], tbin[SC_MAX_ATR_SIZE];
 1291|  2.57M|		size_t mbin_len, tbin_len, s, matr_len;
 1292|  2.57M|		size_t fix_hex_len = card_atr_hex_len;
 1293|  2.57M|		size_t fix_bin_len = card_atr_bin_len;
 1294|       |
 1295|  2.57M|		sc_debug(ctx, SC_LOG_DEBUG_MATCH, "ATR try : %s", tatr);
  ------------------
  |  |   70|  2.57M|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1296|       |
 1297|  2.57M|		if (tatr_len != fix_hex_len) {
  ------------------
  |  Branch (1297:7): [True: 2.48M, False: 94.9k]
  ------------------
 1298|  2.48M|			sc_debug(ctx, SC_LOG_DEBUG_MATCH, "ignored - wrong length");
  ------------------
  |  |   70|  2.48M|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1299|  2.48M|			continue;
 1300|  2.48M|		}
 1301|  94.9k|		if (matr != NULL) {
  ------------------
  |  Branch (1301:7): [True: 22.7k, False: 72.2k]
  ------------------
 1302|  22.7k|			sc_debug(ctx, SC_LOG_DEBUG_MATCH, "ATR mask: %s", matr);
  ------------------
  |  |   70|  22.7k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1303|       |
 1304|  22.7k|			matr_len = strlen(matr);
 1305|  22.7k|			if (tatr_len != matr_len)
  ------------------
  |  Branch (1305:8): [True: 0, False: 22.7k]
  ------------------
 1306|      0|				continue;
 1307|  22.7k|			tbin_len = sizeof(tbin);
 1308|  22.7k|			sc_hex_to_bin(tatr, tbin, &tbin_len);
 1309|  22.7k|			mbin_len = sizeof(mbin);
 1310|  22.7k|			sc_hex_to_bin(matr, mbin, &mbin_len);
 1311|  22.7k|			if (mbin_len != fix_bin_len) {
  ------------------
  |  Branch (1311:8): [True: 0, False: 22.7k]
  ------------------
 1312|      0|				sc_debug(ctx, SC_LOG_DEBUG_MATCH, "length of atr and atr mask do not match - ignored: %s - %s", tatr, matr);
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1313|      0|				continue;
 1314|      0|			}
 1315|   437k|			for (s = 0; s < tbin_len; s++) {
  ------------------
  |  Branch (1315:16): [True: 414k, False: 22.7k]
  ------------------
 1316|       |				/* reduce tatr with mask */
 1317|   414k|				tbin[s] = (tbin[s] & mbin[s]);
 1318|       |				/* create copy of card_atr_bin masked) */
 1319|   414k|				mbin[s] = (card_atr_bin[s] & mbin[s]);
 1320|   414k|			}
 1321|  22.7k|			if (memcmp(tbin, mbin, tbin_len) != 0)
  ------------------
  |  Branch (1321:8): [True: 18.3k, False: 4.37k]
  ------------------
 1322|  18.3k|				continue;
 1323|  72.2k|		} else {
 1324|  72.2k|			if (strncasecmp(tatr, card_atr_hex, tatr_len) != 0)
  ------------------
  |  Branch (1324:8): [True: 65.1k, False: 7.11k]
  ------------------
 1325|  65.1k|				continue;
 1326|  72.2k|		}
 1327|  11.4k|		return i;
 1328|  94.9k|	}
 1329|   329k|	return -1;
 1330|   341k|}
card.c:sc_card_sm_unload:
 1511|  13.3k|{
 1512|  13.3k|	if (card->sm_ctx.module.ops.module_cleanup)
  ------------------
  |  Branch (1512:6): [True: 0, False: 13.3k]
  ------------------
 1513|      0|		card->sm_ctx.module.ops.module_cleanup(card->ctx);
 1514|       |
 1515|  13.3k|	if (card->sm_ctx.module.handle)
  ------------------
  |  Branch (1515:6): [True: 0, False: 13.3k]
  ------------------
 1516|      0|		sc_dlclose(card->sm_ctx.module.handle);
 1517|       |	card->sm_ctx.module.handle = NULL;
 1518|  13.3k|	return 0;
 1519|  13.3k|}
card.c:sc_card_sm_check:
 1614|  13.3k|{
 1615|  13.3k|	const char *sm = NULL, *module_name = NULL, *module_path = NULL, *module_data = NULL, *sm_mode = NULL;
 1616|  13.3k|	struct sc_context *ctx = card->ctx;
 1617|  13.3k|	scconf_block *atrblock = NULL, *sm_conf_block = NULL;
 1618|  13.3k|	int rv, ii;
 1619|       |#ifdef _WIN32
 1620|       |	char temp_path[PATH_MAX];
 1621|       |	size_t temp_len = PATH_MAX - 1;
 1622|       |	char expanded_val[PATH_MAX];
 1623|       |	DWORD expanded_len = PATH_MAX;
 1624|       |#endif
 1625|       |
 1626|  13.3k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  13.3k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.3k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1627|       |
 1628|       |	/* get the name of card specific SM configuration section */
 1629|  13.3k|	atrblock = _sc_match_atr_block(ctx, card->driver, &card->atr);
 1630|  13.3k|	if (atrblock == NULL)
  ------------------
  |  Branch (1630:6): [True: 13.3k, False: 0]
  ------------------
 1631|  13.3k|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  13.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.3k|	int _ret = r; \
  |  |  |  |  155|  13.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  13.3k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 13.3k]
  |  |  |  |  ------------------
  |  |  |  |  157|  13.3k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  13.3k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  13.3k|	return _ret; \
  |  |  |  |  163|  13.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1632|      0|	sm = scconf_get_str(atrblock, "secure_messaging", NULL);
 1633|      0|	if (!sm)
  ------------------
  |  Branch (1633:6): [True: 0, False: 0]
  ------------------
 1634|      0|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1635|       |
 1636|       |	/* get SM configuration section by the name */
 1637|      0|	sc_log(ctx, "secure_messaging configuration block '%s'", sm);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1638|      0|        for (ii = 0; ctx->conf_blocks[ii]; ii++) {
  ------------------
  |  Branch (1638:22): [True: 0, False: 0]
  ------------------
 1639|      0|		scconf_block **blocks;
 1640|       |
 1641|      0|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[ii], "secure_messaging", sm);
 1642|      0|		if (blocks) {
  ------------------
  |  Branch (1642:7): [True: 0, False: 0]
  ------------------
 1643|      0|			sm_conf_block = blocks[0];
 1644|      0|			free(blocks);
 1645|      0|		}
 1646|      0|		if (sm_conf_block != NULL)
  ------------------
  |  Branch (1646:7): [True: 0, False: 0]
  ------------------
 1647|      0|			break;
 1648|      0|	}
 1649|       |
 1650|      0|	if (!sm_conf_block)
  ------------------
  |  Branch (1650:6): [True: 0, False: 0]
  ------------------
 1651|      0|		LOG_TEST_RET(ctx, SC_ERROR_INCONSISTENT_CONFIGURATION, "SM configuration block not preset");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1652|       |
 1653|       |	/* check if an external SM module has to be used */
 1654|       |#ifdef _WIN32
 1655|       |	rv = sc_ctx_win32_get_config_value(NULL, "SmDir", "Software\\" OPENSC_VS_FF_COMPANY_NAME "\\OpenSC" OPENSC_ARCH_SUFFIX,
 1656|       |			temp_path, &temp_len);
 1657|       |	if (rv == SC_SUCCESS) {
 1658|       |		temp_path[temp_len] = '\0';
 1659|       |		module_path = temp_path;
 1660|       |	}
 1661|       |	expanded_len = ExpandEnvironmentStringsA(module_path, expanded_val, expanded_len);
 1662|       |	if (0 < expanded_len && expanded_len < sizeof expanded_val)
 1663|       |		module_path = expanded_val;
 1664|       |#else
 1665|      0|	module_path = scconf_get_str(sm_conf_block, "module_path", DEFAULT_SM_MODULE_PATH);
 1666|      0|#endif
 1667|      0|	module_name = scconf_get_str(sm_conf_block, "module_name", DEFAULT_SM_MODULE);
 1668|      0|	sc_log(ctx, "SM module '%s' in  '%s'", module_name, module_path);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1669|      0|	if (!module_name)
  ------------------
  |  Branch (1669:6): [True: 0, False: 0]
  ------------------
 1670|      0|		LOG_TEST_RET(ctx, SC_ERROR_INCONSISTENT_CONFIGURATION, "Invalid SM configuration: module not defined");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1671|       |
 1672|      0|	rv = sc_card_sm_load(card, module_path, module_name);
 1673|      0|	LOG_TEST_RET(ctx, rv, "Failed to load SM module");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1674|       |
 1675|      0|	strlcpy(card->sm_ctx.module.filename, module_name, sizeof(card->sm_ctx.module.filename));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
 1676|      0|	strlcpy(card->sm_ctx.config_section, sm, sizeof(card->sm_ctx.config_section));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
 1677|       |
 1678|       |	/* allocate resources for the external SM module */
 1679|      0|	if (card->sm_ctx.module.ops.module_init)   {
  ------------------
  |  Branch (1679:6): [True: 0, False: 0]
  ------------------
 1680|      0|		module_data = scconf_get_str(sm_conf_block, "module_data", NULL);
 1681|       |
 1682|      0|		rv = card->sm_ctx.module.ops.module_init(ctx, module_data);
 1683|      0|		LOG_TEST_RET(ctx, rv, "Cannot initialize SM module");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      0|	}
 1685|       |
 1686|       |	/* initialize SM session in the case of 'APDU TRANSMIT' SM mode */
 1687|      0|	sm_mode = scconf_get_str(sm_conf_block, "mode", NULL);
 1688|      0|	if (sm_mode && !strcasecmp("Transmit", sm_mode))   {
  ------------------
  |  Branch (1688:6): [True: 0, False: 0]
  |  Branch (1688:17): [True: 0, False: 0]
  ------------------
 1689|      0|		if (!card->sm_ctx.ops.open || !card->sm_ctx.ops.get_sm_apdu || !card->sm_ctx.ops.free_sm_apdu)
  ------------------
  |  Branch (1689:7): [True: 0, False: 0]
  |  Branch (1689:33): [True: 0, False: 0]
  |  Branch (1689:66): [True: 0, False: 0]
  ------------------
 1690|      0|			LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "'Transmit' SM asked but not supported by card driver");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1691|       |
 1692|      0|		card->sm_ctx.sm_mode = SM_MODE_TRANSMIT;
  ------------------
  |  |   47|      0|#define SM_MODE_TRANSMIT	0x200
  ------------------
 1693|      0|		rv = card->sm_ctx.ops.open(card);
 1694|      0|		LOG_TEST_RET(ctx, rv, "Cannot initialize SM");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1695|      0|	}
 1696|       |
 1697|      0|	sc_log(ctx, "SM mode:%X", card->sm_ctx.sm_mode);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1698|      0|	SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE, rv);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1699|      0|}

sc_decompress_alloc:
  254|    508|{
  255|    508|	if (in == NULL || out == NULL) {
  ------------------
  |  Branch (255:6): [True: 0, False: 508]
  |  Branch (255:20): [True: 0, False: 508]
  ------------------
  256|      0|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|      0|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  257|      0|	}
  258|       |
  259|    508|	if (method == COMPRESSION_AUTO) {
  ------------------
  |  |   26|    508|#define COMPRESSION_AUTO	0
  ------------------
  |  Branch (259:6): [True: 507, False: 1]
  ------------------
  260|    507|		method = detect_method(in, inLen);
  261|    507|		if (method == COMPRESSION_UNKNOWN) {
  ------------------
  |  |   29|    507|#define COMPRESSION_UNKNOWN (-1)
  ------------------
  |  Branch (261:7): [True: 120, False: 387]
  ------------------
  262|    120|			return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|    120|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  263|    120|		}
  264|    507|	}
  265|       |
  266|    388|	switch (method) {
  267|    386|	case COMPRESSION_ZLIB:
  ------------------
  |  |   27|    386|#define COMPRESSION_ZLIB	1
  ------------------
  |  Branch (267:2): [True: 386, False: 2]
  ------------------
  268|    386|		return sc_decompress_zlib_alloc(out, outLen, in, inLen, 0);
  269|      2|	case COMPRESSION_GZIP:
  ------------------
  |  |   28|      2|#define COMPRESSION_GZIP	2
  ------------------
  |  Branch (269:2): [True: 2, False: 386]
  ------------------
  270|      2|		return sc_decompress_zlib_alloc(out, outLen, in, inLen, 1);
  271|      0|	default:
  ------------------
  |  Branch (271:2): [True: 0, False: 388]
  ------------------
  272|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  273|    388|	}
  274|    388|}
compression.c:zerr_to_opensc:
   34|    388|static int zerr_to_opensc(int err) {
   35|    388|	switch(err) {
   36|      0|	case Z_OK:
  ------------------
  |  Branch (36:2): [True: 0, False: 388]
  ------------------
   37|    285|	case Z_STREAM_END:
  ------------------
  |  Branch (37:2): [True: 285, False: 103]
  ------------------
   38|    285|		return SC_SUCCESS;
  ------------------
  |  |   28|    285|#define SC_SUCCESS				0
  ------------------
   39|     10|	case Z_UNKNOWN:
  ------------------
  |  Branch (39:2): [True: 10, False: 378]
  ------------------
   40|     10|		return SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|     10|#define SC_ERROR_UNKNOWN			-1900
  ------------------
   41|     71|	case Z_DATA_ERROR:
  ------------------
  |  Branch (41:2): [True: 71, False: 317]
  ------------------
   42|     93|	case Z_BUF_ERROR:
  ------------------
  |  Branch (42:2): [True: 22, False: 366]
  ------------------
   43|     93|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     93|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
   44|      0|	case Z_MEM_ERROR:
  ------------------
  |  Branch (44:2): [True: 0, False: 388]
  ------------------
   45|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
   46|      0|	case Z_VERSION_ERROR:
  ------------------
  |  Branch (46:2): [True: 0, False: 388]
  ------------------
   47|      0|	case Z_STREAM_ERROR:
  ------------------
  |  Branch (47:2): [True: 0, False: 388]
  ------------------
   48|       |	/* case Z_NEED_DICT: */
   49|      0|	default:
  ------------------
  |  Branch (49:2): [True: 0, False: 388]
  ------------------
   50|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   51|    388|	}
   52|    388|}
compression.c:detect_method:
   53|    507|static int detect_method(const u8* in, size_t inLen) {
   54|    507|	if (in != NULL && inLen > 1) {
  ------------------
  |  Branch (54:6): [True: 507, False: 0]
  |  Branch (54:20): [True: 488, False: 19]
  ------------------
   55|    488|		if (in[0] == 0x1f && in[1] == 0x8b)
  ------------------
  |  Branch (55:7): [True: 13, False: 475]
  |  Branch (55:24): [True: 2, False: 11]
  ------------------
   56|      2|			return COMPRESSION_GZIP;
  ------------------
  |  |   28|      2|#define COMPRESSION_GZIP	2
  ------------------
   57|       |		/*
   58|       |		 * A zlib stream has the following structure:
   59|       |		 *   0   1
   60|       |		 * +---+---+
   61|       |		 * |CMF|FLG|   (more-->)
   62|       |		 * +---+---+
   63|       |		 *
   64|       |		 * FLG (FLaGs)
   65|       |		 * 	This flag byte is divided as follows:
   66|       |		 *
   67|       |		 * 	bits 0 to 4  FCHECK  (check bits for CMF and FLG)
   68|       |		 * 	bit  5       FDICT   (preset dictionary)
   69|       |		 * 	bits 6 to 7  FLEVEL  (compression level)
   70|       |		 *
   71|       |		 * 	The FCHECK value must be such that CMF and FLG, when viewed as
   72|       |		 * 	a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
   73|       |		 * 	is a multiple of 31.
   74|       |		 */
   75|    486|		if ((((uint16_t) in[0])*256 + in[1]) % 31 == 0)
  ------------------
  |  Branch (75:7): [True: 385, False: 101]
  ------------------
   76|    385|			return COMPRESSION_ZLIB;
  ------------------
  |  |   27|    385|#define COMPRESSION_ZLIB	1
  ------------------
   77|    486|	}
   78|    120|	return COMPRESSION_UNKNOWN;
  ------------------
  |  |   29|    120|#define COMPRESSION_UNKNOWN (-1)
  ------------------
   79|    507|}
compression.c:sc_decompress_zlib_alloc:
  185|    388|static int sc_decompress_zlib_alloc(u8** out, size_t* outLen, const u8* in, size_t inLen, int gzip) {
  186|       |	/* Since uncompress does not offer a way to make it uncompress gzip... manually set it up */
  187|    388|	z_stream gz;
  188|    388|	int err;
  189|    388|	int window_size = 15;
  190|    388|	const size_t startSize = inLen < 1024 ? 2048 : inLen * 2;
  ------------------
  |  Branch (190:27): [True: 235, False: 153]
  ------------------
  191|    388|	const size_t blockSize = inLen < 1024 ? 512 : inLen / 2;
  ------------------
  |  Branch (191:27): [True: 235, False: 153]
  ------------------
  192|    388|	size_t bufferSize = startSize;
  193|    388|	if (gzip)
  ------------------
  |  Branch (193:6): [True: 2, False: 386]
  ------------------
  194|      2|		window_size += 0x20;
  195|    388|	memset(&gz, 0, sizeof(gz));
  196|       |
  197|    388|	if (!out || !outLen)
  ------------------
  |  Branch (197:6): [True: 0, False: 388]
  |  Branch (197:14): [True: 0, False: 388]
  ------------------
  198|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  199|       |
  200|    388|	gz.next_in = (u8*)in;
  201|    388|	gz.avail_in = (unsigned)inLen;
  202|       |
  203|    388|	err = inflateInit2(&gz, window_size);
  204|    388|	if (err != Z_OK)
  ------------------
  |  Branch (204:6): [True: 0, False: 388]
  ------------------
  205|      0|		return zerr_to_opensc(err);
  206|       |
  207|    388|	*outLen = 0;
  208|       |
  209|    468|	while (1) {
  ------------------
  |  Branch (209:9): [True: 468, Folded]
  ------------------
  210|       |		/* Setup buffer... */
  211|    468|		size_t num;
  212|    468|		u8* buf = realloc(*out, bufferSize);
  213|    468|		if (!buf) {
  ------------------
  |  Branch (213:7): [True: 0, False: 468]
  ------------------
  214|      0|			free(*out);
  215|      0|			*out = NULL;
  216|      0|			inflateEnd(&gz);
  217|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  218|      0|		}
  219|    468|		*out = buf;
  220|    468|		gz.next_out = buf + *outLen;
  221|    468|		gz.avail_out = (unsigned)(bufferSize - *outLen);
  222|       |
  223|    468|		err = inflate(&gz, Z_FULL_FLUSH);
  224|    468|		if (err != Z_STREAM_END && err != Z_OK) {
  ------------------
  |  Branch (224:7): [True: 183, False: 285]
  |  Branch (224:30): [True: 103, False: 80]
  ------------------
  225|    103|			free(*out);
  226|    103|			*out = NULL;
  227|    103|			break;
  228|    103|		}
  229|    365|		num = *outLen + gz.avail_out;
  230|    365|		if (bufferSize > num) {
  ------------------
  |  Branch (230:7): [True: 364, False: 1]
  ------------------
  231|    364|			*outLen += bufferSize - num;
  232|    364|			bufferSize += bufferSize - num + blockSize;
  233|    364|		}
  234|    365|		if (err == Z_STREAM_END) {
  ------------------
  |  Branch (234:7): [True: 285, False: 80]
  ------------------
  235|    285|			if (*outLen > 0) {
  ------------------
  |  Branch (235:8): [True: 285, False: 0]
  ------------------
  236|       |				/* Shrink it down, if it fails, just use old data */
  237|    285|				buf = realloc(buf, *outLen);
  238|    285|				if (buf) {
  ------------------
  |  Branch (238:9): [True: 285, False: 0]
  ------------------
  239|    285|					*out = buf;
  240|    285|				}
  241|    285|			} else {
  242|      0|				free(*out);
  243|      0|				*out = NULL;
  244|      0|				err = Z_DATA_ERROR;
  245|      0|			}
  246|    285|			break;
  247|    285|		}
  248|    365|	}
  249|    388|	inflateEnd(&gz);
  250|    388|	return zerr_to_opensc(err);
  251|    388|}

_sc_delete_reader:
   86|  16.4k|{
   87|  16.4k|	if (reader == NULL) {
  ------------------
  |  Branch (87:6): [True: 0, False: 16.4k]
  ------------------
   88|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   89|      0|	}
   90|  16.4k|	if (reader->ops->release)
  ------------------
  |  Branch (90:6): [True: 16.4k, False: 0]
  ------------------
   91|  16.4k|			reader->ops->release(reader);
   92|  16.4k|	free(reader->name);
   93|  16.4k|	free(reader->vendor);
   94|  16.4k|	list_delete(&ctx->readers, reader);
   95|  16.4k|	free(reader);
   96|  16.4k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
   97|  16.4k|}
sc_ctx_detect_readers:
  782|  16.4k|{
  783|  16.4k|	int r = 0;
  784|  16.4k|	const struct sc_reader_driver *drv = ctx->reader_driver;
  785|       |
  786|  16.4k|	sc_mutex_lock(ctx, ctx->mutex);
  787|       |
  788|  16.4k|	if (drv->ops->detect_readers != NULL)
  ------------------
  |  Branch (788:6): [True: 0, False: 16.4k]
  ------------------
  789|      0|		r = drv->ops->detect_readers(ctx);
  790|       |
  791|  16.4k|	sc_mutex_unlock(ctx, ctx->mutex);
  792|       |
  793|  16.4k|	return r;
  794|  16.4k|}
sc_ctx_get_reader:
  797|  16.4k|{
  798|  16.4k|	return list_get_at(&ctx->readers, i);
  799|  16.4k|}
sc_establish_context:
  817|  16.4k|{
  818|  16.4k|	sc_context_param_t ctx_param;
  819|       |
  820|  16.4k|	memset(&ctx_param, 0, sizeof(sc_context_param_t));
  821|  16.4k|	ctx_param.ver      = 0;
  822|  16.4k|	ctx_param.app_name = app_name;
  823|  16.4k|	return sc_context_create(ctx_out, &ctx_param);
  824|  16.4k|}
sc_context_create:
  946|  16.4k|{
  947|  16.4k|	sc_context_t		*ctx;
  948|  16.4k|	struct _sc_ctx_options	opts;
  949|  16.4k|	int			r;
  950|  16.4k|	char			*driver;
  951|       |
  952|  16.4k|	if (ctx_out == NULL || parm == NULL)
  ------------------
  |  Branch (952:6): [True: 0, False: 16.4k]
  |  Branch (952:25): [True: 0, False: 16.4k]
  ------------------
  953|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  954|       |
  955|  16.4k|	ctx = calloc(1, sizeof(sc_context_t));
  956|  16.4k|	if (ctx == NULL)
  ------------------
  |  Branch (956:6): [True: 0, False: 16.4k]
  ------------------
  957|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  958|  16.4k|	memset(&opts, 0, sizeof(opts));
  959|       |
  960|       |	/* set the application name if set in the parameter options */
  961|  16.4k|	if (parm->app_name != NULL)
  ------------------
  |  Branch (961:6): [True: 16.4k, False: 0]
  ------------------
  962|  16.4k|		ctx->app_name = strdup(parm->app_name);
  963|      0|	else
  964|      0|		ctx->app_name = strdup("default");
  965|  16.4k|	if (ctx->app_name == NULL) {
  ------------------
  |  Branch (965:6): [True: 0, False: 16.4k]
  ------------------
  966|      0|		sc_release_context(ctx);
  967|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  968|      0|	}
  969|       |
  970|  16.4k|	ctx->exe_path = get_exe_path();
  971|  16.4k|	if (ctx->exe_path == NULL) {
  ------------------
  |  Branch (971:6): [True: 0, False: 16.4k]
  ------------------
  972|      0|		sc_release_context(ctx);
  973|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  974|      0|	}
  975|       |
  976|  16.4k|	ctx->flags = parm->flags;
  977|  16.4k|	set_defaults(ctx, &opts);
  978|       |
  979|  16.4k|	if (0 != list_init(&ctx->readers)) {
  ------------------
  |  Branch (979:6): [True: 0, False: 16.4k]
  ------------------
  980|      0|		del_drvs(&opts);
  981|      0|		sc_release_context(ctx);
  982|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  983|      0|	}
  984|  16.4k|	list_attributes_seeker(&ctx->readers, reader_list_seeker);
  985|       |	/* set thread context and create mutex object (if specified) */
  986|  16.4k|	if (parm->thread_ctx != NULL)
  ------------------
  |  Branch (986:6): [True: 0, False: 16.4k]
  ------------------
  987|      0|		ctx->thread_ctx = parm->thread_ctx;
  988|  16.4k|	r = sc_mutex_create(ctx, &ctx->mutex);
  989|  16.4k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (989:6): [True: 0, False: 16.4k]
  ------------------
  990|      0|		del_drvs(&opts);
  991|      0|		sc_release_context(ctx);
  992|      0|		return r;
  993|      0|	}
  994|       |
  995|       |#if defined(ENABLE_OPENSSL) && defined(OPENSSL_SECURE_MALLOC_SIZE) && !defined(LIBRESSL_VERSION_NUMBER)
  996|       |	if (!CRYPTO_secure_malloc_initialized()) {
  997|       |		CRYPTO_secure_malloc_init(OPENSSL_SECURE_MALLOC_SIZE, OPENSSL_SECURE_MALLOC_SIZE/8);
  998|       |	}
  999|       |#endif
 1000|       |
 1001|  16.4k|	process_config_file(ctx, &opts);
 1002|       |
 1003|       |	/* overwrite with caller's parameters if explicitly given */
 1004|  16.4k|	if (parm->debug) {
  ------------------
  |  Branch (1004:6): [True: 0, False: 16.4k]
  ------------------
 1005|      0|		ctx->debug = parm->debug;
 1006|      0|	}
 1007|  16.4k|	if (parm->debug_file) {
  ------------------
  |  Branch (1007:6): [True: 0, False: 16.4k]
  ------------------
 1008|      0|		if (ctx->debug_file && (ctx->debug_file != stderr && ctx->debug_file != stdout))
  ------------------
  |  Branch (1008:7): [True: 0, False: 0]
  |  Branch (1008:27): [True: 0, False: 0]
  |  Branch (1008:56): [True: 0, False: 0]
  ------------------
 1009|      0|			fclose(ctx->debug_file);
 1010|      0|		ctx->debug_file = parm->debug_file;
 1011|      0|	}
 1012|       |
 1013|  16.4k|	sc_log(ctx, "==================================="); /* first thing in the log */
  ------------------
  |  |   71|  16.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1014|  16.4k|	sc_log(ctx, "OpenSC version: %s", sc_get_version());
  ------------------
  |  |   71|  16.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1015|  16.4k|	sc_log(ctx, "Configured for %s (%s)", ctx->app_name, ctx->exe_path);
  ------------------
  |  |   71|  16.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1016|       |
 1017|       |#ifdef USE_OPENSSL3_LIBCTX
 1018|       |	r = sc_openssl3_init(ctx);
 1019|       |	if (r != SC_SUCCESS) {
 1020|       |		del_drvs(&opts);
 1021|       |		sc_release_context(ctx);
 1022|       |		return r;
 1023|       |	}
 1024|       |#endif
 1025|       |
 1026|       |#ifdef ENABLE_PCSC
 1027|       |	ctx->reader_driver = sc_get_pcsc_driver();
 1028|       |#elif defined(ENABLE_CRYPTOTOKENKIT)
 1029|       |	ctx->reader_driver = sc_get_cryptotokenkit_driver();
 1030|       |#elif defined(ENABLE_CTAPI)
 1031|       |	ctx->reader_driver = sc_get_ctapi_driver();
 1032|       |#elif defined(ENABLE_OPENCT)
 1033|       |	ctx->reader_driver = sc_get_openct_driver();
 1034|       |#else
 1035|       |	ctx->reader_driver = sc_get_empty_driver();
 1036|       |#endif
 1037|       |
 1038|  16.4k|	r = ctx->reader_driver->ops->init(ctx);
 1039|  16.4k|	if (r != SC_SUCCESS)   {
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1039:6): [True: 0, False: 16.4k]
  ------------------
 1040|      0|		del_drvs(&opts);
 1041|      0|		sc_release_context(ctx);
 1042|      0|		return r;
 1043|      0|	}
 1044|       |
 1045|  16.4k|	driver = getenv("OPENSC_DRIVER");
 1046|  16.4k|	if (driver) {
  ------------------
  |  Branch (1046:6): [True: 0, False: 16.4k]
  ------------------
 1047|      0|		scconf_list *list = NULL;
 1048|      0|		scconf_list_add(&list, driver);
 1049|      0|		set_drivers(&opts, list);
 1050|      0|		scconf_list_destroy(list);
 1051|      0|	}
 1052|       |
 1053|  16.4k|	load_card_drivers(ctx, &opts);
 1054|  16.4k|	load_card_atrs(ctx);
 1055|       |
 1056|  16.4k|	del_drvs(&opts);
 1057|  16.4k|	sc_ctx_detect_readers(ctx);
 1058|  16.4k|	*ctx_out = ctx;
 1059|       |
 1060|  16.4k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
 1061|  16.4k|}
sc_release_context:
 1094|  16.4k|{
 1095|  16.4k|	unsigned int i;
 1096|       |
 1097|  16.4k|	if (ctx == NULL) {
  ------------------
  |  Branch (1097:6): [True: 0, False: 16.4k]
  ------------------
 1098|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1099|      0|	}
 1100|  16.4k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  16.4k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  16.4k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  16.4k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 16.4k]
  |  |  ------------------
  ------------------
 1101|  32.8k|	while (list_size(&ctx->readers)) {
  ------------------
  |  Branch (1101:9): [True: 16.4k, False: 16.4k]
  ------------------
 1102|  16.4k|		sc_reader_t *rdr = (sc_reader_t *) list_get_at(&ctx->readers, 0);
 1103|  16.4k|		_sc_delete_reader(ctx, rdr);
 1104|  16.4k|	}
 1105|       |
 1106|  16.4k|	if (ctx->reader_driver != NULL && ctx->reader_driver->ops->finish != NULL)
  ------------------
  |  Branch (1106:6): [True: 16.4k, False: 0]
  |  Branch (1106:36): [True: 0, False: 16.4k]
  ------------------
 1107|      0|		ctx->reader_driver->ops->finish(ctx);
 1108|       |
 1109|   756k|	for (i = 0; ctx->card_drivers[i]; i++) {
  ------------------
  |  Branch (1109:14): [True: 739k, False: 16.4k]
  ------------------
 1110|   739k|		struct sc_card_driver *drv = ctx->card_drivers[i];
 1111|       |
 1112|   739k|		if (drv->atr_map)
  ------------------
  |  Branch (1112:7): [True: 0, False: 739k]
  ------------------
 1113|      0|			_sc_free_atr(ctx, drv);
 1114|   739k|		if (drv->dll)
  ------------------
  |  Branch (1114:7): [True: 0, False: 739k]
  ------------------
 1115|      0|			sc_dlclose(drv->dll);
 1116|   739k|	}
 1117|       |#ifdef USE_OPENSSL3_LIBCTX
 1118|       |	sc_openssl3_deinit(ctx);
 1119|       |#endif
 1120|  16.4k|	if (ctx->preferred_language != NULL)
  ------------------
  |  Branch (1120:6): [True: 0, False: 16.4k]
  ------------------
 1121|      0|		free(ctx->preferred_language);
 1122|  16.4k|	if (ctx->mutex != NULL) {
  ------------------
  |  Branch (1122:6): [True: 0, False: 16.4k]
  ------------------
 1123|      0|		int r = sc_mutex_destroy(ctx, ctx->mutex);
 1124|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1124:7): [True: 0, False: 0]
  ------------------
 1125|      0|			sc_log(ctx, "unable to destroy mutex");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1126|      0|			return r;
 1127|      0|		}
 1128|      0|	}
 1129|  16.4k|	if (ctx->conf != NULL)
  ------------------
  |  Branch (1129:6): [True: 16.4k, False: 0]
  ------------------
 1130|  16.4k|		scconf_free(ctx->conf);
 1131|  16.4k|	if (ctx->debug_file && (ctx->debug_file != stdout && ctx->debug_file != stderr))
  ------------------
  |  Branch (1131:6): [True: 16.4k, False: 0]
  |  Branch (1131:26): [True: 16.4k, False: 0]
  |  Branch (1131:55): [True: 0, False: 16.4k]
  ------------------
 1132|      0|		fclose(ctx->debug_file);
 1133|  16.4k|	free(ctx->debug_filename);
 1134|  16.4k|	free(ctx->app_name);
 1135|  16.4k|	free(ctx->exe_path);
 1136|  16.4k|	list_destroy(&ctx->readers);
 1137|  16.4k|	sc_mem_clear(ctx, sizeof(*ctx));
 1138|  16.4k|	free(ctx);
 1139|  16.4k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
 1140|  16.4k|}
sc_get_cache_dir:
 1167|  4.07k|{
 1168|  4.07k|	char *homedir;
 1169|  4.07k|	const char *cache_dir;
 1170|  4.07k|        scconf_block *conf_block = NULL;
 1171|       |#ifdef _WIN32
 1172|       |	char temp_path[PATH_MAX];
 1173|       |#endif
 1174|  4.07k|	conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
 1175|  4.07k|	cache_dir = scconf_get_str(conf_block, "file_cache_dir", NULL);
 1176|  4.07k|	if (cache_dir != NULL) {
  ------------------
  |  Branch (1176:6): [True: 0, False: 4.07k]
  ------------------
 1177|      0|		strlcpy(buf, cache_dir, bufsize);
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
 1178|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1179|      0|	}
 1180|       |
 1181|  4.07k|#ifndef _WIN32
 1182|       |#ifdef __APPLE__
 1183|       |	cache_dir = getenv("Caches");
 1184|       |#else
 1185|  4.07k|	cache_dir = getenv("XDG_CACHE_HOME");
 1186|  4.07k|#endif
 1187|  4.07k|	if (cache_dir != NULL && cache_dir[0] != '\0') {
  ------------------
  |  Branch (1187:6): [True: 0, False: 4.07k]
  |  Branch (1187:27): [True: 0, False: 0]
  ------------------
 1188|      0|		snprintf(buf, bufsize, "%s/%s", cache_dir, "opensc");
 1189|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1190|      0|	}
 1191|  4.07k|	cache_dir = ".cache/opensc";
 1192|  4.07k|	homedir = getenv("HOME");
 1193|       |#else
 1194|       |	cache_dir = "eid-cache";
 1195|       |	homedir = getenv("USERPROFILE");
 1196|       |	/* If USERPROFILE isn't defined, assume it's a single-user OS
 1197|       |	 * and put the cache dir in the Windows dir (usually C:\\WINDOWS) */
 1198|       |	if (homedir == NULL || homedir[0] == '\0') {
 1199|       |		GetWindowsDirectoryA(temp_path, sizeof(temp_path));
 1200|       |		homedir = temp_path;
 1201|       |	}
 1202|       |#endif
 1203|  4.07k|	if (homedir == NULL || homedir[0] == '\0')
  ------------------
  |  Branch (1203:6): [True: 0, False: 4.07k]
  |  Branch (1203:25): [True: 0, False: 4.07k]
  ------------------
 1204|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1205|  4.07k|	if (snprintf(buf, bufsize, "%s/%s", homedir, cache_dir) < 0)
  ------------------
  |  Branch (1205:6): [True: 0, False: 4.07k]
  ------------------
 1206|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
 1207|  4.07k|	return SC_SUCCESS;
  ------------------
  |  |   28|  4.07k|#define SC_SUCCESS				0
  ------------------
 1208|  4.07k|}
sc_make_cache_dir:
 1211|     51|{
 1212|     51|	char dirname[PATH_MAX], *sp;
 1213|     51|	int    r, mkdir_checker;
 1214|     51|	size_t j, namelen;
 1215|       |
 1216|     51|	if ((r = sc_get_cache_dir(ctx, dirname, sizeof(dirname))) < 0)
  ------------------
  |  Branch (1216:6): [True: 0, False: 51]
  ------------------
 1217|      0|		return r;
 1218|     51|	namelen = strlen(dirname);
 1219|       |
 1220|     51|	while (1) {
  ------------------
  |  Branch (1220:9): [True: 51, Folded]
  ------------------
 1221|       |#ifdef _WIN32
 1222|       |		mkdir_checker = mkdir(dirname) >= 0;
 1223|       |#else
 1224|     51|		mkdir_checker = mkdir(dirname, 0700) >= 0;
 1225|     51|#endif
 1226|     51|		if (mkdir_checker)
  ------------------
  |  Branch (1226:7): [True: 2, False: 49]
  ------------------
 1227|      2|			break;
 1228|       |
 1229|     49|		if (errno != ENOENT || (sp = strrchr(dirname, '/')) == NULL
  ------------------
  |  Branch (1229:7): [True: 49, False: 0]
  |  Branch (1229:26): [True: 0, False: 0]
  ------------------
 1230|      0|				|| sp == dirname)
  ------------------
  |  Branch (1230:8): [True: 0, False: 0]
  ------------------
 1231|     49|			goto failed;
 1232|      0|		*sp = '\0';
 1233|      0|	}
 1234|       |
 1235|       |	/* We may have stripped one or more path components from
 1236|       |	 * the directory name. Restore them */
 1237|      2|	while (1) {
  ------------------
  |  Branch (1237:9): [True: 2, Folded]
  ------------------
 1238|      2|		j = strlen(dirname);
 1239|      2|		if (j >= namelen)
  ------------------
  |  Branch (1239:7): [True: 2, False: 0]
  ------------------
 1240|      2|			break;
 1241|      0|		dirname[j] = '/';
 1242|       |#ifdef _WIN32
 1243|       |		mkdir_checker = mkdir(dirname) < 0;
 1244|       |#else
 1245|      0|		mkdir_checker = mkdir(dirname, 0700) < 0;
 1246|      0|#endif
 1247|      0|		if (mkdir_checker)
  ------------------
  |  Branch (1247:7): [True: 0, False: 0]
  ------------------
 1248|      0|			goto failed;
 1249|      0|	}
 1250|      2|	return SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
 1251|       |
 1252|       |	/* for lack of a better return code */
 1253|     49|failed:
 1254|     49|	sc_log(ctx, "failed to create cache directory");
  ------------------
  |  |   71|     49|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1255|     49|	return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     49|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1256|      2|}
ctx.c:load_card_atrs:
  630|  16.4k|{
  631|  16.4k|	struct sc_card_driver *driver;
  632|  16.4k|	scconf_block **blocks;
  633|  16.4k|	int i, j, k;
  634|       |
  635|  32.8k|	for (i = 0; ctx->conf_blocks[i] != NULL; i++) {
  ------------------
  |  Branch (635:14): [True: 16.4k, False: 16.4k]
  ------------------
  636|  16.4k|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i], "card_atr", NULL);
  637|  16.4k|		if (!blocks)
  ------------------
  |  Branch (637:7): [True: 0, False: 16.4k]
  ------------------
  638|      0|			continue;
  639|  16.4k|		for (j = 0; blocks[j] != NULL; j++) {
  ------------------
  |  Branch (639:15): [True: 0, False: 16.4k]
  ------------------
  640|      0|			scconf_block *b = blocks[j];
  641|      0|			char *atr = b->name->data;
  642|      0|			const scconf_list *list;
  643|      0|			struct sc_atr_table t;
  644|      0|			const char *dname;
  645|       |
  646|      0|			driver = NULL;
  647|       |
  648|      0|			if (strlen(atr) < 4)
  ------------------
  |  Branch (648:8): [True: 0, False: 0]
  ------------------
  649|      0|				continue;
  650|       |
  651|       |			/* The interesting part. If there's no card
  652|       |			 * driver assigned for the ATR, add it to
  653|       |			 * the default driver. This will reduce the
  654|       |			 * amount of code required to process things
  655|       |			 * related to card_atr blocks in situations,
  656|       |			 * where the code is not exactly related to
  657|       |			 * card driver settings, but for example
  658|       |			 * forcing a protocol at the reader driver.
  659|       |			 */
  660|      0|			dname = scconf_get_str(b, "driver", "default");
  661|       |
  662|       |			/* Find the card driver structure according to dname */
  663|      0|			for (k = 0; ctx->card_drivers[k] != NULL; k++) {
  ------------------
  |  Branch (663:16): [True: 0, False: 0]
  ------------------
  664|      0|				driver = ctx->card_drivers[k];
  665|      0|				if (!strcmp(dname, driver->short_name))
  ------------------
  |  Branch (665:9): [True: 0, False: 0]
  ------------------
  666|      0|					break;
  667|      0|				driver = NULL;
  668|      0|			}
  669|       |
  670|      0|			if (!driver)
  ------------------
  |  Branch (670:8): [True: 0, False: 0]
  ------------------
  671|      0|				continue;
  672|       |
  673|      0|			memset(&t, 0, sizeof(struct sc_atr_table));
  674|      0|			t.atr = atr;
  675|      0|			t.atrmask = (char *) scconf_get_str(b, "atrmask", NULL);
  676|      0|			t.name = (char *) scconf_get_str(b, "name", NULL);
  677|      0|			t.type = scconf_get_int(b, "type", SC_CARD_TYPE_UNKNOWN);
  678|      0|			list = scconf_find_list(b, "flags");
  679|      0|			while (list != NULL) {
  ------------------
  |  Branch (679:11): [True: 0, False: 0]
  ------------------
  680|      0|				unsigned int flags = 0;
  681|       |
  682|      0|				if (!list->data) {
  ------------------
  |  Branch (682:9): [True: 0, False: 0]
  ------------------
  683|      0|					list = list->next;
  684|      0|					continue;
  685|      0|				}
  686|       |
  687|      0|				if (!strcmp(list->data, "rng"))
  ------------------
  |  Branch (687:9): [True: 0, False: 0]
  ------------------
  688|      0|					flags = SC_CARD_FLAG_RNG;
  ------------------
  |  |  536|      0|#define SC_CARD_FLAG_RNG		0x00000002
  ------------------
  689|      0|				else if (!strcmp(list->data, "keep_alive"))
  ------------------
  |  Branch (689:14): [True: 0, False: 0]
  ------------------
  690|      0|					flags = SC_CARD_FLAG_KEEP_ALIVE;
  ------------------
  |  |  537|      0|#define SC_CARD_FLAG_KEEP_ALIVE	0x00000004
  ------------------
  691|      0|				else if (sscanf(list->data, "%x", &flags) != 1)
  ------------------
  |  Branch (691:14): [True: 0, False: 0]
  ------------------
  692|      0|					flags = 0;
  693|       |
  694|      0|				t.flags |= flags;
  695|      0|				list = list->next;
  696|      0|			}
  697|      0|			t.card_atr = b;
  698|      0|			_sc_add_atr(ctx, driver, &t);
  699|      0|		}
  700|  16.4k|		free(blocks);
  701|  16.4k|	}
  702|  16.4k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  703|  16.4k|}
ctx.c:get_exe_path:
  911|  16.4k|{
  912|       |	/* Find the executable's path which runs this code.
  913|       |	 * See https://github.com/gpakosz/whereami/ for
  914|       |	 * potentially more platforms */
  915|  16.4k|	char exe_path[PATH_MAX] = "unknown executable path";
  916|  16.4k|	int path_found = 0;
  917|       |
  918|       |#if   defined(_WIN32)
  919|       |	if (0 < GetModuleFileNameA(NULL, exe_path, sizeof exe_path))
  920|       |		path_found = 1;
  921|       |#elif defined(__APPLE__)
  922|       |	if (0 < proc_pidpath(getpid(), exe_path, sizeof exe_path))
  923|       |		path_found = 1;
  924|       |#elif defined(__linux__) || defined(__CYGWIN__)
  925|  16.4k|	if (NULL != realpath("/proc/self/exe", exe_path))
  ------------------
  |  Branch (925:6): [True: 16.4k, False: 0]
  ------------------
  926|  16.4k|		path_found = 1;
  927|  16.4k|#endif
  928|       |
  929|       |#if defined(HAVE_GETPROGNAME)
  930|       |	if (!path_found) {
  931|       |		/* getprogname is unreliable and typically only returns the basename.
  932|       |		 * However, this should be enough for our purposes */
  933|       |		const char *prog = getprogname();
  934|       |		if (prog)
  935|       |			strlcpy(exe_path, prog, sizeof exe_path);
  936|       |	}
  937|       |#else
  938|       |	/* avoid warning "set but not used" */
  939|  16.4k|	(void) path_found;
  940|  16.4k|#endif
  941|       |
  942|  16.4k|	return strdup(exe_path);
  943|  16.4k|}
ctx.c:set_defaults:
  322|  16.4k|{
  323|  16.4k|	ctx->debug = 0;
  324|  16.4k|	if (ctx->debug_file && (ctx->debug_file != stderr && ctx->debug_file != stdout))
  ------------------
  |  Branch (324:6): [True: 0, False: 16.4k]
  |  Branch (324:26): [True: 0, False: 0]
  |  Branch (324:55): [True: 0, False: 0]
  ------------------
  325|      0|		fclose(ctx->debug_file);
  326|  16.4k|	ctx->debug_file = stderr;
  327|  16.4k|	ctx->flags = 0;
  328|       |	ctx->forced_driver = NULL;
  329|  16.4k|	add_internal_drvs(opts);
  330|  16.4k|}
ctx.c:add_internal_drvs:
  296|  32.8k|{
  297|  32.8k|	const struct _sc_driver_entry *lst;
  298|  32.8k|	int i;
  299|       |
  300|  32.8k|	lst = internal_card_drivers;
  301|  32.8k|	i = 0;
  302|  1.34M|	while (lst[i].name != NULL) {
  ------------------
  |  Branch (302:9): [True: 1.31M, False: 32.8k]
  ------------------
  303|  1.31M|		add_drv(opts, lst[i].name);
  304|  1.31M|		i++;
  305|  1.31M|	}
  306|  32.8k|}
ctx.c:add_drv:
  278|  1.39M|{
  279|  1.39M|	struct _sc_driver_entry *lst;
  280|  1.39M|	int *cp, max, i;
  281|       |
  282|  1.39M|	lst = opts->cdrv;
  283|  1.39M|	cp = &opts->ccount;
  284|  1.39M|	max = SC_MAX_CARD_DRIVERS;
  ------------------
  |  |   31|  1.39M|#define SC_MAX_CARD_DRIVERS		48
  ------------------
  285|  1.39M|	if (*cp == max) /* No space for more drivers... */
  ------------------
  |  Branch (285:6): [True: 0, False: 1.39M]
  ------------------
  286|      0|		return;
  287|  30.4M|	for (i = 0; i < *cp; i++)
  ------------------
  |  Branch (287:14): [True: 29.1M, False: 1.39M]
  ------------------
  288|  29.1M|		if (strcmp(name, lst[i].name) == 0)
  ------------------
  |  Branch (288:7): [True: 0, False: 29.1M]
  ------------------
  289|      0|			return;
  290|  1.39M|	lst[*cp].name = strdup(name);
  291|       |
  292|  1.39M|	*cp = *cp + 1;
  293|  1.39M|}
ctx.c:del_drvs:
  264|  32.8k|{
  265|  32.8k|	struct _sc_driver_entry *lst;
  266|  32.8k|	int *cp, i;
  267|       |
  268|  32.8k|	lst = opts->cdrv;
  269|  32.8k|	cp = &opts->ccount;
  270|       |
  271|  1.43M|	for (i = 0; i < *cp; i++) {
  ------------------
  |  Branch (271:14): [True: 1.39M, False: 32.8k]
  ------------------
  272|  1.39M|		free((void *)lst[i].name);
  273|  1.39M|	}
  274|  32.8k|	*cp = 0;
  275|  32.8k|}
ctx.c:process_config_file:
  706|  16.4k|{
  707|  16.4k|	int i, r, count = 0;
  708|  16.4k|	scconf_block **blocks;
  709|  16.4k|	const char *conf_path = NULL;
  710|  16.4k|	const char *debug = NULL;
  711|       |#ifdef _WIN32
  712|       |	char temp_path[PATH_MAX];
  713|       |	size_t temp_len;
  714|       |#endif
  715|       |
  716|       |	/* Takes effect even when no config around */
  717|  16.4k|	debug = getenv("OPENSC_DEBUG");
  718|  16.4k|	if (debug)
  ------------------
  |  Branch (718:6): [True: 0, False: 16.4k]
  ------------------
  719|      0|		ctx->debug = atoi(debug);
  720|       |
  721|  16.4k|	memset(ctx->conf_blocks, 0, sizeof(ctx->conf_blocks));
  722|       |#ifdef _WIN32
  723|       |	temp_len = PATH_MAX-1;
  724|       |	r = sc_ctx_win32_get_config_value("OPENSC_CONF", "ConfigFile", "Software\\" OPENSC_VS_FF_COMPANY_NAME "\\OpenSC" OPENSC_ARCH_SUFFIX,
  725|       |			temp_path, &temp_len);
  726|       |	if (r)   {
  727|       |		sc_log(ctx, "process_config_file doesn't find opensc config file. Please set the registry key.");
  728|       |		return;
  729|       |	}
  730|       |	temp_path[temp_len] = '\0';
  731|       |	conf_path = temp_path;
  732|       |#else
  733|  16.4k|	conf_path = getenv("OPENSC_CONF");
  734|  16.4k|	if (!conf_path)
  ------------------
  |  Branch (734:6): [True: 16.4k, False: 0]
  ------------------
  735|  16.4k|		conf_path = OPENSC_CONF_PATH;
  736|  16.4k|#endif
  737|  16.4k|	ctx->conf = scconf_new(conf_path);
  738|  16.4k|	if (ctx->conf == NULL)
  ------------------
  |  Branch (738:6): [True: 0, False: 16.4k]
  ------------------
  739|      0|		return;
  740|  16.4k|	r = scconf_parse(ctx->conf);
  741|  16.4k|#define OPENSC_CONFIG_STRING "app default { card_drivers = old, internal; }"
  742|  16.4k|#ifdef OPENSC_CONFIG_STRING
  743|       |	/* Parse the string if config file didn't exist */
  744|  16.4k|	if (r < 0)
  ------------------
  |  Branch (744:6): [True: 16.4k, False: 0]
  ------------------
  745|  16.4k|		r = scconf_parse_string(ctx->conf, OPENSC_CONFIG_STRING);
  ------------------
  |  |  741|  16.4k|#define OPENSC_CONFIG_STRING "app default { card_drivers = old, internal; }"
  ------------------
  746|  16.4k|#endif
  747|  16.4k|	if (r < 1) {
  ------------------
  |  Branch (747:6): [True: 0, False: 16.4k]
  ------------------
  748|       |		/* A negative return value means the config file isn't
  749|       |		 * there, which is not an error. Nevertheless log this
  750|       |		 * fact. */
  751|      0|		if (r < 0)
  ------------------
  |  Branch (751:7): [True: 0, False: 0]
  ------------------
  752|      0|			sc_log(ctx, "scconf_parse failed: %s", ctx->conf->errmsg);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  753|      0|		else
  754|      0|			sc_log(ctx, "scconf_parse failed: %s", ctx->conf->errmsg);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  755|      0|		scconf_free(ctx->conf);
  756|      0|		ctx->conf = NULL;
  757|      0|		return;
  758|      0|	}
  759|       |	/* needs to be after the log file is known */
  760|  16.4k|	sc_log(ctx, "Used configuration file '%s'", conf_path);
  ------------------
  |  |   71|  16.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  761|  16.4k|	blocks = scconf_find_blocks(ctx->conf, NULL, "app", ctx->exe_path);
  762|  16.4k|	if (blocks && blocks[0])
  ------------------
  |  Branch (762:6): [True: 16.4k, False: 0]
  |  Branch (762:16): [True: 0, False: 16.4k]
  ------------------
  763|      0|		ctx->conf_blocks[count++] = blocks[0];
  764|  16.4k|	free(blocks);
  765|  16.4k|	blocks = scconf_find_blocks(ctx->conf, NULL, "app", ctx->app_name);
  766|  16.4k|	if (blocks && blocks[0])
  ------------------
  |  Branch (766:6): [True: 16.4k, False: 0]
  |  Branch (766:16): [True: 0, False: 16.4k]
  ------------------
  767|      0|		ctx->conf_blocks[count++] = blocks[0];
  768|  16.4k|	free(blocks);
  769|  16.4k|	if (strcmp(ctx->app_name, "default") != 0) {
  ------------------
  |  Branch (769:6): [True: 16.4k, False: 0]
  ------------------
  770|  16.4k|		blocks = scconf_find_blocks(ctx->conf, NULL, "app", "default");
  771|  16.4k|		if (blocks && blocks[0])
  ------------------
  |  Branch (771:7): [True: 16.4k, False: 0]
  |  Branch (771:17): [True: 16.4k, False: 0]
  ------------------
  772|  16.4k|			ctx->conf_blocks[count] = blocks[0];
  773|  16.4k|		free(blocks);
  774|  16.4k|	}
  775|       |	/* Above we add 3 blocks at most, but conf_blocks has 4 elements,
  776|       |	 * so at least one is NULL */
  777|  32.8k|	for (i = 0; ctx->conf_blocks[i]; i++)
  ------------------
  |  Branch (777:14): [True: 16.4k, False: 16.4k]
  ------------------
  778|  16.4k|		load_parameters(ctx, ctx->conf_blocks[i], opts);
  779|  16.4k|}
ctx.c:load_parameters:
  385|  16.4k|{
  386|  16.4k|	int err = 0;
  387|  16.4k|	const scconf_list *list;
  388|  16.4k|	const char *val;
  389|  16.4k|	int debug;
  390|  16.4k|	const char *disable_hw_pkcs1_padding;
  391|       |#ifdef _WIN32
  392|       |	char expanded_val[PATH_MAX];
  393|       |	DWORD expanded_len;
  394|       |#endif
  395|       |
  396|  16.4k|	debug = scconf_get_int(block, "debug", ctx->debug);
  397|  16.4k|	if (debug > ctx->debug)
  ------------------
  |  Branch (397:6): [True: 0, False: 16.4k]
  ------------------
  398|      0|		ctx->debug = debug;
  399|       |
  400|  16.4k|	val = scconf_get_str(block, "debug_file", NULL);
  401|  16.4k|	if (val)   {
  ------------------
  |  Branch (401:6): [True: 0, False: 16.4k]
  ------------------
  402|       |#ifdef _WIN32
  403|       |		expanded_len = PATH_MAX;
  404|       |		expanded_len = ExpandEnvironmentStringsA(val, expanded_val, expanded_len);
  405|       |		if (0 < expanded_len && expanded_len < sizeof expanded_val)
  406|       |			val = expanded_val;
  407|       |#endif
  408|      0|		sc_ctx_log_to_file(ctx, val);
  409|      0|	}
  410|  16.4k|	else if (ctx->debug)   {
  ------------------
  |  Branch (410:11): [True: 0, False: 16.4k]
  ------------------
  411|      0|		sc_ctx_log_to_file(ctx, NULL);
  412|      0|	}
  413|       |
  414|  16.4k|	if (scconf_get_bool (block, "disable_popups",
  ------------------
  |  Branch (414:6): [True: 0, False: 16.4k]
  ------------------
  415|  16.4k|				ctx->flags & SC_CTX_FLAG_DISABLE_POPUPS))
  ------------------
  |  |  861|  16.4k|#define SC_CTX_FLAG_DISABLE_POPUPS			0x00000010
  ------------------
  416|      0|		ctx->flags |= SC_CTX_FLAG_DISABLE_POPUPS;
  ------------------
  |  |  861|      0|#define SC_CTX_FLAG_DISABLE_POPUPS			0x00000010
  ------------------
  417|       |
  418|  16.4k|	if (scconf_get_bool (block, "disable_colors",
  ------------------
  |  Branch (418:6): [True: 0, False: 16.4k]
  ------------------
  419|  16.4k|				ctx->flags & SC_CTX_FLAG_DISABLE_COLORS))
  ------------------
  |  |  862|  16.4k|#define SC_CTX_FLAG_DISABLE_COLORS			0x00000020
  ------------------
  420|      0|		ctx->flags |= SC_CTX_FLAG_DISABLE_COLORS;
  ------------------
  |  |  862|      0|#define SC_CTX_FLAG_DISABLE_COLORS			0x00000020
  ------------------
  421|       |
  422|  16.4k|	if (scconf_get_bool (block, "enable_default_driver",
  ------------------
  |  Branch (422:6): [True: 0, False: 16.4k]
  ------------------
  423|  16.4k|				ctx->flags & SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER))
  ------------------
  |  |  860|  16.4k|#define SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER	0x00000008
  ------------------
  424|      0|		ctx->flags |= SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER;
  ------------------
  |  |  860|      0|#define SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER	0x00000008
  ------------------
  425|       |
  426|  16.4k|	list = scconf_find_list(block, "card_drivers");
  427|  16.4k|	set_drivers(opts, list);
  428|       |
  429|       |	/* Disable PKCS#1 v1.5 type 2 (for decryption) depadding on card by default */
  430|  16.4k|	disable_hw_pkcs1_padding = "decipher";
  431|  16.4k|	ctx->disable_hw_pkcs1_padding = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  110|  16.4k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  432|  16.4k|	disable_hw_pkcs1_padding = scconf_get_str(block, "disable_hw_pkcs1_padding", disable_hw_pkcs1_padding);
  433|  16.4k|	if (0 == strcmp(disable_hw_pkcs1_padding, "no")) {
  ------------------
  |  Branch (433:6): [True: 0, False: 16.4k]
  ------------------
  434|      0|		ctx->disable_hw_pkcs1_padding = 0;
  435|  16.4k|	} else if (0 == strcmp(disable_hw_pkcs1_padding, "sign")) {
  ------------------
  |  Branch (435:13): [True: 0, False: 16.4k]
  ------------------
  436|      0|		ctx->disable_hw_pkcs1_padding = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01;
  ------------------
  |  |  109|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  437|  16.4k|	} else if (0 == strcmp(disable_hw_pkcs1_padding, "decipher")) {
  ------------------
  |  Branch (437:13): [True: 16.4k, False: 0]
  ------------------
  438|  16.4k|		ctx->disable_hw_pkcs1_padding = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  110|  16.4k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  439|  16.4k|	} else if (0 == strcmp(disable_hw_pkcs1_padding, "both")) {
  ------------------
  |  Branch (439:13): [True: 0, False: 0]
  ------------------
  440|      0|		ctx->disable_hw_pkcs1_padding = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  109|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		ctx->disable_hw_pkcs1_padding = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  110|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  441|      0|	}
  442|       |
  443|       |#ifdef USE_OPENSSL3_LIBCTX
  444|       |	val = scconf_get_str(block, "openssl_config", NULL);
  445|       |	if (val != NULL) {
  446|       |		ctx->openssl_config = strdup(val);
  447|       |	}
  448|       |#endif
  449|       |
  450|  16.4k|	return err;
  451|  16.4k|}
ctx.c:set_drivers:
  368|  16.4k|{
  369|  16.4k|	const char *s_internal = "internal", *s_old = "old";
  370|  16.4k|	if (list != NULL)
  ------------------
  |  Branch (370:6): [True: 16.4k, False: 0]
  ------------------
  371|  16.4k|		del_drvs(opts);
  372|  49.3k|	while (list != NULL) {
  ------------------
  |  Branch (372:9): [True: 32.8k, False: 16.4k]
  ------------------
  373|  32.8k|		if (strcmp(list->data, s_internal) == 0)
  ------------------
  |  Branch (373:7): [True: 16.4k, False: 16.4k]
  ------------------
  374|  16.4k|			add_internal_drvs(opts);
  375|  16.4k|		else if (strcmp(list->data, s_old) == 0)
  ------------------
  |  Branch (375:12): [True: 16.4k, False: 0]
  ------------------
  376|  16.4k|			add_old_drvs(opts);
  377|      0|		else
  378|      0|			add_drv(opts, list->data);
  379|  32.8k|		list = list->next;
  380|  32.8k|	}
  381|  16.4k|}
ctx.c:add_old_drvs:
  309|  16.4k|{
  310|  16.4k|	const struct _sc_driver_entry *lst;
  311|  16.4k|	int i;
  312|       |
  313|  16.4k|	lst = old_card_drivers;
  314|  16.4k|	i = 0;
  315|  98.6k|	while (lst[i].name != NULL) {
  ------------------
  |  Branch (315:9): [True: 82.2k, False: 16.4k]
  ------------------
  316|  82.2k|		add_drv(opts, lst[i].name);
  317|  82.2k|		i++;
  318|  82.2k|	}
  319|  16.4k|}
ctx.c:load_card_drivers:
  564|  16.4k|{
  565|  16.4k|	const struct _sc_driver_entry *ent;
  566|  16.4k|	int drv_count;
  567|  16.4k|	int i;
  568|       |
  569|  16.4k|	for (drv_count = 0; ctx->card_drivers[drv_count] != NULL; drv_count++)
  ------------------
  |  Branch (569:22): [True: 0, False: 16.4k]
  ------------------
  570|      0|		;
  571|       |
  572|   756k|	for (i = 0; i < opts->ccount; i++) {
  ------------------
  |  Branch (572:14): [True: 739k, False: 16.4k]
  ------------------
  573|   739k|		struct sc_card_driver *(*func)(void) = NULL;
  574|   739k|		struct sc_card_driver *(**tfunc)(void) = &func;
  575|   739k|		void *dll = NULL;
  576|   739k|		int  j;
  577|       |
  578|   739k|		if (drv_count >= SC_MAX_CARD_DRIVERS - 1)   {
  ------------------
  |  |   31|   739k|#define SC_MAX_CARD_DRIVERS		48
  ------------------
  |  Branch (578:7): [True: 0, False: 739k]
  ------------------
  579|      0|			sc_log(ctx, "Not more then %i card drivers allowed.", SC_MAX_CARD_DRIVERS);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  579|      0|			sc_log(ctx, "Not more then %i card drivers allowed.", SC_MAX_CARD_DRIVERS);
  |  |  |  |  ------------------
  |  |  |  |  |  |   31|      0|#define SC_MAX_CARD_DRIVERS		48
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  580|      0|			break;
  581|      0|		}
  582|       |
  583|   739k|		ent = &opts->cdrv[i];
  584|  16.8M|		for (j = 0; internal_card_drivers[j].name != NULL; j++) {
  ------------------
  |  Branch (584:15): [True: 16.7M, False: 82.2k]
  ------------------
  585|  16.7M|			if (strcmp(ent->name, internal_card_drivers[j].name) == 0) {
  ------------------
  |  Branch (585:8): [True: 657k, False: 16.1M]
  ------------------
  586|   657k|				func = (struct sc_card_driver *(*)(void)) internal_card_drivers[j].func;
  587|   657k|				break;
  588|   657k|			}
  589|  16.7M|		}
  590|   739k|		if (func == NULL) {
  ------------------
  |  Branch (590:7): [True: 82.2k, False: 657k]
  ------------------
  591|   246k|			for (j = 0; old_card_drivers[j].name != NULL; j++) {
  ------------------
  |  Branch (591:16): [True: 246k, False: 0]
  ------------------
  592|   246k|				if (strcmp(ent->name, old_card_drivers[j].name) == 0) {
  ------------------
  |  Branch (592:9): [True: 82.2k, False: 164k]
  ------------------
  593|  82.2k|					func = (struct sc_card_driver *(*)(void)) old_card_drivers[j].func;
  594|  82.2k|					break;
  595|  82.2k|				}
  596|   246k|			}
  597|  82.2k|		}
  598|       |		/* if not initialized assume external module */
  599|   739k|		if (func == NULL)
  ------------------
  |  Branch (599:7): [True: 0, False: 739k]
  ------------------
  600|      0|			*(void **)(tfunc) = load_dynamic_driver(ctx, &dll, ent->name);
  601|       |		/* if still null, assume driver not found */
  602|   739k|		if (func == NULL) {
  ------------------
  |  Branch (602:7): [True: 0, False: 739k]
  ------------------
  603|      0|			sc_log(ctx, "Unable to load '%s'.", ent->name);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  604|      0|			if (dll)
  ------------------
  |  Branch (604:8): [True: 0, False: 0]
  ------------------
  605|      0|				sc_dlclose(dll);
  606|      0|			continue;
  607|      0|		}
  608|       |
  609|   739k|		ctx->card_drivers[drv_count] = func();
  610|   739k|		if (ctx->card_drivers[drv_count] == NULL) {
  ------------------
  |  Branch (610:7): [True: 0, False: 739k]
  ------------------
  611|      0|			sc_log(ctx, "Driver '%s' not available.", ent->name);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  612|      0|			continue;
  613|      0|		}
  614|       |
  615|   739k|		ctx->card_drivers[drv_count]->dll = dll;
  616|   739k|		ctx->card_drivers[drv_count]->atr_map = NULL;
  617|   739k|		ctx->card_drivers[drv_count]->natrs = 0;
  618|       |
  619|   739k|		load_card_driver_options(ctx, ctx->card_drivers[drv_count]);
  620|       |
  621|       |		/* Ensure that the list is always terminated by NULL */
  622|   739k|		ctx->card_drivers[drv_count + 1] = NULL;
  623|       |
  624|   739k|		drv_count++;
  625|   739k|	}
  626|  16.4k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  627|  16.4k|}
ctx.c:load_card_driver_options:
  543|   739k|{
  544|   739k|	scconf_block **blocks, *blk;
  545|   739k|	int i;
  546|       |
  547|  1.47M|	for (i = 0; ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (547:14): [True: 739k, False: 739k]
  ------------------
  548|   739k|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i],
  549|   739k|				"card_driver", driver->short_name);
  550|   739k|		if (!blocks)
  ------------------
  |  Branch (550:7): [True: 0, False: 739k]
  ------------------
  551|      0|			continue;
  552|   739k|		blk = blocks[0];
  553|   739k|		free(blocks);
  554|       |
  555|   739k|		if (blk == NULL)
  ------------------
  |  Branch (555:7): [True: 739k, False: 0]
  ------------------
  556|   739k|			continue;
  557|       |
  558|       |		/* no options at the moment */
  559|   739k|	}
  560|   739k|	return SC_SUCCESS;
  ------------------
  |  |   28|   739k|#define SC_SUCCESS				0
  ------------------
  561|   739k|}

dnie_get_cwa_provider:
 1287|    503|{
 1288|       |
 1289|    503|	cwa_provider_t *res = cwa_get_default_provider(card);
 1290|    503|	if (!res)
  ------------------
  |  Branch (1290:6): [True: 0, False: 503]
  ------------------
 1291|      0|		return NULL;
 1292|       |
 1293|       |	/* set up proper data */
 1294|       |
 1295|       |	/* pre and post operations */
 1296|    503|	res->cwa_create_pre_ops = dnie_create_pre_ops;
 1297|       |
 1298|       |	/* Get ICC intermediate CA  path */
 1299|    503|	res->cwa_get_icc_intermediate_ca_cert = dnie_get_icc_intermediate_ca_cert;
 1300|       |	/* Get ICC certificate path */
 1301|    503|	res->cwa_get_icc_cert = dnie_get_icc_cert;
 1302|       |
 1303|       |	/* Obtain RSA public key from RootCA */
 1304|    503|	res->cwa_get_root_ca_pubkey = dnie_get_root_ca_pubkey;
 1305|       |	/* Obtain RSA IFD private key */
 1306|    503|	res->cwa_get_ifd_privkey = dnie_get_ifd_privkey;
 1307|       |
 1308|       |	/* Retrieve CVC intermediate CA certificate and length */
 1309|    503|	res->cwa_get_cvc_ca_cert = dnie_get_cvc_ca_cert;
 1310|       |	/* Retrieve CVC IFD certificate and length */
 1311|    503|	res->cwa_get_cvc_ifd_cert = dnie_get_cvc_ifd_cert;
 1312|       |
 1313|       |	/* Get public key references for Root CA to validate intermediate CA cert */
 1314|    503|	res->cwa_get_root_ca_pubkey_ref = dnie_get_root_ca_pubkey_ref;
 1315|       |
 1316|       |	/* Get public key reference for IFD intermediate CA certificate */
 1317|    503|	res->cwa_get_intermediate_ca_pubkey_ref = dnie_get_intermediate_ca_pubkey_ref;
 1318|       |
 1319|       |	/* Get public key reference for IFD CVC certificate */
 1320|    503|	res->cwa_get_ifd_pubkey_ref = dnie_get_ifd_pubkey_ref;
 1321|       |
 1322|       |	/* Get ICC private key reference */
 1323|    503|	res->cwa_get_icc_privkey_ref = dnie_get_icc_privkey_ref;
 1324|       |
 1325|       |	/* Get IFD Serial Number */
 1326|    503|	res->cwa_get_sn_ifd = dnie_get_sn_ifd;
 1327|       |
 1328|       |	/* Get ICC Serial Number */
 1329|    503|	res->cwa_get_sn_icc = dnie_get_sn_icc;
 1330|       |
 1331|    503|	return res;
 1332|    503|}
dnie_format_apdu:
 1372|  4.38k|{
 1373|  4.38k|	sc_format_apdu(card, apdu, cse, ins, p1, p2);
 1374|  4.38k|	apdu->le = le;
 1375|  4.38k|	apdu->lc = lc;
 1376|  4.38k|	if (resp != NULL) {
  ------------------
  |  Branch (1376:6): [True: 4.38k, False: 0]
  ------------------
 1377|  4.38k|		apdu->resp = resp;
 1378|  4.38k|		apdu->resplen = resplen;
 1379|  4.38k|	}
 1380|  4.38k|	if (data != NULL) {
  ------------------
  |  Branch (1380:6): [True: 4.10k, False: 287]
  ------------------
 1381|  4.10k|		apdu->data = data;
 1382|  4.10k|		apdu->datalen = datalen;
 1383|  4.10k|	}
 1384|  4.38k|}

cwa_create_secure_channel:
 1097|    976|{
 1098|    976|	u8 *cert = NULL;
 1099|    976|	size_t certlen;
 1100|       |
 1101|    976|	int res = SC_SUCCESS;
  ------------------
  |  |   28|    976|#define SC_SUCCESS				0
  ------------------
 1102|    976|	char *msg = "Success";
 1103|       |
 1104|       |	/* data to get and parse certificates */
 1105|    976|	X509 *icc_cert = NULL;
 1106|    976|	X509 *ca_cert = NULL;
 1107|    976|	EVP_PKEY *icc_pubkey = NULL;
 1108|    976|	EVP_PKEY *ifd_privkey = NULL;
 1109|    976|	sc_context_t *ctx = NULL;
 1110|    976|	struct sm_cwa_session * sm = &card->sm_ctx.info.session.cwa;
 1111|    976|	u8 sig[128];
 1112|       |
 1113|       |	/* several buffer and buffer pointers */
 1114|    976|	u8 *buffer = NULL;
 1115|    976|	size_t bufferlen;
 1116|    976|	u8 *tlv = NULL;		/* buffer to compose TLV messages */
 1117|    976|	size_t tlvlen = 0;
 1118|    976|	u8 rndbuf[16]; /* 8 RND.IFD + 8 SN.IFD */
 1119|       |
 1120|       |	/* preliminary checks */
 1121|    976|	if (!card || !card->ctx )
  ------------------
  |  Branch (1121:6): [True: 0, False: 976]
  |  Branch (1121:15): [True: 0, False: 976]
  ------------------
 1122|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1123|    976|	if (!provider)
  ------------------
  |  Branch (1123:6): [True: 0, False: 976]
  ------------------
 1124|      0|		return SC_ERROR_SM_NOT_INITIALIZED;
  ------------------
  |  |  120|      0|#define SC_ERROR_SM_NOT_INITIALIZED		-1605
  ------------------
 1125|       |	/* commodity vars */
 1126|    976|	ctx = card->ctx;
 1127|       |
 1128|    976|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    976|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    976|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    976|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    976|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 976]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1129|       |
 1130|       |	/* check requested initialization method */
 1131|    976|	switch (flag) {
 1132|    976|	case CWA_SM_OFF:	/* disable SM */
  ------------------
  |  |   31|    976|#define CWA_SM_OFF        0x00	/** Disable SM channel */
  ------------------
  |  Branch (1132:2): [True: 976, False: 0]
  ------------------
 1133|    976|		card->sm_ctx.sm_mode = SM_MODE_NONE;
  ------------------
  |  |   43|    976|#define SM_MODE_NONE		0x0
  ------------------
 1134|    976|		sc_log(ctx, "Setting CWA SM status to none");
  ------------------
  |  |   71|    976|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1135|       |		/* request the Master File to provoke an SM error and close the channel */
 1136|    976|		res = sc_select_file(card, sc_get_mf_path(), NULL);
 1137|    976|		if (res == SC_ERROR_SM)
  ------------------
  |  |  115|    976|#define SC_ERROR_SM				-1600
  ------------------
  |  Branch (1137:7): [True: 26, False: 950]
  ------------------
 1138|     26|			res = SC_SUCCESS;
  ------------------
  |  |   28|     26|#define SC_SUCCESS				0
  ------------------
 1139|    976|		LOG_FUNC_RETURN(ctx, res);
  ------------------
  |  |  164|    976|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    976|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    976|	int _ret = r; \
  |  |  |  |  155|    976|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 976, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    976|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    495|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 495, False: 481]
  |  |  |  |  ------------------
  |  |  |  |  157|    976|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    976|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    976|	return _ret; \
  |  |  |  |  163|    976|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1140|      0|	case CWA_SM_ON:	/* force sm initialization process */
  ------------------
  |  |   32|      0|#define CWA_SM_ON         0x01	/** Enable SM channel */
  ------------------
  |  Branch (1140:2): [True: 0, False: 976]
  ------------------
 1141|      0|		sc_log(ctx, "CWA SM initialization requested");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1142|      0|		break;
 1143|      0|	default:
  ------------------
  |  Branch (1143:2): [True: 0, False: 976]
  ------------------
 1144|      0|		sc_log(ctx, "Invalid provided SM initialization flag");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1145|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1146|    976|	}
 1147|       |
 1148|       |	/* OK: lets start process */
 1149|       |
 1150|       |	/* call provider pre-operation method */
 1151|      0|	sc_log(ctx, "CreateSecureChannel pre-operations");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1152|      0|	if (provider->cwa_create_pre_ops) {
  ------------------
  |  Branch (1152:6): [True: 0, False: 0]
  ------------------
 1153|      0|		res = provider->cwa_create_pre_ops(card, provider);
 1154|      0|		if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1154:7): [True: 0, False: 0]
  ------------------
 1155|      0|			msg = "Create SM: provider pre_ops() failed";
 1156|      0|			sc_log(ctx, "%s", msg);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1157|      0|			goto csc_end;
 1158|      0|		}
 1159|      0|	}
 1160|       |
 1161|       |	/* retrieve icc serial number */
 1162|      0|	sc_log(ctx, "Retrieve ICC serial number");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1163|      0|	if (provider->cwa_get_sn_icc) {
  ------------------
  |  Branch (1163:6): [True: 0, False: 0]
  ------------------
 1164|      0|		res = provider->cwa_get_sn_icc(card);
 1165|      0|		if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1165:7): [True: 0, False: 0]
  ------------------
 1166|      0|			msg = "Retrieve ICC failed";
 1167|      0|			sc_log(ctx, "%s", msg);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1168|      0|			goto csc_end;
 1169|      0|		}
 1170|      0|	} else {
 1171|      0|		msg = "Don't know how to obtain ICC serial number";
 1172|      0|		sc_log(ctx, "%s", msg);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1173|      0|		res = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1174|      0|		goto csc_end;
 1175|      0|	}
 1176|       |
 1177|       |	/*
 1178|       |	 * Notice that this code inverts ICC and IFD certificate standard
 1179|       |	 * checking sequence.
 1180|       |	 */
 1181|       |
 1182|       |	/* Read Intermediate CA from card */
 1183|      0|	if (!provider->cwa_get_icc_intermediate_ca_cert) {
  ------------------
  |  Branch (1183:6): [True: 0, False: 0]
  ------------------
 1184|      0|		sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1185|      0|		       "Step 8.4.1.6: Skip Retrieving ICC intermediate CA");
 1186|      0|		ca_cert = NULL;
 1187|      0|	} else {
 1188|      0|		sc_log(ctx, "Step 8.4.1.7: Retrieving ICC intermediate CA");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1189|      0|		res =
 1190|      0|		    provider->cwa_get_icc_intermediate_ca_cert(card, &ca_cert);
 1191|      0|		if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1191:7): [True: 0, False: 0]
  ------------------
 1192|      0|			msg =
 1193|      0|			    "Cannot get ICC intermediate CA certificate from provider";
 1194|      0|			goto csc_end;
 1195|      0|		}
 1196|      0|	}
 1197|       |
 1198|       |	/* Read ICC certificate from card */
 1199|      0|	sc_log(ctx, "Step 8.4.1.8: Retrieve ICC certificate");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1200|      0|	res = provider->cwa_get_icc_cert(card, &icc_cert);
 1201|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1201:6): [True: 0, False: 0]
  ------------------
 1202|      0|		msg = "Cannot get ICC certificate from provider";
 1203|      0|		goto csc_end;
 1204|      0|	}
 1205|       |
 1206|       |	/* Verify icc Card certificate chain */
 1207|       |	/* Notice that Some implementations doesn't verify cert chain
 1208|       |	 * but simply verifies that icc_cert is a valid certificate */
 1209|      0|	if (ca_cert) {
  ------------------
  |  Branch (1209:6): [True: 0, False: 0]
  ------------------
 1210|      0|		sc_log(ctx, "Verifying ICC certificate chain");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1211|      0|		res =
 1212|      0|		    cwa_verify_icc_certificates(card, provider, ca_cert,
 1213|      0|						icc_cert);
 1214|      0|		if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1214:7): [True: 0, False: 0]
  ------------------
 1215|      0|			res = SC_ERROR_SM_AUTHENTICATION_FAILED;
  ------------------
  |  |  121|      0|#define SC_ERROR_SM_AUTHENTICATION_FAILED	-1606
  ------------------
 1216|      0|			msg = "Icc Certificates verification failed";
 1217|      0|			goto csc_end;
 1218|      0|		}
 1219|      0|	} else {
 1220|      0|		sc_log(ctx, "Cannot verify Certificate chain. skip step");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1221|      0|	}
 1222|       |
 1223|       |	/* Extract public key from ICC certificate */
 1224|      0|	if (!(icc_pubkey = X509_get_pubkey(icc_cert))) {
  ------------------
  |  Branch (1224:6): [True: 0, False: 0]
  ------------------
 1225|      0|		res = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1226|      0|		sc_log_openssl(ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1227|      0|		msg = "Cannot extract public key from ICC certificate";
 1228|      0|		goto csc_end;
 1229|      0|	}
 1230|       |
 1231|       |	/* Select Root CA in card for ifd certificate verification */
 1232|      0|	sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1233|      0|	       "Step 8.4.1.2: Select Root CA in card for IFD cert verification");
 1234|      0|	res = provider->cwa_get_root_ca_pubkey_ref(card, &buffer, &bufferlen);
 1235|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1235:6): [True: 0, False: 0]
  ------------------
 1236|      0|		msg = "Cannot get Root CA key reference from provider";
 1237|      0|		goto csc_end;
 1238|      0|	}
 1239|      0|	tlvlen = 0;
 1240|      0|	tlv = calloc(10 + bufferlen, sizeof(u8));
 1241|      0|	if (!tlv) {
  ------------------
  |  Branch (1241:6): [True: 0, False: 0]
  ------------------
 1242|      0|		msg = "calloc error";
 1243|      0|		res = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1244|      0|		goto csc_end;
 1245|      0|	}
 1246|      0|	res = cwa_compose_tlv(card, 0x83, bufferlen, buffer, &tlv, &tlvlen);
 1247|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1247:6): [True: 0, False: 0]
  ------------------
 1248|      0|		msg = "Cannot compose tlv for setting Root CA key reference";
 1249|      0|		goto csc_end;
 1250|      0|	}
 1251|      0|	res = cwa_set_security_env(card, 0x81, 0xB6, tlv, tlvlen);
 1252|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1252:6): [True: 0, False: 0]
  ------------------
 1253|      0|		msg = "Select Root CA key ref failed";
 1254|      0|		goto csc_end;
 1255|      0|	}
 1256|       |
 1257|       |	/* Send IFD intermediate CA in CVC format C_CV_CA */
 1258|      0|	sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1259|      0|	       "Step 8.4.1.3: Send CVC IFD intermediate CA Cert for ICC verification");
 1260|      0|	res = provider->cwa_get_cvc_ca_cert(card, &cert, &certlen);
 1261|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1261:6): [True: 0, False: 0]
  ------------------
 1262|      0|		msg = "Get CVC CA cert from provider failed";
 1263|      0|		goto csc_end;
 1264|      0|	}
 1265|      0|	res = cwa_verify_cvc_certificate(card, cert, certlen);
 1266|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1266:6): [True: 0, False: 0]
  ------------------
 1267|      0|		msg = "Verify CVC CA failed";
 1268|      0|		goto csc_end;
 1269|      0|	}
 1270|       |
 1271|       |	/* select public key reference for sent IFD intermediate CA certificate */
 1272|      0|	sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1273|      0|	       "Step 8.4.1.4: Select Intermediate CA pubkey ref for ICC verification");
 1274|      0|	res =
 1275|      0|	    provider->cwa_get_intermediate_ca_pubkey_ref(card, &buffer,
 1276|      0|							 &bufferlen);
 1277|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1277:6): [True: 0, False: 0]
  ------------------
 1278|      0|		msg = "Cannot get intermediate CA key reference from provider";
 1279|      0|		goto csc_end;
 1280|      0|	}
 1281|      0|	tlvlen = 0;
 1282|      0|	free(tlv);
 1283|      0|	tlv = calloc(10 + bufferlen, sizeof(u8));
 1284|      0|	if (!tlv) {
  ------------------
  |  Branch (1284:6): [True: 0, False: 0]
  ------------------
 1285|      0|		msg = "calloc error";
 1286|      0|		res = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1287|      0|		goto csc_end;
 1288|      0|	}
 1289|      0|	res = cwa_compose_tlv(card, 0x83, bufferlen, buffer, &tlv, &tlvlen);
 1290|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1290:6): [True: 0, False: 0]
  ------------------
 1291|      0|		msg =
 1292|      0|		    "Cannot compose tlv for setting intermediate CA key reference";
 1293|      0|		goto csc_end;
 1294|      0|	}
 1295|      0|	res = cwa_set_security_env(card, 0x81, 0xB6, tlv, tlvlen);
 1296|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1296:6): [True: 0, False: 0]
  ------------------
 1297|      0|		msg = "Select CVC CA pubk failed";
 1298|      0|		goto csc_end;
 1299|      0|	}
 1300|       |
 1301|       |	/* Send IFD certificate in CVC format C_CV_IFD */
 1302|      0|	sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1303|      0|	       "Step 8.4.1.5: Send CVC IFD Certificate for ICC verification");
 1304|      0|	res = provider->cwa_get_cvc_ifd_cert(card, &cert, &certlen);
 1305|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1305:6): [True: 0, False: 0]
  ------------------
 1306|      0|		msg = "Get CVC IFD cert from provider failed";
 1307|      0|		goto csc_end;
 1308|      0|	}
 1309|      0|	res = cwa_verify_cvc_certificate(card, cert, certlen);
 1310|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1310:6): [True: 0, False: 0]
  ------------------
 1311|      0|		msg = "Verify CVC IFD failed";
 1312|      0|		goto csc_end;
 1313|      0|	}
 1314|       |
 1315|       |	/* remember that this code changes IFD and ICC Cert verification steps */
 1316|       |
 1317|       |	/* select public key of ifd certificate and icc private key */
 1318|      0|	sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1319|      0|	       "Step 8.4.1.9: Send IFD pubk and ICC privk key references for Internal Auth");
 1320|      0|	res = provider->cwa_get_ifd_pubkey_ref(card, &buffer, &bufferlen);
 1321|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1321:6): [True: 0, False: 0]
  ------------------
 1322|      0|		msg = "Cannot get ifd public key reference from provider";
 1323|      0|		goto csc_end;
 1324|      0|	}
 1325|      0|	tlvlen = 0;
 1326|      0|	free(tlv);
 1327|      0|	tlv = calloc(10 + bufferlen, sizeof(u8));
 1328|      0|	if (!tlv) {
  ------------------
  |  Branch (1328:6): [True: 0, False: 0]
  ------------------
 1329|      0|		msg = "calloc error";
 1330|      0|		res = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1331|      0|		goto csc_end;
 1332|      0|	}
 1333|      0|	res = cwa_compose_tlv(card, 0x83, bufferlen, buffer, &tlv, &tlvlen);
 1334|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1334:6): [True: 0, False: 0]
  ------------------
 1335|      0|		msg = "Cannot compose tlv for setting ifd pubkey reference";
 1336|      0|		goto csc_end;
 1337|      0|	}
 1338|      0|	res = provider->cwa_get_icc_privkey_ref(card, &buffer, &bufferlen);
 1339|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1339:6): [True: 0, False: 0]
  ------------------
 1340|      0|		msg = "Cannot get icc private key reference from provider";
 1341|      0|		goto csc_end;
 1342|      0|	}
 1343|       |	/* add this tlv to old one; do not call calloc */
 1344|      0|	res = cwa_compose_tlv(card, 0x84, bufferlen, buffer, &tlv, &tlvlen);
 1345|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1345:6): [True: 0, False: 0]
  ------------------
 1346|      0|		msg = "Cannot compose tlv for setting ifd pubkey reference";
 1347|      0|		goto csc_end;
 1348|      0|	}
 1349|       |
 1350|      0|	res = cwa_set_security_env(card, 0xC1, 0xA4, tlv, tlvlen);
 1351|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1351:6): [True: 0, False: 0]
  ------------------
 1352|      0|		msg = "Select CVC IFD pubk failed";
 1353|      0|		goto csc_end;
 1354|      0|	}
 1355|       |
 1356|       |	/* Internal (Card) authentication (let the card verify sent ifd certs)
 1357|       |	   SN.IFD equals 8 lsb bytes of ifd.pubk ref according cwa14890 sec 8.4.1 */
 1358|      0|	sc_log(ctx, "Step 8.4.1.10: Perform Internal authentication");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1359|      0|	res = provider->cwa_get_sn_ifd(card);
 1360|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1360:6): [True: 0, False: 0]
  ------------------
 1361|      0|		msg = "Cannot get ifd serial number from provider";
 1362|      0|		goto csc_end;
 1363|      0|	}
 1364|       |	/* generate 8 random bytes */
 1365|      0|	if (RAND_bytes(sm->ifd.rnd, 8) != 1) {
  ------------------
  |  Branch (1365:6): [True: 0, False: 0]
  ------------------
 1366|      0|		msg = "Cannot generate random data";
 1367|      0|		res = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1368|      0|		goto csc_end;
 1369|      0|	}
 1370|      0|	memcpy(rndbuf, sm->ifd.rnd, 8);	/* insert RND.IFD into rndbuf */
 1371|      0|	memcpy(rndbuf + 8, sm->ifd.sn, 8);	/* insert SN.IFD into rndbuf */
 1372|      0|	res = cwa_internal_auth(card, sig, 128, rndbuf, 16);
 1373|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1373:6): [True: 0, False: 0]
  ------------------
 1374|      0|		msg = "Internal auth cmd failed";
 1375|      0|		goto csc_end;
 1376|      0|	}
 1377|       |
 1378|       |	/* retrieve ifd private key from provider */
 1379|      0|	res = provider->cwa_get_ifd_privkey(card, &ifd_privkey);
 1380|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1380:6): [True: 0, False: 0]
  ------------------
 1381|      0|		msg = "Cannot retrieve IFD private key from provider";
 1382|      0|		res = SC_ERROR_SM_NO_SESSION_KEYS;
  ------------------
  |  |  118|      0|#define SC_ERROR_SM_NO_SESSION_KEYS		-1603
  ------------------
 1383|      0|		goto csc_end;
 1384|      0|	}
 1385|       |
 1386|       |	/* verify received signature */
 1387|      0|	sc_log(ctx, "Verify Internal Auth command response");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1388|      0|	res = cwa_verify_internal_auth(card, icc_pubkey,	/* evaluated icc public key */
 1389|      0|				       ifd_privkey,	/* evaluated from DGP's Manual Annex 3 Data */
 1390|      0|				       rndbuf,	/* RND.IFD || SN.IFD */
 1391|      0|				       16,	/* rndbuf length; should be 16 */
 1392|      0|				       sig, 128
 1393|      0|	    );
 1394|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1394:6): [True: 0, False: 0]
  ------------------
 1395|      0|		msg = "Internal Auth Verify failed";
 1396|      0|		goto csc_end;
 1397|      0|	}
 1398|       |
 1399|       |	/* get challenge: retrieve 8 random bytes from card */
 1400|      0|	sc_log(ctx, "Step 8.4.1.11: Prepare External Auth: Get Challenge");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1401|      0|	res = sc_get_challenge(card, sm->icc.rnd, sizeof(sm->icc.rnd));
 1402|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1402:6): [True: 0, False: 0]
  ------------------
 1403|      0|		msg = "Get Challenge failed";
 1404|      0|		goto csc_end;
 1405|      0|	}
 1406|       |
 1407|       |	/* compose signature data for external auth */
 1408|      0|	res = cwa_prepare_external_auth(card, icc_pubkey, ifd_privkey, sig, 128);
 1409|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1409:6): [True: 0, False: 0]
  ------------------
 1410|      0|		msg = "Prepare external auth failed";
 1411|      0|		goto csc_end;
 1412|      0|	}
 1413|       |
 1414|       |	/* External (IFD)  authentication */
 1415|      0|	sc_log(ctx, "Step 8.4.1.12: Perform External (IFD) Authentication");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1416|      0|	res = cwa_external_auth(card, sig, 128);
 1417|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1417:6): [True: 0, False: 0]
  ------------------
 1418|      0|		msg = "External auth cmd failed";
 1419|      0|		goto csc_end;
 1420|      0|	}
 1421|       |
 1422|       |	/* Session key generation */
 1423|      0|	sc_log(ctx, "Step 8.4.2: Compute Session Keys");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1424|      0|	res = cwa_compute_session_keys(card);
 1425|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1425:6): [True: 0, False: 0]
  ------------------
 1426|      0|		msg = "Session Key generation failed";
 1427|      0|		goto csc_end;
 1428|      0|	}
 1429|       |
 1430|       |	/* call provider post-operation method */
 1431|      0|	sc_log(ctx, "CreateSecureChannel post-operations");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1432|      0|	if (provider->cwa_create_post_ops) {
  ------------------
  |  Branch (1432:6): [True: 0, False: 0]
  ------------------
 1433|      0|		res = provider->cwa_create_post_ops(card, provider);
 1434|      0|		if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1434:7): [True: 0, False: 0]
  ------------------
 1435|      0|			sc_log(ctx, "Create SM: provider post_ops() failed");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1436|      0|			goto csc_end;
 1437|      0|		}
 1438|      0|	}
 1439|       |
 1440|       |	/* arriving here means ok: cleanup */
 1441|      0|	res = SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1442|      0| csc_end:
 1443|      0|	free(tlv);
 1444|      0|	X509_free(icc_cert);
 1445|      0|	X509_free(ca_cert);
 1446|      0|	EVP_PKEY_free(icc_pubkey);
 1447|      0|	EVP_PKEY_free(ifd_privkey);
 1448|       |	/* setup SM state according result */
 1449|      0|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1449:6): [True: 0, False: 0]
  ------------------
 1450|      0|		sc_log(ctx, "%s", msg);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1451|      0|		card->sm_ctx.sm_mode = SM_MODE_NONE;
  ------------------
  |  |   43|      0|#define SM_MODE_NONE		0x0
  ------------------
 1452|      0|	} else {
 1453|      0|		card->sm_ctx.sm_mode = SM_MODE_TRANSMIT;
  ------------------
  |  |   47|      0|#define SM_MODE_TRANSMIT	0x200
  ------------------
 1454|      0|	}
 1455|      0|	LOG_FUNC_RETURN(ctx, res);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1456|      0|}
cwa_get_default_provider:
 2168|    503|{
 2169|    503|	cwa_provider_t *res = NULL;
 2170|    503|	if (!card || !card->ctx)
  ------------------
  |  Branch (2170:6): [True: 0, False: 503]
  |  Branch (2170:15): [True: 0, False: 503]
  ------------------
 2171|      0|		return NULL;
 2172|    503|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    503|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    503|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    503|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    503|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 503]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2173|    503|	res = calloc(1, sizeof(cwa_provider_t));
 2174|    503|	if (!res) {
  ------------------
  |  Branch (2174:6): [True: 0, False: 503]
  ------------------
 2175|      0|		sc_log(card->ctx, "Cannot allocate space for cwa_provider");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2176|      0|		return NULL;
 2177|      0|	}
 2178|    503|	memcpy(res, &default_cwa_provider, sizeof(cwa_provider_t));
 2179|    503|	return res;
 2180|    503|}

sc_enum_apps:
  163|  11.7k|{
  164|  11.7k|	struct sc_context *ctx = card->ctx;
  165|  11.7k|	sc_path_t path;
  166|  11.7k|	int ef_structure;
  167|  11.7k|	size_t file_size, jj;
  168|  11.7k|	int r, ii, idx;
  169|  11.7k|	struct sc_file *ef_dir = NULL;
  170|       |
  171|  11.7k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  11.7k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  11.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  11.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  11.7k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 11.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  172|       |
  173|  11.7k|	sc_free_apps(card);
  174|  11.7k|	card->app_count = 0;
  175|       |
  176|  11.7k|	sc_format_path("3F002F00", &path);
  177|  11.7k|	r = sc_select_file(card, &path, &ef_dir);
  178|  11.7k|	if (r < 0)
  ------------------
  |  Branch (178:6): [True: 9.36k, False: 2.40k]
  ------------------
  179|  9.36k|		sc_file_free(ef_dir);
  180|  11.7k|	LOG_TEST_RET(ctx, r, "Cannot select EF.DIR file");
  ------------------
  |  |  174|  11.7k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  11.7k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  11.7k|	int _ret = (r); \
  |  |  |  |  168|  11.7k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9.36k, False: 2.40k]
  |  |  |  |  ------------------
  |  |  |  |  169|  9.36k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  9.36k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  9.36k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  9.36k|		return _ret; \
  |  |  |  |  172|  9.36k|	} \
  |  |  |  |  173|  11.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.40k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|       |
  182|  2.40k|	if (ef_dir->type != SC_FILE_TYPE_WORKING_EF) {
  ------------------
  |  |  216|  2.40k|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  |  Branch (182:6): [True: 1.33k, False: 1.06k]
  ------------------
  183|  1.33k|		sc_file_free(ef_dir);
  184|  1.33k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_CARD, "EF(DIR) is not a working EF.");
  ------------------
  |  |  174|  1.33k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.33k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.33k|	int _ret = (r); \
  |  |  |  |  168|  1.33k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.33k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.33k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.33k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.33k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.33k|		return _ret; \
  |  |  |  |  172|  1.33k|	} \
  |  |  |  |  173|  1.33k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|  1.33k|	}
  186|       |
  187|  1.06k|	ef_structure = ef_dir->ef_structure;
  188|  1.06k|	file_size = ef_dir->size;
  189|  1.06k|	sc_file_free(ef_dir);
  190|  1.06k|	if (ef_structure == SC_FILE_EF_TRANSPARENT) {
  ------------------
  |  |  221|  1.06k|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (190:6): [True: 559, False: 508]
  ------------------
  191|    559|		u8 *buf = NULL, *p;
  192|    559|		size_t bufsize;
  193|       |
  194|    559|		if (file_size == 0)
  ------------------
  |  Branch (194:7): [True: 40, False: 519]
  ------------------
  195|    559|			LOG_FUNC_RETURN(ctx, 0);
  ------------------
  |  |  164|     40|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     40|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     40|	int _ret = r; \
  |  |  |  |  155|     40|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 40, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     40|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 40]
  |  |  |  |  ------------------
  |  |  |  |  157|     40|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     40|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     40|	return _ret; \
  |  |  |  |  163|     40|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|    519|		if (file_size > MAX_FILE_SIZE)
  ------------------
  |  |  220|    519|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (196:7): [True: 18, False: 501]
  ------------------
  197|    519|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|     18|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     18|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     18|	int _ret = r; \
  |  |  |  |  155|     18|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     18|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     18|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     18|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     18|	return _ret; \
  |  |  |  |  163|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|       |
  199|    501|		buf = malloc(file_size);
  200|    501|		if (buf == NULL)
  ------------------
  |  Branch (200:7): [True: 0, False: 501]
  ------------------
  201|    501|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|    501|		p = buf;
  203|    501|		r = sc_read_binary(card, 0, buf, file_size, 0);
  204|    501|		if (r < 0) {
  ------------------
  |  Branch (204:7): [True: 210, False: 291]
  ------------------
  205|    210|			free(buf);
  206|    210|			LOG_TEST_RET(ctx, r, "sc_read_binary() failed");
  ------------------
  |  |  174|    210|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    210|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    210|	int _ret = (r); \
  |  |  |  |  168|    210|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 210, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    210|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    210|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    210|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    210|		return _ret; \
  |  |  |  |  172|    210|	} \
  |  |  |  |  173|    210|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|    210|		}
  208|    291|		bufsize = r;
  209|    569|		while (bufsize > 0) {
  ------------------
  |  Branch (209:10): [True: 413, False: 156]
  ------------------
  210|    413|			if (card->app_count == SC_MAX_CARD_APPS) {
  ------------------
  |  |   33|    413|#define SC_MAX_CARD_APPS		8
  ------------------
  |  Branch (210:8): [True: 2, False: 411]
  ------------------
  211|      2|				sc_log(ctx, "Too many applications on card");
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  212|      2|				break;
  213|      2|			}
  214|    411|			r = parse_dir_record(card, &p, &bufsize, -1);
  215|    411|			if (r)
  ------------------
  |  Branch (215:8): [True: 133, False: 278]
  ------------------
  216|    133|				break;
  217|    411|		}
  218|    291|		if (buf)
  ------------------
  |  Branch (218:7): [True: 291, False: 0]
  ------------------
  219|    291|			free(buf);
  220|       |
  221|    291|	}
  222|    508|	else {	/* record structure */
  223|    508|		unsigned char buf[256], *p;
  224|    508|		unsigned int rec_nr;
  225|    508|		size_t rec_size;
  226|       |
  227|       |		/* Arbitrary set '16' as maximal number of records to check out:
  228|       |		 * to avoid endless loop because of some incomplete cards/drivers */
  229|  1.40k|		for (rec_nr = 1; rec_nr < 16; rec_nr++) {
  ------------------
  |  Branch (229:20): [True: 1.40k, False: 5]
  ------------------
  230|  1.40k|			r = sc_read_record(card, rec_nr, 0, buf, sizeof(buf), SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|  1.40k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  231|  1.40k|			if (r == SC_ERROR_RECORD_NOT_FOUND)
  ------------------
  |  |   52|  1.40k|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
  |  Branch (231:8): [True: 1, False: 1.40k]
  ------------------
  232|      1|				break;
  233|  1.40k|			LOG_TEST_RET(ctx, r, "read_record() failed");
  ------------------
  |  |  174|  1.40k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.40k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.40k|	int _ret = (r); \
  |  |  |  |  168|  1.40k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 501, False: 901]
  |  |  |  |  ------------------
  |  |  |  |  169|    501|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    501|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    501|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    501|		return _ret; \
  |  |  |  |  172|    501|	} \
  |  |  |  |  173|  1.40k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 901]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|       |
  235|    901|			if (card->app_count == SC_MAX_CARD_APPS) {
  ------------------
  |  |   33|    901|#define SC_MAX_CARD_APPS		8
  ------------------
  |  Branch (235:8): [True: 1, False: 900]
  ------------------
  236|      1|				sc_log(ctx, "Too many applications on card");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  237|      1|				break;
  238|      1|			}
  239|       |
  240|    900|			rec_size = r;
  241|    900|			p = buf;
  242|    900|			parse_dir_record(card, &p, &rec_size, (int)rec_nr);
  243|    900|		}
  244|    508|	}
  245|       |
  246|       |	/* Move known PKCS#15 applications to the head of the list */
  247|    585|	for (ii=0, idx=0; ii<card->app_count; ii++)   {
  ------------------
  |  Branch (247:20): [True: 287, False: 298]
  ------------------
  248|  2.42k|		for (jj=0; jj < sizeof(apps)/sizeof(apps[0]); jj++) {
  ------------------
  |  Branch (248:14): [True: 2.16k, False: 260]
  ------------------
  249|  2.16k|			if (apps[jj].aid_len != card->app[ii]->aid.len)
  ------------------
  |  Branch (249:8): [True: 2.07k, False: 84]
  ------------------
  250|  2.07k|				continue;
  251|     84|			if (memcmp(apps[jj].aid, card->app[ii]->aid.value, apps[jj].aid_len))
  ------------------
  |  Branch (251:8): [True: 57, False: 27]
  ------------------
  252|     57|				continue;
  253|     27|			break;
  254|     84|		}
  255|       |
  256|    287|		if (ii != idx && jj < sizeof(apps)/sizeof(apps[0]))   {
  ------------------
  |  Branch (256:7): [True: 92, False: 195]
  |  Branch (256:20): [True: 17, False: 75]
  ------------------
  257|     17|			struct sc_app_info *tmp = card->app[idx];
  258|       |
  259|     17|			card->app[idx] = card->app[ii];
  260|     17|			card->app[ii] = tmp;
  261|     17|			idx++;
  262|     17|		}
  263|    287|	}
  264|       |
  265|    298|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    298|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    298|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    298|	int _ret = r; \
  |  |  |  |  155|    298|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 298, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    298|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 298]
  |  |  |  |  ------------------
  |  |  |  |  157|    298|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    298|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    298|	return _ret; \
  |  |  |  |  163|    298|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|    298|}
sc_free_apps:
  269|  28.2k|{
  270|  28.2k|	int	i;
  271|       |
  272|  28.7k|	for (i = 0; i < card->app_count; i++) {
  ------------------
  |  Branch (272:14): [True: 515, False: 28.2k]
  ------------------
  273|    515|		free(card->app[i]->label);
  274|    515|		free(card->app[i]->ddo.value);
  275|    515|		free(card->app[i]);
  276|    515|	}
  277|  28.2k|	card->app_count = -1;
  278|  28.2k|}
dir.c:parse_dir_record:
   65|  1.31k|{
   66|  1.31k|	struct sc_context *ctx = card->ctx;
   67|  1.31k|	struct sc_asn1_entry asn1_dirrecord[5], asn1_dir[2];
   68|  1.31k|	scconf_block *conf_block = NULL;
   69|  1.31k|	sc_app_info_t *app = NULL;
   70|  1.31k|	struct sc_aid aid;
   71|  1.31k|	u8 label[128], path[128], ddo[128];
   72|  1.31k|	size_t label_len = sizeof(label) - 1, path_len = sizeof(path), ddo_len = sizeof(ddo);
   73|  1.31k|	int r;
   74|       |
   75|  1.31k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.31k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.31k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.31k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.31k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.31k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   76|  1.31k|	aid.len = sizeof(aid.value);
   77|       |
   78|  1.31k|	memset(label, 0, sizeof(label));
   79|  1.31k|	sc_copy_asn1_entry(c_asn1_dirrecord, asn1_dirrecord);
   80|  1.31k|	sc_copy_asn1_entry(c_asn1_dir, asn1_dir);
   81|  1.31k|	sc_format_asn1_entry(asn1_dir + 0, asn1_dirrecord, NULL, 0);
   82|  1.31k|	sc_format_asn1_entry(asn1_dirrecord + 0, aid.value, &aid.len, 0);
   83|  1.31k|	sc_format_asn1_entry(asn1_dirrecord + 1, label, &label_len, 0);
   84|  1.31k|	sc_format_asn1_entry(asn1_dirrecord + 2, path, &path_len, 0);
   85|  1.31k|	sc_format_asn1_entry(asn1_dirrecord + 3, ddo, &ddo_len, 0);
   86|       |
   87|  1.31k|	r = sc_asn1_decode(ctx, asn1_dir, *buf, *buflen, (const u8 **) buf, buflen);
   88|  1.31k|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|  1.31k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (88:6): [True: 60, False: 1.25k]
  ------------------
   89|  1.31k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|     60|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     60|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     60|	int _ret = r; \
  |  |  |  |  155|     60|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 60, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     60|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     60|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 60, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     60|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     60|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     60|	return _ret; \
  |  |  |  |  163|     60|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|  1.25k|	LOG_TEST_RET(ctx, r, "EF(DIR) parsing failed");
  ------------------
  |  |  174|  1.25k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.25k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.25k|	int _ret = (r); \
  |  |  |  |  168|  1.25k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 725, False: 526]
  |  |  |  |  ------------------
  |  |  |  |  169|    725|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    725|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    725|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    725|		return _ret; \
  |  |  |  |  172|    725|	} \
  |  |  |  |  173|  1.25k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 526]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   91|       |
   92|    526|	conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
   93|    526|	if (conf_block)   {
  ------------------
  |  Branch (93:6): [True: 0, False: 526]
  ------------------
   94|      0|		scconf_block **blocks = NULL;
   95|      0|		char aid_str[SC_MAX_AID_STRING_SIZE];
   96|      0|		int ignore_app = 0;
   97|       |
   98|      0|		sc_bin_to_hex(aid.value, aid.len, aid_str, sizeof(aid_str), 0);
   99|      0|		blocks = scconf_find_blocks(card->ctx->conf, conf_block, "application", aid_str);
  100|      0|		if (blocks)   {
  ------------------
  |  Branch (100:7): [True: 0, False: 0]
  ------------------
  101|      0|			ignore_app = (blocks[0] && scconf_get_bool(blocks[0], "disable", 0));
  ------------------
  |  Branch (101:18): [True: 0, False: 0]
  |  Branch (101:31): [True: 0, False: 0]
  ------------------
  102|      0|			free(blocks);
  103|      0|		 }
  104|       |
  105|      0|		if (ignore_app)   {
  ------------------
  |  Branch (105:7): [True: 0, False: 0]
  ------------------
  106|      0|			sc_log(ctx, "Application '%s' ignored", aid_str);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  107|      0|			LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|      0|		}
  109|      0|	}
  110|       |
  111|    526|	app = calloc(1, sizeof(struct sc_app_info));
  112|    526|	if (app == NULL)
  ------------------
  |  Branch (112:6): [True: 0, False: 526]
  ------------------
  113|    526|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|       |
  115|    526|	memcpy(&app->aid, &aid, sizeof(struct sc_aid));
  116|       |
  117|    526|	if (asn1_dirrecord[1].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|    526|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (117:6): [True: 15, False: 511]
  ------------------
  118|     15|		app->label = strdup((char *) label);
  119|    511|	else
  120|    511|		app->label = NULL;
  121|       |
  122|    526|	if (asn1_dirrecord[2].flags & SC_ASN1_PRESENT && path_len > 0) {
  ------------------
  |  |  147|  1.05k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (122:6): [True: 272, False: 254]
  |  Branch (122:51): [True: 254, False: 18]
  ------------------
  123|       |		/* application path present: ignore AID */
  124|    254|		if (path_len > SC_MAX_PATH_SIZE) {
  ------------------
  |  |   47|    254|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (124:7): [True: 11, False: 243]
  ------------------
  125|     11|			free(app->label);
  126|     11|			free(app);
  127|     11|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "Application path is too long.");
  ------------------
  |  |  174|     11|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     11|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     11|	int _ret = (r); \
  |  |  |  |  168|     11|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  128|     11|		}
  129|    243|		memcpy(app->path.value, path, path_len);
  130|    243|		app->path.len = path_len;
  131|    243|		app->path.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|    243|#define SC_PATH_TYPE_PATH		2
  ------------------
  132|    243|	}
  133|    272|	else {
  134|       |		/* application path not present: use AID as application path */
  135|    272|		memcpy(app->path.value, aid.value, aid.len);
  136|    272|		app->path.len = aid.len;
  137|    272|		app->path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    272|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  138|    272|	}
  139|       |
  140|    515|	if (asn1_dirrecord[3].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    515|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (140:6): [True: 50, False: 465]
  ------------------
  141|     50|		app->ddo.value = malloc(ddo_len);
  142|     50|		if (app->ddo.value == NULL) {
  ------------------
  |  Branch (142:7): [True: 0, False: 50]
  ------------------
  143|      0|			free(app->label);
  144|      0|			free(app);
  145|      0|			LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "Cannot allocate DDO value");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  146|      0|		}
  147|     50|		memcpy(app->ddo.value, ddo, ddo_len);
  148|     50|		app->ddo.len = ddo_len;
  149|    465|	} else {
  150|    465|		app->ddo.value = NULL;
  151|    465|		app->ddo.len = 0;
  152|    465|	}
  153|       |
  154|    515|	app->rec_nr = rec_nr;
  155|    515|	card->app[card->app_count] = app;
  156|    515|	card->app_count++;
  157|       |
  158|    515|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    515|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    515|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    515|	int _ret = r; \
  |  |  |  |  155|    515|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 515, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    515|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 515]
  |  |  |  |  ------------------
  |  |  |  |  157|    515|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    515|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    515|	return _ret; \
  |  |  |  |  163|    515|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|    515|}

sc_parse_ef_atr:
  135|  1.39k|{
  136|  1.39k|	struct sc_context *ctx = card->ctx;
  137|  1.39k|	struct sc_path path;
  138|  1.39k|	struct sc_file *file = NULL;
  139|  1.39k|	int rv;
  140|  1.39k|	unsigned char *buf = NULL;
  141|  1.39k|	size_t size;
  142|  1.39k|	size_t off = 0;
  143|       |
  144|  1.39k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.39k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.39k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.39k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.39k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.39k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  145|       |
  146|  1.39k|	sc_format_path("3F002F01", &path);
  147|  1.39k|	rv = sc_select_file(card, &path, &file);
  148|  1.39k|	LOG_TEST_GOTO_ERR(ctx, rv, "Cannot select EF(ATR) file");
  ------------------
  |  |  184|  1.39k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.39k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.39k|	int _ret = (r); \
  |  |  |  |  178|  1.39k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 819, False: 575]
  |  |  |  |  ------------------
  |  |  |  |  179|    819|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    819|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    819|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    819|		goto err; \
  |  |  |  |  182|    819|	} \
  |  |  |  |  183|  1.39k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 575]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  149|       |
  150|    575|	if (file->size) {
  ------------------
  |  Branch (150:6): [True: 94, False: 481]
  ------------------
  151|     94|		size = file->size;
  152|    481|	} else {
  153|    481|		size = 1024;
  154|    481|	}
  155|    575|	buf = malloc(size);
  156|    575|	if (!buf) {
  ------------------
  |  Branch (156:6): [True: 0, False: 575]
  ------------------
  157|      0|		rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  158|      0|		LOG_TEST_GOTO_ERR(ctx, rv, "Memory allocation error");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|      0|	}
  160|    575|	rv = sc_read_binary(card, 0, buf, size, 0);
  161|    575|	LOG_TEST_GOTO_ERR(ctx, rv, "Cannot read EF(ATR) file");
  ------------------
  |  |  184|    575|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    575|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    575|	int _ret = (r); \
  |  |  |  |  178|    575|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 174, False: 401]
  |  |  |  |  ------------------
  |  |  |  |  179|    174|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    174|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    174|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    174|		goto err; \
  |  |  |  |  182|    174|	} \
  |  |  |  |  183|    575|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 401]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|       |
  163|       |	/* Workaround: Some cards seem to have a buggy storage of the EF.ATR */
  164|    401|	if ((card->type == SC_CARD_TYPE_IASECC_CPX) ||
  ------------------
  |  Branch (164:6): [True: 130, False: 271]
  ------------------
  165|    271|	    (card->type == SC_CARD_TYPE_IASECC_CPXCL)) {
  ------------------
  |  Branch (165:6): [True: 43, False: 228]
  ------------------
  166|       |		/* Let's keep the first byte */
  167|    173|		if ((rv > 1) &&
  ------------------
  |  Branch (167:7): [True: 167, False: 6]
  ------------------
  168|    167|		    (buf[0] == ISO7816_II_CATEGORY_TLV))
  ------------------
  |  |   28|    167|#define ISO7816_II_CATEGORY_TLV		0x80
  ------------------
  |  Branch (168:7): [True: 2, False: 165]
  ------------------
  169|      2|			off++;
  170|    173|	}
  171|    401|	rv = sc_parse_ef_atr_content(card, buf + off, rv - off);
  172|    401|	LOG_TEST_GOTO_ERR(ctx, rv, "EF(ATR) parse error");
  ------------------
  |  |  184|    401|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    401|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    401|	int _ret = (r); \
  |  |  |  |  178|    401|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 20, False: 381]
  |  |  |  |  ------------------
  |  |  |  |  179|     20|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     20|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     20|		goto err; \
  |  |  |  |  182|     20|	} \
  |  |  |  |  183|    401|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 381]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  173|       |
  174|    381|	rv = SC_SUCCESS;
  ------------------
  |  |   28|    381|#define SC_SUCCESS				0
  ------------------
  175|       |
  176|  1.39k|err:
  177|  1.39k|	sc_file_free(file);
  178|  1.39k|	free(buf);
  179|  1.39k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  1.39k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.39k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.39k|	int _ret = r; \
  |  |  |  |  155|  1.39k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.39k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.39k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.01k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.01k, False: 381]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.39k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.39k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.39k|	return _ret; \
  |  |  |  |  163|  1.39k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  180|  1.39k|}
sc_free_ef_atr:
  183|  16.4k|{
  184|  16.4k|	if (card->ef_atr)
  ------------------
  |  Branch (184:6): [True: 889, False: 15.5k]
  ------------------
  185|    889|		free(card->ef_atr);
  186|       |	card->ef_atr = NULL;
  187|  16.4k|}
ef-atr.c:sc_parse_ef_atr_content:
   36|    401|{
   37|    401|	struct sc_context *ctx = card->ctx;
   38|    401|	const unsigned char *tag = NULL;
   39|    401|	size_t taglen;
   40|    401|	struct sc_ef_atr ef_atr;
   41|       |
   42|    401|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    401|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    401|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    401|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    401|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 401]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   43|       |
   44|    401|	memset(&ef_atr, 0, sizeof(struct sc_ef_atr));
   45|       |
   46|    401|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_CARD_SERVICE, &taglen);
  ------------------
  |  |   31|    401|#define ISO7816_TAG_II_CARD_SERVICE		0x43
  ------------------
   47|    401|	if (tag && taglen >= 1)   {
  ------------------
  |  Branch (47:6): [True: 4, False: 397]
  |  Branch (47:13): [True: 1, False: 3]
  ------------------
   48|      1|		ef_atr.card_service = *tag;
   49|      1|		sc_log(ctx, "EF.ATR: card service 0x%X", ef_atr.card_service);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   50|      1|	}
   51|       |
   52|    401|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_PRE_ISSUING, &taglen);
  ------------------
  |  |   34|    401|#define ISO7816_TAG_II_PRE_ISSUING		0x46
  ------------------
   53|    401|	if (tag) {
  ------------------
  |  Branch (53:6): [True: 124, False: 277]
  ------------------
   54|    124|		size_t len = taglen > sizeof(ef_atr.pre_issuing) ? sizeof(ef_atr.pre_issuing) : taglen;
  ------------------
  |  Branch (54:16): [True: 103, False: 21]
  ------------------
   55|       |
   56|    124|		memcpy(ef_atr.pre_issuing, tag, len);
   57|    124|		ef_atr.pre_issuing_len = len;
   58|       |
   59|    124|		sc_log(ctx, "EF.ATR: Pre-Issuing data '%s'", sc_dump_hex(ef_atr.pre_issuing, ef_atr.pre_issuing_len));
  ------------------
  |  |   71|    124|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   60|    124|	}
   61|       |
   62|    401|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_CARD_CAPABILITIES, &taglen);
  ------------------
  |  |   35|    401|#define ISO7816_TAG_II_CARD_CAPABILITIES	0x47
  ------------------
   63|    401|	if (tag && taglen >= 3) {
  ------------------
  |  Branch (63:6): [True: 3, False: 398]
  |  Branch (63:13): [True: 1, False: 2]
  ------------------
   64|      1|		ef_atr.df_selection =  *(tag + 0);
   65|      1|		ef_atr.unit_size = *(tag + 1);
   66|      1|		ef_atr.card_capabilities = *(tag + 2);
   67|      1|		sc_log(ctx, "EF.ATR: DF selection %X, unit_size %zX, card caps %X",
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   68|      1|				ef_atr.df_selection, ef_atr.unit_size, ef_atr.card_capabilities);
   69|      1|	}
   70|       |
   71|    401|	if (ef_atr.card_capabilities & ISO7816_CAP_EXTENDED_LENGTH_INFO) {
  ------------------
  |  |   45|    401|#define ISO7816_CAP_EXTENDED_LENGTH_INFO	0x20
  ------------------
  |  Branch (71:6): [True: 1, False: 400]
  ------------------
   72|       |		/* Extended Length Information in EF.ATR/INFO */
   73|      1|		tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_EXTENDED_LENGTH, &taglen);
  ------------------
  |  |   41|      1|#define ISO7816_TAG_II_EXTENDED_LENGTH		0x7F66
  ------------------
   74|      1|		if (tag && taglen >= 8) {
  ------------------
  |  Branch (74:7): [True: 0, False: 1]
  |  Branch (74:14): [True: 0, False: 0]
  ------------------
   75|       |			/* The command- and response-APDU size limitations are defined by
   76|       |			 * two integers, each nested in a DO'02'.
   77|       |			 * We skip parsing the nested DOs and jump directly to the numbers */
   78|      0|			ef_atr.max_command_apdu = bebytes2ushort(tag + 2);
   79|      0|			ef_atr.max_response_apdu = bebytes2ushort(tag + 6);
   80|      0|			sc_log(ctx, "EF.ATR: Biggest command APDU %zu bytes, response APDU %zu",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   81|      0|					ef_atr.max_command_apdu, ef_atr.max_response_apdu);
   82|      0|		}
   83|      1|	}
   84|       |
   85|    401|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_AID, &taglen);
  ------------------
  |  |   36|    401|#define ISO7816_TAG_II_AID			0x4F
  ------------------
   86|    401|	if (tag) {
  ------------------
  |  Branch (86:6): [True: 8, False: 393]
  ------------------
   87|      8|		if (taglen > sizeof(ef_atr.aid.value))
  ------------------
  |  Branch (87:7): [True: 1, False: 7]
  ------------------
   88|      8|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Invalid MF AID size");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|      7|		memcpy(ef_atr.aid.value, tag, taglen);
   90|      7|		ef_atr.aid.len = taglen;
   91|      7|		sc_log(ctx, "EF.ATR: AID '%s'", sc_dump_hex(ef_atr.aid.value, ef_atr.aid.len));
  ------------------
  |  |   71|      7|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   92|      7|	}
   93|       |
   94|       |	/* IAS/ECC specific issuer data: contains the max send/recv buffer sizes in plain and SM modes */
   95|    400|	tag = sc_asn1_find_tag(ctx, buf, buflen, IASECC_TAG_II_IO_BUFFER_SIZES, &taglen);
  ------------------
  |  |   48|    400|#define IASECC_TAG_II_IO_BUFFER_SIZES		0xE0
  ------------------
   96|    400|	if (tag) {
  ------------------
  |  Branch (96:6): [True: 195, False: 205]
  ------------------
   97|    195|		size_t len = taglen > sizeof(ef_atr.issuer_data) ? sizeof(ef_atr.issuer_data) : taglen;
  ------------------
  |  Branch (97:16): [True: 103, False: 92]
  ------------------
   98|       |
   99|    195|		memcpy(ef_atr.issuer_data, tag, len);
  100|    195|		ef_atr.issuer_data_len = len;
  101|       |
  102|    195|		sc_log(ctx, "EF.ATR: Issuer data '%s'", sc_dump_hex(ef_atr.issuer_data, ef_atr.issuer_data_len));
  ------------------
  |  |   71|    195|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  103|    195|	}
  104|       |
  105|    400|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_ALLOCATION_SCHEME, &taglen);
  ------------------
  |  |   37|    400|#define ISO7816_TAG_II_ALLOCATION_SCHEME        0x78
  ------------------
  106|    400|	if (tag)   {
  ------------------
  |  Branch (106:6): [True: 43, False: 357]
  ------------------
  107|     43|		sc_log(ctx, "EF.ATR: DER encoded OID %s", sc_dump_hex(tag, taglen));
  ------------------
  |  |   71|     43|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  108|     43|		tag = sc_asn1_find_tag(ctx, tag, taglen, SC_ASN1_TAG_OBJECT, &taglen);
  ------------------
  |  |  200|     43|#define SC_ASN1_TAG_OBJECT		6
  ------------------
  109|     43|		if (tag)   {
  ------------------
  |  Branch (109:7): [True: 41, False: 2]
  ------------------
  110|     41|			sc_log(ctx, "EF.ATR: OID %s", sc_dump_hex(tag, taglen));
  ------------------
  |  |   71|     41|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  111|     41|			if(sc_asn1_decode_object_id(tag, taglen, &ef_atr.allocation_oid))
  ------------------
  |  Branch (111:7): [True: 19, False: 22]
  ------------------
  112|     41|				LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ASN1_OBJECT);
  ------------------
  |  |  164|     19|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     19|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     19|	int _ret = r; \
  |  |  |  |  155|     19|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 19, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     19|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     19|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 19, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     19|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     19|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     19|	return _ret; \
  |  |  |  |  163|     19|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|     41|		}
  114|     43|	}
  115|       |
  116|    381|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_STATUS_SW, &taglen);
  ------------------
  |  |   39|    381|#define ISO7816_TAG_II_STATUS_SW		0x82
  ------------------
  117|    381|	if (tag && taglen == 2)   {
  ------------------
  |  Branch (117:6): [True: 4, False: 377]
  |  Branch (117:13): [True: 1, False: 3]
  ------------------
  118|      1|		ef_atr.status = *(tag + 0) * 0x100 + *(tag + 1);
  119|      1|		sc_log(ctx, "EF.ATR: status word 0x%X", ef_atr.status);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  120|      1|	}
  121|       |
  122|    381|	if (!card->ef_atr)
  ------------------
  |  Branch (122:6): [True: 375, False: 6]
  ------------------
  123|    375|		card->ef_atr = calloc(1, sizeof(struct sc_ef_atr));
  124|       |
  125|    381|	if (!card->ef_atr)
  ------------------
  |  Branch (125:6): [True: 0, False: 381]
  ------------------
  126|    381|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  127|       |
  128|    381|	memcpy(card->ef_atr, &ef_atr, sizeof(struct sc_ef_atr));
  129|       |
  130|    381|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    381|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    381|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    381|	int _ret = r; \
  |  |  |  |  155|    381|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 381, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    381|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 381]
  |  |  |  |  ------------------
  |  |  |  |  157|    381|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    381|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    381|	return _ret; \
  |  |  |  |  163|    381|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  131|    381|}

sc_parse_ef_gdo:
   92|  1.32k|{
   93|  1.32k|	struct sc_context *ctx;
   94|  1.32k|	struct sc_path path;
   95|  1.32k|	struct sc_file *file;
   96|  1.32k|	unsigned char *gdo = NULL;
   97|  1.32k|	size_t gdo_len = 0;
   98|  1.32k|	int r;
   99|       |
  100|  1.32k|	if (!card)
  ------------------
  |  Branch (100:6): [True: 0, False: 1.32k]
  ------------------
  101|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  102|       |
  103|  1.32k|	ctx = card->ctx;
  104|       |
  105|  1.32k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.32k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.32k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.32k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.32k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.32k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  106|       |
  107|  1.32k|	sc_format_path("3F002F02", &path);
  108|  1.32k|	r = sc_select_file(card, &path, &file);
  109|  1.32k|	LOG_TEST_GOTO_ERR(ctx, r, "Cannot select EF(GDO) file");
  ------------------
  |  |  184|  1.32k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.32k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.32k|	int _ret = (r); \
  |  |  |  |  178|  1.32k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 678, False: 643]
  |  |  |  |  ------------------
  |  |  |  |  179|    678|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    678|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    678|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    678|		goto err; \
  |  |  |  |  182|    678|	} \
  |  |  |  |  183|  1.32k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 643]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  110|       |
  111|    643|	if (file->size) {
  ------------------
  |  Branch (111:6): [True: 34, False: 609]
  ------------------
  112|     34|		gdo_len = file->size;
  113|    609|	} else {
  114|    609|		gdo_len = 64;
  115|    609|	}
  116|    643|	gdo = malloc(gdo_len);
  117|    643|	if (!gdo) {
  ------------------
  |  Branch (117:6): [True: 0, False: 643]
  ------------------
  118|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  119|      0|		goto err;
  120|      0|	}
  121|       |
  122|    643|	r = sc_read_binary(card, 0, gdo, gdo_len, 0);
  123|    643|	LOG_TEST_GOTO_ERR(ctx, r, "Cannot read EF(GDO) file");
  ------------------
  |  |  184|    643|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    643|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    643|	int _ret = (r); \
  |  |  |  |  178|    643|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 15, False: 628]
  |  |  |  |  ------------------
  |  |  |  |  179|     15|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     15|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     15|		goto err; \
  |  |  |  |  182|     15|	} \
  |  |  |  |  183|    643|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 628]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  124|       |
  125|    628|	r = sc_parse_ef_gdo_content(gdo, r, iccsn, iccsn_len, chn, chn_len);
  126|       |
  127|  1.32k|err:
  128|  1.32k|	sc_file_free(file);
  129|  1.32k|	free(gdo);
  130|       |
  131|  1.32k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  1.32k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.32k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.32k|	int _ret = r; \
  |  |  |  |  155|  1.32k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.32k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.32k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    699|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 699, False: 622]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.32k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.32k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.32k|	return _ret; \
  |  |  |  |  163|  1.32k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  132|  1.32k|}
ef-gdo.c:sc_parse_ef_gdo_content:
   33|    628|{
   34|    628|	int r = SC_SUCCESS, iccsn_found = 0, chn_found = 0;
  ------------------
  |  |   28|    628|#define SC_SUCCESS				0
  ------------------
   35|    628|	const unsigned char *p = gdo;
   36|    628|	size_t left = gdo_len;
   37|       |
   38|  1.70k|	while (left >= 2) {
  ------------------
  |  Branch (38:9): [True: 1.13k, False: 572]
  ------------------
   39|  1.13k|		unsigned int cla, tag;
   40|  1.13k|		size_t tag_len;
   41|       |
   42|  1.13k|		r = sc_asn1_read_tag(&p, left, &cla, &tag, &tag_len);
   43|  1.13k|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  1.13k|#define SC_SUCCESS				0
  ------------------
  |  Branch (43:7): [True: 38, False: 1.09k]
  ------------------
   44|     38|			if (r == SC_ERROR_ASN1_END_OF_CONTENTS) {
  ------------------
  |  |   84|     38|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (44:8): [True: 32, False: 6]
  ------------------
   45|       |				/* not enough data */
   46|     32|				r = SC_SUCCESS;
  ------------------
  |  |   28|     32|#define SC_SUCCESS				0
  ------------------
   47|     32|			}
   48|     38|			break;
   49|     38|		}
   50|  1.09k|		if (p == NULL) {
  ------------------
  |  Branch (50:7): [True: 18, False: 1.08k]
  ------------------
   51|       |			/* done parsing */
   52|     18|			break;
   53|     18|		}
   54|       |
   55|  1.08k|		if (cla == SC_ASN1_TAG_APPLICATION) {
  ------------------
  |  |  186|  1.08k|#define SC_ASN1_TAG_APPLICATION		0x40
  ------------------
  |  Branch (55:7): [True: 626, False: 454]
  ------------------
   56|    626|			switch (tag) {
  ------------------
  |  Branch (56:12): [True: 397, False: 229]
  ------------------
   57|    362|				case 0x1A:
  ------------------
  |  Branch (57:5): [True: 362, False: 264]
  ------------------
   58|    362|					iccsn_found = 1;
   59|    362|					if (iccsn && iccsn_len) {
  ------------------
  |  Branch (59:10): [True: 362, False: 0]
  |  Branch (59:19): [True: 362, False: 0]
  ------------------
   60|    362|						memcpy(iccsn, p, MIN(tag_len, *iccsn_len));
  ------------------
  |  |   70|    362|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 24, False: 338]
  |  |  ------------------
  ------------------
   61|    362|						*iccsn_len = MIN(tag_len, *iccsn_len);
  ------------------
  |  |   70|    362|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 24, False: 338]
  |  |  ------------------
  ------------------
   62|    362|					}
   63|    362|					break;
   64|     35|				case 0x1F20:
  ------------------
  |  Branch (64:5): [True: 35, False: 591]
  ------------------
   65|     35|					chn_found = 1;
   66|     35|					if (chn && chn_len) {
  ------------------
  |  Branch (66:10): [True: 0, False: 35]
  |  Branch (66:17): [True: 0, False: 0]
  ------------------
   67|      0|						memcpy(chn, p, MIN(tag_len, *chn_len));
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   68|      0|						*chn_len = MIN(tag_len, *chn_len);
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   69|      0|					}
   70|     35|					break;
   71|    626|			}
   72|    626|		}
   73|       |
   74|  1.08k|		p += tag_len;
   75|  1.08k|		left = gdo_len - (p - gdo);
   76|  1.08k|	}
   77|       |
   78|    628|	if (!iccsn_found && iccsn_len)
  ------------------
  |  Branch (78:6): [True: 597, False: 31]
  |  Branch (78:22): [True: 597, False: 0]
  ------------------
   79|    597|		*iccsn_len = 0;
   80|    628|	if (!chn_found && chn_len)
  ------------------
  |  Branch (80:6): [True: 621, False: 7]
  |  Branch (80:20): [True: 0, False: 621]
  ------------------
   81|      0|		*chn_len = 0;
   82|       |
   83|    628|	return r;
   84|    628|}

sc_strerror:
   32|  5.34M|{
   33|  5.34M|	unsigned int error_index = 0;
   34|  5.34M|	const char *rdr_errors[] = {
   35|  5.34M|		"Generic reader error",
   36|  5.34M|		"No readers found",
   37|  5.34M|		"UNUSED",
   38|  5.34M|		"UNUSED",
   39|  5.34M|		"Card not present",
   40|  5.34M|		"Card removed",
   41|  5.34M|		"Card reset",
   42|  5.34M|		"Transmit failed",
   43|  5.34M|		"Timed out while waiting for user input",
   44|  5.34M|		"Input operation cancelled by user",
   45|  5.34M|		"The two PINs did not match",
   46|  5.34M|		"Message too long (keypad)",
   47|  5.34M|		"Timeout while waiting for event from card reader",
   48|  5.34M|		"Unresponsive card (correctly inserted?)",
   49|  5.34M|		"Reader detached",
   50|  5.34M|		"Reader reattached",
   51|  5.34M|		"Reader in use by another application"
   52|  5.34M|	};
   53|  5.34M|	const unsigned int rdr_base = -SC_ERROR_READER;
  ------------------
  |  |   31|  5.34M|#define SC_ERROR_READER				-1100
  ------------------
   54|       |
   55|  5.34M|	const char *card_errors[] = {
   56|  5.34M|		"Card command failed",
   57|  5.34M|		"File not found",
   58|  5.34M|		"Record not found",
   59|  5.34M|		"Unsupported CLA byte in APDU",
   60|  5.34M|		"Unsupported INS byte in APDU",
   61|  5.34M|		"Incorrect parameters in APDU",
   62|  5.34M|		"Wrong length",
   63|  5.34M|		"Card memory failure",
   64|  5.34M|		"Card does not support the requested operation",
   65|  5.34M|		"Not allowed",
   66|  5.34M|		"Card is invalid or cannot be handled",
   67|  5.34M|		"Security status not satisfied",
   68|  5.34M|		"Authentication method blocked",
   69|  5.34M|		"Unknown data received from card",
   70|  5.34M|		"PIN code or key incorrect",
   71|  5.34M|		"File already exists",
   72|  5.34M|		"Data object not found",
   73|  5.34M|		"Not enough memory on card",
   74|  5.34M|		"Part of returned data may be corrupted",
   75|  5.34M|		"End of file/record reached before reading Le bytes",
   76|  5.34M|		"Reference data not usable"
   77|  5.34M|	};
   78|  5.34M|	const unsigned int card_base = -SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|  5.34M|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
   79|       |
   80|  5.34M|	const char *arg_errors[] = {
   81|  5.34M|		"Invalid arguments",
   82|  5.34M|		"UNUSED",
   83|  5.34M|		"UNUSED",
   84|  5.34M|		"Buffer too small",
   85|  5.34M|		"Invalid PIN length",
   86|  5.34M|		"Invalid data",
   87|  5.34M|	};
   88|  5.34M|	const unsigned int arg_base = -SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  5.34M|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   89|       |
   90|  5.34M|	const char *int_errors[] = {
   91|  5.34M|		"Internal error",
   92|  5.34M|		"Invalid ASN.1 object",
   93|  5.34M|		"Required ASN.1 object not found",
   94|  5.34M|		"Premature end of ASN.1 stream",
   95|  5.34M|		"Out of memory",
   96|  5.34M|		"Too many objects",
   97|  5.34M|		"Object not valid",
   98|  5.34M|		"Requested object not found",
   99|  5.34M|		"Not supported",
  100|  5.34M|		"Passphrase required",
  101|  5.34M|		"Inconsistent configuration",
  102|  5.34M|		"Decryption failed",
  103|  5.34M|		"Wrong padding",
  104|  5.34M|		"Unsupported card",
  105|  5.34M|		"Unable to load external module",
  106|  5.34M|		"EF offset too large",
  107|  5.34M|		"Not implemented",
  108|  5.34M|		"Invalid Simple TLV object",
  109|  5.34M|		"Premature end of Simple TLV stream",
  110|  5.34M|	};
  111|  5.34M|	const unsigned int int_base = -SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  5.34M|#define SC_ERROR_INTERNAL			-1400
  ------------------
  112|       |
  113|  5.34M|	const char *p15i_errors[] = {
  114|  5.34M|		"Generic PKCS#15 initialization error",
  115|  5.34M|		"Syntax error",
  116|  5.34M|		"Inconsistent or incomplete PKCS#15 profile",
  117|  5.34M|		"Key length/algorithm not supported by card",
  118|  5.34M|		"No default (transport) key available",
  119|  5.34M|		"Non unique object ID",
  120|  5.34M|		"Unable to load key and certificate(s) from file",
  121|  5.34M|		"UNUSED",
  122|  5.34M|		"File template not found",
  123|  5.34M|		"Invalid PIN reference",
  124|  5.34M|		"File too small",
  125|  5.34M|	};
  126|  5.34M|	const unsigned int p15i_base = -SC_ERROR_PKCS15INIT;
  ------------------
  |  |  102|  5.34M|#define SC_ERROR_PKCS15INIT			-1500
  ------------------
  127|       |
  128|  5.34M|	const char *sm_errors[] = {
  129|  5.34M|		"Generic Secure Messaging error",
  130|  5.34M|		"Data enciphering error",
  131|  5.34M|		"Invalid secure messaging level",
  132|  5.34M|		"No session keys",
  133|  5.34M|		"Invalid session keys",
  134|  5.34M|		"Secure Messaging not initialized",
  135|  5.34M|		"Cannot authenticate card",
  136|  5.34M|		"Random generation error",
  137|  5.34M|		"Secure messaging keyset not found",
  138|  5.34M|		"IFD data missing",
  139|  5.34M|		"SM not applied",
  140|  5.34M|		"SM session already active",
  141|  5.34M|		"Invalid checksum"
  142|  5.34M|	};
  143|  5.34M|	const unsigned int sm_base = -SC_ERROR_SM;
  ------------------
  |  |  115|  5.34M|#define SC_ERROR_SM				-1600
  ------------------
  144|       |
  145|  5.34M|	const char *misc_errors[] = {
  146|  5.34M|		"Unknown error",
  147|  5.34M|		"PKCS#15 compatible smart card not found",
  148|  5.34M|	};
  149|  5.34M|	const unsigned int misc_base = -SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|  5.34M|#define SC_ERROR_UNKNOWN			-1900
  ------------------
  150|       |
  151|  5.34M|	const char *no_errors = "Success";
  152|  5.34M|	const char **errors = NULL;
  153|  5.34M|	unsigned int count = 0, err_base = 0;
  154|       |
  155|  5.34M|	if (!error)
  ------------------
  |  Branch (155:6): [True: 2.77M, False: 2.56M]
  ------------------
  156|  2.77M|		return no_errors;
  157|  2.56M|	error_index = error < 0 ? (unsigned)(-(long long int)error) : (unsigned)error;
  ------------------
  |  Branch (157:16): [True: 2.56M, False: 0]
  ------------------
  158|       |
  159|  2.56M|	if (error_index >= misc_base) {
  ------------------
  |  Branch (159:6): [True: 469, False: 2.56M]
  ------------------
  160|    469|		errors = misc_errors;
  161|    469|		count = DIM(misc_errors);
  ------------------
  |  |   29|    469|#define DIM(v)		(sizeof(v)/(sizeof((v)[0])))
  ------------------
  162|    469|		err_base = misc_base;
  163|  2.56M|	} else if (error_index >= sm_base) {
  ------------------
  |  Branch (163:13): [True: 380, False: 2.56M]
  ------------------
  164|    380|		errors = sm_errors;
  165|    380|		count = DIM(sm_errors);
  ------------------
  |  |   29|    380|#define DIM(v)		(sizeof(v)/(sizeof((v)[0])))
  ------------------
  166|    380|		err_base = sm_base;
  167|  2.56M|	} else if (error_index >= p15i_base) {
  ------------------
  |  Branch (167:13): [True: 1.56k, False: 2.56M]
  ------------------
  168|  1.56k|		errors = p15i_errors;
  169|  1.56k|		count = DIM(p15i_errors);
  ------------------
  |  |   29|  1.56k|#define DIM(v)		(sizeof(v)/(sizeof((v)[0])))
  ------------------
  170|  1.56k|		err_base = p15i_base;
  171|  2.56M|	} else if (error_index >= int_base) {
  ------------------
  |  Branch (171:13): [True: 583k, False: 1.98M]
  ------------------
  172|   583k|		errors = int_errors;
  173|   583k|		count = DIM(int_errors);
  ------------------
  |  |   29|   583k|#define DIM(v)		(sizeof(v)/(sizeof((v)[0])))
  ------------------
  174|   583k|		err_base = int_base;
  175|  1.98M|	} else if (error_index >= arg_base) {
  ------------------
  |  Branch (175:13): [True: 64.1k, False: 1.91M]
  ------------------
  176|  64.1k|		errors = arg_errors;
  177|  64.1k|		count = DIM(arg_errors);
  ------------------
  |  |   29|  64.1k|#define DIM(v)		(sizeof(v)/(sizeof((v)[0])))
  ------------------
  178|  64.1k|		err_base = arg_base;
  179|  1.91M|	} else if (error_index >= card_base) {
  ------------------
  |  Branch (179:13): [True: 1.91M, False: 2.54k]
  ------------------
  180|  1.91M|		errors = card_errors;
  181|  1.91M|		count = DIM(card_errors);
  ------------------
  |  |   29|  1.91M|#define DIM(v)		(sizeof(v)/(sizeof((v)[0])))
  ------------------
  182|  1.91M|		err_base = card_base;
  183|  1.91M|	} else if (error_index >= rdr_base) {
  ------------------
  |  Branch (183:13): [True: 0, False: 2.54k]
  ------------------
  184|      0|		errors = rdr_errors;
  185|      0|		count = DIM(rdr_errors);
  ------------------
  |  |   29|      0|#define DIM(v)		(sizeof(v)/(sizeof((v)[0])))
  ------------------
  186|      0|		err_base = rdr_base;
  187|      0|	}
  188|  2.56M|	error_index -= err_base;
  189|  2.56M|	if (error_index >= count)
  ------------------
  |  Branch (189:6): [True: 2.54k, False: 2.56M]
  ------------------
  190|  2.54k|		return misc_errors[0];
  191|  2.56M|	return errors[error_index];
  192|  2.56M|}

gp_select_aid:
   50|  1.71k|{
   51|  1.71k|	int rv;
   52|  1.71k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.71k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.71k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.71k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.71k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.71k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   53|  1.71k|	rv = iso7816_select_aid(card, aid->value, aid->len, NULL, NULL);
   54|  1.71k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  1.71k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.71k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.71k|	int _ret = r; \
  |  |  |  |  155|  1.71k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.71k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.71k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    182|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 182, False: 1.52k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.71k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.71k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.71k|	return _ret; \
  |  |  |  |  163|  1.71k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|  1.71k|}
gp_select_card_manager:
   60|  1.59k|{
   61|  1.59k|	int rv;
   62|       |
   63|  1.59k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.59k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.59k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.59k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.59k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.59k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   64|  1.59k|	rv = gp_select_aid(card, &gp_card_manager);
   65|  1.59k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  1.59k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.59k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.59k|	int _ret = r; \
  |  |  |  |  155|  1.59k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.59k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.59k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    113|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 113, False: 1.48k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.59k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.59k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.59k|	return _ret; \
  |  |  |  |  163|  1.59k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   66|  1.59k|}
gp_select_isd_rid:
   71|     65|{
   72|     65|	int rv;
   73|       |
   74|     65|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     65|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     65|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     65|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     65|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 65]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   75|     65|	rv = gp_select_aid(card, &gp_isd_rid);
   76|     65|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|     65|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     65|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     65|	int _ret = r; \
  |  |  |  |  155|     65|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 65, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     65|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     65|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 65, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     65|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     65|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     65|	return _ret; \
  |  |  |  |  163|     65|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   77|     65|}
gp_get_cplc_data:
   82|    570|{
   83|    570|	size_t len = sizeof(global_platform_cplc_data_t);
   84|    570|	u8 *receive_buf = (u8 *)cplc_data;
   85|    570|	struct sc_apdu apdu;
   86|    570|	int rc;
   87|       |
   88|    570|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, ISO7816_INS_GET_DATA, 0x9f, 0x7f);
  ------------------
  |  |  292|    570|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
              	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, ISO7816_INS_GET_DATA, 0x9f, 0x7f);
  ------------------
  |  |   34|    570|#define ISO7816_INS_GET_DATA    0xca
  ------------------
   89|    570|	apdu.cla = GLOBAL_PLATFORM_CLASS;
  ------------------
  |  |   31|    570|#define GLOBAL_PLATFORM_CLASS   0x80
  ------------------
   90|    570|	apdu.resp = receive_buf;
   91|    570|	apdu.resplen = len;
   92|    570|	apdu.le = len;
   93|       |
   94|    570|	rc = sc_transmit_apdu(card, &apdu);
   95|    570|	if (rc < 0)
  ------------------
  |  Branch (95:6): [True: 1, False: 569]
  ------------------
   96|    570|		LOG_FUNC_RETURN(card->ctx, rc);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   97|       |
   98|    569|	rc = sc_check_sw(card, apdu.sw1, apdu.sw2);
   99|    569|	if (rc < 0)
  ------------------
  |  Branch (99:6): [True: 6, False: 563]
  ------------------
  100|    569|		LOG_FUNC_RETURN(card->ctx, rc);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|       |
  102|       |	/* We expect this will fill the whole structure in the argument.
  103|       |	 * If we got something else, report error */
  104|    563|	if ((size_t)apdu.resplen < sizeof(global_platform_cplc_data_t)) {
  ------------------
  |  Branch (104:6): [True: 4, False: 559]
  ------------------
  105|      4|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_CORRUPTED_DATA);
  ------------------
  |  |  164|      4|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      4|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      4|	int _ret = r; \
  |  |  |  |  155|      4|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      4|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      4|	return _ret; \
  |  |  |  |  163|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  106|      4|	}
  107|    559|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|    559|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    559|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    559|	int _ret = r; \
  |  |  |  |  155|    559|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 559]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    559|	} else { \
  |  |  |  |  159|    559|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    559|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    559|	} \
  |  |  |  |  162|    559|	return _ret; \
  |  |  |  |  163|    559|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|    559|}

iasecc_sdo_free_fields:
  150|    346|{
  151|    346|	if (sdo == NULL) {
  ------------------
  |  Branch (151:6): [True: 0, False: 346]
  ------------------
  152|      0|		return;
  153|      0|	}
  154|       |
  155|    346|	free(sdo->docp.tries_maximum.value);
  156|    346|	free(sdo->docp.tries_remaining.value);
  157|    346|	free(sdo->docp.usage_remaining.value);
  158|    346|	free(sdo->docp.non_repudiation.value);
  159|    346|	free(sdo->docp.acls_contact.value);
  160|    346|	free(sdo->docp.acls_contactless.value);
  161|    346|	free(sdo->docp.size.value);
  162|    346|	free(sdo->docp.name.value);
  163|    346|	free(sdo->docp.issuer_data.value);
  164|       |
  165|    346|	if (sdo->sdo_class == IASECC_SDO_CLASS_RSA_PUBLIC)   {
  ------------------
  |  |  101|    346|#define IASECC_SDO_CLASS_RSA_PUBLIC	0x20
  ------------------
  |  Branch (165:6): [True: 0, False: 346]
  ------------------
  166|      0|		free(sdo->data.pub_key.n.value);
  167|      0|		free(sdo->data.pub_key.e.value);
  168|      0|		free(sdo->data.pub_key.compulsory.value);
  169|      0|		free(sdo->data.pub_key.chr.value);
  170|      0|		free(sdo->data.pub_key.cha.value);
  171|      0|	}
  172|    346|	else if (sdo->sdo_class == IASECC_SDO_CLASS_RSA_PRIVATE)   {
  ------------------
  |  |  100|    346|#define IASECC_SDO_CLASS_RSA_PRIVATE	0x10
  ------------------
  |  Branch (172:11): [True: 0, False: 346]
  ------------------
  173|      0|		free(sdo->data.prv_key.p.value);
  174|      0|		free(sdo->data.prv_key.q.value);
  175|      0|		free(sdo->data.prv_key.iqmp.value);
  176|      0|		free(sdo->data.prv_key.dmp1.value);
  177|      0|		free(sdo->data.prv_key.dmq1.value);
  178|      0|		free(sdo->data.prv_key.compulsory.value);
  179|      0|	}
  180|    346|	else if (sdo->sdo_class == IASECC_SDO_CLASS_CHV)   {
  ------------------
  |  |   98|    346|#define IASECC_SDO_CLASS_CHV		0x01
  ------------------
  |  Branch (180:11): [True: 152, False: 194]
  ------------------
  181|    152|		free(sdo->data.chv.size_max.value);
  182|    152|		free(sdo->data.chv.size_min.value);
  183|    152|		free(sdo->data.chv.value.value);
  184|    152|	}
  185|       |	/* invalidate all the other members too */
  186|    346|	memset(sdo, 0, sizeof(struct iasecc_sdo));
  187|    346|}
iasecc_se_get_crt:
  254|     35|{
  255|     35|	struct sc_context *ctx = card->ctx;
  256|     35|	int ii;
  257|       |
  258|     35|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     35|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     35|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     35|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     35|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  259|     35|	if (!se || !crt)
  ------------------
  |  Branch (259:6): [True: 0, False: 35]
  |  Branch (259:13): [True: 0, False: 35]
  ------------------
  260|     35|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  261|     35|	sc_log(ctx, "CRT search template: %X:%X:%X, refs %X:%X:...",
  ------------------
  |  |   71|     35|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  262|     35|			crt->tag, crt->algo, crt->usage, crt->refs[0], crt->refs[1]);
  263|       |
  264|    349|	for (ii=0; ii<SC_MAX_CRTS_IN_SE && se->crts[ii].tag; ii++)   {
  ------------------
  |  |   50|    698|#define SC_MAX_CRTS_IN_SE		12
  ------------------
  |  Branch (264:13): [True: 328, False: 21]
  |  Branch (264:37): [True: 314, False: 14]
  ------------------
  265|    314|		if (crt->tag != se->crts[ii].tag)
  ------------------
  |  Branch (265:7): [True: 304, False: 10]
  ------------------
  266|    304|			continue;
  267|     10|		if (crt->algo && crt->algo != se->crts[ii].algo)
  ------------------
  |  Branch (267:7): [True: 0, False: 10]
  |  Branch (267:20): [True: 0, False: 0]
  ------------------
  268|      0|			continue;
  269|     10|		if (crt->usage && crt->usage != se->crts[ii].usage)
  ------------------
  |  Branch (269:7): [True: 10, False: 0]
  |  Branch (269:21): [True: 10, False: 0]
  ------------------
  270|     10|			continue;
  271|      0|		if (crt->refs[0] && crt->refs[0] != se->crts[ii].refs[0])
  ------------------
  |  Branch (271:7): [True: 0, False: 0]
  |  Branch (271:23): [True: 0, False: 0]
  ------------------
  272|      0|			continue;
  273|       |
  274|      0|		memcpy(crt, &se->crts[ii], sizeof(*crt));
  275|       |
  276|      0|		sc_log(ctx, "iasecc_se_get_crt() found CRT with refs %X:%X:...",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  277|      0|				se->crts[ii].refs[0], se->crts[ii].refs[1]);
  278|      0|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  279|      0|	}
  280|       |
  281|     35|	sc_log(ctx, "iasecc_se_get_crt() CRT is not found");
  ------------------
  |  |   71|     35|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  282|     35|	return SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|     35|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  283|     35|}
iasecc_se_parse:
  317|    174|{
  318|    174|	struct sc_context *ctx = card->ctx;
  319|    174|	size_t size, offs;
  320|    174|	int size_size;
  321|    174|	int rv;
  322|       |
  323|    174|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    174|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    174|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    174|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    174|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 174]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  324|    174|	sc_log(ctx, "data_len %zu", data_len);
  ------------------
  |  |   71|    174|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  325|       |
  326|    174|	if (data_len < 1)
  ------------------
  |  Branch (326:6): [True: 10, False: 164]
  ------------------
  327|    174|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|       |
  329|    164|	if (*data == IASECC_SDO_TEMPLATE_TAG)   {
  ------------------
  |  |   29|    164|#define IASECC_SDO_TEMPLATE_TAG	0x70
  ------------------
  |  Branch (329:6): [True: 34, False: 130]
  ------------------
  330|     34|		size_size = iasecc_parse_size(data + 1, data_len - 1, &size);
  331|     34|		LOG_TEST_RET(ctx, size_size, "parse error: invalid size data of IASECC_SDO_TEMPLATE");
  ------------------
  |  |  174|     34|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     34|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     34|	int _ret = (r); \
  |  |  |  |  168|     34|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 31]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|     34|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  332|       |
  333|     31|		if (data_len < size + size_size + 1)
  ------------------
  |  Branch (333:7): [True: 7, False: 24]
  ------------------
  334|     31|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      7|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      7|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      7|	int _ret = r; \
  |  |  |  |  155|      7|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      7|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      7|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      7|	return _ret; \
  |  |  |  |  163|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  335|       |
  336|     24|		data += size_size + 1;
  337|     24|		data_len = size;
  338|     24|		sc_log(ctx, "IASECC_SDO_TEMPLATE: size %zu, size_size %d", size, size_size);
  ------------------
  |  |   71|     24|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  339|       |
  340|     24|		if (data_len < 3)
  ------------------
  |  Branch (340:7): [True: 7, False: 17]
  ------------------
  341|     24|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      7|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      7|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      7|	int _ret = r; \
  |  |  |  |  155|      7|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      7|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      7|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      7|	return _ret; \
  |  |  |  |  163|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|       |
  343|     17|		if (*data != IASECC_SDO_TAG_HEADER)
  ------------------
  |  |   27|     17|#define IASECC_SDO_TAG_HEADER	0xBF
  ------------------
  |  Branch (343:7): [True: 6, False: 11]
  ------------------
  344|     17|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  345|       |
  346|     11|		if ((*(data + 1) & 0x7F) != IASECC_SDO_CLASS_SE)
  ------------------
  |  |  102|     11|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
  |  Branch (346:7): [True: 3, False: 8]
  ------------------
  347|     11|			 LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  348|       |
  349|      8|		size_size = iasecc_parse_size(data + 3, data_len - 3, &size);
  350|      8|		LOG_TEST_RET(ctx, size_size, "parse error: invalid SDO SE data size");
  ------------------
  |  |  174|      8|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      8|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      8|	int _ret = (r); \
  |  |  |  |  168|      8|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  351|       |
  352|      5|		if (data_len != size + size_size + 3)
  ------------------
  |  Branch (352:7): [True: 3, False: 2]
  ------------------
  353|      5|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: invalid SDO SE data size");
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  354|       |
  355|      2|		data += 3 + size_size;
  356|      2|		data_len = size;
  357|      2|		sc_log(ctx, "IASECC_SDO_TEMPLATE SE: size %zu, size_size %d", size, size_size);
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  358|      2|	}
  359|       |
  360|    132|	if (*data != IASECC_SDO_CLASS_SE)   {
  ------------------
  |  |  102|    132|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
  |  Branch (360:6): [True: 16, False: 116]
  ------------------
  361|     16|		sc_log(ctx, "Invalid SE tag 0x%X; data length %zu", *data, data_len);
  ------------------
  |  |   71|     16|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  362|     16|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     16|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     16|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     16|	int _ret = r; \
  |  |  |  |  155|     16|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     16|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     16|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     16|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     16|	return _ret; \
  |  |  |  |  163|     16|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|     16|	}
  364|       |
  365|    116|	size_size = iasecc_parse_size(data + 1, data_len - 1, &size);
  366|    116|	LOG_TEST_RET(ctx, size_size, "parse error: invalid size data");
  ------------------
  |  |  174|    116|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    116|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    116|	int _ret = (r); \
  |  |  |  |  168|    116|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 105]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|    116|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 105]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  367|       |
  368|    105|	if (data_len != size + size_size + 1)
  ------------------
  |  Branch (368:6): [True: 7, False: 98]
  ------------------
  369|    105|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: invalid SE data size");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|       |
  371|     98|	offs = 1 + size_size;
  372|    939|	for (; offs < data_len;)   {
  ------------------
  |  Branch (372:9): [True: 907, False: 32]
  ------------------
  373|    907|		rv = iasecc_crt_parse(card, data + offs, data_len - offs, se);
  374|    907|		LOG_TEST_RET(ctx, rv, "parse error: invalid SE data");
  ------------------
  |  |  174|    907|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    907|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    907|	int _ret = (r); \
  |  |  |  |  168|    907|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 66, False: 841]
  |  |  |  |  ------------------
  |  |  |  |  169|     66|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     66|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     66|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     66|		return _ret; \
  |  |  |  |  172|     66|	} \
  |  |  |  |  173|    907|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 841]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  375|       |
  376|    841|		offs += rv;
  377|    841|	}
  378|       |
  379|     32|	if (offs != data_len)
  ------------------
  |  Branch (379:6): [True: 0, False: 32]
  ------------------
  380|     32|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: not totally parsed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  381|       |
  382|     32|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     32|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     32|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     32|	int _ret = r; \
  |  |  |  |  155|     32|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 32, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     32|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  157|     32|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     32|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     32|	return _ret; \
  |  |  |  |  163|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  383|     32|}
iasecc_sdo_parse:
  755|    183|{
  756|    183|	struct sc_context *ctx = card->ctx;
  757|    183|	size_t size, offs;
  758|    183|	int size_size;
  759|    183|	int rv;
  760|       |
  761|    183|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    183|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    183|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    183|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    183|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 183]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  762|       |
  763|    183|	if (data == NULL || data_len < 2)
  ------------------
  |  Branch (763:6): [True: 0, False: 183]
  |  Branch (763:22): [True: 1, False: 182]
  ------------------
  764|    183|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  765|       |
  766|    182|	if (*data == IASECC_SDO_TEMPLATE_TAG)   {
  ------------------
  |  |   29|    182|#define IASECC_SDO_TEMPLATE_TAG	0x70
  ------------------
  |  Branch (766:6): [True: 19, False: 163]
  ------------------
  767|     19|		size_size = iasecc_parse_size(data + 1, data_len - 1, &size);
  768|     19|		LOG_TEST_RET(ctx, size_size, "parse error: invalid size data of IASECC_SDO_TEMPLATE");
  ------------------
  |  |  174|     19|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     19|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     19|	int _ret = (r); \
  |  |  |  |  168|     19|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|     19|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  769|       |
  770|     16|		if (data_len < (size_t)(size_size + 1)) {
  ------------------
  |  Branch (770:7): [True: 0, False: 16]
  ------------------
  771|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  772|      0|		}
  773|     16|		data += size_size + 1;
  774|     16|		data_len -= (size_size + 1);
  775|     16|		if (size > data_len) {
  ------------------
  |  Branch (775:7): [True: 10, False: 6]
  ------------------
  776|     10|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  777|     10|		}
  778|      6|		data_len = size;
  779|      6|		sc_log(ctx, "IASECC_SDO_TEMPLATE: size %zu, size_size %d", size, size_size);
  ------------------
  |  |   71|      6|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  780|      6|	}
  781|       |
  782|    169|	if (data_len < 4 || *data != IASECC_SDO_TAG_HEADER)
  ------------------
  |  |   27|    162|#define IASECC_SDO_TAG_HEADER	0xBF
  ------------------
  |  Branch (782:6): [True: 7, False: 162]
  |  Branch (782:22): [True: 2, False: 160]
  ------------------
  783|    169|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      9|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      9|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      9|	int _ret = r; \
  |  |  |  |  155|      9|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      9|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      9|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      9|	return _ret; \
  |  |  |  |  163|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  784|       |
  785|    160|	if (sdo->sdo_class != (*(data + 1) & 0x7F))
  ------------------
  |  Branch (785:6): [True: 1, False: 159]
  ------------------
  786|    160|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  787|       |
  788|    159|	if (sdo->sdo_ref != (*(data + 2) & 0x3F))
  ------------------
  |  Branch (788:6): [True: 1, False: 158]
  ------------------
  789|    159|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  790|       |
  791|    158|	size_size = iasecc_parse_size(data + 3, data_len - 3, &size);
  792|    158|	LOG_TEST_RET(ctx, size_size, "parse error: invalid size data");
  ------------------
  |  |  174|    158|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    158|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    158|	int _ret = (r); \
  |  |  |  |  168|    158|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 154]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|    158|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 154]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|       |
  794|    154|	if (data_len != size + size_size + 3)
  ------------------
  |  Branch (794:6): [True: 1, False: 153]
  ------------------
  795|    154|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: invalid SDO data size");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  796|       |
  797|    153|	sc_log(ctx, "sz %zu, sz_size %d", size, size_size);
  ------------------
  |  |   71|    153|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  798|       |
  799|    153|	offs = 3 + size_size;
  800|    349|	for (; offs < data_len;)   {
  ------------------
  |  Branch (800:9): [True: 346, False: 3]
  ------------------
  801|    346|		rv = iasecc_sdo_parse_data(card, data + offs, data_len - offs, sdo);
  802|    346|		if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    346|#define SC_SUCCESS				0
  ------------------
  |  Branch (802:7): [True: 346, False: 0]
  ------------------
  803|    346|			iasecc_sdo_free_fields(card, sdo);
  804|    346|			LOG_TEST_RET(ctx, rv, "parse error: invalid SDO data");
  ------------------
  |  |  174|    346|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    346|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    346|	int _ret = (r); \
  |  |  |  |  168|    346|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 150, False: 196]
  |  |  |  |  ------------------
  |  |  |  |  169|    150|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    150|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    150|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    150|		return _ret; \
  |  |  |  |  172|    150|	} \
  |  |  |  |  173|    346|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 196]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  805|    346|		}
  806|       |
  807|    196|		offs += rv;
  808|    196|	}
  809|       |
  810|      3|	if (offs != data_len)
  ------------------
  |  Branch (810:6): [True: 0, False: 3]
  ------------------
  811|      3|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: not totally parsed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  812|       |
  813|      3|	sc_log(ctx, "docp.acls_contact.size %zu, docp.size.size %zu",
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  814|      3|			sdo->docp.acls_contact.size, sdo->docp.size.size);
  815|       |
  816|      3|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  817|      3|}
iasecc_docp_copy:
 1327|     35|{
 1328|     35|	int rv;
 1329|       |
 1330|     35|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     35|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     35|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     35|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     35|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1331|     35|	if (!in || !out)
  ------------------
  |  Branch (1331:6): [True: 0, False: 35]
  |  Branch (1331:13): [True: 0, False: 35]
  ------------------
 1332|     35|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1333|       |
 1334|     35|	memset(out, 0, sizeof(struct iasecc_sdo_docp));
 1335|       |
 1336|     35|	rv = iasecc_tlv_copy(ctx, &in->name, &out->name);
 1337|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1338|       |
 1339|     35|	rv = iasecc_tlv_copy(ctx, &in->tries_maximum, &out->tries_maximum);
 1340|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1341|       |
 1342|     35|	rv = iasecc_tlv_copy(ctx, &in->tries_remaining, &out->tries_remaining);
 1343|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1344|       |
 1345|     35|	rv = iasecc_tlv_copy(ctx, &in->usage_maximum, &out->usage_maximum);
 1346|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1347|       |
 1348|     35|	rv = iasecc_tlv_copy(ctx, &in->usage_remaining, &out->usage_remaining);
 1349|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1350|       |
 1351|     35|	rv = iasecc_tlv_copy(ctx, &in->non_repudiation, &out->non_repudiation);
 1352|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1353|       |
 1354|     35|	rv = iasecc_tlv_copy(ctx, &in->size, &out->size);
 1355|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1356|       |
 1357|     35|	rv = iasecc_tlv_copy(ctx, &in->acls_contact, &out->acls_contact);
 1358|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1359|       |
 1360|     35|	rv = iasecc_tlv_copy(ctx, &in->acls_contactless, &out->acls_contactless);
 1361|     35|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1362|       |
 1363|     35|	out->amb = in->amb;
 1364|     35|	memcpy(out->scbs, in->scbs, sizeof(out->scbs));
 1365|       |
 1366|     35|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     35|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     35|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     35|	int _ret = r; \
  |  |  |  |  155|     35|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 35, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  157|     35|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     35|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     35|	return _ret; \
  |  |  |  |  163|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1367|     35|}
iasecc-sdo.c:iasecc_parse_acls:
   44|     29|{
   45|     29|	struct sc_context *ctx = card->ctx;
   46|     29|	struct iasecc_extended_tlv *acls = &docp->acls_contact;
   47|     29|	int ii;
   48|     29|	size_t offs;
   49|     29|	unsigned char mask = 0x40;
   50|       |
   51|     29|	if (flags)
  ------------------
  |  Branch (51:6): [True: 0, False: 29]
  ------------------
   52|      0|		acls = &docp->acls_contactless;
   53|       |
   54|     29|	if (!acls->size)
  ------------------
  |  Branch (54:6): [True: 8, False: 21]
  ------------------
   55|     29|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      8|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      8|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      8|	int _ret = r; \
  |  |  |  |  155|      8|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      8|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      8|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      8|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      8|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      8|	return _ret; \
  |  |  |  |  163|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   56|       |
   57|     21|	docp->amb = *(acls->value + 0);
   58|     21|	memset(docp->scbs, 0xFF, sizeof(docp->scbs));
   59|    153|	for (ii=0, offs = 1; ii<7; ii++, mask >>= 1)
  ------------------
  |  Branch (59:23): [True: 135, False: 18]
  ------------------
   60|    135|		if (mask & docp->amb) {
  ------------------
  |  Branch (60:7): [True: 37, False: 98]
  ------------------
   61|     37|			if (offs >= acls->size) {
  ------------------
  |  Branch (61:8): [True: 3, False: 34]
  ------------------
   62|      3|				LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   63|      3|			}
   64|     34|			docp->scbs[ii] = *(acls->value + offs++);
   65|     34|		}
   66|       |
   67|     18|	sc_log(ctx, "iasecc_parse_docp() SCBs %02X:%02X:%02X:%02X:%02X:%02X:%02X",
  ------------------
  |  |   71|     18|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   68|     18|			docp->scbs[0],docp->scbs[1],docp->scbs[2],docp->scbs[3],
   69|     18|			docp->scbs[4],docp->scbs[5],docp->scbs[6]);
   70|     18|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     18|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     18|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     18|	int _ret = r; \
  |  |  |  |  155|     18|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  157|     18|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     18|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     18|	return _ret; \
  |  |  |  |  163|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   71|     18|}
iasecc-sdo.c:iasecc_crt_parse:
  200|    907|{
  201|    907|	struct sc_context *ctx = card->ctx;
  202|    907|	struct sc_crt crt;
  203|    907|	int ii, offs, len, parsed_len = -1;
  204|       |
  205|    907|	sc_log(ctx, "iasecc_crt_parse(0x%X) called", *data);
  ------------------
  |  |   71|    907|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  206|       |
  207|    907|	if (data_len < 2)
  ------------------
  |  Branch (207:6): [True: 1, False: 906]
  ------------------
  208|    907|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|       |
  210|    906|	memset(&crt, 0, sizeof(crt));
  211|    906|	crt.tag = *(data + 0);
  212|    906|	len = *(data + 1);
  213|       |
  214|  1.00k|	for(offs = 2; offs < len + 2; offs += 3)   {
  ------------------
  |  Branch (214:16): [True: 153, False: 851]
  ------------------
  215|    153|		if ((size_t) offs + 2 >= data_len)
  ------------------
  |  Branch (215:7): [True: 12, False: 141]
  ------------------
  216|    153|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|     12|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     12|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     12|	int _ret = r; \
  |  |  |  |  155|     12|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     12|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     12|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     12|	return _ret; \
  |  |  |  |  163|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  217|    141|		sc_log(ctx, "iasecc_crt_parse(0x%X) CRT %X -> %X", *data, *(data + offs), *(data + offs + 2));
  ------------------
  |  |   71|    141|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  218|    141|		if (*(data + offs) == IASECC_CRT_TAG_USAGE)   {
  ------------------
  |  |  111|    141|#define IASECC_CRT_TAG_USAGE		0x95
  ------------------
  |  Branch (218:7): [True: 20, False: 121]
  ------------------
  219|     20|			crt.usage = *(data + offs + 2);
  220|     20|		}
  221|    121|		else if (*(data + offs) == IASECC_CRT_TAG_REFERENCE)   {
  ------------------
  |  |  112|    121|#define IASECC_CRT_TAG_REFERENCE	0x83
  ------------------
  |  Branch (221:12): [True: 57, False: 64]
  ------------------
  222|     57|			int nn_refs = sizeof(crt.refs) / sizeof(crt.refs[0]);
  223|       |
  224|    181|			for (ii=0; ii<nn_refs && crt.refs[ii]; ii++)
  ------------------
  |  Branch (224:15): [True: 180, False: 1]
  |  Branch (224:29): [True: 124, False: 56]
  ------------------
  225|    124|				;
  226|     57|			if (ii == nn_refs)
  ------------------
  |  Branch (226:8): [True: 1, False: 56]
  ------------------
  227|     57|				LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  228|       |
  229|     56|			crt.refs[ii] = *(data + offs + 2);
  230|     56|		}
  231|     64|		else if (*(data + offs) == IASECC_CRT_TAG_ALGO)   {
  ------------------
  |  |  113|     64|#define IASECC_CRT_TAG_ALGO		0x80
  ------------------
  |  Branch (231:12): [True: 22, False: 42]
  ------------------
  232|     22|			crt.algo = *(data + offs + 2);
  233|     22|		}
  234|     42|		else   {
  235|     42|			LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     42|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     42|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     42|	int _ret = r; \
  |  |  |  |  155|     42|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 42, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     42|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     42|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 42, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     42|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     42|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     42|	return _ret; \
  |  |  |  |  163|     42|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  236|     42|		}
  237|    141|	}
  238|       |
  239|  3.84k|	for (ii=0; ii<SC_MAX_CRTS_IN_SE; ii++)
  ------------------
  |  |   50|  3.84k|#define SC_MAX_CRTS_IN_SE		12
  ------------------
  |  Branch (239:13): [True: 3.83k, False: 10]
  ------------------
  240|  3.83k|		if (!se->crts[ii].tag)
  ------------------
  |  Branch (240:7): [True: 841, False: 2.99k]
  ------------------
  241|    841|			break;
  242|       |
  243|    851|	if (ii==SC_MAX_CRTS_IN_SE)
  ------------------
  |  |   50|    851|#define SC_MAX_CRTS_IN_SE		12
  ------------------
  |  Branch (243:6): [True: 10, False: 841]
  ------------------
  244|    851|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "iasecc_crt_parse() error: too much CRTs in SE");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  245|       |
  246|    841|	memcpy(&se->crts[ii], &crt, sizeof(crt));
  247|    841|	parsed_len = len + 2;
  248|    841|	LOG_FUNC_RETURN(ctx, parsed_len);
  ------------------
  |  |  164|    841|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    841|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    841|	int _ret = r; \
  |  |  |  |  155|    841|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 841]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    841|	} else { \
  |  |  |  |  159|    841|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    841|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    841|	} \
  |  |  |  |  162|    841|	return _ret; \
  |  |  |  |  163|    841|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|    841|}
iasecc-sdo.c:iasecc_parse_size:
  388|  1.25k|{
  389|  1.25k|	if (data_len > 0 && *data < 0x80) {
  ------------------
  |  Branch (389:6): [True: 1.23k, False: 15]
  |  Branch (389:22): [True: 962, False: 273]
  ------------------
  390|    962|		*out = *data;
  391|    962|		return 1;
  392|    962|	}
  393|    288|	else if (data_len > 1 && *data == 0x81) {
  ------------------
  |  Branch (393:11): [True: 267, False: 21]
  |  Branch (393:27): [True: 180, False: 87]
  ------------------
  394|    180|		*out = *(data + 1);
  395|    180|		return 2;
  396|    180|	}
  397|    108|	else if (data_len > 2 && *data == 0x82) {
  ------------------
  |  Branch (397:11): [True: 80, False: 28]
  |  Branch (397:27): [True: 56, False: 24]
  ------------------
  398|     56|		*out = *(data + 1) * 0x100 + *(data + 2);
  399|     56|		return 3;
  400|     56|	}
  401|       |
  402|     52|	return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     52|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  403|  1.25k|}
iasecc-sdo.c:iasecc_sdo_parse_data:
  667|    346|{
  668|    346|	struct sc_context *ctx = card->ctx;
  669|    346|	struct iasecc_extended_tlv tlv;
  670|    346|	int tlv_size, rv;
  671|       |
  672|    346|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    346|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    346|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    346|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    346|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 346]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  673|    346|	sc_log(ctx, "iasecc_sdo_parse_data() class %X; ref %X", sdo->sdo_class, sdo->sdo_ref);
  ------------------
  |  |   71|    346|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  674|       |
  675|    346|	tlv_size = iasecc_parse_get_tlv(card, data, data_len, &tlv);
  676|    346|	LOG_TEST_RET(ctx, tlv_size, "parse error: get TLV");
  ------------------
  |  |  174|    346|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    346|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    346|	int _ret = (r); \
  |  |  |  |  168|    346|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 22, False: 324]
  |  |  |  |  ------------------
  |  |  |  |  169|     22|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     22|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     22|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     22|		return _ret; \
  |  |  |  |  172|     22|	} \
  |  |  |  |  173|    346|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 324]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  677|       |
  678|    324|	sc_log(ctx, "iasecc_sdo_parse_data() tlv.tag 0x%X", tlv.tag);
  ------------------
  |  |   71|    324|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  679|    324|	if (tlv.tag == IASECC_DOCP_TAG)   {
  ------------------
  |  |   31|    324|#define IASECC_DOCP_TAG				0xA0
  ------------------
  |  Branch (679:6): [True: 69, False: 255]
  ------------------
  680|     69|		sc_log(ctx, "iasecc_sdo_parse_data() parse IASECC_DOCP_TAG: 0x%X; size %zu",
  ------------------
  |  |   71|     69|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  681|     69|				tlv.tag, tlv.size);
  682|     69|		rv = iasecc_parse_docp(card, tlv.value, tlv.size, sdo);
  683|     69|		sc_log(ctx, "iasecc_sdo_parse_data() parsed IASECC_DOCP_TAG rv %i", rv);
  ------------------
  |  |   71|     69|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  684|     69|		free(tlv.value);
  685|     69|		LOG_TEST_RET(ctx, rv, "parse error: cannot parse DOCP");
  ------------------
  |  |  174|     69|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     69|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     69|	int _ret = (r); \
  |  |  |  |  168|     69|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 68, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|     68|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     68|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     68|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     68|		return _ret; \
  |  |  |  |  172|     68|	} \
  |  |  |  |  173|     69|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  686|     69|	}
  687|    255|	else if (tlv.tag == IASECC_DOCP_TAG_NON_REPUDIATION)   {
  ------------------
  |  |   37|    255|#define IASECC_DOCP_TAG_NON_REPUDIATION 		0x9E
  ------------------
  |  Branch (687:11): [True: 81, False: 174]
  ------------------
  688|     81|		free(sdo->docp.non_repudiation.value);
  689|     81|		sdo->docp.non_repudiation = tlv;
  690|     81|	}
  691|    174|	else if (tlv.tag == IASECC_DOCP_TAG_USAGE_REMAINING)   {
  ------------------
  |  |   36|    174|#define IASECC_DOCP_TAG_USAGE_REMAINING		0x9D
  ------------------
  |  Branch (691:11): [True: 23, False: 151]
  ------------------
  692|     23|		free(sdo->docp.usage_remaining.value);
  693|     23|		sdo->docp.usage_remaining = tlv;
  694|     23|	}
  695|    151|	else if (tlv.tag == IASECC_DOCP_TAG_TRIES_MAXIMUM)   {
  ------------------
  |  |   33|    151|#define IASECC_DOCP_TAG_TRIES_MAXIMUM		0x9A
  ------------------
  |  Branch (695:11): [True: 16, False: 135]
  ------------------
  696|     16|		free(sdo->docp.tries_maximum.value);
  697|     16|		sdo->docp.tries_maximum = tlv;
  698|     16|	}
  699|    135|	else if (tlv.tag == IASECC_DOCP_TAG_TRIES_REMAINING)   {
  ------------------
  |  |   34|    135|#define IASECC_DOCP_TAG_TRIES_REMAINING		0x9B
  ------------------
  |  Branch (699:11): [True: 15, False: 120]
  ------------------
  700|     15|		free(sdo->docp.tries_remaining.value);
  701|     15|		sdo->docp.tries_remaining = tlv;
  702|     15|	}
  703|    120|	else if (tlv.tag == IASECC_SDO_CHV_TAG)   {
  ------------------
  |  |   63|    120|#define IASECC_SDO_CHV_TAG		0x7F41
  ------------------
  |  Branch (703:11): [True: 81, False: 39]
  ------------------
  704|     81|		if (sdo->sdo_class != IASECC_SDO_CLASS_CHV) {
  ------------------
  |  |   98|     81|#define IASECC_SDO_CLASS_CHV		0x01
  ------------------
  |  Branch (704:7): [True: 2, False: 79]
  ------------------
  705|      2|			free(tlv.value);
  706|      2|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: IASECC_SDO_CHV_TAG tag in non User CHV SDO");
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  707|      2|		}
  708|       |
  709|     79|		rv = iasecc_parse_chv(card, tlv.value, tlv.size, &sdo->data.chv);
  710|     79|		free(tlv.value);
  711|     79|		LOG_TEST_RET(ctx, rv, "parse error: cannot parse SDO CHV data");
  ------------------
  |  |  174|     79|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     79|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     79|	int _ret = (r); \
  |  |  |  |  168|     79|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 19, False: 60]
  |  |  |  |  ------------------
  |  |  |  |  169|     19|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     19|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     19|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     19|		return _ret; \
  |  |  |  |  172|     19|	} \
  |  |  |  |  173|     79|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 60]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  712|     79|	}
  713|     39|	else if (tlv.tag == IASECC_SDO_PUBKEY_TAG)   {
  ------------------
  |  |   76|     39|#define IASECC_SDO_PUBKEY_TAG			0x7F49
  ------------------
  |  Branch (713:11): [True: 1, False: 38]
  ------------------
  714|      1|		if (sdo->sdo_class != IASECC_SDO_CLASS_RSA_PUBLIC) {
  ------------------
  |  |  101|      1|#define IASECC_SDO_CLASS_RSA_PUBLIC	0x20
  ------------------
  |  Branch (714:7): [True: 1, False: 0]
  ------------------
  715|      1|			free(tlv.value);
  716|      1|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: SDO_PUBLIC_KEY tag in non PUBLIC_KEY SDO");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  717|      1|		}
  718|       |
  719|      0|		rv = iasecc_parse_pubkey(card, tlv.value, tlv.size, &sdo->data.pub_key);
  720|      0|		free(tlv.value);
  721|      0|		LOG_TEST_RET(ctx, rv, "parse error: cannot parse SDO PUBLIC KEY data");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  722|      0|	}
  723|     38|	else if (tlv.tag == IASECC_SDO_PRVKEY_TAG)   {
  ------------------
  |  |   68|     38|#define IASECC_SDO_PRVKEY_TAG			0x7F48
  ------------------
  |  Branch (723:11): [True: 1, False: 37]
  ------------------
  724|      1|		if (sdo->sdo_class != IASECC_SDO_CLASS_RSA_PRIVATE) {
  ------------------
  |  |  100|      1|#define IASECC_SDO_CLASS_RSA_PRIVATE	0x10
  ------------------
  |  Branch (724:7): [True: 1, False: 0]
  ------------------
  725|      1|			free(tlv.value);
  726|      1|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: SDO_PRIVATE_KEY tag in non PRIVATE_KEY SDO");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  727|      1|		}
  728|       |
  729|      0|		rv = iasecc_parse_prvkey(card, tlv.value, tlv.size, &sdo->data.prv_key);
  730|      0|		free(tlv.value);
  731|      0|		LOG_TEST_RET(ctx, rv, "parse error: cannot parse SDO PRIVATE KEY data");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|      0|	}
  733|     37|	else if (tlv.tag == IASECC_SDO_KEYSET_TAG)   {
  ------------------
  |  |   83|     37|#define IASECC_SDO_KEYSET_TAG			0xA2
  ------------------
  |  Branch (733:11): [True: 1, False: 36]
  ------------------
  734|      1|		if (sdo->sdo_class != IASECC_SDO_CLASS_KEYSET) {
  ------------------
  |  |   99|      1|#define IASECC_SDO_CLASS_KEYSET		0x0A
  ------------------
  |  Branch (734:7): [True: 1, False: 0]
  ------------------
  735|      1|			free(tlv.value);
  736|      1|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: SDO_KEYSET tag in non KEYSET SDO");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  737|      1|		}
  738|       |
  739|      0|		rv = iasecc_parse_keyset(card, tlv.value, tlv.size, &sdo->data.keyset);
  740|      0|		free(tlv.value);
  741|      0|		LOG_TEST_RET(ctx, rv, "parse error: cannot parse SDO KEYSET data");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|      0|	}
  743|     36|	else   {
  744|     36|		sc_log(ctx, "iasecc_sdo_parse_data() non supported tag 0x%X", tlv.tag);
  ------------------
  |  |   71|     36|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  745|     36|		free(tlv.value);
  746|     36|		LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|     36|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     36|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     36|	int _ret = r; \
  |  |  |  |  155|     36|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 36, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     36|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     36|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 36, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     36|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     36|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     36|	return _ret; \
  |  |  |  |  163|     36|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  747|     36|	}
  748|       |
  749|    196|	return tlv_size;
  750|    324|}
iasecc-sdo.c:iasecc_parse_get_tlv:
  408|    916|{
  409|    916|	struct sc_context *ctx = card->ctx;
  410|    916|	int size_len, tag_len;
  411|       |
  412|    916|	memset(tlv, 0, sizeof(*tlv));
  413|    916|	sc_log(ctx, "iasecc_parse_get_tlv() called for tag 0x%X", *data);
  ------------------
  |  |   71|    916|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  414|    916|	if (data_len < 1)
  ------------------
  |  Branch (414:6): [True: 0, False: 916]
  ------------------
  415|    916|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  416|    916|	if ((*data == 0x7F) || (*data == 0x5F))   {
  ------------------
  |  Branch (416:6): [True: 113, False: 803]
  |  Branch (416:25): [True: 3, False: 800]
  ------------------
  417|    116|		if (data_len < 2)
  ------------------
  |  Branch (417:7): [True: 1, False: 115]
  ------------------
  418|    116|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  419|    115|		tlv->tag = *data * 0x100 + *(data + 1);
  420|    115|		tag_len = 2;
  421|    115|	}
  422|    800|	else   {
  423|    800|		tlv->tag = *data;
  424|    800|		tag_len = 1;
  425|    800|	}
  426|       |
  427|    915|	sc_log(ctx, "iasecc_parse_get_tlv() tlv->tag 0x%X", tlv->tag);
  ------------------
  |  |   71|    915|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  428|    915|	size_len = iasecc_parse_size(data + tag_len, data_len - tag_len, &tlv->size);
  429|    915|	LOG_TEST_RET(ctx, size_len, "parse error: invalid size data");
  ------------------
  |  |  174|    915|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    915|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    915|	int _ret = (r); \
  |  |  |  |  168|    915|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 28, False: 887]
  |  |  |  |  ------------------
  |  |  |  |  169|     28|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     28|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     28|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     28|		return _ret; \
  |  |  |  |  172|     28|	} \
  |  |  |  |  173|    915|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 887]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|    887|	if (tag_len + size_len + tlv->size > data_len) {
  ------------------
  |  Branch (430:6): [True: 29, False: 858]
  ------------------
  431|     29|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|     29|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     29|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     29|	int _ret = r; \
  |  |  |  |  155|     29|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 29, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     29|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     29|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 29, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     29|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     29|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     29|	return _ret; \
  |  |  |  |  163|     29|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|     29|	}
  433|       |
  434|    858|	tlv->value = calloc(1, tlv->size);
  435|    858|	if (!tlv->value)
  ------------------
  |  Branch (435:6): [True: 0, False: 858]
  ------------------
  436|    858|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|    858|	memcpy(tlv->value, data + size_len + tag_len, tlv->size);
  438|       |
  439|    858|	tlv->on_card = 1;
  440|       |
  441|    858|	sc_log(ctx, "iasecc_parse_get_tlv() parsed %zu bytes", tag_len + size_len + tlv->size);
  ------------------
  |  |   71|    858|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  442|    858|	return (int)(tag_len + size_len + tlv->size);
  443|    858|}
iasecc-sdo.c:iasecc_parse_docp:
  594|     92|{
  595|     92|	struct sc_context *ctx = card->ctx;
  596|     92|	size_t offs = 0;
  597|     92|	int rv;
  598|       |
  599|     92|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     92|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     92|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     92|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     92|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  600|    252|	while(offs < data_len)   {
  ------------------
  |  Branch (600:8): [True: 223, False: 29]
  ------------------
  601|    223|		struct iasecc_extended_tlv tlv;
  602|       |
  603|    223|		rv = iasecc_parse_get_tlv(card, data + offs, data_len - offs, &tlv);
  604|    223|		LOG_TEST_RET(ctx, rv, "iasecc_parse_get_tlv() get and parse TLV error");
  ------------------
  |  |  174|    223|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    223|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    223|	int _ret = (r); \
  |  |  |  |  168|    223|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 23, False: 200]
  |  |  |  |  ------------------
  |  |  |  |  169|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     23|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     23|		return _ret; \
  |  |  |  |  172|     23|	} \
  |  |  |  |  173|    223|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 200]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  605|       |
  606|    200|		sc_log(ctx, "iasecc_parse_docp() parse_get_tlv returned %i; tag %X; size %zu",
  ------------------
  |  |   71|    200|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  607|    200|				rv, tlv.tag, tlv.size);
  608|       |
  609|    200|		if (tlv.tag == IASECC_DOCP_TAG_ACLS)   {
  ------------------
  |  |   39|    200|#define IASECC_DOCP_TAG_ACLS			0xA1
  ------------------
  |  Branch (609:7): [True: 23, False: 177]
  ------------------
  610|     23|			int _rv = iasecc_parse_docp(card, tlv.value, tlv.size, sdo);
  611|     23|			free(tlv.value);
  612|     23|			LOG_TEST_RET(ctx, _rv, "parse error: cannot parse DOCP");
  ------------------
  |  |  174|     23|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     23|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     23|	int _ret = (r); \
  |  |  |  |  168|     23|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|     23|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  613|     23|		}
  614|    177|		else if (tlv.tag == IASECC_DOCP_TAG_ACLS_CONTACT)   {
  ------------------
  |  |   40|    177|#define IASECC_DOCP_TAG_ACLS_CONTACT		0x8C
  ------------------
  |  Branch (614:12): [True: 20, False: 157]
  ------------------
  615|     20|			free(sdo->docp.acls_contact.value);
  616|     20|			sdo->docp.acls_contact = tlv;
  617|     20|		}
  618|    157|		else if (tlv.tag == IASECC_DOCP_TAG_ACLS_CONTACTLESS)   {
  ------------------
  |  |   41|    157|#define IASECC_DOCP_TAG_ACLS_CONTACTLESS	0x9C
  ------------------
  |  Branch (618:12): [True: 17, False: 140]
  ------------------
  619|     17|			free(sdo->docp.acls_contactless.value);
  620|     17|			sdo->docp.acls_contactless = tlv;
  621|     17|		}
  622|    140|		else if (tlv.tag == IASECC_DOCP_TAG_SIZE)   {
  ------------------
  |  |   38|    140|#define IASECC_DOCP_TAG_SIZE			0x80
  ------------------
  |  Branch (622:12): [True: 11, False: 129]
  ------------------
  623|     11|			free(sdo->docp.size.value);
  624|     11|			sdo->docp.size = tlv;
  625|     11|		}
  626|    129|		else if (tlv.tag == IASECC_DOCP_TAG_NAME)   {
  ------------------
  |  |   32|    129|#define IASECC_DOCP_TAG_NAME			0x84
  ------------------
  |  Branch (626:12): [True: 27, False: 102]
  ------------------
  627|     27|			free(sdo->docp.name.value);
  628|     27|			sdo->docp.name = tlv;
  629|     27|		}
  630|    102|		else if (tlv.tag == IASECC_DOCP_TAG_ISSUER_DATA)   {
  ------------------
  |  |   43|    102|#define IASECC_DOCP_TAG_ISSUER_DATA		0x85
  ------------------
  |  Branch (630:12): [True: 18, False: 84]
  ------------------
  631|     18|			free(sdo->docp.issuer_data.value);
  632|     18|			sdo->docp.issuer_data = tlv;
  633|     18|		}
  634|     84|		else if (tlv.tag == IASECC_DOCP_TAG_NON_REPUDIATION)   {
  ------------------
  |  |   37|     84|#define IASECC_DOCP_TAG_NON_REPUDIATION 		0x9E
  ------------------
  |  Branch (634:12): [True: 11, False: 73]
  ------------------
  635|     11|			free(sdo->docp.non_repudiation.value);
  636|     11|			sdo->docp.non_repudiation = tlv;
  637|     11|		}
  638|     73|		else if (tlv.tag == IASECC_DOCP_TAG_USAGE_REMAINING)   {
  ------------------
  |  |   36|     73|#define IASECC_DOCP_TAG_USAGE_REMAINING		0x9D
  ------------------
  |  Branch (638:12): [True: 14, False: 59]
  ------------------
  639|     14|			free(sdo->docp.usage_remaining.value);
  640|     14|			sdo->docp.usage_remaining = tlv;
  641|     14|		}
  642|     59|		else if (tlv.tag == IASECC_DOCP_TAG_TRIES_MAXIMUM)   {
  ------------------
  |  |   33|     59|#define IASECC_DOCP_TAG_TRIES_MAXIMUM		0x9A
  ------------------
  |  Branch (642:12): [True: 6, False: 53]
  ------------------
  643|      6|			free(sdo->docp.tries_maximum.value);
  644|      6|			sdo->docp.tries_maximum = tlv;
  645|      6|		}
  646|     53|		else if (tlv.tag == IASECC_DOCP_TAG_TRIES_REMAINING)   {
  ------------------
  |  |   34|     53|#define IASECC_DOCP_TAG_TRIES_REMAINING		0x9B
  ------------------
  |  Branch (646:12): [True: 19, False: 34]
  ------------------
  647|     19|			free(sdo->docp.tries_remaining.value);
  648|     19|			sdo->docp.tries_remaining = tlv;
  649|     19|		}
  650|     34|		else   {
  651|     34|			free(tlv.value);
  652|     34|			LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "iasecc_parse_get_tlv() parse error: non DOCP tag");
  ------------------
  |  |  174|     34|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     34|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     34|	int _ret = (r); \
  |  |  |  |  168|     34|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 34, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     34|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     34|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     34|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     34|		return _ret; \
  |  |  |  |  172|     34|	} \
  |  |  |  |  173|     34|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  653|     34|		}
  654|       |
  655|    160|		offs += rv;
  656|    160|	}
  657|       |
  658|     29|	rv = iasecc_parse_acls(card, &sdo->docp, 0);
  659|     29|	LOG_TEST_RET(ctx, rv, "Cannot parse ACLs in DOCP");
  ------------------
  |  |  174|     29|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     29|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     29|	int _ret = (r); \
  |  |  |  |  168|     29|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|     29|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  660|       |
  661|     18|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     18|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     18|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     18|	int _ret = r; \
  |  |  |  |  155|     18|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  157|     18|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     18|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     18|	return _ret; \
  |  |  |  |  163|     18|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  662|     18|}
iasecc-sdo.c:iasecc_parse_chv:
  448|     79|{
  449|     79|	struct sc_context *ctx = card->ctx;
  450|     79|	size_t offs = 0;
  451|     79|	int rv;
  452|       |
  453|     79|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     79|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     79|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     79|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     79|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 79]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  454|    407|	while(offs < data_len)   {
  ------------------
  |  Branch (454:8): [True: 347, False: 60]
  ------------------
  455|    347|		struct iasecc_extended_tlv tlv;
  456|       |
  457|    347|		rv = iasecc_parse_get_tlv(card, data + offs, data_len - offs, &tlv);
  458|    347|		LOG_TEST_RET(ctx, rv, "iasecc_parse_chv() get and parse TLV error");
  ------------------
  |  |  174|    347|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    347|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    347|	int _ret = (r); \
  |  |  |  |  168|    347|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 334]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|    347|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 334]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  459|       |
  460|    334|		sc_log(ctx, "iasecc_parse_chv() get and parse TLV returned %i; tag %X; size %zu",
  ------------------
  |  |   71|    334|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  461|    334|				rv, tlv.tag, tlv.size);
  462|       |
  463|    334|		if (tlv.tag == IASECC_SDO_CHV_TAG_SIZE_MAX) {
  ------------------
  |  |   64|    334|#define IASECC_SDO_CHV_TAG_SIZE_MAX	0x80
  ------------------
  |  Branch (463:7): [True: 51, False: 283]
  ------------------
  464|     51|			free(chv->size_max.value);
  465|     51|			chv->size_max = tlv;
  466|    283|		} else if (tlv.tag == IASECC_SDO_CHV_TAG_SIZE_MIN) {
  ------------------
  |  |   65|    283|#define IASECC_SDO_CHV_TAG_SIZE_MIN	0x81
  ------------------
  |  Branch (466:14): [True: 135, False: 148]
  ------------------
  467|    135|			free(chv->size_min.value);
  468|    135|			chv->size_min = tlv;
  469|    148|		} else if (tlv.tag == IASECC_SDO_CHV_TAG_VALUE) {
  ------------------
  |  |   66|    148|#define IASECC_SDO_CHV_TAG_VALUE	0x82
  ------------------
  |  Branch (469:14): [True: 142, False: 6]
  ------------------
  470|    142|			free(chv->value.value);
  471|    142|			chv->value = tlv;
  472|    142|		} else {
  473|      6|			free(tlv.value);
  474|      6|			LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "parse error: non CHV SDO tag");
  ------------------
  |  |  174|      6|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      6|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      6|	int _ret = (r); \
  |  |  |  |  168|      6|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  475|      6|		}
  476|       |
  477|    328|		offs += rv;
  478|    328|	}
  479|       |
  480|     60|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     60|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     60|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     60|	int _ret = r; \
  |  |  |  |  155|     60|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 60, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     60|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 60]
  |  |  |  |  ------------------
  |  |  |  |  157|     60|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     60|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     60|	return _ret; \
  |  |  |  |  163|     60|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  481|     60|}
iasecc-sdo.c:iasecc_tlv_copy:
 1304|    315|{
 1305|    315|	if (!in || !out)
  ------------------
  |  Branch (1305:6): [True: 0, False: 315]
  |  Branch (1305:13): [True: 0, False: 315]
  ------------------
 1306|    315|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1307|       |
 1308|    315|	memset(out, 0, sizeof(struct iasecc_extended_tlv));
 1309|    315|	out->tag = in->tag;
 1310|    315|	out->parent_tag = in->parent_tag;
 1311|    315|	out->on_card = in->on_card;
 1312|    315|	if (in->value && in->size)   {
  ------------------
  |  Branch (1312:6): [True: 0, False: 315]
  |  Branch (1312:19): [True: 0, False: 0]
  ------------------
 1313|      0|		out->value = calloc(1, in->size);
 1314|      0|		if (!out->value)
  ------------------
  |  Branch (1314:7): [True: 0, False: 0]
  ------------------
 1315|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1316|       |
 1317|      0|		memcpy(out->value, in->value, in->size);
 1318|      0|		out->size = in->size;
 1319|      0|	}
 1320|       |
 1321|    315|	return SC_SUCCESS;
  ------------------
  |  |   28|    315|#define SC_SUCCESS				0
  ------------------
 1322|    315|}

iasecc_sm_initialize:
  270|    222|{
  271|    222|	struct sc_context *ctx = card->ctx;
  272|    222|#ifdef ENABLE_SM
  273|    222|	struct sm_info *sm_info = &card->sm_ctx.info;
  274|    222|	struct sm_cwa_session *cwa_session = &sm_info->session.cwa;
  275|    222|	struct sc_remote_data rdata;
  276|    222|	int rv;
  277|       |
  278|    222|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    222|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    222|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    222|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    222|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 222]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  279|       |
  280|    222|	strlcpy(sm_info->config_section, card->sm_ctx.config_section, sizeof(sm_info->config_section));
  ------------------
  |  |   43|    222|#define strlcpy _strlcpy
  ------------------
  281|    222|	sm_info->cmd = cmd;
  282|    222|	sm_info->serialnr = card->serialnr;
  283|    222|	sm_info->card_type = card->type;
  284|    222|	sm_info->sm_type = SM_TYPE_CWA14890;
  ------------------
  |  |   39|    222|#define SM_TYPE_CWA14890	0x400
  ------------------
  285|       |
  286|    222|	rv = iasecc_sm_se_mutual_authentication(card, se_num);
  287|    222|	LOG_TEST_RET(ctx, rv, "iasecc_sm_initialize() MUTUAL AUTHENTICATION failed");
  ------------------
  |  |  174|    222|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    222|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    222|	int _ret = (r); \
  |  |  |  |  168|    222|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 222, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    222|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    222|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    222|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    222|		return _ret; \
  |  |  |  |  172|    222|	} \
  |  |  |  |  173|    222|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  288|       |
  289|      0|	rv = sc_get_challenge(card, cwa_session->card_challenge, SM_SMALL_CHALLENGE_LEN);
  ------------------
  |  |   85|      0|#define SM_SMALL_CHALLENGE_LEN	8
  ------------------
  290|      0|	LOG_TEST_RET(ctx, rv, "iasecc_sm_initialize() GET CHALLENGE failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  291|       |
  292|      0|	sc_remote_data_init(&rdata);
  293|       |
  294|      0|	rv = sm_save_sc_context(card, sm_info);
  295|      0|	LOG_TEST_RET(ctx, rv, "iasecc_sm_initialize() cannot save current context");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  296|       |
  297|      0|	if (!card->sm_ctx.module.ops.initialize)
  ------------------
  |  Branch (297:6): [True: 0, False: 0]
  ------------------
  298|      0|		LOG_TEST_RET(ctx, SC_ERROR_SM_NOT_INITIALIZED, "iasecc_sm_initialize() no SM module");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  299|      0|	rv = card->sm_ctx.module.ops.initialize(ctx, sm_info, &rdata);
  300|      0|	LOG_TEST_RET(ctx, rv, "iasecc_sm_initialize() INITIALIZE failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  301|       |
  302|       |
  303|      0|	if (rdata.length == 1)   {
  ------------------
  |  Branch (303:6): [True: 0, False: 0]
  ------------------
  304|      0|		rdata.data->flags |= SC_REMOTE_APDU_FLAG_RETURN_ANSWER;
  ------------------
  |  |  386|      0|#define SC_REMOTE_APDU_FLAG_RETURN_ANSWER	0x02
  ------------------
  305|      0|		rdata.data->apdu.flags &= ~SC_APDU_FLAGS_NO_GET_RESP;
  ------------------
  |  |  308|      0|#define SC_APDU_FLAGS_NO_GET_RESP	0x00000002UL
  ------------------
  306|      0|	}
  307|      0|	else   {
  308|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "TODO: SM init with more then one APDU");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  309|      0|	}
  310|       |
  311|      0|	cwa_session->mdata_len = sizeof(cwa_session->mdata);
  312|      0|	rv = iasecc_sm_transmit_apdus (card, &rdata, cwa_session->mdata, &cwa_session->mdata_len);
  313|      0|	if (rv == SC_ERROR_PIN_CODE_INCORRECT)
  ------------------
  |  |   64|      0|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (313:6): [True: 0, False: 0]
  ------------------
  314|      0|		sc_log(ctx, "SM initialization failed, %i tries left", (rdata.data + rdata.length - 1)->apdu.sw2 & 0x0F);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  315|      0|	LOG_TEST_RET(ctx, rv, "iasecc_sm_initialize() transmit APDUs failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|       |
  317|      0|	rdata.free(&rdata);
  318|       |
  319|      0|	sc_log(ctx, "MA data(len:%zu) '%s'", cwa_session->mdata_len,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  320|      0|			sc_dump_hex(cwa_session->mdata, cwa_session->mdata_len));
  321|      0|	if (cwa_session->mdata_len != 0x48)
  ------------------
  |  Branch (321:6): [True: 0, False: 0]
  ------------------
  322|      0|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "iasecc_sm_initialize() invalid MUTUAL AUTHENTICATE result data");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  323|       |
  324|      0|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  325|       |#else
  326|       |	LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "built without support of Secure-Messaging");
  327|       |	return SC_ERROR_NOT_SUPPORTED;
  328|       |#endif
  329|      0|}
iasecc_sm_read_binary:
  586|    222|{
  587|    222|	struct sc_context *ctx = card->ctx;
  588|    222|#ifdef ENABLE_SM
  589|    222|	struct sm_info *sm_info = &card->sm_ctx.info;
  590|    222|	struct sc_remote_data rdata;
  591|    222|	struct iasecc_sm_cmd_update_binary cmd_data;
  592|    222|	int rv;
  593|       |
  594|    222|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    222|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    222|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    222|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    222|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 222]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  595|    222|	sc_log(ctx, "SM read binary: acl:%X, offs:%zu, count:%zu", se_num, offs, count);
  ------------------
  |  |   71|    222|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  596|       |
  597|    222|	rv = iasecc_sm_initialize(card, se_num, SM_CMD_FILE_READ);
  ------------------
  |  |   56|    222|#define SM_CMD_FILE_READ		0x201
  ------------------
  598|    222|	LOG_TEST_RET(ctx, rv, "iasecc_sm_read_binary() SM INITIALIZE failed");
  ------------------
  |  |  174|    222|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    222|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    222|	int _ret = (r); \
  |  |  |  |  168|    222|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 222, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    222|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    222|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    222|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    222|		return _ret; \
  |  |  |  |  172|    222|	} \
  |  |  |  |  173|    222|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  599|       |
  600|      0|	cmd_data.offs = offs;
  601|      0|	cmd_data.count = count;
  602|      0|	sm_info->cmd_data = &cmd_data;
  603|       |
  604|      0|	sc_remote_data_init(&rdata);
  605|      0|	rv = iasecc_sm_cmd(card, &rdata);
  606|      0|	LOG_TEST_RET(ctx, rv, "iasecc_sm_read_binary() SM 'READ BINARY' failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  607|       |
  608|      0|	sc_log(ctx, "IAS/ECC decode answer() rdata length %i", rdata.length);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  609|       |
  610|      0|	rv = sm_release (card, &rdata, buff, count);
  611|      0|	LOG_TEST_RET(ctx, rv, "iasecc_sm_read_binary() SM release failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  612|       |
  613|      0|	rdata.free(&rdata);
  614|      0|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  615|       |#else
  616|       |	LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "built without support of Secure-Messaging");
  617|       |	return SC_ERROR_NOT_SUPPORTED;
  618|       |#endif
  619|      0|}
iasecc-sm.c:iasecc_sm_se_mutual_authentication:
  222|    222|{
  223|    222|	struct sc_context *ctx = card->ctx;
  224|    222|	struct sm_info *sm_info = &card->sm_ctx.info;
  225|    222|	struct iasecc_se_info se;
  226|    222|	struct sc_crt *crt =  &sm_info->session.cwa.params.crt_at;
  227|    222|	struct sc_apdu apdu;
  228|    222|	unsigned char sbuf[0x100];
  229|    222|	int rv, offs;
  230|       |
  231|    222|	memset(&se, 0, sizeof(se));
  232|       |
  233|    222|	se.reference = se_num;
  234|    222|	crt->usage = IASECC_UQB_AT_MUTUAL_AUTHENTICATION;
  ------------------
  |  |  127|    222|#define IASECC_UQB_AT_MUTUAL_AUTHENTICATION	0xC0
  ------------------
  235|    222|	crt->tag = IASECC_CRT_TAG_AT;
  ------------------
  |  |  104|    222|#define IASECC_CRT_TAG_AT	0xA4
  ------------------
  236|       |
  237|    222|	rv = iasecc_se_get_info(card, &se);
  238|    222|	LOG_TEST_RET(ctx, rv, "Get SE info error");
  ------------------
  |  |  174|    222|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    222|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    222|	int _ret = (r); \
  |  |  |  |  168|    222|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 187, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|    187|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    187|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    187|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    187|		return _ret; \
  |  |  |  |  172|    187|	} \
  |  |  |  |  173|    222|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  239|       |
  240|     35|	rv = iasecc_se_get_crt(card, &se, crt);
  241|     35|	sc_file_free(se.df);
  242|     35|	LOG_TEST_RET(ctx, rv, "Cannot get authentication CRT");
  ------------------
  |  |  174|     35|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     35|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     35|	int _ret = (r); \
  |  |  |  |  168|     35|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 35, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     35|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     35|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     35|		return _ret; \
  |  |  |  |  172|     35|	} \
  |  |  |  |  173|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|       |
  244|       |	/* MSE SET Mutual Authentication SK scheme */
  245|      0|	offs = 0;
  246|      0|	sbuf[offs++] = IASECC_CRT_TAG_ALGO;
  ------------------
  |  |  113|      0|#define IASECC_CRT_TAG_ALGO		0x80
  ------------------
  247|      0|	sbuf[offs++] = 0x01;
  248|      0|	sbuf[offs++] = crt->algo;
  249|      0|	sbuf[offs++] = IASECC_CRT_TAG_REFERENCE;
  ------------------
  |  |  112|      0|#define IASECC_CRT_TAG_REFERENCE	0x83
  ------------------
  250|      0|	sbuf[offs++] = 0x01;
  251|      0|	sbuf[offs++] = crt->refs[0];
  252|       |
  253|      0|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0xC1, 0xA4);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  254|      0|	apdu.data = sbuf;
  255|      0|	apdu.datalen = offs;
  256|      0|	apdu.lc = offs;
  257|       |
  258|      0|	rv = sc_transmit_apdu(card, &apdu);
  259|      0|	LOG_TEST_RET(ctx, rv, "SM set SE mutual auth.: APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|      0|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  261|      0|	LOG_TEST_RET(ctx, rv, "SM set SE mutual auth.: set SE error");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  262|       |
  263|      0|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  264|      0|}

iso7816_fixup_transceive_length:
   36|  65.4k|{
   37|  65.4k|	if (card == NULL || apdu == NULL) {
  ------------------
  |  Branch (37:6): [True: 0, False: 65.4k]
  |  Branch (37:22): [True: 0, False: 65.4k]
  ------------------
   38|      0|		return;
   39|      0|	}
   40|       |
   41|  65.4k|	if (apdu->lc > sc_get_max_send_size(card)) {
  ------------------
  |  Branch (41:6): [True: 710, False: 64.7k]
  ------------------
   42|       |		/* The lower layers will automatically do chaining */
   43|    710|		apdu->flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|    710|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
   44|    710|	}
   45|       |
   46|  65.4k|	if (apdu->le > sc_get_max_recv_size(card)) {
  ------------------
  |  Branch (46:6): [True: 2.93k, False: 62.5k]
  ------------------
   47|       |		/* The lower layers will automatically do a GET RESPONSE, if possible.
   48|       |		 * All other workarounds must be carried out by the upper layers. */
   49|  2.93k|		apdu->le = sc_get_max_recv_size(card);
   50|  2.93k|	}
   51|  65.4k|}
encode_do_data:
  177|  16.8k|{
  178|  16.8k|	unsigned char offset_buffer[2];
  179|  16.8k|	size_t offset_buffer_len = sizeof offset_buffer;
  180|  16.8k|	struct sc_asn1_entry asn1_do_data[sizeof c_asn1_do_data / sizeof *c_asn1_do_data];
  181|  16.8k|	sc_copy_asn1_entry(c_asn1_do_data, asn1_do_data);
  182|       |
  183|  16.8k|	if (idx > 0xFFFF)
  ------------------
  |  Branch (183:6): [True: 0, False: 16.8k]
  ------------------
  184|  16.8k|		LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "Offset beyond 0xFFFF not supported");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|  16.8k|	offset_buffer[0] = (u8) (idx >> 8);
  186|  16.8k|	offset_buffer[1] = (u8) (idx & 0x00FF);
  187|  16.8k|	sc_format_asn1_entry(asn1_do_data + 0, offset_buffer, &offset_buffer_len, 1);
  188|       |
  189|  16.8k|	if (data && data_len) {
  ------------------
  |  Branch (189:6): [True: 0, False: 16.8k]
  |  Branch (189:14): [True: 0, False: 0]
  ------------------
  190|      0|		sc_format_asn1_entry(asn1_do_data + 1, (void *) &data, &data_len, 1);
  191|  16.8k|	} else {
  192|  16.8k|		sc_format_asn1_entry(asn1_do_data + 1, NULL, NULL, 0);
  193|  16.8k|	}
  194|       |
  195|  16.8k|	LOG_TEST_RET(ctx,
  ------------------
  |  |  174|  16.8k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  16.8k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  16.8k|	int _ret = (r); \
  |  |  |  |  168|  16.8k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 16.8k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  16.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 16.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|  16.8k|			sc_asn1_encode(ctx, asn1_do_data, out, outlen),
  197|  16.8k|			"sc_asn1_encode() failed");
  198|       |
  199|  16.8k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.8k|#define SC_SUCCESS				0
  ------------------
  200|  16.8k|}
decode_do_data:
  205|  14.1k|{
  206|  14.1k|	struct sc_asn1_entry asn1_do_data[sizeof c_asn1_do_data / sizeof *c_asn1_do_data];
  207|  14.1k|	sc_copy_asn1_entry(c_asn1_do_data, asn1_do_data);
  208|       |
  209|  14.1k|	sc_format_asn1_entry(asn1_do_data + 0, NULL, NULL, 0);
  210|  14.1k|	sc_format_asn1_entry(asn1_do_data + 1, out, outlen, 0);
  211|       |
  212|  14.1k|	LOG_TEST_RET(ctx,
  ------------------
  |  |  174|  14.1k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  14.1k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  14.1k|	int _ret = (r); \
  |  |  |  |  168|  14.1k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.53k, False: 12.6k]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.53k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.53k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.53k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.53k|		return _ret; \
  |  |  |  |  172|  1.53k|	} \
  |  |  |  |  173|  14.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 12.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  213|  12.6k|			sc_asn1_decode(ctx, asn1_do_data, encoded_data, encoded_data_len, NULL, NULL),
  214|  12.6k|			"sc_asn1_decode() failed");
  215|       |
  216|  12.6k|	if (!(asn1_do_data[1].flags & SC_ASN1_PRESENT))
  ------------------
  |  |  147|  12.6k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (216:6): [True: 10.4k, False: 2.20k]
  ------------------
  217|  10.4k|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  10.4k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  218|       |
  219|  2.20k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.20k|#define SC_SUCCESS				0
  ------------------
  220|  12.6k|}
iso7816_build_pin_apdu:
 1183|  8.54k|{
 1184|  8.54k|	int r, len = 0, pad = 0, use_pin_pad = 0, ins, p1 = 0;
 1185|  8.54k|	int cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  8.54k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1186|       |
 1187|  8.54k|	switch (data->pin_type) {
 1188|  8.54k|	case SC_AC_CHV:
  ------------------
  |  |  151|  8.54k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1188:2): [True: 8.54k, False: 0]
  ------------------
 1189|       |		/* fall through */
 1190|  8.54k|	case SC_AC_SESSION:
  ------------------
  |  |  159|  8.54k|#define SC_AC_SESSION			0x00000100 /* Session PIN */
  ------------------
  |  Branch (1190:2): [True: 0, False: 8.54k]
  ------------------
 1191|  8.54k|	case SC_AC_CONTEXT_SPECIFIC:
  ------------------
  |  |  160|  8.54k|#define SC_AC_CONTEXT_SPECIFIC		0x00000200 /* Context specific login */
  ------------------
  |  Branch (1191:2): [True: 0, False: 8.54k]
  ------------------
 1192|  8.54k|		break;
 1193|      0|	default:
  ------------------
  |  Branch (1193:2): [True: 0, False: 8.54k]
  ------------------
 1194|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1195|  8.54k|	}
 1196|       |
 1197|  8.54k|	if (data->flags & SC_PIN_CMD_NEED_PADDING)
  ------------------
  |  |  422|  8.54k|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  |  Branch (1197:6): [True: 1.51k, False: 7.02k]
  ------------------
 1198|  1.51k|		pad = 1;
 1199|  8.54k|	if (data->flags & SC_PIN_CMD_USE_PINPAD)
  ------------------
  |  |  421|  8.54k|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  |  Branch (1199:6): [True: 0, False: 8.54k]
  ------------------
 1200|      0|		use_pin_pad = 1;
 1201|       |
 1202|  8.54k|	data->pin1.offset = 5;
 1203|       |
 1204|  8.54k|	switch (data->cmd) {
 1205|  1.11k|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|  1.11k|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (1205:2): [True: 1.11k, False: 7.43k]
  ------------------
 1206|  1.11k|		ins = 0x20;
 1207|       |		/* detect overloaded APDU with SC_PIN_CMD_GET_INFO */
 1208|  1.11k|		if (data->pin1.len == 0 && !use_pin_pad)
  ------------------
  |  Branch (1208:7): [True: 0, False: 1.11k]
  |  Branch (1208:30): [True: 0, False: 0]
  ------------------
 1209|      0|			return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|      0|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
 1210|  1.11k|		if ((r = sc_build_pin(buf, buf_len, &data->pin1, pad)) < 0)
  ------------------
  |  Branch (1210:7): [True: 17, False: 1.09k]
  ------------------
 1211|     17|			return r;
 1212|  1.09k|		len = r;
 1213|  1.09k|		break;
 1214|    295|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|    295|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (1214:2): [True: 295, False: 8.24k]
  ------------------
 1215|    295|		ins = 0x24;
 1216|    295|		if (data->pin1.len != 0 || (use_pin_pad && !( data->flags & SC_PIN_CMD_IMPLICIT_CHANGE))) {
  ------------------
  |  |  423|      0|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
  |  Branch (1216:7): [True: 276, False: 19]
  |  Branch (1216:31): [True: 0, False: 19]
  |  Branch (1216:46): [True: 0, False: 0]
  ------------------
 1217|    276|			if ((r = sc_build_pin(buf, buf_len, &data->pin1, pad)) < 0)
  ------------------
  |  Branch (1217:8): [True: 10, False: 266]
  ------------------
 1218|     10|				return r;
 1219|    266|			len += r;
 1220|    266|		}
 1221|     19|		else {
 1222|       |			/* implicit test */
 1223|     19|			p1 = 1;
 1224|     19|		}
 1225|       |
 1226|    285|		data->pin2.offset = data->pin1.offset + len;
 1227|    285|		if ((r = sc_build_pin(buf+len, buf_len-len, &data->pin2, pad)) < 0)
  ------------------
  |  Branch (1227:7): [True: 14, False: 271]
  ------------------
 1228|     14|			return r;
 1229|       |		/* Special case - where provided the old PIN on the command line
 1230|       |		 * but expect the new one to be entered on the keypad.
 1231|       |		 */
 1232|    271|		if (data->pin1.len && data->pin2.len == 0) {
  ------------------
  |  Branch (1232:7): [True: 252, False: 19]
  |  Branch (1232:25): [True: 0, False: 252]
  ------------------
 1233|      0|			sc_log(card->ctx, "Special case - initial pin provided - but new pin asked on keypad");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1234|      0|			data->flags |= SC_PIN_CMD_IMPLICIT_CHANGE;
  ------------------
  |  |  423|      0|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
 1235|      0|		};
 1236|    271|		len += r;
 1237|    271|		break;
 1238|    385|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|    385|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (1238:2): [True: 385, False: 8.15k]
  ------------------
 1239|    385|		ins = 0x2C;
 1240|    385|		if (data->pin1.len != 0 || (use_pin_pad && !( data->flags & SC_PIN_CMD_IMPLICIT_CHANGE))) {
  ------------------
  |  |  423|      0|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
  |  Branch (1240:7): [True: 370, False: 15]
  |  Branch (1240:31): [True: 0, False: 15]
  |  Branch (1240:46): [True: 0, False: 0]
  ------------------
 1241|    370|			if ((r = sc_build_pin(buf, buf_len, &data->pin1, pad)) < 0)
  ------------------
  |  Branch (1241:8): [True: 6, False: 364]
  ------------------
 1242|      6|				return r;
 1243|    364|			len += r;
 1244|    364|		} else {
 1245|     15|			p1 |= 0x02;
 1246|     15|		}
 1247|       |
 1248|    379|		if (data->pin2.len != 0 || use_pin_pad) {
  ------------------
  |  Branch (1248:7): [True: 379, False: 0]
  |  Branch (1248:30): [True: 0, False: 0]
  ------------------
 1249|    379|			data->pin2.offset = data->pin1.offset + len;
 1250|    379|			if ((r = sc_build_pin(buf+len, buf_len-len, &data->pin2, pad)) < 0)
  ------------------
  |  Branch (1250:8): [True: 13, False: 366]
  ------------------
 1251|     13|				return r;
 1252|    366|			len += r;
 1253|    366|		} else {
 1254|      0|			p1 |= 0x01;
 1255|      0|		}
 1256|    366|		if (p1 == 0x03) {
  ------------------
  |  Branch (1256:7): [True: 0, False: 366]
  ------------------
 1257|       |			/* No data to send or to receive */
 1258|      0|			cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
 1259|      0|		}
 1260|    366|		break;
 1261|  6.75k|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|  6.75k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1261:2): [True: 6.75k, False: 1.79k]
  ------------------
 1262|  6.75k|		ins = 0x20;
 1263|       |		/* No data to send or to receive */
 1264|  6.75k|		cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|  6.75k|#define SC_APDU_CASE_1			0x01
  ------------------
 1265|  6.75k|		break;
 1266|      0|	default:
  ------------------
  |  Branch (1266:2): [True: 0, False: 8.54k]
  ------------------
 1267|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1268|  8.54k|	}
 1269|       |
 1270|  8.48k|	sc_format_apdu(card, apdu, cse, ins, p1, data->pin_reference);
 1271|  8.48k|	apdu->lc = len;
 1272|  8.48k|	apdu->datalen = len;
 1273|  8.48k|	apdu->data = buf;
 1274|  8.48k|	apdu->resplen = 0;
 1275|       |
 1276|  8.48k|	return 0;
 1277|  8.54k|}
iso7816_select_aid:
 1395|  21.8k|{
 1396|  21.8k|	struct sc_context *ctx = card->ctx;
 1397|  21.8k|	struct sc_apdu apdu;
 1398|  21.8k|	int rv;
 1399|       |
 1400|  21.8k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  21.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  21.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  21.8k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 21.8k]
  |  |  ------------------
  ------------------
 1401|       |
 1402|  21.8k|	sc_format_apdu(card, &apdu, resp == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, 0xA4, 0x04, resp == NULL ? 0x0C : 0x00);
  ------------------
  |  |  293|  7.76k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
              	sc_format_apdu(card, &apdu, resp == NULL ? SC_APDU_CASE_3_SHORT : SC_APDU_CASE_4_SHORT, 0xA4, 0x04, resp == NULL ? 0x0C : 0x00);
  ------------------
  |  |  294|  14.0k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (1402:30): [True: 7.76k, False: 14.0k]
  |  Branch (1402:102): [True: 7.76k, False: 14.0k]
  ------------------
 1403|  21.8k|	apdu.lc = reqlen;
 1404|  21.8k|	apdu.data = req;
 1405|  21.8k|	apdu.datalen = reqlen;
 1406|  21.8k|	apdu.resp = resp;
 1407|  21.8k|	apdu.resplen = resp == NULL ? 0 : *resplen;
  ------------------
  |  Branch (1407:17): [True: 7.76k, False: 14.0k]
  ------------------
 1408|  21.8k|	apdu.le = resp == NULL ? 0 : 256;
  ------------------
  |  Branch (1408:12): [True: 7.76k, False: 14.0k]
  ------------------
 1409|       |
 1410|  21.8k|	rv = sc_transmit_apdu(card, &apdu);
 1411|  21.8k|	if (resplen)
  ------------------
  |  Branch (1411:6): [True: 14.0k, False: 7.76k]
  ------------------
 1412|  14.0k|		*resplen = apdu.resplen;
 1413|  21.8k|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  21.8k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  21.8k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  21.8k|	int _ret = (r); \
  |  |  |  |  168|  21.8k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 206, False: 21.6k]
  |  |  |  |  ------------------
  |  |  |  |  169|    206|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    206|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    206|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    206|		return _ret; \
  |  |  |  |  172|    206|	} \
  |  |  |  |  173|  21.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 21.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1414|       |
 1415|  21.6k|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1416|  21.6k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  21.6k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  21.6k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  21.6k|	int _ret = r; \
  |  |  |  |  155|  21.6k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 21.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  21.6k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  16.0k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 16.0k, False: 5.56k]
  |  |  |  |  ------------------
  |  |  |  |  157|  21.6k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  21.6k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  21.6k|	return _ret; \
  |  |  |  |  163|  21.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1417|  21.6k|}
sc_get_iso7816_driver:
 1485|   593k|{
 1486|   593k|	return &iso_driver;
 1487|   593k|}
iso7816.c:no_match:
 1431|  7.63k|{
 1432|  7.63k|	return 0;
 1433|  7.63k|}
iso7816.c:iso7816_read_record:
  225|  34.3k|{
  226|  34.3k|	struct sc_apdu apdu;
  227|  34.3k|	int r;
  228|       |	/* XXX maybe use some bigger buffer */
  229|  34.3k|	unsigned char resp[SC_MAX_APDU_RESP_SIZE];
  230|  34.3k|	unsigned char *encoded_data = NULL, *decoded_data = NULL;
  231|  34.3k|	size_t encoded_data_len = 0, decoded_data_len = 0;
  232|       |
  233|  34.3k|	if (rec_nr > 0xFF)
  ------------------
  |  Branch (233:6): [True: 28, False: 34.3k]
  ------------------
  234|  34.3k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|     28|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     28|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     28|	int _ret = r; \
  |  |  |  |  155|     28|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     28|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     28|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     28|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     28|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     28|	return _ret; \
  |  |  |  |  163|     28|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  235|       |
  236|  34.3k|	if (idx == 0) {
  ------------------
  |  Branch (236:6): [True: 17.5k, False: 16.8k]
  ------------------
  237|  17.5k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xB2, rec_nr, 0);
  ------------------
  |  |  301|  17.5k|#define SC_APDU_CASE_2			0x22
  ------------------
  238|  17.5k|		apdu.le = count;
  239|  17.5k|		apdu.resplen = count;
  240|  17.5k|		apdu.resp = buf;
  241|  17.5k|	} else {
  242|  16.8k|		r = encode_do_data(card->ctx, idx, NULL, 0, &encoded_data, &encoded_data_len);
  243|  16.8k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not encode data objects");
  ------------------
  |  |  184|  16.8k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  16.8k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  16.8k|	int _ret = (r); \
  |  |  |  |  178|  16.8k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 16.8k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  16.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 16.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|       |
  245|  16.8k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0xB3, rec_nr, 0);
  ------------------
  |  |  303|  16.8k|#define SC_APDU_CASE_4			0x24
  ------------------
  246|  16.8k|		apdu.lc = encoded_data_len;
  247|  16.8k|		apdu.datalen = encoded_data_len;
  248|  16.8k|		apdu.data = encoded_data;
  249|  16.8k|		apdu.le = sizeof resp;
  250|  16.8k|		apdu.resplen = sizeof resp;
  251|  16.8k|		apdu.resp = resp;
  252|  16.8k|	}
  253|  34.3k|	apdu.p2 = (flags & SC_RECORD_EF_ID_MASK) << 3;
  ------------------
  |  | 1293|  34.3k|#define SC_RECORD_EF_ID_MASK		0x0001FUL
  ------------------
  254|  34.3k|	if (flags & SC_RECORD_BY_REC_NR)
  ------------------
  |  | 1298|  34.3k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  |  Branch (254:6): [True: 34.3k, False: 0]
  ------------------
  255|  34.3k|		apdu.p2 |= 0x04;
  256|       |
  257|  34.3k|	iso7816_fixup_transceive_length(card, &apdu);
  258|  34.3k|	r = sc_transmit_apdu(card, &apdu);
  259|  34.3k|	LOG_TEST_GOTO_ERR(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  184|  34.3k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  34.3k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  34.3k|	int _ret = (r); \
  |  |  |  |  178|  34.3k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 1.19k, False: 33.1k]
  |  |  |  |  ------------------
  |  |  |  |  179|  1.19k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.19k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  1.19k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  1.19k|		goto err; \
  |  |  |  |  182|  1.19k|	} \
  |  |  |  |  183|  34.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 33.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|  33.1k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  261|  33.1k|	LOG_TEST_GOTO_ERR(card->ctx, r, "Card returned error");
  ------------------
  |  |  184|  33.1k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  33.1k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  33.1k|	int _ret = (r); \
  |  |  |  |  178|  33.1k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 3.09k, False: 30.0k]
  |  |  |  |  ------------------
  |  |  |  |  179|  3.09k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.09k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  3.09k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  3.09k|		goto err; \
  |  |  |  |  182|  3.09k|	} \
  |  |  |  |  183|  33.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 30.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  262|       |
  263|  30.0k|	if (idx == 0) {
  ------------------
  |  Branch (263:6): [True: 15.8k, False: 14.1k]
  ------------------
  264|  15.8k|		r = (int)apdu.resplen;
  265|  15.8k|	} else {
  266|  14.1k|		r = decode_do_data(card->ctx, apdu.resp, apdu.resplen,
  267|  14.1k|				&decoded_data, &decoded_data_len);
  268|  14.1k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not decode data objects");
  ------------------
  |  |  184|  14.1k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  14.1k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  14.1k|	int _ret = (r); \
  |  |  |  |  178|  14.1k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 11.9k, False: 2.20k]
  |  |  |  |  ------------------
  |  |  |  |  179|  11.9k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  11.9k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  11.9k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  11.9k|		goto err; \
  |  |  |  |  182|  11.9k|	} \
  |  |  |  |  183|  14.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.20k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|  2.20k|		if (decoded_data_len <= count) {
  ------------------
  |  Branch (269:7): [True: 1.97k, False: 237]
  ------------------
  270|  1.97k|			count = decoded_data_len;
  271|  1.97k|		}
  272|  2.20k|		memcpy(buf, decoded_data, count);
  273|  2.20k|		r = (int)count;
  274|  2.20k|	}
  275|       |
  276|  34.3k|err:
  277|  34.3k|	free(encoded_data);
  278|  34.3k|	free(decoded_data);
  279|  34.3k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  34.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  34.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  34.3k|	int _ret = r; \
  |  |  |  |  155|  34.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 17.1k, False: 17.1k]
  |  |  |  |  ------------------
  |  |  |  |  156|  17.1k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  16.2k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 16.2k, False: 926]
  |  |  |  |  ------------------
  |  |  |  |  157|  17.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  17.1k|	} else { \
  |  |  |  |  159|  17.1k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  17.1k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  17.1k|	} \
  |  |  |  |  162|  34.3k|	return _ret; \
  |  |  |  |  163|  34.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  280|  34.3k|}
iso7816.c:iso7816_select_file:
  629|  52.2k|{
  630|  52.2k|	struct sc_context *ctx;
  631|  52.2k|	struct sc_apdu apdu;
  632|  52.2k|	unsigned char buf[SC_MAX_APDU_BUFFER_SIZE];
  633|  52.2k|	unsigned char pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  634|  52.2k|	int r, pathtype;
  635|  52.2k|	size_t pathlen;
  636|  52.2k|	int select_mf = 0;
  637|  52.2k|	struct sc_file *file = NULL;
  638|  52.2k|	const u8 *buffer;
  639|  52.2k|	size_t buffer_len;
  640|  52.2k|	unsigned int cla, tag;
  641|       |
  642|  52.2k|	if (card == NULL || in_path == NULL) {
  ------------------
  |  Branch (642:6): [True: 0, False: 52.2k]
  |  Branch (642:22): [True: 0, False: 52.2k]
  ------------------
  643|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  644|      0|	}
  645|  52.2k|	ctx = card->ctx;
  646|  52.2k|	memcpy(path, in_path->value, in_path->len);
  647|  52.2k|	pathlen = in_path->len;
  648|  52.2k|	pathtype = in_path->type;
  649|       |
  650|  52.2k|	if (in_path->aid.len) {
  ------------------
  |  Branch (650:6): [True: 1.86k, False: 50.3k]
  ------------------
  651|  1.86k|		if (!pathlen) {
  ------------------
  |  Branch (651:7): [True: 1.43k, False: 424]
  ------------------
  652|  1.43k|			memcpy(path, in_path->aid.value, in_path->aid.len);
  653|  1.43k|			pathlen = in_path->aid.len;
  654|  1.43k|			pathtype = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  1.43k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  655|  1.43k|		} else {
  656|       |			/* First, select the application */
  657|    424|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 4, 0);
  ------------------
  |  |  293|    424|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  658|    424|			apdu.data = in_path->aid.value;
  659|    424|			apdu.datalen = in_path->aid.len;
  660|    424|			apdu.lc = in_path->aid.len;
  661|       |
  662|    424|			r = sc_transmit_apdu(card, &apdu);
  663|    424|			LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    424|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    424|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    424|	int _ret = (r); \
  |  |  |  |  168|    424|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 421]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|    424|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 421]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  664|    421|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  665|    421|			if (r)
  ------------------
  |  Branch (665:8): [True: 323, False: 98]
  ------------------
  666|    421|				LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    323|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    323|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    323|	int _ret = r; \
  |  |  |  |  155|    323|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 323, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    323|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    323|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 323, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    323|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    323|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    323|	return _ret; \
  |  |  |  |  163|    323|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|       |
  668|     98|			if (pathtype == SC_PATH_TYPE_PATH
  ------------------
  |  |  119|    196|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (668:8): [True: 98, False: 0]
  ------------------
  669|      0|					|| pathtype == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|      0|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (669:9): [True: 0, False: 0]
  ------------------
  670|     98|				pathtype = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|     98|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  671|     98|		}
  672|  1.86k|	}
  673|       |
  674|  51.8k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  294|  51.8k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  675|       |
  676|  51.8k|	switch (pathtype) {
  677|  10.9k|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|  10.9k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (677:2): [True: 10.9k, False: 40.8k]
  ------------------
  678|  10.9k|		apdu.p1 = 0;
  679|  10.9k|		if (pathlen != 2)
  ------------------
  |  Branch (679:7): [True: 0, False: 10.9k]
  ------------------
  680|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  681|  10.9k|		break;
  682|  22.3k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  22.3k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (682:2): [True: 22.3k, False: 29.5k]
  ------------------
  683|  22.3k|		apdu.p1 = 4;
  684|  22.3k|		break;
  685|  18.2k|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|  18.2k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (685:2): [True: 18.2k, False: 33.6k]
  ------------------
  686|  18.2k|		apdu.p1 = 8;
  687|  18.2k|		if (pathlen >= 2 && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (687:7): [True: 18.1k, False: 93]
  |  Branch (687:23): [True: 12.5k, False: 5.59k]
  ------------------
  688|  12.5k|			if (pathlen == 2) {	/* only 3F00 supplied */
  ------------------
  |  Branch (688:8): [True: 3.56k, False: 9.01k]
  ------------------
  689|  3.56k|				select_mf = 1;
  690|  3.56k|				apdu.p1 = 0;
  691|  3.56k|				break;
  692|  3.56k|			}
  693|  9.01k|			path += 2;
  694|  9.01k|			pathlen -= 2;
  695|  9.01k|		}
  696|  14.7k|		break;
  697|  14.7k|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|     98|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (697:2): [True: 98, False: 51.7k]
  ------------------
  698|     98|		apdu.p1 = 9;
  699|     98|		break;
  700|    148|	case SC_PATH_TYPE_PARENT:
  ------------------
  |  |  123|    148|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (700:2): [True: 148, False: 51.7k]
  ------------------
  701|    148|		apdu.p1 = 3;
  702|    148|		pathlen = 0;
  703|    148|		apdu.cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|    148|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  704|    148|		break;
  705|      0|	default:
  ------------------
  |  Branch (705:2): [True: 0, False: 51.8k]
  ------------------
  706|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  707|  51.8k|	}
  708|  51.8k|	apdu.lc = pathlen;
  709|  51.8k|	apdu.data = path;
  710|  51.8k|	apdu.datalen = pathlen;
  711|       |
  712|  51.8k|	if (file_out != NULL) {
  ------------------
  |  Branch (712:6): [True: 33.7k, False: 18.0k]
  ------------------
  713|  33.7k|		apdu.p2 = 0;		/* first record, return FCI */
  714|  33.7k|		apdu.resp = buf;
  715|  33.7k|		apdu.resplen = sizeof(buf);
  716|  33.7k|		apdu.le = sc_get_max_recv_size(card) < 256 ? sc_get_max_recv_size(card) : 256;
  ------------------
  |  Branch (716:13): [True: 1.01k, False: 32.7k]
  ------------------
  717|  33.7k|	}
  718|  18.0k|	else {
  719|  18.0k|		apdu.p2 = 0x0C;		/* first record, return nothing */
  720|  18.0k|		apdu.cse = (apdu.lc == 0) ? SC_APDU_CASE_1 : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
              		apdu.cse = (apdu.lc == 0) ? SC_APDU_CASE_1 : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  36.1k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (720:14): [True: 0, False: 18.0k]
  ------------------
  721|  18.0k|	}
  722|       |
  723|  51.8k|	r = sc_transmit_apdu(card, &apdu);
  724|  51.8k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  51.8k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  51.8k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  51.8k|	int _ret = (r); \
  |  |  |  |  168|  51.8k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 464, False: 51.4k]
  |  |  |  |  ------------------
  |  |  |  |  169|    464|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    464|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    464|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    464|		return _ret; \
  |  |  |  |  172|    464|	} \
  |  |  |  |  173|  51.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 51.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  725|  51.4k|	if (file_out == NULL) {
  ------------------
  |  Branch (725:6): [True: 18.0k, False: 33.3k]
  ------------------
  726|       |		/* For some cards 'SELECT' can be only with request to return FCI/FCP. */
  727|  18.0k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  728|  18.0k|		if (apdu.sw1 == 0x6A && apdu.sw2 == 0x86)   {
  ------------------
  |  Branch (728:7): [True: 110, False: 17.9k]
  |  Branch (728:27): [True: 23, False: 87]
  ------------------
  729|     23|			apdu.p2 = 0x00;
  730|     23|			if (sc_transmit_apdu(card, &apdu) == SC_SUCCESS)
  ------------------
  |  |   28|     23|#define SC_SUCCESS				0
  ------------------
  |  Branch (730:8): [True: 13, False: 10]
  ------------------
  731|     13|				r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  732|     23|		}
  733|  18.0k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (733:7): [True: 0, False: 18.0k]
  ------------------
  734|  18.0k|			LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  735|  18.0k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  18.0k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  18.0k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  18.0k|	int _ret = r; \
  |  |  |  |  155|  18.0k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18.0k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  18.0k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  12.7k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12.7k, False: 5.35k]
  |  |  |  |  ------------------
  |  |  |  |  157|  18.0k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  18.0k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  18.0k|	return _ret; \
  |  |  |  |  163|  18.0k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  736|  18.0k|	}
  737|       |
  738|  33.3k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  739|  33.3k|	if (r)
  ------------------
  |  Branch (739:6): [True: 18.0k, False: 15.2k]
  ------------------
  740|  33.3k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  18.0k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  18.0k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  18.0k|	int _ret = r; \
  |  |  |  |  155|  18.0k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18.0k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  18.0k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  18.0k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 18.0k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  18.0k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  18.0k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  18.0k|	return _ret; \
  |  |  |  |  163|  18.0k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  741|       |
  742|  15.2k|	if (file_out && (apdu.resplen == 0))   {
  ------------------
  |  Branch (742:6): [True: 15.2k, False: 0]
  |  Branch (742:18): [True: 2.84k, False: 12.3k]
  ------------------
  743|       |		/* For some cards 'SELECT' MF or DF_NAME do not return FCI. */
  744|  2.84k|		if (select_mf || pathtype == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|  2.34k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (744:7): [True: 493, False: 2.34k]
  |  Branch (744:20): [True: 1.37k, False: 977]
  ------------------
  745|  1.86k|			file = sc_file_new();
  746|  1.86k|			if (file == NULL)
  ------------------
  |  Branch (746:8): [True: 0, False: 1.86k]
  ------------------
  747|  1.86k|				LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  748|  1.86k|			file->path = *in_path;
  749|       |
  750|  1.86k|			*file_out = file;
  751|  1.86k|			LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.86k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.86k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.86k|	int _ret = r; \
  |  |  |  |  155|  1.86k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.86k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.86k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.86k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.86k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.86k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.86k|	return _ret; \
  |  |  |  |  163|  1.86k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  752|  1.86k|		}
  753|  2.84k|	}
  754|       |
  755|  13.3k|	if (apdu.resplen < 2)
  ------------------
  |  Branch (755:6): [True: 1.05k, False: 12.3k]
  ------------------
  756|  13.3k|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|  1.05k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.05k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.05k|	int _ret = r; \
  |  |  |  |  155|  1.05k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.05k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.05k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.05k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.05k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.05k|	return _ret; \
  |  |  |  |  163|  1.05k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  757|  12.3k|	switch (apdu.resp[0]) {
  758|  11.1k|	case ISO7816_TAG_FCI:
  ------------------
  |  |   15|  11.1k|#define ISO7816_TAG_FCI			0x6F
  ------------------
  |  Branch (758:2): [True: 11.1k, False: 1.13k]
  ------------------
  759|  11.9k|	case ISO7816_TAG_FCP:
  ------------------
  |  |   17|  11.9k|#define ISO7816_TAG_FCP			0x62
  ------------------
  |  Branch (759:2): [True: 755, False: 11.5k]
  ------------------
  760|  11.9k|		file = sc_file_new();
  761|  11.9k|		if (file == NULL)
  ------------------
  |  Branch (761:7): [True: 0, False: 11.9k]
  ------------------
  762|  11.9k|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  763|  11.9k|		file->path = *in_path;
  764|  11.9k|		if (card->ops->process_fci == NULL) {
  ------------------
  |  Branch (764:7): [True: 0, False: 11.9k]
  ------------------
  765|      0|			sc_file_free(file);
  766|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  767|      0|		}
  768|  11.9k|		buffer = apdu.resp;
  769|  11.9k|		r = sc_asn1_read_tag(&buffer, apdu.resplen, &cla, &tag, &buffer_len);
  770|  11.9k|		if (r == SC_SUCCESS)
  ------------------
  |  |   28|  11.9k|#define SC_SUCCESS				0
  ------------------
  |  Branch (770:7): [True: 11.0k, False: 917]
  ------------------
  771|  11.0k|			card->ops->process_fci(card, file, buffer, buffer_len);
  772|  11.9k|		*file_out = file;
  773|  11.9k|		break;
  774|    110|	case 0x00: /* proprietary coding */
  ------------------
  |  Branch (774:2): [True: 110, False: 12.2k]
  ------------------
  775|    110|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    110|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    110|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    110|	int _ret = r; \
  |  |  |  |  155|    110|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 110, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    110|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    110|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 110, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    110|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    110|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    110|	return _ret; \
  |  |  |  |  163|    110|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|    270|	default:
  ------------------
  |  Branch (776:2): [True: 270, False: 12.0k]
  ------------------
  777|    270|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    270|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    270|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    270|	int _ret = r; \
  |  |  |  |  155|    270|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 270, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    270|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    270|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 270, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    270|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    270|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    270|	return _ret; \
  |  |  |  |  163|    270|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  778|  12.3k|	}
  779|       |
  780|  11.9k|	return SC_SUCCESS;
  ------------------
  |  |   28|  11.9k|#define SC_SUCCESS				0
  ------------------
  781|  12.3k|}
iso7816.c:iso7816_get_response:
  904|  37.2k|{
  905|  37.2k|	struct sc_apdu apdu = {0};
  906|  37.2k|	int r;
  907|  37.2k|	size_t rlen;
  908|       |
  909|       |	/* request at most max_recv_size bytes */
  910|  37.2k|	if (*count > sc_get_max_recv_size(card))
  ------------------
  |  Branch (910:6): [True: 380, False: 36.8k]
  ------------------
  911|    380|		rlen = sc_get_max_recv_size(card);
  912|  36.8k|	else
  913|  36.8k|		rlen = *count;
  914|       |
  915|  37.2k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xC0, 0x00, 0x00);
  ------------------
  |  |  301|  37.2k|#define SC_APDU_CASE_2			0x22
  ------------------
  916|  37.2k|	apdu.le      = rlen;
  917|  37.2k|	apdu.resplen = rlen;
  918|  37.2k|	apdu.resp    = buf;
  919|       |	/* don't call GET RESPONSE recursively */
  920|  37.2k|	apdu.flags  |= SC_APDU_FLAGS_NO_GET_RESP;
  ------------------
  |  |  308|  37.2k|#define SC_APDU_FLAGS_NO_GET_RESP	0x00000002UL
  ------------------
  921|       |
  922|  37.2k|	r = sc_transmit_apdu(card, &apdu);
  923|  37.2k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  37.2k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  37.2k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  37.2k|	int _ret = (r); \
  |  |  |  |  168|  37.2k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 461, False: 36.7k]
  |  |  |  |  ------------------
  |  |  |  |  169|    461|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    461|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    461|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    461|		return _ret; \
  |  |  |  |  172|    461|	} \
  |  |  |  |  173|  37.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 36.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  924|       |
  925|  36.7k|	*count = apdu.resplen;
  926|       |
  927|  36.7k|	if (apdu.resplen == 0) {
  ------------------
  |  Branch (927:6): [True: 7.68k, False: 29.0k]
  ------------------
  928|  7.68k|		LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|  7.68k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.68k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.68k|	int _ret = r; \
  |  |  |  |  155|  7.68k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.68k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.68k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.68k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3.68k, False: 4.00k]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.68k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.68k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  7.68k|	return _ret; \
  |  |  |  |  163|  7.68k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  929|  7.68k|	}
  930|  29.0k|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00)
  ------------------
  |  Branch (930:6): [True: 17.1k, False: 11.8k]
  |  Branch (930:26): [True: 16.9k, False: 239]
  ------------------
  931|  16.9k|		r = 0;					/* no more data to read */
  932|  12.1k|	else if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (932:11): [True: 6.72k, False: 5.40k]
  ------------------
  933|  6.72k|		r = apdu.sw2 == 0 ? 256 : apdu.sw2;	/* more data to read    */
  ------------------
  |  Branch (933:7): [True: 2.13k, False: 4.59k]
  ------------------
  934|  5.40k|	else if (apdu.sw1 == 0x62 && apdu.sw2 == 0x82)
  ------------------
  |  Branch (934:11): [True: 1.64k, False: 3.75k]
  |  Branch (934:31): [True: 1.52k, False: 125]
  ------------------
  935|  1.52k|		r = 0; /* Le not reached but file/record ended */
  936|  3.87k|	else
  937|  3.87k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  938|       |
  939|  29.0k|	return r;
  940|  36.7k|}
iso7816.c:iso7816_restore_security_env:
 1076|     42|{
 1077|     42|	struct sc_apdu apdu;
 1078|     42|	int r;
 1079|       |
 1080|     42|	if (card == NULL) {
  ------------------
  |  Branch (1080:6): [True: 0, False: 42]
  ------------------
 1081|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1082|      0|	}
 1083|       |
 1084|     42|	sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x22, 0xF3, se_num);
  ------------------
  |  |  291|     42|#define SC_APDU_CASE_1			0x01
  ------------------
 1085|       |
 1086|     42|	r = sc_transmit_apdu(card, &apdu);
 1087|     42|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     42|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     42|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     42|	int _ret = (r); \
  |  |  |  |  168|     42|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     42|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1088|     32|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1089|     32|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|     32|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     32|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     32|	int _ret = (r); \
  |  |  |  |  168|     32|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 19]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 19]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1090|       |
 1091|     19|	return r;
 1092|     32|}
iso7816.c:iso7816_set_security_env:
  981|  1.44k|{
  982|  1.44k|	struct sc_apdu apdu;
  983|  1.44k|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
  984|  1.44k|	u8 *p;
  985|  1.44k|	int r, locked = 0;
  986|       |
  987|  1.44k|	if (card == NULL || env == NULL) {
  ------------------
  |  Branch (987:6): [True: 0, False: 1.44k]
  |  Branch (987:22): [True: 0, False: 1.44k]
  ------------------
  988|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  989|      0|	}
  990|  1.44k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, 0);
  ------------------
  |  |  293|  1.44k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  991|  1.44k|	switch (env->operation) {
  992|      0|	case SC_SEC_OPERATION_AUTHENTICATE:
  ------------------
  |  |   49|      0|#define SC_SEC_OPERATION_AUTHENTICATE	0x0003
  ------------------
  |  Branch (992:2): [True: 0, False: 1.44k]
  ------------------
  993|      0|		apdu.p2 = 0xA4;
  994|      0|		break;
  995|    339|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|    339|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (995:2): [True: 339, False: 1.10k]
  ------------------
  996|    339|	case SC_SEC_OPERATION_DERIVE:
  ------------------
  |  |   50|    339|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
  |  Branch (996:2): [True: 0, False: 1.44k]
  ------------------
  997|    339|		apdu.p2 = 0xB8;
  998|    339|		break;
  999|  1.10k|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|  1.10k|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (999:2): [True: 1.10k, False: 339]
  ------------------
 1000|  1.10k|		apdu.p2 = 0xB6;
 1001|  1.10k|		break;
 1002|      0|	default:
  ------------------
  |  Branch (1002:2): [True: 0, False: 1.44k]
  ------------------
 1003|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1004|  1.44k|	}
 1005|  1.44k|	p = sbuf;
 1006|  1.44k|	if (env->flags & SC_SEC_ENV_ALG_REF_PRESENT) {
  ------------------
  |  |   56|  1.44k|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (1006:6): [True: 992, False: 450]
  ------------------
 1007|    992|		*p++ = 0x80;	/* algorithm reference */
 1008|    992|		*p++ = 0x01;
 1009|    992|		*p++ = env->algorithm_ref & 0xFF;
 1010|    992|	}
 1011|  1.44k|	if (env->flags & SC_SEC_ENV_FILE_REF_PRESENT) {
  ------------------
  |  |   57|  1.44k|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (1011:6): [True: 0, False: 1.44k]
  ------------------
 1012|      0|		if (env->file_ref.len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|      0|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (1012:7): [True: 0, False: 0]
  ------------------
 1013|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1014|      0|		if (sizeof(sbuf) - (p - sbuf) < env->file_ref.len + 2)
  ------------------
  |  Branch (1014:7): [True: 0, False: 0]
  ------------------
 1015|      0|			return SC_ERROR_OFFSET_TOO_LARGE;
  ------------------
  |  |   96|      0|#define SC_ERROR_OFFSET_TOO_LARGE		-1415
  ------------------
 1016|       |
 1017|      0|		*p++ = 0x81;
 1018|      0|		*p++ = (u8) env->file_ref.len;
 1019|      0|		memcpy(p, env->file_ref.value, env->file_ref.len);
 1020|      0|		p += env->file_ref.len;
 1021|      0|	}
 1022|  1.44k|	if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT) {
  ------------------
  |  |   58|  1.44k|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (1022:6): [True: 1.44k, False: 0]
  ------------------
 1023|  1.44k|		if (sizeof(sbuf) - (p - sbuf) < env->key_ref_len + 2)
  ------------------
  |  Branch (1023:7): [True: 0, False: 1.44k]
  ------------------
 1024|      0|			return SC_ERROR_OFFSET_TOO_LARGE;
  ------------------
  |  |   96|      0|#define SC_ERROR_OFFSET_TOO_LARGE		-1415
  ------------------
 1025|       |
 1026|  1.44k|		if (env->flags & SC_SEC_ENV_KEY_REF_SYMMETRIC)
  ------------------
  |  |   59|  1.44k|#define SC_SEC_ENV_KEY_REF_SYMMETRIC	0x0008
  ------------------
  |  Branch (1026:7): [True: 0, False: 1.44k]
  ------------------
 1027|      0|			*p++ = 0x83;
 1028|  1.44k|		else
 1029|  1.44k|			*p++ = 0x84;
 1030|  1.44k|		if (env->key_ref_len > SC_MAX_KEYREF_SIZE)
  ------------------
  |  |   53|  1.44k|#define SC_MAX_KEYREF_SIZE		8
  ------------------
  |  Branch (1030:7): [True: 0, False: 1.44k]
  ------------------
 1031|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1032|  1.44k|		*p++ = env->key_ref_len & 0xFF;
 1033|  1.44k|		memcpy(p, env->key_ref, env->key_ref_len);
 1034|  1.44k|		p += env->key_ref_len;
 1035|  1.44k|	}
 1036|  1.44k|	r = (int)(p - sbuf);
 1037|  1.44k|	apdu.lc = r;
 1038|  1.44k|	apdu.datalen = r;
 1039|  1.44k|	apdu.data = sbuf;
 1040|  1.44k|	if (se_num > 0) {
  ------------------
  |  Branch (1040:6): [True: 0, False: 1.44k]
  ------------------
 1041|      0|		r = sc_lock(card);
 1042|      0|		LOG_TEST_RET(card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1043|      0|		locked = 1;
 1044|      0|	}
 1045|  1.44k|	if (apdu.datalen != 0) {
  ------------------
  |  Branch (1045:6): [True: 1.44k, False: 0]
  ------------------
 1046|  1.44k|		r = sc_transmit_apdu(card, &apdu);
 1047|  1.44k|		if (r) {
  ------------------
  |  Branch (1047:7): [True: 19, False: 1.42k]
  ------------------
 1048|     19|			sc_log(card->ctx, "%s: APDU transmit failed", sc_strerror(r));
  ------------------
  |  |   71|     19|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1049|     19|			goto err;
 1050|     19|		}
 1051|  1.42k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1052|  1.42k|		if (r) {
  ------------------
  |  Branch (1052:7): [True: 1.10k, False: 319]
  ------------------
 1053|  1.10k|			sc_log(card->ctx, "%s: Card returned error", sc_strerror(r));
  ------------------
  |  |   71|  1.10k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1054|  1.10k|			goto err;
 1055|  1.10k|		}
 1056|  1.42k|	}
 1057|    319|	if (se_num <= 0) {
  ------------------
  |  Branch (1057:6): [True: 319, False: 0]
  ------------------
 1058|    319|		r = SC_SUCCESS;
  ------------------
  |  |   28|    319|#define SC_SUCCESS				0
  ------------------
 1059|    319|		goto err;
 1060|    319|	}
 1061|      0|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0xF2, se_num);
  ------------------
  |  |  293|      0|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1062|      0|	r = sc_transmit_apdu(card, &apdu);
 1063|      0|	sc_unlock(card);
 1064|      0|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1065|       |
 1066|      0|	return sc_check_sw(card, apdu.sw1, apdu.sw2);
 1067|  1.44k|err:
 1068|  1.44k|	if (locked)
  ------------------
  |  Branch (1068:6): [True: 0, False: 1.44k]
  ------------------
 1069|      0|		sc_unlock(card);
 1070|  1.44k|	return r;
 1071|      0|}
iso7816.c:iso7816_decipher:
 1138|     27|{
 1139|     27|	int r;
 1140|     27|	struct sc_apdu apdu;
 1141|     27|	u8 *sbuf = NULL;
 1142|       |
 1143|     27|	if (card == NULL || crgram == NULL || out == NULL) {
  ------------------
  |  Branch (1143:6): [True: 0, False: 27]
  |  Branch (1143:22): [True: 0, False: 27]
  |  Branch (1143:40): [True: 0, False: 27]
  ------------------
 1144|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1145|      0|	}
 1146|     27|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     27|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     27|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     27|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     27|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 27]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1147|     27|	sc_log(card->ctx, "ISO7816 decipher: in-len %zu, out-len %zu", crgram_len, outlen);
  ------------------
  |  |   71|     27|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1148|       |
 1149|     27|	sbuf = malloc(crgram_len + 1);
 1150|     27|	if (sbuf == NULL)
  ------------------
  |  Branch (1150:6): [True: 0, False: 27]
  ------------------
 1151|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1152|       |
 1153|       |	/* INS: 0x2A  PERFORM SECURITY OPERATION
 1154|       |	 * P1:  0x80  Resp: Plain value
 1155|       |	 * P2:  0x86  Cmd: Padding indicator byte followed by cryptogram */
 1156|     27|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0x2A, 0x80, 0x86);
  ------------------
  |  |  303|     27|#define SC_APDU_CASE_4			0x24
  ------------------
 1157|     27|	apdu.resp    = out;
 1158|     27|	apdu.resplen = outlen;
 1159|     27|	apdu.le      = outlen;
 1160|       |
 1161|     27|	sbuf[0] = 0; /* padding indicator byte, 0x00 = No further indication */
 1162|     27|	memcpy(sbuf + 1, crgram, crgram_len);
 1163|     27|	apdu.data = sbuf;
 1164|     27|	apdu.lc = crgram_len + 1;
 1165|     27|	apdu.datalen = crgram_len + 1;
 1166|       |
 1167|     27|	iso7816_fixup_transceive_length(card, &apdu);
 1168|     27|	r = sc_transmit_apdu(card, &apdu);
 1169|     27|	sc_mem_clear(sbuf, crgram_len + 1);
 1170|     27|	free(sbuf);
 1171|     27|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     27|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     27|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     27|	int _ret = (r); \
  |  |  |  |  168|     27|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|     27|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1172|       |
 1173|     20|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00)
  ------------------
  |  Branch (1173:6): [True: 13, False: 7]
  |  Branch (1173:26): [True: 10, False: 3]
  ------------------
 1174|     20|		LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  156|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  157|      4|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      6|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      6|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      6|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1175|     10|	else
 1176|     20|		LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1177|     20|}
iso7816.c:iso7816_compute_signature:
 1099|    128|{
 1100|    128|	int r;
 1101|    128|	struct sc_apdu apdu;
 1102|       |
 1103|    128|	if (card == NULL || data == NULL || out == NULL) {
  ------------------
  |  Branch (1103:6): [True: 0, False: 128]
  |  Branch (1103:22): [True: 0, False: 128]
  |  Branch (1103:38): [True: 0, False: 128]
  ------------------
 1104|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1105|      0|	}
 1106|    128|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    128|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    128|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    128|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    128|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 128]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1107|    128|	sc_log(card->ctx, "ISO7816 compute signature: in-len %zu, out-len %zu", datalen, outlen);
  ------------------
  |  |   71|    128|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1108|       |
 1109|       |	/* INS: 0x2A  PERFORM SECURITY OPERATION
 1110|       |	 * P1:  0x9E  Resp: Digital Signature
 1111|       |	 * P2:  0x9A  Cmd: Input for Digital Signature */
 1112|    128|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0x2A, 0x9E, 0x9A);
  ------------------
  |  |  303|    128|#define SC_APDU_CASE_4			0x24
  ------------------
 1113|    128|	apdu.resp = out;
 1114|    128|	apdu.resplen = outlen;
 1115|    128|	apdu.le = outlen;
 1116|       |
 1117|    128|	apdu.data = data;
 1118|    128|	apdu.lc = datalen;
 1119|    128|	apdu.datalen = datalen;
 1120|       |
 1121|    128|	iso7816_fixup_transceive_length(card, &apdu);
 1122|    128|	r = sc_transmit_apdu(card, &apdu);
 1123|    128|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    128|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    128|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    128|	int _ret = (r); \
  |  |  |  |  168|    128|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 35, False: 93]
  |  |  |  |  ------------------
  |  |  |  |  169|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     35|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     35|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     35|		return _ret; \
  |  |  |  |  172|     35|	} \
  |  |  |  |  173|    128|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 93]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1124|     93|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00)
  ------------------
  |  Branch (1124:6): [True: 64, False: 29]
  |  Branch (1124:26): [True: 43, False: 21]
  ------------------
 1125|     93|		LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|     43|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     43|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     43|	int _ret = r; \
  |  |  |  |  155|     43|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 18, False: 25]
  |  |  |  |  ------------------
  |  |  |  |  156|     18|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  157|     18|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     25|	} else { \
  |  |  |  |  159|     25|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     25|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     25|	} \
  |  |  |  |  162|     43|	return _ret; \
  |  |  |  |  163|     43|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1126|       |
 1127|     50|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1128|     50|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|     50|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     50|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     50|	int _ret = (r); \
  |  |  |  |  168|     50|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 50, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     50|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     50|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     50|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     50|		return _ret; \
  |  |  |  |  172|     50|	} \
  |  |  |  |  173|     50|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1129|       |
 1130|      0|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1131|      0|}
iso7816.c:iso7816_check_sw:
  111|   490k|{
  112|   490k|	const int err_count = sizeof(iso7816_errors)/sizeof(iso7816_errors[0]);
  113|   490k|	int i;
  114|       |
  115|       |	/* Handle special cases here */
  116|   490k|	if (sw1 == 0x6C) {
  ------------------
  |  Branch (116:6): [True: 425, False: 489k]
  ------------------
  117|    425|		sc_log(card->ctx, "Wrong length; correct length is %d", sw2);
  ------------------
  |  |   71|    425|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  118|    425|		return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|    425|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  119|    425|	}
  120|   489k|	if (sw1 == 0x90 && sw2 == 0x00)
  ------------------
  |  Branch (120:6): [True: 206k, False: 283k]
  |  Branch (120:21): [True: 200k, False: 6.07k]
  ------------------
  121|   200k|		return SC_SUCCESS;
  ------------------
  |  |   28|   200k|#define SC_SUCCESS				0
  ------------------
  122|   289k|	if (sw1 == 0x63U && (sw2 & ~0x0fU) == 0xc0U) {
  ------------------
  |  Branch (122:6): [True: 877, False: 289k]
  |  Branch (122:22): [True: 161, False: 716]
  ------------------
  123|    161|		sc_log(card->ctx, "PIN not verified (remaining tries: %d)", (sw2 & 0x0f));
  ------------------
  |  |   71|    161|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  124|    161|		return SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|    161|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  125|    161|	}
  126|  11.8M|	for (i = 0; i < err_count; i++)   {
  ------------------
  |  Branch (126:14): [True: 11.7M, False: 31.6k]
  ------------------
  127|  11.7M|		if (iso7816_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (127:7): [True: 258k, False: 11.5M]
  ------------------
  128|   258k|			sc_log(card->ctx, "%s", iso7816_errors[i].errorstr);
  ------------------
  |  |   71|   258k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  129|   258k|			return iso7816_errors[i].errorno;
  130|   258k|		}
  131|  11.7M|	}
  132|       |
  133|  31.6k|	sc_log(card->ctx, "Unknown SWs; SW1=%02X, SW2=%02X", sw1, sw2);
  ------------------
  |  |   71|  31.6k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  134|  31.6k|	return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|  31.6k|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  135|   289k|}
iso7816.c:iso7816_process_fci:
  431|  9.50k|{
  432|  9.50k|	struct sc_context *ctx = card->ctx;
  433|  9.50k|	const unsigned char *p, *end;
  434|  9.50k|	unsigned int cla = 0, tag = 0;
  435|  9.50k|	size_t length;
  436|       |
  437|  9.50k|	file->status = SC_FILE_STATUS_UNKNOWN;
  ------------------
  |  |  254|  9.50k|#define SC_FILE_STATUS_UNKNOWN		0xff /* if tag 0x8A is missing, there is no information about LCSB */
  ------------------
  438|       |
  439|  9.50k|	for (p = buf, length = buflen, end = buf + buflen;
  440|  27.4k|			p < end;
  ------------------
  |  Branch (440:4): [True: 23.8k, False: 3.64k]
  ------------------
  441|  23.8k|			p += length, length = end - p) {
  442|       |
  443|  23.8k|		if (SC_SUCCESS != sc_asn1_read_tag(&p, length, &cla, &tag, &length)
  ------------------
  |  |   28|  23.8k|#define SC_SUCCESS				0
  ------------------
  |  Branch (443:7): [True: 4.06k, False: 19.7k]
  ------------------
  444|  19.7k|				|| p == NULL) {
  ------------------
  |  Branch (444:8): [True: 1.80k, False: 17.9k]
  ------------------
  445|  5.86k|			break;
  446|  5.86k|		}
  447|  17.9k|		switch (cla | tag) {
  ------------------
  |  Branch (447:11): [True: 13.6k, False: 4.29k]
  ------------------
  448|  1.91k|			case 0x81:
  ------------------
  |  Branch (448:4): [True: 1.91k, False: 16.0k]
  ------------------
  449|  1.91k|				if (file->size != 0) {
  ------------------
  |  Branch (449:9): [True: 97, False: 1.81k]
  ------------------
  450|       |					/* don't overwrite existing file size excluding structural information */
  451|     97|					break;
  452|     97|				}
  453|       |				/* fall through */
  454|  3.83k|			case 0x80:
  ------------------
  |  Branch (454:4): [True: 2.02k, False: 15.9k]
  ------------------
  455|       |				/* determine the file size */
  456|  3.83k|				file->size = 0;
  457|  3.83k|				if (p && length <= sizeof(size_t)) {
  ------------------
  |  Branch (457:9): [True: 3.83k, False: 0]
  |  Branch (457:14): [True: 3.79k, False: 38]
  ------------------
  458|  3.79k|					size_t size = 0, i;
  459|  12.8k|					for (i = 0; i < length; i++) {
  ------------------
  |  Branch (459:18): [True: 9.04k, False: 3.79k]
  ------------------
  460|  9.04k|						size <<= 8;
  461|  9.04k|						size |= p[i];
  462|  9.04k|					}
  463|  3.79k|					if (size > MAX_FILE_SIZE) {
  ------------------
  |  |  220|  3.79k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (463:10): [True: 591, False: 3.20k]
  ------------------
  464|    591|						file->size = MAX_FILE_SIZE;
  ------------------
  |  |  220|    591|#define MAX_FILE_SIZE 65535
  ------------------
  465|    591|						sc_log(ctx, "  file size truncated, encoded length: %zu", size);
  ------------------
  |  |   71|    591|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  466|  3.20k|					} else {
  467|  3.20k|						file->size = size;
  468|  3.20k|					}
  469|  3.79k|				}
  470|       |
  471|  3.83k|				sc_log(ctx, "  bytes in file: %zu", file->size);
  ------------------
  |  |   71|  3.83k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  472|  3.83k|				break;
  473|       |
  474|  1.95k|			case 0x82:
  ------------------
  |  Branch (474:4): [True: 1.95k, False: 16.0k]
  ------------------
  475|  1.95k|				if (length > 0) {
  ------------------
  |  Branch (475:9): [True: 1.69k, False: 253]
  ------------------
  476|  1.69k|					unsigned char byte = p[0];
  477|  1.69k|					const char *type;
  478|       |
  479|  1.69k|					file->shareable = byte & 0x40 ? 1 : 0;
  ------------------
  |  Branch (479:24): [True: 302, False: 1.39k]
  ------------------
  480|  1.69k|					sc_log(ctx, "  shareable: %s", (byte & 0x40) ? "yes" : "no");
  ------------------
  |  |   71|  3.39k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 302, False: 1.39k]
  |  |  ------------------
  ------------------
  481|  1.69k|					file->ef_structure = byte & 0x07;
  482|  1.69k|					switch ((byte >> 3) & 7) {
  483|    862|						case 0:
  ------------------
  |  Branch (483:7): [True: 862, False: 836]
  ------------------
  484|    862|							type = "working EF";
  485|    862|							file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    862|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  486|    862|							break;
  487|    240|						case 1:
  ------------------
  |  Branch (487:7): [True: 240, False: 1.45k]
  ------------------
  488|    240|							type = "internal EF";
  489|    240|							file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|    240|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  490|    240|							break;
  491|    264|						case 7:
  ------------------
  |  Branch (491:7): [True: 264, False: 1.43k]
  ------------------
  492|    264|							type = "DF";
  493|    264|							file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|    264|#define SC_FILE_TYPE_DF			0x04
  ------------------
  494|    264|							break;
  495|    332|						default:
  ------------------
  |  Branch (495:7): [True: 332, False: 1.36k]
  ------------------
  496|    332|							file->type = SC_FILE_TYPE_UNKNOWN;
  ------------------
  |  |  213|    332|#define SC_FILE_TYPE_UNKNOWN		0x00
  ------------------
  497|    332|							type = "unknown";
  498|    332|							break;
  499|  1.69k|					}
  500|  1.69k|					sc_log(ctx, "  type: %s", type);
  ------------------
  |  |   71|  1.69k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  501|  1.69k|					sc_log(ctx, "  EF structure: %d", byte & 0x07);
  ------------------
  |  |   71|  1.69k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  502|  1.69k|					sc_log(ctx, "  tag 0x82: 0x%02x", byte);
  ------------------
  |  |   71|  1.69k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  503|       |
  504|       |					/* if possible, get additional information for non-DFs */
  505|  1.69k|					if (file->type != SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|  1.69k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (505:10): [True: 1.43k, False: 264]
  ------------------
  506|       |						/* max. record length for fixed- & variable-sized records */
  507|  1.43k|						if (length > 2 && byte & 0x06) {
  ------------------
  |  Branch (507:11): [True: 562, False: 872]
  |  Branch (507:25): [True: 425, False: 137]
  ------------------
  508|    425|							file->record_length = (length > 3)
  ------------------
  |  Branch (508:30): [True: 345, False: 80]
  ------------------
  509|    425|								? bebytes2ushort(p+2)
  510|    425|								: p[2];
  511|    425|							sc_log(ctx, "  record length: %zu", file->record_length);
  ------------------
  |  |   71|    425|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  512|    425|						}
  513|       |
  514|       |						/* number of records */
  515|  1.43k|						if (length > 4) {
  ------------------
  |  Branch (515:11): [True: 260, False: 1.17k]
  ------------------
  516|    260|							file->record_count = (length > 5)
  ------------------
  |  Branch (516:29): [True: 83, False: 177]
  ------------------
  517|    260|								? bebytes2ushort(p+4)
  518|    260|								: p[4];
  519|    260|							sc_log(ctx, "  records: %zu", file->record_count);
  ------------------
  |  |   71|    260|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  520|    260|						}
  521|  1.43k|					}
  522|       |
  523|  1.69k|					if (SC_SUCCESS != sc_file_set_type_attr(file, p, length))
  ------------------
  |  |   28|  1.69k|#define SC_SUCCESS				0
  ------------------
  |  Branch (523:10): [True: 0, False: 1.69k]
  ------------------
  524|      0|						sc_log(ctx, "Warning: Could not set file attributes");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  525|  1.69k|				}
  526|  1.95k|				break;
  527|       |
  528|  1.95k|			case 0x83:
  ------------------
  |  Branch (528:4): [True: 1.15k, False: 16.8k]
  ------------------
  529|  1.15k|				if (length == 2) {
  ------------------
  |  Branch (529:9): [True: 857, False: 293]
  ------------------
  530|    857|					file->id = (p[0] << 8) | p[1];
  531|    857|					sc_log(ctx, "  file identifier: 0x%02X%02X", p[0], p[1]);
  ------------------
  |  |   71|    857|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  532|    857|				}
  533|  1.15k|				break;
  534|       |
  535|    618|			case 0x84:
  ------------------
  |  Branch (535:4): [True: 618, False: 17.3k]
  ------------------
  536|    618|				if (length > 0 && length <= 16) {
  ------------------
  |  Branch (536:9): [True: 403, False: 215]
  |  Branch (536:23): [True: 385, False: 18]
  ------------------
  537|    385|					memcpy(file->name, p, length);
  538|    385|					file->namelen = length;
  539|       |
  540|    385|					sc_log_hex(ctx, "  File name:", file->name, file->namelen);
  ------------------
  |  |  129|    385|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    385|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  541|    385|					if (!file->type)
  ------------------
  |  Branch (541:10): [True: 221, False: 164]
  ------------------
  542|    221|						file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|    221|#define SC_FILE_TYPE_DF			0x04
  ------------------
  543|    385|				}
  544|    618|				break;
  545|       |
  546|    919|			case 0x85:
  ------------------
  |  Branch (546:4): [True: 919, False: 17.0k]
  ------------------
  547|  1.23k|			case 0xA5:
  ------------------
  |  Branch (547:4): [True: 319, False: 17.6k]
  ------------------
  548|  1.23k|				if (SC_SUCCESS != sc_file_set_prop_attr(file, p, length)) {
  ------------------
  |  |   28|  1.23k|#define SC_SUCCESS				0
  ------------------
  |  Branch (548:9): [True: 0, False: 1.23k]
  ------------------
  549|      0|					sc_log(ctx, "Warning: Could not set proprietary file properties");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  550|      0|				}
  551|  1.23k|				break;
  552|       |
  553|  1.29k|			case 0x86:
  ------------------
  |  Branch (553:4): [True: 1.29k, False: 16.6k]
  ------------------
  554|  1.29k|				if (SC_SUCCESS != sc_file_set_sec_attr(file, p, length)) {
  ------------------
  |  |   28|  1.29k|#define SC_SUCCESS				0
  ------------------
  |  Branch (554:9): [True: 0, False: 1.29k]
  ------------------
  555|      0|					sc_log(ctx, "Warning: Could not set file security properties");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  556|      0|				}
  557|  1.29k|				break;
  558|       |
  559|    383|			case 0x88:
  ------------------
  |  Branch (559:4): [True: 383, False: 17.5k]
  ------------------
  560|    383|				if (length == 1) {
  ------------------
  |  Branch (560:9): [True: 89, False: 294]
  ------------------
  561|     89|					file->sid = *p;
  562|     89|					sc_log(ctx, "  short file identifier: 0x%02X", *p);
  ------------------
  |  |   71|     89|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  563|     89|				}
  564|    383|				break;
  565|       |
  566|  1.50k|			case 0x8A:
  ------------------
  |  Branch (566:4): [True: 1.50k, False: 16.4k]
  ------------------
  567|  1.50k|				if (length == 1) {
  ------------------
  |  Branch (567:9): [True: 1.24k, False: 258]
  ------------------
  568|  1.24k|					switch (p[0]) {
  569|     66|						case 0:
  ------------------
  |  Branch (569:7): [True: 66, False: 1.18k]
  ------------------
  570|     66|							file->status =SC_FILE_STATUS_NO_INFO;
  ------------------
  |  |  243|     66|#define SC_FILE_STATUS_NO_INFO		0x04 /* ISO7816-4: No information given, (0) */
  ------------------
  571|     66|							break;
  572|     69|						case 1:
  ------------------
  |  Branch (572:7): [True: 69, False: 1.18k]
  ------------------
  573|     69|							file->status = SC_FILE_STATUS_CREATION;
  ------------------
  |  |  240|     69|#define SC_FILE_STATUS_CREATION		0x02 /* ISO7816-4: Creation state, (1) */
  ------------------
  574|     69|							break;
  575|     69|						case 3:
  ------------------
  |  Branch (575:7): [True: 69, False: 1.18k]
  ------------------
  576|     69|							file->status = SC_FILE_STATUS_INITIALISATION;
  ------------------
  |  |  242|     69|#define SC_FILE_STATUS_INITIALISATION	0x03 /* ISO7816-4: Initialisation state, (3) */
  ------------------
  577|     69|							break;
  578|     66|						case 4:
  ------------------
  |  Branch (578:7): [True: 66, False: 1.18k]
  ------------------
  579|    132|						case 6:
  ------------------
  |  Branch (579:7): [True: 66, False: 1.18k]
  ------------------
  580|    132|							file->status = SC_FILE_STATUS_INVALIDATED;
  ------------------
  |  |  237|    132|#define SC_FILE_STATUS_INVALIDATED	0x01 /* ISO7816-4: Operational state (deactivated) (4, 6) */
  ------------------
  581|    132|							break;
  582|    163|						case 5:
  ------------------
  |  Branch (582:7): [True: 163, False: 1.08k]
  ------------------
  583|    233|						case 7:
  ------------------
  |  Branch (583:7): [True: 70, False: 1.17k]
  ------------------
  584|    233|							file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|    233|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  585|    233|							break;
  586|     66|						case 12:
  ------------------
  |  Branch (586:7): [True: 66, False: 1.18k]
  ------------------
  587|    132|						case 13:
  ------------------
  |  Branch (587:7): [True: 66, False: 1.18k]
  ------------------
  588|    200|						case 14:
  ------------------
  |  Branch (588:7): [True: 68, False: 1.18k]
  ------------------
  589|    268|						case 15:
  ------------------
  |  Branch (589:7): [True: 68, False: 1.18k]
  ------------------
  590|    268|							file->status = SC_FILE_STATUS_TERMINATION;
  ------------------
  |  |  244|    268|#define SC_FILE_STATUS_TERMINATION	0x0c /* ISO7816-4: Termination state (12,13,14,15) */
  ------------------
  591|    268|							break;
  592|     68|						case 2:
  ------------------
  |  Branch (592:7): [True: 68, False: 1.18k]
  ------------------
  593|     68|							file->status = SC_FILE_STATUS_RFU_2;
  ------------------
  |  |  248|     68|#define SC_FILE_STATUS_RFU_2		0x07 /* ISO7816-4: (0x02) */
  ------------------
  594|     68|							break;
  595|     68|						case 8:
  ------------------
  |  Branch (595:7): [True: 68, False: 1.18k]
  ------------------
  596|     68|							file->status = SC_FILE_STATUS_RFU_8;
  ------------------
  |  |  249|     68|#define SC_FILE_STATUS_RFU_8		0x08 /* ISO7816-4: (0x08) */
  ------------------
  597|     68|							break;
  598|     67|						case 9:
  ------------------
  |  Branch (598:7): [True: 67, False: 1.18k]
  ------------------
  599|     67|							file->status = SC_FILE_STATUS_RFU_9;
  ------------------
  |  |  250|     67|#define SC_FILE_STATUS_RFU_9		0x09 /* ISO7816-4: (0x09) */
  ------------------
  600|     67|							break;
  601|     66|						case 10:
  ------------------
  |  Branch (601:7): [True: 66, False: 1.18k]
  ------------------
  602|     66|							file->status = SC_FILE_STATUS_RFU_10;
  ------------------
  |  |  251|     66|#define SC_FILE_STATUS_RFU_10		0x0a /* ISO7816-4: (0x0a) */
  ------------------
  603|     66|							break;
  604|     67|						case 11:
  ------------------
  |  Branch (604:7): [True: 67, False: 1.18k]
  ------------------
  605|     67|							file->status = SC_FILE_STATUS_RFU_11;
  ------------------
  |  |  252|     67|#define SC_FILE_STATUS_RFU_11		0x0b /* ISO7816-4: (0x0b) */
  ------------------
  606|     67|							break;
  607|     76|						default:
  ------------------
  |  Branch (607:7): [True: 76, False: 1.17k]
  ------------------
  608|     76|							file->status = SC_FILE_STATUS_PROPRIETARY;
  ------------------
  |  |  245|     76|#define SC_FILE_STATUS_PROPRIETARY	0xf0 /* ISO7816-4: codes > 15 */
  ------------------
  609|  1.24k|					}
  610|  1.24k|				}
  611|  1.50k|				break;
  612|       |
  613|  1.50k|			case 0x62:
  ------------------
  |  Branch (613:4): [True: 931, False: 17.0k]
  ------------------
  614|  1.17k|			case 0x64:
  ------------------
  |  Branch (614:4): [True: 239, False: 17.7k]
  ------------------
  615|  1.60k|			case 0x6F:
  ------------------
  |  Branch (615:4): [True: 439, False: 17.5k]
  ------------------
  616|       |				/* allow nested FCP/FMD/FCI templates */
  617|  1.60k|				iso7816_process_fci(card, file, p, length);
  618|  17.9k|		}
  619|  17.9k|	}
  620|       |
  621|  9.50k|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|  9.50k|#define SC_FILE_MAGIC			0x14426950
  ------------------
  622|       |
  623|  9.50k|	return SC_SUCCESS;
  ------------------
  |  |   28|  9.50k|#define SC_SUCCESS				0
  ------------------
  624|  9.50k|}
iso7816.c:iso7816_pin_cmd:
 1282|  8.77k|{
 1283|  8.77k|	struct sc_apdu local_apdu, *apdu;
 1284|  8.77k|	int r;
 1285|  8.77k|	u8  sbuf[SC_MAX_APDU_BUFFER_SIZE];
 1286|       |
 1287|  8.77k|	data->pin1.tries_left = -1;
 1288|       |
 1289|       |	/* Many cards do support PIN status queries, but some cards don't and
 1290|       |	 * mistakenly count the command as a failed PIN attempt, so for now we
 1291|       |	 * allow cards with this flag.  In future this may be reduced to a
 1292|       |	 * blocklist, subject to testing more cards. */
 1293|  8.77k|	if (data->cmd == SC_PIN_CMD_GET_INFO &&
  ------------------
  |  |  418|  17.5k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1293:6): [True: 6.98k, False: 1.79k]
  ------------------
 1294|  6.98k|	    !(card->caps & SC_CARD_CAP_ISO7816_PIN_INFO)) {
  ------------------
  |  |  553|  6.98k|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  |  Branch (1294:6): [True: 232, False: 6.75k]
  ------------------
 1295|    232|		sc_log(card->ctx, "Card does not support PIN status queries");
  ------------------
  |  |   71|    232|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1296|    232|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    232|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1297|    232|	}
 1298|       |
 1299|       |	/* See if we've been called from another card driver, which is
 1300|       |	 * passing an APDU to us (this allows to write card drivers
 1301|       |	 * whose PIN functions behave "mostly like ISO" except in some
 1302|       |	 * special circumstances.
 1303|       |	 */
 1304|  8.54k|	if (data->apdu == NULL) {
  ------------------
  |  Branch (1304:6): [True: 8.53k, False: 4]
  ------------------
 1305|  8.53k|		r = iso7816_build_pin_apdu(card, &local_apdu, data, sbuf, sizeof(sbuf));
 1306|  8.53k|		if (r < 0)
  ------------------
  |  Branch (1306:7): [True: 60, False: 8.47k]
  ------------------
 1307|     60|			return r;
 1308|  8.47k|		data->apdu = &local_apdu;
 1309|  8.47k|	}
 1310|  8.48k|	apdu = data->apdu;
 1311|       |
 1312|  8.48k|	if (!(data->flags & SC_PIN_CMD_USE_PINPAD) || data->cmd == SC_PIN_CMD_GET_INFO) {
  ------------------
  |  |  421|  8.48k|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
              	if (!(data->flags & SC_PIN_CMD_USE_PINPAD) || data->cmd == SC_PIN_CMD_GET_INFO) {
  ------------------
  |  |  418|      0|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1312:6): [True: 8.48k, False: 0]
  |  Branch (1312:48): [True: 0, False: 0]
  ------------------
 1313|       |		/* Transmit the APDU to the card */
 1314|  8.48k|		r = sc_transmit_apdu(card, apdu);
 1315|       |
 1316|       |		/* Clear the buffer - it may contain pins */
 1317|  8.48k|		sc_mem_clear(sbuf, sizeof(sbuf));
 1318|  8.48k|	}
 1319|      0|	else {
 1320|       |		/* Call the reader driver to collect
 1321|       |		 * the PIN and pass on the APDU to the card */
 1322|      0|		if (data->pin1.offset == 0) {
  ------------------
  |  Branch (1322:7): [True: 0, False: 0]
  ------------------
 1323|      0|			sc_log(card->ctx, "Card driver didn't set PIN offset");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1324|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1325|      0|		}
 1326|      0|		if (card->reader && card->reader->ops && card->reader->ops->perform_verify) {
  ------------------
  |  Branch (1326:7): [True: 0, False: 0]
  |  Branch (1326:23): [True: 0, False: 0]
  |  Branch (1326:44): [True: 0, False: 0]
  ------------------
 1327|      0|			r = card->reader->ops->perform_verify(card->reader, data);
 1328|       |			/* sw1/sw2 filled in by reader driver */
 1329|      0|		}
 1330|      0|		else {
 1331|      0|			sc_log(card->ctx, "Card reader driver does not support "
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1332|      0|					"PIN entry through reader key pad");
 1333|      0|			r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1334|      0|		}
 1335|      0|	}
 1336|       |
 1337|       |	/* Don't pass references to local variables up to the caller. */
 1338|  8.48k|	if (data->apdu == &local_apdu)
  ------------------
  |  Branch (1338:6): [True: 8.47k, False: 4]
  ------------------
 1339|  8.47k|		data->apdu = NULL;
 1340|       |
 1341|  8.48k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  8.48k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  8.48k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  8.48k|	int _ret = (r); \
  |  |  |  |  168|  8.48k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 47, False: 8.43k]
  |  |  |  |  ------------------
  |  |  |  |  169|     47|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     47|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     47|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     47|		return _ret; \
  |  |  |  |  172|     47|	} \
  |  |  |  |  173|  8.48k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 8.43k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1342|  8.43k|	r = sc_check_sw(card, apdu->sw1, apdu->sw2);
 1343|       |
 1344|  8.43k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  8.43k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1344:6): [True: 2.03k, False: 6.40k]
  ------------------
 1345|  2.03k|		data->pin1.logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|  2.03k|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 1346|  6.40k|	} else if (r == SC_ERROR_PIN_CODE_INCORRECT) {
  ------------------
  |  |   64|  6.40k|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (1346:13): [True: 39, False: 6.36k]
  ------------------
 1347|     39|		data->pin1.tries_left = apdu->sw2 & 0xF;
 1348|     39|		data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|     39|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 1349|     39|		if (data->cmd == SC_PIN_CMD_GET_INFO)
  ------------------
  |  |  418|     39|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1349:7): [True: 16, False: 23]
  ------------------
 1350|     16|			r = SC_SUCCESS;
  ------------------
  |  |   28|     16|#define SC_SUCCESS				0
  ------------------
 1351|  6.36k|	} else if (r == SC_ERROR_AUTH_METHOD_BLOCKED) {
  ------------------
  |  |   62|  6.36k|#define SC_ERROR_AUTH_METHOD_BLOCKED		-1212
  ------------------
  |  Branch (1351:13): [True: 7, False: 6.35k]
  ------------------
 1352|      7|		data->pin1.tries_left = 0;
 1353|      7|		data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|      7|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 1354|      7|		if (data->cmd == SC_PIN_CMD_GET_INFO)
  ------------------
  |  |  418|      7|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1354:7): [True: 4, False: 3]
  ------------------
 1355|      4|			r = SC_SUCCESS;
  ------------------
  |  |   28|      4|#define SC_SUCCESS				0
  ------------------
 1356|      7|	}
 1357|       |
 1358|  8.43k|	return r;
 1359|  8.48k|}
iso7816.c:iso7816_get_data:
 1363|    206|{
 1364|    206|	int                             r, cse;
 1365|    206|	struct sc_apdu                  apdu;
 1366|       |
 1367|    206|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    206|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    206|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    206|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 206]
  |  |  ------------------
  ------------------
 1368|       |
 1369|    206|	if (buf && len)
  ------------------
  |  Branch (1369:6): [True: 206, False: 0]
  |  Branch (1369:13): [True: 206, False: 0]
  ------------------
 1370|    206|		cse = SC_APDU_CASE_2;
  ------------------
  |  |  301|    206|#define SC_APDU_CASE_2			0x22
  ------------------
 1371|      0|	else
 1372|      0|		cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
 1373|       |
 1374|    206|	sc_format_apdu(card, &apdu, cse, 0xCA, (tag >> 8) & 0xff, tag & 0xff);
 1375|    206|	apdu.le = len;
 1376|    206|	apdu.resp = buf;
 1377|    206|	apdu.resplen = len;
 1378|    206|	r = sc_transmit_apdu(card, &apdu);
 1379|    206|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    206|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    206|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    206|	int _ret = (r); \
  |  |  |  |  168|    206|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 201]
  |  |  |  |  ------------------
  |  |  |  |  169|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      5|		return _ret; \
  |  |  |  |  172|      5|	} \
  |  |  |  |  173|    206|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 201]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1380|       |
 1381|    201|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1382|    201|	LOG_TEST_RET(card->ctx, r, "GET_DATA returned error");
  ------------------
  |  |  174|    201|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    201|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    201|	int _ret = (r); \
  |  |  |  |  168|    201|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 62, False: 139]
  |  |  |  |  ------------------
  |  |  |  |  169|     62|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     62|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     62|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     62|		return _ret; \
  |  |  |  |  172|     62|	} \
  |  |  |  |  173|    201|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 139]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1383|       |
 1384|    139|	if (apdu.resplen > len)
  ------------------
  |  Branch (1384:6): [True: 0, False: 139]
  ------------------
 1385|      0|		r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 1386|    139|	else
 1387|    139|		r = (int)apdu.resplen;
 1388|       |
 1389|    139|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    139|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    139|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    139|	int _ret = r; \
  |  |  |  |  155|    139|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 38, False: 101]
  |  |  |  |  ------------------
  |  |  |  |  156|     38|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 38]
  |  |  |  |  ------------------
  |  |  |  |  157|     38|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    101|	} else { \
  |  |  |  |  159|    101|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    101|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    101|	} \
  |  |  |  |  162|    139|	return _ret; \
  |  |  |  |  163|    139|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1390|    139|}
iso7816.c:iso7816_read_binary:
  140|  31.0k|{
  141|  31.0k|	struct sc_context *ctx = card->ctx;
  142|  31.0k|	struct sc_apdu apdu;
  143|  31.0k|	int r;
  144|       |
  145|  31.0k|	if (idx > 0x7FFF) {
  ------------------
  |  Branch (145:6): [True: 4, False: 31.0k]
  ------------------
  146|      4|		sc_log(ctx, "invalid EF offset: 0x%X > 0x7FFF", idx);
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  147|      4|		return SC_ERROR_OFFSET_TOO_LARGE;
  ------------------
  |  |   96|      4|#define SC_ERROR_OFFSET_TOO_LARGE		-1415
  ------------------
  148|      4|	}
  149|       |
  150|  31.0k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xB0, (idx >> 8) & 0x7F, idx & 0xFF);
  ------------------
  |  |  301|  31.0k|#define SC_APDU_CASE_2			0x22
  ------------------
  151|  31.0k|	apdu.le = count;
  152|  31.0k|	apdu.resplen = count;
  153|  31.0k|	apdu.resp = buf;
  154|       |
  155|  31.0k|	iso7816_fixup_transceive_length(card, &apdu);
  156|  31.0k|	r = sc_transmit_apdu(card, &apdu);
  157|  31.0k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  31.0k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  31.0k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  31.0k|	int _ret = (r); \
  |  |  |  |  168|  31.0k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 291, False: 30.7k]
  |  |  |  |  ------------------
  |  |  |  |  169|    291|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    291|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    291|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    291|		return _ret; \
  |  |  |  |  172|    291|	} \
  |  |  |  |  173|  31.0k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 30.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  158|       |
  159|  30.7k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  160|  30.7k|	if (r == SC_ERROR_FILE_END_REACHED || r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   69|  61.4k|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
              	if (r == SC_ERROR_FILE_END_REACHED || r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|  29.4k|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (160:6): [True: 1.25k, False: 29.4k]
  |  Branch (160:40): [True: 721, False: 28.7k]
  ------------------
  161|  30.7k|		LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  164|  1.97k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.97k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.97k|	int _ret = r; \
  |  |  |  |  155|  1.97k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 541, False: 1.43k]
  |  |  |  |  ------------------
  |  |  |  |  156|    541|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 541]
  |  |  |  |  ------------------
  |  |  |  |  157|    541|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.43k|	} else { \
  |  |  |  |  159|  1.43k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.43k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.43k|	} \
  |  |  |  |  162|  1.97k|	return _ret; \
  |  |  |  |  163|  1.97k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|  28.7k|	LOG_TEST_RET(ctx, r, "Check SW error");
  ------------------
  |  |  174|  28.7k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  28.7k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  28.7k|	int _ret = (r); \
  |  |  |  |  168|  28.7k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.62k, False: 26.1k]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.62k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.62k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.62k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.62k|		return _ret; \
  |  |  |  |  172|  2.62k|	} \
  |  |  |  |  173|  28.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 26.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|       |
  164|  26.1k|	LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  164|  26.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  26.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  26.1k|	int _ret = r; \
  |  |  |  |  155|  26.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.38k, False: 24.7k]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.38k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.38k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.38k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  24.7k|	} else { \
  |  |  |  |  159|  24.7k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  24.7k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  24.7k|	} \
  |  |  |  |  162|  26.1k|	return _ret; \
  |  |  |  |  163|  26.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|  26.1k|}

sc_do_log:
   58|  17.7M|{
   59|  17.7M|	va_list ap;
   60|       |
   61|  17.7M|	va_start(ap, format);
   62|  17.7M|	sc_do_log_va(ctx, level, file, line, func, 0, format, ap);
   63|       |	va_end(ap);
   64|  17.7M|}
sc_do_log_color:
   67|  5.31M|{
   68|  5.31M|	va_list ap;
   69|       |
   70|  5.31M|	va_start(ap, format);
   71|  5.31M|	sc_do_log_va(ctx, level, file, line, func, color, format, ap);
   72|       |	va_end(ap);
   73|  5.31M|}
sc_do_log_openssl:
   77|  6.20k|{
   78|  6.20k|	BIO *bio = NULL;
   79|  6.20k|	int length, rc;
   80|  6.20k|	char *buffer = NULL;
   81|       |
   82|  6.20k|	if ((bio = BIO_new(BIO_s_mem())) == NULL) {
  ------------------
  |  Branch (82:6): [True: 0, False: 6.20k]
  ------------------
   83|      0|		sc_do_log(ctx, level, file, line, func, "Cannot log OpenSSL error");
   84|      0|		goto end;
   85|      0|	}
   86|  6.20k|	ERR_print_errors(bio);
   87|       |
   88|  6.20k|	length = BIO_pending(bio);
   89|  6.20k|	if (length <= 0) {
  ------------------
  |  Branch (89:6): [True: 6.20k, False: 3]
  ------------------
   90|       |		/* no error? */
   91|  6.20k|		goto end;
   92|  6.20k|	}
   93|       |	/* trailing null byte */
   94|      3|	buffer = malloc(length + 1);
   95|      3|	if (buffer == NULL) {
  ------------------
  |  Branch (95:6): [True: 0, False: 3]
  ------------------
   96|      0|		sc_do_log(ctx, level, file, line, func, "No memory!");
   97|      0|		goto end;
   98|      0|	}
   99|      3|	rc = BIO_read(bio, buffer, length);
  100|      3|	buffer[length] = '\0';
  101|      3|	if (rc <= 0) {
  ------------------
  |  Branch (101:6): [True: 0, False: 3]
  ------------------
  102|      0|		sc_do_log(ctx, level, file, line, func, "Cannot read OpenSSL error");
  103|      0|		goto end;
  104|      0|	}
  105|       |
  106|      3|	sc_do_log(ctx, level, file, line, func, "OpenSSL error\n%s", buffer);
  107|  6.20k|end:
  108|  6.20k|	free(buffer);
  109|  6.20k|	BIO_free(bio);
  110|  6.20k|}
_sc_debug_hex:
  343|   519k|{
  344|   519k|	size_t blen;
  345|   519k|	char *buf;
  346|   519k|	const char *truncated = "";
  347|       |
  348|   519k|	if (len > SC_MAX_EXT_APDU_BUFFER_SIZE) {
  ------------------
  |  |   37|   519k|#define SC_MAX_EXT_APDU_BUFFER_SIZE	65538
  ------------------
  |  Branch (348:6): [True: 0, False: 519k]
  ------------------
  349|      0|		len = SC_MAX_EXT_APDU_BUFFER_SIZE;
  ------------------
  |  |   37|      0|#define SC_MAX_EXT_APDU_BUFFER_SIZE	65538
  ------------------
  350|      0|		truncated = "truncated to ";
  351|      0|	}
  352|   519k|	blen = len * 5 + 128;
  353|       |
  354|   519k|	buf = malloc(blen);
  355|   519k|	if (buf == NULL)
  ------------------
  |  Branch (355:6): [True: 0, False: 519k]
  ------------------
  356|      0|		return;
  357|       |
  358|   519k|	sc_hex_dump(data, len, buf, blen);
  359|       |
  360|   519k|	if (label)
  ------------------
  |  Branch (360:6): [True: 519k, False: 0]
  ------------------
  361|   519k|		sc_do_log(ctx, type, file, line, func, "\n%s (%s%zu byte%s):\n%s",
  362|   519k|				label, truncated, len, len == 1 ? "" : "s", buf);
  ------------------
  |  Branch (362:28): [True: 1.63k, False: 518k]
  ------------------
  363|      0|	else
  364|      0|		sc_do_log(ctx, type, file, line, func, "%s%zu byte%s:\n%s",
  365|      0|				truncated, len, len == 1 ? "" : "s", buf);
  ------------------
  |  Branch (365:21): [True: 0, False: 0]
  ------------------
  366|       |
  367|   519k|	free(buf);
  368|   519k|}
sc_hex_dump:
  371|   520k|{
  372|   520k|	char *p = buf;
  373|   520k|	size_t p_len = len;
  374|   520k|	int lines = 0;
  375|       |
  376|   520k|	if (buf == NULL || (in == NULL && count != 0)) {
  ------------------
  |  Branch (376:6): [True: 0, False: 520k]
  |  Branch (376:22): [True: 383, False: 519k]
  |  Branch (376:36): [True: 0, False: 383]
  ------------------
  377|      0|		return;
  378|      0|	}
  379|   520k|	buf[0] = 0;
  380|   520k|	if ((count * 5) > len)
  ------------------
  |  Branch (380:6): [True: 0, False: 520k]
  ------------------
  381|      0|		return;
  382|  2.74M|	while (count) {
  ------------------
  |  Branch (382:9): [True: 2.22M, False: 520k]
  ------------------
  383|  2.22M|		char ascbuf[17];
  384|  2.22M|		size_t i;
  385|       |
  386|  34.8M|		for (i = 0; i < count && i < 16; i++) {
  ------------------
  |  Branch (386:15): [True: 34.4M, False: 405k]
  |  Branch (386:28): [True: 32.6M, False: 1.82M]
  ------------------
  387|  32.6M|			sprintf(p, "%02X ", *in);
  388|  32.6M|			if (isprint(*in))
  ------------------
  |  Branch (388:8): [True: 15.6M, False: 16.9M]
  ------------------
  389|  15.6M|				ascbuf[i] = *in;
  390|  16.9M|			else
  391|  16.9M|				ascbuf[i] = '.';
  392|  32.6M|			p += 3;
  393|  32.6M|			p_len -= 3;
  394|  32.6M|			in++;
  395|  32.6M|		}
  396|  2.22M|		count -= i;
  397|  2.22M|		ascbuf[i] = 0;
  398|  2.79M|		for (; i < 16 && lines; i++) {
  ------------------
  |  Branch (398:10): [True: 785k, False: 2.00M]
  |  Branch (398:20): [True: 566k, False: 219k]
  ------------------
  399|   566k|			strlcat(p, "   ", p_len);
  400|   566k|			p += 3;
  401|   566k|			p_len -= 3;
  402|   566k|		}
  403|  2.22M|		snprintf(p, p_len, "%s\n", ascbuf);
  404|  2.22M|		p += strlen(ascbuf) + 1;
  405|  2.22M|		p_len -= strlen(ascbuf) - 1;
  406|  2.22M|		lines++;
  407|  2.22M|	}
  408|   520k|}
sc_dump_hex:
  412|   209k|{
  413|   209k|	static char dump_buf[0x1000];
  414|   209k|	size_t ii, size = sizeof(dump_buf) - 0x10;
  415|   209k|	size_t offs = 0;
  416|       |
  417|   209k|	memset(dump_buf, 0, sizeof(dump_buf));
  418|   209k|	if (in == NULL)
  ------------------
  |  Branch (418:6): [True: 0, False: 209k]
  ------------------
  419|      0|		return dump_buf;
  420|       |
  421|  1.18M|	for (ii=0; ii<count; ii++) {
  ------------------
  |  Branch (421:13): [True: 980k, False: 209k]
  ------------------
  422|   980k|		if (ii && !(ii%16))   {
  ------------------
  |  Branch (422:7): [True: 903k, False: 76.3k]
  |  Branch (422:13): [True: 19.7k, False: 884k]
  ------------------
  423|  19.7k|			if (!(ii%48))
  ------------------
  |  Branch (423:8): [True: 5.37k, False: 14.3k]
  ------------------
  424|  5.37k|				snprintf(dump_buf + offs, size - offs, "\n");
  425|  14.3k|			else
  426|  14.3k|				snprintf(dump_buf + offs, size - offs, " ");
  427|  19.7k|			offs = strlen(dump_buf);
  428|  19.7k|		}
  429|       |
  430|   980k|		snprintf(dump_buf + offs, size - offs, "%02X", *(in + ii));
  431|   980k|		offs += 2;
  432|       |
  433|   980k|		if (offs > size)
  ------------------
  |  Branch (433:7): [True: 0, False: 980k]
  ------------------
  434|      0|			break;
  435|   980k|	}
  436|       |
  437|   209k|	if (ii<count)
  ------------------
  |  Branch (437:6): [True: 0, False: 209k]
  ------------------
  438|      0|		snprintf(dump_buf + offs, sizeof(dump_buf) - offs, "....\n");
  439|       |
  440|   209k|	return dump_buf;
  441|   209k|}
sc_dump_oid:
  445|  6.40k|{
  446|  6.40k|	static char dump_buf[SC_MAX_OBJECT_ID_OCTETS * 20];
  447|  6.40k|        size_t ii;
  448|       |
  449|  6.40k|	memset(dump_buf, 0, sizeof(dump_buf));
  450|  6.40k|	if (oid)
  ------------------
  |  Branch (450:6): [True: 6.40k, False: 0]
  ------------------
  451|  48.7k|		for (ii=0; ii<SC_MAX_OBJECT_ID_OCTETS && oid->value[ii] != -1; ii++)
  ------------------
  |  |   46|  97.4k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (451:14): [True: 48.7k, False: 0]
  |  Branch (451:44): [True: 42.3k, False: 6.40k]
  ------------------
  452|  42.3k|			snprintf(dump_buf + strlen(dump_buf), sizeof(dump_buf) - strlen(dump_buf), "%s%i", (ii ? "." : ""), oid->value[ii]);
  ------------------
  |  Branch (452:88): [True: 35.9k, False: 6.40k]
  ------------------
  453|       |
  454|  6.40k|	return dump_buf;
  455|  6.40k|}
log.c:sc_do_log_va:
  124|  23.0M|{
  125|       |#ifdef _WIN32
  126|       |	SYSTEMTIME st;
  127|       |#else
  128|  23.0M|	struct tm *tm;
  129|  23.0M|	struct timeval tv;
  130|  23.0M|	char time_string[40];
  131|  23.0M|#endif
  132|       |
  133|  23.0M|	if (!ctx || ctx->debug < level)
  ------------------
  |  Branch (133:6): [True: 0, False: 23.0M]
  |  Branch (133:14): [True: 23.0M, False: 0]
  ------------------
  134|  23.0M|		return;
  135|       |
  136|       |#ifdef _WIN32
  137|       |	/* In Windows, file handles can not be shared between DLL-s, each DLL has a
  138|       |	 * separate file handle table. Make sure we always have a valid file
  139|       |	 * descriptor. */
  140|       |	if (sc_ctx_log_to_file(ctx, ctx->debug_filename) < 0)
  141|       |		return;
  142|       |#endif
  143|      0|	if (ctx->debug_file == NULL)
  ------------------
  |  Branch (143:6): [True: 0, False: 0]
  ------------------
  144|      0|		return;
  145|       |
  146|       |#ifdef _WIN32
  147|       |	GetLocalTime(&st);
  148|       |	sc_color_fprintf(SC_COLOR_FG_GREEN|SC_COLOR_BOLD,
  149|       |			ctx, ctx->debug_file,
  150|       |			"P:%lu; T:%lu",
  151|       |			(unsigned long)GetCurrentProcessId(),
  152|       |			(unsigned long)GetCurrentThreadId());
  153|       |	sc_color_fprintf(SC_COLOR_FG_GREEN,
  154|       |			ctx, ctx->debug_file,
  155|       |			" %i-%02i-%02i %02i:%02i:%02i.%03i",
  156|       |			st.wYear, st.wMonth, st.wDay,
  157|       |			st.wHour, st.wMinute, st.wSecond, st.wMilliseconds);
  158|       |#else
  159|      0|	sc_color_fprintf(SC_COLOR_FG_GREEN|SC_COLOR_BOLD,
  ------------------
  |  |   45|      0|#define SC_COLOR_FG_GREEN		0x0002
  ------------------
              	sc_color_fprintf(SC_COLOR_FG_GREEN|SC_COLOR_BOLD,
  ------------------
  |  |   56|      0|#define SC_COLOR_BOLD			0x8080
  ------------------
  160|      0|			ctx, ctx->debug_file,
  161|      0|			"P:%lu; T:0x%lu",
  162|      0|			(unsigned long)getpid(),
  163|      0|			(unsigned long)pthread_self());
  164|      0|	gettimeofday (&tv, NULL);
  165|      0|	tm = localtime (&tv.tv_sec);
  166|      0|	strftime (time_string, sizeof(time_string), "%H:%M:%S", tm);
  167|      0|	sc_color_fprintf(SC_COLOR_FG_GREEN,
  ------------------
  |  |   45|      0|#define SC_COLOR_FG_GREEN		0x0002
  ------------------
  168|      0|			ctx, ctx->debug_file,
  169|      0|			" %s.%03ld",
  170|      0|			time_string,
  171|      0|			(long)tv.tv_usec / 1000);
  172|      0|#endif
  173|       |
  174|      0|	sc_color_fprintf(SC_COLOR_FG_YELLOW,
  ------------------
  |  |   46|      0|#define SC_COLOR_FG_YELLOW		0x0004
  ------------------
  175|      0|			ctx, ctx->debug_file,
  176|      0|			" [");
  177|      0|	sc_color_fprintf(SC_COLOR_FG_YELLOW|SC_COLOR_BOLD,
  ------------------
  |  |   46|      0|#define SC_COLOR_FG_YELLOW		0x0004
  ------------------
              	sc_color_fprintf(SC_COLOR_FG_YELLOW|SC_COLOR_BOLD,
  ------------------
  |  |   56|      0|#define SC_COLOR_BOLD			0x8080
  ------------------
  178|      0|			ctx, ctx->debug_file,
  179|      0|			"%s",
  180|      0|			ctx->app_name);
  181|      0|	sc_color_fprintf(SC_COLOR_FG_YELLOW,
  ------------------
  |  |   46|      0|#define SC_COLOR_FG_YELLOW		0x0004
  ------------------
  182|      0|			ctx, ctx->debug_file,
  183|      0|			"] ");
  184|       |
  185|      0|	if (file != NULL) {
  ------------------
  |  Branch (185:6): [True: 0, False: 0]
  ------------------
  186|      0|		sc_color_fprintf(SC_COLOR_FG_YELLOW,
  ------------------
  |  |   46|      0|#define SC_COLOR_FG_YELLOW		0x0004
  ------------------
  187|      0|				ctx, ctx->debug_file,
  188|      0|				"%s:%d:%s: ",
  189|      0|				file, line, func ? func : "");
  ------------------
  |  Branch (189:17): [True: 0, False: 0]
  ------------------
  190|      0|	}
  191|       |
  192|      0|	sc_color_fprintf_va(color, ctx, ctx->debug_file, format, args);
  193|      0|	if (strlen(format) == 0 || format[strlen(format) - 1] != '\n')
  ------------------
  |  Branch (193:6): [True: 0, False: 0]
  |  Branch (193:29): [True: 0, False: 0]
  ------------------
  194|      0|		sc_color_fprintf(color, ctx, ctx->debug_file, "\n");
  195|      0|	fflush(ctx->debug_file);
  196|       |
  197|       |#ifdef _WIN32
  198|       |	if (ctx->debug_file && (ctx->debug_file != stderr && ctx->debug_file != stdout))
  199|       |		fclose(ctx->debug_file);
  200|       |	ctx->debug_file = NULL;
  201|       |#endif
  202|      0|}

mscfs_new:
   45|    452|mscfs_t *mscfs_new(void) {
   46|    452|	mscfs_t *fs = malloc(sizeof(mscfs_t));
   47|    452|	if (!fs)
  ------------------
  |  Branch (47:6): [True: 0, False: 452]
  ------------------
   48|      0|		return NULL;
   49|    452|	memset(fs, 0, sizeof(mscfs_t));
   50|    452|	memcpy(fs->currentPath, "\x3F\x00", 2);
   51|    452|	return fs;
   52|    452|}
mscfs_free:
   54|    452|void mscfs_free(mscfs_t *fs) {
   55|    452|	mscfs_clear_cache(fs);
   56|    452|	free(fs);
   57|    452|}
mscfs_clear_cache:
   59|  1.63k|void mscfs_clear_cache(mscfs_t* fs) {
   60|  1.63k|	if(!fs->cache.array) {
  ------------------
  |  Branch (60:5): [True: 1.34k, False: 292]
  ------------------
   61|  1.34k|		return;
   62|  1.34k|	}
   63|    292|	free(fs->cache.array);
   64|       |	fs->cache.array = NULL;
   65|    292|	fs->cache.totalSize = 0;
   66|    292|	fs->cache.size = 0;
   67|    292|}
mscfs_push_file:
   83|  38.9k|{
   84|  38.9k|	mscfs_cache_t *cache = &fs->cache;
   85|  38.9k|	if (cache->size >= MAX_FILES)
  ------------------
  |  |   81|  38.9k|#define MAX_FILES 10000
  ------------------
  |  Branch (85:6): [True: 1, False: 38.9k]
  ------------------
   86|      1|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      1|#define SC_ERROR_INTERNAL			-1400
  ------------------
   87|  38.9k|	if(!cache->array || cache->size == cache->totalSize) {
  ------------------
  |  Branch (87:5): [True: 292, False: 38.6k]
  |  Branch (87:22): [True: 290, False: 38.3k]
  ------------------
   88|    582|		int length = cache->totalSize + MSCFS_CACHE_INCREMENT;
  ------------------
  |  |   35|    582|#define MSCFS_CACHE_INCREMENT 128
  ------------------
   89|    582|		mscfs_file_t *oldArray;
   90|    582|		cache->totalSize = length;
   91|    582|		oldArray = cache->array;
   92|    582|		cache->array = malloc(sizeof(mscfs_file_t) * length);
   93|    582|		if(!cache->array)
  ------------------
  |  Branch (93:6): [True: 0, False: 582]
  ------------------
   94|      0|			return MSCFS_NO_MEMORY;
  ------------------
  |  |   32|      0|#define MSCFS_NO_MEMORY  	SC_ERROR_OUT_OF_MEMORY
  |  |  ------------------
  |  |  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  |  |  ------------------
  ------------------
   95|    582|		if(oldArray) {
  ------------------
  |  Branch (95:6): [True: 290, False: 292]
  ------------------
   96|    290|			memcpy(cache->array, oldArray, sizeof(mscfs_file_t) * cache->size);
   97|    290|			free(oldArray);
   98|    290|		}
   99|    582|	}
  100|  38.9k|	cache->array[cache->size] = *file;
  101|  38.9k|	cache->size++;
  102|  38.9k|	return SC_SUCCESS;
  ------------------
  |  |   28|  38.9k|#define SC_SUCCESS				0
  ------------------
  103|  38.9k|}
mscfs_update_cache:
  105|  1.18k|int mscfs_update_cache(mscfs_t* fs) {
  106|  1.18k|	mscfs_file_t file;
  107|  1.18k|	int r;
  108|  1.18k|	mscfs_clear_cache(fs);
  109|  1.18k|	r = fs->listFile(&file, 1, fs->udata);
  110|  1.18k|	if(r == 0)
  ------------------
  |  Branch (110:5): [True: 72, False: 1.11k]
  ------------------
  111|     72|		return 0;
  112|  1.11k|	else if(r < 0)
  ------------------
  |  Branch (112:10): [True: 790, False: 320]
  ------------------
  113|    790|		return r;
  114|  39.0k|	while(1) {
  ------------------
  |  Branch (114:8): [True: 39.0k, Folded]
  ------------------
  115|  39.0k|		if(!mscfs_is_ignored(fs, file.objectId)) {
  ------------------
  |  Branch (115:6): [True: 38.9k, False: 80]
  ------------------
  116|       |			/* Check if its a directory in the root */
  117|  38.9k|			u8* oid = file.objectId.id;
  118|  38.9k|			if(oid[2] == 0 && oid[3] == 0) {
  ------------------
  |  Branch (118:7): [True: 16.3k, False: 22.5k]
  |  Branch (118:22): [True: 8.37k, False: 8.00k]
  ------------------
  119|  8.37k|				oid[2] = oid[0];
  120|  8.37k|				oid[3] = oid[1];
  121|  8.37k|				oid[0] = 0x3F;
  122|  8.37k|				oid[1] = 0x00;
  123|  8.37k|				file.ef = 0;
  124|  30.5k|			} else  {
  125|  30.5k|				file.ef = 1; /* File is a working elementary file */
  126|  30.5k|			}
  127|       |
  128|  38.9k|			r = mscfs_push_file(fs, &file);
  129|  38.9k|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|  38.9k|#define SC_SUCCESS				0
  ------------------
  |  Branch (129:8): [True: 1, False: 38.9k]
  ------------------
  130|      1|				return r;
  131|  38.9k|		}
  132|  39.0k|		r = fs->listFile(&file, 0, fs->udata);
  133|  39.0k|		if(r == 0)
  ------------------
  |  Branch (133:6): [True: 148, False: 38.8k]
  ------------------
  134|    148|			break;
  135|  38.8k|		else if(r < 0)
  ------------------
  |  Branch (135:11): [True: 171, False: 38.7k]
  ------------------
  136|    171|			return r;
  137|  39.0k|	}
  138|    148|	return fs->cache.size;
  139|    320|}
mscfs_check_cache:
  142|  2.94k|{
  143|  2.94k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  2.94k|#define SC_SUCCESS				0
  ------------------
  144|  2.94k|	if(!fs->cache.array) {
  ------------------
  |  Branch (144:5): [True: 1.18k, False: 1.75k]
  ------------------
  145|  1.18k|		r = mscfs_update_cache(fs);
  146|  1.18k|	}
  147|  2.94k|	return r;
  148|  2.94k|}
mscfs_lookup_path:
  151|  1.27k|{
  152|  1.27k|	u8* oid = objectId->id;
  153|  1.27k|	if ((pathlen & 1) != 0) /* not divisible by 2 */
  ------------------
  |  Branch (153:6): [True: 533, False: 738]
  ------------------
  154|    533|		return MSCFS_INVALID_ARGS;
  ------------------
  |  |   33|    533|#define MSCFS_INVALID_ARGS 	SC_ERROR_INVALID_ARGUMENTS
  |  |  ------------------
  |  |  |  |   73|    533|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  |  |  ------------------
  ------------------
  155|    738|	if(isDirectory) {
  ------------------
  |  Branch (155:5): [True: 0, False: 738]
  ------------------
  156|       |		/* Directory must be right next to root */
  157|      0|		if ((pathlen == 4 && 0 == memcmp(path, "\x3F\x00", 2)) ||
  ------------------
  |  Branch (157:8): [True: 0, False: 0]
  |  Branch (157:24): [True: 0, False: 0]
  ------------------
  158|      0|		    (pathlen == 2 && 0 == memcmp(fs->currentPath, "\x3F\x00", 2))) {
  ------------------
  |  Branch (158:8): [True: 0, False: 0]
  |  Branch (158:24): [True: 0, False: 0]
  ------------------
  159|      0|			oid[0] = path[pathlen - 2];
  160|      0|			oid[1] = path[pathlen - 1];
  161|      0|			oid[2] = oid[3] = 0;
  162|      0|		} else {
  163|      0|			return MSCFS_INVALID_ARGS;
  ------------------
  |  |   33|      0|#define MSCFS_INVALID_ARGS 	SC_ERROR_INVALID_ARGUMENTS
  |  |  ------------------
  |  |  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  |  |  ------------------
  ------------------
  164|      0|		}
  165|      0|	}
  166|    738|	oid[0] = fs->currentPath[0];
  167|    738|	oid[1] = fs->currentPath[1];
  168|       |	/* Chop off the root in the path */
  169|    738|	if(pathlen > 2 && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (169:5): [True: 707, False: 31]
  |  Branch (169:20): [True: 684, False: 23]
  ------------------
  170|    684|		path += 2;
  171|    684|		pathlen -= 2;
  172|    684|		oid[0] = 0x3F;
  173|    684|		oid[1] = 0x00;
  174|    684|	}
  175|       |	/* Limit to a single directory */
  176|    738|	if(pathlen > 4)
  ------------------
  |  Branch (176:5): [True: 10, False: 728]
  ------------------
  177|     10|		return MSCFS_INVALID_ARGS;
  ------------------
  |  |   33|     10|#define MSCFS_INVALID_ARGS 	SC_ERROR_INVALID_ARGUMENTS
  |  |  ------------------
  |  |  |  |   73|     10|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  |  |  ------------------
  ------------------
  178|       |	/* Reset to root */
  179|    728|	if(pathlen == 2 && 0 == memcmp(path, "\x3F\x00", 2)) {
  ------------------
  |  Branch (179:5): [True: 436, False: 292]
  |  Branch (179:21): [True: 1, False: 435]
  ------------------
  180|      1|		oid[0] = oid[2] = path[0];
  181|      1|		oid[1] = oid[3] = path[1];
  182|    727|	} else if(pathlen == 2) { /* Path preserved for current-path */
  ------------------
  |  Branch (182:12): [True: 435, False: 292]
  ------------------
  183|    435|		oid[2] = path[0];
  184|    435|		oid[3] = path[1];
  185|    435|	} else if(pathlen == 4) {
  ------------------
  |  Branch (185:12): [True: 292, False: 0]
  ------------------
  186|    292|		oid[0] = path[0];
  187|    292|		oid[1] = path[1];
  188|    292|		oid[2] = path[2];
  189|    292|		oid[3] = path[3];
  190|    292|	}
  191|       |
  192|    728|	return 0;
  193|    738|}
mscfs_check_selection:
  207|    203|{
  208|    203|	if(fs->currentPath[0] == 0 && fs->currentPath[1] == 0)
  ------------------
  |  Branch (208:5): [True: 0, False: 203]
  |  Branch (208:32): [True: 0, False: 0]
  ------------------
  209|      0|		return MSCFS_INVALID_ARGS;
  ------------------
  |  |   33|      0|#define MSCFS_INVALID_ARGS 	SC_ERROR_INVALID_ARGUMENTS
  |  |  ------------------
  |  |  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  |  |  ------------------
  ------------------
  210|    203|	if(requiredItem == 1 && fs->currentFile[0] == 0 && fs->currentFile[1] == 0)
  ------------------
  |  Branch (210:5): [True: 0, False: 203]
  |  Branch (210:26): [True: 0, False: 0]
  |  Branch (210:53): [True: 0, False: 0]
  ------------------
  211|      0|		return MSCFS_INVALID_ARGS;
  ------------------
  |  |   33|      0|#define MSCFS_INVALID_ARGS 	SC_ERROR_INVALID_ARGUMENTS
  |  |  ------------------
  |  |  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  |  |  ------------------
  ------------------
  212|    203|	return 0;
  213|    203|}
mscfs_loadFileInfo:
  216|  1.27k|{
  217|  1.27k|	msc_id fullPath = {{0, 0, 0, 0}};
  218|  1.27k|	int x, rc;
  219|  1.27k|	if (fs == NULL || path == NULL || file_data == NULL)
  ------------------
  |  Branch (219:6): [True: 0, False: 1.27k]
  |  Branch (219:20): [True: 0, False: 1.27k]
  |  Branch (219:36): [True: 0, False: 1.27k]
  ------------------
  220|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  221|  1.27k|	rc = mscfs_lookup_path(fs, path, pathlen, &fullPath, 0);
  222|  1.27k|	if (rc != SC_SUCCESS) {
  ------------------
  |  |   28|  1.27k|#define SC_SUCCESS				0
  ------------------
  |  Branch (222:6): [True: 543, False: 728]
  ------------------
  223|    543|		return rc;
  224|    543|	}
  225|       |
  226|       |	/* Obtain file information while checking if it exists */
  227|    728|	rc = mscfs_check_cache(fs);
  228|    728|	if (rc < 0)
  ------------------
  |  Branch (228:6): [True: 21, False: 707]
  ------------------
  229|     21|		return rc;
  230|    707|	if(idx) *idx = -1;
  ------------------
  |  Branch (230:5): [True: 707, False: 0]
  ------------------
  231|  78.5k|	for(x = 0; x < fs->cache.size; x++) {
  ------------------
  |  Branch (231:13): [True: 78.0k, False: 458]
  ------------------
  232|  78.0k|		*file_data = &fs->cache.array[x];
  233|  78.0k|		if (*file_data) {
  ------------------
  |  Branch (233:7): [True: 78.0k, False: 0]
  ------------------
  234|  78.0k|			msc_id objectId;
  235|  78.0k|			objectId = (*file_data)->objectId;
  236|  78.0k|			if(0 == memcmp(objectId.id, fullPath.id, 4)) {
  ------------------
  |  Branch (236:7): [True: 249, False: 77.7k]
  ------------------
  237|    249|				if (idx)
  ------------------
  |  Branch (237:9): [True: 249, False: 0]
  ------------------
  238|    249|					*idx = x;
  239|    249|				break;
  240|    249|			}
  241|  77.7k|			*file_data = NULL;
  242|  77.7k|		}
  243|  78.0k|	}
  244|    707|	if(*file_data == NULL && (0 == memcmp("\x3F\x00\x00\x00", fullPath.id, 4) || 0 == memcmp("\x3F\x00\x50\x15", fullPath.id, 4 ) || 0 == memcmp("\x3F\x00\x3F\x00", fullPath.id, 4))) {
  ------------------
  |  Branch (244:5): [True: 458, False: 249]
  |  Branch (244:28): [True: 1, False: 457]
  |  Branch (244:79): [True: 216, False: 241]
  |  Branch (244:131): [True: 1, False: 240]
  ------------------
  245|    218|		static mscfs_file_t ROOT_FILE;
  246|    218|		ROOT_FILE.ef = 0;
  247|    218|		ROOT_FILE.size = 0;
  248|       |		/* Faked Root ID */
  249|    218|		ROOT_FILE.objectId = rootId;
  250|       |
  251|    218|		ROOT_FILE.read = 0;
  252|    218|		ROOT_FILE.write = 0x02; /* User Pin access */
  253|    218|		ROOT_FILE.delete = 0x02;
  254|       |
  255|    218|		*file_data = &ROOT_FILE;
  256|    218|		if(idx) *idx = -2;
  ------------------
  |  Branch (256:6): [True: 218, False: 0]
  ------------------
  257|    489|	} else if(*file_data == NULL) {
  ------------------
  |  Branch (257:12): [True: 240, False: 249]
  ------------------
  258|    240|		return MSCFS_FILE_NOT_FOUND;
  ------------------
  |  |   34|    240|#define MSCFS_FILE_NOT_FOUND 	SC_ERROR_FILE_NOT_FOUND
  |  |  ------------------
  |  |  |  |   51|    240|#define SC_ERROR_FILE_NOT_FOUND			-1201
  |  |  ------------------
  ------------------
  259|    240|	}
  260|       |
  261|    467|	return 0;
  262|    707|}
muscle-filesystem.c:mscfs_is_ignored:
   70|  39.0k|{
   71|  39.0k|	int ignored = 0;
   72|  39.0k|	const u8** ptr = ignoredFiles;
   73|   117k|	while(ptr && *ptr && !ignored) {
  ------------------
  |  Branch (73:8): [True: 117k, False: 0]
  |  Branch (73:15): [True: 78.0k, False: 38.9k]
  |  Branch (73:23): [True: 77.9k, False: 62]
  ------------------
   74|  77.9k|		if(0 == memcmp(objectId.id, *ptr, 4))
  ------------------
  |  Branch (74:6): [True: 80, False: 77.9k]
  ------------------
   75|     80|			ignored = 1;
   76|  77.9k|		ptr++;
   77|  77.9k|	}
   78|  39.0k|	return ignored;
   79|  39.0k|}

msc_list_objects:
   37|  40.2k|int msc_list_objects(sc_card_t* card, u8 next, mscfs_file_t* file) {
   38|  40.2k|	sc_apdu_t apdu;
   39|  40.2k|	u8 fileData[14];
   40|  40.2k|	int r;
   41|       |
   42|  40.2k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0x58, next, 0x00);
  ------------------
  |  |  301|  40.2k|#define SC_APDU_CASE_2			0x22
  ------------------
   43|  40.2k|	apdu.le = 14;
   44|  40.2k|	apdu.resplen = 14;
   45|  40.2k|	apdu.resp = fileData;
   46|  40.2k|	r = sc_transmit_apdu(card, &apdu);
   47|  40.2k|	if (r)
  ------------------
  |  Branch (47:6): [True: 25, False: 40.1k]
  ------------------
   48|     25|		return r;
   49|       |
   50|  40.1k|	if(apdu.sw1 == 0x9C && apdu.sw2 == 0x12) {
  ------------------
  |  Branch (50:5): [True: 283, False: 39.8k]
  |  Branch (50:25): [True: 133, False: 150]
  ------------------
   51|    133|		return 0;
   52|    133|	}
   53|  40.0k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
   54|  40.0k|	if (r)
  ------------------
  |  Branch (54:6): [True: 911, False: 39.1k]
  ------------------
   55|    911|		return r;
   56|  39.1k|	if(apdu.resplen == 0) /* No more left */
  ------------------
  |  Branch (56:5): [True: 87, False: 39.0k]
  ------------------
   57|     87|		return 0;
   58|  39.0k|	if (apdu.resplen != 14) {
  ------------------
  |  Branch (58:6): [True: 25, False: 39.0k]
  ------------------
   59|     25|		sc_log(card->ctx, "expected 14 bytes, got %zu.\n", apdu.resplen);
  ------------------
  |  |   71|     25|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   60|     25|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     25|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
   61|     25|	}
   62|  39.0k|	memcpy(file->objectId.id, fileData, 4);
   63|  39.0k|	file->size = bebytes2ulong(fileData + 4);
   64|  39.0k|	file->read = bebytes2ushort(fileData + 8);
   65|  39.0k|	file->write = bebytes2ushort(fileData + 10);
   66|  39.0k|	file->delete = bebytes2ushort(fileData + 12);
   67|       |
   68|  39.0k|	return 1;
   69|  39.0k|}
msc_partial_read_object:
   72|    203|{
   73|    203|	u8 buffer[9];
   74|    203|	sc_apdu_t apdu;
   75|    203|	int r;
   76|       |
   77|    203|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x56, 0x00, 0x00);
  ------------------
  |  |  294|    203|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
   78|       |
   79|    203|	sc_log(card->ctx, "READ: Offset: %x\tLength: %zu\n", offset, dataLength);
  ------------------
  |  |   71|    203|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   80|    203|	memcpy(buffer, objectId.id, 4);
   81|    203|	ulong2bebytes(buffer + 4, offset);
   82|    203|	buffer[8] = (u8)dataLength;
   83|    203|	apdu.data = buffer;
   84|    203|	apdu.datalen = 9;
   85|    203|	apdu.lc = 9;
   86|    203|	apdu.le = dataLength;
   87|    203|	apdu.resplen = dataLength;
   88|    203|	apdu.resp = data;
   89|    203|	r = sc_transmit_apdu(card, &apdu);
   90|    203|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    203|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    203|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    203|	int _ret = (r); \
  |  |  |  |  168|    203|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 200]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|    203|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 200]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   91|    200|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00 && dataLength <= apdu.resplen)
  ------------------
  |  Branch (91:6): [True: 145, False: 55]
  |  Branch (91:26): [True: 140, False: 5]
  |  Branch (91:46): [True: 131, False: 9]
  ------------------
   92|    131|		return (int)dataLength;
   93|     69|	if (apdu.sw1 == 0x9C) {
  ------------------
  |  Branch (93:6): [True: 4, False: 65]
  ------------------
   94|      4|		if (apdu.sw2 == 0x07) {
  ------------------
  |  Branch (94:7): [True: 1, False: 3]
  ------------------
   95|      1|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      1|	int _ret = r; \
  |  |  155|      1|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  ------------------
  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      1|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      1|	return _ret; \
  |  |  163|      1|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   96|      3|		} else if (apdu.sw2 == 0x06) {
  ------------------
  |  Branch (96:14): [True: 1, False: 2]
  ------------------
   97|      1|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NOT_ALLOWED);
  ------------------
  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      1|	int _ret = r; \
  |  |  155|      1|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  ------------------
  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      1|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      1|	return _ret; \
  |  |  163|      1|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   98|      2|		} else if (apdu.sw2 == 0x0F) {
  ------------------
  |  Branch (98:14): [True: 1, False: 1]
  ------------------
   99|       |			/* GUESSED */
  100|      1|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      1|	int _ret = r; \
  |  |  155|      1|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  ------------------
  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      1|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      1|	return _ret; \
  |  |  163|      1|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  101|      1|		}
  102|      4|	}
  103|     66|	sc_log(card->ctx,
  ------------------
  |  |   71|     66|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  104|     66|		"got strange SWs: 0x%02X 0x%02X\n", apdu.sw1, apdu.sw2);
  105|     66|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  153|     66|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     66|	int _ret = r; \
  |  |  155|     66|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 66, False: 0]
  |  |  ------------------
  |  |  156|     66|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     66|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 66, False: 0]
  |  |  ------------------
  |  |  157|     66|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     66|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     66|	return _ret; \
  |  |  163|     66|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  106|     66|}
msc_read_object:
  109|    203|{
  110|    203|	int r = 0;
  111|    203|	unsigned int i;
  112|    203|	size_t max_read_unit = MSC_MAX_READ;
  ------------------
  |  |   35|    203|#define MSC_MAX_READ (card->max_recv_size > 0 ? card->max_recv_size : 255)
  |  |  ------------------
  |  |  |  Branch (35:23): [True: 203, False: 0]
  |  |  ------------------
  ------------------
  113|       |
  114|    334|	for (i = 0; i < dataLength; i += r) {
  ------------------
  |  Branch (114:14): [True: 203, False: 131]
  ------------------
  115|    203|		r = msc_partial_read_object(card, objectId, offset + i, data + i, MIN(dataLength - i, max_read_unit));
  ------------------
  |  |   70|    203|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 86, False: 117]
  |  |  ------------------
  ------------------
  116|    203|		LOG_TEST_RET(card->ctx, r, "Error in partial object read");
  ------------------
  |  |  174|    203|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    203|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    203|	int _ret = (r); \
  |  |  |  |  168|    203|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 72, False: 131]
  |  |  |  |  ------------------
  |  |  |  |  169|     72|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     72|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     72|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     72|		return _ret; \
  |  |  |  |  172|     72|	} \
  |  |  |  |  173|    203|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 131]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  117|    131|		if (r == 0)
  ------------------
  |  Branch (117:7): [True: 0, False: 131]
  ------------------
  118|      0|			break;
  119|    131|	}
  120|    131|	return (int)dataLength;
  121|    203|}
msc_select_applet:
  256|  6.63k|{
  257|  6.63k|	sc_apdu_t apdu;
  258|  6.63k|	int r;
  259|       |
  260|  6.63k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 4, 0);
  ------------------
  |  |  293|  6.63k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  261|  6.63k|	apdu.lc = appletIdLength;
  262|  6.63k|	apdu.data = appletId;
  263|  6.63k|	apdu.datalen = appletIdLength;
  264|  6.63k|	apdu.resplen = 0;
  265|  6.63k|	apdu.le = 0;
  266|       |
  267|  6.63k|	r = sc_transmit_apdu(card, &apdu);
  268|  6.63k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  6.63k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  6.63k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  6.63k|	int _ret = (r); \
  |  |  |  |  168|  6.63k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 17, False: 6.61k]
  |  |  |  |  ------------------
  |  |  |  |  169|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     17|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     17|		return _ret; \
  |  |  |  |  172|     17|	} \
  |  |  |  |  173|  6.63k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|  6.61k|	if(apdu.sw1 == 0x90 && apdu.sw2 == 0x00)
  ------------------
  |  Branch (269:5): [True: 479, False: 6.13k]
  |  Branch (269:25): [True: 452, False: 27]
  ------------------
  270|    452|		return 1;
  271|       |
  272|  6.16k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,  SC_ERROR_CARD_CMD_FAILED);
  ------------------
  |  |  153|  6.16k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  6.16k|	int _ret = r; \
  |  |  155|  6.16k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 6.16k, False: 0]
  |  |  ------------------
  |  |  156|  6.16k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  6.16k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 6.16k, False: 0]
  |  |  ------------------
  |  |  157|  6.16k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  6.16k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  6.16k|	return _ret; \
  |  |  163|  6.16k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  273|  6.16k|}

sc_pkcs1_strip_02_padding_constant_time:
  154|    197|{
  155|    197|	unsigned int i = 0;
  156|    197|	u8 *msg, *msg_orig = NULL;
  157|    197|	unsigned int good, found_zero_byte, mask, tmp_outlen;
  158|    197|	unsigned int zero_index = 0, msg_index, mlen = -1, len = 0;
  159|    197|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    197|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    197|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    197|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    197|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 197]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  160|       |
  161|    197|	if (data == NULL || data_len <= 0 || data_len > n ||
  ------------------
  |  Branch (161:6): [True: 0, False: 197]
  |  Branch (161:22): [True: 50, False: 147]
  |  Branch (161:39): [True: 36, False: 111]
  ------------------
  162|    111|			n < SC_PKCS1_PADDING_MIN_SIZE || out_len == NULL)
  ------------------
  |  |   40|    308|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  |  Branch (162:4): [True: 0, False: 111]
  |  Branch (162:37): [True: 0, False: 111]
  ------------------
  163|    197|		LOG_FUNC_RETURN(ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|     86|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     86|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     86|	int _ret = r; \
  |  |  |  |  155|     86|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 86, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     86|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     86|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 86, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     86|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     86|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     86|	return _ret; \
  |  |  |  |  163|     86|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|       |
  165|    111|	tmp_outlen = *out_len;
  166|    111|	msg = msg_orig = calloc(n, sizeof(u8));
  167|    111|	if (msg == NULL)
  ------------------
  |  Branch (167:6): [True: 0, False: 111]
  ------------------
  168|    111|		LOG_FUNC_RETURN(ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  169|       |
  170|       |	/*
  171|       |	 * We can not check length of input data straight away and still we need to read
  172|       |	 * from input even when the input is not as long as needed to keep the time constant.
  173|       |	 * If data has wrong size, it is padded by zeroes from left and the following checks
  174|       |	 * do not pass.
  175|       |	 */
  176|    111|	len = data_len;
  177|  25.8k|	for (data += len, msg += n, i = 0; i < n; i++) {
  ------------------
  |  Branch (177:37): [True: 25.7k, False: 111]
  ------------------
  178|  25.7k|		mask = ~constant_time_is_zero(len);
  179|  25.7k|		len -= 1 & mask;
  180|  25.7k|		data -= 1 & mask;
  181|  25.7k|		*--msg = *data & mask;
  182|  25.7k|	}
  183|       |	// check first byte to be 0x00
  184|    111|	good = constant_time_is_zero(msg[0]);
  185|       |	// check second byte to be 0x02
  186|    111|	good &= constant_time_eq(msg[1], 2);
  187|       |
  188|       |	// find zero byte after random data in padding
  189|    111|	found_zero_byte = 0;
  190|  25.6k|	for (i = 2; i < n; i++) {
  ------------------
  |  Branch (190:14): [True: 25.5k, False: 111]
  ------------------
  191|  25.5k|		unsigned int equals0 = constant_time_is_zero(msg[i]);
  192|  25.5k|		zero_index = constant_time_select(~found_zero_byte & equals0, i, zero_index);
  193|  25.5k|		found_zero_byte |= equals0;
  194|  25.5k|	}
  195|       |
  196|       |	// zero_index stands for index of last found zero
  197|    111|	good &= constant_time_ge(zero_index, 2 + 8);
  198|       |
  199|       |	// start of the actual message in data
  200|    111|	msg_index = zero_index + 1;
  201|       |
  202|       |	// length of message
  203|    111|	mlen = data_len - msg_index;
  204|       |
  205|       |	// check that message fits into out buffer
  206|    111|	good &= constant_time_ge(tmp_outlen, mlen);
  207|       |
  208|       |	// move the result in-place by |num|-SC_PKCS1_PADDING_MIN_SIZE-|mlen| bytes to the left.
  209|    111|	tmp_outlen = constant_time_select(constant_time_lt(n - SC_PKCS1_PADDING_MIN_SIZE, tmp_outlen),
  ------------------
  |  |   40|    111|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  210|    111|			n - SC_PKCS1_PADDING_MIN_SIZE, tmp_outlen);
  ------------------
  |  |   40|    111|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  211|    978|	for (msg_index = 1; msg_index < n - SC_PKCS1_PADDING_MIN_SIZE; msg_index <<= 1) {
  ------------------
  |  |   40|    978|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  |  Branch (211:22): [True: 867, False: 111]
  ------------------
  212|    867|		mask = ~constant_time_eq(msg_index & (n - SC_PKCS1_PADDING_MIN_SIZE - mlen), 0);
  ------------------
  |  |   40|    867|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  213|   171k|		for (i = SC_PKCS1_PADDING_MIN_SIZE; i < n - msg_index; i++)
  ------------------
  |  |   40|    867|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  |  Branch (213:39): [True: 170k, False: 867]
  ------------------
  214|   170k|			msg[i] = constant_time_select_8(mask, msg[i + msg_index], msg[i]);
  215|    867|	}
  216|       |	// move message into out buffer, if good
  217|  5.00k|	for (i = 0; i < tmp_outlen; i++) {
  ------------------
  |  Branch (217:14): [True: 4.89k, False: 111]
  ------------------
  218|  4.89k|		unsigned int msg_index;
  219|       |		// when out is longer than message in data, use some bogus index in msg
  220|  4.89k|		mask = good & constant_time_lt(i, mlen);
  221|  4.89k|		msg_index = constant_time_select(mask, i + SC_PKCS1_PADDING_MIN_SIZE, 0); // to now overflow msg buffer
  ------------------
  |  |   40|  4.89k|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  222|  4.89k|		out[i] = constant_time_select_8(mask, msg[msg_index], out[i]);
  223|  4.89k|	}
  224|       |
  225|    111|	*out_len = constant_time_select(good, mlen, *out_len);
  226|    111|	free(msg_orig);
  227|    111|	return constant_time_select(good, mlen, SC_ERROR_WRONG_PADDING);
  ------------------
  |  |   93|    111|#define SC_ERROR_WRONG_PADDING			-1412
  ------------------
  228|    111|}
sc_pkcs1_strip_digest_info_prefix:
  406|    194|{
  407|    194|	int i;
  408|       |
  409|  1.31k|	for (i = 0; digest_info_prefix[i].algorithm != 0; i++) {
  ------------------
  |  Branch (409:14): [True: 1.23k, False: 75]
  ------------------
  410|  1.23k|		size_t    hdr_len  = digest_info_prefix[i].hdr_len,
  411|  1.23k|		          hash_len = digest_info_prefix[i].hash_len;
  412|  1.23k|		const u8 *hdr      = digest_info_prefix[i].hdr;
  413|       |
  414|  1.23k|		if (in_len == (hdr_len + hash_len) &&
  ------------------
  |  Branch (414:7): [True: 169, False: 1.07k]
  ------------------
  415|    169|		    !memcmp(in_dat, hdr, hdr_len)) {
  ------------------
  |  Branch (415:7): [True: 119, False: 50]
  ------------------
  416|    119|			if (algorithm)
  ------------------
  |  Branch (416:8): [True: 0, False: 119]
  ------------------
  417|      0|				*algorithm = digest_info_prefix[i].algorithm;
  418|    119|			if (out_dat == NULL)
  ------------------
  |  Branch (418:8): [True: 0, False: 119]
  ------------------
  419|       |				/* just check the DigestInfo prefix */
  420|      0|				return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  421|    119|			if (*out_len < hash_len)
  ------------------
  |  Branch (421:8): [True: 0, False: 119]
  ------------------
  422|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  423|    119|			memmove(out_dat, in_dat + hdr_len, hash_len);
  424|    119|			*out_len = hash_len;
  425|    119|			return SC_SUCCESS;
  ------------------
  |  |   28|    119|#define SC_SUCCESS				0
  ------------------
  426|    119|		}
  427|  1.23k|	}
  428|     75|	return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     75|#define SC_ERROR_INTERNAL			-1400
  ------------------
  429|    194|}
sc_pkcs1_encode:
  612|  6.96k|{
  613|  6.96k|	int    rv, i;
  614|  6.96k|	size_t tmp_len = *out_len;
  615|  6.96k|	const u8    *tmp = in;
  616|  6.96k|	unsigned int hash_algo, pad_algo;
  617|  6.96k|	size_t mod_len = BYTES4BITS(mod_bits);
  ------------------
  |  |  146|  6.96k|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  618|  6.96k|#ifdef ENABLE_OPENSSL
  619|  6.96k|	size_t sLen;
  620|  6.96k|	EVP_MD* md = NULL;
  621|  6.96k|	unsigned int mgf1_hash;
  622|  6.96k|#endif
  623|       |
  624|  6.96k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  6.96k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  6.96k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  6.96k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  6.96k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 6.96k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  625|       |
  626|  6.96k|	hash_algo = flags & SC_ALGORITHM_RSA_HASHES;
  ------------------
  |  |  142|  6.96k|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  627|  6.96k|	pad_algo  = flags & SC_ALGORITHM_RSA_PADS;
  ------------------
  |  |  103|  6.96k|#define SC_ALGORITHM_RSA_PADS		0x000000FF
  ------------------
  628|  6.96k|	if (pad_algo == 0)
  ------------------
  |  Branch (628:6): [True: 35, False: 6.93k]
  ------------------
  629|     35|		pad_algo = SC_ALGORITHM_RSA_PAD_NONE;
  ------------------
  |  |  104|     35|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  630|  6.96k|	sc_log(ctx, "hash algorithm 0x%X, pad algorithm 0x%X", hash_algo, pad_algo);
  ------------------
  |  |   71|  6.96k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  631|       |
  632|  6.96k|	if ((pad_algo == SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 || pad_algo == SC_ALGORITHM_RSA_PAD_NONE) &&
  ------------------
  |  |  109|  13.9k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              	if ((pad_algo == SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 || pad_algo == SC_ALGORITHM_RSA_PAD_NONE) &&
  ------------------
  |  |  104|  6.24k|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  |  Branch (632:7): [True: 729, False: 6.24k]
  |  Branch (632:57): [True: 35, False: 6.20k]
  ------------------
  633|    764|	    hash_algo != SC_ALGORITHM_RSA_HASH_NONE) {
  ------------------
  |  |  133|    764|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (633:6): [True: 729, False: 35]
  ------------------
  634|    729|		i = sc_pkcs1_add_digest_info_prefix(hash_algo, in, in_len, out, &tmp_len);
  635|    729|		if (i != SC_SUCCESS) {
  ------------------
  |  |   28|    729|#define SC_SUCCESS				0
  ------------------
  |  Branch (635:7): [True: 729, False: 0]
  ------------------
  636|    729|			sc_log(ctx, "Unable to add digest info 0x%x", hash_algo);
  ------------------
  |  |   71|    729|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  637|    729|			LOG_FUNC_RETURN(ctx, i);
  ------------------
  |  |  164|    729|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    729|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    729|	int _ret = r; \
  |  |  |  |  155|    729|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 729, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    729|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    729|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 729, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    729|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    729|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    729|	return _ret; \
  |  |  |  |  163|    729|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|    729|		}
  639|      0|		tmp = out;
  640|  6.24k|	} else   {
  641|  6.24k|		tmp_len = in_len;
  642|  6.24k|	}
  643|       |
  644|  6.24k|	switch(pad_algo) {
  645|     35|	case SC_ALGORITHM_RSA_PAD_NONE:
  ------------------
  |  |  104|     35|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  |  Branch (645:2): [True: 35, False: 6.20k]
  ------------------
  646|       |		/* padding done by card => nothing to do */
  647|     35|		if (out != tmp)
  ------------------
  |  Branch (647:7): [True: 35, False: 0]
  ------------------
  648|     35|			memcpy(out, tmp, tmp_len);
  649|     35|		*out_len = tmp_len;
  650|     35|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     35|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     35|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     35|	int _ret = r; \
  |  |  |  |  155|     35|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 35, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  157|     35|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     35|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     35|	return _ret; \
  |  |  |  |  163|     35|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|      0|	case SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01:
  ------------------
  |  |  109|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (651:2): [True: 0, False: 6.24k]
  ------------------
  652|       |		/* add pkcs1 bt01 padding */
  653|      0|		rv = sc_pkcs1_add_01_padding(tmp, tmp_len, out, out_len, mod_len);
  654|      0|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  655|  6.20k|	case SC_ALGORITHM_RSA_PAD_PSS:
  ------------------
  |  |  107|  6.20k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (655:2): [True: 6.20k, False: 35]
  ------------------
  656|       |		/* add PSS padding */
  657|  6.20k|#ifdef ENABLE_OPENSSL
  658|  6.20k|		mgf1_hash = flags & SC_ALGORITHM_MGF1_HASHES;
  ------------------
  |  |  150|  6.20k|#define SC_ALGORITHM_MGF1_HASHES	0x01F00000
  ------------------
  659|  6.20k|		if (hash_algo == SC_ALGORITHM_RSA_HASH_NONE) {
  ------------------
  |  |  133|  6.20k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (659:7): [True: 0, False: 6.20k]
  ------------------
  660|       |			/* this is generic RSA_PKCS1_PSS mechanism with hash
  661|       |			 * already done outside of the module. The parameters
  662|       |			 * were already checked so we need to adjust the hash
  663|       |			 * algorithm to do the padding with the correct hash
  664|       |			 * function.
  665|       |			 */
  666|      0|			hash_algo = hash_len2algo(tmp_len);
  667|      0|		}
  668|       |		/* sLen is by default same as hash length */
  669|  6.20k|		if (!(md = hash_flag2md(ctx, hash_algo))) {
  ------------------
  |  Branch (669:7): [True: 6.20k, False: 0]
  ------------------
  670|  6.20k|			sc_log_openssl(ctx);
  ------------------
  |  |   72|  6.20k|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  671|  6.20k|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|  6.20k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  672|  6.20k|		}
  673|      0|		sLen = EVP_MD_size(md);
  674|      0|		sc_evp_md_free(md);
  675|       |		/* if application provide sLen, use it */
  676|      0|		if (pMechanism != NULL) {
  ------------------
  |  Branch (676:7): [True: 0, False: 0]
  ------------------
  677|      0|			CK_MECHANISM *mech = (CK_MECHANISM *)pMechanism;
  678|      0|			CK_RSA_PKCS_PSS_PARAMS *pss_params;
  679|      0|			if (mech->pParameter && sizeof(CK_RSA_PKCS_PSS_PARAMS) == mech->ulParameterLen) {
  ------------------
  |  Branch (679:8): [True: 0, False: 0]
  |  Branch (679:28): [True: 0, False: 0]
  ------------------
  680|      0|				pss_params = mech->pParameter;
  681|      0|				sLen = pss_params->sLen;
  682|      0|			}
  683|      0|		}
  684|      0|		rv = sc_pkcs1_add_pss_padding(ctx, hash_algo, mgf1_hash,
  685|      0|		    tmp, tmp_len, out, out_len, mod_bits, sLen);
  686|       |#else
  687|       |		rv = SC_ERROR_NOT_SUPPORTED;
  688|       |#endif
  689|      0|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  690|      0|	default:
  ------------------
  |  Branch (690:2): [True: 0, False: 6.24k]
  ------------------
  691|       |		/* We shouldn't be called with an unexpected padding type, we've already
  692|       |		 * returned SC_ERROR_NOT_SUPPORTED if the card can't be used. */
  693|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  694|  6.24k|	}
  695|  6.24k|}
sc_get_encoding_flags:
  700|  61.7k|{
  701|  61.7k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  61.7k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  61.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  61.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  61.7k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 61.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  702|  61.7k|	if (pflags == NULL || sflags == NULL)
  ------------------
  |  Branch (702:6): [True: 0, False: 61.7k]
  |  Branch (702:24): [True: 0, False: 61.7k]
  ------------------
  703|  61.7k|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  704|       |
  705|  61.7k|	sc_log(ctx, "iFlags 0x%lX, card capabilities 0x%lX", iflags, caps);
  ------------------
  |  |   71|  61.7k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  706|       |
  707|       |	/* For ECDSA and GOSTR, we don't do any padding or hashing ourselves, the
  708|       |	 * card has to support the requested operation.  Similarly, for RSA with
  709|       |	 * raw padding (raw RSA) and ISO9796, we require the card to do it for us.
  710|       |	 * Finally, for PKCS1 (v1.5 and PSS) and ASNI X9.31 we can apply the padding
  711|       |	 * ourselves if the card supports raw RSA. */
  712|       |
  713|       |	/* TODO: Could convert GOSTR3410_HASH_GOSTR3411 -> GOSTR3410_RAW and
  714|       |	 *       ECDSA_HASH_ -> ECDSA_RAW using OpenSSL (not much benefit though). */
  715|       |
  716|  61.7k|	if ((caps & iflags) == iflags) {
  ------------------
  |  Branch (716:6): [True: 12.0k, False: 49.7k]
  ------------------
  717|       |		/* Card supports the signature operation we want to do, great, let's
  718|       |		 * go with it then. */
  719|  12.0k|		*sflags = iflags;
  720|  12.0k|		*pflags = 0;
  721|       |
  722|  49.7k|	} else if ((caps & SC_ALGORITHM_RSA_PAD_PSS) &&
  ------------------
  |  |  107|  49.7k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (722:13): [True: 4.41k, False: 45.3k]
  ------------------
  723|  4.41k|			(iflags & SC_ALGORITHM_RSA_PAD_PSS)) {
  ------------------
  |  |  107|  4.41k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (723:4): [True: 1.35k, False: 3.06k]
  ------------------
  724|  1.35k|		*sflags |= SC_ALGORITHM_RSA_PAD_PSS;
  ------------------
  |  |  107|  1.35k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  725|  1.35k|		*sflags |= iflags & SC_ALGORITHM_MGF1_HASHES;
  ------------------
  |  |  150|  1.35k|#define SC_ALGORITHM_MGF1_HASHES	0x01F00000
  ------------------
  726|  1.35k|		*pflags = iflags & ~(iflags & (SC_ALGORITHM_MGF1_HASHES | SC_ALGORITHM_RSA_PAD_PSS));
  ------------------
  |  |  150|  1.35k|#define SC_ALGORITHM_MGF1_HASHES	0x01F00000
  ------------------
              		*pflags = iflags & ~(iflags & (SC_ALGORITHM_MGF1_HASHES | SC_ALGORITHM_RSA_PAD_PSS));
  ------------------
  |  |  107|  1.35k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  727|       |
  728|  48.3k|	} else if ((caps & SC_ALGORITHM_RSA_RAW) &&
  ------------------
  |  |  102|  48.3k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (728:13): [True: 25.8k, False: 22.5k]
  ------------------
  729|  25.8k|				(iflags & SC_ALGORITHM_RSA_PAD_PKCS1
  ------------------
  |  |  111|  51.6k|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|  25.8k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|  25.8k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  |  Branch (729:6): [True: 2.16k, False: 23.6k]
  ------------------
  730|  23.6k|				|| iflags & SC_ALGORITHM_RSA_PAD_PSS
  ------------------
  |  |  107|  49.5k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (730:8): [True: 6.20k, False: 17.4k]
  ------------------
  731|  17.4k|#ifdef ENABLE_OPENSSL
  732|  17.4k|				|| iflags & SC_ALGORITHM_RSA_PAD_OAEP
  ------------------
  |  |  108|  43.3k|#define SC_ALGORITHM_RSA_PAD_OAEP	0x00000020 /* PKCS#1 v2.0 OAEP */
  ------------------
  |  Branch (732:8): [True: 0, False: 17.4k]
  ------------------
  733|  17.4k|#endif
  734|  17.4k|				|| iflags & SC_ALGORITHM_RSA_PAD_NONE)) {
  ------------------
  |  |  104|  17.4k|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  |  Branch (734:8): [True: 0, False: 17.4k]
  ------------------
  735|       |		/* Use the card's raw RSA capability on the padded input */
  736|  8.37k|		*sflags = SC_ALGORITHM_RSA_PAD_NONE;
  ------------------
  |  |  104|  8.37k|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  737|  8.37k|		*pflags = iflags;
  738|       |
  739|  40.0k|	} else if ((caps & (SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE)) &&
  ------------------
  |  |  109|  40.0k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              	} else if ((caps & (SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE)) &&
  ------------------
  |  |  133|  40.0k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (739:13): [True: 30.3k, False: 9.61k]
  ------------------
  740|  30.3k|			(iflags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)) {
  ------------------
  |  |  109|  30.3k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (740:4): [True: 319, False: 30.0k]
  ------------------
  741|       |		/* A corner case - the card can partially do PKCS1, if we prepend the
  742|       |		 * DigestInfo bit it will do the rest. */
  743|    319|		*sflags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  109|    319|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		*sflags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    319|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  744|    319|		*pflags = iflags & SC_ALGORITHM_RSA_HASHES;
  ------------------
  |  |  142|    319|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  745|       |
  746|  39.6k|	} else if ((caps & (SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02 | SC_ALGORITHM_RSA_HASH_NONE)) &&
  ------------------
  |  |  110|  39.6k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
              	} else if ((caps & (SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02 | SC_ALGORITHM_RSA_HASH_NONE)) &&
  ------------------
  |  |  133|  39.6k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (746:13): [True: 30.0k, False: 9.61k]
  ------------------
  747|  30.0k|			(iflags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02)) {
  ------------------
  |  |  110|  30.0k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (747:4): [True: 0, False: 30.0k]
  ------------------
  748|      0|		*sflags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  110|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
              		*sflags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  749|      0|		*pflags = iflags & SC_ALGORITHM_RSA_HASHES;
  ------------------
  |  |  142|      0|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  750|       |
  751|  39.6k|	} else if ((iflags & SC_ALGORITHM_AES) == SC_ALGORITHM_AES) { /* TODO: seems like this constant does not belong to the same set of flags used form asymmetric algos. Fix this! */
  ------------------
  |  |   79|  39.6k|#define SC_ALGORITHM_AES		67
  ------------------
              	} else if ((iflags & SC_ALGORITHM_AES) == SC_ALGORITHM_AES) { /* TODO: seems like this constant does not belong to the same set of flags used form asymmetric algos. Fix this! */
  ------------------
  |  |   79|  39.6k|#define SC_ALGORITHM_AES		67
  ------------------
  |  Branch (751:13): [True: 0, False: 39.6k]
  ------------------
  752|      0|		*sflags = 0;
  753|      0|		*pflags = 0;
  754|       |
  755|  39.6k|	} else if ((iflags & SC_ALGORITHM_AES_FLAGS) > 0) {
  ------------------
  |  |  209|  39.6k|#define SC_ALGORITHM_AES_FLAGS		 0x0F000000
  ------------------
  |  Branch (755:13): [True: 1.32k, False: 38.3k]
  ------------------
  756|  1.32k|		*sflags = iflags & SC_ALGORITHM_AES_FLAGS;
  ------------------
  |  |  209|  1.32k|#define SC_ALGORITHM_AES_FLAGS		 0x0F000000
  ------------------
  757|  1.32k|		if (iflags & SC_ALGORITHM_AES_CBC_PAD)
  ------------------
  |  |  208|  1.32k|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
  |  Branch (757:7): [True: 0, False: 1.32k]
  ------------------
  758|      0|			*pflags = SC_ALGORITHM_AES_CBC_PAD;
  ------------------
  |  |  208|      0|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
  759|  1.32k|		else
  760|  1.32k|			*pflags = 0;
  761|       |
  762|  38.3k|	} else {
  763|  38.3k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "unsupported algorithm");
  ------------------
  |  |  174|  38.3k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  38.3k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  38.3k|	int _ret = (r); \
  |  |  |  |  168|  38.3k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 38.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  38.3k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  38.3k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  38.3k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  38.3k|		return _ret; \
  |  |  |  |  172|  38.3k|	} \
  |  |  |  |  173|  38.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  764|  38.3k|	}
  765|       |
  766|  23.3k|	sc_log(ctx, "pad flags 0x%lX, secure algorithm flags 0x%lX", *pflags, *sflags);
  ------------------
  |  |   71|  23.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  767|  23.3k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  23.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  23.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  23.3k|	int _ret = r; \
  |  |  |  |  155|  23.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 23.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  23.3k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 23.3k]
  |  |  |  |  ------------------
  |  |  |  |  157|  23.3k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  23.3k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  23.3k|	return _ret; \
  |  |  |  |  163|  23.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  768|  23.3k|}
padding.c:hash_flag2md:
  434|  6.20k|{
  435|  6.20k|	switch (hash & SC_ALGORITHM_RSA_HASHES) {
  ------------------
  |  |  142|  6.20k|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  436|      0|	case SC_ALGORITHM_RSA_HASH_SHA1:
  ------------------
  |  |  134|      0|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  |  Branch (436:2): [True: 0, False: 6.20k]
  ------------------
  437|      0|		return sc_evp_md(ctx, "SHA1");
  438|      0|	case SC_ALGORITHM_RSA_HASH_SHA224:
  ------------------
  |  |  141|      0|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  ------------------
  |  Branch (438:2): [True: 0, False: 6.20k]
  ------------------
  439|      0|		return sc_evp_md(ctx, "SHA224");
  440|      0|	case SC_ALGORITHM_RSA_HASH_SHA256:
  ------------------
  |  |  138|      0|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  |  Branch (440:2): [True: 0, False: 6.20k]
  ------------------
  441|      0|		return sc_evp_md(ctx, "SHA256");
  442|      0|	case SC_ALGORITHM_RSA_HASH_SHA384:
  ------------------
  |  |  139|      0|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
  |  Branch (442:2): [True: 0, False: 6.20k]
  ------------------
  443|      0|		return sc_evp_md(ctx, "SHA384");
  444|      0|	case SC_ALGORITHM_RSA_HASH_SHA512:
  ------------------
  |  |  140|      0|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
  |  Branch (444:2): [True: 0, False: 6.20k]
  ------------------
  445|      0|		return sc_evp_md(ctx, "SHA512");
  446|  6.20k|	default:
  ------------------
  |  Branch (446:2): [True: 6.20k, False: 0]
  ------------------
  447|       |		return NULL;
  448|  6.20k|	}
  449|  6.20k|}
padding.c:sc_pkcs1_add_digest_info_prefix:
  381|    729|{
  382|    729|	int i;
  383|       |
  384|  7.29k|	for (i = 0; digest_info_prefix[i].algorithm != 0; i++) {
  ------------------
  |  Branch (384:14): [True: 6.56k, False: 729]
  ------------------
  385|  6.56k|		if (algorithm == digest_info_prefix[i].algorithm) {
  ------------------
  |  Branch (385:7): [True: 0, False: 6.56k]
  ------------------
  386|      0|			const u8 *hdr      = digest_info_prefix[i].hdr;
  387|      0|			size_t    hdr_len  = digest_info_prefix[i].hdr_len,
  388|      0|			          hash_len = digest_info_prefix[i].hash_len;
  389|       |
  390|      0|			if (in_len != hash_len || *out_len < (hdr_len + hash_len))
  ------------------
  |  Branch (390:8): [True: 0, False: 0]
  |  Branch (390:30): [True: 0, False: 0]
  ------------------
  391|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  392|       |
  393|      0|			memmove(out + hdr_len, in, hash_len);
  394|      0|			memmove(out, hdr, hdr_len);
  395|      0|			*out_len = hdr_len + hash_len;
  396|       |
  397|      0|			return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  398|      0|		}
  399|  6.56k|	}
  400|       |
  401|    729|	return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    729|#define SC_ERROR_INTERNAL			-1400
  ------------------
  402|    729|}

sc_asn1_decode_algorithm_id:
  510|  4.72k|{
  511|  4.72k|	struct sc_asn1_pkcs15_algorithm_info *alg_info = NULL;
  512|  4.72k|	struct sc_asn1_entry asn1_alg_id[3];
  513|  4.72k|	int r;
  514|       |
  515|  4.72k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  4.72k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.72k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.72k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.72k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.72k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|  4.72k|	sc_copy_asn1_entry(c_asn1_alg_id, asn1_alg_id);
  517|  4.72k|	sc_format_asn1_entry(asn1_alg_id + 0, &id->oid, NULL, 0);
  518|       |
  519|  4.72k|	memset(id, 0, sizeof(*id));
  520|  4.72k|	r = _sc_asn1_decode(ctx, asn1_alg_id, in, len, &in, &len, 0, depth + 1);
  521|  4.72k|	LOG_TEST_RET(ctx, r, "ASN.1 parsing of algo ID failed");
  ------------------
  |  |  174|  4.72k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  4.72k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  4.72k|	int _ret = (r); \
  |  |  |  |  168|  4.72k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 39, False: 4.68k]
  |  |  |  |  ------------------
  |  |  |  |  169|     39|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     39|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     39|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     39|		return _ret; \
  |  |  |  |  172|     39|	} \
  |  |  |  |  173|  4.72k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4.68k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  522|       |
  523|  4.68k|        sc_log(ctx, "decoded OID '%s'", sc_dump_oid(&(id->oid)));
  ------------------
  |  |   71|  4.68k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  524|       |
  525|       |	/* See if we understand the algorithm, and if we do, check
  526|       |	 * whether we know how to decode any additional parameters */
  527|  4.68k|	id->algorithm = (unsigned int ) -1;
  528|  4.68k|	alg_info = sc_asn1_get_algorithm_info(id);
  529|  4.68k|	if (alg_info != NULL) {
  ------------------
  |  Branch (529:6): [True: 2.44k, False: 2.23k]
  ------------------
  530|  2.44k|		id->algorithm = alg_info->id;
  531|  2.44k|		if (alg_info->decode) {
  ------------------
  |  Branch (531:7): [True: 1.12k, False: 1.31k]
  ------------------
  532|  1.12k|			if (asn1_alg_id[1].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|  1.12k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (532:8): [True: 10, False: 1.11k]
  ------------------
  533|     10|				sc_log(ctx, "SC_ASN1_PRESENT was set, so invalid");
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  534|     10|				LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ASN1_OBJECT);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|     10|			}
  536|  1.11k|			r = alg_info->decode(ctx, &id->params, in, len, depth);
  537|  1.11k|		}
  538|  2.44k|	}
  539|       |
  540|  4.67k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  4.67k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  4.67k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  4.67k|	int _ret = r; \
  |  |  |  |  155|  4.67k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.67k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.67k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     40|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 40, False: 4.63k]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.67k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.67k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  4.67k|	return _ret; \
  |  |  |  |  163|  4.67k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  541|  4.67k|}
sc_asn1_encode_algorithm_id:
  547|  1.72k|{
  548|  1.72k|	struct sc_asn1_pkcs15_algorithm_info *alg_info;
  549|  1.72k|	struct sc_algorithm_id temp_id;
  550|  1.72k|	struct sc_asn1_entry asn1_alg_id[3];
  551|  1.72k|	u8 *obj = NULL;
  552|  1.72k|	size_t obj_len = 0;
  553|  1.72k|	int r;
  554|  1.72k|	u8 *tmp;
  555|       |
  556|  1.72k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.72k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.72k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.72k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.72k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.72k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  557|  1.72k|        sc_log(ctx, "type of algorithm to encode: %lu", id->algorithm);
  ------------------
  |  |   71|  1.72k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  558|  1.72k|	alg_info = sc_asn1_get_algorithm_info(id);
  559|  1.72k|	if (alg_info == NULL) {
  ------------------
  |  Branch (559:6): [True: 0, False: 1.72k]
  ------------------
  560|      0|		sc_log(ctx, "Cannot encode unknown algorithm %lu", id->algorithm);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  561|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  562|      0|	}
  563|       |
  564|       |	/* Set the oid if not yet given */
  565|  1.72k|	if (!sc_valid_oid(&id->oid)) {
  ------------------
  |  Branch (565:6): [True: 0, False: 1.72k]
  ------------------
  566|      0|		temp_id = *id;
  567|      0|		temp_id.oid = alg_info->oid;
  568|      0|		id = &temp_id;
  569|      0|	}
  570|       |
  571|  1.72k|        sc_log(ctx, "encode algo %s", sc_dump_oid(&(id->oid)));
  ------------------
  |  |   71|  1.72k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  572|  1.72k|	sc_copy_asn1_entry(c_asn1_alg_id, asn1_alg_id);
  573|  1.72k|	sc_format_asn1_entry(asn1_alg_id + 0, (void *) &id->oid, NULL, 1);
  574|       |
  575|       |	/* no parameters, write NULL tag */
  576|       |	/* If it's EDDSA/XEDDSA, according to RFC8410, params
  577|       |	 * MUST be absent */
  578|       |	/* PKCS11 3.0 list them under ec_params */
  579|  1.72k|	if (id->algorithm != SC_ALGORITHM_EDDSA &&
  ------------------
  |  |   72|  3.44k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (579:6): [True: 1.72k, False: 0]
  ------------------
  580|  1.72k|	    id->algorithm != SC_ALGORITHM_XEDDSA &&
  ------------------
  |  |   73|  3.44k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (580:6): [True: 1.72k, False: 0]
  ------------------
  581|  1.72k|	    (!id->params || !alg_info->encode))
  ------------------
  |  Branch (581:7): [True: 828, False: 892]
  |  Branch (581:22): [True: 0, False: 892]
  ------------------
  582|    828|		asn1_alg_id[1].flags |= SC_ASN1_PRESENT;
  ------------------
  |  |  147|    828|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  583|       |
  584|  1.72k|	r = _sc_asn1_encode(ctx, asn1_alg_id, buf, len, depth + 1);
  585|  1.72k|	LOG_TEST_RET(ctx, r, "ASN.1 encode of algorithm failed");
  ------------------
  |  |  174|  1.72k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.72k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.72k|	int _ret = (r); \
  |  |  |  |  168|  1.72k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 1.72k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  1.72k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.72k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  586|       |
  587|       |	/* Encode any parameters */
  588|  1.72k|	if (id->params && alg_info->encode) {
  ------------------
  |  Branch (588:6): [True: 892, False: 828]
  |  Branch (588:20): [True: 892, False: 0]
  ------------------
  589|    892|		r = alg_info->encode(ctx, id->params, &obj, &obj_len, depth+1);
  590|    892|		if (r < 0) {
  ------------------
  |  Branch (590:7): [True: 0, False: 892]
  ------------------
  591|      0|			if (obj)
  ------------------
  |  Branch (591:8): [True: 0, False: 0]
  ------------------
  592|      0|				free(obj);
  593|      0|			LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  594|      0|		}
  595|    892|	}
  596|       |
  597|  1.72k|	if (obj_len) {
  ------------------
  |  Branch (597:6): [True: 892, False: 828]
  ------------------
  598|    892|		tmp = (u8 *) realloc(*buf, *len + obj_len);
  599|    892|		if (!tmp) {
  ------------------
  |  Branch (599:7): [True: 0, False: 892]
  ------------------
  600|      0|			free(*buf);
  601|      0|			*buf = NULL;
  602|      0|			free(obj);
  603|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|      0|		}
  605|    892|		*buf = tmp;
  606|    892|		memcpy(*buf + *len, obj, obj_len);
  607|    892|		*len += obj_len;
  608|    892|		free(obj);
  609|    892|	}
  610|       |
  611|  1.72k|	sc_log(ctx, "return encoded algorithm ID: %s", sc_dump_hex(*buf, *len));
  ------------------
  |  |   71|  1.72k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  612|  1.72k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.72k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.72k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.72k|	int _ret = r; \
  |  |  |  |  155|  1.72k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.72k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.72k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.72k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.72k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.72k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.72k|	return _ret; \
  |  |  |  |  163|  1.72k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  613|  1.72k|}
sc_asn1_clear_algorithm_id:
  617|  6.34k|{
  618|  6.34k|	struct sc_asn1_pkcs15_algorithm_info *aip;
  619|       |
  620|  6.34k|	if (id->params && (aip = sc_asn1_get_algorithm_info(id)) && aip->free) {
  ------------------
  |  Branch (620:6): [True: 1.94k, False: 4.39k]
  |  Branch (620:20): [True: 1.94k, False: 0]
  |  Branch (620:62): [True: 1.94k, False: 0]
  ------------------
  621|  1.94k|		aip->free(id->params);
  622|       |		id->params = NULL;
  623|  1.94k|	}
  624|  6.34k|}
pkcs15-algo.c:sc_asn1_get_algorithm_info:
  486|  8.34k|{
  487|  8.34k|	struct sc_asn1_pkcs15_algorithm_info *aip = NULL;
  488|       |
  489|   107k|	for (aip = algorithm_table; aip->id >= 0; aip++)   {
  ------------------
  |  Branch (489:30): [True: 104k, False: 2.23k]
  ------------------
  490|   104k|		if ((int) id->algorithm < 0 && sc_compare_oid(&id->oid, &aip->oid))
  ------------------
  |  Branch (490:7): [True: 63.6k, False: 41.1k]
  |  Branch (490:34): [True: 2.44k, False: 61.2k]
  ------------------
  491|  2.44k|			return aip;
  492|       |
  493|   102k|		if (aip->id == (int)id->algorithm)
  ------------------
  |  Branch (493:7): [True: 3.66k, False: 98.6k]
  ------------------
  494|  3.66k|			return aip;
  495|   102k|	}
  496|       |
  497|  2.23k|	return NULL;
  498|  8.34k|}
pkcs15-algo.c:asn1_decode_des_params:
   45|      2|{
   46|      2|	struct sc_asn1_entry asn1_des_iv[2];
   47|      2|	u8	iv[8];
   48|      2|	size_t ivlen = 8;
   49|      2|	int r;
   50|       |
   51|      2|	sc_copy_asn1_entry(c_asn1_des_iv, asn1_des_iv);
   52|      2|	sc_format_asn1_entry(asn1_des_iv + 0, iv, &ivlen, 0);
   53|      2|	r = _sc_asn1_decode(ctx, asn1_des_iv, buf, buflen, NULL, NULL, 0, depth + 1);
   54|      2|	if (r < 0)
  ------------------
  |  Branch (54:6): [True: 1, False: 1]
  ------------------
   55|      1|		return r;
   56|      1|	if (ivlen != 8)
  ------------------
  |  Branch (56:6): [True: 1, False: 0]
  ------------------
   57|      1|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      1|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
   58|      0|	*paramp = malloc(8);
   59|      0|	if (!*paramp)
  ------------------
  |  Branch (59:6): [True: 0, False: 0]
  ------------------
   60|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
   61|      0|	memcpy(*paramp, iv, 8);
   62|      0|	return 0;
   63|      0|}
pkcs15-algo.c:asn1_decode_pbkdf2_params:
  144|     10|{
  145|     10|	struct sc_pbkdf2_params info;
  146|     10|	struct sc_asn1_entry asn1_pbkdf2_params[5];
  147|     10|	int r;
  148|       |
  149|     10|	sc_copy_asn1_entry(c_asn1_pbkdf2_params, asn1_pbkdf2_params);
  150|     10|	sc_format_asn1_entry(asn1_pbkdf2_params + 0,
  151|     10|			info.salt, &info.salt_len, 0);
  152|     10|	sc_format_asn1_entry(asn1_pbkdf2_params + 1,
  153|     10|			&info.iterations, NULL, 0);
  154|     10|	sc_format_asn1_entry(asn1_pbkdf2_params + 2,
  155|     10|			&info.key_length, NULL, 0);
  156|     10|	sc_format_asn1_entry(asn1_pbkdf2_params + 3,
  157|     10|			&info.hash_alg, NULL, 0);
  158|       |
  159|     10|	memset(&info, 0, sizeof(info));
  160|     10|	info.salt_len = sizeof(info.salt);
  161|     10|	info.hash_alg.algorithm = SC_ALGORITHM_SHA1;
  ------------------
  |  |   84|     10|#define SC_ALGORITHM_SHA1		129
  ------------------
  162|       |
  163|     10|	r = _sc_asn1_decode(ctx, asn1_pbkdf2_params, buf, buflen, NULL, NULL, 0, depth + 1);
  164|     10|	if (r < 0)
  ------------------
  |  Branch (164:6): [True: 10, False: 0]
  ------------------
  165|     10|		return r;
  166|       |
  167|      0|	*paramp = malloc(sizeof(info));
  168|      0|	if (!*paramp)
  ------------------
  |  Branch (168:6): [True: 0, False: 0]
  ------------------
  169|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  170|      0|	memcpy(*paramp, &info, sizeof(info));
  171|      0|	return 0;
  172|      0|}
pkcs15-algo.c:asn1_decode_pbes2_params:
  207|     10|{
  208|     10|	struct sc_asn1_entry asn1_pbes2_params[3];
  209|     10|	struct sc_pbes2_params info;
  210|     10|	int r;
  211|       |
  212|     10|	sc_copy_asn1_entry(c_asn1_pbes2_params, asn1_pbes2_params);
  213|     10|	sc_format_asn1_entry(asn1_pbes2_params + 0,
  214|     10|				&info.derivation_alg, NULL, 0);
  215|     10|	sc_format_asn1_entry(asn1_pbes2_params + 1,
  216|     10|				&info.key_encr_alg, NULL, 0);
  217|     10|	memset(&info, 0, sizeof(info));
  218|       |
  219|     10|	r = _sc_asn1_decode(ctx, asn1_pbes2_params, buf, buflen, NULL, NULL, 0, depth + 1);
  220|     10|	if (r < 0)
  ------------------
  |  Branch (220:6): [True: 10, False: 0]
  ------------------
  221|     10|		return r;
  222|      0|	*paramp = malloc(sizeof(info));
  223|      0|	if (!*paramp)
  ------------------
  |  Branch (223:6): [True: 0, False: 0]
  ------------------
  224|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  225|      0|	memcpy(*paramp, &info, sizeof(info));
  226|      0|	return 0;
  227|      0|}
pkcs15-algo.c:asn1_decode_ec_params:
  265|  1.09k|{
  266|  1.09k|	int r;
  267|  1.09k|	struct sc_object_id curve;
  268|  1.09k|	struct sc_asn1_entry asn1_ec_params[4];
  269|  1.09k|	struct sc_ec_parameters *ecp;
  270|       |
  271|  1.09k|	memset(&curve, 0, sizeof(curve));
  272|       |
  273|       |	/* We only want to copy the parms if they are a namedCurve
  274|       |	 * or ecParameters  nullParam aka implicityCA is not to be
  275|       |	 * used with PKCS#11 2.20 */
  276|  1.09k|	sc_copy_asn1_entry(c_asn1_ec_params, asn1_ec_params);
  277|  1.09k|	sc_format_asn1_entry(asn1_ec_params + 1, &curve, 0, 0);
  278|       |
  279|       |	/* Some signature algorithms will not have any data */
  280|  1.09k|	if (buflen == 0 || buf == NULL)
  ------------------
  |  Branch (280:6): [True: 26, False: 1.07k]
  |  Branch (280:21): [True: 0, False: 1.07k]
  ------------------
  281|     26|		return 0;
  282|       |
  283|  1.07k|	r = sc_asn1_decode_choice(ctx, asn1_ec_params, buf, buflen, NULL, NULL);
  284|       |	/* r = index in asn1_ec_params */
  285|  1.07k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "asn1_decode_ec_params r=%d", r);
  ------------------
  |  |   70|  1.07k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  286|  1.07k|	if (r < 0)
  ------------------
  |  Branch (286:6): [True: 18, False: 1.05k]
  ------------------
  287|     18|		return r;
  288|       |
  289|  1.05k|	ecp = calloc(1, sizeof(struct sc_ec_parameters));
  290|  1.05k|	if (ecp == NULL)
  ------------------
  |  Branch (290:6): [True: 0, False: 1.05k]
  ------------------
  291|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  292|       |
  293|  1.05k|	if (r <= 1) {
  ------------------
  |  Branch (293:6): [True: 1.05k, False: 0]
  ------------------
  294|  1.05k|		ecp->der.value = malloc(buflen);
  295|  1.05k|		if (ecp->der.value == NULL) {
  ------------------
  |  Branch (295:7): [True: 0, False: 1.05k]
  ------------------
  296|      0|			free(ecp);
  297|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  298|      0|		}
  299|  1.05k|		ecp->der.len = buflen;
  300|  1.05k|		memcpy(ecp->der.value, buf, buflen);
  301|  1.05k|	}
  302|      0|	else    {
  303|      0|		r = 0;
  304|      0|	}
  305|       |
  306|  1.05k|	ecp->type = r; /* but 0 = ecparams if any, 1=named curve */
  307|  1.05k|	*paramp = ecp;
  308|  1.05k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.05k|#define SC_SUCCESS				0
  ------------------
  309|  1.05k|};
pkcs15-algo.c:asn1_encode_ec_params:
  314|    892|{
  315|    892|	 struct sc_ec_parameters *ecp = (struct sc_ec_parameters *) params;
  316|       |
  317|       |	/* Only handle named curves. They may be absent too */
  318|    892|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "asn1_encode_ec_params() called");
  ------------------
  |  |   70|    892|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  319|    892|	*buf = NULL;
  320|    892|	*buflen = 0;
  321|    892|	if (ecp && ecp->type == 1 && ecp->der.value) { /* named curve */
  ------------------
  |  Branch (321:6): [True: 892, False: 0]
  |  Branch (321:13): [True: 892, False: 0]
  |  Branch (321:31): [True: 892, False: 0]
  ------------------
  322|    892|		*buf = malloc(ecp->der.len);
  323|    892|		if (*buf == NULL)
  ------------------
  |  Branch (323:7): [True: 0, False: 892]
  ------------------
  324|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  325|       |
  326|    892|		memcpy(*buf, ecp->der.value, ecp->der.len);
  327|    892|		*buflen = ecp->der.len;
  328|    892|	}
  329|      0|	else   {
  330|      0|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "Not named curve");
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  331|      0|	}
  332|       |
  333|    892|	return 0;
  334|    892|}
pkcs15-algo.c:asn1_free_ec_params:
  338|  1.94k|{
  339|  1.94k|	struct sc_ec_parameters *ecp = (struct sc_ec_parameters *) params;
  340|       |
  341|  1.94k|	if (ecp) {
  ------------------
  |  Branch (341:6): [True: 1.94k, False: 0]
  ------------------
  342|  1.94k|		if (ecp->der.value)
  ------------------
  |  Branch (342:7): [True: 1.94k, False: 0]
  ------------------
  343|  1.94k|			free(ecp->der.value);
  344|  1.94k|		if (ecp->named_curve)
  ------------------
  |  Branch (344:7): [True: 0, False: 1.94k]
  ------------------
  345|      0|			free(ecp->named_curve);
  346|  1.94k|		free(ecp);
  347|  1.94k|	}
  348|  1.94k|}

sc_pkcs15emu_cac_init_ex:
  371|  11.5k|{
  372|  11.5k|	sc_card_t   *card = p15card->card;
  373|  11.5k|	sc_context_t    *ctx = card->ctx;
  374|       |
  375|  11.5k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  11.5k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  11.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  11.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  11.5k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 11.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|       |
  377|  11.5k|	if (cac_detect_card(p15card))
  ------------------
  |  Branch (377:6): [True: 10.6k, False: 952]
  ------------------
  378|  10.6k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  10.6k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  379|    952|	return sc_pkcs15emu_cac_init(p15card);
  380|  11.5k|}
pkcs15-cac.c:cac_detect_card:
   65|  11.5k|{
   66|  11.5k|	sc_card_t *card = p15card->card;
   67|       |
   68|  11.5k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  11.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  11.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  11.5k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 11.5k]
  |  |  ------------------
  ------------------
   69|  11.5k|	if (card->type < SC_CARD_TYPE_CAC_GENERIC
  ------------------
  |  Branch (69:6): [True: 9.62k, False: 1.93k]
  ------------------
   70|  1.93k|		|| card->type >= SC_CARD_TYPE_CAC_GENERIC+1000)
  ------------------
  |  Branch (70:6): [True: 984, False: 952]
  ------------------
   71|  10.6k|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  10.6k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
   72|    952|	return SC_SUCCESS;
  ------------------
  |  |   28|    952|#define SC_SUCCESS				0
  ------------------
   73|  11.5k|}
pkcs15-cac.c:sc_pkcs15emu_cac_init:
   89|    952|{
   90|    952|	static const pindata pins[] = {
   91|    952|		{ "1", "PIN", "", 0x00,
   92|    952|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|    952|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
   93|    952|		  8, 4, 8,
   94|    952|		  SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|    952|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
   95|    952|		  SC_PKCS15_PIN_FLAG_INITIALIZED ,
  ------------------
  |  |   58|    952|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
   96|    952|		  -1, 0xFF,
   97|    952|		  SC_PKCS15_CO_FLAG_PRIVATE },
  ------------------
  |  |   50|    952|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
   98|    952|		{ NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0}
   99|    952|	};
  100|       |	/* oid for key usage */
  101|    952|	static const struct sc_object_id usage_type = {{ 2, 5, 29, 15, -1 }};
  102|    952|	unsigned int usage;
  103|       |
  104|       |
  105|       |	/*
  106|       |	 * The size of the key or the algid is not really known
  107|       |	 * but can be derived from the certificates.
  108|       |	 * the cert, pubkey and privkey are a set.
  109|       |	 * Key usages bits taken from certificate key usage extension.
  110|       |	 */
  111|       |
  112|    952|	int    r, i;
  113|    952|	sc_card_t *card = p15card->card;
  114|    952|	sc_serial_number_t serial;
  115|    952|	char buf[SC_MAX_SERIALNR * 2 + 1];
  116|    952|	int count;
  117|    952|	char *token_name = NULL;
  118|       |
  119|       |
  120|    952|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    952|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    952|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    952|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 952]
  |  |  ------------------
  ------------------
  121|       |
  122|    952|	memset(&serial, 0, sizeof(serial));
  123|       |
  124|       |	/* could read this off card if needed */
  125|       |
  126|    952|	set_string(&p15card->tokeninfo->label, cac_get_name(card->type));
  127|    952|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   46|    952|#define MANU_ID		"Common Access Card"
  ------------------
  128|       |
  129|       |	/*
  130|       |	 * get serial number
  131|       |	 */
  132|    952|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
  133|    952|	if (r < 0) {
  ------------------
  |  Branch (133:6): [True: 750, False: 202]
  ------------------
  134|    750|		sc_log(card->ctx, "sc_card_ctl rc=%d",r);
  ------------------
  |  |   71|    750|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  135|    750|		set_string(&p15card->tokeninfo->serial_number, "00000000");
  136|    750|	} else {
  137|    202|		sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
  138|    202|		set_string(&p15card->tokeninfo->serial_number, buf);
  139|    202|	}
  140|       |
  141|       |	/* set pins */
  142|       |	/* TODO we should not create PIN objects if it is not initialized
  143|       |	 * (opensc-tool -s 0020000000 returns 0x6A 0x88)
  144|       |	 */
  145|    952|	sc_log(card->ctx,  "CAC adding pins...");
  ------------------
  |  |   71|    952|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  146|  1.90k|	for (i = 0; pins[i].id; i++) {
  ------------------
  |  Branch (146:14): [True: 952, False: 952]
  ------------------
  147|    952|		struct sc_pkcs15_auth_info pin_info;
  148|    952|		struct sc_pkcs15_object   pin_obj;
  149|    952|		const char * label;
  150|       |
  151|    952|		memset(&pin_info, 0, sizeof(pin_info));
  152|    952|		memset(&pin_obj,  0, sizeof(pin_obj));
  153|       |
  154|    952|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    952|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  155|    952|		sc_pkcs15_format_id(pins[i].id, &pin_info.auth_id);
  156|    952|		pin_info.attrs.pin.reference     = pins[i].ref;
  157|    952|		pin_info.attrs.pin.flags         = pins[i].flags;
  158|    952|		pin_info.attrs.pin.type          = pins[i].type;
  159|    952|		pin_info.attrs.pin.min_length    = pins[i].minlen;
  160|    952|		pin_info.attrs.pin.stored_length = pins[i].storedlen;
  161|    952|		pin_info.attrs.pin.max_length    = pins[i].maxlen;
  162|    952|		pin_info.attrs.pin.pad_char      = pins[i].pad_char;
  163|    952|		sc_format_path(pins[i].path, &pin_info.path);
  164|    952|		pin_info.tries_left    = -1;
  165|       |
  166|    952|		label = pins[i].label;
  167|    952|		sc_log(card->ctx,  "CAC Adding pin %d label=%s",i, label);
  ------------------
  |  |   71|    952|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  168|    952|		strncpy(pin_obj.label, label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|    952|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  169|    952|		pin_obj.flags = pins[i].obj_flags;
  170|       |
  171|       |		/* get the ACA path in case it needs to be selected before PIN verify */
  172|    952|		r = sc_card_ctl(card, SC_CARDCTL_CAC_GET_ACA_PATH, &pin_info.path);
  173|    952|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get ACA path.");
  ------------------
  |  |  184|    952|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    952|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    952|	int _ret = (r); \
  |  |  |  |  178|    952|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 952]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    952|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 952]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|       |
  175|    952|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  176|    952|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not add pin object.");
  ------------------
  |  |  184|    952|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    952|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    952|	int _ret = (r); \
  |  |  |  |  178|    952|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 952]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    952|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 952]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  177|    952|	}
  178|       |
  179|       |	/* set other objects */
  180|    952|	r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_INIT_GET_GENERIC_OBJECTS, &count);
  181|    952|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not initiate generic objects.");
  ------------------
  |  |  184|    952|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    952|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    952|	int _ret = (r); \
  |  |  |  |  178|    952|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 952]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    952|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 952]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|       |
  183|  4.00k|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (183:14): [True: 3.05k, False: 952]
  ------------------
  184|  3.05k|		struct sc_pkcs15_data_info obj_info;
  185|  3.05k|		struct sc_pkcs15_object    obj_obj;
  186|       |
  187|  3.05k|		r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_GET_NEXT_GENERIC_OBJECT, &obj_info);
  188|  3.05k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get next generic object.");
  ------------------
  |  |  184|  3.05k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  3.05k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  3.05k|	int _ret = (r); \
  |  |  |  |  178|  3.05k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 3.05k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  3.05k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 3.05k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|  3.05k|		memset(&obj_obj, 0, sizeof(obj_obj));
  190|  3.05k|		memcpy(obj_obj.label, obj_info.app_label, sizeof(obj_obj.label));
  191|       |
  192|  3.05k|		r = sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_DATA_OBJECT,
  ------------------
  |  |  442|  3.05k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  193|  3.05k|			&obj_obj, &obj_info);
  194|  3.05k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize generic object.");
  ------------------
  |  |  184|  3.05k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  3.05k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  3.05k|	int _ret = (r); \
  |  |  |  |  178|  3.05k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 3.05k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  3.05k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 3.05k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|  3.05k|	}
  196|    952|	r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_FINAL_GET_GENERIC_OBJECTS, &count);
  197|    952|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize generic objects.");
  ------------------
  |  |  184|    952|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    952|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    952|	int _ret = (r); \
  |  |  |  |  178|    952|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 952]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    952|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 952]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|       |
  199|       |	/*
  200|       |	 * certs, pubkeys and priv keys are related and we assume
  201|       |	 * they are in order
  202|       |	 * We need to read the cert, get modulus and keylen
  203|       |	 * We use those for the pubkey, and priv key objects.
  204|       |	 */
  205|    952|	sc_log(card->ctx,  "CAC adding certs, pub and priv keys...");
  ------------------
  |  |   71|    952|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  206|    952|	r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_INIT_GET_CERT_OBJECTS, &count);
  207|    952|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not initiate cert objects.");
  ------------------
  |  |  184|    952|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    952|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    952|	int _ret = (r); \
  |  |  |  |  178|    952|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 952]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    952|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 952]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  208|       |
  209|  4.66k|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (209:14): [True: 3.71k, False: 952]
  ------------------
  210|  3.71k|		struct sc_pkcs15_data_info obj_info;
  211|  3.71k|		struct sc_pkcs15_cert_info cert_info;
  212|  3.71k|		struct sc_pkcs15_pubkey_info pubkey_info;
  213|  3.71k|		struct sc_pkcs15_prkey_info prkey_info;
  214|  3.71k|		struct sc_pkcs15_object cert_obj;
  215|  3.71k|		struct sc_pkcs15_object pubkey_obj;
  216|  3.71k|		struct sc_pkcs15_object prkey_obj;
  217|  3.71k|		sc_pkcs15_der_t   cert_der;
  218|  3.71k|		sc_pkcs15_cert_t *cert_out = NULL;
  219|       |
  220|  3.71k|		r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_GET_NEXT_CERT_OBJECT, &obj_info);
  221|  3.71k|		LOG_TEST_RET(card->ctx, r, "Can not get next object");
  ------------------
  |  |  174|  3.71k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.71k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.71k|	int _ret = (r); \
  |  |  |  |  168|  3.71k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 3.71k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  3.71k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.71k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  222|       |
  223|  3.71k|		memset(&cert_info, 0, sizeof(cert_info));
  224|  3.71k|		memset(&pubkey_info, 0, sizeof(pubkey_info));
  225|  3.71k|		memset(&prkey_info, 0, sizeof(prkey_info));
  226|  3.71k|		memset(&cert_obj,  0, sizeof(cert_obj));
  227|  3.71k|		memset(&pubkey_obj,  0, sizeof(pubkey_obj));
  228|  3.71k|		memset(&prkey_obj,  0, sizeof(prkey_obj));
  229|       |
  230|  3.71k|		cert_info.id = obj_info.id;
  231|  3.71k|		pubkey_info.id = obj_info.id;
  232|  3.71k|		prkey_info.id = obj_info.id;
  233|  3.71k|		cert_info.path = obj_info.path;
  234|  3.71k|		prkey_info.path = obj_info.path;
  235|       |		/* Add 0x3f00 to the front of prkey_info.path to make sc_key_file happy */
  236|       |		/* only do this if our path.len is 1 or 2 */
  237|  3.71k|		if (prkey_info.path.len && prkey_info.path.len <= 2) {
  ------------------
  |  Branch (237:7): [True: 1.23k, False: 2.47k]
  |  Branch (237:30): [True: 1.23k, False: 0]
  ------------------
  238|  1.23k|			prkey_info.path.value[2] = prkey_info.path.value[0];
  239|  1.23k|			prkey_info.path.value[3] = prkey_info.path.value[1];
  240|  1.23k|			prkey_info.path.value[0] = 0x3f;
  241|  1.23k|			prkey_info.path.value[1] = 0x00;
  242|  1.23k|			prkey_info.path.len += 2;
  243|  1.23k|		}
  244|  3.71k|		pubkey_info.native        = 1;
  245|  3.71k|		pubkey_info.key_reference = ((int)obj_info.id.value[0]) << 8 | obj_info.id.value[1];
  246|  3.71k|		prkey_info.key_reference = ((int)obj_info.id.value[0]) << 8 | obj_info.id.value[1];
  247|  3.71k|		prkey_info.native        = 1;
  248|       |
  249|  3.71k|		memcpy(cert_obj.label, obj_info.app_label, sizeof(obj_info.app_label));
  250|  3.71k|		memcpy(pubkey_obj.label, obj_info.app_label, sizeof(obj_info.app_label));
  251|  3.71k|		memcpy(prkey_obj.label, obj_info.app_label, sizeof(obj_info.app_label));
  252|  3.71k|		prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|  3.71k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  253|  3.71k|		sc_pkcs15_format_id(pins[0].id, &prkey_obj.auth_id);
  254|       |
  255|  3.71k|		r = sc_pkcs15_read_file(p15card, &cert_info.path, &cert_der.value, &cert_der.len, 0);
  256|       |
  257|  3.71k|		if (r) {
  ------------------
  |  Branch (257:7): [True: 3.03k, False: 677]
  ------------------
  258|  3.03k|			sc_log(card->ctx,  "No cert found,i=%d", i);
  ------------------
  |  |   71|  3.03k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  259|  3.03k|			continue;
  260|  3.03k|		}
  261|    677|		cert_info.path.count = (int)cert_der.len;
  262|       |
  263|    677|		sc_log(card->ctx, "cert len=%zu, cert_info.path.count=%d r=%d",
  ------------------
  |  |   71|    677|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  264|    677|				cert_der.len, cert_info.path.count, r);
  265|    677|		sc_log_hex(card->ctx, "cert", cert_der.value, cert_der.len);
  ------------------
  |  |  129|    677|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    677|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|       |
  267|       |		/* cache it using the PKCS15 emulation objects */
  268|       |		/* as it does not change */
  269|    677|		if (cert_der.value) {
  ------------------
  |  Branch (269:7): [True: 352, False: 325]
  ------------------
  270|    352|			cert_info.value.value = cert_der.value;
  271|    352|			cert_info.value.len = cert_der.len;
  272|    352|			cert_info.path.len = 0; /* use in mem cert from now on */
  273|    352|		}
  274|       |
  275|       |		/* following will find the cached cert in cert_info */
  276|    677|		r =  sc_pkcs15_read_certificate(p15card, &cert_info, 0, &cert_out);
  277|    677|		if (r < 0 || cert_out->key == NULL) {
  ------------------
  |  Branch (277:7): [True: 522, False: 155]
  |  Branch (277:16): [True: 1, False: 154]
  ------------------
  278|    523|			sc_log(card->ctx,  "Failed to read/parse the certificate r=%d",r);
  ------------------
  |  |   71|    523|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  279|    523|			if (cert_out != NULL)
  ------------------
  |  Branch (279:8): [True: 1, False: 522]
  ------------------
  280|      1|				sc_pkcs15_free_certificate(cert_out);
  281|    523|			free(cert_info.value.value);
  282|    523|			continue;
  283|    523|		}
  284|       |
  285|    154|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  286|    154|		if (r < 0) {
  ------------------
  |  Branch (286:7): [True: 0, False: 154]
  ------------------
  287|      0|			sc_log(card->ctx,  " Failed to add cert obj r=%d",r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  288|      0|			sc_pkcs15_free_certificate(cert_out);
  289|      0|			free(cert_info.value.value);
  290|      0|			continue;
  291|      0|		}
  292|       |		/* set the token name to the name of the CN of the first certificate */
  293|    154|		if (!token_name) {
  ------------------
  |  Branch (293:7): [True: 125, False: 29]
  ------------------
  294|    125|			u8 * cn_name = NULL;
  295|    125|			size_t cn_len = 0;
  296|    125|			static const struct sc_object_id cn_oid = {{ 2, 5, 4, 3, -1 }};
  297|    125|			r = sc_pkcs15_get_name_from_dn(card->ctx, cert_out->subject,
  298|    125|				cert_out->subject_len, &cn_oid, &cn_name, &cn_len);
  299|    125|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    125|#define SC_SUCCESS				0
  ------------------
  |  Branch (299:8): [True: 17, False: 108]
  ------------------
  300|     17|				token_name = malloc (cn_len+1);
  301|     17|				if (!token_name) {
  ------------------
  |  Branch (301:9): [True: 0, False: 17]
  ------------------
  302|      0|					free(cn_name);
  303|      0|					r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  304|      0|					goto fail;
  305|      0|				}
  306|     17|				memcpy(token_name, cn_name, cn_len);
  307|     17|				free(cn_name);
  308|     17|				token_name[cn_len] = 0;
  309|     17|				free(p15card->tokeninfo->label);
  310|     17|				p15card->tokeninfo->label = token_name;
  311|     17|			}
  312|    125|		}
  313|       |
  314|       |
  315|    154|		r = sc_pkcs15_encode_pubkey_as_spki(card->ctx, cert_out->key, &pubkey_info.direct.spki.value, &pubkey_info.direct.spki.len);
  316|    154|		if (r < 0)
  ------------------
  |  Branch (316:7): [True: 0, False: 154]
  ------------------
  317|      0|			goto fail;
  318|    154|		pubkey_obj.emulated = cert_out->key;
  319|       |
  320|    154|		r = sc_pkcs15_get_bitstring_extension(card->ctx, cert_out, &usage_type, &usage, NULL);
  321|    154|		if (r < 0) {
  ------------------
  |  Branch (321:7): [True: 110, False: 44]
  ------------------
  322|    110|			usage = SC_X509_DATA_ENCIPHERMENT|SC_X509_DIGITAL_SIGNATURE; /* basic default usage */
  ------------------
  |  |  617|    110|#define SC_X509_DATA_ENCIPHERMENT     0x0008UL
  ------------------
              			usage = SC_X509_DATA_ENCIPHERMENT|SC_X509_DIGITAL_SIGNATURE; /* basic default usage */
  ------------------
  |  |  614|    110|#define SC_X509_DIGITAL_SIGNATURE     0x0001UL
  ------------------
  323|    110|		}
  324|    154|		sc_pkcs15_map_usage(usage, cert_out->key->algorithm, &pubkey_info.usage, &prkey_info.usage, 1);
  325|    154|		sc_log(card->ctx,   "cert %s: cert_usage=0x%x, pub_usage=0x%x priv_usage=0x%x\n",
  ------------------
  |  |   71|    154|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  326|    154|				sc_dump_hex(cert_info.id.value, cert_info.id.len),
  327|    154|				 usage, pubkey_info.usage, prkey_info.usage);
  328|    154|		if (cert_out->key->algorithm != SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|    154|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (328:7): [True: 1, False: 153]
  ------------------
  329|      1|			sc_log(card->ctx, "unsupported key.algorithm %lu", cert_out->key->algorithm);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  330|      1|			sc_pkcs15_free_certificate(cert_out);
  331|      1|			free(pubkey_info.direct.spki.value);
  332|      1|			continue;
  333|    153|		} else {
  334|    153|			pubkey_info.modulus_length = cert_out->key->u.rsa.modulus.len * 8;
  335|    153|			prkey_info.modulus_length = cert_out->key->u.rsa.modulus.len * 8;
  336|    153|			r = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  337|    153|			sc_log(card->ctx,  "adding rsa public key r=%d usage=%x",r, pubkey_info.usage);
  ------------------
  |  |   71|    153|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  338|    153|			if (r < 0) {
  ------------------
  |  Branch (338:8): [True: 0, False: 153]
  ------------------
  339|      0|				free(pubkey_info.direct.spki.value);
  340|      0|				goto fail;
  341|      0|			}
  342|    153|			pubkey_info.direct.spki.value = NULL; /* moved to the pubkey object on p15card  */
  343|    153|			pubkey_info.direct.spki.len = 0;
  344|    153|			r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  345|    153|			if (r < 0)
  ------------------
  |  Branch (345:8): [True: 0, False: 153]
  ------------------
  346|      0|				goto fail;
  347|    153|			sc_log(card->ctx,  "adding rsa private key r=%d usage=%x",r, prkey_info.usage);
  ------------------
  |  |   71|    153|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  348|    153|		}
  349|       |
  350|    153|		cert_out->key = NULL;
  351|    153|fail:
  352|    153|		sc_pkcs15_free_certificate(cert_out);
  353|    153|		if (r < 0) {
  ------------------
  |  Branch (353:7): [True: 0, False: 153]
  ------------------
  354|      0|			(card->ops->card_ctl)(card, SC_CARDCTL_CAC_FINAL_GET_CERT_OBJECTS, &count);
  355|      0|			LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add object.");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  356|      0|		}
  357|       |
  358|    153|	}
  359|    952|	r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_FINAL_GET_CERT_OBJECTS, &count);
  360|    952|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize cert objects.");
  ------------------
  |  |  184|    952|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    952|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    952|	int _ret = (r); \
  |  |  |  |  178|    952|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 952]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    952|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 952]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  361|       |
  362|    952|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    952|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    952|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    952|	int _ret = r; \
  |  |  |  |  155|    952|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 952, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    952|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 952]
  |  |  |  |  ------------------
  |  |  |  |  157|    952|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    952|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    952|	return _ret; \
  |  |  |  |  163|    952|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|       |
  364|      0|err:
  365|      0|	sc_pkcs15_card_clear(p15card);
  366|      0|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  367|      0|}
pkcs15-cac.c:cac_get_name:
   78|    952|{
   79|    952|    switch (type) {
   80|    139|    case SC_CARD_TYPE_CAC_I: return ("CAC I");
  ------------------
  |  Branch (80:5): [True: 139, False: 813]
  ------------------
   81|    459|    case SC_CARD_TYPE_CAC_II: return ("CAC II");
  ------------------
  |  Branch (81:5): [True: 459, False: 493]
  ------------------
   82|    354|    case SC_CARD_TYPE_CAC_ALT_HID: return ("CAC ALT HID");
  ------------------
  |  Branch (82:5): [True: 354, False: 598]
  ------------------
   83|      0|    default: break;
  ------------------
  |  Branch (83:5): [True: 0, False: 952]
  ------------------
   84|    952|    }
   85|      0|    return ("CAC");
   86|    952|}

sc_pkcs15_read_cached_file:
  113|  6.97k|{
  114|  6.97k|	char fname[PATH_MAX];
  115|  6.97k|	int rv;
  116|  6.97k|	FILE *f;
  117|  6.97k|	size_t count;
  118|  6.97k|	struct stat stbuf;
  119|  6.97k|	u8 *data = NULL;
  120|       |
  121|  6.97k|	if (path->len < 2)
  ------------------
  |  Branch (121:6): [True: 2.56k, False: 4.40k]
  ------------------
  122|  2.56k|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  2.56k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  123|       |
  124|       |	/* Accept full path or FILE-ID path with AID */
  125|  4.40k|	if ((path->type != SC_PATH_TYPE_PATH) && (path->type != SC_PATH_TYPE_FILE_ID || path->aid.len == 0))
  ------------------
  |  |  119|  4.40k|#define SC_PATH_TYPE_PATH		2
  ------------------
              	if ((path->type != SC_PATH_TYPE_PATH) && (path->type != SC_PATH_TYPE_FILE_ID || path->aid.len == 0))
  ------------------
  |  |  117|  4.00k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (125:6): [True: 2.00k, False: 2.40k]
  |  Branch (125:44): [True: 0, False: 2.00k]
  |  Branch (125:82): [True: 508, False: 1.49k]
  ------------------
  126|    508|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    508|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  127|       |
  128|  3.89k|	sc_log(p15card->card->ctx, "try to read cache for %s", sc_print_path(path));
  ------------------
  |  |   71|  3.89k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  129|  3.89k|	rv = generate_cache_filename(p15card, path, fname, sizeof(fname));
  130|  3.89k|	if (rv != SC_SUCCESS)
  ------------------
  |  |   28|  3.89k|#define SC_SUCCESS				0
  ------------------
  |  Branch (130:6): [True: 740, False: 3.15k]
  ------------------
  131|    740|		return rv;
  132|  3.15k|	sc_log(p15card->card->ctx, "read cached file %s", fname);
  ------------------
  |  |   71|  3.15k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  133|       |
  134|  3.15k|	f = fopen(fname, "rb");
  135|  3.15k|	if (!f)
  ------------------
  |  Branch (135:6): [True: 2.19k, False: 958]
  ------------------
  136|  2.19k|		return SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|  2.19k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  137|    958|	if (fstat(fileno(f), &stbuf))   {
  ------------------
  |  Branch (137:6): [True: 0, False: 958]
  ------------------
  138|      0|		fclose(f);
  139|      0|		return  SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      0|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  140|      0|	}
  141|       |
  142|    958|	if (path->count < 0) {
  ------------------
  |  Branch (142:6): [True: 482, False: 476]
  ------------------
  143|    482|		count = stbuf.st_size;
  144|    482|	}
  145|    476|	else {
  146|    476|		count = path->count;
  147|    476|		if (path->index + count > (size_t)stbuf.st_size)   {
  ------------------
  |  Branch (147:7): [True: 300, False: 176]
  ------------------
  148|    300|			rv = SC_ERROR_FILE_NOT_FOUND; /* cache file bad? */
  ------------------
  |  |   51|    300|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  149|    300|			goto err;
  150|    300|		}
  151|       |
  152|    176|		if (0 != fseek(f, (long)path->index, SEEK_SET)) {
  ------------------
  |  Branch (152:7): [True: 0, False: 176]
  ------------------
  153|      0|			rv = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      0|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  154|      0|			goto err;
  155|      0|		}
  156|    176|	}
  157|       |
  158|    658|	if (*buf == NULL) {
  ------------------
  |  Branch (158:6): [True: 657, False: 1]
  ------------------
  159|    657|		data = malloc((size_t)stbuf.st_size);
  160|    657|		if (data == NULL)   {
  ------------------
  |  Branch (160:7): [True: 0, False: 657]
  ------------------
  161|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  162|      0|			goto err;
  163|      0|		}
  164|    657|	}
  165|      1|	else {
  166|      1|		if (count > *bufsize) {
  ------------------
  |  Branch (166:7): [True: 1, False: 0]
  ------------------
  167|      1|			rv =  SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      1|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  168|      1|			goto err;
  169|      1|		}
  170|      0|		data = *buf;
  171|      0|	}
  172|       |
  173|    657|	if (count != fread(data, 1, count, f)) {
  ------------------
  |  Branch (173:6): [True: 0, False: 657]
  ------------------
  174|      0|		rv = SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  175|      0|		goto err;
  176|      0|	}
  177|    657|	*buf = data;
  178|    657|	*bufsize = count;
  179|       |
  180|    657|	rv = SC_SUCCESS;
  ------------------
  |  |   28|    657|#define SC_SUCCESS				0
  ------------------
  181|       |
  182|    958|err:
  183|    958|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    958|#define SC_SUCCESS				0
  ------------------
  |  Branch (183:6): [True: 301, False: 657]
  ------------------
  184|    301|		if (data != *buf) {
  ------------------
  |  Branch (184:7): [True: 1, False: 300]
  ------------------
  185|      1|			free(data);
  186|      1|		}
  187|    301|	}
  188|       |
  189|    958|	fclose(f);
  190|    958|	return rv;
  191|    657|}
sc_pkcs15_cache_file:
  196|    987|{
  197|    987|	char fname[PATH_MAX];
  198|    987|	int r;
  199|    987|	long len;
  200|    987|	FILE *f;
  201|    987|	size_t c;
  202|       |
  203|    987|	r = generate_cache_filename(p15card, path, fname, sizeof(fname));
  204|    987|	if (r != 0)
  ------------------
  |  Branch (204:6): [True: 603, False: 384]
  ------------------
  205|    603|		return r;
  206|       |
  207|    384|	f = fopen(fname, "ab");
  208|       |	/* If the open failed because the cache directory does
  209|       |	 * not exist, create it and a re-try the fopen() call.
  210|       |	 */
  211|    384|	if (f == NULL && errno == ENOENT) {
  ------------------
  |  Branch (211:6): [True: 51, False: 333]
  |  Branch (211:19): [True: 51, False: 0]
  ------------------
  212|     51|		if ((r = sc_make_cache_dir(p15card->card->ctx)) < 0)
  ------------------
  |  Branch (212:7): [True: 49, False: 2]
  ------------------
  213|     49|			return r;
  214|      2|		f = fopen(fname, "ab");
  215|      2|	}
  216|    335|	if (f == NULL)
  ------------------
  |  Branch (216:6): [True: 0, False: 335]
  ------------------
  217|      0|		return 0;
  218|       |
  219|       |	/* we opened the file for appending so we should be at the end of file.
  220|       |	 * The ftell() will give use the length of the file */
  221|    335|	len = ftell(f);
  222|    335|	if (len > path->index) {
  ------------------
  |  Branch (222:6): [True: 8, False: 327]
  ------------------
  223|       |		/* override previous cache records on this location */
  224|      8|		r = fseek(f, path->index, SEEK_SET);
  225|      8|		if (r != 0) {
  ------------------
  |  Branch (225:7): [True: 0, False: 8]
  ------------------
  226|      0|			fclose(f);
  227|      0|			return 0;
  228|      0|		}
  229|    327|	} else if (path->index > len) {
  ------------------
  |  Branch (229:13): [True: 31, False: 296]
  ------------------
  230|       |		/* We miss some bytes so we will not cache this chunk */
  231|     31|		fclose(f);
  232|     31|		return 0;
  233|     31|	}
  234|       |
  235|    304|	c = fwrite(buf, 1, bufsize, f);
  236|    304|	fclose(f);
  237|    304|	if (c != bufsize) {
  ------------------
  |  Branch (237:6): [True: 0, False: 304]
  ------------------
  238|      0|		sc_log(p15card->card->ctx, "fwrite() wrote only %zu bytes", c);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  239|      0|		unlink(fname);
  240|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  241|      0|	}
  242|    304|	return 0;
  243|    304|}
pkcs15-cache.c:generate_cache_filename:
   44|  4.88k|{
   45|  4.88k|	char dir[PATH_MAX];
   46|  4.88k|	char *last_update = NULL;
   47|  4.88k|	int  r;
   48|  4.88k|	unsigned u;
   49|  4.88k|	size_t change_counter;
   50|       |
   51|  4.88k|	if (p15card->tokeninfo->serial_number == NULL
  ------------------
  |  Branch (51:6): [True: 858, False: 4.02k]
  ------------------
   52|    858|			&& (p15card->card->uid.len == 0
  ------------------
  |  Branch (52:8): [True: 858, False: 0]
  ------------------
   53|      0|				|| p15card->card->uid.value[0] == RANDOM_UID_INDICATOR))
  ------------------
  |  |   40|      0|#define RANDOM_UID_INDICATOR 0x08
  ------------------
  |  Branch (53:8): [True: 0, False: 0]
  ------------------
   54|    858|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    858|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   55|       |
   56|  4.02k|	if (path->len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|  4.02k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (56:6): [True: 0, False: 4.02k]
  ------------------
   57|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   58|  4.02k|	r = sc_get_cache_dir(p15card->card->ctx, dir, sizeof(dir));
   59|  4.02k|	if (r)
  ------------------
  |  Branch (59:6): [True: 0, False: 4.02k]
  ------------------
   60|      0|		return r;
   61|  4.02k|	snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir), "/");
   62|       |
   63|  4.02k|	last_update = sc_pkcs15_get_lastupdate(p15card);
   64|  4.02k|	if (!last_update)
  ------------------
  |  Branch (64:6): [True: 3.94k, False: 76]
  ------------------
   65|  3.94k|		last_update = "NODATE";
   66|       |
   67|  4.02k|	if (p15card->tokeninfo->serial_number) {
  ------------------
  |  Branch (67:6): [True: 4.02k, False: 0]
  ------------------
   68|  4.02k|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir),
   69|  4.02k|				"%s_%s", p15card->tokeninfo->serial_number,
   70|  4.02k|				last_update);
   71|  4.02k|	} else {
   72|      0|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir),
   73|      0|				"uid-%s_%s", sc_dump_hex(
   74|      0|					p15card->card->uid.value,
   75|      0|					p15card->card->uid.len), last_update);
   76|      0|	}
   77|       |
   78|  4.02k|	if (SC_SUCCESS == sc_card_ctl(p15card->card, SC_CARDCTL_GET_CHANGE_COUNTER, &change_counter))
  ------------------
  |  |   28|  4.02k|#define SC_SUCCESS				0
  ------------------
  |  Branch (78:6): [True: 1, False: 4.02k]
  ------------------
   79|      1|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir), "_%zu", change_counter);
   80|       |
   81|  4.02k|	if (path->aid.len &&
  ------------------
  |  Branch (81:6): [True: 2.12k, False: 1.89k]
  ------------------
   82|  2.12k|		(path->type == SC_PATH_TYPE_FILE_ID || path->type == SC_PATH_TYPE_PATH))   {
  ------------------
  |  |  117|  4.25k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
              		(path->type == SC_PATH_TYPE_FILE_ID || path->type == SC_PATH_TYPE_PATH))   {
  ------------------
  |  |  119|    471|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (82:4): [True: 1.65k, False: 471]
  |  Branch (82:42): [True: 10, False: 461]
  ------------------
   83|  1.66k|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir), "_");
   84|  13.3k|		for (u = 0; u < path->aid.len; u++)
  ------------------
  |  Branch (84:15): [True: 11.7k, False: 1.66k]
  ------------------
   85|  11.7k|			snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir),
   86|  11.7k|					"%02X",  path->aid.value[u]);
   87|  1.66k|	}
   88|  2.36k|	else if (path->type != SC_PATH_TYPE_PATH)  {
  ------------------
  |  |  119|  2.36k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (88:11): [True: 485, False: 1.87k]
  ------------------
   89|    485|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    485|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   90|    485|	}
   91|       |
   92|  3.53k|	if (path->len)   {
  ------------------
  |  Branch (92:6): [True: 3.53k, False: 0]
  ------------------
   93|  3.53k|		size_t offs = 0;
   94|       |
   95|  3.53k|		if (path->len > 2 && memcmp(path->value, "\x3F\x00", 2) == 0)
  ------------------
  |  Branch (95:7): [True: 1.87k, False: 1.66k]
  |  Branch (95:24): [True: 1.87k, False: 0]
  ------------------
   96|  1.87k|			offs = 2;
   97|  3.53k|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir), "_");
   98|  14.4k|		for (u = 0; u < path->len - offs; u++)
  ------------------
  |  Branch (98:15): [True: 10.9k, False: 3.53k]
  ------------------
   99|  10.9k|			snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir),
  100|  10.9k|					"%02X",  path->value[u + offs]);
  101|  3.53k|	}
  102|       |
  103|  3.53k|	if (!buf)
  ------------------
  |  Branch (103:6): [True: 0, False: 3.53k]
  ------------------
  104|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  105|  3.53k|	strlcpy(buf, dir, bufsize);
  ------------------
  |  |   43|  3.53k|#define strlcpy _strlcpy
  ------------------
  106|       |
  107|  3.53k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.53k|#define SC_SUCCESS				0
  ------------------
  108|  3.53k|}

sc_pkcs15emu_cardos_init_ex:
  172|  7.68k|{
  173|  7.68k|	if (cardos_pkcs15emu_detect_card(p15card))
  ------------------
  |  Branch (173:6): [True: 7.32k, False: 359]
  ------------------
  174|  7.32k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.32k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  175|       |
  176|    359|	return sc_pkcs15emu_cardos_init(p15card, aid);
  177|  7.68k|}
pkcs15-cardos.c:cardos_pkcs15emu_detect_card:
  138|  7.68k|{
  139|  7.68k|	if (p15card->card->type <  SC_CARD_TYPE_CARDOS_BASE)
  ------------------
  |  Branch (139:6): [True: 270, False: 7.41k]
  ------------------
  140|    270|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|    270|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  141|       |
  142|  7.41k|	if (p15card->card->type >= SC_CARD_TYPE_CARDOS_BASE + 1000)
  ------------------
  |  Branch (142:6): [True: 7.05k, False: 359]
  ------------------
  143|  7.05k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.05k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  144|       |
  145|    359|	return SC_SUCCESS;
  ------------------
  |  |   28|    359|#define SC_SUCCESS				0
  ------------------
  146|  7.41k|}
pkcs15-cardos.c:sc_pkcs15emu_cardos_init:
  151|    359|{
  152|    359|	sc_card_t *card = p15card->card;
  153|    359|	int r;
  154|       |
  155|    359|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    359|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    359|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    359|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    359|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 359]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  156|       |
  157|    359|	r = sc_pkcs15_bind_internal(p15card, aid);
  158|    359|	LOG_TEST_RET(card->ctx, r, "sc_pkcs15_bind_internal failed");
  ------------------
  |  |  174|    359|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    359|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    359|	int _ret = (r); \
  |  |  |  |  168|    359|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 353, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  169|    353|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    353|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    353|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    353|		return _ret; \
  |  |  |  |  172|    353|	} \
  |  |  |  |  173|    359|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|       |
  160|       |	/* If card has created algorithms, return  */
  161|      6|	sc_log(card->ctx, " card->algorithms:%p card->algorithm_count:%d", card->algorithms, card->algorithm_count);
  ------------------
  |  |   71|      6|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  162|      6|	if (!card->algorithms && card->algorithm_count == 0) {
  ------------------
  |  Branch (162:6): [True: 6, False: 0]
  |  Branch (162:27): [True: 6, False: 0]
  ------------------
  163|      6|		r = cardos_fix_token_info(p15card);
  164|      6|	}
  165|       |
  166|      6|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|      6|}
pkcs15-cardos.c:cardos_fix_token_info:
   43|      6|{
   44|      6|	sc_card_t *card;
   45|      6|	struct sc_supported_algo_info (*saa)[SC_MAX_SUPPORTED_ALGORITHMS];
   46|      6|	struct sc_supported_algo_info *sa;
   47|      6|	struct sc_cardctl_cardos_pass_algo_flags *passed = NULL;
   48|      6|	int r = 0;
   49|      6|	int i;
   50|       |
   51|      6|	card = p15card->card;
   52|       |
   53|      6|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|      6|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|      6|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|      6|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 6]
  |  |  ------------------
  ------------------
   54|       |
   55|      6|	passed = calloc(1, sizeof(struct sc_cardctl_cardos_pass_algo_flags));
   56|      6|	if (!passed)
  ------------------
  |  Branch (56:6): [True: 0, False: 6]
  ------------------
   57|      6|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_ENOUGH_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   58|       |
   59|      6|	passed->pass = 1; /* get used_flags and card_flags from card */
   60|      6|	r = sc_card_ctl(p15card->card, SC_CARDCTL_CARDOS_PASS_ALGO_FLAGS, passed);
   61|      6|	if (r < 0) {
  ------------------
  |  Branch (61:6): [True: 0, False: 6]
  ------------------
   62|      0|		free(passed);
   63|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   64|      0|	}
   65|       |
   66|      6|	saa = &(p15card->tokeninfo->supported_algos);
   67|       |
   68|      6|	sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL, "Original Flags: 0x%8.8lx card->flags:0x%8.8lx", passed->used_flags, passed->card_flags);
  ------------------
  |  |   70|      6|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   69|       |
   70|      6|	if (passed->card_flags) { /* user forced the flags, use them */
  ------------------
  |  Branch (70:6): [True: 0, False: 6]
  ------------------
   71|      0|		passed->new_flags = passed->card_flags; /* from card_atr flags */
   72|      6|	} else {
   73|       |
   74|      6|		for (i = 0, sa = saa[0]; i < SC_MAX_SUPPORTED_ALGORITHMS; i++, sa++) {
  ------------------
  |  |   61|      6|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (74:28): [True: 6, False: 0]
  ------------------
   75|       |
   76|      6|			if (sa->reference == 0 && sa->mechanism == 0
  ------------------
  |  Branch (76:8): [True: 6, False: 0]
  |  Branch (76:30): [True: 6, False: 0]
  ------------------
   77|      6|					&& sa->operations == 0 && sa->algo_ref == 0)
  ------------------
  |  Branch (77:9): [True: 6, False: 0]
  |  Branch (77:32): [True: 6, False: 0]
  ------------------
   78|      6|				break;
   79|       |
   80|      0|			sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL, "supported_algos[%d] mechanism:0x%8.8x", i, sa->mechanism);
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   81|      0|			switch(sa->mechanism) {
   82|      0|			case 0x01 :
  ------------------
  |  Branch (82:4): [True: 0, False: 0]
  ------------------
   83|       |				/*
   84|       |				 * Card appears to use lower 4 bits of reference as key, and upper
   85|       |				 * 4 bits as mech for card.
   86|       |				 * Also has a bug if mechanism = 1 (CKM_RSA_PKCS1) and reference 0x10 
   87|       |				 * bit is set mechanism should be 3 (CKM_RSA_X_509) 
   88|       |				 * correct the mechanism in tokenInfo
   89|       |				 */
   90|      0|				if (sa->reference & 0x10) {
  ------------------
  |  Branch (90:9): [True: 0, False: 0]
  ------------------
   91|      0|					sc_log(card->ctx, "Changing mechanism to CKM_RSA_X_509 based on reference");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   92|      0|					passed->new_flags |= SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|      0|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
   93|      0|						| SC_ALGORITHM_RSA_PAD_NONE;
  ------------------
  |  |  104|      0|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
   94|      0|					sa->mechanism = 0x03;
   95|      0|				} else
   96|      0|				passed->new_flags |= SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
   97|      0|				break;
   98|      0|			case 0x03 :
  ------------------
  |  Branch (98:4): [True: 0, False: 0]
  ------------------
   99|      0|				passed->new_flags |= SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|      0|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  100|      0|					| SC_ALGORITHM_RSA_PAD_NONE;
  ------------------
  |  |  104|      0|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  101|      0|				break;
  102|      0|			case 0x06 :
  ------------------
  |  Branch (102:4): [True: 0, False: 0]
  ------------------
  103|      0|				passed->new_flags |= SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|      0|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  104|      0|				break;
  105|      0|			case 0x1041:
  ------------------
  |  Branch (105:4): [True: 0, False: 0]
  ------------------
  106|      0|				passed->ec_flags |= SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  174|      0|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  107|       |				/* no old_ec_flags */
  108|       |				/* TODO turn on sizes from  ec curves OIDS */
  109|      0|				break;
  110|      0|			default:
  ------------------
  |  Branch (110:4): [True: 0, False: 0]
  ------------------
  111|      0|				sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "UNKNOWN MECH: 0x%8.8x", sa->mechanism);
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  112|      0|			}
  113|       |
  114|      0|			sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL, "New_flags 0x%8.8lx New_ec_flags: 0x%8.8lx",
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  115|      0|				passed->new_flags, passed->ec_flags);
  116|      0|		}
  117|       |
  118|      6|		if (passed->new_flags == 0) {
  ------------------
  |  Branch (118:7): [True: 6, False: 0]
  ------------------
  119|      6|			if (p15card->tokeninfo && p15card->tokeninfo->flags & SC_PKCS15_TOKEN_EID_COMPLIANT) {
  ------------------
  |  |  598|      6|#define SC_PKCS15_TOKEN_EID_COMPLIANT			0x08
  ------------------
  |  Branch (119:8): [True: 6, False: 0]
  |  Branch (119:30): [True: 2, False: 4]
  ------------------
  120|      2|				sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL, "EID_COMPLIANT flag found");
  ------------------
  |  |   70|      2|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  121|      2|				passed->new_flags = (passed->used_flags & ~SC_ALGORITHM_SPECIFIC_FLAGS) | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |   96|      2|#define SC_ALGORITHM_SPECIFIC_FLAGS	0x001FFFFF
  ------------------
              				passed->new_flags = (passed->used_flags & ~SC_ALGORITHM_SPECIFIC_FLAGS) | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|      2|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|      2|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|      2|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  122|      2|			} else
  123|      4|				passed->new_flags = passed->used_flags; /* from default cardos_init */
  124|      6|		}
  125|      6|	}
  126|       |
  127|      6|	sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL,"Final New_flags 0x%8.8lx New_ec_flags: 0x%8.8lx", passed->new_flags, passed->ec_flags);
  ------------------
  |  |   70|      6|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  128|       |
  129|      6|	passed->pass = 2; /* tell card driver to use the new flags */
  130|      6|	r = sc_card_ctl(p15card->card, SC_CARDCTL_CARDOS_PASS_ALGO_FLAGS, passed);
  131|       |
  132|      6|	free(passed);
  133|      6|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      6|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      6|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      6|	int _ret = r; \
  |  |  |  |  155|      6|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  157|      6|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      6|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|      6|}

sc_pkcs15emu_cedulauy_init_ex:
  196|  10.0k|{
  197|  10.0k|	if (p15card->card->type != SC_CARD_TYPE_CEDULAUY)
  ------------------
  |  Branch (197:6): [True: 9.95k, False: 78]
  ------------------
  198|  9.95k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.95k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  199|       |
  200|     78|	return sc_pkcs15emu_cedulauy_init(p15card);
  201|  10.0k|}
pkcs15-cedulauy.c:sc_pkcs15emu_cedulauy_init:
   70|     78|{
   71|     78|	struct sc_context *ctx = p15card->card->ctx;
   72|     78|	struct sc_aid aid;
   73|     78|	int r;
   74|     78|	size_t i;
   75|       |
   76|     78|	struct sc_pkcs15_auth_info pin_info = {0};
   77|     78|	struct sc_pkcs15_object pin_obj = {0};
   78|     78|	struct sc_pkcs15_cert_info cert_info = {0};
   79|     78|	struct sc_pkcs15_object cert_obj = {0};
   80|     78|	struct sc_pkcs15_prkey_info prkey_info = {0};
   81|     78|	struct sc_pkcs15_object prkey_obj = {0};
   82|     78|	struct sc_pkcs15_cert *cert = NULL;
   83|     78|	struct sc_app_info *appinfo;
   84|       |
   85|     78|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     78|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     78|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     78|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     78|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   86|       |
   87|     78|	memcpy(aid.value, cedulauy_aid, sizeof cedulauy_aid);
   88|     78|	aid.len = sizeof cedulauy_aid;
   89|       |
   90|     78|	appinfo = calloc(1, sizeof(struct sc_app_info));
   91|     78|	if (appinfo == NULL) {
  ------------------
  |  Branch (91:6): [True: 0, False: 78]
  ------------------
   92|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|      0|	}
   94|     78|	appinfo->aid = aid;
   95|     78|	appinfo->ddo.aid = aid;
   96|     78|	p15card->app = appinfo;
   97|       |
   98|       |	/* Global PIN (reference 0x11, ASCII numeric, zero-padded to 12 bytes). */
   99|     78|	pin_info.auth_id.value[0] = CEDULAUY_OBJ_ID;
  ------------------
  |  |   52|     78|#define CEDULAUY_OBJ_ID	  0x01	 /* links cert <-> prkey */
  ------------------
  100|     78|	pin_info.auth_id.len = 1;
  101|     78|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     78|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  102|     78|	pin_info.attrs.pin.reference = CEDULAUY_PIN_REF;
  ------------------
  |  |   51|     78|#define CEDULAUY_PIN_REF  0x11	 /* Global PIN reference */
  ------------------
  103|     78|	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   58|     78|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
              	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   59|     78|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  104|     78|	pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|     78|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  105|     78|	pin_info.attrs.pin.min_length = 4;
  106|     78|	pin_info.attrs.pin.stored_length = 12;
  107|     78|	pin_info.attrs.pin.max_length = 12;
  108|     78|	pin_info.attrs.pin.pad_char = 0x00;
  109|     78|	pin_info.tries_left = -1;
  110|     78|	pin_info.max_tries = -1;
  111|     78|	strlcpy(pin_obj.label, "PIN", sizeof pin_obj.label);
  ------------------
  |  |   43|     78|#define strlcpy _strlcpy
  ------------------
  112|     78|	r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  113|     78|	LOG_TEST_RET(ctx, r, "Cannot add Global PIN object");
  ------------------
  |  |  174|     78|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     78|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     78|	int _ret = (r); \
  |  |  |  |  168|     78|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 78]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|       |
  115|       |	/* Signing certificate (EF B001 under the IAS application). */
  116|     78|	sc_format_path("i" CEDULAUY_CERT_FID, &cert_info.path); /* 'i' => select by file ID */
  ------------------
  |  |   49|     78|#define CEDULAUY_CERT_FID "B001" /* signing certificate EF */
  ------------------
  117|     78|	cert_info.path.aid = aid;
  118|     78|	cert_info.id.value[0] = CEDULAUY_OBJ_ID;
  ------------------
  |  |   52|     78|#define CEDULAUY_OBJ_ID	  0x01	 /* links cert <-> prkey */
  ------------------
  119|     78|	cert_info.id.len = 1;
  120|     78|	strlcpy(cert_obj.label, "Certificado de Firma", sizeof cert_obj.label);
  ------------------
  |  |   43|     78|#define strlcpy _strlcpy
  ------------------
  121|     78|	r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  122|     78|	LOG_TEST_RET(ctx, r, "Cannot add signing certificate object");
  ------------------
  |  |  174|     78|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     78|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     78|	int _ret = (r); \
  |  |  |  |  168|     78|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 78]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  123|       |
  124|       |	/* Set the token label and serial number from the certificate, when
  125|       |	 * readable.  The serial number also keys the file cache. */
  126|     78|	if (sc_pkcs15_read_certificate(p15card, &cert_info, 0, &cert) == SC_SUCCESS) {
  ------------------
  |  |   28|     78|#define SC_SUCCESS				0
  ------------------
  |  Branch (126:6): [True: 0, False: 78]
  ------------------
  127|      0|		static const struct sc_object_id cn_oid = {
  128|      0|				{2, 5, 4, 3, -1}
  129|      0|		};
  130|      0|		u8 *cn = NULL;
  131|      0|		size_t cn_len = 0;
  132|      0|		const u8 *serial = cert->serial;
  133|      0|		size_t serial_len = cert->serial_len;
  134|       |
  135|      0|		sc_pkcs15_get_name_from_dn(ctx, cert->subject, cert->subject_len,
  136|      0|				&cn_oid, &cn, &cn_len);
  137|      0|		if (cn_len > 0) {
  ------------------
  |  Branch (137:7): [True: 0, False: 0]
  ------------------
  138|      0|			char *label = malloc(cn_len + 1);
  139|      0|			if (label) {
  ------------------
  |  Branch (139:8): [True: 0, False: 0]
  ------------------
  140|      0|				memcpy(label, cn, cn_len);
  141|      0|				label[cn_len] = '\0';
  142|      0|				free(p15card->tokeninfo->label);
  143|      0|				p15card->tokeninfo->label = label;
  144|      0|			}
  145|      0|		}
  146|      0|		free(cn);
  147|       |
  148|       |		/* strip the ASN.1 INTEGER header, if present */
  149|      0|		if (serial_len > 2 && serial[0] == 0x02 && serial[1] == serial_len - 2) {
  ------------------
  |  Branch (149:7): [True: 0, False: 0]
  |  Branch (149:25): [True: 0, False: 0]
  |  Branch (149:46): [True: 0, False: 0]
  ------------------
  150|      0|			serial += 2;
  151|      0|			serial_len -= 2;
  152|      0|		}
  153|      0|		if (serial_len > 0) {
  ------------------
  |  Branch (153:7): [True: 0, False: 0]
  ------------------
  154|      0|			char *sn = malloc(serial_len * 2 + 1);
  155|      0|			if (sn) {
  ------------------
  |  Branch (155:8): [True: 0, False: 0]
  ------------------
  156|      0|				sc_bin_to_hex(serial, serial_len, sn, serial_len * 2 + 1, 0);
  157|      0|				free(p15card->tokeninfo->serial_number);
  158|      0|				p15card->tokeninfo->serial_number = sn;
  159|      0|			}
  160|      0|		}
  161|       |
  162|      0|		sc_pkcs15_free_certificate(cert);
  163|      0|	}
  164|       |
  165|       |	/* Signing private key (reference 0x01, RSA 2048, PIN-protected). */
  166|     78|	prkey_info.id.value[0] = CEDULAUY_OBJ_ID;
  ------------------
  |  |   52|     78|#define CEDULAUY_OBJ_ID	  0x01	 /* links cert <-> prkey */
  ------------------
  167|     78|	prkey_info.id.len = 1;
  168|     78|	prkey_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  307|     78|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              	prkey_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|     78|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  169|     78|	prkey_info.native = 1;
  170|     78|	prkey_info.key_reference = CEDULAUY_KEY_REF;
  ------------------
  |  |   50|     78|#define CEDULAUY_KEY_REF  0x01	 /* signing private key reference */
  ------------------
  171|     78|	prkey_info.modulus_length = 2048;
  172|     78|	prkey_obj.auth_id.value[0] = CEDULAUY_OBJ_ID;
  ------------------
  |  |   52|     78|#define CEDULAUY_OBJ_ID	  0x01	 /* links cert <-> prkey */
  ------------------
  173|     78|	prkey_obj.auth_id.len = 1;
  174|     78|	prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     78|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  175|     78|	strlcpy(prkey_obj.label, "Clave de Firma", sizeof prkey_obj.label);
  ------------------
  |  |   43|     78|#define strlcpy _strlcpy
  ------------------
  176|     78|	r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  177|     78|	LOG_TEST_RET(ctx, r, "Cannot add signing private key object");
  ------------------
  |  |  174|     78|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     78|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     78|	int _ret = (r); \
  |  |  |  |  168|     78|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 78]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  178|       |
  179|       |	/* Public identity data objects (DF 7000), readable without PIN. */
  180|    390|	for (i = 0; i < sizeof cedulauy_data_files / sizeof cedulauy_data_files[0]; i++) {
  ------------------
  |  Branch (180:14): [True: 312, False: 78]
  ------------------
  181|    312|		struct sc_pkcs15_data_info dinfo = {0};
  182|    312|		struct sc_pkcs15_object dobj = {0};
  183|       |
  184|    312|		sc_format_path(cedulauy_data_files[i].path, &dinfo.path);
  185|    312|		strlcpy(dinfo.app_label, cedulauy_data_files[i].label, sizeof dinfo.app_label);
  ------------------
  |  |   43|    312|#define strlcpy _strlcpy
  ------------------
  186|    312|		strlcpy(dobj.label, cedulauy_data_files[i].label, sizeof dobj.label);
  ------------------
  |  |   43|    312|#define strlcpy _strlcpy
  ------------------
  187|    312|		r = sc_pkcs15emu_add_data_object(p15card, &dobj, &dinfo);
  188|    312|		LOG_TEST_RET(ctx, r, "Cannot add identity data object");
  ------------------
  |  |  174|    312|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    312|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    312|	int _ret = (r); \
  |  |  |  |  168|    312|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 312]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    312|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|    312|	}
  190|       |
  191|     78|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     78|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     78|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     78|	int _ret = r; \
  |  |  |  |  155|     78|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 78, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     78|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 78]
  |  |  |  |  ------------------
  |  |  |  |  157|     78|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     78|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     78|	return _ret; \
  |  |  |  |  163|     78|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|     78|}

sc_pkcs15_get_name_from_dn:
  158|  1.43k|{
  159|  1.43k|	const u8 *rdn = NULL;
  160|  1.43k|	const u8 *next_ava = NULL;
  161|  1.43k|	size_t rdn_len = 0;
  162|  1.43k|	size_t next_ava_len = 0;
  163|  1.43k|	int rv;
  164|       |
  165|  1.43k|	rdn = sc_asn1_skip_tag(ctx, &dn, &dn_len, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &rdn_len);
  ------------------
  |  |  206|  1.43k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              	rdn = sc_asn1_skip_tag(ctx, &dn, &dn_len, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &rdn_len);
  ------------------
  |  |  141|  1.43k|#define SC_ASN1_CONS			0x20000000
  ------------------
  166|  1.43k|	if (rdn == NULL)
  ------------------
  |  Branch (166:6): [True: 419, False: 1.01k]
  ------------------
  167|  1.43k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of Distinguished Name");
  ------------------
  |  |  174|    419|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    419|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    419|	int _ret = (r); \
  |  |  |  |  168|    419|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 419, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    419|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    419|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    419|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    419|		return _ret; \
  |  |  |  |  172|    419|	} \
  |  |  |  |  173|    419|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|       |
  169|  1.93k|	for (next_ava = rdn, next_ava_len = rdn_len; next_ava_len; ) {
  ------------------
  |  Branch (169:47): [True: 1.91k, False: 19]
  ------------------
  170|  1.91k|		const u8 *ava, *dummy, *oidp;
  171|  1.91k|		struct sc_object_id oid;
  172|  1.91k|		size_t ava_len = 0, dummy_len, oid_len = 0;
  173|       |
  174|       |		/* unwrap the set and point to the next ava */
  175|  1.91k|		ava = sc_asn1_skip_tag(ctx, &next_ava, &next_ava_len, SC_ASN1_TAG_SET | SC_ASN1_CONS, &ava_len);
  ------------------
  |  |  207|  1.91k|#define SC_ASN1_TAG_SET			17
  ------------------
              		ava = sc_asn1_skip_tag(ctx, &next_ava, &next_ava_len, SC_ASN1_TAG_SET | SC_ASN1_CONS, &ava_len);
  ------------------
  |  |  141|  1.91k|#define SC_ASN1_CONS			0x20000000
  ------------------
  176|  1.91k|		if (ava == NULL)
  ------------------
  |  Branch (176:7): [True: 393, False: 1.52k]
  ------------------
  177|  1.91k|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA");
  ------------------
  |  |  174|    393|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    393|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    393|	int _ret = (r); \
  |  |  |  |  168|    393|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 393, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    393|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    393|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    393|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    393|		return _ret; \
  |  |  |  |  172|    393|	} \
  |  |  |  |  173|    393|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  178|       |
  179|       |		/* It would be nice to use sc_asn1_decode here to parse the entire AVA, but we are missing 1 critical
  180|       |		 *	function in the templates: the ability to accept any tag for value. This prevents us from just
  181|       |		 *	grabbing the value as is out of the template. AVA's can have tags of PRINTABLE_STRING,
  182|       |		 *	TELETEXSTRING, T61STRING or UTF8_STRING with PRINTABLE_STRING and UTF8_STRING being the most common.
  183|       |		 * The other feature that would be nice is returning a pointer to our requested data using the space
  184|       |		 *	of the parent (basically what this code is doing here), rather than allocating and copying.
  185|       |		 */
  186|       |
  187|       |		/* unwrap the sequence */
  188|  1.52k|		dummy = ava; dummy_len = ava_len;
  189|  1.52k|		ava = sc_asn1_skip_tag(ctx, &dummy, &dummy_len, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &ava_len);
  ------------------
  |  |  206|  1.52k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		ava = sc_asn1_skip_tag(ctx, &dummy, &dummy_len, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &ava_len);
  ------------------
  |  |  141|  1.52k|#define SC_ASN1_CONS			0x20000000
  ------------------
  190|  1.52k|		if (ava == NULL)
  ------------------
  |  Branch (190:7): [True: 144, False: 1.38k]
  ------------------
  191|  1.52k|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA");
  ------------------
  |  |  174|    144|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    144|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    144|	int _ret = (r); \
  |  |  |  |  168|    144|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 144, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    144|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    144|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    144|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    144|		return _ret; \
  |  |  |  |  172|    144|	} \
  |  |  |  |  173|    144|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|       |
  193|       |		/* unwrap the oid */
  194|  1.38k|		oidp = sc_asn1_skip_tag(ctx, &ava, &ava_len, SC_ASN1_TAG_OBJECT, &oid_len);
  ------------------
  |  |  200|  1.38k|#define SC_ASN1_TAG_OBJECT		6
  ------------------
  195|  1.38k|		if (ava == NULL || ava_len < 1)
  ------------------
  |  Branch (195:7): [True: 0, False: 1.38k]
  |  Branch (195:22): [True: 9, False: 1.37k]
  ------------------
  196|  1.38k|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA OID");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|       |
  198|       |		/* Convert to OID */
  199|  1.37k|		rv = sc_asn1_decode_object_id(oidp, oid_len, &oid);
  200|  1.37k|		if (rv != SC_SUCCESS)
  ------------------
  |  |   28|  1.37k|#define SC_SUCCESS				0
  ------------------
  |  Branch (200:7): [True: 410, False: 962]
  ------------------
  201|  1.37k|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA OID");
  ------------------
  |  |  174|    410|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    410|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    410|	int _ret = (r); \
  |  |  |  |  168|    410|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 410, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    410|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    410|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    410|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    410|		return _ret; \
  |  |  |  |  172|    410|	} \
  |  |  |  |  173|    410|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|       |
  203|    962|		if (sc_compare_oid(&oid, type) == 0)
  ------------------
  |  Branch (203:7): [True: 925, False: 37]
  ------------------
  204|    925|			continue;
  205|       |
  206|       |		/* Yes, then return the name */
  207|     37|		dummy = sc_asn1_skip_tag(ctx, &ava, &ava_len, ava[0] & SC_ASN1_TAG_PRIMITIVE, &dummy_len);
  ------------------
  |  |  191|     37|#define SC_ASN1_TAG_PRIMITIVE		0x1F
  ------------------
  208|     37|		if (dummy == NULL)
  ------------------
  |  Branch (208:7): [True: 8, False: 29]
  ------------------
  209|     37|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA name");
  ------------------
  |  |  174|      8|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      8|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      8|	int _ret = (r); \
  |  |  |  |  168|      8|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      8|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      8|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      8|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      8|		return _ret; \
  |  |  |  |  172|      8|	} \
  |  |  |  |  173|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  210|     29|		if (*name == NULL) {
  ------------------
  |  Branch (210:7): [True: 29, False: 0]
  ------------------
  211|     29|			*name = malloc(dummy_len);
  212|     29|			if (*name == NULL)
  ------------------
  |  Branch (212:8): [True: 0, False: 29]
  ------------------
  213|     29|				LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|     29|			*name_len = dummy_len;
  215|     29|		}
  216|       |
  217|     29|		*name_len = MIN(dummy_len, *name_len);
  ------------------
  |  |   70|     29|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 29]
  |  |  ------------------
  ------------------
  218|     29|		memcpy(*name, dummy, *name_len);
  219|     29|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     29|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     29|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     29|	int _ret = r; \
  |  |  |  |  155|     29|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 29, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     29|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 29]
  |  |  |  |  ------------------
  |  |  |  |  157|     29|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     29|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     29|	return _ret; \
  |  |  |  |  163|     29|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|     29|	}
  221|       |
  222|     19|	LOG_FUNC_RETURN(ctx, SC_ERROR_ASN1_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|     19|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     19|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     19|	int _ret = r; \
  |  |  |  |  155|     19|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 19, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     19|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     19|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 19, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     19|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     19|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     19|	return _ret; \
  |  |  |  |  163|     19|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  223|     19|}
sc_pkcs15_get_extension:
  248|  1.44k|{
  249|  1.44k|	const u8 *ext = NULL;
  250|  1.44k|	const u8 *next_ext = NULL;
  251|  1.44k|	size_t ext_len = 0;
  252|  1.44k|	size_t next_ext_len = 0;
  253|  1.44k|	struct sc_object_id oid;
  254|  1.44k|	u8 *val = NULL;
  255|  1.44k|	size_t val_len = 0;
  256|  1.44k|	int critical;
  257|  1.44k|	int r;
  258|  1.44k|	struct sc_asn1_entry asn1_cert_ext[] = {
  259|  1.44k|		{ "x509v3 entry OID", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, 0, &oid, 0 },
  ------------------
  |  |  159|  1.44k|#define SC_ASN1_OBJECT                  6
  ------------------
              		{ "x509v3 entry OID", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, 0, &oid, 0 },
  ------------------
  |  |  200|  1.44k|#define SC_ASN1_TAG_OBJECT		6
  ------------------
  260|  1.44k|		{ "criticalFlag",  SC_ASN1_BOOLEAN, SC_ASN1_TAG_BOOLEAN, SC_ASN1_OPTIONAL, &critical, NULL },
  ------------------
  |  |  153|  1.44k|#define SC_ASN1_BOOLEAN                 1
  ------------------
              		{ "criticalFlag",  SC_ASN1_BOOLEAN, SC_ASN1_TAG_BOOLEAN, SC_ASN1_OPTIONAL, &critical, NULL },
  ------------------
  |  |  195|  1.44k|#define SC_ASN1_TAG_BOOLEAN		1
  ------------------
              		{ "criticalFlag",  SC_ASN1_BOOLEAN, SC_ASN1_TAG_BOOLEAN, SC_ASN1_OPTIONAL, &critical, NULL },
  ------------------
  |  |  148|  1.44k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
  261|  1.44k|		{ "extensionValue",SC_ASN1_OCTET_STRING, SC_ASN1_TAG_OCTET_STRING, SC_ASN1_ALLOC, &val, &val_len },
  ------------------
  |  |  157|  1.44k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "extensionValue",SC_ASN1_OCTET_STRING, SC_ASN1_TAG_OCTET_STRING, SC_ASN1_ALLOC, &val, &val_len },
  ------------------
  |  |  198|  1.44k|#define SC_ASN1_TAG_OCTET_STRING	4
  ------------------
              		{ "extensionValue",SC_ASN1_OCTET_STRING, SC_ASN1_TAG_OCTET_STRING, SC_ASN1_ALLOC, &val, &val_len },
  ------------------
  |  |  149|  1.44k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  262|  1.44k|		{ NULL, 0, 0, 0, NULL, NULL }
  263|  1.44k|	};
  264|       |
  265|  1.44k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.44k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.44k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.44k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.44k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.44k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|       |
  267|  1.45k|	for (next_ext = cert->extensions, next_ext_len = cert->extensions_len; next_ext_len; ) {
  ------------------
  |  Branch (267:73): [True: 80, False: 1.37k]
  ------------------
  268|       |		/* unwrap the set and point to the next ava */
  269|     80|		ext = sc_asn1_skip_tag(ctx, &next_ext, &next_ext_len,
  270|     80|			SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &ext_len);
  ------------------
  |  |  206|     80|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              			SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &ext_len);
  ------------------
  |  |  141|     80|#define SC_ASN1_CONS			0x20000000
  ------------------
  271|     80|		if (ext == NULL)
  ------------------
  |  Branch (271:7): [True: 10, False: 70]
  ------------------
  272|     80|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  273|       |
  274|       |		/*
  275|       |		 * use the sc_asn1_decoder for clarity. NOTE it would be more efficient to do this by hand
  276|       |		 * so we avoid the many malloc/frees here, but one hopes that one day the asn1_decode will allow
  277|       |		 * a 'static pointer' flag that returns a const pointer to the actual asn1 space so we only need
  278|       |		 * to make a final copy of the extension value before we return */
  279|     70|		critical = 0;
  280|     70|		r = sc_asn1_decode(ctx, asn1_cert_ext, ext, ext_len, NULL, NULL);
  281|     70|		if (r < 0)
  ------------------
  |  Branch (281:7): [True: 12, False: 58]
  ------------------
  282|     70|			LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|     12|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     12|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     12|	int _ret = r; \
  |  |  |  |  155|     12|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     12|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     12|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     12|	return _ret; \
  |  |  |  |  163|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  283|       |
  284|       |		/* is it the RN we are looking for */
  285|     58|		if (sc_compare_oid(&oid, type) != 0) {
  ------------------
  |  Branch (285:7): [True: 47, False: 11]
  ------------------
  286|     47|			if (*ext_val == NULL) {
  ------------------
  |  Branch (286:8): [True: 47, False: 0]
  ------------------
  287|     47|				*ext_val = val;
  288|     47|				val = NULL;
  289|     47|				*ext_val_len = val_len;
  290|       |				/* do not free here -- return the allocated value to caller */
  291|     47|			}
  292|      0|			else {
  293|      0|				*ext_val_len = MIN(*ext_val_len, val_len);
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  294|      0|				if (val) {
  ------------------
  |  Branch (294:9): [True: 0, False: 0]
  ------------------
  295|      0|					memcpy(*ext_val, val, *ext_val_len);
  296|      0|					free(val);
  297|      0|				}
  298|      0|			}
  299|       |
  300|     47|			if (is_critical)
  ------------------
  |  Branch (300:8): [True: 0, False: 47]
  ------------------
  301|      0|				*is_critical = critical;
  302|       |
  303|     47|			r = (int)val_len;
  304|     47|			LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|     47|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     47|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     47|	int _ret = r; \
  |  |  |  |  155|     47|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 46]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     46|	} else { \
  |  |  |  |  159|     46|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     46|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     46|	} \
  |  |  |  |  162|     47|	return _ret; \
  |  |  |  |  163|     47|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|     47|		}
  306|     11|		if (val) {
  ------------------
  |  Branch (306:7): [True: 10, False: 1]
  ------------------
  307|     10|			free(val);
  308|     10|			val = NULL;
  309|     10|		}
  310|     11|	}
  311|  1.37k|	if (val)
  ------------------
  |  Branch (311:6): [True: 0, False: 1.37k]
  ------------------
  312|      0|	    free(val);
  313|       |
  314|  1.37k|	LOG_FUNC_RETURN(ctx, SC_ERROR_ASN1_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|  1.37k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.37k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.37k|	int _ret = r; \
  |  |  |  |  155|  1.37k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.37k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.37k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.37k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.37k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.37k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.37k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.37k|	return _ret; \
  |  |  |  |  163|  1.37k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  315|  1.37k|}
sc_pkcs15_get_bitstring_extension:
  325|  1.44k|{
  326|  1.44k|	int r;
  327|  1.44k|	u8 *bit_string = NULL;
  328|  1.44k|	size_t bit_string_len=0, val_len = sizeof(*value);
  329|  1.44k|	struct sc_asn1_entry asn1_bit_string[] = {
  330|  1.44k|		{ "bitString", SC_ASN1_BIT_FIELD, SC_ASN1_TAG_BIT_STRING, 0, value, &val_len },
  ------------------
  |  |  171|  1.44k|#define SC_ASN1_BIT_FIELD		131	/* bit string as integer */
  ------------------
              		{ "bitString", SC_ASN1_BIT_FIELD, SC_ASN1_TAG_BIT_STRING, 0, value, &val_len },
  ------------------
  |  |  197|  1.44k|#define SC_ASN1_TAG_BIT_STRING		3
  ------------------
  331|  1.44k|		{ NULL, 0, 0, 0, NULL, NULL }
  332|  1.44k|	};
  333|       |
  334|  1.44k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.44k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.44k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.44k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.44k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.44k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  335|       |
  336|  1.44k|	r = sc_pkcs15_get_extension(ctx, cert, type, &bit_string, &bit_string_len, is_critical);
  337|  1.44k|	LOG_TEST_RET(ctx, r, "Get extension error");
  ------------------
  |  |  174|  1.44k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.44k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.44k|	int _ret = (r); \
  |  |  |  |  168|  1.44k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.39k, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.39k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.39k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.39k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.39k|		return _ret; \
  |  |  |  |  172|  1.39k|	} \
  |  |  |  |  173|  1.44k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|       |
  339|     47|	r = sc_asn1_decode(ctx, asn1_bit_string, bit_string, bit_string_len, NULL, NULL);
  340|     47|	free(bit_string);
  341|     47|	LOG_TEST_RET(ctx, r, "Decoding extension bit string");
  ------------------
  |  |  174|     47|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     47|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     47|	int _ret = (r); \
  |  |  |  |  168|     47|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 44]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|     47|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 44]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|       |
  343|     44|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     44|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     44|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     44|	int _ret = r; \
  |  |  |  |  155|     44|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 44, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     44|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 44]
  |  |  |  |  ------------------
  |  |  |  |  157|     44|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     44|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     44|	return _ret; \
  |  |  |  |  163|     44|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  344|     44|}
sc_pkcs15_read_certificate:
  371|  4.43k|{
  372|  4.43k|	struct sc_context *ctx = NULL;
  373|  4.43k|	struct sc_pkcs15_cert *cert = NULL;
  374|  4.43k|	struct sc_pkcs15_der der;
  375|  4.43k|	int r;
  376|       |
  377|  4.43k|	if (p15card == NULL || info == NULL || cert_out == NULL) {
  ------------------
  |  Branch (377:6): [True: 0, False: 4.43k]
  |  Branch (377:25): [True: 0, False: 4.43k]
  |  Branch (377:41): [True: 0, False: 4.43k]
  ------------------
  378|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  379|      0|	}
  380|  4.43k|	ctx = p15card->card->ctx;
  381|  4.43k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  4.43k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.43k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.43k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.43k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.43k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|       |
  383|  4.43k|	if (info->value.len && info->value.value)   {
  ------------------
  |  Branch (383:6): [True: 3.18k, False: 1.25k]
  |  Branch (383:25): [True: 3.18k, False: 0]
  ------------------
  384|  3.18k|		sc_der_copy(&der, &info->value);
  385|  3.18k|	}
  386|  1.25k|	else if (info->path.len) {
  ------------------
  |  Branch (386:11): [True: 1.10k, False: 154]
  ------------------
  387|  1.10k|		r = sc_pkcs15_read_file(p15card, &info->path, &der.value, &der.len, private_obj);
  388|  1.10k|		LOG_TEST_RET(ctx, r, "Unable to read certificate file.");
  ------------------
  |  |  174|  1.10k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.10k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.10k|	int _ret = (r); \
  |  |  |  |  168|  1.10k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 786, False: 314]
  |  |  |  |  ------------------
  |  |  |  |  169|    786|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    786|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    786|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    786|		return _ret; \
  |  |  |  |  172|    786|	} \
  |  |  |  |  173|  1.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 314]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  389|  1.10k|	}
  390|    154|	else   {
  391|    154|		LOG_FUNC_RETURN(ctx, SC_ERROR_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|    154|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    154|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    154|	int _ret = r; \
  |  |  |  |  155|    154|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 154, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    154|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    154|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 154, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    154|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    154|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    154|	return _ret; \
  |  |  |  |  163|    154|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|    154|	}
  393|       |
  394|  3.49k|	cert = malloc(sizeof(struct sc_pkcs15_cert));
  395|  3.49k|	if (cert == NULL) {
  ------------------
  |  Branch (395:6): [True: 0, False: 3.49k]
  ------------------
  396|      0|		free(der.value);
  397|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  398|      0|	}
  399|  3.49k|	memset(cert, 0, sizeof(struct sc_pkcs15_cert));
  400|  3.49k|	if (parse_x509_cert(ctx, &der, cert)) {
  ------------------
  |  Branch (400:6): [True: 1.39k, False: 2.10k]
  ------------------
  401|  1.39k|		free(der.value);
  402|  1.39k|		sc_pkcs15_free_certificate(cert);
  403|  1.39k|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ASN1_OBJECT);
  ------------------
  |  |  164|  1.39k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.39k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.39k|	int _ret = r; \
  |  |  |  |  155|  1.39k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.39k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.39k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.39k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.39k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.39k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.39k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.39k|	return _ret; \
  |  |  |  |  163|  1.39k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  404|  1.39k|	}
  405|  2.10k|	free(der.value);
  406|       |
  407|  2.10k|	*cert_out = cert;
  408|  2.10k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.10k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.10k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.10k|	int _ret = r; \
  |  |  |  |  155|  2.10k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.10k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.10k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.10k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.10k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.10k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.10k|	return _ret; \
  |  |  |  |  163|  2.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|  2.10k|}
sc_pkcs15_decode_cdf_entry:
  446|     83|{
  447|     83|	sc_context_t *ctx = p15card->card->ctx;
  448|     83|	struct sc_pkcs15_cert_info info;
  449|     83|	struct sc_asn1_entry	asn1_cred_ident[3], asn1_com_cert_attr[4],
  450|     83|				asn1_x509_cert_attr[2], asn1_type_cert_attr[2],
  451|     83|				asn1_cert[2], asn1_x509_cert_value_choice[3];
  452|     83|	struct sc_asn1_pkcs15_object cert_obj = {
  453|     83|		obj, asn1_com_cert_attr, NULL,
  454|     83|		asn1_type_cert_attr };
  455|     83|	sc_pkcs15_der_t *der = &info.value;
  456|     83|	u8 id_value[128];
  457|     83|	int id_type;
  458|     83|	size_t id_value_len = sizeof(id_value);
  459|     83|	int r;
  460|       |
  461|     83|	sc_copy_asn1_entry(c_asn1_cred_ident, asn1_cred_ident);
  462|     83|	sc_copy_asn1_entry(c_asn1_com_cert_attr, asn1_com_cert_attr);
  463|     83|	sc_copy_asn1_entry(c_asn1_x509_cert_attr, asn1_x509_cert_attr);
  464|     83|	sc_copy_asn1_entry(c_asn1_x509_cert_value_choice, asn1_x509_cert_value_choice);
  465|     83|	sc_copy_asn1_entry(c_asn1_type_cert_attr, asn1_type_cert_attr);
  466|     83|	sc_copy_asn1_entry(c_asn1_cert, asn1_cert);
  467|       |
  468|     83|	sc_format_asn1_entry(asn1_cred_ident + 0, &id_type, NULL, 0);
  469|     83|	sc_format_asn1_entry(asn1_cred_ident + 1, &id_value, &id_value_len, 0);
  470|     83|	sc_format_asn1_entry(asn1_com_cert_attr + 0, &info.id, NULL, 0);
  471|     83|	sc_format_asn1_entry(asn1_com_cert_attr + 1, &info.authority, NULL, 0);
  472|     83|	sc_format_asn1_entry(asn1_com_cert_attr + 2, asn1_cred_ident, NULL, 0);
  473|     83|	sc_format_asn1_entry(asn1_x509_cert_attr + 0, asn1_x509_cert_value_choice, NULL, 0);
  474|     83|	sc_format_asn1_entry(asn1_x509_cert_value_choice + 0, &info.path, NULL, 0);
  475|     83|	sc_format_asn1_entry(asn1_x509_cert_value_choice + 1, &der->value, &der->len, 0);
  476|     83|	sc_format_asn1_entry(asn1_type_cert_attr + 0, asn1_x509_cert_attr, NULL, 0);
  477|     83|	sc_format_asn1_entry(asn1_cert + 0, &cert_obj, NULL, 0);
  478|       |
  479|       |	/* Fill in defaults */
  480|     83|	memset(&info, 0, sizeof(info));
  481|     83|	info.authority = 0;
  482|       |
  483|     83|	r = sc_asn1_decode(ctx, asn1_cert, *buf, *buflen, buf, buflen);
  484|       |	/* In case of error, trash the cert value (direct coding) */
  485|     83|	if (r < 0 && der->value)
  ------------------
  |  Branch (485:6): [True: 83, False: 0]
  |  Branch (485:15): [True: 0, False: 83]
  ------------------
  486|      0|		free(der->value);
  487|     83|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|     83|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (487:6): [True: 18, False: 65]
  ------------------
  488|     18|		return r;
  489|     65|	LOG_TEST_RET(ctx, r, "ASN.1 decoding failed");
  ------------------
  |  |  174|     65|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     65|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     65|	int _ret = (r); \
  |  |  |  |  168|     65|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 65, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     65|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     65|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     65|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     65|		return _ret; \
  |  |  |  |  172|     65|	} \
  |  |  |  |  173|     65|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  490|       |
  491|      0|	if (!p15card->app || !p15card->app->ddo.aid.len) {
  ------------------
  |  Branch (491:6): [True: 0, False: 0]
  |  Branch (491:23): [True: 0, False: 0]
  ------------------
  492|      0|		if (!p15card->file_app) {
  ------------------
  |  Branch (492:7): [True: 0, False: 0]
  ------------------
  493|      0|			free(der->value);
  494|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  495|      0|		}
  496|      0|		r = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &info.path);
  497|      0|		LOG_TEST_RET(ctx, r, "Cannot make absolute path");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  498|      0|	}
  499|      0|	else   {
  500|      0|		info.path.aid = p15card->app->ddo.aid;
  501|      0|	}
  502|      0|	sc_log(ctx, "Certificate path '%s'", sc_print_path(&info.path));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  503|       |
  504|      0|	switch (p15card->opts.pin_protected_certificate) {
  ------------------
  |  Branch (504:10): [True: 0, False: 0]
  ------------------
  505|      0|		case SC_PKCS15_CARD_OPTS_PRIV_CERT_DECLASSIFY:
  ------------------
  |  |  611|      0|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_DECLASSIFY	2
  ------------------
  |  Branch (505:3): [True: 0, False: 0]
  ------------------
  506|      0|			sc_log(ctx, "Declassifying certificate");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  507|      0|			obj->flags &= ~SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  508|      0|			break;
  509|      0|		case SC_PKCS15_CARD_OPTS_PRIV_CERT_IGNORE:
  ------------------
  |  |  610|      0|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_IGNORE		1
  ------------------
  |  Branch (509:3): [True: 0, False: 0]
  ------------------
  510|      0|			sc_log(ctx, "Ignoring certificate");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  511|      0|			free(der->value);
  512|      0|			return 0;
  513|      0|	}
  514|       |
  515|      0|	obj->type = SC_PKCS15_TYPE_CERT_X509;
  ------------------
  |  |  439|      0|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  516|      0|	obj->data = malloc(sizeof(info));
  517|      0|	if (obj->data == NULL)
  ------------------
  |  Branch (517:6): [True: 0, False: 0]
  ------------------
  518|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|      0|	memcpy(obj->data, &info, sizeof(info));
  520|       |
  521|      0|	return 0;
  522|      0|}
sc_pkcs15_map_usage:
  613|    154|{
  614|    154|	unsigned int pub_usage = 0, pr_usage = 0;
  615|    154|	unsigned int alg_flags = sc_pkcs15_alg_flags_from_algorithm(algorithm);
  616|       |
  617|    154|	if (cert_usage & SC_PKCS15_X509_USAGE_SIGNATURE) {
  ------------------
  |  |  592|    154|	(SC_X509_DIGITAL_SIGNATURE | \
  |  |  ------------------
  |  |  |  |  614|    154|#define SC_X509_DIGITAL_SIGNATURE     0x0001UL
  |  |  ------------------
  |  |  593|    154|	SC_X509_NON_REPUDIATION    | \
  |  |  ------------------
  |  |  |  |  615|    154|#define SC_X509_NON_REPUDIATION       0x0002UL
  |  |  ------------------
  |  |  594|    154|	SC_X509_KEY_CERT_SIGN      | \
  |  |  ------------------
  |  |  |  |  619|    154|#define SC_X509_KEY_CERT_SIGN         0x0020UL
  |  |  ------------------
  |  |  595|    154|	SC_X509_CRL_SIGN)
  |  |  ------------------
  |  |  |  |  620|    154|#define SC_X509_CRL_SIGN              0x0040UL
  |  |  ------------------
  ------------------
  |  Branch (617:6): [True: 112, False: 42]
  ------------------
  618|    112|		pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY|SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  311|    112|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
              		pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY|SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  312|    112|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  619|    112|		pr_usage |= SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_SIGNRECOVER;
  ------------------
  |  |  307|    112|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              		pr_usage |= SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_SIGNRECOVER;
  ------------------
  |  |  308|    112|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  620|    112|	}
  621|    154|	if (cert_usage & SC_PKCS15_X509_USAGE_DERIVE) {
  ------------------
  |  |  597|    154|	(SC_X509_KEY_ENCIPHERMENT | \
  |  |  ------------------
  |  |  |  |  616|    154|#define SC_X509_KEY_ENCIPHERMENT      0x0004UL
  |  |  ------------------
  |  |  598|    154|			SC_X509_KEY_AGREEMENT)
  |  |  ------------------
  |  |  |  |  618|    154|#define SC_X509_KEY_AGREEMENT         0x0010UL
  |  |  ------------------
  ------------------
  |  Branch (621:6): [True: 42, False: 112]
  ------------------
  622|     42|		pub_usage |= SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|     42|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  623|     42|		pr_usage |= SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|     42|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  624|     42|	}
  625|    154|	if (cert_usage & (SC_PKCS15_X509_USAGE_DECRYPT|SC_PKCS15_X509_USAGE_UNWRAP)) {
  ------------------
  |  |  603|    154|	(SC_X509_DATA_ENCIPHERMENT | \
  |  |  ------------------
  |  |  |  |  617|    154|#define SC_X509_DATA_ENCIPHERMENT     0x0008UL
  |  |  ------------------
  |  |  604|    154|	SC_X509_ENCIPHER_ONLY)
  |  |  ------------------
  |  |  |  |  621|    154|#define SC_X509_ENCIPHER_ONLY         0x0080UL
  |  |  ------------------
  ------------------
              	if (cert_usage & (SC_PKCS15_X509_USAGE_DECRYPT|SC_PKCS15_X509_USAGE_UNWRAP)) {
  ------------------
  |  |  600|    154|	(SC_X509_KEY_ENCIPHERMENT | \
  |  |  ------------------
  |  |  |  |  616|    154|#define SC_X509_KEY_ENCIPHERMENT      0x0004UL
  |  |  ------------------
  |  |  601|    154|	SC_X509_KEY_AGREEMENT)
  |  |  ------------------
  |  |  |  |  618|    154|#define SC_X509_KEY_AGREEMENT         0x0010UL
  |  |  ------------------
  ------------------
  |  Branch (625:6): [True: 152, False: 2]
  ------------------
  626|    152|		pub_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT;
  ------------------
  |  |  305|    152|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  627|    152|		pr_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT;
  ------------------
  |  |  306|    152|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  628|    152|	}
  629|    154|	if (allow_nonrepudiation && (cert_usage & SC_PKCS15_X509_USAGE_NONREPUDIATION)) {
  ------------------
  |  |  606|    154|	SC_X509_NON_REPUDIATION
  |  |  ------------------
  |  |  |  |  615|    154|#define SC_X509_NON_REPUDIATION       0x0002UL
  |  |  ------------------
  ------------------
  |  Branch (629:6): [True: 154, False: 0]
  |  Branch (629:30): [True: 2, False: 152]
  ------------------
  630|      2|		pub_usage |= SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|      2|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  631|      2|		pr_usage |= SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|      2|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  632|      2|	}
  633|       |	/* filter usages algorithm */
  634|    154|	if (pub_usage_ptr) {
  ------------------
  |  Branch (634:6): [True: 154, False: 0]
  ------------------
  635|    154|		*pub_usage_ptr = pub_usage & alg_flags;
  636|    154|	}
  637|    154|	if (pr_usage_ptr) {
  ------------------
  |  Branch (637:6): [True: 154, False: 0]
  ------------------
  638|    154|		*pr_usage_ptr = pr_usage & alg_flags;
  639|    154|	}
  640|    154|	return SC_SUCCESS;
  ------------------
  |  |   28|    154|#define SC_SUCCESS				0
  ------------------
  641|    154|}
sc_pkcs15_free_certificate:
  645|  3.49k|{
  646|  3.49k|	if (cert == NULL) {
  ------------------
  |  Branch (646:6): [True: 0, False: 3.49k]
  ------------------
  647|      0|		return;
  648|      0|	}
  649|       |
  650|  3.49k|	sc_pkcs15_free_pubkey(cert->key);
  651|  3.49k|	free(cert->subject);
  652|  3.49k|	free(cert->issuer);
  653|  3.49k|	free(cert->serial);
  654|  3.49k|	free(cert->data.value);
  655|  3.49k|	free(cert->extensions);
  656|  3.49k|	free(cert);
  657|  3.49k|}
sc_pkcs15_free_cert_info:
  662|  3.63k|{
  663|  3.63k|	if (!cert)
  ------------------
  |  Branch (663:6): [True: 0, False: 3.63k]
  ------------------
  664|      0|		return;
  665|  3.63k|	free(cert->value.value);
  666|  3.63k|	free(cert);
  667|  3.63k|}
pkcs15-cert.c:parse_x509_cert:
   40|  3.49k|{
   41|  3.49k|	int r;
   42|  3.49k|	struct sc_algorithm_id sig_alg = {0};
   43|  3.49k|	struct sc_pkcs15_pubkey *pubkey = NULL;
   44|  3.49k|	unsigned char *serial = NULL, *issuer = NULL, *subject = NULL, *buf =  der->value;
   45|  3.49k|	size_t serial_len = 0, issuer_len = 0, subject_len = 0, data_len = 0, buflen = der->len;
   46|  3.49k|	struct sc_asn1_entry asn1_version[] = {
   47|  3.49k|		{ "version", SC_ASN1_INTEGER, SC_ASN1_TAG_INTEGER, 0, &cert->version, NULL },
  ------------------
  |  |  154|  3.49k|#define SC_ASN1_INTEGER                 2
  ------------------
              		{ "version", SC_ASN1_INTEGER, SC_ASN1_TAG_INTEGER, 0, &cert->version, NULL },
  ------------------
  |  |  196|  3.49k|#define SC_ASN1_TAG_INTEGER		2
  ------------------
   48|  3.49k|		{ NULL, 0, 0, 0, NULL, NULL }
   49|  3.49k|	};
   50|  3.49k|	struct sc_asn1_entry asn1_extensions[] = {
   51|  3.49k|		{ "x509v3",		SC_ASN1_OCTET_STRING,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_OPTIONAL| SC_ASN1_ALLOC, &cert->extensions, &cert->extensions_len },
  ------------------
  |  |  157|  3.49k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "x509v3",		SC_ASN1_OCTET_STRING,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_OPTIONAL| SC_ASN1_ALLOC, &cert->extensions, &cert->extensions_len },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "x509v3",		SC_ASN1_OCTET_STRING,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_OPTIONAL| SC_ASN1_ALLOC, &cert->extensions, &cert->extensions_len },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "x509v3",		SC_ASN1_OCTET_STRING,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_OPTIONAL| SC_ASN1_ALLOC, &cert->extensions, &cert->extensions_len },
  ------------------
  |  |  148|  3.49k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
              		{ "x509v3",		SC_ASN1_OCTET_STRING,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_OPTIONAL| SC_ASN1_ALLOC, &cert->extensions, &cert->extensions_len },
  ------------------
  |  |  149|  3.49k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   52|  3.49k|		{ NULL, 0, 0, 0, NULL, NULL }
   53|  3.49k|	};
   54|  3.49k|	struct sc_asn1_entry asn1_tbscert[] = {
   55|  3.49k|		{ "version",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 0 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_version, NULL },
  ------------------
  |  |  169|  3.49k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "version",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 0 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_version, NULL },
  ------------------
  |  |  139|  3.49k|#define SC_ASN1_CTX			0x80000000 /* Context */
  ------------------
              		{ "version",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 0 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_version, NULL },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "version",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 0 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_version, NULL },
  ------------------
  |  |  148|  3.49k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
   56|  3.49k|		{ "serialNumber",	SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, &serial, &serial_len },
  ------------------
  |  |  157|  3.49k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "serialNumber",	SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, &serial, &serial_len },
  ------------------
  |  |  196|  3.49k|#define SC_ASN1_TAG_INTEGER		2
  ------------------
              		{ "serialNumber",	SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, &serial, &serial_len },
  ------------------
  |  |  149|  3.49k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   57|  3.49k|		{ "signature",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  169|  3.49k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "signature",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "signature",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
   58|  3.49k|		{ "issuer",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &issuer, &issuer_len },
  ------------------
  |  |  157|  3.49k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "issuer",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &issuer, &issuer_len },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "issuer",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &issuer, &issuer_len },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "issuer",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &issuer, &issuer_len },
  ------------------
  |  |  149|  3.49k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   59|  3.49k|		{ "validity",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  169|  3.49k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "validity",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "validity",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
   60|  3.49k|		{ "subject",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &subject, &subject_len },
  ------------------
  |  |  157|  3.49k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "subject",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &subject, &subject_len },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "subject",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &subject, &subject_len },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "subject",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &subject, &subject_len },
  ------------------
  |  |  149|  3.49k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   61|       |		/* Use a callback to get the algorithm, parameters and pubkey into sc_pkcs15_pubkey */
   62|  3.49k|		{ "subjectPublicKeyInfo",SC_ASN1_CALLBACK, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, sc_pkcs15_pubkey_from_spki_fields,  &pubkey },
  ------------------
  |  |  181|  3.49k|#define SC_ASN1_CALLBACK		384
  ------------------
              		{ "subjectPublicKeyInfo",SC_ASN1_CALLBACK, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, sc_pkcs15_pubkey_from_spki_fields,  &pubkey },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "subjectPublicKeyInfo",SC_ASN1_CALLBACK, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, sc_pkcs15_pubkey_from_spki_fields,  &pubkey },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
   63|  3.49k|		{ "extensions",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 3 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_extensions, NULL },
  ------------------
  |  |  169|  3.49k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "extensions",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 3 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_extensions, NULL },
  ------------------
  |  |  139|  3.49k|#define SC_ASN1_CTX			0x80000000 /* Context */
  ------------------
              		{ "extensions",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 3 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_extensions, NULL },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "extensions",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 3 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_extensions, NULL },
  ------------------
  |  |  148|  3.49k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
   64|  3.49k|		{ NULL, 0, 0, 0, NULL, NULL }
   65|  3.49k|	};
   66|  3.49k|	struct sc_asn1_entry asn1_cert[] = {
   67|  3.49k|		{ "tbsCertificate",	SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, asn1_tbscert, NULL },
  ------------------
  |  |  169|  3.49k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "tbsCertificate",	SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, asn1_tbscert, NULL },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "tbsCertificate",	SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, asn1_tbscert, NULL },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
   68|  3.49k|		{ "signatureAlgorithm",	SC_ASN1_ALGORITHM_ID, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, &sig_alg, NULL },
  ------------------
  |  |  177|  3.49k|#define SC_ASN1_ALGORITHM_ID		259
  ------------------
              		{ "signatureAlgorithm",	SC_ASN1_ALGORITHM_ID, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, &sig_alg, NULL },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "signatureAlgorithm",	SC_ASN1_ALGORITHM_ID, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, &sig_alg, NULL },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
   69|  3.49k|		{ "signatureValue",	SC_ASN1_BIT_STRING, SC_ASN1_TAG_BIT_STRING, 0, NULL, NULL },
  ------------------
  |  |  155|  3.49k|#define SC_ASN1_BIT_STRING              3
  ------------------
              		{ "signatureValue",	SC_ASN1_BIT_STRING, SC_ASN1_TAG_BIT_STRING, 0, NULL, NULL },
  ------------------
  |  |  197|  3.49k|#define SC_ASN1_TAG_BIT_STRING		3
  ------------------
   70|  3.49k|		{ NULL, 0, 0, 0, NULL, NULL }
   71|  3.49k|	};
   72|  3.49k|	struct sc_asn1_entry asn1_serial_number[] = {
   73|  3.49k|		{ "serialNumber", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  157|  3.49k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "serialNumber", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  196|  3.49k|#define SC_ASN1_TAG_INTEGER		2
  ------------------
              		{ "serialNumber", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  149|  3.49k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   74|  3.49k|		{ NULL, 0, 0, 0, NULL, NULL }
   75|  3.49k|	};
   76|  3.49k|	struct sc_asn1_entry asn1_subject[] = {
   77|  3.49k|		{ "subject", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  157|  3.49k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "subject", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "subject", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "subject", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  149|  3.49k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   78|  3.49k|		{ NULL, 0, 0, 0, NULL, NULL }
   79|  3.49k|	};
   80|  3.49k|	struct sc_asn1_entry asn1_issuer[] = {
   81|  3.49k|		{ "issuer", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  157|  3.49k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "issuer", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "issuer", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "issuer", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  149|  3.49k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   82|  3.49k|		{ NULL, 0, 0, 0, NULL, NULL }
   83|  3.49k|	};
   84|       |
   85|  3.49k|	const u8 *obj;
   86|  3.49k|	size_t objlen;
   87|       |
   88|  3.49k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  3.49k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.49k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.49k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.49k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.49k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|       |
   90|  3.49k|	memset(cert, 0, sizeof(*cert));
   91|  3.49k|	obj = sc_asn1_verify_tag(ctx, buf, buflen, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &objlen);
  ------------------
  |  |  206|  3.49k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              	obj = sc_asn1_verify_tag(ctx, buf, buflen, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &objlen);
  ------------------
  |  |  141|  3.49k|#define SC_ASN1_CONS			0x20000000
  ------------------
   92|  3.49k|	if (obj == NULL)
  ------------------
  |  Branch (92:6): [True: 657, False: 2.83k]
  ------------------
   93|  3.49k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "X.509 certificate not found");
  ------------------
  |  |  174|    657|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    657|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    657|	int _ret = (r); \
  |  |  |  |  168|    657|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 657, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    657|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    657|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    657|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    657|		return _ret; \
  |  |  |  |  172|    657|	} \
  |  |  |  |  173|    657|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   94|       |
   95|  2.83k|	data_len = objlen + (obj - buf);
   96|  2.83k|	cert->data.value = malloc(data_len);
   97|  2.83k|	if (!cert->data.value)
  ------------------
  |  Branch (97:6): [True: 0, False: 2.83k]
  ------------------
   98|  2.83k|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   99|  2.83k|	memcpy(cert->data.value, buf, data_len);
  100|  2.83k|	cert->data.len = data_len;
  101|       |
  102|  2.83k|	r = sc_asn1_decode(ctx, asn1_cert, obj, objlen, NULL, NULL);
  103|  2.83k|	cert->key = pubkey;
  104|  2.83k|	cert->version++;
  105|       |
  106|  2.83k|	LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 parsing of certificate failed");
  ------------------
  |  |  184|  2.83k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.83k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.83k|	int _ret = (r); \
  |  |  |  |  178|  2.83k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 737, False: 2.10k]
  |  |  |  |  ------------------
  |  |  |  |  179|    737|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    737|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    737|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    737|		goto err; \
  |  |  |  |  182|    737|	} \
  |  |  |  |  183|  2.83k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.10k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|       |
  108|  2.10k|	if (!pubkey)
  ------------------
  |  Branch (108:6): [True: 11, False: 2.09k]
  ------------------
  109|  2.10k|		LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "Unable to decode subjectPublicKeyInfo from cert");
  ------------------
  |  |  184|     11|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     11|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     11|	int _ret = (r); \
  |  |  |  |  178|     11|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 11, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     11|		goto err; \
  |  |  |  |  182|     11|	} \
  |  |  |  |  183|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  110|       |
  111|       |
  112|  2.09k|	if (serial && serial_len)   {
  ------------------
  |  Branch (112:6): [True: 1.66k, False: 430]
  |  Branch (112:16): [True: 1.66k, False: 0]
  ------------------
  113|  1.66k|		sc_format_asn1_entry(asn1_serial_number + 0, serial, &serial_len, 1);
  114|  1.66k|		r = sc_asn1_encode(ctx, asn1_serial_number, &cert->serial, &cert->serial_len);
  115|  1.66k|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 encoding of serial failed");
  ------------------
  |  |  184|  1.66k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.66k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.66k|	int _ret = (r); \
  |  |  |  |  178|  1.66k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 1.66k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  1.66k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.66k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|  1.66k|	}
  117|       |
  118|  2.09k|	if (subject && subject_len)   {
  ------------------
  |  Branch (118:6): [True: 1.67k, False: 419]
  |  Branch (118:17): [True: 1.67k, False: 0]
  ------------------
  119|  1.67k|		sc_format_asn1_entry(asn1_subject + 0, subject, &subject_len, 1);
  120|  1.67k|		r = sc_asn1_encode(ctx, asn1_subject, &cert->subject, &cert->subject_len);
  121|  1.67k|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 encoding of subject");
  ------------------
  |  |  184|  1.67k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.67k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.67k|	int _ret = (r); \
  |  |  |  |  178|  1.67k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 1.67k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  1.67k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.67k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|  1.67k|	}
  123|       |
  124|  2.09k|	if (issuer && issuer_len)   {
  ------------------
  |  Branch (124:6): [True: 823, False: 1.26k]
  |  Branch (124:16): [True: 823, False: 0]
  ------------------
  125|    823|		sc_format_asn1_entry(asn1_issuer + 0, issuer, &issuer_len, 1);
  126|    823|		r = sc_asn1_encode(ctx, asn1_issuer, &cert->issuer, &cert->issuer_len);
  127|    823|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 encoding of issuer");
  ------------------
  |  |  184|    823|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    823|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    823|	int _ret = (r); \
  |  |  |  |  178|    823|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 823]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    823|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 823]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  128|    823|	}
  129|       |
  130|  2.83k|err:
  131|       |	/* not used for anything */
  132|  2.83k|	sc_asn1_clear_algorithm_id(&sig_alg);
  133|  2.83k|	free(serial);
  134|  2.83k|	free(subject);
  135|  2.83k|	free(issuer);
  136|       |
  137|  2.83k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  2.83k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.83k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.83k|	int _ret = r; \
  |  |  |  |  155|  2.83k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.83k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.83k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    737|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 737, False: 2.10k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.83k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.83k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.83k|	return _ret; \
  |  |  |  |  163|  2.83k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  138|  2.83k|}
pkcs15-cert.c:sc_pkcs15_alg_flags_from_algorithm:
  568|    154|{
  569|    154|	switch (algorithm) {
  ------------------
  |  Branch (569:10): [True: 154, False: 0]
  ------------------
  570|    153|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|    153|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (570:2): [True: 153, False: 1]
  ------------------
  571|    153|		return SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP |
  ------------------
  |  |  305|    153|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              		return SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP |
  ------------------
  |  |  309|    153|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  572|    153|		       SC_PKCS15_PRKEY_USAGE_VERIFY | SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER |
  ------------------
  |  |  311|    153|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
              		       SC_PKCS15_PRKEY_USAGE_VERIFY | SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER |
  ------------------
  |  |  312|    153|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  573|    153|		       SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP |
  ------------------
  |  |  306|    153|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              		       SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP |
  ------------------
  |  |  310|    153|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  574|    153|		       SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_SIGNRECOVER |
  ------------------
  |  |  307|    153|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              		       SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_SIGNRECOVER |
  ------------------
  |  |  308|    153|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  575|    153|		       SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|    153|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  576|       |#ifdef SC_ALGORITHM_DH
  577|       |	case SC_ALGORITHM_DH:
  578|       |		return SC_PKCS15_PRKEY_USAGE_DERIVE ;
  579|       |#endif
  580|      1|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|      1|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (580:2): [True: 1, False: 153]
  ------------------
  581|      1|		return SC_PKCS15_PRKEY_USAGE_DERIVE | SC_PKCS15_PRKEY_USAGE_VERIFY|
  ------------------
  |  |  313|      1|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
              		return SC_PKCS15_PRKEY_USAGE_DERIVE | SC_PKCS15_PRKEY_USAGE_VERIFY|
  ------------------
  |  |  311|      1|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  582|      1|		       SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  307|      1|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              		       SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|      1|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  583|      0|	case SC_ALGORITHM_GOSTR3410:
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (583:2): [True: 0, False: 154]
  ------------------
  584|      0|		return SC_PKCS15_PRKEY_USAGE_DERIVE | SC_PKCS15_PRKEY_USAGE_VERIFY|
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
              		return SC_PKCS15_PRKEY_USAGE_DERIVE | SC_PKCS15_PRKEY_USAGE_VERIFY|
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  585|      0|		       SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              		       SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  586|    154|	}
  587|      0|	return 0;
  588|    154|}

coolkey_get_attribute_lv:
  244|  3.04k|{
  245|  3.04k|	struct sc_pkcs15_data *item = (struct sc_pkcs15_data *)ptr;
  246|  3.04k|	return coolkey_get_attribute_bytes_alloc(card, obj, type, &item->data, &item->data_len);
  247|  3.04k|}
sc_pkcs15emu_coolkey_init_ex:
  732|  9.91k|{
  733|  9.91k|	sc_card_t      *card = p15card->card;
  734|  9.91k|	sc_context_t    *ctx = card->ctx;
  735|  9.91k|	int rv;
  736|       |
  737|  9.91k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  9.91k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  9.91k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  9.91k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  9.91k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 9.91k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  738|       |
  739|  9.91k|	rv = coolkey_detect_card(p15card);
  740|  9.91k|	if (rv)
  ------------------
  |  Branch (740:6): [True: 9.22k, False: 687]
  ------------------
  741|  9.91k|		LOG_FUNC_RETURN(ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  9.22k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.22k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.22k|	int _ret = r; \
  |  |  |  |  155|  9.22k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.22k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.22k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  9.22k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.22k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.22k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.22k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  9.22k|	return _ret; \
  |  |  |  |  163|  9.22k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|    687|	rv = sc_pkcs15emu_coolkey_init(p15card);
  743|       |
  744|    687|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    687|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    687|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    687|	int _ret = r; \
  |  |  |  |  155|    687|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 687, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    687|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 687]
  |  |  |  |  ------------------
  |  |  |  |  157|    687|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    687|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    687|	return _ret; \
  |  |  |  |  163|    687|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  745|    687|}
pkcs15-coolkey.c:coolkey_get_attribute_bytes_alloc:
  206|  3.04k|{
  207|  3.04k|	const u8 *val;
  208|  3.04k|	size_t val_len;
  209|  3.04k|	int r;
  210|       |
  211|  3.04k|	r = coolkey_get_attribute(card, obj, type, &val, &val_len, NULL);
  212|  3.04k|	if (r < 0 || val_len < 1) {
  ------------------
  |  Branch (212:6): [True: 2.15k, False: 894]
  |  Branch (212:15): [True: 20, False: 874]
  ------------------
  213|  2.17k|		return r;
  214|  2.17k|	}
  215|    874|	*data = malloc(val_len);
  216|    874|	if (*data == NULL) {
  ------------------
  |  Branch (216:6): [True: 0, False: 874]
  ------------------
  217|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  218|      0|	}
  219|    874|	memcpy(*data, val, val_len);
  220|    874|	*data_len = val_len;
  221|    874|	return SC_SUCCESS;
  ------------------
  |  |   28|    874|#define SC_SUCCESS				0
  ------------------
  222|    874|}
pkcs15-coolkey.c:coolkey_get_attribute:
   91|  59.3k|coolkey_get_attribute(sc_card_t *card, sc_cardctl_coolkey_object_t *obj, CK_ATTRIBUTE_TYPE type, const u8 **val, size_t *val_len, u8 *data_type) {
   92|  59.3k|	sc_cardctl_coolkey_attribute_t attribute;
   93|  59.3k|	int r;
   94|       |
   95|  59.3k|	attribute.object = obj;
   96|  59.3k|	attribute.attribute_type = type;
   97|       |
   98|  59.3k|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_GET_ATTRIBUTE, &attribute);
   99|  59.3k|	if (r < 0) {
  ------------------
  |  Branch (99:6): [True: 33.8k, False: 25.5k]
  ------------------
  100|  33.8k|		return r;
  101|  33.8k|	}
  102|  25.5k|	*val = attribute.attribute_value;
  103|  25.5k|	*val_len = attribute.attribute_length;
  104|  25.5k|	if (data_type) {
  ------------------
  |  Branch (104:6): [True: 2.50k, False: 23.0k]
  ------------------
  105|  2.50k|		*data_type = attribute.attribute_data_type;
  106|  2.50k|	}
  107|  25.5k|	return SC_SUCCESS;
  ------------------
  |  |   28|  25.5k|#define SC_SUCCESS				0
  ------------------
  108|  59.3k|}
pkcs15-coolkey.c:coolkey_detect_card:
   60|  9.91k|{
   61|  9.91k|	sc_card_t *card = p15card->card;
   62|       |
   63|  9.91k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  9.91k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  9.91k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  9.91k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 9.91k]
  |  |  ------------------
  ------------------
   64|  9.91k|	if (card->type < SC_CARD_TYPE_COOLKEY_GENERIC
  ------------------
  |  Branch (64:6): [True: 8.55k, False: 1.35k]
  ------------------
   65|  1.35k|		|| card->type >= SC_CARD_TYPE_COOLKEY_GENERIC+1000)
  ------------------
  |  Branch (65:6): [True: 668, False: 687]
  ------------------
   66|  9.22k|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  9.22k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
   67|    687|	return SC_SUCCESS;
  ------------------
  |  |   28|    687|#define SC_SUCCESS				0
  ------------------
   68|  9.91k|}
pkcs15-coolkey.c:sc_pkcs15emu_coolkey_init:
  467|    687|{
  468|    687|	int use_pin_cache_backup = p15card->opts.use_pin_cache;
  469|    687|	static const pindata pins[] = {
  470|    687|		{ "1", NULL, "", 0x00,
  471|    687|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|    687|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  472|    687|		  32, 4, 32,
  473|    687|		  SC_PKCS15_PIN_FLAG_INITIALIZED,
  ------------------
  |  |   58|    687|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  474|    687|		  -1, 0xFF,
  475|    687|		  SC_PKCS15_CO_FLAG_PRIVATE },
  ------------------
  |  |   50|    687|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  476|    687|		{ NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0}
  477|    687|	};
  478|       |
  479|       |	/*
  480|       |	 * The size of the key or the algid is not really known
  481|       |	 * but can be derived from the certificates.
  482|       |	 * the cert, pubkey and privkey are a set.
  483|       |	 * Key usages bits taken from certificate key usage extension.
  484|       |	 */
  485|       |
  486|    687|	int    r, i;
  487|    687|	sc_card_t *card = p15card->card;
  488|    687|	sc_serial_number_t serial;
  489|    687|	int count;
  490|    687|	struct sc_pkcs15_object *obj;
  491|       |
  492|    687|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    687|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    687|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    687|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 687]
  |  |  ------------------
  ------------------
  493|       |
  494|    687|	memset(&serial, 0, sizeof(serial));
  495|       |
  496|       |	/* coolkey caches a nonce once it logs in, don't keep the pin around. The card will
  497|       |	 * stay logged in until it's been pulled from the reader, in which case you want to reauthenticate
  498|       |	 * anyway */
  499|    687|	p15card->opts.use_pin_cache = 0;
  500|       |
  501|       |	/* get the token info from the card */
  502|    687|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_GET_TOKEN_INFO, p15card->tokeninfo);
  503|    687|	if (r < 0) {
  ------------------
  |  Branch (503:6): [True: 0, False: 687]
  ------------------
  504|       |		/* put some defaults in if we didn't succeed */
  505|      0|		set_string(&p15card->tokeninfo->label, "Coolkey");
  506|      0|		set_string(&p15card->tokeninfo->manufacturer_id, "Unknown");
  507|      0|		set_string(&p15card->tokeninfo->serial_number, "00000000");
  508|      0|	}
  509|       |
  510|       |	/* set pins */
  511|    687|	sc_log(card->ctx,  "Coolkey adding pins...");
  ------------------
  |  |   71|    687|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  512|  1.37k|	for (i = 0; pins[i].id; i++) {
  ------------------
  |  Branch (512:14): [True: 687, False: 687]
  ------------------
  513|    687|		struct sc_pkcs15_auth_info pin_info;
  514|    687|		struct sc_pkcs15_object   pin_obj;
  515|    687|		const char * label;
  516|       |
  517|    687|		memset(&pin_info, 0, sizeof(pin_info));
  518|    687|		memset(&pin_obj,  0, sizeof(pin_obj));
  519|       |
  520|    687|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    687|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  521|    687|		sc_pkcs15_format_id(pins[i].id, &pin_info.auth_id);
  522|    687|		pin_info.attrs.pin.reference     = pins[i].ref;
  523|    687|		pin_info.attrs.pin.flags         = pins[i].flags;
  524|    687|		pin_info.attrs.pin.type          = pins[i].type;
  525|    687|		pin_info.attrs.pin.min_length    = pins[i].minlen;
  526|    687|		pin_info.attrs.pin.stored_length = pins[i].storedlen;
  527|    687|		pin_info.attrs.pin.max_length    = pins[i].maxlen;
  528|    687|		pin_info.attrs.pin.pad_char      = pins[i].pad_char;
  529|    687|		sc_format_path(pins[i].path, &pin_info.path);
  530|    687|		pin_info.tries_left    = -1;
  531|       |
  532|    687|		label = pins[i].label? pins[i].label : p15card->tokeninfo->label;
  ------------------
  |  Branch (532:11): [True: 0, False: 687]
  ------------------
  533|    687|		sc_log(card->ctx,  "Coolkey Adding pin %d label=%s",i, label);
  ------------------
  |  |   71|    687|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  534|    687|		strncpy(pin_obj.label, label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|    687|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  535|    687|		pin_obj.flags = pins[i].obj_flags;
  536|       |
  537|    687|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  538|    687|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not add pin object.");
  ------------------
  |  |  184|    687|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    687|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    687|	int _ret = (r); \
  |  |  |  |  178|    687|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 687]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    687|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 687]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  539|    687|	}
  540|       |
  541|       |	/* set other objects */
  542|    687|	r = (card->ops->card_ctl)(card, SC_CARDCTL_COOLKEY_INIT_GET_OBJECTS, &count);
  543|    687|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not initiate objects.");
  ------------------
  |  |  184|    687|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    687|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    687|	int _ret = (r); \
  |  |  |  |  178|    687|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 687]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    687|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 687]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  544|       |
  545|    687|	sc_log(card->ctx,  "Iterating over %d objects", count);
  ------------------
  |  |   71|    687|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  546|  8.10k|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (546:14): [True: 7.42k, False: 687]
  ------------------
  547|  7.42k|		struct sc_cardctl_coolkey_object     coolkey_obj;
  548|  7.42k|		struct sc_pkcs15_object    obj_obj;
  549|  7.42k|		struct sc_pkcs15_cert_info cert_info = {0};
  550|  7.42k|		struct sc_pkcs15_pubkey_info pubkey_info;
  551|  7.42k|		struct sc_pkcs15_prkey_info prkey_info;
  552|  7.42k|		sc_pkcs15_pubkey_t *key = NULL;
  553|  7.42k|		void *obj_info = NULL;
  554|  7.42k|		int obj_type = 0;
  555|  7.42k|		CK_KEY_TYPE key_type;
  556|  7.42k|		CK_OBJECT_CLASS obj_class;
  557|  7.42k|		size_t len;
  558|       |
  559|  7.42k|		r = (card->ops->card_ctl)(card, SC_CARDCTL_COOLKEY_GET_NEXT_OBJECT, &coolkey_obj);
  560|  7.42k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get next object from card.");
  ------------------
  |  |  184|  7.42k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  7.42k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  7.42k|	int _ret = (r); \
  |  |  |  |  178|  7.42k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 7.42k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  7.42k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 7.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  561|  7.42k|		sc_log(card->ctx, "Loading object %d", i);
  ------------------
  |  |   71|  7.42k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  562|  7.42k|		memset(&obj_obj, 0, sizeof(obj_obj));
  563|       |		/* coolkey applets have label only on the certificates,
  564|       |		 * but we should copy it also to the keys matching the same ID */
  565|  7.42k|		coolkey_get_attribute_bytes(card, &coolkey_obj, CKA_LABEL, (u8 *)obj_obj.label, &len, sizeof(obj_obj.label));
  ------------------
  |  |  140|  7.42k|#define CKA_LABEL 0x00000003UL
  ------------------
  566|  7.42k|		coolkey_get_flags(card, &coolkey_obj, &obj_obj.flags);
  567|  7.42k|		if (obj_obj.flags & SC_PKCS15_CO_FLAG_PRIVATE) {
  ------------------
  |  |   50|  7.42k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  |  Branch (567:7): [True: 572, False: 6.84k]
  ------------------
  568|    572|			sc_pkcs15_format_id(pins[0].id, &obj_obj.auth_id);
  569|    572|		}
  570|       |
  571|  7.42k|		r = coolkey_get_attribute_ulong(card, &coolkey_obj, CKA_CLASS, &obj_class);
  ------------------
  |  |  137|  7.42k|#define CKA_CLASS 0x00000000UL
  ------------------
  572|  7.42k|		if (r < 0) {
  ------------------
  |  Branch (572:7): [True: 5.02k, False: 2.39k]
  ------------------
  573|  5.02k|			goto fail;
  574|  5.02k|		}
  575|  2.39k|		switch (obj_class) {
  576|  1.28k|		case CKO_PRIVATE_KEY:
  ------------------
  |  | 1030|  1.28k|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
  |  Branch (576:3): [True: 1.28k, False: 1.10k]
  ------------------
  577|  1.28k|			sc_log(card->ctx, "Processing private key object %d", i);
  ------------------
  |  |   71|  1.28k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  578|  1.28k|			r = coolkey_get_attribute_ulong(card, &coolkey_obj, CKA_KEY_TYPE, &key_type);
  ------------------
  |  |  159|  1.28k|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  579|       |			/* default to CKK_RSA */
  580|  1.28k|			if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|  1.28k|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (580:8): [True: 1.24k, False: 46]
  ------------------
  581|  1.24k|				key_type = CKK_RSA;
  ------------------
  |  |  464|  1.24k|#define CKK_RSA 0x00000000UL
  ------------------
  582|  1.24k|				r = SC_SUCCESS;
  ------------------
  |  |   28|  1.24k|#define SC_SUCCESS				0
  ------------------
  583|  1.24k|			}
  584|  1.28k|			if (r < 0) {
  ------------------
  |  Branch (584:8): [True: 18, False: 1.26k]
  ------------------
  585|     18|				goto fail;
  586|     18|			}
  587|       |			/* set the info values */
  588|  1.26k|			obj_info = &prkey_info;
  589|  1.26k|			memset(&prkey_info, 0, sizeof(prkey_info));
  590|  1.26k|			coolkey_get_id(card, &coolkey_obj, &prkey_info.id);
  591|  1.26k|			prkey_info.path = coolkey_obj.path;
  592|  1.26k|			prkey_info.key_reference = (int)coolkey_obj.id;
  593|  1.26k|			prkey_info.native = 1;
  594|  1.26k|			coolkey_get_usage(card, &coolkey_obj, &prkey_info.usage);
  595|  1.26k|			coolkey_get_access(card, &coolkey_obj, &prkey_info.access_flags);
  596|  1.26k|			key = coolkey_get_public_key(p15card, &coolkey_obj, key_type);
  597|  1.26k|			if (key_type == CKK_RSA) {
  ------------------
  |  |  464|  1.26k|#define CKK_RSA 0x00000000UL
  ------------------
  |  Branch (597:8): [True: 1.24k, False: 28]
  ------------------
  598|  1.24k|				obj_type = SC_PKCS15_TYPE_PRKEY_RSA;
  ------------------
  |  |  419|  1.24k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  599|  1.24k|				if (key) {
  ------------------
  |  Branch (599:9): [True: 350, False: 891]
  ------------------
  600|    350|					prkey_info.modulus_length = key->u.rsa.modulus.len*8;
  601|    350|				}
  602|  1.24k|			} else if (key_type == CKK_EC) {
  ------------------
  |  |  467|     28|#define CKK_EC 0x00000003UL
  ------------------
  |  Branch (602:15): [True: 2, False: 26]
  ------------------
  603|      2|				obj_type = SC_PKCS15_TYPE_PRKEY_EC;
  ------------------
  |  |  421|      2|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  604|      2|				if (key) {
  ------------------
  |  Branch (604:9): [True: 0, False: 2]
  ------------------
  605|      0|					prkey_info.field_length = key->u.ec.params.field_length;
  606|      0|				}
  607|     26|			} else {
  608|     26|				goto fail;
  609|     26|			}
  610|  1.24k|			break;
  611|       |
  612|  1.24k|		case CKO_PUBLIC_KEY:
  ------------------
  |  | 1029|    375|#define CKO_PUBLIC_KEY 0x00000002UL
  ------------------
  |  Branch (612:3): [True: 375, False: 2.02k]
  ------------------
  613|    375|			sc_log(card->ctx, "Processing public key object %d", i);
  ------------------
  |  |   71|    375|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  614|    375|			r = coolkey_get_attribute_ulong(card, &coolkey_obj, CKA_KEY_TYPE, &key_type);
  ------------------
  |  |  159|    375|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  615|       |			/* default to CKK_RSA */
  616|    375|			if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|    375|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (616:8): [True: 355, False: 20]
  ------------------
  617|    355|				key_type = CKK_RSA;
  ------------------
  |  |  464|    355|#define CKK_RSA 0x00000000UL
  ------------------
  618|    355|				r = SC_SUCCESS;
  ------------------
  |  |   28|    355|#define SC_SUCCESS				0
  ------------------
  619|    355|			}
  620|    375|			if (r < 0) {
  ------------------
  |  Branch (620:8): [True: 10, False: 365]
  ------------------
  621|     10|				goto fail;
  622|     10|			}
  623|    365|			key = coolkey_get_public_key(p15card, &coolkey_obj, key_type);
  624|    365|			if (key == NULL) {
  ------------------
  |  Branch (624:8): [True: 100, False: 265]
  ------------------
  625|    100|				goto fail;
  626|    100|			}
  627|       |			/* set the info values */
  628|    265|			obj_info = &pubkey_info;
  629|    265|			memset(&pubkey_info, 0, sizeof(pubkey_info));
  630|    265|			r = sc_pkcs15_encode_pubkey_as_spki(card->ctx, key, &pubkey_info.direct.spki.value,
  631|    265|				&pubkey_info.direct.spki.len);
  632|    265|			if (r < 0)
  ------------------
  |  Branch (632:8): [True: 10, False: 255]
  ------------------
  633|     10|				goto fail;
  634|    255|			coolkey_get_id(card, &coolkey_obj, &pubkey_info.id);
  635|    255|			pubkey_info.path = coolkey_obj.path;
  636|    255|			pubkey_info.native = 1;
  637|    255|			pubkey_info.key_reference = (int)coolkey_obj.id;
  638|    255|			coolkey_get_usage(card, &coolkey_obj, &pubkey_info.usage);
  639|    255|			coolkey_get_access(card, &coolkey_obj, &pubkey_info.access_flags);
  640|    255|			if (key_type == CKK_RSA) {
  ------------------
  |  |  464|    255|#define CKK_RSA 0x00000000UL
  ------------------
  |  Branch (640:8): [True: 255, False: 0]
  ------------------
  641|    255|				obj_type = SC_PKCS15_TYPE_PUBKEY_RSA;
  ------------------
  |  |  426|    255|#define SC_PKCS15_TYPE_PUBKEY_RSA		0x201
  ------------------
  642|    255|				pubkey_info.modulus_length = key->u.rsa.modulus.len*8;
  643|    255|			} else if (key_type == CKK_EC) {
  ------------------
  |  |  467|      0|#define CKK_EC 0x00000003UL
  ------------------
  |  Branch (643:15): [True: 0, False: 0]
  ------------------
  644|      0|				obj_type = SC_PKCS15_TYPE_PUBKEY_EC;
  ------------------
  |  |  428|      0|#define SC_PKCS15_TYPE_PUBKEY_EC		0x204
  ------------------
  645|      0|				pubkey_info.field_length = key->u.ec.params.field_length;
  646|      0|			} else {
  647|      0|				free(pubkey_info.direct.spki.value);
  648|      0|				goto fail;
  649|      0|			}
  650|       |			/* set the obj values */
  651|    255|			obj_obj.emulated = key;
  652|    255|			key = NULL;
  653|    255|			break;
  654|       |
  655|    685|		case CKO_CERTIFICATE:
  ------------------
  |  | 1028|    685|#define CKO_CERTIFICATE 0x00000001UL
  ------------------
  |  Branch (655:3): [True: 685, False: 1.71k]
  ------------------
  656|    685|			sc_log(card->ctx, "Processing certificate object %d", i);
  ------------------
  |  |   71|    685|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  657|    685|			obj_info = &cert_info;
  658|    685|			memset(&cert_info, 0, sizeof(cert_info));
  659|    685|			coolkey_get_id(card, &coolkey_obj, &cert_info.id);
  660|    685|			cert_info.path = coolkey_obj.path;
  661|    685|			obj_type = SC_PKCS15_TYPE_CERT_X509;
  ------------------
  |  |  439|    685|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  662|       |
  663|       |			/* following will find the cached cert in cert_info */
  664|    685|			r = coolkey_get_certificate(card, &coolkey_obj, &cert_info.value);
  665|    685|			if (r < 0) {
  ------------------
  |  Branch (665:8): [True: 334, False: 351]
  ------------------
  666|    334|				goto fail;
  667|    334|			}
  668|    351|			break;
  669|       |
  670|       |
  671|    351|		default:
  ------------------
  |  Branch (671:3): [True: 48, False: 2.34k]
  ------------------
  672|       |			/* no other recognized types which are stored 'on card' */
  673|     48|			sc_log(card->ctx, "Unknown object type %lu, skipping", obj_class);
  ------------------
  |  |   71|     48|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  674|     48|			continue;
  675|  2.39k|		}
  676|       |
  677|  1.84k|		r = sc_pkcs15emu_object_add(p15card, obj_type, &obj_obj, obj_info);
  678|  1.84k|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|  1.84k|#define SC_SUCCESS				0
  ------------------
  |  Branch (678:7): [True: 0, False: 1.84k]
  ------------------
  679|      0|			sc_log(card->ctx, "sc_pkcs15emu_object_add() returned %d", r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  680|  7.37k|fail:
  681|  7.37k|		if (key) {
  ------------------
  |  Branch (681:7): [True: 386, False: 6.98k]
  ------------------
  682|    386|			sc_pkcs15_free_pubkey(key);
  683|    386|		}
  684|  7.37k|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  7.37k|#define SC_SUCCESS				0
  ------------------
  |  Branch (684:7): [True: 5.39k, False: 1.97k]
  ------------------
  685|  5.39k|			free(cert_info.value.value);
  686|  5.39k|		}
  687|  7.37k|	}
  688|    687|	r = (card->ops->card_ctl)(card, SC_CARDCTL_COOLKEY_FINAL_GET_OBJECTS, &count);
  689|    687|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize objects.");
  ------------------
  |  |  184|    687|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    687|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    687|	int _ret = (r); \
  |  |  |  |  178|    687|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 687]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    687|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 687]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  690|       |
  691|       |	/* Iterate over all the created objects and fill missing labels */
  692|  3.22k|	for (obj = p15card->obj_list; obj != NULL; obj = obj->next) {
  ------------------
  |  Branch (692:32): [True: 2.53k, False: 687]
  ------------------
  693|  2.53k|		struct sc_pkcs15_id *id = NULL;
  694|  2.53k|		struct sc_pkcs15_object *cert_object;
  695|       |
  696|       |		/* label non-empty -- do not overwrite */
  697|  2.53k|		if (obj->label[0] != '\0')
  ------------------
  |  Branch (697:7): [True: 945, False: 1.59k]
  ------------------
  698|    945|			continue;
  699|       |
  700|  1.59k|		switch (obj->type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  1.59k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  701|    255|		case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|    255|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (701:3): [True: 255, False: 1.33k]
  ------------------
  702|    255|			id = &((struct sc_pkcs15_pubkey_info *)obj->data)->id;
  703|    255|			break;
  704|  1.24k|		case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|  1.24k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (704:3): [True: 1.24k, False: 350]
  ------------------
  705|  1.24k|			id = &((struct sc_pkcs15_prkey_info *)obj->data)->id;
  706|  1.24k|			break;
  707|     95|		default:
  ------------------
  |  Branch (707:3): [True: 95, False: 1.49k]
  ------------------
  708|       |			/* We do not care about other objects */
  709|     95|			continue;
  710|  1.59k|		}
  711|  1.49k|		r = sc_pkcs15_find_cert_by_id(p15card, id, &cert_object);
  712|  1.49k|		if (r != 0)
  ------------------
  |  Branch (712:7): [True: 781, False: 715]
  ------------------
  713|    781|			continue;
  714|       |
  715|    715|		sc_log(card->ctx, "Copy label \"%s\" from cert to key object",
  ------------------
  |  |   71|    715|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  716|    715|			cert_object->label);
  717|    715|		memcpy(obj->label, cert_object->label, SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   35|    715|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  718|    715|	}
  719|       |
  720|    687|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    687|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    687|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    687|	int _ret = r; \
  |  |  |  |  155|    687|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 687, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    687|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 687]
  |  |  |  |  ------------------
  |  |  |  |  157|    687|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    687|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    687|	return _ret; \
  |  |  |  |  163|    687|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  721|       |
  722|      0|err:
  723|      0|	sc_pkcs15_card_clear(p15card);
  724|      0|	p15card->opts.use_pin_cache = use_pin_cache_backup;
  725|       |
  726|      0|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  727|      0|}
pkcs15-coolkey.c:coolkey_get_attribute_bytes:
  187|  9.62k|{
  188|  9.62k|	const u8 *val;
  189|  9.62k|	size_t val_len = 0;
  190|  9.62k|	int r;
  191|       |
  192|  9.62k|	r = coolkey_get_attribute(card, obj, type, &val, &val_len, NULL);
  193|  9.62k|	if (r < 0) {
  ------------------
  |  Branch (193:6): [True: 7.24k, False: 2.38k]
  ------------------
  194|  7.24k|		return r;
  195|  7.24k|	}
  196|  2.38k|	if (val_len > max_data_len) {
  ------------------
  |  Branch (196:6): [True: 2, False: 2.38k]
  ------------------
  197|      2|		val_len = max_data_len;
  198|      2|	}
  199|  2.38k|	memcpy(data, val, val_len);
  200|  2.38k|	*data_len = val_len;
  201|  2.38k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.38k|#define SC_SUCCESS				0
  ------------------
  202|  9.62k|}
pkcs15-coolkey.c:coolkey_get_flags:
  359|  8.14k|{
  360|  8.14k|	return coolkey_set_bool_flags(card, obj, flag_ptr, flag_table, flag_table_size);
  361|  8.14k|}
pkcs15-coolkey.c:coolkey_set_bool_flags:
  336|  11.1k|{
  337|  11.1k|	unsigned int flags = 0;
  338|  11.1k|	int i;
  339|       |
  340|  48.8k|	for (i=0; i< table_size; i++) {
  ------------------
  |  Branch (340:12): [True: 37.6k, False: 11.1k]
  ------------------
  341|  37.6k|		if (coolkey_get_attribute_boolean(card, obj, table[i].attribute_type)) {
  ------------------
  |  Branch (341:7): [True: 7.47k, False: 30.1k]
  ------------------
  342|  7.47k|			flags |= table[i].pkcs15_flags;
  343|  7.47k|		}
  344|  37.6k|	}
  345|  11.1k|	*flags_ptr = flags;
  346|  11.1k|	return SC_SUCCESS;
  ------------------
  |  |   28|  11.1k|#define SC_SUCCESS				0
  ------------------
  347|  11.1k|}
pkcs15-coolkey.c:coolkey_get_attribute_boolean:
  169|  37.6k|{
  170|  37.6k|	int r;
  171|  37.6k|	const u8 *val = NULL;
  172|  37.6k|	size_t val_len = 0;
  173|       |
  174|  37.6k|	r = coolkey_get_attribute(card, obj, attr_type, &val, &val_len, NULL);
  175|  37.6k|	if (r < 0) {
  ------------------
  |  Branch (175:6): [True: 17.8k, False: 19.7k]
  ------------------
  176|       |		/* attribute not valid for this object, set boolean to false */
  177|  17.8k|		return 0;
  178|  17.8k|	}
  179|  19.7k|	if ((val_len == 1) && (*val == 1)) {
  ------------------
  |  Branch (179:6): [True: 19.5k, False: 214]
  |  Branch (179:24): [True: 7.47k, False: 12.0k]
  ------------------
  180|  7.47k|		return 1;
  181|  7.47k|	}
  182|  12.2k|	return 0;
  183|  19.7k|}
pkcs15-coolkey.c:coolkey_get_attribute_ulong:
  149|  9.08k|{
  150|  9.08k|	const u8 *val = NULL;
  151|  9.08k|	size_t val_len = 0;
  152|  9.08k|	u8 data_type = 0;
  153|  9.08k|	int r;
  154|       |
  155|  9.08k|	r  = coolkey_get_attribute(card, obj, type, &val, &val_len, &data_type);
  156|  9.08k|	if (r < 0) {
  ------------------
  |  Branch (156:6): [True: 6.57k, False: 2.50k]
  ------------------
  157|  6.57k|		return r;
  158|  6.57k|	}
  159|  2.50k|	if ((data_type != SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG) &&
  ------------------
  |  | 1050|  2.50k|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  |  Branch (159:6): [True: 80, False: 2.42k]
  ------------------
  160|     80|	    (val_len != sizeof(CK_ULONG))) {
  ------------------
  |  Branch (160:6): [True: 75, False: 5]
  ------------------
  161|     75|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     75|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  162|     75|	}
  163|  2.43k|	*value = bebytes2ulong(val);
  164|  2.43k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.43k|#define SC_SUCCESS				0
  ------------------
  165|  2.50k|}
pkcs15-coolkey.c:coolkey_get_id:
  226|  2.20k|{
  227|  2.20k|	return coolkey_get_attribute_bytes(card, obj, CKA_ID, id->value , &id->len, sizeof(id->value));
  ------------------
  |  |  161|  2.20k|#define CKA_ID 0x00000102UL
  ------------------
  228|  2.20k|}
pkcs15-coolkey.c:coolkey_get_usage:
  352|  1.52k|{
  353|  1.52k|	return coolkey_set_bool_flags(card, obj, usage_ptr, usage_table, usage_table_size);
  354|  1.52k|}
pkcs15-coolkey.c:coolkey_get_access:
  365|  1.52k|{
  366|  1.52k|	return coolkey_set_bool_flags(card, obj, access_ptr, access_table, access_table_size);
  367|  1.52k|}
pkcs15-coolkey.c:coolkey_get_public_key:
  456|  1.63k|{
  457|  1.63k|	sc_pkcs15_pubkey_t *key;
  458|       |
  459|  1.63k|	key = coolkey_make_public_key(p15card->card, obj, key_type);
  460|  1.63k|	if (key) {
  ------------------
  |  Branch (460:6): [True: 36, False: 1.59k]
  ------------------
  461|     36|		return key;
  462|     36|	}
  463|  1.59k|	return coolkey_get_public_key_from_certificate(p15card, obj);
  464|  1.63k|}
pkcs15-coolkey.c:coolkey_make_public_key:
  375|  1.63k|{
  376|  1.63k|	sc_pkcs15_pubkey_t *key;
  377|  1.63k|	int r;
  378|       |
  379|  1.63k|	key = calloc(1, sizeof(struct sc_pkcs15_pubkey));
  380|  1.63k|	if (!key)
  ------------------
  |  Branch (380:6): [True: 0, False: 1.63k]
  ------------------
  381|      0|		return NULL;
  382|  1.63k|	switch (key_type) {
  ------------------
  |  Branch (382:10): [True: 1.59k, False: 36]
  ------------------
  383|  1.59k|	case CKK_RSA:
  ------------------
  |  |  464|  1.59k|#define CKK_RSA 0x00000000UL
  ------------------
  |  Branch (383:2): [True: 1.59k, False: 38]
  ------------------
  384|  1.59k|		key->algorithm = SC_ALGORITHM_RSA;
  ------------------
  |  |   69|  1.59k|#define SC_ALGORITHM_RSA		0
  ------------------
  385|  1.59k|		r = coolkey_get_attribute_lv(card, obj, CKA_MODULUS, &key->u.rsa.modulus);
  ------------------
  |  |  174|  1.59k|#define CKA_MODULUS 0x00000120UL
  ------------------
  386|  1.59k|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  1.59k|#define SC_SUCCESS				0
  ------------------
  |  Branch (386:7): [True: 1.58k, False: 10]
  ------------------
  387|  1.58k|			goto fail;
  388|  1.58k|		}
  389|     10|		r = coolkey_get_attribute_lv(card, obj, CKA_PUBLIC_EXPONENT, &key->u.rsa.exponent);
  ------------------
  |  |  176|     10|#define CKA_PUBLIC_EXPONENT 0x00000122UL
  ------------------
  390|     10|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     10|#define SC_SUCCESS				0
  ------------------
  |  Branch (390:7): [True: 10, False: 0]
  ------------------
  391|     10|			goto fail;
  392|     10|		}
  393|      0|		break;
  394|      2|	case CKK_EC:
  ------------------
  |  |  467|      2|#define CKK_EC 0x00000003UL
  ------------------
  |  Branch (394:2): [True: 2, False: 1.63k]
  ------------------
  395|      2|		key->algorithm = SC_ALGORITHM_EC;
  ------------------
  |  |   70|      2|#define SC_ALGORITHM_EC		2
  ------------------
  396|      2|		r = coolkey_get_attribute_bytes_alloc(card, obj, CKA_EC_POINT, &key->u.ec.ecpointQ.value, &key->u.ec.ecpointQ.len);
  ------------------
  |  |  201|      2|#define CKA_EC_POINT 0x00000181UL
  ------------------
  397|      2|	    if(r < 0) {
  ------------------
  |  Branch (397:9): [True: 1, False: 1]
  ------------------
  398|      1|			goto fail;
  399|      1|		}
  400|      1|		r = coolkey_get_attribute_bytes_alloc(card, obj, CKA_EC_PARAMS,
  ------------------
  |  |  200|      1|#define CKA_EC_PARAMS 0x00000180UL
  ------------------
  401|      1|				&key->u.ec.params.der.value, &key->u.ec.params.der.len);
  402|      1|		if (r < 0) {
  ------------------
  |  Branch (402:7): [True: 1, False: 0]
  ------------------
  403|      1|			goto fail;
  404|      1|		}
  405|      0|		r = sc_pkcs15_fix_ec_parameters(card->ctx, &key->u.ec.params);
  406|      0|		if (r < 0) {
  ------------------
  |  Branch (406:7): [True: 0, False: 0]
  ------------------
  407|      0|			goto fail;
  408|      0|		}
  409|      0|		break;
  410|  1.63k|	}
  411|     36|	return key;
  412|  1.59k|fail:
  413|  1.59k|	sc_pkcs15_free_pubkey(key);
  414|       |
  415|       |	/* now parse the DER cert */
  416|       |	return NULL;
  417|  1.63k|}
pkcs15-coolkey.c:coolkey_get_public_key_from_certificate:
  422|  1.59k|{
  423|  1.59k|	sc_pkcs15_cert_info_t cert_info;
  424|  1.59k|	sc_pkcs15_cert_t *cert_out = NULL;
  425|  1.59k|	sc_pkcs15_pubkey_t *key = NULL;
  426|  1.59k|	int r, private_obj;
  427|  1.59k|	unsigned int flags;
  428|       |
  429|  1.59k|	memset(&cert_info, 0, sizeof(cert_info));
  430|       |
  431|  1.59k|	r = coolkey_get_certificate(p15card->card, obj, &cert_info.value);
  432|  1.59k|	if (r < 0) {
  ------------------
  |  Branch (432:6): [True: 871, False: 727]
  ------------------
  433|    871|		goto fail;
  434|    871|	}
  435|       |
  436|    727|	coolkey_get_flags(p15card->card, obj, &flags);
  437|    727|	private_obj = flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    727|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  438|    727|	r = sc_pkcs15_read_certificate(p15card, &cert_info, private_obj, &cert_out);
  439|    727|	if (r < 0) {
  ------------------
  |  Branch (439:6): [True: 122, False: 605]
  ------------------
  440|    122|		goto fail;
  441|    122|	}
  442|    605|	key = cert_out->key;
  443|    605|	cert_out->key = NULL; /* adopt the key from the cert */
  444|  1.59k|fail:
  445|  1.59k|	if (cert_out) {
  ------------------
  |  Branch (445:6): [True: 605, False: 993]
  ------------------
  446|    605|		sc_pkcs15_free_certificate(cert_out);
  447|    605|	}
  448|  1.59k|	if (cert_info.value.value) {
  ------------------
  |  Branch (448:6): [True: 722, False: 876]
  ------------------
  449|    722|		free(cert_info.value.value);
  450|    722|	}
  451|  1.59k|	return key;
  452|    605|}
pkcs15-coolkey.c:coolkey_get_certificate:
  267|  2.28k|{
  268|  2.28k|	sc_cardctl_coolkey_object_t *cert_obj;
  269|  2.28k|	unsigned long object_id;
  270|  2.28k|	int r;
  271|       |
  272|  2.28k|	cert_obj = obj;
  273|  2.28k|	if (coolkey_get_object_type(obj->id) != COOLKEY_ID_CERT) {
  ------------------
  |  |  249|  2.28k|#define COOLKEY_ID_CERT ((unsigned long)'c')
  ------------------
  |  Branch (273:6): [True: 2.02k, False: 258]
  ------------------
  274|  2.02k|		r = coolkey_find_matching_cert(card, obj, &cert_obj);
  275|  2.02k|		if (r < 0) {
  ------------------
  |  Branch (275:7): [True: 848, False: 1.17k]
  ------------------
  276|    848|			return r;
  277|    848|		}
  278|  2.02k|	}
  279|  1.43k|	r = coolkey_get_attribute_lv(card, cert_obj, CKA_VALUE, cert);
  ------------------
  |  |  143|  1.43k|#define CKA_VALUE 0x00000011UL
  ------------------
  280|  1.43k|	if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|  1.43k|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (280:6): [True: 552, False: 883]
  ------------------
  281|    552|		object_id = coolkey_make_new_id(cert_obj->id, COOLKEY_ID_CERT_DATA);
  ------------------
  |  |  251|    552|#define COOLKEY_ID_CERT_DATA ((unsigned long)'C')
  ------------------
  282|    552|		r = coolkey_get_object(card, object_id, &cert_obj);
  283|    552|		if (r < 0) {
  ------------------
  |  Branch (283:7): [True: 357, False: 195]
  ------------------
  284|    357|			return r;
  285|    357|		}
  286|       |		/* fill in cert data */
  287|    195|		cert->value = malloc(cert_obj->length);
  288|    195|		if (cert->value == NULL) {
  ------------------
  |  Branch (288:7): [True: 0, False: 195]
  ------------------
  289|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  290|      0|		}
  291|    195|		memcpy(cert->value, cert_obj->data, cert_obj->length);
  292|    195|		cert->len = cert_obj->length;
  293|    195|		return SC_SUCCESS;
  ------------------
  |  |   28|    195|#define SC_SUCCESS				0
  ------------------
  294|    195|	}
  295|    883|	return r;
  296|  1.43k|}
pkcs15-coolkey.c:coolkey_get_object_type:
  254|  2.28k|coolkey_get_object_type(unsigned long object_id) { return ((object_id >> 24 ) & 0xff); }
pkcs15-coolkey.c:coolkey_find_matching_cert:
  111|  2.02k|coolkey_find_matching_cert(sc_card_t *card, sc_cardctl_coolkey_object_t *in_obj, sc_cardctl_coolkey_object_t **cert_obj) {
  112|  2.02k|	sc_cardctl_coolkey_find_object_t fobj;
  113|  2.02k|	sc_cardctl_coolkey_attribute_t template[2];
  114|  2.02k|	u8 obj_class[4];
  115|  2.02k|	int r;
  116|       |
  117|       |	/* we are searching for certs .. */
  118|  2.02k|	template[0].attribute_type = CKA_CLASS;
  ------------------
  |  |  137|  2.02k|#define CKA_CLASS 0x00000000UL
  ------------------
  119|  2.02k|	template[0].attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG;
  ------------------
  |  | 1050|  2.02k|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  120|  2.02k|	template[0].attribute_length = sizeof(obj_class);
  121|  2.02k|	template[0].attribute_value = obj_class;
  122|  2.02k|	ulong2bebytes(obj_class, CKO_CERTIFICATE);
  ------------------
  |  | 1028|  2.02k|#define CKO_CERTIFICATE 0x00000001UL
  ------------------
  123|       |
  124|       |	/* fetch the current object's CKA_ID */
  125|  2.02k|	template[1].attribute_type = CKA_ID;
  ------------------
  |  |  161|  2.02k|#define CKA_ID 0x00000102UL
  ------------------
  126|  2.02k|	template[1].object = in_obj;
  127|  2.02k|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_GET_ATTRIBUTE, &template[1]);
  128|  2.02k|	if (r < 0) {
  ------------------
  |  Branch (128:6): [True: 89, False: 1.93k]
  ------------------
  129|     89|		return r;
  130|     89|	}
  131|  1.93k|	template[0].object = NULL; /*paranoia */
  132|  1.93k|	template[1].object = NULL; /*paranoia */
  133|       |
  134|       |	/* now find the cert that has the ID */
  135|  1.93k|	fobj.type = SC_CARDCTL_COOLKEY_FIND_BY_TEMPLATE;
  ------------------
  |  | 1061|  1.93k|#define SC_CARDCTL_COOLKEY_FIND_BY_TEMPLATE 1
  ------------------
  136|  1.93k|	fobj.obj = NULL;
  137|  1.93k|	fobj.coolkey_template = &template[0];
  138|  1.93k|	fobj.template_count=2;
  139|  1.93k|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_FIND_OBJECT, &fobj);
  140|  1.93k|	if (r < 0) {
  ------------------
  |  Branch (140:6): [True: 759, False: 1.17k]
  ------------------
  141|    759|		return r;
  142|    759|	}
  143|  1.17k|	*cert_obj = fobj.obj;
  144|  1.17k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.17k|#define SC_SUCCESS				0
  ------------------
  145|  1.93k|}
pkcs15-coolkey.c:coolkey_make_new_id:
  258|    552|{ return ((object_id  & 0x00ffffffUL)|(id_type << 24)); }
pkcs15-coolkey.c:coolkey_get_object:
   71|    552|coolkey_get_object(sc_card_t *card, unsigned long object_id, sc_cardctl_coolkey_object_t **obj) {
   72|    552|	sc_cardctl_coolkey_find_object_t fobj;
   73|    552|	int r;
   74|       |
   75|    552|	fobj.type = SC_CARDCTL_COOLKEY_FIND_BY_ID;
  ------------------
  |  | 1060|    552|#define SC_CARDCTL_COOLKEY_FIND_BY_ID       0
  ------------------
   76|    552|	fobj.find_id = object_id;
   77|    552|	fobj.obj = NULL;
   78|    552|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_FIND_OBJECT, &fobj);
   79|    552|	if (r < 0) {
  ------------------
  |  Branch (79:6): [True: 357, False: 195]
  ------------------
   80|    357|		return r;
   81|    357|	}
   82|    195|	*obj = fobj.obj;
   83|    195|	return SC_SUCCESS;
  ------------------
  |  |   28|    195|#define SC_SUCCESS				0
  ------------------
   84|    552|}

sc_pkcs15_read_data_object:
   46|    169|{
   47|    169|	struct sc_context *ctx = p15card->card->ctx;
   48|    169|	struct sc_pkcs15_data *data_object;
   49|    169|	struct sc_pkcs15_der der;
   50|    169|	int r;
   51|       |
   52|    169|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    169|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    169|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    169|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    169|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 169]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   53|    169|	if (!info || !data_object_out)
  ------------------
  |  Branch (53:6): [True: 0, False: 169]
  |  Branch (53:15): [True: 0, False: 169]
  ------------------
   54|    169|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|       |
   56|    169|	if (!info->data.value)   {
  ------------------
  |  Branch (56:6): [True: 169, False: 0]
  ------------------
   57|    169|		r = sc_pkcs15_read_file(p15card, &info->path, (unsigned char **) &info->data.value, (size_t *) &info->data.len, private_obj);
   58|    169|		LOG_TEST_RET(ctx, r, "Cannot get DATA object data");
  ------------------
  |  |  174|    169|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    169|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    169|	int _ret = (r); \
  |  |  |  |  168|    169|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 35, False: 134]
  |  |  |  |  ------------------
  |  |  |  |  169|     35|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     35|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     35|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     35|		return _ret; \
  |  |  |  |  172|     35|	} \
  |  |  |  |  173|    169|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 134]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   59|    169|	}
   60|       |
   61|    134|	r = sc_der_copy(&der, &info->data);
   62|    134|	LOG_TEST_RET(ctx, r, "Cannot allocate memory for der value");
  ------------------
  |  |  174|    134|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    134|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    134|	int _ret = (r); \
  |  |  |  |  168|    134|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 134]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    134|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 134]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   63|       |
   64|    134|	data_object = calloc(1, sizeof(struct sc_pkcs15_data));
   65|    134|	if (!data_object)   {
  ------------------
  |  Branch (65:6): [True: 0, False: 134]
  ------------------
   66|      0|		free(der.value);
   67|      0|		LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "Cannot allocate memory for data object");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   68|      0|	}
   69|       |
   70|    134|	data_object->data = der.value;
   71|    134|	data_object->data_len = der.len;
   72|    134|	*data_object_out = data_object;
   73|       |
   74|    134|	LOG_FUNC_RETURN(ctx,SC_SUCCESS);
  ------------------
  |  |  164|    134|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    134|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    134|	int _ret = r; \
  |  |  |  |  155|    134|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 134, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    134|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 134]
  |  |  |  |  ------------------
  |  |  |  |  157|    134|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    134|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    134|	return _ret; \
  |  |  |  |  163|    134|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   75|    134|}
sc_pkcs15_free_data_object:
  180|    134|{
  181|    134|	if (data_object == NULL)
  ------------------
  |  Branch (181:6): [True: 0, False: 134]
  ------------------
  182|      0|		return;
  183|       |
  184|    134|	free(data_object->data);
  185|    134|	free(data_object);
  186|    134|}
sc_pkcs15_free_data_info:
  189|  25.7k|{
  190|  25.7k|	if (info && info->data.value && info->data.len)
  ------------------
  |  Branch (190:6): [True: 25.7k, False: 0]
  |  Branch (190:14): [True: 0, False: 25.7k]
  |  Branch (190:34): [True: 0, False: 0]
  ------------------
  191|      0|		free(info->data.value);
  192|       |
  193|  25.7k|	free(info);
  194|  25.7k|}

sc_pkcs15emu_din_66291_init_ex:
  197|  9.22k|{
  198|  9.22k|    int r = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.22k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  199|  9.22k|    sc_path_t path;
  200|  9.22k|    unsigned char *tokeninfo_content = NULL;
  201|  9.22k|    struct sc_file *file_tokeninfo = NULL;
  202|  9.22k|    struct sc_pkcs15_tokeninfo *tokeninfo = NULL;
  203|  9.22k|	sc_serial_number_t serial;
  204|       |
  205|  9.22k|    if (!p15card || ! p15card->card)
  ------------------
  |  Branch (205:9): [True: 0, False: 9.22k]
  |  Branch (205:21): [True: 0, False: 9.22k]
  ------------------
  206|      0|        return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  207|       |
  208|  9.22k|    SC_FUNC_CALLED(p15card->card->ctx, 1);
  ------------------
  |  |  148|  9.22k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  9.22k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  9.22k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 9.22k]
  |  |  ------------------
  ------------------
  209|       |
  210|  9.22k|    tokeninfo = sc_pkcs15_tokeninfo_new();
  211|  9.22k|    if (!p15card || !tokeninfo
  ------------------
  |  Branch (211:9): [True: 0, False: 9.22k]
  |  Branch (211:21): [True: 0, False: 9.22k]
  ------------------
  212|  9.22k|            || (aid && (aid->len != sizeof aid_CIA
  ------------------
  |  Branch (212:17): [True: 0, False: 9.22k]
  |  Branch (212:25): [True: 0, False: 0]
  ------------------
  213|      0|                    || 0 != memcmp(aid->value, aid_CIA, sizeof aid_CIA))))
  ------------------
  |  Branch (213:24): [True: 0, False: 0]
  ------------------
  214|      0|        goto err;
  215|       |
  216|  9.22k|    if (!p15card->tokeninfo
  ------------------
  |  Branch (216:9): [True: 0, False: 9.22k]
  ------------------
  217|  9.22k|            || !p15card->tokeninfo->profile_indication.name
  ------------------
  |  Branch (217:16): [True: 9.14k, False: 86]
  ------------------
  218|     86|            || 0 != strcmp("DIN V 66291",
  ------------------
  |  Branch (218:16): [True: 85, False: 1]
  ------------------
  219|  9.22k|                p15card->tokeninfo->profile_indication.name)) {
  220|       |        /* it is possible that p15card->tokeninfo has not been touched yet */
  221|  9.22k|        if (SC_SUCCESS == sc_path_set(&path, SC_PATH_TYPE_DF_NAME,
  ------------------
  |  |   28|  9.22k|#define SC_SUCCESS				0
  ------------------
                      if (SC_SUCCESS == sc_path_set(&path, SC_PATH_TYPE_DF_NAME,
  ------------------
  |  |  118|  9.22k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (221:13): [True: 9.22k, False: 0]
  ------------------
  222|  9.22k|                    aid_CIA, sizeof aid_CIA, 0, 0)
  223|  9.22k|                && SC_SUCCESS == sc_select_file(p15card->card, &path, NULL)) {
  ------------------
  |  |   28|  9.22k|#define SC_SUCCESS				0
  ------------------
  |  Branch (223:20): [True: 1.01k, False: 8.20k]
  ------------------
  224|  1.01k|            sc_format_path("5032", &path);
  225|  1.01k|            if (SC_SUCCESS != sc_select_file(p15card->card, &path, &file_tokeninfo))
  ------------------
  |  |   28|  1.01k|#define SC_SUCCESS				0
  ------------------
  |  Branch (225:17): [True: 442, False: 577]
  ------------------
  226|    442|                goto err;
  227|       |
  228|    577|            tokeninfo_content = malloc(file_tokeninfo->size);
  229|    577|            if (!tokeninfo_content)
  ------------------
  |  Branch (229:17): [True: 0, False: 577]
  ------------------
  230|      0|                goto err;
  231|    577|            r = sc_read_binary(p15card->card, 0, tokeninfo_content, file_tokeninfo->size, 0);
  232|    577|            if (r < 0)
  ------------------
  |  Branch (232:17): [True: 141, False: 436]
  ------------------
  233|    141|                goto err;
  234|    436|            r = sc_pkcs15_parse_tokeninfo(p15card->card->ctx, tokeninfo, tokeninfo_content, r);
  235|    436|            if (r != SC_SUCCESS)
  ------------------
  |  |   28|    436|#define SC_SUCCESS				0
  ------------------
  |  Branch (235:17): [True: 337, False: 99]
  ------------------
  236|    337|                goto err;
  237|       |
  238|     99|            if (!tokeninfo->profile_indication.name
  ------------------
  |  Branch (238:17): [True: 33, False: 66]
  ------------------
  239|     66|                    || 0 != strcmp("DIN V 66291",
  ------------------
  |  Branch (239:24): [True: 64, False: 2]
  ------------------
  240|     97|                        tokeninfo->profile_indication.name)) {
  241|     97|                goto err;
  242|     97|            }
  243|  8.20k|        } else {
  244|       |            /* BARMER eGK doesn't include MF / DF.CIA_ESIGN / EF.CIA_Info
  245|       |             * just detect it via its specific AID */
  246|  8.20k|            if (SC_SUCCESS != sc_path_set(&path, SC_PATH_TYPE_DF_NAME,
  ------------------
  |  |   28|  8.20k|#define SC_SUCCESS				0
  ------------------
                          if (SC_SUCCESS != sc_path_set(&path, SC_PATH_TYPE_DF_NAME,
  ------------------
  |  |  118|  8.20k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (246:17): [True: 0, False: 8.20k]
  ------------------
  247|  8.20k|                        aid_gematik_egk, sizeof aid_gematik_egk, 0, 0)
  248|  8.20k|                    || SC_SUCCESS != sc_select_file(p15card->card, &path, NULL))
  ------------------
  |  |   28|  8.20k|#define SC_SUCCESS				0
  ------------------
  |  Branch (248:24): [True: 6.72k, False: 1.48k]
  ------------------
  249|  6.72k|                goto err;
  250|       |
  251|  1.48k|            tokeninfo->profile_indication.name = strdup("DIN V 66291");
  252|  1.48k|        }
  253|  9.22k|    }
  254|       |
  255|  1.48k|    if (SC_SUCCESS != sc_pkcs15emu_din_66291_init(p15card))
  ------------------
  |  |   28|  1.48k|#define SC_SUCCESS				0
  ------------------
  |  Branch (255:9): [True: 57, False: 1.43k]
  ------------------
  256|     57|        goto err;
  257|       |
  258|       |    /* save tokeninfo and file_tokeninfo */
  259|  1.43k|    sc_pkcs15_free_tokeninfo(p15card->tokeninfo);
  260|  1.43k|    sc_file_free(p15card->file_tokeninfo);
  261|  1.43k|    p15card->tokeninfo = tokeninfo;
  262|  1.43k|    p15card->file_tokeninfo = file_tokeninfo;
  263|  1.43k|    tokeninfo = NULL;
  264|  1.43k|    file_tokeninfo = NULL;
  265|       |
  266|       |    /* get the card serial number */
  267|  1.43k|    if (!p15card->tokeninfo->serial_number
  ------------------
  |  Branch (267:9): [True: 1.43k, False: 1]
  ------------------
  268|  1.43k|            && SC_SUCCESS == sc_card_ctl(p15card->card, SC_CARDCTL_GET_SERIALNR, &serial)) {
  ------------------
  |  |   28|  1.43k|#define SC_SUCCESS				0
  ------------------
  |  Branch (268:16): [True: 174, False: 1.25k]
  ------------------
  269|    174|        char serial_hex[SC_MAX_SERIALNR*2+2];
  270|    174|        sc_bin_to_hex(serial.value, serial.len , serial_hex, sizeof serial_hex, 0);
  271|    174|        set_string(&p15card->tokeninfo->serial_number, serial_hex);
  272|    174|    }
  273|       |
  274|  1.43k|    r = SC_SUCCESS;
  ------------------
  |  |   28|  1.43k|#define SC_SUCCESS				0
  ------------------
  275|       |
  276|  9.22k|err:
  277|  9.22k|    sc_pkcs15_free_tokeninfo(tokeninfo);
  278|  9.22k|    sc_file_free(file_tokeninfo);
  279|  9.22k|    free(tokeninfo_content);
  280|       |
  281|  9.22k|    return r;
  282|  1.43k|}
pkcs15-din-66291.c:sc_pkcs15emu_din_66291_init:
   42|  1.48k|{
   43|       |    /*  EF.C.CH.AUT
   44|       |     *  fileIdentifier ´C5 00´
   45|       |     *  shortFileIdentifier ´01´= 1 
   46|       |     *  PrK.CH.AUT 
   47|       |     *  keyIdentifier ´02´ = 2
   48|       |     *  privateKey …, Moduluslänge 2048 Bit 
   49|       |     *
   50|       |     *  EF.C.CH.ENC 
   51|       |     *  fileIdentifier ´C2 00´
   52|       |     *  shortFileIdentifier ´02´= 2
   53|       |     *  PrK.CH.ENC 
   54|       |     *  keyIdentifier ´03´ = 3
   55|       |     *  privateKey …, Moduluslänge 2048 Bit 
   56|       |     */
   57|  1.48k|    sc_path_t path;
   58|  1.48k|    size_t i;
   59|  1.48k|    struct sc_pin_cmd_data data;
   60|  1.48k|    const unsigned char user_pin_ref = 0x02;
   61|       |
   62|  1.48k|    sc_path_set(&path, SC_PATH_TYPE_DF_NAME, aid_ESIGN, sizeof aid_ESIGN, 0, 0);
  ------------------
  |  |  118|  1.48k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
   63|  1.48k|    if (SC_SUCCESS != sc_select_file(p15card->card, &path, NULL))
  ------------------
  |  |   28|  1.48k|#define SC_SUCCESS				0
  ------------------
  |  Branch (63:9): [True: 57, False: 1.43k]
  ------------------
   64|     57|        return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|     57|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   65|       |
   66|  1.43k|    memset(&data, 0, sizeof(data));
   67|  1.43k|    data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|  1.43k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
   68|  1.43k|    data.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|  1.43k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
   69|  1.43k|    data.pin_reference = user_pin_ref;
   70|       |
   71|  1.43k|    if (SC_SUCCESS == sc_pin_cmd(p15card->card, &data)) {
  ------------------
  |  |   28|  1.43k|#define SC_SUCCESS				0
  ------------------
  |  Branch (71:9): [True: 919, False: 512]
  ------------------
   72|    919|        const unsigned char user_pin_id = 1;
   73|       |
   74|  2.75k|        for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (74:21): [True: 1.83k, False: 919]
  ------------------
   75|  1.83k|            const char *pin_names[3] = { "PIN", "PUK" };
   76|  1.83k|            const int pin_min[] = {6, 10};
   77|  1.83k|            const int pin_max[] = {8, 8};
   78|  1.83k|            const unsigned char user_puk_id = 2;
   79|  1.83k|            const int pin_id[] = {user_pin_id, user_puk_id};
   80|  1.83k|            const int pin_flags[] = {SC_PKCS15_PIN_FLAG_INITIALIZED,
  ------------------
  |  |   58|  1.83k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
   81|  1.83k|                SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN|SC_PKCS15_PIN_FLAG_UNBLOCK_DISABLED};
  ------------------
  |  |   60|  1.83k|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
                              SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN|SC_PKCS15_PIN_FLAG_UNBLOCK_DISABLED};
  ------------------
  |  |   57|  1.83k|#define SC_PKCS15_PIN_FLAG_UNBLOCK_DISABLED		0x0008
  ------------------
   82|  1.83k|            const int max_tries[] = {3, 10};
   83|  1.83k|            struct sc_pkcs15_auth_info pin_info;
   84|  1.83k|            struct sc_pkcs15_object pin_obj;
   85|       |
   86|  1.83k|            memset(&pin_info, 0, sizeof(pin_info));
   87|  1.83k|            memset(&pin_obj, 0, sizeof(pin_obj));
   88|       |
   89|  1.83k|            pin_info.auth_id.value[0] = pin_id[i];
   90|  1.83k|            pin_info.auth_id.len = 1;
   91|  1.83k|            pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;	
  ------------------
  |  |   94|  1.83k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
   92|  1.83k|            pin_info.attrs.pin.flags = pin_flags[i];
   93|  1.83k|            pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|  1.83k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
   94|  1.83k|            pin_info.attrs.pin.min_length = pin_min[i];
   95|  1.83k|            pin_info.attrs.pin.stored_length = pin_max[i];
   96|  1.83k|            pin_info.attrs.pin.max_length = pin_max[i];
   97|  1.83k|            pin_info.max_tries = max_tries[i];
   98|       |
   99|  1.83k|            strlcpy(pin_obj.label, pin_names[i], sizeof(pin_obj.label));
  ------------------
  |  |   43|  1.83k|#define strlcpy _strlcpy
  ------------------
  100|       |
  101|       |            /* catch the differences between PIN and PUK */
  102|  1.83k|            if (pin_flags[i] & SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN) {
  ------------------
  |  |   60|  1.83k|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
  |  Branch (102:17): [True: 919, False: 919]
  ------------------
  103|    919|                pin_info.tries_left = max_tries[i];
  104|    919|            } else {
  105|    919|                pin_info.attrs.pin.reference = user_pin_ref;
  106|    919|                pin_info.tries_left = data.pin1.tries_left;
  107|    919|                pin_info.logged_in = data.pin1.logged_in;
  108|    919|                pin_obj.auth_id.value[0] = user_puk_id;
  109|    919|                pin_obj.auth_id.len = 1;
  110|    919|            }
  111|       |
  112|  1.83k|            if (0 > sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info)) {
  ------------------
  |  Branch (112:17): [True: 0, False: 1.83k]
  ------------------
  113|      0|                sc_pkcs15_card_clear(p15card);
  114|      0|                return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  115|      0|            }
  116|  1.83k|        }
  117|       |
  118|  2.75k|        for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (118:21): [True: 1.83k, False: 919]
  ------------------
  119|  1.83k|            struct sc_aid aid;
  120|  1.83k|            const char *din_66291_cert_fids[] = { "C500", "C200"};
  121|  1.83k|            const char prk_id[] = { 0x10, 0x11,};
  122|  1.83k|            struct sc_pkcs15_cert_info cert_info;
  123|  1.83k|            struct sc_pkcs15_object cert_obj;
  124|  1.83k|            struct sc_pkcs15_prkey_info prkey_info;
  125|  1.83k|            struct sc_pkcs15_object prkey_obj;
  126|  1.83k|            const int prk_usage[2] = {
  127|  1.83k|                SC_PKCS15_PRKEY_USAGE_ENCRYPT
  ------------------
  |  |  305|  1.83k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  128|  1.83k|                    | SC_PKCS15_PRKEY_USAGE_DECRYPT
  ------------------
  |  |  306|  1.83k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  129|  1.83k|                    | SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|  1.83k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  130|  1.83k|                SC_PKCS15_PRKEY_USAGE_NONREPUDIATION};
  ------------------
  |  |  314|  1.83k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  131|       |
  132|  1.83k|            memcpy(aid.value, aid_CIA, sizeof aid_CIA);
  133|  1.83k|            aid.len = sizeof aid_CIA;
  134|       |
  135|  1.83k|            memset(&prkey_info, 0, sizeof(prkey_info));
  136|  1.83k|            memset(&prkey_obj, 0, sizeof(prkey_obj));
  137|  1.83k|            memset(&cert_info, 0, sizeof(cert_info));
  138|  1.83k|            memset(&cert_obj, 0, sizeof(cert_obj));
  139|       |
  140|       |
  141|  1.83k|            sc_format_path(din_66291_cert_fids[i], &cert_info.path);
  142|  1.83k|            if (SC_SUCCESS != sc_select_file(p15card->card, &cert_info.path, NULL))
  ------------------
  |  |   28|  1.83k|#define SC_SUCCESS				0
  ------------------
  |  Branch (142:17): [True: 853, False: 985]
  ------------------
  143|    853|                continue;
  144|    985|            cert_info.path.aid = aid;
  145|       |
  146|    985|            cert_info.id.value[0] = prk_id[i];
  147|    985|            cert_info.id.len = 1;
  148|       |
  149|    985|            if (0 > sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info))
  ------------------
  |  Branch (149:17): [True: 0, False: 985]
  ------------------
  150|      0|                continue;
  151|       |
  152|    985|            if (i == 0) {
  ------------------
  |  Branch (152:17): [True: 616, False: 369]
  ------------------
  153|    616|                sc_pkcs15_cert_t *cert;
  154|    616|                if (SC_SUCCESS == sc_pkcs15_read_certificate(p15card, &cert_info, 0, &cert)) {
  ------------------
  |  |   28|    616|#define SC_SUCCESS				0
  ------------------
  |  Branch (154:21): [True: 0, False: 616]
  ------------------
  155|      0|                    static const struct sc_object_id cn_oid = {{ 2, 5, 4, 3, -1 }};
  156|      0|                    u8 *cn_name = NULL;
  157|      0|                    size_t cn_len = 0;
  158|      0|                    sc_pkcs15_get_name_from_dn(p15card->card->ctx, cert->subject,
  159|      0|                            cert->subject_len, &cn_oid, &cn_name, &cn_len);
  160|      0|                    if (cn_len > 0) {
  ------------------
  |  Branch (160:25): [True: 0, False: 0]
  ------------------
  161|      0|                        char *token_name = malloc(cn_len+1);
  162|      0|                        if (token_name) {
  ------------------
  |  Branch (162:29): [True: 0, False: 0]
  ------------------
  163|      0|                            memcpy(token_name, cn_name, cn_len);
  164|      0|                            token_name[cn_len] = '\0';
  165|      0|                            free(p15card->tokeninfo->label);
  166|      0|                            p15card->tokeninfo->label = token_name;
  167|      0|                        }
  168|      0|                    }
  169|      0|                    free(cn_name);
  170|      0|                    sc_pkcs15_free_certificate(cert);
  171|      0|                }
  172|    616|            }
  173|       |
  174|    985|            memset(&prkey_info, 0, sizeof(prkey_info));
  175|    985|            memset(&prkey_obj, 0, sizeof(prkey_obj));
  176|       |
  177|    985|            prkey_info.id.value[0] = prk_id[i];
  178|    985|            prkey_info.id.len = 1;
  179|    985|            prkey_info.usage  = prk_usage[i];
  180|    985|            prkey_info.native = 1;
  181|    985|            prkey_info.key_reference = prk_id[i];
  182|    985|            prkey_info.modulus_length = 2048;
  183|    985|            prkey_obj.auth_id.value[0] = user_pin_id;
  184|    985|            prkey_obj.auth_id.len = 1;
  185|    985|            prkey_obj.user_consent = 0;
  186|    985|            prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    985|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  187|       |
  188|    985|            if (0 > sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info))
  ------------------
  |  Branch (188:17): [True: 0, False: 985]
  ------------------
  189|      0|                continue;
  190|    985|        }
  191|    919|    }
  192|       |
  193|  1.43k|    return SC_SUCCESS;
  ------------------
  |  |   28|  1.43k|#define SC_SUCCESS				0
  ------------------
  194|  1.43k|}

sc_pkcs15emu_dnie_init_ex:
  281|  10.0k|{
  282|  10.0k|	int r=SC_SUCCESS;
  ------------------
  |  |   28|  10.0k|#define SC_SUCCESS				0
  ------------------
  283|  10.0k|	sc_context_t *ctx = p15card->card->ctx;
  284|  10.0k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  10.0k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  10.0k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  10.0k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  10.0k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 10.0k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  285|       |
  286|  10.0k|#if defined(ENABLE_OPENSSL) && defined(ENABLE_SM)
  287|       |	/* check for proper card */
  288|  10.0k|	r = dnie_match_card(p15card->card);
  289|  10.0k|	if (r == 0)
  ------------------
  |  Branch (289:6): [True: 9.55k, False: 475]
  ------------------
  290|  10.0k|		LOG_FUNC_RETURN(ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  9.55k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.55k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.55k|	int _ret = r; \
  |  |  |  |  155|  9.55k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.55k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.55k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  9.55k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.55k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.55k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.55k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  9.55k|	return _ret; \
  |  |  |  |  163|  9.55k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  291|       |	/* ok: initialize and return */
  292|    475|	LOG_FUNC_RETURN(ctx, sc_pkcs15emu_dnie_init(p15card));
  ------------------
  |  |  164|    475|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    475|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    475|	int _ret = r; \
  |  |  |  |  155|    475|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 475, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    475|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    475|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 475, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    475|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    475|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    475|	return _ret; \
  |  |  |  |  163|    475|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  293|       |#else
  294|       |	r = SC_ERROR_WRONG_CARD;
  295|       |	LOG_FUNC_RETURN(ctx, r);
  296|       |#endif
  297|    475|}
pkcs15-dnie.c:sc_pkcs15emu_dnie_init:
  139|    475|{
  140|    475|	u8 buf[1024];
  141|    475|	sc_pkcs15_df_t *df;
  142|    475|	sc_pkcs15_object_t *p15_obj;
  143|    475|	size_t len = sizeof(buf);
  144|    475|	int rv;
  145|    475|	struct sc_pkcs15_cert_info *p15_info = NULL;
  146|    475|	int use_pin_cache_backup = p15card->opts.use_pin_cache;
  147|       |
  148|    475|	sc_context_t *ctx = p15card->card->ctx;
  149|    475|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    475|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    475|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    475|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    475|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 475]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  150|       |
  151|       |	/* Check for correct card driver (i.e. iso7816) */
  152|    475|	if (strcmp(p15card->card->driver->short_name, "dnie") != 0)
  ------------------
  |  Branch (152:6): [True: 2, False: 473]
  ------------------
  153|      2|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      2|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  154|       |
  155|       |	/* Check for correct card atr */
  156|    473|	if (dnie_match_card(p15card->card) != 1)
  ------------------
  |  Branch (156:6): [True: 0, False: 473]
  ------------------
  157|      0|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  158|       |
  159|       |	/* The two keys inside DNIe 3.0 needs login before performing any signature.
  160|       |	 * They are CKA_ALWAYS_AUTHENTICATE although they are not tagged like that.
  161|       |	 * For the moment caching is forced if 3.0 is detected to make it work properly. */
  162|    473|	if (p15card->card->atr.value[15] >= DNIE_30_VERSION) {
  ------------------
  |  |  100|    473|#define DNIE_30_VERSION 0x04
  ------------------
  |  Branch (162:6): [True: 443, False: 30]
  ------------------
  163|    443|		p15card->opts.use_pin_cache = 1;
  164|    443|		p15card->opts.pin_cache_counter = DNIE_30_CACHE_COUNTER;
  ------------------
  |  |  101|    443|#define DNIE_30_CACHE_COUNTER 30000
  ------------------
  165|    443|		sc_log(ctx, "DNIe 3.0 detected - PKCS#15 options reset: use_file_cache=%d use_pin_cache=%d pin_cache_counter=%d pin_cache_ignore_user_consent=%d",
  ------------------
  |  |   71|    443|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  166|    443|			p15card->opts.use_file_cache,
  167|    443|			p15card->opts.use_pin_cache,
  168|    443|			p15card->opts.pin_cache_counter,
  169|    443|			p15card->opts.pin_cache_ignore_user_consent);
  170|    443|        }
  171|       |
  172|       |	/* Set root path of this application */
  173|    473|	sc_file_free(p15card->file_app);
  174|    473|	p15card->file_app = sc_file_new();
  175|    473|	if (NULL == p15card->file_app) {
  ------------------
  |  Branch (175:6): [True: 0, False: 473]
  ------------------
  176|      0|		rv = SC_ERROR_NOT_ENOUGH_MEMORY;
  ------------------
  |  |   67|      0|#define SC_ERROR_NOT_ENOUGH_MEMORY		-1217
  ------------------
  177|      0|		LOG_TEST_GOTO_ERR(ctx, rv, "Can not create file.");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  178|      0|	}
  179|    473|	sc_format_path("3F00", &p15card->file_app->path);
  180|       |
  181|       |	/* Load TokenInfo */
  182|    473|	rv = dump_ef(p15card->card, "3F0050155032", buf, &len);
  183|    473|	LOG_TEST_GOTO_ERR(ctx, rv, "Reading of EF.TOKENINFO failed.");
  ------------------
  |  |  184|    473|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    473|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    473|	int _ret = (r); \
  |  |  |  |  178|    473|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 451, False: 22]
  |  |  |  |  ------------------
  |  |  |  |  179|    451|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    451|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    451|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    451|		goto err; \
  |  |  |  |  182|    451|	} \
  |  |  |  |  183|    473|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  184|       |
  185|     22|	rv = sc_pkcs15_parse_tokeninfo(p15card->card->ctx, p15card->tokeninfo,
  186|     22|				       buf, len);
  187|     22|	LOG_TEST_GOTO_ERR(ctx, rv, "Decoding of EF.TOKENINFO failed.");
  ------------------
  |  |  184|     22|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     22|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     22|	int _ret = (r); \
  |  |  |  |  178|     22|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 21, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  179|     21|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     21|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     21|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     21|		goto err; \
  |  |  |  |  182|     21|	} \
  |  |  |  |  183|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |
  189|       |	/* Only accept the original stuff */
  190|      1|	if (strcmp(p15card->tokeninfo->manufacturer_id, "DGP-FNMT") != 0) {
  ------------------
  |  Branch (190:6): [True: 1, False: 0]
  ------------------
  191|      1|		rv = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      1|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  192|      1|		LOG_TEST_GOTO_ERR(ctx, rv, "Wrong card.");
  ------------------
  |  |  184|      1|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      1|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      1|	int _ret = (r); \
  |  |  |  |  178|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      1|		goto err; \
  |  |  |  |  182|      1|	} \
  |  |  |  |  183|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  193|      1|	}
  194|       |
  195|       |	/* Load ODF */
  196|      0|	rv = dump_ef(p15card->card, "3F0050155031", buf, &len);
  197|      0|	LOG_TEST_GOTO_ERR(ctx, rv, "Reading of ODF failed.");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|       |
  199|      0|	rv = parse_odf(buf, len, p15card);
  200|      0|	LOG_TEST_GOTO_ERR(ctx, rv, "Decoding of ODF failed.");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  201|       |
  202|       |	/* Decode EF.PrKDF, EF.PuKDF and EF.CDF */
  203|      0|	for (df = p15card->df_list; df != NULL; df = df->next) {
  ------------------
  |  Branch (203:30): [True: 0, False: 0]
  ------------------
  204|      0|		if (df->type == SC_PKCS15_PRKDF) {
  ------------------
  |  |  488|      0|#define SC_PKCS15_PRKDF			0
  ------------------
  |  Branch (204:7): [True: 0, False: 0]
  ------------------
  205|      0|			rv = sc_pkcs15_parse_df(p15card, df);
  206|      0|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (206:8): [True: 0, False: 0]
  ------------------
  207|      0|				sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  208|      0|				       "Decoding of EF.PrKDF (%s) failed: %d",
  209|      0|				       sc_print_path(&df->path), rv);
  210|      0|			}
  211|      0|		}
  212|      0|		if (df->type == SC_PKCS15_PUKDF) {
  ------------------
  |  |  489|      0|#define SC_PKCS15_PUKDF			1
  ------------------
  |  Branch (212:7): [True: 0, False: 0]
  ------------------
  213|      0|			rv = sc_pkcs15_parse_df(p15card, df);
  214|      0|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (214:8): [True: 0, False: 0]
  ------------------
  215|      0|				sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  216|      0|				       "Decoding of EF.PuKDF (%s) failed: %d",
  217|      0|				       sc_print_path(&df->path), rv);
  218|      0|			}
  219|      0|		}
  220|      0|		if (df->type == SC_PKCS15_CDF) {
  ------------------
  |  |  492|      0|#define SC_PKCS15_CDF			4
  ------------------
  |  Branch (220:7): [True: 0, False: 0]
  ------------------
  221|      0|			rv = sc_pkcs15_parse_df(p15card, df);
  222|      0|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (222:8): [True: 0, False: 0]
  ------------------
  223|      0|				sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  224|      0|				       "Decoding of EF.CDF (%s) failed: %d",
  225|      0|				       sc_print_path(&df->path), rv);
  226|      0|			}
  227|      0|		}
  228|      0|		if (df->type == SC_PKCS15_DODF) {
  ------------------
  |  |  495|      0|#define SC_PKCS15_DODF			7
  ------------------
  |  Branch (228:7): [True: 0, False: 0]
  ------------------
  229|      0|			rv = sc_pkcs15_parse_df(p15card, df);
  230|      0|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (230:8): [True: 0, False: 0]
  ------------------
  231|      0|				sc_log(ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  232|      0|				       "Decoding of EF.DODF (%s) failed: %d",
  233|      0|				       sc_print_path(&df->path), rv);
  234|      0|			}
  235|      0|		}
  236|      0|	}
  237|       |
  238|       |	/* Perform required fixes */
  239|      0|	p15_obj = p15card->obj_list;
  240|      0|	while (p15_obj != NULL) {
  ------------------
  |  Branch (240:9): [True: 0, False: 0]
  ------------------
  241|       |		/* Add missing 'auth_id' to private objects */
  242|      0|		if ((p15_obj->flags & SC_PKCS15_CO_FLAG_PRIVATE)
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  |  Branch (242:7): [True: 0, False: 0]
  ------------------
  243|      0|		    && (p15_obj->auth_id.len == 0)) {
  ------------------
  |  Branch (243:10): [True: 0, False: 0]
  ------------------
  244|      0|			p15_obj->auth_id.value[0] = 0x01;
  245|      0|			p15_obj->auth_id.len = 1;
  246|      0|		};
  247|       |		/* Set path count to -1 for public certificates, as they
  248|       |		   will need to be decompressed and read_binary()'d, so
  249|       |		   we make sure we end up reading the file->size and not the
  250|       |		   path->count which is the compressed size on newer
  251|       |                   DNIe versions  */
  252|      0|		if ( p15_obj->df && (p15_obj->df->type == SC_PKCS15_CDF) ) {
  ------------------
  |  |  492|      0|#define SC_PKCS15_CDF			4
  ------------------
  |  Branch (252:8): [True: 0, False: 0]
  |  Branch (252:23): [True: 0, False: 0]
  ------------------
  253|      0|                    p15_info = (struct sc_pkcs15_cert_info *) p15_obj ->data;
  254|      0|		    p15_info ->path.count = -1;
  255|      0|		}
  256|       |		/* Remove found public keys as cannot be read_binary()'d */
  257|      0|		if ( p15_obj->df && (p15_obj->df->type == SC_PKCS15_PUKDF) ) {
  ------------------
  |  |  489|      0|#define SC_PKCS15_PUKDF			1
  ------------------
  |  Branch (257:8): [True: 0, False: 0]
  |  Branch (257:23): [True: 0, False: 0]
  ------------------
  258|      0|			sc_pkcs15_object_t *puk = p15_obj;
  259|      0|			p15_obj = p15_obj->next;
  260|      0|			sc_pkcs15_remove_object(p15card, puk);
  261|      0|			sc_pkcs15_free_object(puk);
  262|      0|                } else {
  263|      0|			p15_obj = p15_obj->next;
  264|      0|		}
  265|      0|	}
  266|       |	
  267|      0|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  268|       |
  269|    473|err:
  270|    473|	sc_pkcs15_card_clear(p15card);
  271|    473|	p15card->opts.use_pin_cache = use_pin_cache_backup;
  272|    473|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    473|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    473|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    473|	int _ret = r; \
  |  |  |  |  155|    473|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 473, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    473|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    473|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 473, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    473|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    473|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    473|	return _ret; \
  |  |  |  |  163|    473|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  273|    473|}
pkcs15-dnie.c:dump_ef:
   42|    473|{
   43|    473|	int rv;
   44|    473|	sc_file_t *file = NULL;
   45|    473|	sc_path_t scpath;
   46|    473|	sc_format_path(path, &scpath);
   47|    473|	rv = sc_select_file(card, &scpath, &file);
   48|    473|	if (rv < 0) {
  ------------------
  |  Branch (48:6): [True: 416, False: 57]
  ------------------
   49|    416|		sc_file_free(file);
   50|    416|		return rv;
   51|    416|	}
   52|     57|	if (file->size > *buf_len) {
  ------------------
  |  Branch (52:6): [True: 30, False: 27]
  ------------------
   53|     30|		sc_file_free(file);
   54|     30|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|     30|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
   55|     30|	}
   56|     27|	rv = sc_read_binary(card, 0, buf, file->size, 0);
   57|     27|	sc_file_free(file);
   58|     27|	if (rv < 0)
  ------------------
  |  Branch (58:6): [True: 5, False: 22]
  ------------------
   59|      5|		return rv;
   60|     22|	*buf_len = rv;
   61|       |
   62|     22|	return SC_SUCCESS;
  ------------------
  |  |   28|     22|#define SC_SUCCESS				0
  ------------------
   63|     27|}

sc_pkcs15emu_dtrust_init_ex:
  125|  7.45k|{
  126|  7.45k|	if (dtrust_pkcs15emu_detect_card(p15card))
  ------------------
  |  Branch (126:6): [True: 7.45k, False: 0]
  ------------------
  127|  7.45k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.45k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  128|       |
  129|      0|	return sc_pkcs15emu_dtrust_init(p15card, aid);
  130|  7.45k|}
pkcs15-dtrust.c:dtrust_pkcs15emu_detect_card:
   82|  7.45k|{
   83|  7.45k|	if (p15card->card->type < SC_CARD_TYPE_DTRUST_V4_1_STD)
  ------------------
  |  Branch (83:6): [True: 7.26k, False: 183]
  ------------------
   84|  7.26k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.26k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   85|       |
   86|    183|	if (p15card->card->type > SC_CARD_TYPE_DTRUST_V5_4_MULTI)
  ------------------
  |  Branch (86:6): [True: 183, False: 0]
  ------------------
   87|    183|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|    183|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   88|       |
   89|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
   90|    183|}

sc_pkcs15emu_eoi_init_ex:
   35|  7.45k|{
   36|  7.45k|	struct sc_card *card = p15card->card;
   37|  7.45k|	struct eoi_privdata *privdata = (struct eoi_privdata *)card->drv_data;
   38|  7.45k|	struct sc_pkcs15_search_key sk;
   39|  7.45k|	struct sc_pkcs15_object *objs[MAX_OBJECTS];
   40|  7.45k|	int i, j, len;
   41|       |
   42|  7.45k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  7.45k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  7.45k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  7.45k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  7.45k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7.45k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   43|       |
   44|  7.45k|	if (card->type != SC_CARD_TYPE_EOI && card->type != SC_CARD_TYPE_EOI_CONTACTLESS)
  ------------------
  |  Branch (44:6): [True: 7.44k, False: 4]
  |  Branch (44:40): [True: 7.44k, False: 0]
  ------------------
   45|  7.45k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  7.44k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.44k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.44k|	int _ret = r; \
  |  |  |  |  155|  7.44k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.44k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.44k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  7.44k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 7.44k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.44k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.44k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  7.44k|	return _ret; \
  |  |  |  |  163|  7.44k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   46|       |
   47|      4|	if (!privdata)
  ------------------
  |  Branch (47:6): [True: 0, False: 4]
  ------------------
   48|      4|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   49|       |
   50|       |	/*
   51|       |	 * Some of the data is not accessible over the unencrypted channel
   52|       |	 * when contactless reader is used. So start SM now (if not yet established).
   53|       |	 */
   54|      4|	if (card->type == SC_CARD_TYPE_EOI_CONTACTLESS && card->sm_ctx.sm_mode == SM_MODE_NONE) {
  ------------------
  |  |   43|      0|#define SM_MODE_NONE		0x0
  ------------------
  |  Branch (54:6): [True: 0, False: 4]
  |  Branch (54:52): [True: 0, False: 0]
  ------------------
   55|      0|		int r = card->sm_ctx.ops.open(card);
   56|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (56:7): [True: 0, False: 0]
  ------------------
   57|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   58|      0|	}
   59|       |
   60|       |	/*
   61|       |	 * Get the card objects, so we can manipulate them. See below
   62|       |	 */
   63|      4|	LOG_TEST_RET(card->ctx, sc_pkcs15_bind_internal(p15card, aid),
  ------------------
  |  |  174|      4|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      4|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      4|	int _ret = (r); \
  |  |  |  |  168|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   64|      1|		"sc_pkcs15_bind_internal failed");
   65|       |
   66|       |	/*
   67|       |	 * PIN objects:
   68|       |	 * 1) Find the "Card CAN" PIN and store it's path, so we'll be able to fetch the CAN and do the PACE auth
   69|       |	 * 2) Add PIN's auth_info->path to the list of paths that can fail on select. sc_pin_cmd would break otherwise
   70|       |	 */
   71|      1|	memset(&sk, 0, sizeof(sk));
   72|      1|	sk.class_mask = SC_PKCS15_SEARCH_CLASS_AUTH;
  ------------------
  |  |  455|      1|#define SC_PKCS15_SEARCH_CLASS_AUTH		0x0040U
  ------------------
   73|      1|	len = sc_pkcs15_search_objects(p15card, &sk, (struct sc_pkcs15_object **)&objs, MAX_OBJECTS);
  ------------------
  |  |   24|      1|#define MAX_OBJECTS 8
  ------------------
   74|      1|	for (i = 0, j = 0; i < len; i++) {
  ------------------
  |  Branch (74:21): [True: 0, False: 1]
  ------------------
   75|      0|		struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *)objs[i]->data;
   76|      0|		if (auth_info && auth_info->auth_id.len == 8 && !strcmp((char*)auth_info->auth_id.value, "Card CAN")) {
  ------------------
  |  Branch (76:7): [True: 0, False: 0]
  |  Branch (76:20): [True: 0, False: 0]
  |  Branch (76:51): [True: 0, False: 0]
  ------------------
   77|      0|			auth_info->path.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|      0|#define SC_PATH_TYPE_PATH		2
  ------------------
   78|       |			/* Read the file that contains serial and encrypted CAN */
   79|      0|			if (sc_pkcs15_read_file(p15card, &auth_info->path, &privdata->enc_can.value, &privdata->enc_can.len, 0) == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (79:8): [True: 0, False: 0]
  ------------------
   80|       |				/* File should be 24 bytes long */
   81|      0|				if (privdata->enc_can.len != 24)
  ------------------
  |  Branch (81:9): [True: 0, False: 0]
  ------------------
   82|      0|					LOG_FUNC_RETURN(card->ctx, SC_ERROR_CORRUPTED_DATA);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   83|      0|				if (strlen(p15card->tokeninfo->serial_number) != 20)
  ------------------
  |  Branch (83:9): [True: 0, False: 0]
  ------------------
   84|      0|					LOG_FUNC_RETURN(card->ctx, SC_ERROR_CORRUPTED_DATA);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   85|       |				/* First 8 bytes are used as serial number */
   86|      0|				sc_bin_to_hex(privdata->enc_can.value, 8, &p15card->tokeninfo->serial_number[4], 17, 0);
   87|      0|			}
   88|       |			/* Do not add "Card CAN" to the list of PIN paths to ignore, otherwise the 2nd PKCS#15 app can not access it */
   89|      0|			auth_info = NULL;
   90|       |			/* Mark "Card CAN" as NOT a PIN object, so that it doesn't get it's own PKCS#11 slot */
   91|      0|			objs[i]->type &= ~SC_PKCS15_TYPE_AUTH_PIN;
  ------------------
  |  |  445|      0|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
   92|      0|		}
   93|       |		/*
   94|       |		 * For some reason QES app has "Norm PUK" not flagged as unblocking PIN and thus "Norm PUK" appears as a slot in
   95|       |		 * PKCS#11. Flag it as unblockingPin, so it doesn't appear as a separate slot.
   96|       |		 */
   97|      0|		if (auth_info && auth_info->auth_id.len == 8 && !strcmp((char*)auth_info->auth_id.value, "Norm PUK")) {
  ------------------
  |  Branch (97:7): [True: 0, False: 0]
  |  Branch (97:20): [True: 0, False: 0]
  |  Branch (97:51): [True: 0, False: 0]
  ------------------
   98|      0|			auth_info->attrs.pin.flags |= SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN;
  ------------------
  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
   99|      0|		}
  100|      0|		if (auth_info) {
  ------------------
  |  Branch (100:7): [True: 0, False: 0]
  ------------------
  101|      0|			privdata->pin_paths[j++] = &auth_info->path;
  102|      0|		}
  103|      0|	}
  104|       |
  105|       |	/*
  106|       |	 * Private key objects:
  107|       |	 * 1) Rename "Card PIN" to "Norm PIN" as it's the later name that is used throughout the PKCS#15 objects
  108|       |	 * 2) Add the key references to the prkey_mappings array, as it seems that eOI expects them counted from 0xA0 up (starting from 1 within each app)
  109|       |	 *    Currently there are 3 private keys on the card
  110|       |	 *     key_ref
  111|       |	 *       2 - for pinless entry (Prijava brez PIN-a), maps to 0xA1
  112|       |	 *       1 - for authentication in QES app (Podpis in prijava), maps to 0xA1
  113|       |	 *       3 - for signing in QES app (Podpis in prijava), maps to 0xA2
  114|       |	 */
  115|      1|	memset(&sk, 0, sizeof(sk));
  116|      1|	sk.class_mask = SC_PKCS15_SEARCH_CLASS_PRKEY;
  ------------------
  |  |  450|      1|#define SC_PKCS15_SEARCH_CLASS_PRKEY		0x0002U
  ------------------
  117|      1|	len = sc_pkcs15_search_objects(p15card, &sk, (struct sc_pkcs15_object **)&objs, MAX_OBJECTS);
  ------------------
  |  |   24|      1|#define MAX_OBJECTS 8
  ------------------
  118|       |	/*
  119|       |	 * If both PKCS#15 apps are enabled, prkey_mappings can already be partially filled up from the first PKCS#15 app
  120|       |	 * as the privdata is shared between both apps which use the same driver
  121|       |	  */
  122|      1|	for (j = 0; j < MAX_OBJECTS && privdata->prkey_mappings[j][1] != 0; j++) {
  ------------------
  |  |   24|      2|#define MAX_OBJECTS 8
  ------------------
  |  Branch (122:14): [True: 1, False: 0]
  |  Branch (122:33): [True: 0, False: 1]
  ------------------
  123|       |		/* NOP */
  124|      0|	}
  125|      1|	for (i = 0; i < len; i++) {
  ------------------
  |  Branch (125:14): [True: 0, False: 1]
  ------------------
  126|      0|		struct sc_pkcs15_prkey_info *prkey_info = (struct sc_pkcs15_prkey_info *)objs[i]->data;
  127|      0|		if ((objs[i]->auth_id.len == 8) && !strncmp((char*)objs[i]->auth_id.value, "Card PIN", 8)) {
  ------------------
  |  Branch (127:7): [True: 0, False: 0]
  |  Branch (127:38): [True: 0, False: 0]
  ------------------
  128|      0|			memcpy(objs[i]->auth_id.value, "Norm PIN", 8);
  129|      0|		}
  130|      0|		if (prkey_info && j < MAX_OBJECTS) {
  ------------------
  |  |   24|      0|#define MAX_OBJECTS 8
  ------------------
  |  Branch (130:7): [True: 0, False: 0]
  |  Branch (130:21): [True: 0, False: 0]
  ------------------
  131|      0|			privdata->prkey_mappings[j][0] = prkey_info->key_reference;
  132|      0|			privdata->prkey_mappings[j++][1] = 0xA0 + (i + 1);
  133|      0|		}
  134|      0|	}
  135|       |
  136|      1|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|      1|}

sc_pkcs15emu_entersafe_init_ex:
   79|  10.3k|{
   80|  10.3k|	SC_FUNC_CALLED(p15card->card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.3k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
   81|       |
   82|  10.3k|	if (entersafe_detect_card(p15card))
  ------------------
  |  Branch (82:6): [True: 10.2k, False: 151]
  ------------------
   83|  10.2k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  10.2k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   84|    151|	return sc_pkcs15emu_entersafe_init(p15card);
   85|  10.3k|}
pkcs15-esinit.c:entersafe_detect_card:
   33|  10.3k|{
   34|  10.3k|	sc_card_t *card = p15card->card;
   35|       |
   36|  10.3k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.3k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.3k]
  |  |  ------------------
  ------------------
   37|       |
   38|       |	/* check if we have the correct card OS */
   39|  10.3k|	if (strcmp(card->name, "entersafe"))
  ------------------
  |  Branch (39:6): [True: 10.2k, False: 151]
  ------------------
   40|  10.2k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  10.2k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   41|       |
   42|    151|    return SC_SUCCESS;
  ------------------
  |  |   28|    151|#define SC_SUCCESS				0
  ------------------
   43|  10.3k|}
pkcs15-esinit.c:sc_pkcs15emu_entersafe_init:
   46|    151|{
   47|    151|	int    r;
   48|    151|	char   buf[256];
   49|    151|	sc_card_t *card = p15card->card;
   50|    151|	sc_serial_number_t serial;
   51|       |
   52|    151|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    151|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    151|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    151|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 151]
  |  |  ------------------
  ------------------
   53|       |
   54|       |	/* get serial number */
   55|    151|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
   56|    151|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    151|#define SC_SUCCESS				0
  ------------------
  |  Branch (56:6): [True: 148, False: 3]
  ------------------
   57|    148|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    148|#define SC_ERROR_INTERNAL			-1400
  ------------------
   58|      3|	r = sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
   59|      3|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
  |  Branch (59:6): [True: 0, False: 3]
  ------------------
   60|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   61|       |
   62|      3|	set_string(&p15card->tokeninfo->serial_number, buf);
   63|      3|	if (!p15card->tokeninfo->serial_number)
  ------------------
  |  Branch (63:6): [True: 0, False: 3]
  ------------------
   64|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   65|       |
   66|       |	/* the manufacturer ID, in this case Giesecke & Devrient GmbH */
   67|      3|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   30|      3|#define MANU_ID		"entersafe"
  ------------------
   68|      3|	if (!p15card->tokeninfo->manufacturer_id) {
  ------------------
  |  Branch (68:6): [True: 0, False: 3]
  ------------------
   69|      0|		free(p15card->tokeninfo->serial_number);
   70|      0|		p15card->tokeninfo->serial_number = NULL;
   71|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   72|      0|	}
   73|       |
   74|      3|	return SC_SUCCESS;
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
   75|      3|}

sc_pkcs15emu_esteid2018_init_ex:
  256|  7.69k|int sc_pkcs15emu_esteid2018_init_ex(sc_pkcs15_card_t *p15card, struct sc_aid *aid) {
  257|  7.69k|	if (p15card->card->type == SC_CARD_TYPE_ESTEID_2018 ||
  ------------------
  |  Branch (257:6): [True: 49, False: 7.64k]
  ------------------
  258|  7.64k|			p15card->card->type == SC_CARD_TYPE_ESTEID_2018_V2_2025 ||
  ------------------
  |  Branch (258:4): [True: 0, False: 7.64k]
  ------------------
  259|  7.64k|			is_latvian_eid(p15card))
  ------------------
  |  Branch (259:4): [True: 0, False: 7.64k]
  ------------------
  260|     49|		return sc_pkcs15emu_esteid2018_init(p15card);
  261|  7.64k|	return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.64k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  262|  7.69k|}
pkcs15-esteid2018.c:is_latvian_eid:
   38|  7.65k|{
   39|  7.65k|	return p15card->card->type == SC_CARD_TYPE_LATEID_2018 ||
  ------------------
  |  Branch (39:9): [True: 0, False: 7.65k]
  ------------------
   40|  7.65k|	       p15card->card->type == SC_CARD_TYPE_LATEID_2018_V2_2025;
  ------------------
  |  Branch (40:9): [True: 0, False: 7.65k]
  ------------------
   41|  7.65k|}
pkcs15-esteid2018.c:sc_pkcs15emu_esteid2018_init:
   43|     49|static int sc_pkcs15emu_esteid2018_init(sc_pkcs15_card_t *p15card) {
   44|     49|	sc_card_t *card = p15card->card;
   45|     49|	u8 buff[11];
   46|     49|	int r, i, cert_slot = 0;
   47|     49|	size_t field_length = 0, taglen, buflen;
   48|     49|	sc_path_t tmppath;
   49|       |
   50|       |	/* Read documber number to be used as serial */
   51|     49|	sc_format_path("3F00D003", &tmppath);
   52|     49|	LOG_TEST_RET(card->ctx, sc_select_file(card, &tmppath, NULL), "SELECT docnr");
  ------------------
  |  |  174|     49|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     49|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     49|	int _ret = (r); \
  |  |  |  |  168|     49|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 33, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  169|     33|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     33|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     33|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     33|		return _ret; \
  |  |  |  |  172|     33|	} \
  |  |  |  |  173|     49|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   53|     16|	r = sc_read_binary(card, 0, buff, 11, 0);
   54|     16|	LOG_TEST_RET(card->ctx, r, "read document number failed");
  ------------------
  |  |  174|     16|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     16|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     16|	int _ret = (r); \
  |  |  |  |  168|     16|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|     16|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|     13|	const u8 *tag = sc_asn1_find_tag(card->ctx, buff, (size_t)r, 0x04, &taglen);
   56|     13|	if (tag == NULL)
  ------------------
  |  Branch (56:6): [True: 2, False: 11]
  ------------------
   57|     13|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      2|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      2|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      2|	int _ret = r; \
  |  |  |  |  155|      2|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      2|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      2|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   58|       |
   59|     59|	for (size_t j = 0; j < taglen; j++)
  ------------------
  |  Branch (59:21): [True: 49, False: 10]
  ------------------
   60|     49|		if (!isalnum(tag[j]))
  ------------------
  |  Branch (60:7): [True: 1, False: 48]
  ------------------
   61|     11|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     12|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   62|     10|	free(p15card->tokeninfo->serial_number);
   63|     10|	p15card->tokeninfo->serial_number = malloc(taglen + 1);
   64|     10|	if (!p15card->tokeninfo->serial_number)
  ------------------
  |  Branch (64:6): [True: 0, False: 10]
  ------------------
   65|     10|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   66|       |
   67|     10|	set_string(&p15card->tokeninfo->label, "ID-kaart");
   68|     10|	set_string(&p15card->tokeninfo->manufacturer_id, "IDEMIA");
   69|     10|	p15card->tokeninfo->serial_number = memcpy(p15card->tokeninfo->serial_number, tag, taglen);
   70|     10|	p15card->tokeninfo->serial_number[taglen] = '\0';
   71|     10|	p15card->tokeninfo->flags = SC_PKCS15_TOKEN_READONLY;
  ------------------
  |  |  595|     10|#define SC_PKCS15_TOKEN_READONLY			0x01
  ------------------
   72|       |
   73|     10|	if (is_latvian_eid(p15card)) {
  ------------------
  |  Branch (73:6): [True: 0, False: 10]
  ------------------
   74|      0|		u8 *buf;
   75|      0|		const u8 *ptr;
   76|      0|		sc_pkcs15_object_t obj = {0};
   77|      0|		sc_pkcs15_cert_info_t *cert_info = NULL;
   78|       |
   79|      0|		if (!p15card->file_app) {
  ------------------
  |  Branch (79:7): [True: 0, False: 0]
  ------------------
   80|      0|			p15card->file_app = sc_file_new();
   81|      0|		}
   82|      0|		if (!p15card->file_app) {
  ------------------
  |  Branch (82:7): [True: 0, False: 0]
  ------------------
   83|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|      0|		}
   85|       |
   86|      0|		sc_format_path("3F00adf1", &p15card->file_app->path);
   87|      0|		sc_format_path("3F00adf17005", &tmppath);
   88|      0|		r = sc_pkcs15_read_file(p15card, &tmppath, &buf, &buflen, 0);
   89|      0|		LOG_TEST_GOTO_ERR(card->ctx, r, "Reading EF.CDF file failed");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|      0|		ptr = buf;
   91|      0|		r = sc_pkcs15_decode_cdf_entry(p15card, &obj, &ptr, &buflen);
   92|      0|		LOG_TEST_GOTO_ERR(card->ctx, r, "Decoding EF.CDF file failed");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|       |
   94|      0|		cert_info = (struct sc_pkcs15_cert_info *)obj.data;
   95|      0|		if (cert_info && cert_info->path.len > 0) {
  ------------------
  |  Branch (95:7): [True: 0, False: 0]
  |  Branch (95:20): [True: 0, False: 0]
  ------------------
   96|      0|			cert_slot = cert_info->path.value[cert_info->path.len - 1] - 1;
   97|      0|			if (cert_slot != 0 && cert_slot != 1) {
  ------------------
  |  Branch (97:8): [True: 0, False: 0]
  |  Branch (97:26): [True: 0, False: 0]
  ------------------
   98|       |				/* unknown slot, see `cert_paths` below */
   99|      0|				r = SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|      0|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  100|      0|				LOG_TEST_GOTO_ERR(card->ctx, r, "Unknown certificate path");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|      0|			}
  102|      0|		}
  103|       |
  104|      0|		sc_pkcs15_free_cert_info(cert_info);
  105|      0|		sc_file_free(p15card->file_app);
  106|      0|		p15card->file_app = NULL;
  107|      0|		free(buf);
  108|      0|	}
  109|       |
  110|       |	/* add certificates */
  111|     10|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (111:14): [True: 10, False: 0]
  ------------------
  112|     10|		static const char *esteid_cert_names[2] = {"Isikutuvastus", "Allkirjastamine"};
  113|     10|		static const char *cert_paths[2][2] = {
  114|     10|				{"3f00:adf1:3401", "3f00:adf2:341f"},
  115|     10|				{"3f00:adf1:3402", "3f00:adf2:341e"}
  116|     10|		    };
  117|     10|		static const u8 esteid_cert_ids[2] = {1, 2};
  118|       |
  119|     10|		struct sc_pkcs15_cert_info cert_info = {
  120|     10|				.id = {.len = 1, .value[0] = esteid_cert_ids[i]}
  121|     10|		};
  122|     10|		struct sc_pkcs15_object cert_obj = {0};
  123|       |
  124|     10|		strlcpy(cert_obj.label, esteid_cert_names[i], sizeof(cert_obj.label));
  ------------------
  |  |   43|     10|#define strlcpy _strlcpy
  ------------------
  125|     10|		sc_format_path(cert_paths[cert_slot][i], &cert_info.path);
  126|     10|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  127|     10|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not add cert oebjct");
  ------------------
  |  |  184|     10|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     10|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     10|	int _ret = (r); \
  |  |  |  |  178|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  128|       |
  129|       |		// Read data from first cert
  130|     10|		if (i != 0)
  ------------------
  |  Branch (130:7): [True: 0, False: 10]
  ------------------
  131|      0|			continue;
  132|       |
  133|     10|		sc_pkcs15_cert_t *cert = NULL;
  134|     10|		r = sc_pkcs15_read_certificate(p15card, &cert_info, 0, &cert);
  135|     10|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not read authentication certificate");
  ------------------
  |  |  184|     10|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     10|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     10|	int _ret = (r); \
  |  |  |  |  178|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     10|		goto err; \
  |  |  |  |  182|     10|	} \
  |  |  |  |  183|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  136|       |
  137|      0|		if (cert->key->algorithm == SC_ALGORITHM_EC)
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (137:7): [True: 0, False: 0]
  ------------------
  138|      0|			field_length = cert->key->u.ec.params.field_length;
  139|       |
  140|      0|		static const struct sc_object_id cn_oid = {
  141|      0|				{2, 5, 4, 3, -1}
  142|      0|		};
  143|      0|		u8 *cn_name = NULL;
  144|      0|		size_t cn_len = 0;
  145|      0|		sc_pkcs15_get_name_from_dn(card->ctx, cert->subject, cert->subject_len, &cn_oid, &cn_name, &cn_len);
  146|      0|		sc_pkcs15_free_certificate(cert);
  147|      0|		if (cn_len > 0) {
  ------------------
  |  Branch (147:7): [True: 0, False: 0]
  ------------------
  148|      0|			char *token_name = (char *)realloc(cn_name, cn_len + 1);
  149|      0|			if (token_name) {
  ------------------
  |  Branch (149:8): [True: 0, False: 0]
  ------------------
  150|      0|				token_name[cn_len] = '\0';
  151|      0|				free(p15card->tokeninfo->label);
  152|      0|				p15card->tokeninfo->label = token_name;
  153|      0|			} else
  154|      0|				free(cn_name);
  155|      0|		}
  156|      0|	}
  157|       |
  158|       |	/* add pins */
  159|      0|	static const u8 pin_authid[3] = {1, 2, 3};
  160|      0|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (160:14): [True: 0, False: 0]
  ------------------
  161|      0|		static const char *esteid_pin_names[3] = {"PIN1", "PIN2", "PUK"};
  162|      0|		static const size_t pin_min[2][3] = {
  163|      0|				{4, 5, 8}, // Estonian
  164|      0|				{4, 6, 8}, // Latvian
  165|      0|		};
  166|      0|		static const int esteid_pin_ref[3] = {0x01, 0x85, 0x02};
  167|      0|		static const char *esteid_pin_path[3] = {"3F00", "3F00ADF2", "3F00"};
  168|       |
  169|      0|		static const unsigned int esteid_pin_flags[3] = {
  170|      0|				SC_PKCS15_PIN_FLAG_NEEDS_PADDING | SC_PKCS15_PIN_TYPE_FLAGS_PIN_GLOBAL,
  ------------------
  |  |   59|      0|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
              				SC_PKCS15_PIN_FLAG_NEEDS_PADDING | SC_PKCS15_PIN_TYPE_FLAGS_PIN_GLOBAL,
  ------------------
  |  |   75|      0|	( SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  ------------------
  171|      0|				SC_PKCS15_PIN_FLAG_NEEDS_PADDING | SC_PKCS15_PIN_TYPE_FLAGS_PIN_LOCAL,
  ------------------
  |  |   59|      0|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
              				SC_PKCS15_PIN_FLAG_NEEDS_PADDING | SC_PKCS15_PIN_TYPE_FLAGS_PIN_LOCAL,
  ------------------
  |  |   78|      0|	( SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_LOCAL)
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_LOCAL)
  |  |  ------------------
  |  |  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  ------------------
  172|      0|				SC_PKCS15_PIN_FLAG_NEEDS_PADDING | SC_PKCS15_PIN_TYPE_FLAGS_PUK_GLOBAL};
  ------------------
  |  |   59|      0|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
              				SC_PKCS15_PIN_FLAG_NEEDS_PADDING | SC_PKCS15_PIN_TYPE_FLAGS_PUK_GLOBAL};
  ------------------
  |  |   81|      0|	( SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN				\
  |  |  ------------------
  |  |  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |   82|      0|	| SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  ------------------
  173|       |
  174|      0|		struct sc_pkcs15_auth_info pin_info = {
  175|      0|				.auth_id = {.len = 1, .value[0] = pin_authid[i]},
  176|      0|				.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN,
  ------------------
  |  |   94|      0|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  177|      0|				.attrs = {
  178|      0|						.pin = {
  179|      0|								.reference = esteid_pin_ref[i],
  180|      0|								.flags = esteid_pin_flags[i],
  181|      0|								.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|      0|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  182|      0|								.min_length = pin_min[is_latvian_eid(p15card)][i],
  183|      0|								.stored_length = 12,
  184|      0|								.max_length = 12,
  185|      0|								.pad_char = 0xFF}},
  186|      0|				.tries_left = 3,
  187|      0|				.max_tries = 3
  188|      0|		      };
  189|      0|		struct sc_pkcs15_object pin_obj = {
  190|      0|				.flags = esteid_pin_flags[i]};
  191|       |
  192|      0|		sc_format_path(esteid_pin_path[i], &pin_info.path);
  193|      0|		strlcpy(pin_obj.label, esteid_pin_names[i], sizeof(pin_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  194|       |
  195|       |		/* Link normal PINs with PUK */
  196|      0|		if (i < 2) {
  ------------------
  |  Branch (196:7): [True: 0, False: 0]
  ------------------
  197|      0|			pin_obj.auth_id.len = 1;
  198|      0|			pin_obj.auth_id.value[0] = 3;
  199|      0|		}
  200|       |
  201|      0|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  202|      0|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not add pin object");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  203|      0|	}
  204|       |
  205|       |	// trigger PIN counter refresh via pin_cmd
  206|      0|	struct sc_pkcs15_object *objs[3];
  207|      0|	r = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_AUTH, objs, 3);
  ------------------
  |  |  444|      0|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  208|      0|	if (r != 3) {
  ------------------
  |  Branch (208:6): [True: 0, False: 0]
  ------------------
  209|      0|		sc_log(card->ctx, "Can not get auth objects");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  210|      0|		goto err;
  211|      0|	}
  212|      0|	for (i = 0; i < r; i++) {
  ------------------
  |  Branch (212:14): [True: 0, False: 0]
  ------------------
  213|      0|		r = sc_pkcs15_get_pin_info(p15card, objs[i]);
  214|      0|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not get pin object");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  215|      0|	}
  216|       |
  217|       |	/* add private keys */
  218|      0|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (218:14): [True: 0, False: 0]
  ------------------
  219|      0|		static const u8 prkey_id[2] = {1, 2};
  220|      0|		static const char *prkey_name[2] = {"Isikutuvastus", "Allkirjastamine"};
  221|      0|		static const char *prkey_path[2] = {"3F00:ADF1", "3F00:ADF2"};
  222|      0|		static const unsigned int prkey_usage[2] = {SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              		static const unsigned int prkey_usage[2] = {SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  223|      0|				SC_PKCS15_PRKEY_USAGE_NONREPUDIATION};
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  224|      0|		static const int prkey_consent[2] = {0, 1};
  225|      0|		static const u8 prkey_ref[2][2] = {
  226|      0|				{0x81, 0x9F}, // Slot 1
  227|      0|				{0x82, 0x9E}, // Slot 2
  228|      0|		};
  229|       |
  230|      0|		struct sc_pkcs15_prkey_info prkey_info = {
  231|      0|				.id = {.len = 1, .value[0] = prkey_id[i]},
  232|      0|				.native = 1,
  233|      0|				.key_reference = prkey_ref[is_latvian_eid(p15card)][i],
  234|      0|				.field_length = field_length,
  235|      0|				.usage = prkey_usage[i]
  236|      0|		       };
  237|      0|		struct sc_pkcs15_object prkey_obj = {
  238|      0|				.auth_id = {.len = 1, .value[0] = pin_authid[i]},
  239|      0|				.user_consent = prkey_consent[i],
  240|      0|				.flags = SC_PKCS15_CO_FLAG_PRIVATE
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  241|      0|		  };
  242|       |
  243|      0|		sc_format_path(prkey_path[i], &prkey_info.path);
  244|      0|		strlcpy(prkey_obj.label, prkey_name[i], sizeof(prkey_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  245|       |
  246|      0|		r = sc_pkcs15emu_add_ec_prkey(p15card, &prkey_obj, &prkey_info);
  247|      0|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not add private key object");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  248|      0|	}
  249|       |
  250|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  251|     10|err:
  252|     10|	sc_pkcs15_card_clear(p15card);
  253|     10|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  254|     10|}

sc_pkcs15emu_esteid2025_init_ex:
  260|  7.69k|{
  261|  7.69k|	if (p15card->card->type == SC_CARD_TYPE_ESTEID_2025 || is_fin_eid(p15card))
  ------------------
  |  Branch (261:6): [True: 0, False: 7.69k]
  |  Branch (261:57): [True: 0, False: 7.69k]
  ------------------
  262|      0|		return sc_pkcs15emu_esteid2025_init(p15card);
  263|  7.69k|	return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.69k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  264|  7.69k|}
pkcs15-esteid2025.c:is_fin_eid:
   37|  7.69k|{
   38|  7.69k|	return p15card->card->type == SC_CARD_TYPE_FINEID_2022 ||
  ------------------
  |  Branch (38:9): [True: 0, False: 7.69k]
  ------------------
   39|  7.69k|	       p15card->card->type == SC_CARD_TYPE_FINEID_2025;
  ------------------
  |  Branch (39:9): [True: 0, False: 7.69k]
  ------------------
   40|  7.69k|}

sc_pkcs15emu_gemsafeV1_init_ex:
  451|  10.3k|{
  452|  10.3k|	if (gemsafe_detect_card(p15card))
  ------------------
  |  Branch (452:6): [True: 9.53k, False: 837]
  ------------------
  453|  9.53k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.53k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  454|    837|	return sc_pkcs15emu_gemsafeV1_init(p15card);
  455|  10.3k|}
pkcs15-gemsafeV1.c:gemsafe_detect_card:
  298|  10.3k|{
  299|  10.3k|	if (strcmp(p15card->card->name, "GemSAFE V1"))
  ------------------
  |  Branch (299:6): [True: 9.53k, False: 837]
  ------------------
  300|  9.53k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.53k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  301|       |
  302|    837|	return SC_SUCCESS;
  ------------------
  |  |   28|    837|#define SC_SUCCESS				0
  ------------------
  303|  10.3k|}
pkcs15-gemsafeV1.c:sc_pkcs15emu_gemsafeV1_init:
  306|    837|{
  307|    837|	int		    r;
  308|    837|	unsigned int    i;
  309|    837|	struct sc_path  path;
  310|    837|	struct sc_file *file = NULL;
  311|    837|	struct sc_card *card = p15card->card;
  312|    837|	struct sc_apdu  apdu;
  313|    837|	u8		    rbuf[SC_MAX_APDU_BUFFER_SIZE];
  314|       |
  315|    837|	sc_log(p15card->card->ctx, "Setting pkcs15 parameters");
  ------------------
  |  |   71|    837|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  316|       |
  317|    837|	set_string(&p15card->tokeninfo->label, APPLET_NAME);
  ------------------
  |  |   32|    837|#define APPLET_NAME		"GemSAFE V1"
  ------------------
  318|    837|	if (!p15card->tokeninfo->label)
  ------------------
  |  Branch (318:6): [True: 0, False: 837]
  ------------------
  319|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  320|       |
  321|    837|	set_string(&p15card->tokeninfo->serial_number, DRIVER_SERIAL_NUMBER);
  ------------------
  |  |   33|    837|#define DRIVER_SERIAL_NUMBER	"v0.9"
  ------------------
  322|    837|	if (!p15card->tokeninfo->serial_number) {
  ------------------
  |  Branch (322:6): [True: 0, False: 837]
  ------------------
  323|      0|		free(p15card->tokeninfo->label);
  324|      0|		p15card->tokeninfo->label = NULL;
  325|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  326|      0|	}
  327|       |
  328|       |	/* the GemSAFE applet version number */
  329|    837|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0xdf, 0x03);
  ------------------
  |  |  292|    837|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  330|    837|	apdu.cla = 0x80;
  331|    837|	apdu.resp = rbuf;
  332|    837|	apdu.resplen = sizeof(rbuf);
  333|       |	/* Manual says Le=0x05, but should be 0x08 to return full version number */
  334|    837|	apdu.le = 0x08;
  335|    837|	apdu.lc = 0;
  336|    837|	apdu.datalen = 0;
  337|    837|	r = sc_transmit_apdu(card, &apdu);
  338|    837|	if (r < 0)
  ------------------
  |  Branch (338:6): [True: 5, False: 832]
  ------------------
  339|      5|		sc_pkcs15_card_clear(p15card);
  340|    837|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    837|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    837|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    837|	int _ret = (r); \
  |  |  |  |  168|    837|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 832]
  |  |  |  |  ------------------
  |  |  |  |  169|      5|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      5|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      5|		return _ret; \
  |  |  |  |  172|      5|	} \
  |  |  |  |  173|    837|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 832]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|       |
  342|    832|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00 || r != SC_SUCCESS) {
  ------------------
  |  |   28|    163|#define SC_SUCCESS				0
  ------------------
  |  Branch (342:6): [True: 658, False: 174]
  |  Branch (342:26): [True: 11, False: 163]
  |  Branch (342:46): [True: 0, False: 163]
  ------------------
  343|    669|		sc_pkcs15_card_clear(p15card);
  344|    669|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    669|#define SC_ERROR_INTERNAL			-1400
  ------------------
  345|    669|	}
  346|       |
  347|       |	/* the manufacturer ID, in this case GemPlus */
  348|    163|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   31|    163|#define MANU_ID			"Gemplus"
  ------------------
  349|    163|	if (!p15card->tokeninfo->manufacturer_id) {
  ------------------
  |  Branch (349:6): [True: 0, False: 163]
  ------------------
  350|      0|		sc_pkcs15_card_clear(p15card);
  351|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  352|      0|	}
  353|       |
  354|       |	/* determine allocated key containers and length of certificates */
  355|    163|	r = gemsafe_get_cert_len(card);
  356|    163|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    163|#define SC_SUCCESS				0
  ------------------
  |  Branch (356:6): [True: 111, False: 52]
  ------------------
  357|    111|		sc_pkcs15_card_clear(p15card);
  358|    111|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    111|#define SC_ERROR_INTERNAL			-1400
  ------------------
  359|    111|	}
  360|       |
  361|       |	/* set certs */
  362|     52|	sc_log(p15card->card->ctx, "Setting certificates");
  ------------------
  |  |   71|     52|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  363|    676|	for (i = 0; i < gemsafe_cert_max; i++) {
  ------------------
  |  Branch (363:14): [True: 624, False: 52]
  ------------------
  364|    624|		struct sc_pkcs15_id p15Id;
  365|    624|		struct sc_path path;
  366|       |
  367|    624|		if (gemsafe_cert[i].label == NULL)
  ------------------
  |  Branch (367:7): [True: 624, False: 0]
  ------------------
  368|    624|			continue;
  369|      0|		sc_format_path(gemsafe_cert[i].path, &path);
  370|      0|		sc_pkcs15_format_id(gemsafe_cert[i].id, &p15Id);
  371|      0|		path.index = gemsafe_cert[i].index;
  372|      0|		path.count = gemsafe_cert[i].count;
  373|      0|		sc_pkcs15emu_add_cert(p15card, SC_PKCS15_TYPE_CERT_X509,
  ------------------
  |  |  439|      0|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  374|      0|				      gemsafe_cert[i].authority, &path, &p15Id,
  375|      0|				      gemsafe_cert[i].label, gemsafe_cert[i].obj_flags);
  376|      0|	}
  377|       |
  378|       |	/* set gemsafe_pin */
  379|     52|	sc_log(p15card->card->ctx, "Setting PIN");
  ------------------
  |  |   71|     52|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  380|    103|	for (i=0; i < gemsafe_pin_max; i++) {
  ------------------
  |  Branch (380:12): [True: 103, False: 0]
  ------------------
  381|    103|		struct sc_pkcs15_id	p15Id;
  382|    103|		struct sc_path path;
  383|       |
  384|    103|		sc_pkcs15_format_id(gemsafe_pin[i].id, &p15Id);
  385|    103|		sc_format_path(gemsafe_pin[i].path, &path);
  386|    103|		if (gemsafe_pin[i].atr_len == 0 ||
  ------------------
  |  Branch (386:7): [True: 51, False: 52]
  ------------------
  387|     52|		   (gemsafe_pin[i].atr_len == p15card->card->atr.len &&
  ------------------
  |  Branch (387:7): [True: 5, False: 47]
  ------------------
  388|      5|		    memcmp(p15card->card->atr.value, gemsafe_pin[i].atr,
  ------------------
  |  Branch (388:7): [True: 1, False: 4]
  ------------------
  389|     52|			   p15card->card->atr.len) == 0)) {
  390|     52|			sc_pkcs15emu_add_pin(p15card, &p15Id, gemsafe_pin[i].label,
  391|     52|					     &path, gemsafe_pin[i].ref, gemsafe_pin[i].type,
  392|     52|					     gemsafe_pin[i].minlen, gemsafe_pin[i].maxlen,
  393|     52|					     gemsafe_pin[i].flags, gemsafe_pin[i].tries_left,
  394|     52|					     gemsafe_pin[i].pad_char, gemsafe_pin[i].obj_flags);
  395|     52|			break;
  396|     52|		}
  397|    103|	};
  398|       |
  399|       |	/* set private keys */
  400|     52|	sc_log(p15card->card->ctx, "Setting private keys");
  ------------------
  |  |   71|     52|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  401|    676|	for (i = 0; i < gemsafe_cert_max; i++) {
  ------------------
  |  Branch (401:14): [True: 624, False: 52]
  ------------------
  402|    624|		struct sc_pkcs15_id p15Id, authId, *pauthId;
  403|    624|		struct sc_path path;
  404|    624|		int key_ref = 0x03;
  405|       |
  406|    624|		if (gemsafe_prkeys[i].label == NULL)
  ------------------
  |  Branch (406:7): [True: 624, False: 0]
  ------------------
  407|    624|			continue;
  408|      0|		sc_pkcs15_format_id(gemsafe_prkeys[i].id, &p15Id);
  409|      0|		if (gemsafe_prkeys[i].auth_id) {
  ------------------
  |  Branch (409:7): [True: 0, False: 0]
  ------------------
  410|      0|			sc_pkcs15_format_id(gemsafe_prkeys[i].auth_id, &authId);
  411|      0|			pauthId = &authId;
  412|      0|		} else
  413|      0|			pauthId = NULL;
  414|      0|		sc_format_path(gemsafe_prkeys[i].path, &path);
  415|       |		/*
  416|       |		 * The key ref may be different for different sites;
  417|       |		 * by adding flags=n where the low order 4 bits can be
  418|       |		 * the key ref we can force it.
  419|       |		 */
  420|      0|		if ( p15card->card->flags & 0x0F) {
  ------------------
  |  Branch (420:8): [True: 0, False: 0]
  ------------------
  421|      0|			key_ref = p15card->card->flags & 0x0F;
  422|      0|			sc_log(p15card->card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  423|      0|				 "Overriding key_ref %d with %d\n",
  424|      0|				 gemsafe_prkeys[i].ref, key_ref);
  425|      0|		} else
  426|      0|			key_ref = gemsafe_prkeys[i].ref;
  427|      0|		sc_pkcs15emu_add_prkey(p15card, &p15Id, gemsafe_prkeys[i].label,
  428|      0|				       SC_PKCS15_TYPE_PRKEY_RSA,
  ------------------
  |  |  419|      0|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  429|      0|				       gemsafe_prkeys[i].modulus_len, gemsafe_prkeys[i].usage,
  430|      0|				       &path, key_ref, pauthId,
  431|      0|				       gemsafe_prkeys[i].obj_flags);
  432|      0|	}
  433|       |
  434|       |	/* select the application DF */
  435|     52|	sc_log(p15card->card->ctx, "Selecting application DF");
  ------------------
  |  |   71|     52|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  436|     52|	sc_format_path(GEMSAFE_APP_PATH, &path);
  ------------------
  |  |   34|     52|#define GEMSAFE_APP_PATH	"3F001600"
  ------------------
  437|     52|	r = sc_select_file(card, &path, &file);
  438|     52|	if (r != SC_SUCCESS || !file) {
  ------------------
  |  |   28|    104|#define SC_SUCCESS				0
  ------------------
  |  Branch (438:6): [True: 37, False: 15]
  |  Branch (438:25): [True: 0, False: 15]
  ------------------
  439|     37|		sc_pkcs15_card_clear(p15card);
  440|     37|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     37|#define SC_ERROR_INTERNAL			-1400
  ------------------
  441|     37|	}
  442|       |	/* set the application DF */
  443|     15|	sc_file_free(p15card->file_app);
  444|     15|	p15card->file_app = file;
  445|       |
  446|     15|	return SC_SUCCESS;
  ------------------
  |  |   28|     15|#define SC_SUCCESS				0
  ------------------
  447|     52|}
pkcs15-gemsafeV1.c:gemsafe_get_cert_len:
  163|    163|{
  164|    163|	int r;
  165|    163|	u8  ibuf[GEMSAFE_MAX_OBJLEN];
  166|    163|	u8 *iptr;
  167|    163|	struct sc_path path;
  168|    163|	struct sc_file *file;
  169|    163|	size_t objlen;
  170|    163|	int certlen;
  171|    163|	unsigned int ind, i=0;
  172|    163|	int read_len;
  173|       |
  174|    163|	sc_format_path(GEMSAFE_PATH, &path);
  ------------------
  |  |   35|    163|#define GEMSAFE_PATH		"3F0016000004"
  ------------------
  175|    163|	r = sc_select_file(card, &path, &file);
  176|    163|	if (r != SC_SUCCESS || !file)
  ------------------
  |  |   28|    326|#define SC_SUCCESS				0
  ------------------
  |  Branch (176:6): [True: 8, False: 155]
  |  Branch (176:25): [True: 0, False: 155]
  ------------------
  177|      8|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      8|#define SC_ERROR_INTERNAL			-1400
  ------------------
  178|    155|	sc_file_free(file);
  179|       |
  180|       |	/* Initial read */
  181|    155|	read_len = sc_read_binary(card, 0, ibuf, GEMSAFE_READ_QUANTUM, 0);
  ------------------
  |  |   40|    155|#define GEMSAFE_READ_QUANTUM    248
  ------------------
  182|    155|	if (read_len <= 2) {
  ------------------
  |  Branch (182:6): [True: 11, False: 144]
  ------------------
  183|     11|		sc_log(card->ctx, "Invalid size of object data: %d", read_len);
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  184|     11|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     11|#define SC_ERROR_INTERNAL			-1400
  ------------------
  185|     11|	}
  186|       |
  187|       |	/* Actual stored object size is encoded in first 2 bytes
  188|       |	 * (allocated EF space is much greater!)
  189|       |	 */
  190|    144|	objlen = (((size_t) ibuf[0]) << 8) | ibuf[1];
  191|    144|	sc_log(card->ctx, "Stored object is of size: %zu", objlen);
  ------------------
  |  |   71|    144|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  192|    144|	if (objlen < 1 || objlen > GEMSAFE_MAX_OBJLEN) {
  ------------------
  |  |   41|    143|#define GEMSAFE_MAX_OBJLEN      28672
  ------------------
  |  Branch (192:6): [True: 1, False: 143]
  |  Branch (192:20): [True: 9, False: 134]
  ------------------
  193|     10|		sc_log(card->ctx, "Invalid object size: %zu", objlen);
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  194|     10|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     10|#define SC_ERROR_INTERNAL			-1400
  ------------------
  195|     10|	}
  196|       |
  197|       |	/* It looks like the first thing in the block is a table of
  198|       |	 * which keys are allocated. The table is small and is in the
  199|       |	 * first 248 bytes. Example for a card with 10 key containers:
  200|       |	 * 01 f0 00 03 03 b0 00 03     <=  1st key unallocated
  201|       |	 * 01 f0 00 04 03 b0 00 04     <=  2nd key unallocated
  202|       |	 * 01 fe 14 00 05 03 b0 00 05  <=  3rd key allocated
  203|       |	 * 01 fe 14 01 06 03 b0 00 06  <=  4th key allocated
  204|       |	 * 01 f0 00 07 03 b0 00 07     <=  5th key unallocated
  205|       |	 * ...
  206|       |	 * 01 f0 00 0c 03 b0 00 0c     <= 10th key unallocated
  207|       |	 * For allocated keys, the fourth byte seems to indicate the
  208|       |	 * default key and the fifth byte indicates the key_ref of
  209|       |	 * the private key.
  210|       |	 */
  211|    134|	ind = 2; /* skip length */
  212|    222|	while (ind + 1 < (size_t)read_len && ibuf[ind] == 0x01 && i < gemsafe_cert_max) {
  ------------------
  |  Branch (212:9): [True: 188, False: 34]
  |  Branch (212:39): [True: 88, False: 100]
  |  Branch (212:60): [True: 88, False: 0]
  ------------------
  213|     88|		if (ibuf[ind+1] == 0xFE) {
  ------------------
  |  Branch (213:7): [True: 21, False: 67]
  ------------------
  214|     21|			gemsafe_prkeys[i].ref = ibuf[ind+4];
  215|     21|			sc_log(card->ctx, "Key container %d is allocated and uses key_ref %d",
  ------------------
  |  |   71|     21|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  216|     21|					i+1, gemsafe_prkeys[i].ref);
  217|     21|			ind += 9;
  218|     21|		}
  219|     67|		else {
  220|     67|			gemsafe_prkeys[i].label = NULL;
  221|     67|			gemsafe_cert[i].label = NULL;
  222|     67|			sc_log(card->ctx, "Key container %d is unallocated", i+1);
  ------------------
  |  |   71|     67|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  223|     67|			ind += 8;
  224|     67|		}
  225|     88|		i++;
  226|     88|	}
  227|       |
  228|       |	/* Delete additional key containers from the data structures if
  229|       |	 * this card can't accommodate them.
  230|       |	 */
  231|  1.65k|	for (; i < gemsafe_cert_max; i++) {
  ------------------
  |  Branch (231:9): [True: 1.52k, False: 134]
  ------------------
  232|  1.52k|		gemsafe_prkeys[i].label = NULL;
  233|  1.52k|		gemsafe_cert[i].label = NULL;
  234|  1.52k|	}
  235|       |
  236|       |	/* Read entire file, then dissect in memory.
  237|       |	 * Gemalto ClassicClient seems to do it the same way.
  238|       |	 */
  239|    134|	iptr = ibuf + read_len;
  240|  1.88k|	while ((size_t)(iptr - ibuf) < objlen) {
  ------------------
  |  Branch (240:9): [True: 1.82k, False: 52]
  ------------------
  241|  1.82k|		r = sc_read_binary(card, (unsigned)(iptr - ibuf), iptr,
  242|  1.82k|				   MIN(GEMSAFE_READ_QUANTUM, objlen - (iptr - ibuf)), 0);
  ------------------
  |  |   70|  1.82k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 1.71k, False: 114]
  |  |  ------------------
  ------------------
  243|  1.82k|		if (r < 0) {
  ------------------
  |  Branch (243:7): [True: 71, False: 1.75k]
  ------------------
  244|     71|			sc_log(card->ctx, "Could not read cert object");
  ------------------
  |  |   71|     71|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  245|     71|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     71|#define SC_ERROR_INTERNAL			-1400
  ------------------
  246|     71|		}
  247|  1.75k|		if (r == 0)
  ------------------
  |  Branch (247:7): [True: 11, False: 1.74k]
  ------------------
  248|     11|			break;
  249|  1.74k|		read_len += r;
  250|  1.74k|		iptr += r;
  251|  1.74k|	}
  252|     63|	if ((size_t)read_len < objlen) {
  ------------------
  |  Branch (252:6): [True: 11, False: 52]
  ------------------
  253|     11|		sc_log(card->ctx, "Could not read cert object");
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  254|     11|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     11|#define SC_ERROR_INTERNAL			-1400
  ------------------
  255|     11|	}
  256|       |
  257|       |	/* Search buffer for certificates, they start with 0x3082. */
  258|     52|	i = 0;
  259|    504|	while (ind < objlen - 1) {
  ------------------
  |  Branch (259:9): [True: 453, False: 51]
  ------------------
  260|    453|		if (ibuf[ind] == 0x30 && ibuf[ind+1] == 0x82) {
  ------------------
  |  Branch (260:7): [True: 200, False: 253]
  |  Branch (260:28): [True: 1, False: 199]
  ------------------
  261|       |			/* Find next allocated key container */
  262|     13|			while (i < gemsafe_cert_max && gemsafe_cert[i].label == NULL)
  ------------------
  |  Branch (262:11): [True: 12, False: 1]
  |  Branch (262:35): [True: 12, False: 0]
  ------------------
  263|     12|				i++;
  264|      1|			if (i == gemsafe_cert_max) {
  ------------------
  |  Branch (264:8): [True: 1, False: 0]
  ------------------
  265|      1|				sc_log(card->ctx, "Warning: Found orphaned certificate at offset %d", ind);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  266|      1|				return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  267|      1|			}
  268|       |			/* DER cert len is encoded this way */
  269|      0|			if (ind+3 >= sizeof ibuf)
  ------------------
  |  Branch (269:8): [True: 0, False: 0]
  ------------------
  270|      0|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  271|      0|			certlen = ((((int)ibuf[ind + 2]) << 8) | ibuf[ind + 3]) + 4;
  272|      0|			sc_log(card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  273|      0|			       "Found certificate of key container %d at offset %d, len %d",
  274|      0|			       i+1, ind, certlen);
  275|      0|			gemsafe_cert[i].index = ind;
  276|      0|			gemsafe_cert[i].count = certlen;
  277|      0|			ind += certlen;
  278|      0|			i++;
  279|      0|		} else
  280|    452|			ind++;
  281|    453|	}
  282|       |
  283|       |	/* Delete additional key containers from the data structures if
  284|       |	 * they're missing on the card.
  285|       |	 */
  286|    663|	for (; i < gemsafe_cert_max; i++) {
  ------------------
  |  Branch (286:9): [True: 612, False: 51]
  ------------------
  287|    612|		if (gemsafe_cert[i].label) {
  ------------------
  |  Branch (287:7): [True: 0, False: 612]
  ------------------
  288|      0|			sc_log(card->ctx, "Warning: Certificate of key container %d is missing", i+1);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  289|      0|			gemsafe_prkeys[i].label = NULL;
  290|      0|			gemsafe_cert[i].label = NULL;
  291|      0|		}
  292|    612|	}
  293|       |
  294|     51|	return SC_SUCCESS;
  ------------------
  |  |   28|     51|#define SC_SUCCESS				0
  ------------------
  295|     52|}
pkcs15-gemsafeV1.c:sc_pkcs15emu_add_object:
  490|     52|{
  491|     52|	sc_pkcs15_object_t *obj;
  492|     52|	int		df_type;
  493|       |
  494|     52|	obj = calloc(1, sizeof(*obj));
  495|     52|	if (!obj) {
  ------------------
  |  Branch (495:6): [True: 0, False: 52]
  ------------------
  496|      0|		LOG_FUNC_RETURN(p15card->card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  497|      0|	}
  498|       |
  499|     52|	obj->type  = type;
  500|     52|	obj->data  = data;
  501|       |
  502|     52|	if (label)
  ------------------
  |  Branch (502:6): [True: 52, False: 0]
  ------------------
  503|     52|		strncpy(obj->label, label, sizeof(obj->label)-1);
  504|       |
  505|     52|	obj->flags = obj_flags;
  506|     52|	if (auth_id)
  ------------------
  |  Branch (506:6): [True: 0, False: 52]
  ------------------
  507|      0|		obj->auth_id = *auth_id;
  508|       |
  509|     52|	switch (type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|     52|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  510|     52|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|     52|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (510:2): [True: 52, False: 0]
  ------------------
  511|     52|		df_type = SC_PKCS15_AODF;
  ------------------
  |  |  496|     52|#define SC_PKCS15_AODF			8
  ------------------
  512|     52|		break;
  513|      0|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|      0|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (513:2): [True: 0, False: 52]
  ------------------
  514|      0|		df_type = SC_PKCS15_PRKDF;
  ------------------
  |  |  488|      0|#define SC_PKCS15_PRKDF			0
  ------------------
  515|      0|		break;
  516|      0|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|      0|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (516:2): [True: 0, False: 52]
  ------------------
  517|      0|		df_type = SC_PKCS15_PUKDF;
  ------------------
  |  |  489|      0|#define SC_PKCS15_PUKDF			1
  ------------------
  518|      0|		break;
  519|      0|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|      0|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (519:2): [True: 0, False: 52]
  ------------------
  520|      0|		df_type = SC_PKCS15_CDF;
  ------------------
  |  |  492|      0|#define SC_PKCS15_CDF			4
  ------------------
  521|      0|		break;
  522|      0|	default:
  ------------------
  |  Branch (522:2): [True: 0, False: 52]
  ------------------
  523|      0|		sc_log(p15card->card->ctx, "Unknown PKCS15 object type %d", type);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  524|      0|		free(obj);
  525|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  526|     52|	}
  527|       |
  528|     52|	obj->df = sc_pkcs15emu_get_df(p15card, df_type);
  529|     52|	sc_pkcs15_add_object(p15card, obj);
  530|       |
  531|     52|	return 0;
  532|     52|}
pkcs15-gemsafeV1.c:sc_pkcs15emu_get_df:
  459|     52|{
  460|     52|	sc_pkcs15_df_t	*df;
  461|     52|	sc_file_t	*file;
  462|     52|	int		created = 0;
  463|       |
  464|    104|	while (1) {
  ------------------
  |  Branch (464:9): [True: 104, Folded]
  ------------------
  465|    104|		for (df = p15card->df_list; df; df = df->next) {
  ------------------
  |  Branch (465:31): [True: 52, False: 52]
  ------------------
  466|     52|			if (df->type == type) {
  ------------------
  |  Branch (466:8): [True: 52, False: 0]
  ------------------
  467|     52|				if (created)
  ------------------
  |  Branch (467:9): [True: 52, False: 0]
  ------------------
  468|     52|					df->enumerated = 1;
  469|     52|				return df;
  470|     52|			}
  471|     52|		}
  472|       |
  473|     52|		if (created != 0)
  ------------------
  |  Branch (473:7): [True: 0, False: 52]
  ------------------
  474|      0|			return NULL;
  475|       |
  476|     52|		file = sc_file_new();
  477|     52|		if (!file)
  ------------------
  |  Branch (477:7): [True: 0, False: 52]
  ------------------
  478|      0|			return NULL;
  479|     52|		sc_format_path("11001101", &file->path);
  480|     52|		sc_pkcs15_add_df(p15card, type, &file->path);
  481|     52|		sc_file_free(file);
  482|     52|		created++;
  483|     52|	}
  484|     52|}
pkcs15-gemsafeV1.c:sc_pkcs15emu_add_pin:
  541|     52|{
  542|     52|	sc_pkcs15_auth_info_t *info;
  543|       |
  544|     52|	info = calloc(1, sizeof(*info));
  545|     52|	if (!info)
  ------------------
  |  Branch (545:6): [True: 0, False: 52]
  ------------------
  546|     52|		LOG_FUNC_RETURN(p15card->card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  547|       |
  548|     52|	info->auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     52|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  549|     52|	info->auth_method = SC_AC_CHV;
  ------------------
  |  |  151|     52|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  550|     52|	info->auth_id           = *id;
  551|     52|	info->attrs.pin.min_length        = min_length;
  552|     52|	info->attrs.pin.max_length        = max_length;
  553|     52|	info->attrs.pin.stored_length     = max_length;
  554|     52|	info->attrs.pin.type              = type;
  555|     52|	info->attrs.pin.reference         = ref;
  556|     52|	info->attrs.pin.flags             = flags;
  557|     52|	info->attrs.pin.pad_char          = pad_char;
  558|     52|	info->tries_left        = tries_left;
  559|     52|	info->logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|     52|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  560|       |
  561|     52|	if (path)
  ------------------
  |  Branch (561:6): [True: 52, False: 0]
  ------------------
  562|     52|		info->path = *path;
  563|       |
  564|     52|	return sc_pkcs15emu_add_object(p15card, SC_PKCS15_TYPE_AUTH_PIN, label, info, NULL, obj_flags);
  ------------------
  |  |  445|     52|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
  565|     52|}

sc_pkcs15emu_gids_init_ex:
  241|  10.0k|{
  242|  10.0k|	if (p15card->card->type != SC_CARD_TYPE_GIDS_GENERIC && p15card->card->type != SC_CARD_TYPE_GIDS_V1 && p15card->card->type != SC_CARD_TYPE_GIDS_V2) {
  ------------------
  |  Branch (242:6): [True: 9.94k, False: 85]
  |  Branch (242:58): [True: 9.94k, False: 1]
  |  Branch (242:105): [True: 9.94k, False: 1]
  ------------------
  243|  9.94k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.94k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  244|  9.94k|	}
  245|     87|	return sc_pkcs15emu_gids_init(p15card);
  246|  10.0k|}
pkcs15-gids.c:sc_pkcs15emu_gids_init:
  112|     87|{
  113|     87|	sc_card_t *card = p15card->card;
  114|     87|	int r;
  115|     87|	size_t i;
  116|     87|	struct sc_pkcs15_auth_info pin_info;
  117|     87|	struct sc_pkcs15_object pin_obj;
  118|     87|	struct sc_pin_cmd_data pin_cmd_data;
  119|     87|	size_t recordsnum;
  120|     87|	int has_puk;
  121|       |
  122|     87|	r = sc_card_ctl(card, SC_CARDCTL_GIDS_GET_ALL_CONTAINERS, &recordsnum);
  123|     87|	LOG_TEST_RET(card->ctx, r, "unable to get the containers. Uninitialized card ?");
  ------------------
  |  |  174|     87|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     87|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     87|	int _ret = (r); \
  |  |  |  |  168|     87|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 87, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     87|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     87|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     87|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     87|		return _ret; \
  |  |  |  |  172|     87|	} \
  |  |  |  |  173|     87|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  124|       |
  125|      0|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, NULL);
  126|      0|	LOG_TEST_RET(card->ctx, r, "unable to get the serial number. Uninitialized card ?");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  127|       |
  128|      0|	free(p15card->tokeninfo->serial_number);
  129|      0|	p15card->tokeninfo->serial_number = (char*) malloc(card->serialnr.len *2 +1);
  130|      0|	if (!p15card->tokeninfo->serial_number) {
  ------------------
  |  Branch (130:6): [True: 0, False: 0]
  ------------------
  131|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  132|      0|	}
  133|      0|	sc_bin_to_hex(card->serialnr.value, card->serialnr.len, p15card->tokeninfo->serial_number, card->serialnr.len *2 +1, 0);
  134|       |
  135|      0|	if (p15card->tokeninfo->label == NULL) {
  ------------------
  |  Branch (135:6): [True: 0, False: 0]
  ------------------
  136|      0|		p15card->tokeninfo->label = strdup("GIDS card");
  137|      0|		if (p15card->tokeninfo->label == NULL) {
  ------------------
  |  Branch (137:7): [True: 0, False: 0]
  ------------------
  138|      0|			free(p15card->tokeninfo->serial_number);
  139|      0|			p15card->tokeninfo->serial_number = NULL;
  140|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|      0|		}
  142|      0|	}
  143|       |
  144|      0|	if ((p15card->tokeninfo->manufacturer_id != NULL) && !strcmp("(unknown)", p15card->tokeninfo->manufacturer_id)) {
  ------------------
  |  Branch (144:6): [True: 0, False: 0]
  |  Branch (144:55): [True: 0, False: 0]
  ------------------
  145|      0|		free(p15card->tokeninfo->manufacturer_id);
  146|      0|		p15card->tokeninfo->manufacturer_id = NULL;
  147|      0|	}
  148|       |
  149|      0|	if (p15card->tokeninfo->manufacturer_id == NULL) {
  ------------------
  |  Branch (149:6): [True: 0, False: 0]
  ------------------
  150|      0|		p15card->tokeninfo->manufacturer_id = strdup("www.mysmartlogon.com");
  151|      0|		if (p15card->tokeninfo->manufacturer_id == NULL) {
  ------------------
  |  Branch (151:7): [True: 0, False: 0]
  ------------------
  152|      0|			sc_pkcs15_card_clear(p15card);
  153|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  154|      0|		}
  155|      0|	}
  156|      0|	if (p15card->card->type == SC_CARD_TYPE_GIDS_V2) {
  ------------------
  |  Branch (156:6): [True: 0, False: 0]
  ------------------
  157|      0|		p15card->tokeninfo->version = 2;
  158|      0|	} else if (p15card->card->type == SC_CARD_TYPE_GIDS_V1) {
  ------------------
  |  Branch (158:13): [True: 0, False: 0]
  ------------------
  159|      0|		p15card->tokeninfo->version = 1;
  160|      0|	}
  161|       |
  162|      0|	memset(&pin_info, 0, sizeof(pin_info));
  163|      0|	memset(&pin_obj, 0, sizeof(pin_obj));
  164|       |
  165|      0|	pin_info.auth_id.len = 1;
  166|      0|	pin_info.auth_id.value[0] = 0x80;
  167|      0|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|      0|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  168|      0|	pin_info.attrs.pin.reference = 0x80;
  169|      0|	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_INITIALIZED;
  ------------------
  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
              	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_INITIALIZED;
  ------------------
  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  170|      0|	pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|      0|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  171|      0|	pin_info.attrs.pin.min_length = 4;
  172|      0|	pin_info.attrs.pin.stored_length = 0;
  173|      0|	pin_info.attrs.pin.max_length = 15;
  174|      0|	pin_info.attrs.pin.pad_char = '\0';
  175|      0|	pin_info.tries_left = -1;
  176|      0|	pin_info.max_tries = -1;
  177|       |
  178|      0|	memset(&pin_cmd_data, 0, sizeof(pin_cmd_data));
  179|      0|	pin_cmd_data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|      0|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  180|      0|	pin_cmd_data.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  181|      0|	pin_cmd_data.pin_reference = pin_info.attrs.pin.reference;
  182|       |
  183|      0|	r = sc_pin_cmd(card, &pin_cmd_data);
  184|      0|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (184:6): [True: 0, False: 0]
  ------------------
  185|      0|		pin_info.max_tries = pin_cmd_data.pin1.max_tries;
  186|      0|		pin_info.tries_left = pin_cmd_data.pin1.tries_left;
  187|      0|	}
  188|       |
  189|      0|	strlcpy(pin_obj.label, "UserPIN", sizeof(pin_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  190|      0|	pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE|SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
              	pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE|SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|      0|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  191|       |
  192|       |	/*
  193|       |	 * check whether PUK is available on this card and then optionally
  194|       |	 * link PIN with PUK.
  195|       |	 */
  196|      0|	pin_cmd_data.pin_reference = 0x81;
  197|      0|	has_puk = sc_pin_cmd(card, &pin_cmd_data) == SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  198|      0|	if (has_puk) {
  ------------------
  |  Branch (198:6): [True: 0, False: 0]
  ------------------
  199|      0|		pin_obj.auth_id.len = 1;
  200|      0|		pin_obj.auth_id.value[0] = 0x81;
  201|      0|	}
  202|       |
  203|      0|	r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  204|      0|	LOG_TEST_GOTO_ERR(card->ctx, r, "unable to sc_pkcs15emu_add_pin_obj");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|       |
  206|      0|	if (has_puk) {
  ------------------
  |  Branch (206:6): [True: 0, False: 0]
  ------------------
  207|      0|		pin_info.auth_id.value[0] = 0x81;
  208|      0|		pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN;
  ------------------
  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
              		pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN;
  ------------------
  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
              		pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN;
  ------------------
  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
  209|      0|		pin_info.attrs.pin.reference = 0x81;
  210|      0|		pin_info.max_tries = pin_cmd_data.pin1.max_tries;
  211|      0|		pin_info.tries_left = pin_cmd_data.pin1.tries_left;
  212|      0|		strlcpy(pin_obj.label, "PUK", sizeof(pin_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  213|      0|		pin_obj.auth_id.len = 0;
  214|      0|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  215|      0|		LOG_TEST_GOTO_ERR(card->ctx, r, "unable to sc_pkcs15emu_add_pin_obj with PUK");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  216|      0|	}
  217|       |
  218|      0|	r = sc_card_ctl(card, SC_CARDCTL_GIDS_GET_ALL_CONTAINERS, &recordsnum);
  219|      0|	LOG_TEST_GOTO_ERR(card->ctx, r, "sc_card_ctl SC_CARDCTL_GIDS_GET_ALL_CONTAINERS");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|       |
  221|      0|	for (i = 0; i < recordsnum; i++) {
  ------------------
  |  Branch (221:14): [True: 0, False: 0]
  ------------------
  222|      0|		sc_cardctl_gids_get_container_t container;
  223|      0|		memset(&container, 0, sizeof(sc_cardctl_gids_get_container_t));
  224|      0|		container.containernum = i;
  225|      0|		r = sc_card_ctl(card, SC_CARDCTL_GIDS_GET_CONTAINER_DETAIL, &container);
  226|      0|		if (r < 0) {
  ------------------
  |  Branch (226:7): [True: 0, False: 0]
  ------------------
  227|       |			// one of the container information couldn't be retrieved
  228|       |			// ignore it
  229|      0|			continue;
  230|      0|		}
  231|      0|		sc_pkcs15emu_gids_add_prkey(p15card, &container);
  232|      0|	}
  233|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  234|      0|err:
  235|      0|	sc_pkcs15_card_clear(p15card);
  236|      0|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  237|      0|}

sc_pkcs15emu_iasecc_init_ex:
  268|  9.95k|{
  269|  9.95k|	if (iasecc_pkcs15emu_detect_card(p15card))
  ------------------
  |  Branch (269:6): [True: 9.38k, False: 571]
  ------------------
  270|  9.38k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.38k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  271|       |
  272|    571|	return sc_pkcs15emu_iasecc_init(p15card, aid);
  273|  9.95k|}
pkcs15-iasecc.c:iasecc_pkcs15emu_detect_card:
  239|  9.95k|{
  240|  9.95k|	if (p15card->card->type < SC_CARD_TYPE_IASECC_BASE)
  ------------------
  |  Branch (240:6): [True: 7.13k, False: 2.81k]
  ------------------
  241|  7.13k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.13k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  242|       |
  243|  2.81k|	if (p15card->card->type > SC_CARD_TYPE_IASECC_BASE + 10)
  ------------------
  |  Branch (243:6): [True: 2.24k, False: 571]
  ------------------
  244|  2.24k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  2.24k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  245|       |
  246|    571|	return SC_SUCCESS;
  ------------------
  |  |   28|    571|#define SC_SUCCESS				0
  ------------------
  247|  2.81k|}
pkcs15-iasecc.c:sc_pkcs15emu_iasecc_init:
  252|    571|{
  253|    571|	struct sc_context *ctx = p15card->card->ctx;
  254|    571|	int rv;
  255|       |
  256|    571|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    571|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    571|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    571|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    571|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 571]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  257|       |
  258|    571|	rv = sc_pkcs15_bind_internal(p15card, aid);
  259|       |
  260|    571|	p15card->ops.parse_df = _iasecc_parse_df;
  261|       |
  262|    571|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    571|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    571|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    571|	int _ret = r; \
  |  |  |  |  155|    571|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 571, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    571|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    571|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 571, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    571|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    571|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    571|	return _ret; \
  |  |  |  |  163|    571|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|    571|}

sc_pkcs15emu_idprime_init_ex:
  357|  10.6k|{
  358|  10.6k|	sc_card_t   *card = p15card->card;
  359|  10.6k|	sc_context_t    *ctx = card->ctx;
  360|       |
  361|  10.6k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  10.6k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  10.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  10.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  10.6k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 10.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  362|       |
  363|  10.6k|	if (idprime_detect_card(p15card))
  ------------------
  |  Branch (363:6): [True: 10.3k, False: 238]
  ------------------
  364|  10.3k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  10.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  365|    238|	return sc_pkcs15emu_idprime_init(p15card);
  366|  10.6k|}
pkcs15-idprime.c:idprime_detect_card:
   40|  10.6k|{
   41|  10.6k|	sc_card_t *card = p15card->card;
   42|       |
   43|  10.6k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.6k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.6k]
  |  |  ------------------
  ------------------
   44|       |
   45|  10.6k|	if (card->type < SC_CARD_TYPE_IDPRIME_BASE
  ------------------
  |  Branch (45:6): [True: 9.82k, False: 782]
  ------------------
   46|    782|		|| card->type >= SC_CARD_TYPE_IDPRIME_BASE+1000)
  ------------------
  |  Branch (46:6): [True: 544, False: 238]
  ------------------
   47|  10.3k|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  10.3k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
   48|    238|	return SC_SUCCESS;
  ------------------
  |  |   28|    238|#define SC_SUCCESS				0
  ------------------
   49|  10.6k|}
pkcs15-idprime.c:sc_pkcs15emu_idprime_init:
   52|    238|{
   53|    238|	int r, i;
   54|    238|	sc_card_t *card = p15card->card;
   55|    238|	sc_serial_number_t serial;
   56|    238|	char buf[SC_MAX_SERIALNR * 2 + 1];
   57|    238|	int count;
   58|    238|	char *token_name = NULL;
   59|    238|	struct sc_pkcs15_auth_info pin_info;
   60|    238|	struct sc_pkcs15_object   pin_obj;
   61|    238|	const char pin_label[] = "PIN";
   62|    238|	const char *pin_id = "11";
   63|    238|	const char sig_pin_label[] = "Digital Signature PIN";
   64|    238|	const char *sig_pin_id = "83";
   65|       |
   66|       |	/* oid for key usage */
   67|    238|	static const struct sc_object_id usage_type = {{ 2, 5, 29, 15, -1 }};
   68|    238|	unsigned int usage;
   69|       |
   70|    238|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    238|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    238|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    238|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 238]
  |  |  ------------------
  ------------------
   71|       |
   72|       |	/* could read this off card if needed */
   73|    238|	set_string(&p15card->tokeninfo->label, "IDPrime");
   74|    238|	set_string(&p15card->tokeninfo->manufacturer_id, "Gemalto");
   75|       |
   76|       |	/*
   77|       |	 * get serial number
   78|       |	 */
   79|    238|	memset(&serial, 0, sizeof(serial));
   80|    238|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
   81|    238|	if (r < 0) {
  ------------------
  |  Branch (81:6): [True: 234, False: 4]
  ------------------
   82|    234|		sc_log(card->ctx, "sc_card_ctl rc=%d", r);
  ------------------
  |  |   71|    234|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   83|    234|		set_string(&p15card->tokeninfo->serial_number, "00000000");
   84|    234|	} else {
   85|      4|		sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
   86|      4|		set_string(&p15card->tokeninfo->serial_number, buf);
   87|      4|	}
   88|       |	/* set pin */
   89|    238|	sc_log(card->ctx,  "IDPrime adding pin...");
  ------------------
  |  |   71|    238|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   90|    238|	memset(&pin_info, 0, sizeof(pin_info));
   91|    238|	memset(&pin_obj,  0, sizeof(pin_obj));
   92|       |
   93|    238|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    238|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
   94|    238|	sc_pkcs15_format_id(pin_id, &pin_info.auth_id);
   95|    238|	pin_info.attrs.pin.reference     = 0x11;
   96|    238|	pin_info.attrs.pin.flags         = SC_PKCS15_PIN_FLAG_INITIALIZED;
  ------------------
  |  |   58|    238|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
   97|    238|	pin_info.attrs.pin.type          = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|    238|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
   98|    238|	pin_info.attrs.pin.min_length    = 4;
   99|    238|	pin_info.attrs.pin.stored_length = 0;
  100|    238|	pin_info.attrs.pin.max_length    = 16;
  101|    238|	pin_info.tries_left    = -1;
  102|       |
  103|    238|	if (card->type == SC_CARD_TYPE_IDPRIME_840
  ------------------
  |  Branch (103:6): [True: 5, False: 233]
  ------------------
  104|    233|	    || card->type == SC_CARD_TYPE_IDPRIME_940
  ------------------
  |  Branch (104:9): [True: 21, False: 212]
  ------------------
  105|    212|	    || card->type == SC_CARD_TYPE_IDPRIME_GENERIC) {
  ------------------
  |  Branch (105:9): [True: 160, False: 52]
  ------------------
  106|    186|		pin_info.attrs.pin.flags |= SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   59|    186|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  107|    186|		pin_info.attrs.pin.stored_length = 16;
  108|    186|		pin_info.attrs.pin.pad_char = 0x00;
  109|    186|	}
  110|       |
  111|    238|	sc_log(card->ctx,  "IDPrime Adding pin with label=%s", pin_label);
  ------------------
  |  |   71|    238|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  112|    238|	strncpy(pin_obj.label, pin_label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|    238|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  113|    238|	pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    238|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  114|       |
  115|    238|	r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  116|    238|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not add pin object");
  ------------------
  |  |  184|    238|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    238|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    238|	int _ret = (r); \
  |  |  |  |  178|    238|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 238]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    238|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  117|       |
  118|       |	/* set signature pin for 940 cards */
  119|    238|	if (card->type == SC_CARD_TYPE_IDPRIME_940) {
  ------------------
  |  Branch (119:6): [True: 21, False: 217]
  ------------------
  120|     21|		sc_log(card->ctx,  "IDPrime adding Digital Signature pin...");
  ------------------
  |  |   71|     21|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  121|     21|		memset(&pin_info, 0, sizeof(pin_info));
  122|     21|		memset(&pin_obj,  0, sizeof(pin_obj));
  123|       |
  124|     21|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     21|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  125|     21|		sc_pkcs15_format_id(sig_pin_id, &pin_info.auth_id);
  126|     21|		pin_info.attrs.pin.reference     = 0x83;
  127|     21|		pin_info.attrs.pin.flags         = SC_PKCS15_PIN_FLAG_INITIALIZED;
  ------------------
  |  |   58|     21|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  128|     21|		pin_info.attrs.pin.type          = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|     21|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  129|     21|		pin_info.attrs.pin.min_length    = 4;
  130|     21|		pin_info.attrs.pin.stored_length = 0;
  131|     21|		pin_info.attrs.pin.max_length    = 16;
  132|     21|		pin_info.tries_left    = -1;
  133|       |
  134|     21|		pin_info.attrs.pin.flags |= SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   59|     21|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  135|     21|		pin_info.attrs.pin.stored_length = 16;
  136|     21|		pin_info.attrs.pin.pad_char = 0x00;
  137|       |
  138|     21|		sc_log(card->ctx,  "IDPrime Adding Digital Signature pin with label=%s", sig_pin_label);
  ------------------
  |  |   71|     21|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  139|     21|		strncpy(pin_obj.label, sig_pin_label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|     21|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  140|     21|		pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     21|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  141|       |
  142|     21|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  143|     21|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not add Digital Signature pin object");
  ------------------
  |  |  184|     21|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     21|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     21|	int _ret = (r); \
  |  |  |  |  178|     21|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 21]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  144|     21|	}
  145|       |
  146|       |	/*
  147|       |	 * get token name if provided
  148|       |	 */
  149|    238|	r = sc_card_ctl(card, SC_CARDCTL_IDPRIME_GET_TOKEN_NAME, &token_name);
  150|    238|	if (r < 0) {
  ------------------
  |  Branch (150:6): [True: 224, False: 14]
  ------------------
  151|       |		/* On failure we will get the token name from certificates later */
  152|    224|		sc_log(card->ctx, "sc_card_ctl rc=%d", r);
  ------------------
  |  |   71|    224|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  153|    224|	} else {
  154|     14|		free(p15card->tokeninfo->label);
  155|     14|		p15card->tokeninfo->label = token_name;
  156|     14|		sc_log(card->ctx,  "IDPrime setting token label = %s", token_name);
  ------------------
  |  |   71|     14|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  157|     14|	}
  158|       |	/*
  159|       |	 * certs, pubkeys and priv keys are related and we assume
  160|       |	 * they are in order
  161|       |	 * We need to read the cert, get modulus and keylen
  162|       |	 * We use those for the pubkey, and priv key objects.
  163|       |	 */
  164|    238|	sc_log(card->ctx,  "IDPrime adding certs, pub and priv keys...");
  ------------------
  |  |   71|    238|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  165|    238|	r = (card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_INIT_GET_OBJECTS, &count);
  166|    238|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not initiate cert objects.");
  ------------------
  |  |  184|    238|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    238|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    238|	int _ret = (r); \
  |  |  |  |  178|    238|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 238]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    238|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|       |
  168|    730|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (168:14): [True: 492, False: 238]
  ------------------
  169|    492|		struct sc_pkcs15_prkey_info prkey_info;
  170|    492|		struct sc_pkcs15_cert_info cert_info;
  171|    492|		struct sc_pkcs15_pubkey_info pubkey_info;
  172|    492|		struct sc_pkcs15_object cert_obj;
  173|    492|		struct sc_pkcs15_object pubkey_obj;
  174|    492|		struct sc_pkcs15_object prkey_obj;
  175|    492|		sc_pkcs15_der_t cert_der;
  176|    492|		sc_pkcs15_cert_t *cert_out = NULL;
  177|    492|		const char *pin_id = NULL;
  178|       |
  179|    492|		r = (card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_GET_PIN_ID, (void *) &pin_id);
  180|    492|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get PIN id of next object ");
  ------------------
  |  |  184|    492|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    492|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    492|	int _ret = (r); \
  |  |  |  |  178|    492|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 492]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    492|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 492]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|    492|		r = (card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_GET_NEXT_OBJECT, &prkey_info);
  182|    492|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get next object");
  ------------------
  |  |  184|    492|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    492|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    492|	int _ret = (r); \
  |  |  |  |  178|    492|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 492]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    492|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 492]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|       |
  184|    492|		memset(&cert_info, 0, sizeof(cert_info));
  185|    492|		memset(&pubkey_info, 0, sizeof(pubkey_info));
  186|       |		/* prkey_info cleaned by the card_ctl call */
  187|    492|		memset(&cert_obj,  0, sizeof(cert_obj));
  188|    492|		memset(&pubkey_obj,  0, sizeof(pubkey_obj));
  189|    492|		memset(&prkey_obj,  0, sizeof(prkey_obj));
  190|       |
  191|    492|		cert_info.id = prkey_info.id;
  192|    492|		pubkey_info.id = prkey_info.id;
  193|    492|		cert_info.path = prkey_info.path;
  194|       |		/* For private keys, we no longer care for the path, just
  195|       |		 * the key reference later used in the security environment */
  196|    492|		prkey_info.path.len = 0;
  197|    492|		prkey_info.path.aid.len = 0;
  198|    492|		pubkey_info.key_reference = prkey_info.key_reference;
  199|    492|		sc_log(card->ctx,  "Key ref r=%x", prkey_info.key_reference);
  ------------------
  |  |   71|    492|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  200|       |
  201|    492|		pubkey_info.native        = 1;
  202|    492|		prkey_info.native        = 1;
  203|       |
  204|    492|		snprintf(cert_obj.label, SC_PKCS15_MAX_LABEL_SIZE, CERT_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   35|    492|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
              		snprintf(cert_obj.label, SC_PKCS15_MAX_LABEL_SIZE, CERT_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   35|    492|#define CERT_LABEL_TEMPLATE "Certificate %d"
  ------------------
  205|    492|		snprintf(pubkey_obj.label, SC_PKCS15_MAX_LABEL_SIZE, PUBKEY_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   35|    492|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
              		snprintf(pubkey_obj.label, SC_PKCS15_MAX_LABEL_SIZE, PUBKEY_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   36|    492|#define PUBKEY_LABEL_TEMPLATE "Public key %d"
  ------------------
  206|    492|		snprintf(prkey_obj.label, SC_PKCS15_MAX_LABEL_SIZE, PRIVKEY_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   35|    492|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
              		snprintf(prkey_obj.label, SC_PKCS15_MAX_LABEL_SIZE, PRIVKEY_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   37|    492|#define PRIVKEY_LABEL_TEMPLATE "Private key %d"
  ------------------
  207|    492|		prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    492|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  208|       |
  209|       |		/* Differentiate between objects accessible with normal and with digital signature pin */
  210|    492|		sc_pkcs15_format_id(pin_id, &prkey_obj.auth_id);
  211|    492|		sc_log(card->ctx,  "Pin ID r=%s", pin_id);
  ------------------
  |  |   71|    492|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  212|       |
  213|    492|		if (memcmp(pin_id, sig_pin_id, 2) == 0)
  ------------------
  |  Branch (213:7): [True: 46, False: 446]
  ------------------
  214|     46|			prkey_obj.user_consent = 1;
  215|       |
  216|    492|		r = sc_pkcs15_read_file(p15card, &cert_info.path, &cert_der.value, &cert_der.len, 0);
  217|       |
  218|    492|		if (r) {
  ------------------
  |  Branch (218:7): [True: 470, False: 22]
  ------------------
  219|    470|			sc_log(card->ctx,  "No cert found,i=%d", i);
  ------------------
  |  |   71|    470|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  220|    470|			continue;
  221|    470|		}
  222|     22|		cert_info.path.count = (int)cert_der.len;
  223|       |
  224|     22|		sc_log(card->ctx, "cert len=%zu, cert_info.path.count=%d r=%d",
  ------------------
  |  |   71|     22|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  225|     22|				cert_der.len, cert_info.path.count, r);
  226|     22|		sc_log_hex(card->ctx, "cert", cert_der.value, cert_der.len);
  ------------------
  |  |  129|     22|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     22|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  227|       |
  228|       |		/* cache it using the PKCS15 emulation objects */
  229|       |		/* as it does not change */
  230|     22|		if (cert_der.value) {
  ------------------
  |  Branch (230:7): [True: 18, False: 4]
  ------------------
  231|     18|			cert_info.value.value = cert_der.value;
  232|     18|			cert_info.value.len = cert_der.len;
  233|     18|			cert_info.path.len = 0; /* use in mem cert from now on */
  234|     18|		}
  235|       |
  236|       |		/* following will find the cached cert in cert_info */
  237|     22|		r =  sc_pkcs15_read_certificate(p15card, &cert_info, 0, &cert_out);
  238|     22|		if (r < 0 || cert_out->key == NULL) {
  ------------------
  |  Branch (238:7): [True: 22, False: 0]
  |  Branch (238:16): [True: 0, False: 0]
  ------------------
  239|     22|			sc_log(card->ctx,  "Failed to read/parse the certificate r=%d",r);
  ------------------
  |  |   71|     22|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  240|     22|			if (cert_out != NULL)
  ------------------
  |  Branch (240:8): [True: 0, False: 22]
  ------------------
  241|      0|				sc_pkcs15_free_certificate(cert_out);
  242|     22|			free(cert_der.value);
  243|     22|			continue;
  244|     22|		}
  245|       |
  246|      0|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  247|      0|		if (r < 0) {
  ------------------
  |  Branch (247:7): [True: 0, False: 0]
  ------------------
  248|      0|			sc_log(card->ctx,  " Failed to add cert obj r=%d",r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  249|      0|			sc_pkcs15_free_certificate(cert_out);
  250|      0|			free(cert_der.value);
  251|      0|			continue;
  252|      0|		}
  253|       |		/* set the token name to the name of the CN of the first certificate */
  254|      0|		if (!token_name) {
  ------------------
  |  Branch (254:7): [True: 0, False: 0]
  ------------------
  255|      0|			u8 * cn_name = NULL;
  256|      0|			size_t cn_len = 0;
  257|      0|			static const struct sc_object_id cn_oid = {{ 2, 5, 4, 3, -1 }};
  258|      0|			r = sc_pkcs15_get_name_from_dn(card->ctx, cert_out->subject,
  259|      0|				cert_out->subject_len, &cn_oid, &cn_name, &cn_len);
  260|      0|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (260:8): [True: 0, False: 0]
  ------------------
  261|      0|				token_name = malloc (cn_len+1);
  262|      0|				if (!token_name) {
  ------------------
  |  Branch (262:9): [True: 0, False: 0]
  ------------------
  263|      0|					free(cn_name);
  264|      0|					r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  265|      0|					goto fail;
  266|      0|				}
  267|      0|				memcpy(token_name, cn_name, cn_len);
  268|      0|				free(cn_name);
  269|      0|				token_name[cn_len] = '\0';
  270|      0|				free(p15card->tokeninfo->label);
  271|      0|				p15card->tokeninfo->label = token_name;
  272|      0|			}
  273|      0|		}
  274|       |
  275|       |
  276|      0|		r = sc_pkcs15_encode_pubkey_as_spki(card->ctx, cert_out->key,
  277|      0|			&pubkey_info.direct.spki.value, &pubkey_info.direct.spki.len);
  278|      0|		if (r < 0)
  ------------------
  |  Branch (278:7): [True: 0, False: 0]
  ------------------
  279|      0|			goto fail;
  280|      0|		pubkey_obj.emulated = cert_out->key;
  281|       |
  282|      0|		r = sc_pkcs15_get_bitstring_extension(card->ctx, cert_out, &usage_type, &usage, NULL);
  283|      0|		if (r < 0) {
  ------------------
  |  Branch (283:7): [True: 0, False: 0]
  ------------------
  284|      0|			usage = SC_X509_DATA_ENCIPHERMENT|SC_X509_DIGITAL_SIGNATURE; /* basic default usage */
  ------------------
  |  |  617|      0|#define SC_X509_DATA_ENCIPHERMENT     0x0008UL
  ------------------
              			usage = SC_X509_DATA_ENCIPHERMENT|SC_X509_DIGITAL_SIGNATURE; /* basic default usage */
  ------------------
  |  |  614|      0|#define SC_X509_DIGITAL_SIGNATURE     0x0001UL
  ------------------
  285|      0|		}
  286|      0|		sc_pkcs15_map_usage(usage, cert_out->key->algorithm, &pubkey_info.usage, &prkey_info.usage, 1);
  287|      0|		sc_log(card->ctx, "cert %s: cert_usage=0x%x, pub_usage=0x%x priv_usage=0x%x\n",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  288|      0|			sc_dump_hex(cert_info.id.value, cert_info.id.len),
  289|      0|			usage, pubkey_info.usage, prkey_info.usage);
  290|       |
  291|      0|		if (cert_out->key->algorithm == SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (291:7): [True: 0, False: 0]
  ------------------
  292|      0|			pubkey_info.modulus_length = cert_out->key->u.rsa.modulus.len * 8;
  293|      0|			prkey_info.modulus_length = cert_out->key->u.rsa.modulus.len * 8;
  294|      0|			sc_log(card->ctx, "adding rsa public key r=%d usage=%x", r, pubkey_info.usage);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  295|      0|			r = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  296|      0|			if (r < 0) {
  ------------------
  |  Branch (296:8): [True: 0, False: 0]
  ------------------
  297|      0|				free(pubkey_info.direct.spki.value);
  298|      0|				goto fail;
  299|      0|			}
  300|      0|			pubkey_info.direct.spki.value = NULL; /* moved to the pubkey object on p15card  */
  301|      0|			pubkey_info.direct.spki.len = 0;
  302|      0|			if (prkey_info.key_reference >= 0) {
  ------------------
  |  Branch (302:8): [True: 0, False: 0]
  ------------------
  303|      0|				sc_log(card->ctx, "adding rsa private key r=%d usage=%x", r, prkey_info.usage);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  304|      0|				r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  305|      0|			} else {
  306|      0|				sc_log(card->ctx, "missing rsa private key r=%d usage=%x", r, prkey_info.usage);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  307|      0|			}
  308|      0|			if (r < 0)
  ------------------
  |  Branch (308:8): [True: 0, False: 0]
  ------------------
  309|      0|				goto fail;
  310|      0|		} else if (cert_out->key->algorithm == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (310:14): [True: 0, False: 0]
  ------------------
  311|      0|			pubkey_info.field_length = cert_out->key->u.ec.params.field_length;
  312|      0|			prkey_info.field_length = cert_out->key->u.ec.params.field_length;
  313|      0|			sc_log(card->ctx, "adding ec public key r=%d usage=%x", r, pubkey_info.usage);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  314|      0|			r = sc_pkcs15emu_add_ec_pubkey(p15card, &pubkey_obj, &pubkey_info);
  315|      0|			if (r < 0) {
  ------------------
  |  Branch (315:8): [True: 0, False: 0]
  ------------------
  316|      0|				free(pubkey_info.direct.spki.value);
  317|      0|				goto fail;
  318|      0|			}
  319|      0|			pubkey_info.direct.spki.value = NULL;
  320|      0|			pubkey_info.direct.spki.len = 0;
  321|      0|			if (prkey_info.key_reference >= 0) {
  ------------------
  |  Branch (321:8): [True: 0, False: 0]
  ------------------
  322|      0|				sc_log(card->ctx, "adding ec private key r=%d usage=%x", r, prkey_info.usage);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  323|      0|				r = sc_pkcs15emu_add_ec_prkey(p15card, &prkey_obj, &prkey_info);
  324|      0|			} else {
  325|      0|				sc_log(card->ctx, "missing ec private key r=%d usage=%x", r, prkey_info.usage);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  326|      0|			}
  327|      0|			if (r < 0)
  ------------------
  |  Branch (327:8): [True: 0, False: 0]
  ------------------
  328|      0|				goto fail;
  329|      0|		} else {
  330|      0|			sc_log(card->ctx, "unsupported key.algorithm %lu", cert_out->key->algorithm);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  331|      0|			sc_pkcs15_free_certificate(cert_out);
  332|      0|			free(pubkey_info.direct.spki.value);
  333|      0|			continue;
  334|      0|		}
  335|       |
  336|      0|		cert_out->key = NULL;
  337|      0|fail:
  338|      0|		sc_pkcs15_free_certificate(cert_out);
  339|      0|		if (r < 0) {
  ------------------
  |  Branch (339:7): [True: 0, False: 0]
  ------------------
  340|      0|			(card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_FINAL_GET_OBJECTS, &count);
  341|      0|			LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add object.");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|      0|		}
  343|       |
  344|      0|	}
  345|    238|	r = (card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_FINAL_GET_OBJECTS, &count);
  346|    238|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize cert objects.");
  ------------------
  |  |  184|    238|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    238|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    238|	int _ret = (r); \
  |  |  |  |  178|    238|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 238]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    238|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  347|       |
  348|    238|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    238|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    238|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    238|	int _ret = r; \
  |  |  |  |  155|    238|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 238, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    238|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 238]
  |  |  |  |  ------------------
  |  |  |  |  157|    238|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    238|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    238|	return _ret; \
  |  |  |  |  163|    238|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  349|       |
  350|      0|err:
  351|      0|	sc_pkcs15_card_clear(p15card);
  352|      0|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|      0|}

sc_pkcs15emu_itacns_init_ex:
  881|  12.5k|{
  882|  12.5k|	sc_card_t *card = p15card->card;
  883|  12.5k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|  12.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  12.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  12.5k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 12.5k]
  |  |  ------------------
  ------------------
  884|       |
  885|       |	/* Check card */
  886|  12.5k|	if (! (
  887|  12.5k|			(card->type > SC_CARD_TYPE_ITACNS_BASE &&
  ------------------
  |  Branch (887:5): [True: 4.33k, False: 8.22k]
  ------------------
  888|  4.33k|			card->type < SC_CARD_TYPE_ITACNS_BASE + 1000)
  ------------------
  |  Branch (888:4): [True: 254, False: 4.08k]
  ------------------
  889|  12.3k|		|| card->type == SC_CARD_TYPE_CARDOS_CIE_V1)
  ------------------
  |  Branch (889:6): [True: 0, False: 12.3k]
  ------------------
  890|  12.5k|		)
  891|  12.3k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  892|       |
  893|       |	/* Init card */
  894|    254|	return itacns_init(p15card);
  895|  12.5k|}
pkcs15-itacns.c:itacns_init:
  761|    254|{
  762|    254|	int r;
  763|    254|	sc_path_t path;
  764|    254|	int certificate_count = 0;
  765|    254|	int found_certs;
  766|    254|	int card_is_cie_v1, cns0_secenv;
  767|       |
  768|    254|	SC_FUNC_CALLED(p15card->card->ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|    254|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    254|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    254|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 254]
  |  |  ------------------
  ------------------
  769|       |
  770|    254|	set_string(&p15card->tokeninfo->label, p15card->card->name);
  771|    254|	if(p15card->card->drv_data) {
  ------------------
  |  Branch (771:5): [True: 254, False: 0]
  ------------------
  772|    254|		unsigned int mask_code, ic_code;
  773|    254|		char buffer[256];
  774|    254|		itacns_drv_data_t *data =
  775|    254|			(itacns_drv_data_t*) p15card->card->drv_data;
  776|    254|		mask_code = data->mask_manufacturer_code;
  777|    254|		if (mask_code >= sizeof(itacns_mask_manufacturers)
  ------------------
  |  Branch (777:7): [True: 210, False: 44]
  ------------------
  778|    254|			/sizeof(itacns_mask_manufacturers[0]))
  779|    210|			mask_code = 0;
  780|    254|		ic_code = data->ic_manufacturer_code;
  781|    254|		if (ic_code >= sizeof(iso7816_ic_manufacturers)
  ------------------
  |  Branch (781:7): [True: 222, False: 32]
  ------------------
  782|    254|			/sizeof(iso7816_ic_manufacturers[0]))
  783|    222|			ic_code = 0;
  784|    254|		snprintf(buffer, sizeof(buffer), "IC: %s; mask: %s",
  785|    254|			iso7816_ic_manufacturers[ic_code],
  786|    254|			itacns_mask_manufacturers[mask_code]);
  787|    254|		set_string(&p15card->tokeninfo->manufacturer_id, buffer);
  788|    254|	}
  789|       |
  790|       |	/* Read and set serial */
  791|    254|	{
  792|    254|		u8 serial[17];
  793|    254|		int bytes;
  794|    254|		sc_format_path(path_serial, &path);
  795|    254|		bytes = loadFile(p15card, &path, serial, 16);
  796|    254|		if (bytes < 0) return bytes;
  ------------------
  |  Branch (796:7): [True: 85, False: 169]
  ------------------
  797|    169|		if (bytes > 16) return -1;
  ------------------
  |  Branch (797:7): [True: 0, False: 169]
  ------------------
  798|    169|		serial[bytes] = '\0';
  799|    169|		set_string(&p15card->tokeninfo->serial_number, (char*)serial);
  800|    169|	}
  801|       |
  802|       |	/* Is the card a CIE v1? */
  803|      0|	card_is_cie_v1 =
  804|    169|		   (p15card->card->type == SC_CARD_TYPE_ITACNS_CIE_V1)
  ------------------
  |  Branch (804:6): [True: 1, False: 168]
  ------------------
  805|    168|		|| (p15card->card->type == SC_CARD_TYPE_CARDOS_CIE_V1);
  ------------------
  |  Branch (805:6): [True: 0, False: 168]
  ------------------
  806|    169|	cns0_secenv = (card_is_cie_v1 ? 0x31 : 0x01);
  ------------------
  |  Branch (806:17): [True: 1, False: 168]
  ------------------
  807|       |
  808|       |	/* If it's a Siemens CIE v1 card, set algo flags accordingly. */
  809|    169|	if (card_is_cie_v1) {
  ------------------
  |  Branch (809:6): [True: 1, False: 168]
  ------------------
  810|      1|		int i;
  811|      2|		for (i = 0; i < p15card->card->algorithm_count; i++) {
  ------------------
  |  Branch (811:15): [True: 1, False: 1]
  ------------------
  812|      1|			sc_algorithm_info_t *info =
  813|      1|				&p15card->card->algorithms[i];
  814|       |
  815|      1|			if (info->algorithm != SC_ALGORITHM_RSA)
  ------------------
  |  |   69|      1|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (815:8): [True: 0, False: 1]
  ------------------
  816|      0|				continue;
  817|      1|			info->flags &= ~(SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|      1|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  818|      1|				| SC_ALGORITHM_RSA_HASH_NONE);
  ------------------
  |  |  133|      1|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  819|      1|			info->flags |= (SC_ALGORITHM_RSA_PAD_PKCS1
  ------------------
  |  |  111|      1|#define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  109|      1|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  |  |  ------------------
  |  |               #define SC_ALGORITHM_RSA_PAD_PKCS1	(SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) /* PKCS#1 v1.5 (type 1 or 2) */
  |  |  ------------------
  |  |  |  |  110|      1|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  820|      1|				| SC_ALGORITHM_RSA_HASHES);
  ------------------
  |  |  142|      1|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  821|      1|		}
  822|      1|	}
  823|       |
  824|       |	/* Data files */
  825|    169|	r = itacns_add_data_files(p15card);
  826|    169|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|    169|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    169|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    169|	int _ret = (r); \
  |  |  |  |  178|    169|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 169]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    169|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 169]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|    169|		"Could not add data files");
  828|       |
  829|       |	/*** Certificate and keys. ***/
  830|       |	/* Standard CNS */
  831|    169|	r = itacns_check_and_add_keyset(p15card, "CNS0", cns0_secenv,
  832|    169|		0, "3F0011001101", "3F003F01", NULL,
  833|    169|		0x10, &found_certs);
  834|    169|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|    169|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    169|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    169|	int _ret = (r); \
  |  |  |  |  178|    169|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 69, False: 100]
  |  |  |  |  ------------------
  |  |  |  |  179|     69|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     69|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     69|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     69|		goto err; \
  |  |  |  |  182|     69|	} \
  |  |  |  |  183|    169|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 100]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  835|    100|		"Could not add CNS0");
  836|    100|	certificate_count += found_certs;
  837|       |
  838|       |	/* Infocamere 1204 */
  839|    100|	r = itacns_check_and_add_keyset(p15card, "CNS01", 0x21,
  840|    100|		5, "3F002FFF8228", NULL, "3F002FFF0000",
  841|    100|		0x10, &found_certs);
  842|    100|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|    100|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    100|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    100|	int _ret = (r); \
  |  |  |  |  178|    100|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 36, False: 64]
  |  |  |  |  ------------------
  |  |  |  |  179|     36|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     36|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     36|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     36|		goto err; \
  |  |  |  |  182|     36|	} \
  |  |  |  |  183|    100|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 64]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  843|     64|		"Could not add CNS01");
  844|     64|	certificate_count += found_certs;
  845|       |
  846|       |	/* Digital signature */
  847|     64|	r = itacns_check_and_add_keyset(p15card, "CNS1", 0x10,
  848|     64|		0, "3F0014009010", "3F00140081108010", "3F0014008110",
  849|     64|		0x1a, &found_certs);
  850|     64|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|     64|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     64|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     64|	int _ret = (r); \
  |  |  |  |  178|     64|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 44, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  179|     44|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     44|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     44|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     44|		goto err; \
  |  |  |  |  182|     44|	} \
  |  |  |  |  183|     64|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  851|     20|		"Could not add CNS1");
  852|     20|	certificate_count += found_certs;
  853|       |
  854|       |	/* Idemia card */
  855|     20|	r = itacns_check_and_add_keyset(p15card, "CNS1", 0x02,
  856|     20|		0, "3F00140090012002", "3F0011001102", "3F0014009002",
  857|     20|		0x10, &found_certs);
  858|     20|	LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|     20|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     20|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     20|	int _ret = (r); \
  |  |  |  |  168|     20|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     20|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  859|     10|		"Could not add CNS1");
  860|     10|	certificate_count += found_certs;
  861|       |
  862|       |	/* Did we find anything? */
  863|     10|	if (certificate_count == 0)
  ------------------
  |  Branch (863:6): [True: 10, False: 0]
  ------------------
  864|     10|		sc_debug(p15card->card->ctx, SC_LOG_DEBUG_NORMAL,
  ------------------
  |  |   70|     10|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  865|     10|			"Warning: no certificates found!");
  866|       |
  867|       |	/* Back to Master File */
  868|     10|	sc_format_path("3F00", &path);
  869|     10|	r = sc_select_file(p15card->card, &path, NULL);
  870|     10|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|     10|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     10|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     10|	int _ret = (r); \
  |  |  |  |  178|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 7, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  179|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      7|		goto err; \
  |  |  |  |  182|      7|	} \
  |  |  |  |  183|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  871|      3|		"Could not select master file again");
  872|       |
  873|      3|	LOG_FUNC_RETURN(p15card->card->ctx, r);
  ------------------
  |  |  164|      3|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      3|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      3|	int _ret = r; \
  |  |  |  |  155|      3|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  157|      3|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      3|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  874|       |
  875|    156|err:
  876|    156|	sc_pkcs15_card_clear(p15card);
  877|    156|	LOG_FUNC_RETURN(p15card->card->ctx, r);
  ------------------
  |  |  164|    156|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    156|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    156|	int _ret = r; \
  |  |  |  |  155|    156|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 156, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    156|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    156|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 156, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    156|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    156|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    156|	return _ret; \
  |  |  |  |  163|    156|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  878|    156|}
pkcs15-itacns.c:loadFile:
  169|    342|{
  170|    342|	int sc_res;
  171|    342|	SC_FUNC_CALLED(p15card->card->ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|    342|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    342|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    342|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 342]
  |  |  ------------------
  ------------------
  172|       |
  173|    342|	sc_res = sc_select_file(p15card->card, path, NULL);
  174|    342|	if(sc_res != SC_SUCCESS)
  ------------------
  |  |   28|    342|#define SC_SUCCESS				0
  ------------------
  |  Branch (174:5): [True: 81, False: 261]
  ------------------
  175|     81|		return sc_res;
  176|       |
  177|    261|	sc_res = sc_read_binary(p15card->card, 0, buf, buflen, 0);
  178|    261|	return sc_res;
  179|    342|}
pkcs15-itacns.c:itacns_add_data_files:
  482|    169|{
  483|    169|	const size_t array_size =
  484|    169|		sizeof(itacns_data_files)/sizeof(itacns_data_files[0]);
  485|    169|	unsigned int i;
  486|    169|	int rv;
  487|    169|	sc_pkcs15_data_t *p15_personaldata = NULL;
  488|    169|	sc_pkcs15_data_info_t dinfo;
  489|    169|	struct sc_pkcs15_object *objs[32];
  490|    169|	struct sc_pkcs15_data_info *cinfo;
  491|    169|	int private_obj;
  492|       |
  493|  2.53k|	for(i=0; i < array_size; i++) {
  ------------------
  |  Branch (493:11): [True: 2.36k, False: 169]
  ------------------
  494|  2.36k|		sc_path_t path;
  495|  2.36k|		sc_pkcs15_data_info_t data;
  496|  2.36k|		sc_pkcs15_object_t    obj;
  497|       |
  498|  2.36k|		if (itacns_data_files[i].cie_only &&
  ------------------
  |  Branch (498:7): [True: 676, False: 1.69k]
  ------------------
  499|    676|			p15card->card->type != SC_CARD_TYPE_ITACNS_CIE_V2)
  ------------------
  |  Branch (499:4): [True: 344, False: 332]
  ------------------
  500|    344|			continue;
  501|       |
  502|  2.02k|		sc_format_path(itacns_data_files[i].path, &path);
  503|       |
  504|  2.02k|		memset(&data, 0, sizeof(data));
  505|  2.02k|		memset(&obj, 0, sizeof(obj));
  506|  2.02k|		strlcpy(data.app_label, itacns_data_files[i].label,
  ------------------
  |  |   43|  2.02k|#define strlcpy _strlcpy
  ------------------
  507|  2.02k|			sizeof(data.app_label));
  508|  2.02k|		strlcpy(obj.label, itacns_data_files[i].label,
  ------------------
  |  |   43|  2.02k|#define strlcpy _strlcpy
  ------------------
  509|  2.02k|			sizeof(obj.label));
  510|  2.02k|		data.path = path;
  511|  2.02k|		rv = sc_pkcs15emu_add_data_object(p15card, &obj, &data);
  512|  2.02k|		LOG_TEST_RET(p15card->card->ctx, rv,
  ------------------
  |  |  174|  2.02k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.02k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.02k|	int _ret = (r); \
  |  |  |  |  168|  2.02k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 2.02k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  2.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|  2.02k|			"Could not add data file");
  514|  2.02k|	}
  515|       |
  516|       |	/*
  517|       |	 * If we got this far, we can read the Personal Data file and glean
  518|       |	 * the user's full name. Thus we can use it to put together a
  519|       |	 * user-friendlier card name.
  520|       |	 */
  521|    169|	memset(&dinfo, 0, sizeof(dinfo));
  522|    169|	strlcpy(dinfo.app_label, "EF_DatiPersonali", sizeof(dinfo.app_label));
  ------------------
  |  |   43|    169|#define strlcpy _strlcpy
  ------------------
  523|       |
  524|       |	/* Find EF_DatiPersonali */
  525|       |
  526|    169|	rv = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_DATA_OBJECT,
  ------------------
  |  |  442|    169|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  527|    169|		objs, 32);
  528|    169|	if(rv < 0) {
  ------------------
  |  Branch (528:5): [True: 0, False: 169]
  ------------------
  529|      0|		sc_log(p15card->card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  530|      0|			"Data enumeration failed");
  531|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  532|      0|	}
  533|       |
  534|    590|	for(i=0; i<32; i++) {
  ------------------
  |  Branch (534:11): [True: 590, False: 0]
  ------------------
  535|    590|		cinfo = (struct sc_pkcs15_data_info *) objs[i]->data;
  536|    590|		if(!strcmp("EF_DatiPersonali", objs[i]->label))
  ------------------
  |  Branch (536:6): [True: 169, False: 421]
  ------------------
  537|    169|			break;
  538|    590|	}
  539|       |
  540|    169|	if(i>=32) {
  ------------------
  |  Branch (540:5): [True: 0, False: 169]
  ------------------
  541|      0|		sc_log(p15card->card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  542|      0|			"Could not find EF_DatiPersonali: "
  543|      0|			"keeping generic card name");
  544|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  545|      0|	}
  546|       |
  547|    169|	private_obj = objs[i]->flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    169|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  548|    169|	rv = sc_pkcs15_read_data_object(p15card, cinfo, private_obj, &p15_personaldata);
  549|    169|	if (rv) {
  ------------------
  |  Branch (549:6): [True: 35, False: 134]
  ------------------
  550|     35|		sc_log(p15card->card->ctx,
  ------------------
  |  |   71|     35|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  551|     35|			"Could not read EF_DatiPersonali: "
  552|     35|			"keeping generic card name");
  553|     35|		return SC_SUCCESS;
  ------------------
  |  |   28|     35|#define SC_SUCCESS				0
  ------------------
  554|     35|	}
  555|       |
  556|    134|	if (p15_personaldata->data) {
  ------------------
  |  Branch (556:6): [True: 49, False: 85]
  ------------------
  557|     49|		char fullname[160];
  558|     49|		if (get_name_from_EF_DatiPersonali(p15_personaldata->data,
  ------------------
  |  Branch (558:7): [True: 48, False: 1]
  ------------------
  559|     49|			p15_personaldata->data_len, fullname, sizeof(fullname))) {
  560|     48|			sc_log(p15card->card->ctx,
  ------------------
  |  |   71|     48|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  561|     48|				"Could not parse EF_DatiPersonali: "
  562|     48|				"keeping generic card name");
  563|     48|			sc_pkcs15_free_data_object(p15_personaldata);
  564|     48|			free(cinfo->data.value);
  565|     48|			cinfo->data.value = NULL;
  566|     48|			return SC_SUCCESS;
  ------------------
  |  |   28|     48|#define SC_SUCCESS				0
  ------------------
  567|     48|		}
  568|      1|		set_string(&p15card->tokeninfo->label, fullname);
  569|      1|	}
  570|     86|	free(cinfo->data.value);
  571|     86|	cinfo->data.value = NULL;
  572|     86|	sc_pkcs15_free_data_object(p15_personaldata);
  573|     86|	return SC_SUCCESS;
  ------------------
  |  |   28|     86|#define SC_SUCCESS				0
  ------------------
  574|    134|}
pkcs15-itacns.c:get_name_from_EF_DatiPersonali:
  387|     49|{
  388|     49|	const unsigned int EF_personaldata_maxlen = 400;
  389|     49|	const unsigned int tlv_length_size = 6;
  390|     49|	char *file = NULL;
  391|     49|	int file_size;
  392|       |
  393|       |	/*
  394|       |	 * Bytes 0-5 contain the ASCII encoding of the following TLV
  395|       |	 * structure's total size, in base 16.
  396|       |	 */
  397|     49|	if (EFdata_len < tlv_length_size) {
  ------------------
  |  Branch (397:6): [True: 4, False: 45]
  ------------------
  398|       |		/* We need at least 6 bytes for file length here */
  399|      4|		return -1;
  400|      4|	}
  401|     45|	file_size = hextoint((char*)EFdata, tlv_length_size);
  402|     45|	if (EFdata_len < (file_size + tlv_length_size)) {
  ------------------
  |  Branch (402:6): [True: 16, False: 29]
  ------------------
  403|       |		/* Inconsistent external file length and internal file length
  404|       |		 * suggests we are trying to process junk data.
  405|       |		 * If the internal data length is shorter, the data can be padded,
  406|       |		 * but we should be fine as we will not go behind the buffer limits */
  407|     16|		return -1;
  408|     16|	}
  409|     29|	file = (char*)&EFdata[tlv_length_size];
  410|       |
  411|     29|	enum {
  412|     29|		f_issuer_code = 0,
  413|     29|		f_issuing_date,
  414|     29|		f_expiry_date,
  415|     29|		f_last_name,
  416|     29|		f_first_name,
  417|     29|		f_birth_date,
  418|     29|		f_sex,
  419|     29|		f_height,
  420|     29|		f_codice_fiscale,
  421|     29|		f_citizenship_code,
  422|     29|		f_birth_township_code,
  423|     29|		f_birth_country,
  424|     29|		f_birth_certificate,
  425|     29|		f_residence_township_code,
  426|     29|		f_residence_address,
  427|     29|		f_expat_notes
  428|     29|	};
  429|       |
  430|       |	/* Read the fields up to f_first_name */
  431|     29|	struct {
  432|     29|		int len;
  433|     29|		char value[256];
  434|     29|	} fields[f_first_name+1];
  435|     29|	int i=0; /* offset inside the file */
  436|     29|	int f; /* field number */
  437|       |
  438|     29|	if (file_size < 0)
  ------------------
  |  Branch (438:6): [True: 17, False: 12]
  ------------------
  439|     17|		return -1;
  440|       |
  441|       |	/*
  442|       |	 * This shouldn't happen, but let us be protected against wrong
  443|       |	 * or malicious cards
  444|       |	 */
  445|     12|	if(file_size > (int)EF_personaldata_maxlen - (int)tlv_length_size)
  ------------------
  |  Branch (445:5): [True: 1, False: 11]
  ------------------
  446|      1|		file_size = EF_personaldata_maxlen - tlv_length_size;
  447|       |
  448|       |
  449|     12|	memset(fields, 0, sizeof(fields));
  450|       |
  451|     31|	for(f=0; f<f_first_name+1; f++) {
  ------------------
  |  Branch (451:11): [True: 29, False: 2]
  ------------------
  452|     29|		int field_size;
  453|       |
  454|       |		/* Don't read beyond the allocated buffer */
  455|     29|		if(i+2 > file_size)
  ------------------
  |  Branch (455:6): [True: 1, False: 28]
  ------------------
  456|      1|			return -1;
  457|     28|		field_size = hextoint((char*) &file[i], 2);
  458|     28|		i += 2;
  459|       |
  460|     28|		if (field_size < 0
  ------------------
  |  Branch (460:7): [True: 4, False: 24]
  ------------------
  461|     24|				|| i + field_size > file_size
  ------------------
  |  Branch (461:8): [True: 5, False: 19]
  ------------------
  462|     19|				|| field_size >= (int)sizeof(fields[f].value))
  ------------------
  |  Branch (462:8): [True: 0, False: 19]
  ------------------
  463|      9|			return -1;
  464|       |
  465|     19|		fields[f].len = field_size;
  466|     19|		strncpy(fields[f].value, &file[i], field_size);
  467|     19|		fields[f].value[field_size] = '\0';
  468|     19|		i += field_size;
  469|     19|	}
  470|       |
  471|      2|	if (fields[f_first_name].len + fields[f_last_name].len + 1 >= name_len)
  ------------------
  |  Branch (471:6): [True: 1, False: 1]
  ------------------
  472|      1|		return -1;
  473|       |
  474|       |	/* the lengths are already checked that they will fit in buffer */
  475|      1|	snprintf(name, name_len, "%.*s %.*s",
  476|      1|		fields[f_first_name].len, fields[f_first_name].value,
  477|      1|		fields[f_last_name].len, fields[f_last_name].value);
  478|      1|	return 0;
  479|      2|}
pkcs15-itacns.c:hextoint:
  370|     73|{
  371|     73|	char hex[16];
  372|     73|	char *end;
  373|     73|	int res;
  374|       |
  375|     73|	if(len >= sizeof(hex))
  ------------------
  |  Branch (375:5): [True: 0, False: 73]
  ------------------
  376|      0|		return -1;
  377|     73|	strncpy(hex, src, len);
  378|     73|	hex[len] = '\0';
  379|     73|	res = (int)strtol(hex, &end, 0x10);
  380|     73|	if(end != (char*)&hex[len])
  ------------------
  |  Branch (380:5): [True: 20, False: 53]
  ------------------
  381|     20|		return -1;
  382|     53|	return res;
  383|     73|}
pkcs15-itacns.c:itacns_check_and_add_keyset:
  654|    353|{
  655|    353|	int r;
  656|    353|	sc_path_t path;
  657|    353|	sc_pkcs15_id_t cert_id;
  658|    353|	int ext_info_ok;
  659|    353|	int ku = 0, xku = 0;
  660|    353|	size_t modulus_len = 0;
  661|    353|	int pubkey_usage_flags = 0, prkey_usage_flags = 0;
  662|       |
  663|    353|	cert_id.len = 1;
  664|    353|	cert_id.value[0] = sec_env;
  665|    353|	*found_certificates = 0;
  666|       |
  667|       |	/* Certificate */
  668|    353|	if (!cert_path) {
  ------------------
  |  Branch (668:6): [True: 0, False: 353]
  ------------------
  669|      0|		sc_log(p15card->card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  670|      0|			"We cannot use keys without a matching certificate");
  671|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  672|      0|	}
  673|       |
  674|    353|	sc_format_path(cert_path, &path);
  675|    353|	r = sc_select_file(p15card->card, &path, NULL);
  676|    353|	if (r == SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|    353|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (676:6): [True: 16, False: 337]
  ------------------
  677|     16|		return 0;
  678|    337|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    337|#define SC_SUCCESS				0
  ------------------
  |  Branch (678:6): [True: 113, False: 224]
  ------------------
  679|    113|		sc_log(p15card->card->ctx,
  ------------------
  |  |   71|    113|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  680|    113|			"Could not find certificate for %s", label);
  681|    113|		return r;
  682|    113|	}
  683|       |
  684|       |	/*
  685|       |	 * Infocamere 1204 (and others?) store a more complex structure. We
  686|       |	 * are going to read the first bytes to guess its length, and invoke
  687|       |	 * itacns_add_cert so that it only reads the certificate.
  688|       |	 */
  689|    224|	if (cert_offset) {
  ------------------
  |  Branch (689:6): [True: 88, False: 136]
  ------------------
  690|     88|		u8 certlen[3];
  691|     88|		memset(certlen, 0, sizeof certlen);
  692|     88|		r = loadFile(p15card, &path, certlen, sizeof(certlen));
  693|     88|		LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|     88|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     88|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     88|	int _ret = (r); \
  |  |  |  |  168|     88|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 84]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|     88|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 84]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  694|     84|			"Could not read certificate file");
  695|     84|		if (r < 3)
  ------------------
  |  Branch (695:7): [True: 3, False: 81]
  ------------------
  696|      3|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      3|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  697|     81|		path.index = (int)cert_offset;
  698|     81|		path.count = (certlen[1] << 8) + certlen[2];
  699|       |		/* If those bytes are 00, then we are probably dealing with an
  700|       |		 * empty file. */
  701|     81|		if (path.count == 0)
  ------------------
  |  Branch (701:7): [True: 1, False: 80]
  ------------------
  702|      1|			return 0;
  703|     81|	}
  704|       |
  705|    216|	r = itacns_add_cert(p15card, SC_PKCS15_TYPE_CERT_X509, 0,
  ------------------
  |  |  439|    216|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  706|    216|		&path, &cert_id, label, 0, &ext_info_ok, &ku, &xku, &modulus_len);
  707|    216|	if (r == SC_ERROR_INVALID_ASN1_OBJECT)
  ------------------
  |  |   82|    216|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  |  Branch (707:6): [True: 177, False: 39]
  ------------------
  708|    177|		return 0;
  709|     39|	LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|     39|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     39|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     39|	int _ret = (r); \
  |  |  |  |  168|     39|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 39, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     39|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     39|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     39|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     39|		return _ret; \
  |  |  |  |  172|     39|	} \
  |  |  |  |  173|     39|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|      0|		"Could not add certificate");
  711|      0|	(*found_certificates)++;
  712|       |
  713|       |	/* Set usage flags */
  714|      0|	if(ext_info_ok) {
  ------------------
  |  Branch (714:5): [True: 0, False: 0]
  ------------------
  715|      0|#ifdef ENABLE_OPENSSL
  716|      0|		if (ku & KU_DIGITAL_SIGNATURE) {
  ------------------
  |  Branch (716:7): [True: 0, False: 0]
  ------------------
  717|      0|			pubkey_usage_flags |= SC_PKCS15_PRKEY_USAGE_VERIFY;
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  718|      0|			prkey_usage_flags |= SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  719|      0|		}
  720|      0|		if (ku & KU_NON_REPUDIATION) {
  ------------------
  |  Branch (720:7): [True: 0, False: 0]
  ------------------
  721|      0|			pubkey_usage_flags |= SC_PKCS15_PRKEY_USAGE_VERIFY;
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  722|      0|			prkey_usage_flags |= SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  723|      0|		}
  724|      0|		if (ku & KU_KEY_ENCIPHERMENT || ku & KU_KEY_AGREEMENT
  ------------------
  |  Branch (724:7): [True: 0, False: 0]
  |  Branch (724:35): [True: 0, False: 0]
  ------------------
  725|      0|			|| xku & XKU_SSL_CLIENT) {
  ------------------
  |  Branch (725:7): [True: 0, False: 0]
  ------------------
  726|      0|			pubkey_usage_flags |= SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  309|      0|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  727|      0|			prkey_usage_flags |= SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  728|      0|		}
  729|      0|		if (ku & KU_DATA_ENCIPHERMENT || xku & XKU_SMIME) {
  ------------------
  |  Branch (729:7): [True: 0, False: 0]
  |  Branch (729:36): [True: 0, False: 0]
  ------------------
  730|      0|			pubkey_usage_flags |= SC_PKCS15_PRKEY_USAGE_ENCRYPT;
  ------------------
  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  731|      0|			prkey_usage_flags |= SC_PKCS15_PRKEY_USAGE_DECRYPT;
  ------------------
  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  732|      0|		}
  733|       |#else /* ENABLE_OPENSSL */
  734|       |		sc_log(p15card->card->ctx,
  735|       |			"Extended certificate info retrieved without OpenSSL. "
  736|       |			"How is this possible?");
  737|       |		return SC_ERROR_INTERNAL;
  738|       |#endif /* ENABLE_OPENSSL */
  739|      0|	} else {
  740|       |		/* Certificate info not retrieved; fall back onto defaults */
  741|      0|		pubkey_usage_flags =
  742|      0|			  SC_PKCS15_PRKEY_USAGE_VERIFY
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  743|      0|			| SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  309|      0|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  744|      0|		prkey_usage_flags =
  745|      0|			  SC_PKCS15_PRKEY_USAGE_SIGN
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  746|      0|			| SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  747|      0|	}
  748|       |
  749|      0|	r = itacns_add_keyset(p15card, label, sec_env, &cert_id,
  750|      0|		pubkey_path, prkey_path, pubkey_usage_flags, prkey_usage_flags,
  751|      0|		pin_ref, modulus_len);
  752|      0|	LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  753|      0|		"Could not add keys for this certificate");
  754|       |
  755|      0|	return r;
  756|      0|}
pkcs15-itacns.c:itacns_add_cert:
  189|    216|{
  190|    216|	int r;
  191|       |	/* const char *label = "Certificate"; */
  192|    216|	sc_pkcs15_cert_info_t info;
  193|    216|	sc_pkcs15_object_t    obj;
  194|    216|#ifdef ENABLE_OPENSSL
  195|    216|	X509 *x509;
  196|    216|	sc_pkcs15_cert_t *cert;
  197|    216|	int private_obj;
  198|    216|#endif
  199|       |
  200|    216|	SC_FUNC_CALLED(p15card->card->ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|    216|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    216|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    216|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 216]
  |  |  ------------------
  ------------------
  201|       |
  202|    216|	if(type != SC_PKCS15_TYPE_CERT_X509) {
  ------------------
  |  |  439|    216|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  |  Branch (202:5): [True: 0, False: 216]
  ------------------
  203|      0|		sc_log(p15card->card->ctx,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  204|      0|			"Cannot add a certificate of a type other than X.509");
  205|      0|		return 1;
  206|      0|	}
  207|       |
  208|    216|	*ext_info_ok = 0;
  209|       |
  210|       |
  211|    216|	memset(&info, 0, sizeof(info));
  212|    216|	memset(&obj,  0, sizeof(obj));
  213|       |
  214|    216|	info.id                = *id;
  215|    216|	info.authority         = authority;
  216|    216|	if (path)
  ------------------
  |  Branch (216:6): [True: 216, False: 0]
  ------------------
  217|    216|		info.path = *path;
  218|       |
  219|    216|	strlcpy(obj.label, label, sizeof(obj.label));
  ------------------
  |  |   43|    216|#define strlcpy _strlcpy
  ------------------
  220|       |
  221|       |	/* If we have OpenSSL, read keyUsage */
  222|    216|#ifdef ENABLE_OPENSSL
  223|    216|	private_obj = obj_flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    216|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  224|    216|	r = sc_pkcs15_read_certificate(p15card, &info, private_obj, &cert);
  225|    216|	LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|    216|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    216|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    216|	int _ret = (r); \
  |  |  |  |  168|    216|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 216, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    216|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    216|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    216|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    216|		return _ret; \
  |  |  |  |  172|    216|	} \
  |  |  |  |  173|    216|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  226|      0|		"Could not read X.509 certificate");
  227|       |
  228|      0|	{
  229|      0|		const u8 *throwaway = cert->data.value;
  230|      0|		x509 = d2i_X509(NULL, &throwaway, cert->data.len);
  231|      0|	}
  232|       |
  233|      0|	if (cert->key && cert->key->algorithm == SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (233:6): [True: 0, False: 0]
  |  Branch (233:19): [True: 0, False: 0]
  ------------------
  234|      0|		*modulus_len = cert->key->u.rsa.modulus.len * 8;
  235|      0|	}
  236|       |
  237|      0|	sc_pkcs15_free_certificate(cert);
  238|      0|	if (!x509) {
  ------------------
  |  Branch (238:6): [True: 0, False: 0]
  ------------------
  239|      0|		sc_log_openssl(p15card->card->ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  240|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  241|      0|	}
  242|      0|	X509_check_purpose(x509, -1, 0);
  243|       |
  244|      0|	if(X509_get_extension_flags(x509) & EXFLAG_KUSAGE) {
  ------------------
  |  Branch (244:5): [True: 0, False: 0]
  ------------------
  245|      0|		*ext_info_ok = 1;
  246|      0|		*key_usage = X509_get_key_usage(x509);
  247|      0|		*x_key_usage = X509_get_extended_key_usage(x509);
  248|      0|	}
  249|      0|	OPENSSL_free(x509);
  250|       |
  251|      0|#endif /* ENABLE_OPENSSL */
  252|       |
  253|      0|	obj.flags = obj_flags;
  254|      0|	r = sc_pkcs15emu_add_x509_cert(p15card, &obj, &info);
  255|      0|	LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  256|      0|		"Could not add X.509 certificate");
  257|       |
  258|      0|	return r;
  259|      0|}

sc_pkcs15emu_jpki_init_ex:
  248|  9.95k|{
  249|  9.95k|	if (p15card->card->type != SC_CARD_TYPE_JPKI_BASE)
  ------------------
  |  Branch (249:6): [True: 9.88k, False: 71]
  ------------------
  250|  9.88k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.88k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  251|     71|	return sc_pkcs15emu_jpki_init(p15card);
  252|  9.95k|}
pkcs15-jpki.c:sc_pkcs15emu_jpki_init:
   38|     71|{
   39|     71|	sc_card_t *card = p15card->card;
   40|     71|	struct jpki_private_data *drvdata = JPKI_DRVDATA(card);
  ------------------
  |  |   36|     71|#define JPKI_DRVDATA(card) ((struct jpki_private_data *) ((card)->drv_data))
  ------------------
   41|     71|	int i, rc;
   42|       |
   43|     71|	LOG_FUNC_CALLED(p15card->card->ctx);
  ------------------
  |  |  151|     71|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     71|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     71|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     71|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 71]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   44|       |
   45|     71|	set_string(&p15card->tokeninfo->label, "JPKI");
   46|     71|	set_string(&p15card->tokeninfo->manufacturer_id, "JPKI");
   47|       |	/* set dummy until we found serial number */
   48|     71|	set_string(&p15card->tokeninfo->serial_number, "00000000");
   49|       |
   50|       |	/* Select application directory */
   51|     71|	if (drvdata->selected != SELECT_JPKI_AP) {
  ------------------
  |  |   25|     71|#define SELECT_JPKI_AP 1
  ------------------
  |  Branch (51:6): [True: 71, False: 0]
  ------------------
   52|     71|		rc = jpki_select_ap(card);
   53|     71|		LOG_TEST_RET(card->ctx, rc, "select AP failed");
  ------------------
  |  |  174|     71|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     71|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     71|	int _ret = (r); \
  |  |  |  |  168|     71|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 62]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|     71|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 62]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   54|     62|		drvdata->selected = SELECT_JPKI_AP;
  ------------------
  |  |   25|     62|#define SELECT_JPKI_AP 1
  ------------------
   55|     62|	}
   56|       |
   57|       |	/* add certificates */
   58|    310|	for (i = 0; i < 4; i++) {
  ------------------
  |  Branch (58:14): [True: 248, False: 62]
  ------------------
   59|    248|		static const char *jpki_cert_names[4] = {
   60|    248|			"User Authentication Certificate",
   61|    248|			"Digital Signature Certificate",
   62|    248|			"User Authentication Certificate CA",
   63|    248|			"Digital Signature Certificate CA"
   64|    248|		};
   65|    248|		static char const *jpki_cert_paths[4] = {
   66|    248|			"000A",
   67|    248|			"0001",
   68|    248|			"000B",
   69|    248|			"0002"
   70|    248|		};
   71|    248|		static int jpki_cert_ids[4] = { 1, 2, 3, 4 };
   72|    248|		static int jpki_cert_flags[4] = {
   73|    248|			0,
   74|    248|			SC_PKCS15_CO_FLAG_PRIVATE,
  ------------------
  |  |   50|    248|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
   75|    248|			0,
   76|    248|			0,
   77|    248|		};
   78|    248|		static int jpki_cert_auth_id[4] = { 0, 2, 0, 0 };
   79|    248|		static int jpki_cert_authority[4] = {0, 0, 1, 1};
   80|    248|		struct sc_pkcs15_cert_info cert_info;
   81|    248|		struct sc_pkcs15_object cert_obj;
   82|    248|		memset(&cert_info, 0, sizeof(cert_info));
   83|    248|		memset(&cert_obj, 0, sizeof(cert_obj));
   84|       |
   85|    248|		cert_info.id.value[0] = jpki_cert_ids[i];
   86|    248|		cert_info.id.len = 1;
   87|    248|		sc_format_path(jpki_cert_paths[i], &cert_info.path);
   88|    248|		cert_info.path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    248|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
   89|       |
   90|    248|		strlcpy(cert_obj.label, jpki_cert_names[i], sizeof(cert_obj.label));
  ------------------
  |  |   43|    248|#define strlcpy _strlcpy
  ------------------
   91|    248|		cert_info.authority = jpki_cert_authority[i];
   92|    248|		cert_obj.flags = jpki_cert_flags[i];
   93|    248|		if (jpki_cert_auth_id[i]) {
  ------------------
  |  Branch (93:7): [True: 62, False: 186]
  ------------------
   94|     62|			cert_obj.auth_id.len = 1;
   95|     62|			cert_obj.auth_id.value[0] = jpki_cert_auth_id[i];
   96|     62|		}
   97|    248|		rc = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
   98|    248|		if (rc < 0) {
  ------------------
  |  Branch (98:7): [True: 0, False: 248]
  ------------------
   99|      0|			sc_pkcs15_card_clear(p15card);
  100|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|      0|		}
  102|       |
  103|    248|	}
  104|       |
  105|       |	/* add pins */
  106|    148|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (106:14): [True: 110, False: 38]
  ------------------
  107|    110|		static const char *jpki_pin_names[2] = {
  108|    110|			"User Authentication PIN",
  109|    110|			"Digital Signature PIN"
  110|    110|		};
  111|    110|		static const int jpki_pin_min[2] = { 4, 6 };
  112|    110|		static const int jpki_pin_max[2] = { 4, 16 };
  113|    110|		static const int jpki_pin_ref[2] = { 1, 2 };
  114|    110|		static const int jpki_pin_authid[2] = { 1, 2 };
  115|    110|		static const int jpki_pin_flags[2] = {
  116|    110|			SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|    110|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  117|    110|			SC_PKCS15_PIN_FLAG_LOCAL,
  ------------------
  |  |   55|    110|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  118|    110|			SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|    110|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  119|    110|			SC_PKCS15_PIN_FLAG_LOCAL
  ------------------
  |  |   55|    110|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  120|    110|		};
  121|    110|		static const int jpki_pin_max_tries[2] = {
  122|    110|			JPKI_AUTH_PIN_MAX_TRIES,
  ------------------
  |  |   30|    110|#define JPKI_AUTH_PIN_MAX_TRIES 3
  ------------------
  123|    110|			JPKI_SIGN_PIN_MAX_TRIES
  ------------------
  |  |   34|    110|#define JPKI_SIGN_PIN_MAX_TRIES 5
  ------------------
  124|    110|		};
  125|       |
  126|    110|		struct sc_pkcs15_auth_info pin_info;
  127|    110|		struct sc_pkcs15_object pin_obj;
  128|    110|		struct sc_pin_cmd_data pin_cmd_data;
  129|    110|		memset(&pin_info, 0, sizeof (pin_info));
  130|    110|		memset(&pin_obj, 0, sizeof (pin_obj));
  131|    110|		memset(&pin_cmd_data, 0, sizeof(pin_cmd_data));
  132|       |
  133|    110|		pin_info.auth_id.len = 1;
  134|    110|		pin_info.auth_id.value[0] = jpki_pin_authid[i];
  135|    110|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    110|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  136|    110|		pin_info.attrs.pin.reference = jpki_pin_ref[i];
  137|    110|		pin_info.attrs.pin.flags = jpki_pin_flags[i];
  138|    110|		pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|    110|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  139|    110|		pin_info.attrs.pin.min_length = jpki_pin_min[i];
  140|    110|		pin_info.attrs.pin.stored_length = 0;
  141|    110|		pin_info.attrs.pin.max_length = jpki_pin_max[i];
  142|    110|		pin_info.attrs.pin.pad_char = '\0';
  143|    110|		pin_info.max_tries = jpki_pin_max_tries[i];
  144|    110|		pin_info.tries_left = -1;
  145|    110|		pin_info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|    110|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  146|       |
  147|    110|		pin_cmd_data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|    110|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  148|    110|		pin_cmd_data.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|    110|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  149|    110|		pin_cmd_data.pin_reference = jpki_pin_ref[i];
  150|    110|		rc = sc_pin_cmd(card, &pin_cmd_data);
  151|    110|		pin_info.tries_left = pin_cmd_data.pin1.tries_left;
  152|    110|		LOG_TEST_RET(card->ctx, rc, "sc_pin_cmd failed");
  ------------------
  |  |  174|    110|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    110|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    110|	int _ret = (r); \
  |  |  |  |  168|    110|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 24, False: 86]
  |  |  |  |  ------------------
  |  |  |  |  169|     24|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     24|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     24|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     24|		return _ret; \
  |  |  |  |  172|     24|	} \
  |  |  |  |  173|    110|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 86]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  153|     86|		strlcpy(pin_obj.label, jpki_pin_names[i], sizeof(pin_obj.label));
  ------------------
  |  |   43|     86|#define strlcpy _strlcpy
  ------------------
  154|     86|		pin_obj.flags = jpki_pin_flags[i];
  155|       |
  156|     86|		rc = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  157|     86|		if (rc < 0) {
  ------------------
  |  Branch (157:7): [True: 0, False: 86]
  ------------------
  158|      0|			sc_pkcs15_card_clear(p15card);
  159|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  160|      0|		}
  161|     86|	}
  162|       |
  163|       |	/* add private keys */
  164|    114|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (164:14): [True: 76, False: 38]
  ------------------
  165|     76|		static int prkey_pin[2] = { 1, 2 };
  166|     76|		static int prkey_usage[2] = {
  167|     76|			SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|     76|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  168|     76|			SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION
  ------------------
  |  |  307|     76|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              			SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION
  ------------------
  |  |  314|     76|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  169|     76|		};
  170|     76|		static const char *prkey_name[2] = {
  171|     76|			"User Authentication Key",
  172|     76|			"Digital Signature Key"
  173|     76|		};
  174|     76|		static int prkey_user_consent[2] = { 0, 1 };
  175|     76|		struct sc_pkcs15_prkey_info prkey_info;
  176|     76|		struct sc_pkcs15_object prkey_obj;
  177|       |
  178|     76|		memset(&prkey_info, 0, sizeof (prkey_info));
  179|     76|		memset(&prkey_obj, 0, sizeof (prkey_obj));
  180|       |
  181|     76|		prkey_info.id.len = 1;
  182|     76|		prkey_info.id.value[0] = prkey_pin[i];
  183|     76|		prkey_info.usage = prkey_usage[i];
  184|     76|		prkey_info.native = 1;
  185|     76|		prkey_info.key_reference = i + 1;
  186|     76|		prkey_info.modulus_length = 2048;
  187|       |
  188|     76|		strlcpy(prkey_obj.label, prkey_name[i], sizeof (prkey_obj.label));
  ------------------
  |  |   43|     76|#define strlcpy _strlcpy
  ------------------
  189|     76|		prkey_obj.auth_id.len = 1;
  190|     76|		prkey_obj.auth_id.value[0] = prkey_pin[i];
  191|     76|		prkey_obj.user_consent = prkey_user_consent[i];
  192|     76|		prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     76|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  193|       |
  194|     76|		rc = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  195|     76|		if (rc < 0) {
  ------------------
  |  Branch (195:7): [True: 0, False: 76]
  ------------------
  196|      0|			sc_pkcs15_card_clear(p15card);
  197|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|      0|		}
  199|     76|	}
  200|       |
  201|       |	/* add public keys */
  202|    114|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (202:14): [True: 76, False: 38]
  ------------------
  203|     76|		static int pubkey_id[2] = { 1, 2 };
  204|     76|		static const char *jpki_pubkey_names[2] = {
  205|     76|			"User Authentication Public Key",
  206|     76|			"Digital Signature Public Key"
  207|     76|		};
  208|     76|		static int jpki_pubkey_flags[2] = {
  209|     76|				0,
  210|     76|				SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   50|     76|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  211|     76|		static int jpki_pubkey_auth_id[2] = {0, 2};
  212|     76|		struct sc_pkcs15_pubkey_info pubkey_info;
  213|     76|		struct sc_pkcs15_object pubkey_obj;
  214|     76|		static char const *jpki_pubkey_paths[2] = {
  215|     76|			"000A",
  216|     76|			"0001"
  217|     76|		};
  218|       |
  219|     76|		memset(&pubkey_info, 0, sizeof (pubkey_info));
  220|     76|		memset(&pubkey_obj, 0, sizeof (pubkey_obj));
  221|       |
  222|     76|		strlcpy(pubkey_obj.label, jpki_pubkey_names[i], sizeof (pubkey_obj.label));
  ------------------
  |  |   43|     76|#define strlcpy _strlcpy
  ------------------
  223|     76|		pubkey_info.id.len = 1;
  224|     76|		pubkey_info.id.value[0] = pubkey_id[i];
  225|     76|		pubkey_info.native = 1;
  226|     76|		pubkey_info.key_reference = i + 1;
  227|       |
  228|     76|		sc_format_path(jpki_pubkey_paths[i], &pubkey_info.path);
  229|     76|		pubkey_info.path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|     76|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  230|     76|		pubkey_obj.flags = jpki_pubkey_flags[i];
  231|     76|		if (jpki_pubkey_auth_id[i]) {
  ------------------
  |  Branch (231:7): [True: 38, False: 38]
  ------------------
  232|     38|			pubkey_obj.auth_id.len = 1;
  233|     38|			pubkey_obj.auth_id.value[0] = jpki_pubkey_auth_id[i];
  234|     38|		}
  235|       |
  236|     76|		rc = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  237|     76|		if (rc < 0) {
  ------------------
  |  Branch (237:7): [True: 0, False: 76]
  ------------------
  238|      0|			sc_pkcs15_card_clear(p15card);
  239|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|      0|		}
  241|     76|	}
  242|     38|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     38|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     38|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     38|	int _ret = r; \
  |  |  |  |  155|     38|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 38, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     38|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 38]
  |  |  |  |  ------------------
  |  |  |  |  157|     38|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     38|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     38|	return _ret; \
  |  |  |  |  163|     38|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|     38|}

sc_pkcs15emu_lteid_init_ex:
   70|  7.45k|{
   71|  7.45k|	if (p15card->card->type == SC_CARD_TYPE_LTEID) {
  ------------------
  |  Branch (71:6): [True: 0, False: 7.45k]
  ------------------
   72|      0|		return sc_pkcs15emu_lteid_init(p15card, aid);
   73|      0|	}
   74|       |
   75|  7.45k|	return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.45k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   76|  7.45k|}

sc_pkcs15emu_nqapplet_init_ex:
  179|  7.67k|{
  180|  7.67k|	int rv = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.67k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  181|  7.67k|	sc_context_t *ctx;
  182|  7.67k|	sc_card_t *card;
  183|       |
  184|  7.67k|	if (!p15card || !p15card->card || !p15card->card->ctx) {
  ------------------
  |  Branch (184:6): [True: 0, False: 7.67k]
  |  Branch (184:18): [True: 0, False: 7.67k]
  |  Branch (184:36): [True: 0, False: 7.67k]
  ------------------
  185|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  186|      0|	}
  187|       |
  188|  7.67k|	card = p15card->card;
  189|  7.67k|	ctx = card->ctx;
  190|       |
  191|  7.67k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|  7.67k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  7.67k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  7.67k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 7.67k]
  |  |  ------------------
  ------------------
  192|       |
  193|  7.67k|	if (card->type < SC_CARD_TYPE_NQ_APPLET || card->type > SC_CARD_TYPE_NQ_APPLET_RFID) {
  ------------------
  |  Branch (193:6): [True: 7.31k, False: 365]
  |  Branch (193:45): [True: 187, False: 178]
  ------------------
  194|  7.49k|		sc_log(p15card->card->ctx, "Unsupported card type: %d", card->type);
  ------------------
  |  |   71|  7.49k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  195|  7.49k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.49k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  196|  7.49k|	}
  197|       |
  198|    178|	rv = add_nqapplet_objects(p15card);
  199|    178|	LOG_TEST_GOTO_ERR(ctx, rv, "Failed to add PKCS15");
  ------------------
  |  |  184|    178|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    178|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    178|	int _ret = (r); \
  |  |  |  |  178|    178|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 22, False: 156]
  |  |  |  |  ------------------
  |  |  |  |  179|     22|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     22|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     22|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     22|		goto err; \
  |  |  |  |  182|     22|	} \
  |  |  |  |  183|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 156]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  200|       |
  201|    156|	if (aid != NULL) {
  ------------------
  |  Branch (201:6): [True: 0, False: 156]
  ------------------
  202|      0|		struct sc_file *file = sc_file_new();
  203|      0|		if (file != NULL) {
  ------------------
  |  Branch (203:7): [True: 0, False: 0]
  ------------------
  204|       |			/* PKCS11 depends on the file_app object, provide MF */
  205|      0|			sc_format_path("3f00", &file->path);
  206|      0|			sc_file_free(p15card->file_app);
  207|      0|			p15card->file_app = file;
  208|      0|		}
  209|      0|	}
  210|       |
  211|    156|	sc_pkcs15_free_tokeninfo(p15card->tokeninfo);
  212|       |
  213|    156|	p15card->tokeninfo = sc_pkcs15_tokeninfo_new();
  214|    156|	if (p15card->tokeninfo == NULL) {
  ------------------
  |  Branch (214:6): [True: 0, False: 156]
  ------------------
  215|      0|		rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  216|      0|		LOG_TEST_GOTO_ERR(ctx, rv, "unable to create tokeninfo struct");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  217|    156|	} else {
  218|    156|		char serial_hex[SC_MAX_SERIALNR * 2 + 2];
  219|       |
  220|    156|		sc_bin_to_hex(card->serialnr.value, card->serialnr.len, serial_hex, sizeof(serial_hex), 0);
  221|    156|		set_string(&p15card->tokeninfo->serial_number, serial_hex);
  222|    156|		set_string(&p15card->tokeninfo->label, name_Card);
  223|    156|		set_string(&p15card->tokeninfo->manufacturer_id, name_Vendor);
  224|    156|		p15card->tokeninfo->flags = SC_PKCS15_TOKEN_READONLY;
  ------------------
  |  |  595|    156|#define SC_PKCS15_TOKEN_READONLY			0x01
  ------------------
  225|    156|	}
  226|       |
  227|    156|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    156|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    156|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    156|	int _ret = r; \
  |  |  |  |  155|    156|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 156, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    156|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 156]
  |  |  |  |  ------------------
  |  |  |  |  157|    156|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    156|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    156|	return _ret; \
  |  |  |  |  163|    156|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  228|     22|err:
  229|     22|	sc_pkcs15_card_clear(p15card);
  230|     22|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     22|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     22|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     22|	int _ret = r; \
  |  |  |  |  155|     22|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 22, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     22|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     22|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 22, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     22|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     22|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     22|	return _ret; \
  |  |  |  |  163|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  231|     22|}
pkcs15-nqApplet.c:add_nqapplet_objects:
  146|    178|{
  147|    178|	int rv;
  148|    178|	sc_card_t *card = p15card->card;
  149|       |
  150|    178|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    178|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    178|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    178|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    178|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 178]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  151|       |
  152|       |	// 1) User PIN
  153|    178|	rv = add_nqapplet_pin(p15card, "1", 0x01);
  154|    178|	LOG_TEST_RET(card->ctx, rv, "Failed to add PIN 1");
  ------------------
  |  |  174|    178|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    178|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    178|	int _ret = (r); \
  |  |  |  |  168|    178|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 178]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 178]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|       |
  156|       |	// 2.1) C.CH.Auth
  157|    178|	rv = add_nqapplet_certificate(p15card, "1", "C.CH.Auth", 0x00);
  158|    178|	LOG_TEST_RET(card->ctx, rv, "Failed to add Auth. certificate");
  ------------------
  |  |  174|    178|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    178|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    178|	int _ret = (r); \
  |  |  |  |  168|    178|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 22, False: 156]
  |  |  |  |  ------------------
  |  |  |  |  169|     22|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     22|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     22|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     22|		return _ret; \
  |  |  |  |  172|     22|	} \
  |  |  |  |  173|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 156]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|       |
  160|       |	// 2.2) PrK.CH.Auth
  161|    156|	rv = add_nqapplet_private_key(p15card, "1", 0x01, "PrK.CH.Auth", "1",
  162|    156|	                              SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_DECRYPT);
  ------------------
  |  |  307|    156|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              	                              SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_DECRYPT);
  ------------------
  |  |  306|    156|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  163|    156|	LOG_TEST_RET(card->ctx, rv, "Failed to add Auth. private key");
  ------------------
  |  |  174|    156|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    156|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    156|	int _ret = (r); \
  |  |  |  |  168|    156|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 156]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    156|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 156]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|       |
  165|       |	// 3.1) C.CH.Encr
  166|    156|	rv = add_nqapplet_certificate(p15card, "2", "C.CH.Encr", 0x01);
  167|    156|	if (rv == SC_SUCCESS) {
  ------------------
  |  |   28|    156|#define SC_SUCCESS				0
  ------------------
  |  Branch (167:6): [True: 58, False: 98]
  ------------------
  168|       |		// 3.2) PrK.CH.Encr
  169|     58|		rv = add_nqapplet_private_key(p15card, "2", 0x02, "PrK.CH.Encr", "1", SC_PKCS15_PRKEY_USAGE_DECRYPT);
  ------------------
  |  |  306|     58|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  170|     58|		LOG_TEST_RET(card->ctx, rv, "Failed to add Encr. private key");
  ------------------
  |  |  174|     58|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     58|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     58|	int _ret = (r); \
  |  |  |  |  168|     58|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 58]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     58|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 58]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  171|     98|	} else {
  172|     98|		sc_log(p15card->card->ctx, "The card has no C.CH.Encr, ignoring CH.Encr container");
  ------------------
  |  |   71|     98|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  173|     98|	}
  174|       |
  175|    156|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    156|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    156|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    156|	int _ret = r; \
  |  |  |  |  155|    156|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 156, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    156|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 156]
  |  |  |  |  ------------------
  |  |  |  |  157|    156|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    156|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    156|	return _ret; \
  |  |  |  |  163|    156|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  176|    156|}
pkcs15-nqApplet.c:add_nqapplet_pin:
   59|    178|{
   60|    178|	int rv;
   61|    178|	struct sc_pkcs15_auth_info pin_info;
   62|    178|	struct sc_pkcs15_object pin_obj;
   63|    178|	sc_card_t *card = p15card->card;
   64|       |
   65|    178|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    178|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    178|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    178|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    178|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 178]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   66|       |
   67|    178|	memset(&pin_info, 0, sizeof(pin_info));
   68|    178|	memset(&pin_obj, 0, sizeof(pin_obj));
   69|       |
   70|    178|	sc_pkcs15_format_id(id, &pin_info.auth_id);
   71|    178|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    178|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
   72|    178|	pin_info.attrs.pin.reference = reference;
   73|    178|	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_CASE_SENSITIVE |
  ------------------
  |  |   58|    178|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
              	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_CASE_SENSITIVE |
  ------------------
  |  |   54|    178|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
   74|    178|	                           SC_PKCS15_PIN_TYPE_FLAGS_PIN_GLOBAL | SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   75|    178|	( SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   58|    178|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  ------------------
              	                           SC_PKCS15_PIN_TYPE_FLAGS_PIN_GLOBAL | SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    178|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
   75|    178|	pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_UTF8;
  ------------------
  |  |   90|    178|#define SC_PKCS15_PIN_TYPE_UTF8				2
  ------------------
   76|    178|	pin_info.attrs.pin.min_length = 6;
   77|    178|	pin_info.attrs.pin.stored_length = 6;
   78|    178|	pin_info.attrs.pin.max_length = 6;
   79|    178|	pin_info.attrs.pin.pad_char = '\0';
   80|    178|	pin_info.tries_left = -1; // TODO
   81|    178|	pin_info.max_tries = 3;
   82|       |
   83|    178|	strlcpy(pin_obj.label, "UserPIN", sizeof(pin_obj.label));
  ------------------
  |  |   43|    178|#define strlcpy _strlcpy
  ------------------
   84|    178|	pin_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   51|    178|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              	pin_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    178|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
   85|       |
   86|    178|	rv = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
   87|    178|	LOG_TEST_RET(card->ctx, rv, "sc_pkcs15emu_add_pin_obj failed");
  ------------------
  |  |  174|    178|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    178|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    178|	int _ret = (r); \
  |  |  |  |  168|    178|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 178]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 178]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   88|       |
   89|    178|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    178|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    178|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    178|	int _ret = r; \
  |  |  |  |  155|    178|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 178, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    178|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 178]
  |  |  |  |  ------------------
  |  |  |  |  157|    178|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    178|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    178|	return _ret; \
  |  |  |  |  163|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|    178|}
pkcs15-nqApplet.c:add_nqapplet_certificate:
   93|    334|{
   94|    334|	int rv;
   95|    334|	struct sc_pkcs15_cert_info cert_info;
   96|    334|	struct sc_pkcs15_object cert_obj;
   97|    334|	sc_card_t *card = p15card->card;
   98|       |
   99|    334|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    334|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    334|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    334|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    334|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 334]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  100|       |
  101|    334|	memset(&cert_info, 0, sizeof(cert_info));
  102|    334|	memset(&cert_obj, 0, sizeof(cert_obj));
  103|       |
  104|    334|	sc_pkcs15_format_id(id, &cert_info.id);
  105|    334|	rv = get_nqapplet_certificate(card, data_id, &cert_info.value);
  106|    334|	LOG_TEST_RET(card->ctx, rv, "Failed to get certificate");
  ------------------
  |  |  174|    334|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    334|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    334|	int _ret = (r); \
  |  |  |  |  168|    334|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 120, False: 214]
  |  |  |  |  ------------------
  |  |  |  |  169|    120|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    120|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    120|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    120|		return _ret; \
  |  |  |  |  172|    120|	} \
  |  |  |  |  173|    334|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 214]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|       |
  108|    214|	strlcpy(cert_obj.label, name, sizeof(cert_obj.label));
  ------------------
  |  |   43|    214|#define strlcpy _strlcpy
  ------------------
  109|       |
  110|    214|	rv = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  111|    214|	LOG_TEST_RET(card->ctx, rv, "sc_pkcs15emu_add_x509_cert failed");
  ------------------
  |  |  174|    214|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    214|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    214|	int _ret = (r); \
  |  |  |  |  168|    214|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 214]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    214|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 214]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  112|       |
  113|    214|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    214|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    214|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    214|	int _ret = r; \
  |  |  |  |  155|    214|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 214, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    214|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 214]
  |  |  |  |  ------------------
  |  |  |  |  157|    214|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    214|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    214|	return _ret; \
  |  |  |  |  163|    214|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|    214|}
pkcs15-nqApplet.c:get_nqapplet_certificate:
   35|    334|{
   36|    334|	int rv;
   37|    334|	u8 buffer[3072];
   38|    334|	size_t cb_buffer = sizeof(buffer);
   39|    334|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    334|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    334|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    334|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    334|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 334]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   40|       |
   41|    334|	rv = sc_get_data(card, data_id, buffer, cb_buffer);
   42|    334|	LOG_TEST_RET(card->ctx, rv, "GET DATA failed");
  ------------------
  |  |  174|    334|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    334|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    334|	int _ret = (r); \
  |  |  |  |  168|    334|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 17, False: 317]
  |  |  |  |  ------------------
  |  |  |  |  169|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     17|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     17|		return _ret; \
  |  |  |  |  172|     17|	} \
  |  |  |  |  173|    334|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 317]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   43|    317|	if (rv == 0) {
  ------------------
  |  Branch (43:6): [True: 103, False: 214]
  ------------------
   44|    103|		LOG_TEST_RET(card->ctx, SC_ERROR_FILE_NOT_FOUND, "No certificate data returned");
  ------------------
  |  |  174|    103|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    103|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    103|	int _ret = (r); \
  |  |  |  |  168|    103|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 103, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    103|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    103|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    103|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    103|		return _ret; \
  |  |  |  |  172|    103|	} \
  |  |  |  |  173|    103|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   45|    103|	}
   46|       |
   47|    214|	if (cert_info != NULL) {
  ------------------
  |  Branch (47:6): [True: 214, False: 0]
  ------------------
   48|    214|		free(cert_info->value);
   49|    214|		cert_info->value = malloc(rv);
   50|    214|		if (cert_info->value != NULL) {
  ------------------
  |  Branch (50:7): [True: 214, False: 0]
  ------------------
   51|    214|			cert_info->len = rv;
   52|    214|			memcpy(cert_info->value, buffer, rv);
   53|    214|		}
   54|    214|	}
   55|    214|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    214|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    214|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    214|	int _ret = r; \
  |  |  |  |  155|    214|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 214, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    214|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 214]
  |  |  |  |  ------------------
  |  |  |  |  157|    214|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    214|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    214|	return _ret; \
  |  |  |  |  163|    214|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   56|    214|}
pkcs15-nqApplet.c:add_nqapplet_private_key:
  118|    214|{
  119|    214|	int rv;
  120|    214|	struct sc_pkcs15_prkey_info prkey_info;
  121|    214|	struct sc_pkcs15_object prkey_obj;
  122|    214|	sc_card_t *card = p15card->card;
  123|       |
  124|    214|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    214|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    214|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    214|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    214|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 214]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  125|       |
  126|    214|	memset(&prkey_info, 0, sizeof(prkey_info));
  127|    214|	memset(&prkey_obj, 0, sizeof(prkey_obj));
  128|       |
  129|    214|	sc_pkcs15_format_id(id, &prkey_info.id);
  130|    214|	prkey_info.usage = usage;
  131|    214|	prkey_info.native = 1;
  132|    214|	prkey_info.key_reference = reference;
  133|    214|	prkey_info.modulus_length = 3072;
  134|       |
  135|    214|	strlcpy(prkey_obj.label, name, sizeof(prkey_obj.label));
  ------------------
  |  |   43|    214|#define strlcpy _strlcpy
  ------------------
  136|    214|	prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    214|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  137|    214|	sc_pkcs15_format_id(pin_id, &prkey_obj.auth_id);
  138|       |
  139|    214|	rv = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  140|    214|	LOG_TEST_RET(card->ctx, rv, "sc_pkcs15emu_add_rsa_prkey failed");
  ------------------
  |  |  174|    214|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    214|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    214|	int _ret = (r); \
  |  |  |  |  168|    214|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 214]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    214|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 214]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|       |
  142|    214|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    214|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    214|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    214|	int _ret = r; \
  |  |  |  |  155|    214|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 214, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    214|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 214]
  |  |  |  |  ------------------
  |  |  |  |  157|    214|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    214|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    214|	return _ret; \
  |  |  |  |  163|    214|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  143|    214|}

sc_pkcs15emu_oberthur_init_ex:
 1160|  10.1k|{
 1161|  10.1k|	int rv;
 1162|       |
 1163|  10.1k|	LOG_FUNC_CALLED(p15card->card->ctx);
  ------------------
  |  |  151|  10.1k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  10.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  10.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  10.1k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 10.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1164|  10.1k|	rv = oberthur_detect_card(p15card);
 1165|  10.1k|	if (!rv)
  ------------------
  |  Branch (1165:6): [True: 868, False: 9.31k]
  ------------------
 1166|    868|		rv = sc_pkcs15emu_oberthur_init(p15card);
 1167|       |
 1168|  10.1k|	LOG_FUNC_RETURN(p15card->card->ctx, rv);
  ------------------
  |  |  164|  10.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  10.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  10.1k|	int _ret = r; \
  |  |  |  |  155|  10.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  10.1k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  10.0k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10.0k, False: 157]
  |  |  |  |  ------------------
  |  |  |  |  157|  10.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  10.1k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  10.1k|	return _ret; \
  |  |  |  |  163|  10.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1169|  10.1k|}
pkcs15-oberthur.c:oberthur_detect_card:
 1148|  10.1k|{
 1149|  10.1k|	struct sc_card *card = p15card->card;
 1150|       |
 1151|  10.1k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.1k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.1k]
  |  |  ------------------
  ------------------
 1152|  10.1k|	if (p15card->card->type != SC_CARD_TYPE_OBERTHUR_64K)
  ------------------
  |  Branch (1152:6): [True: 9.31k, False: 868]
  ------------------
 1153|  10.1k|		LOG_FUNC_RETURN(p15card->card->ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  9.31k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.31k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.31k|	int _ret = r; \
  |  |  |  |  155|  9.31k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.31k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.31k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  9.31k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.31k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.31k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.31k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  9.31k|	return _ret; \
  |  |  |  |  163|  9.31k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1154|    868|	LOG_FUNC_RETURN(p15card->card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    868|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    868|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    868|	int _ret = r; \
  |  |  |  |  155|    868|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 868, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    868|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 868]
  |  |  |  |  ------------------
  |  |  |  |  157|    868|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    868|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    868|	return _ret; \
  |  |  |  |  163|    868|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1155|    868|}
pkcs15-oberthur.c:sc_pkcs15emu_oberthur_init:
 1015|    868|{
 1016|    868|	struct sc_context *ctx = p15card->card->ctx;
 1017|    868|	struct sc_pkcs15_auth_info auth_info;
 1018|    868|	struct sc_pkcs15_object   obj;
 1019|    868|	struct sc_card *card = p15card->card;
 1020|    868|	struct sc_path path;
 1021|    868|	int rv, ii, tries_left;
 1022|    868|	char serial[0x10];
 1023|    868|	unsigned char sopin_reference = 0x04;
 1024|       |
 1025|    868|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    868|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    868|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    868|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 868]
  |  |  ------------------
  ------------------
 1026|    868|	sc_bin_to_hex(card->serialnr.value, card->serialnr.len, serial, sizeof(serial), 0);
 1027|    868|	set_string(&p15card->tokeninfo->serial_number, serial);
 1028|       |
 1029|    868|	p15card->ops.parse_df = sc_awp_parse_df;
 1030|    868|	p15card->ops.clear = sc_awp_clear;
 1031|       |
 1032|    868|	sc_log(ctx, "Oberthur init: serial %s", p15card->tokeninfo->serial_number);
  ------------------
  |  |   71|    868|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1033|       |
 1034|    868|	sc_format_path(AWP_PIN_DF, &path);
  ------------------
  |  |   69|    868|#define AWP_PIN_DF		"3F005011"
  ------------------
 1035|    868|	rv = sc_select_file(card, &path, NULL);
 1036|    868|	LOG_TEST_GOTO_ERR(ctx, rv, "Oberthur init failed: cannot select PIN dir");
  ------------------
  |  |  184|    868|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    868|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    868|	int _ret = (r); \
  |  |  |  |  178|    868|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 305, False: 563]
  |  |  |  |  ------------------
  |  |  |  |  179|    305|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    305|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    305|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    305|		goto err; \
  |  |  |  |  182|    305|	} \
  |  |  |  |  183|    868|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 563]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1037|       |
 1038|    563|	tries_left = -1;
 1039|    563|	rv = sc_verify(card, SC_AC_CHV, sopin_reference, (unsigned char *)"", 0, &tries_left);
  ------------------
  |  |  151|    563|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1040|    563|	if (rv && rv != SC_ERROR_PIN_CODE_INCORRECT)   {
  ------------------
  |  |   64|     57|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (1040:6): [True: 57, False: 506]
  |  Branch (1040:12): [True: 38, False: 19]
  ------------------
 1041|     38|		sopin_reference = 0x84;
 1042|     38|		rv = sc_verify(card, SC_AC_CHV, sopin_reference, (unsigned char *)"", 0, &tries_left);
  ------------------
  |  |  151|     38|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1043|     38|	}
 1044|    563|	if (rv && rv != SC_ERROR_PIN_CODE_INCORRECT)
  ------------------
  |  |   64|     46|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (1044:6): [True: 46, False: 517]
  |  Branch (1044:12): [True: 23, False: 23]
  ------------------
 1045|    563|		LOG_TEST_GOTO_ERR(ctx, rv, "Invalid state of SO-PIN");
  ------------------
  |  |  184|     23|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     23|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     23|	int _ret = (r); \
  |  |  |  |  178|     23|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 23, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     23|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     23|		goto err; \
  |  |  |  |  182|     23|	} \
  |  |  |  |  183|     23|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1046|       |
 1047|       |	/* add PIN */
 1048|    540|	memset(&auth_info, 0, sizeof(auth_info));
 1049|    540|	memset(&obj,  0, sizeof(obj));
 1050|       |
 1051|    540|	auth_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    540|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
 1052|    540|	auth_info.auth_method	= SC_AC_CHV;
  ------------------
  |  |  151|    540|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1053|    540|	auth_info.auth_id.len = 1;
 1054|    540|	auth_info.auth_id.value[0] = 0xFF;
 1055|    540|	auth_info.attrs.pin.min_length		= 4;
 1056|    540|	auth_info.attrs.pin.max_length		= 64;
 1057|    540|	auth_info.attrs.pin.stored_length	= 64;
 1058|    540|	auth_info.attrs.pin.type		= SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|    540|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
 1059|    540|	auth_info.attrs.pin.reference		= sopin_reference;
 1060|    540|	auth_info.attrs.pin.pad_char		= 0xFF;
 1061|    540|	auth_info.attrs.pin.flags		= SC_PKCS15_PIN_FLAG_CASE_SENSITIVE
  ------------------
  |  |   54|    540|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
 1062|    540|				| SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|    540|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
 1063|    540|				| SC_PKCS15_PIN_FLAG_NEEDS_PADDING
  ------------------
  |  |   59|    540|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
 1064|    540|				| SC_PKCS15_PIN_FLAG_SO_PIN;
  ------------------
  |  |   61|    540|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
 1065|    540|	auth_info.tries_left		= tries_left;
 1066|    540|	auth_info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|    540|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 1067|       |
 1068|    540|	strncpy(obj.label, "SO PIN", SC_PKCS15_MAX_LABEL_SIZE-1);
  ------------------
  |  |   35|    540|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1069|    540|	obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   51|    540|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              	obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    540|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 1070|       |
 1071|    540|	sc_log(ctx, "Add PIN(%s,auth_id:%s,reference:%i)", obj.label,
  ------------------
  |  |   71|    540|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1072|    540|			sc_pkcs15_print_id(&auth_info.auth_id), auth_info.attrs.pin.reference);
 1073|    540|	rv = sc_pkcs15emu_add_pin_obj(p15card, &obj, &auth_info);
 1074|    540|	LOG_TEST_GOTO_ERR(ctx, rv, "Oberthur init failed: cannot add PIN object");
  ------------------
  |  |  184|    540|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    540|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    540|	int _ret = (r); \
  |  |  |  |  178|    540|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 540]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    540|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 540]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1075|       |
 1076|    540|	tries_left = -1;
 1077|    540|	rv = sc_verify(card, SC_AC_CHV, 0x81, (unsigned char *)"", 0, &tries_left);
  ------------------
  |  |  151|    540|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1078|    540|	if (rv == SC_ERROR_PIN_CODE_INCORRECT)   {
  ------------------
  |  |   64|    540|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (1078:6): [True: 22, False: 518]
  ------------------
 1079|       |		/* add PIN */
 1080|     22|		memset(&auth_info, 0, sizeof(auth_info));
 1081|     22|		memset(&obj,  0, sizeof(obj));
 1082|       |
 1083|     22|		auth_info.auth_id.len = sizeof(PinDomainID) > sizeof(auth_info.auth_id.value)
  ------------------
  |  Branch (1083:27): [Folded, False: 22]
  ------------------
 1084|     22|				? sizeof(auth_info.auth_id.value) : sizeof(PinDomainID);
 1085|     22|		memcpy(auth_info.auth_id.value, PinDomainID, auth_info.auth_id.len);
 1086|     22|		auth_info.auth_method	= SC_AC_CHV;
  ------------------
  |  |  151|     22|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1087|       |
 1088|     22|		auth_info.attrs.pin.min_length		= 4;
 1089|     22|		auth_info.attrs.pin.max_length		= 64;
 1090|     22|		auth_info.attrs.pin.stored_length	= 64;
 1091|     22|		auth_info.attrs.pin.type		= SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|     22|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
 1092|     22|		auth_info.attrs.pin.reference		= 0x81;
 1093|     22|		auth_info.attrs.pin.pad_char		= 0xFF;
 1094|     22|		auth_info.attrs.pin.flags		= SC_PKCS15_PIN_FLAG_CASE_SENSITIVE
  ------------------
  |  |   54|     22|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
 1095|     22|					| SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|     22|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
 1096|     22|					| SC_PKCS15_PIN_FLAG_NEEDS_PADDING
  ------------------
  |  |   59|     22|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
 1097|     22|					| SC_PKCS15_PIN_FLAG_LOCAL;
  ------------------
  |  |   55|     22|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
 1098|     22|		auth_info.tries_left		= tries_left;
 1099|       |
 1100|     22|		strncpy(obj.label, PIN_DOMAIN_LABEL, SC_PKCS15_MAX_LABEL_SIZE-1);
  ------------------
  |  |   66|     22|#define PIN_DOMAIN_LABEL	"SCM"
  ------------------
              		strncpy(obj.label, PIN_DOMAIN_LABEL, SC_PKCS15_MAX_LABEL_SIZE-1);
  ------------------
  |  |   35|     22|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1101|     22|		obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   51|     22|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              		obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     22|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 1102|     22|		if (sopin_reference == 0x84) {
  ------------------
  |  Branch (1102:7): [True: 3, False: 19]
  ------------------
 1103|       |			/*
 1104|       |			 * auth_pin_reset_oberthur_style() in card-oberthur.c
 1105|       |			 * always uses PUK with reference 0x84 for
 1106|       |			 * unblocking of User PIN
 1107|       |			 */
 1108|      3|			obj.auth_id.len = 1;
 1109|      3|			obj.auth_id.value[0] = 0xFF;
 1110|      3|		}
 1111|       |
 1112|     22|		sc_format_path(AWP_PIN_DF, &auth_info.path);
  ------------------
  |  |   69|     22|#define AWP_PIN_DF		"3F005011"
  ------------------
 1113|     22|		auth_info.path.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|     22|#define SC_PATH_TYPE_PATH		2
  ------------------
 1114|       |
 1115|     22|		sc_log(ctx, "Add PIN(%s,auth_id:%s,reference:%i)", obj.label,
  ------------------
  |  |   71|     22|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1116|     22|				sc_pkcs15_print_id(&auth_info.auth_id), auth_info.attrs.pin.reference);
 1117|     22|		rv = sc_pkcs15emu_add_pin_obj(p15card, &obj, &auth_info);
 1118|     22|		LOG_TEST_GOTO_ERR(ctx, rv, "Oberthur init failed: cannot add PIN object");
  ------------------
  |  |  184|     22|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     22|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     22|	int _ret = (r); \
  |  |  |  |  178|     22|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 22]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1119|     22|	}
 1120|    518|	else if (rv != SC_ERROR_DATA_OBJECT_NOT_FOUND)    {
  ------------------
  |  |   66|    518|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (1120:11): [True: 517, False: 1]
  ------------------
 1121|    517|		LOG_TEST_GOTO_ERR(ctx, rv, "Oberthur init failed: cannot verify PIN");
  ------------------
  |  |  184|    517|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    517|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    517|	int _ret = (r); \
  |  |  |  |  178|    517|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 12, False: 505]
  |  |  |  |  ------------------
  |  |  |  |  179|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     12|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     12|		goto err; \
  |  |  |  |  182|     12|	} \
  |  |  |  |  183|    517|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 505]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1122|    517|	}
 1123|       |
 1124|  1.87k|	for (ii=0; oberthur_infos[ii].name; ii++)   {
  ------------------
  |  Branch (1124:13): [True: 1.71k, False: 157]
  ------------------
 1125|  1.71k|		sc_log(ctx, "Oberthur init: read %s file", oberthur_infos[ii].name);
  ------------------
  |  |   71|  1.71k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1126|  1.71k|		free(oberthur_infos[ii].content);
 1127|  1.71k|		rv = sc_oberthur_read_file(p15card, oberthur_infos[ii].path,
 1128|  1.71k|				&oberthur_infos[ii].content, &oberthur_infos[ii].len, 1);
 1129|  1.71k|		LOG_TEST_GOTO_ERR(ctx, rv, "Oberthur init failed: read oberthur file error");
  ------------------
  |  |  184|  1.71k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.71k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.71k|	int _ret = (r); \
  |  |  |  |  178|  1.71k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 111, False: 1.60k]
  |  |  |  |  ------------------
  |  |  |  |  179|    111|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    111|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    111|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    111|		goto err; \
  |  |  |  |  182|    111|	} \
  |  |  |  |  183|  1.71k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.60k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1130|       |
 1131|  1.60k|		sc_log(ctx, "Oberthur init: parse %s file, content length %zu",
  ------------------
  |  |   71|  1.60k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1132|  1.60k|				oberthur_infos[ii].name, oberthur_infos[ii].len);
 1133|  1.60k|		rv = oberthur_infos[ii].parser(p15card, oberthur_infos[ii].content, oberthur_infos[ii].len,
 1134|  1.60k|				oberthur_infos[ii].postpone_allowed);
 1135|  1.60k|		LOG_TEST_GOTO_ERR(ctx, rv, "Oberthur init failed: parse error");
  ------------------
  |  |  184|  1.60k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.60k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.60k|	int _ret = (r); \
  |  |  |  |  178|  1.60k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 260, False: 1.34k]
  |  |  |  |  ------------------
  |  |  |  |  179|    260|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    260|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    260|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    260|		goto err; \
  |  |  |  |  182|    260|	} \
  |  |  |  |  183|  1.60k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1136|  1.60k|	}
 1137|       |
 1138|    157|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    157|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    157|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    157|	int _ret = r; \
  |  |  |  |  155|    157|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 157, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    157|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 157]
  |  |  |  |  ------------------
  |  |  |  |  157|    157|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    157|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    157|	return _ret; \
  |  |  |  |  163|    157|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1139|       |
 1140|    711|err:
 1141|    711|	sc_pkcs15_card_clear(p15card);
 1142|    711|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    711|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    711|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    711|	int _ret = r; \
  |  |  |  |  155|    711|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 711, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    711|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    711|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 711, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    711|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    711|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    711|	return _ret; \
  |  |  |  |  163|    711|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1143|    711|}
pkcs15-oberthur.c:sc_oberthur_parse_privateinfo:
  500|    251|{
  501|    251|	struct sc_context *ctx = p15card->card->ctx;
  502|    251|	size_t ii;
  503|    251|	int rv;
  504|    251|	int no_more_private_keys = 0, no_more_private_data = 0;
  505|       |
  506|    251|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    251|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    251|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    251|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    251|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 251]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  507|       |
  508|  32.5k|	for (ii=0; ii+5<=len; ii+=5)   {
  ------------------
  |  Branch (508:13): [True: 32.4k, False: 157]
  ------------------
  509|  32.4k|		unsigned int file_id, size;
  510|       |
  511|  32.4k|		if(*(buff+ii) != 0xFF)
  ------------------
  |  Branch (511:6): [True: 32.0k, False: 386]
  ------------------
  512|  32.0k|			continue;
  513|       |
  514|    386|		file_id = 0x100 * *(buff+ii + 1) + *(buff+ii + 2);
  515|    386|		size = 0x100 * *(buff+ii + 3) + *(buff+ii + 4);
  516|    386|		sc_log(ctx, "add private object (file-id:%04X, size:%X)", file_id, size);
  ------------------
  |  |   71|    386|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  517|       |
  518|    386|		switch (*(buff+ii + 1))   {
  519|    348|		case BASE_ID_PRV_RSA :
  ------------------
  |  |   83|    348|#define BASE_ID_PRV_RSA   0x30
  ------------------
  |  Branch (519:3): [True: 348, False: 38]
  ------------------
  520|    348|			if (no_more_private_keys)
  ------------------
  |  Branch (520:8): [True: 10, False: 338]
  ------------------
  521|     10|				break;
  522|       |
  523|    338|			rv = sc_pkcs15emu_oberthur_add_prvkey(p15card, file_id, size);
  524|    338|			if (rv == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED && postpone_allowed)   {
  ------------------
  |  |   61|    676|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (524:8): [True: 5, False: 333]
  |  Branch (524:56): [True: 5, False: 0]
  ------------------
  525|      5|				struct sc_path path;
  526|       |
  527|      5|				sc_log(ctx, "postpone adding of the private keys");
  ------------------
  |  |   71|      5|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  528|      5|				sc_format_path("5011A5A5", &path);
  529|      5|				rv = sc_pkcs15_add_df(p15card, SC_PKCS15_PRKDF, &path);
  ------------------
  |  |  488|      5|#define SC_PKCS15_PRKDF			0
  ------------------
  530|      5|				LOG_TEST_RET(ctx, rv, "Add PrkDF error");
  ------------------
  |  |  174|      5|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      5|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      5|	int _ret = (r); \
  |  |  |  |  168|      5|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  531|      5|				no_more_private_keys = 1;
  532|      5|			}
  533|    338|			LOG_TEST_RET(ctx, rv, "Cannot parse private key info");
  ------------------
  |  |  174|    338|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    338|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    338|	int _ret = (r); \
  |  |  |  |  168|    338|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 81, False: 257]
  |  |  |  |  ------------------
  |  |  |  |  169|     81|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     81|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     81|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     81|		return _ret; \
  |  |  |  |  172|     81|	} \
  |  |  |  |  173|    338|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 257]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  534|    257|			break;
  535|    257|		case BASE_ID_PRV_DES :
  ------------------
  |  |   84|      6|#define BASE_ID_PRV_DES   0x40
  ------------------
  |  Branch (535:3): [True: 6, False: 380]
  ------------------
  536|      6|			break;
  537|     25|		case BASE_ID_PRV_DATA :
  ------------------
  |  |   86|     25|#define BASE_ID_PRV_DATA  0x60
  ------------------
  |  Branch (537:3): [True: 25, False: 361]
  ------------------
  538|     25|			sc_log(ctx, "*(buff+ii + 1):%X", *(buff+ii + 1));
  ------------------
  |  |   71|     25|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  539|     25|			if (no_more_private_data)
  ------------------
  |  Branch (539:8): [True: 10, False: 15]
  ------------------
  540|     10|				break;
  541|       |
  542|     15|			rv = sc_pkcs15emu_oberthur_add_data(p15card, file_id, size, 1);
  543|     15|			if (rv == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED && postpone_allowed)   {
  ------------------
  |  |   61|     30|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (543:8): [True: 4, False: 11]
  |  Branch (543:56): [True: 4, False: 0]
  ------------------
  544|      4|				struct sc_path path;
  545|       |
  546|      4|				sc_log(ctx, "postpone adding of the private data");
  ------------------
  |  |   71|      4|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  547|      4|				sc_format_path("5011A6A6", &path);
  548|      4|				rv = sc_pkcs15_add_df(p15card, SC_PKCS15_DODF, &path);
  ------------------
  |  |  495|      4|#define SC_PKCS15_DODF			7
  ------------------
  549|      4|				LOG_TEST_RET(ctx, rv, "Add DODF error");
  ------------------
  |  |  174|      4|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      4|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      4|	int _ret = (r); \
  |  |  |  |  168|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|      4|				no_more_private_data = 1;
  551|      4|			}
  552|     15|			LOG_TEST_RET(ctx, rv, "Cannot parse private data info");
  ------------------
  |  |  174|     15|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     15|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     15|	int _ret = (r); \
  |  |  |  |  168|     15|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|     15|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  553|      9|			break;
  554|      9|		default:
  ------------------
  |  Branch (554:3): [True: 7, False: 379]
  ------------------
  555|      7|			LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Private object parse error");
  ------------------
  |  |  174|      7|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      7|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      7|	int _ret = (r); \
  |  |  |  |  168|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      7|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      7|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      7|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      7|		return _ret; \
  |  |  |  |  172|      7|	} \
  |  |  |  |  173|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|    386|		}
  557|    386|	}
  558|       |
  559|    157|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    157|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    157|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    157|	int _ret = r; \
  |  |  |  |  155|    157|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 157, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    157|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 157]
  |  |  |  |  ------------------
  |  |  |  |  157|    157|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    157|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    157|	return _ret; \
  |  |  |  |  163|    157|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  560|    157|}
pkcs15-oberthur.c:sc_pkcs15emu_oberthur_add_prvkey:
  763|    338|{
  764|    338|	struct sc_context *ctx = p15card->card->ctx;
  765|    338|	struct sc_pkcs15_prkey_info kinfo;
  766|    338|	struct sc_pkcs15_object kobj;
  767|    338|	struct crypto_container ccont;
  768|    338|	unsigned char *info_blob = NULL;
  769|    338|	size_t info_len = 0;
  770|    338|	unsigned flags;
  771|    338|	size_t offs, len;
  772|    338|	char ch_tmp[0x100];
  773|    338|	int rv;
  774|       |
  775|    338|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    338|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    338|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    338|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    338|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 338]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|    338|	sc_log(ctx, "add private key(file-id:%04X,size:%04X)", file_id, size);
  ------------------
  |  |   71|    338|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  777|       |
  778|    338|	memset(&kinfo, 0, sizeof(kinfo));
  779|    338|	memset(&kobj, 0, sizeof(kobj));
  780|    338|	memset(&ccont, 0, sizeof(ccont));
  781|       |
  782|    338|	rv = sc_oberthur_get_friends (file_id, &ccont);
  783|    338|	LOG_TEST_RET(ctx, rv, "Failed to add private key: get friends error");
  ------------------
  |  |  174|    338|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    338|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    338|	int _ret = (r); \
  |  |  |  |  168|    338|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 26, False: 312]
  |  |  |  |  ------------------
  |  |  |  |  169|     26|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     26|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     26|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     26|		return _ret; \
  |  |  |  |  172|     26|	} \
  |  |  |  |  173|    338|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 312]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  784|       |
  785|    312|	if (ccont.id_cert)   {
  ------------------
  |  Branch (785:6): [True: 6, False: 306]
  ------------------
  786|      6|		struct sc_pkcs15_object *objs[32];
  787|      6|		int ii;
  788|       |
  789|      6|		sc_log(ctx, "friend certificate %04X", ccont.id_cert);
  ------------------
  |  |   71|      6|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  790|      6|		rv = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_CERT_X509, objs, 32);
  ------------------
  |  |  439|      6|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  791|      6|		LOG_TEST_RET(ctx, rv, "Failed to add private key: get certificates error");
  ------------------
  |  |  174|      6|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      6|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      6|	int _ret = (r); \
  |  |  |  |  168|      6|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  792|       |
  793|      6|		for (ii=0; ii<rv; ii++) {
  ------------------
  |  Branch (793:14): [True: 0, False: 6]
  ------------------
  794|      0|			struct sc_pkcs15_cert_info *cert = (struct sc_pkcs15_cert_info *)objs[ii]->data;
  795|      0|			struct sc_path path = cert->path;
  796|      0|			unsigned int id = path.value[path.len - 2] * 0x100 + path.value[path.len - 1];
  797|       |
  798|      0|			if (id == ccont.id_cert)   {
  ------------------
  |  Branch (798:8): [True: 0, False: 0]
  ------------------
  799|      0|				strlcpy(kobj.label, objs[ii]->label, sizeof(kobj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  800|      0|				break;
  801|      0|			}
  802|      0|		}
  803|       |
  804|      6|		if (ii == rv)
  ------------------
  |  Branch (804:7): [True: 6, False: 0]
  ------------------
  805|      6|			LOG_TEST_RET(ctx, SC_ERROR_INCONSISTENT_PROFILE, "Failed to add private key: friend not found");
  ------------------
  |  |  174|      6|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      6|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      6|	int _ret = (r); \
  |  |  |  |  168|      6|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  806|      6|	}
  807|       |
  808|    306|	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", AWP_OBJECTS_DF_PRV, file_id | 0x100);
  ------------------
  |  |   76|    306|#define AWP_OBJECTS_DF_PRV	"3F0050119002"
  ------------------
  809|    306|	rv = sc_oberthur_read_file(p15card, ch_tmp, &info_blob, &info_len, 1);
  810|    306|	LOG_TEST_RET(ctx, rv, "Failed to add private key: read oberthur file error");
  ------------------
  |  |  174|    306|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    306|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    306|	int _ret = (r); \
  |  |  |  |  168|    306|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 17, False: 289]
  |  |  |  |  ------------------
  |  |  |  |  169|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     17|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     17|		return _ret; \
  |  |  |  |  172|     17|	} \
  |  |  |  |  173|    306|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 289]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  811|       |
  812|    289|	if (info_len < 2) {
  ------------------
  |  Branch (812:6): [True: 3, False: 286]
  ------------------
  813|      3|		free(info_blob);
  814|      3|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add private key: no 'tag'");
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  815|      3|	}
  816|    286|	flags = *(info_blob + 0) * 0x100 + *(info_blob + 1);
  817|    286|	offs = 2;
  818|       |
  819|       |	/* CN */
  820|    286|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (820:6): [True: 1, False: 285]
  ------------------
  821|      1|		free(info_blob);
  822|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add private key: no 'CN'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  823|      1|	}
  824|    285|	len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  825|    285|	if (len + offs + 2 > info_len) {
  ------------------
  |  Branch (825:6): [True: 12, False: 273]
  ------------------
  826|     12|		free(info_blob);
  827|     12|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid 'CN' length");
  ------------------
  |  |  174|     12|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     12|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     12|	int _ret = (r); \
  |  |  |  |  168|     12|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     12|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     12|		return _ret; \
  |  |  |  |  172|     12|	} \
  |  |  |  |  173|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  828|     12|	}
  829|    273|	if (len && !strlen(kobj.label))   {
  ------------------
  |  Branch (829:6): [True: 41, False: 232]
  |  Branch (829:13): [True: 41, False: 0]
  ------------------
  830|     41|		if (len > sizeof(kobj.label) - 1)
  ------------------
  |  Branch (830:7): [True: 1, False: 40]
  ------------------
  831|      1|			len = sizeof(kobj.label) - 1;
  832|     41|		strncpy(kobj.label, (char *)(info_blob + offs + 2), len);
  833|     41|	}
  834|    273|	offs += 2 + len;
  835|       |
  836|       |	/* ID */
  837|    273|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (837:6): [True: 1, False: 272]
  ------------------
  838|      1|		free(info_blob);
  839|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add private key: no 'ID'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  840|      1|	}
  841|    272|	len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  842|    272|	if (!len) {
  ------------------
  |  Branch (842:6): [True: 1, False: 271]
  ------------------
  843|      1|		free(info_blob);
  844|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add private key: zero length ID");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  845|    271|	} else if (len + offs + 2 > info_len) {
  ------------------
  |  Branch (845:13): [True: 13, False: 258]
  ------------------
  846|     13|		free(info_blob);
  847|     13|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid 'ID' length");
  ------------------
  |  |  174|     13|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     13|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     13|	int _ret = (r); \
  |  |  |  |  168|     13|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     13|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     13|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     13|		return _ret; \
  |  |  |  |  172|     13|	} \
  |  |  |  |  173|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  848|    258|	} else if (len > sizeof(kinfo.id.value)) {
  ------------------
  |  Branch (848:13): [True: 1, False: 257]
  ------------------
  849|      1|		free(info_blob);
  850|      1|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Failed to add private key: invalid ID length");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  851|      1|	}
  852|    257|	memcpy(kinfo.id.value, info_blob + offs + 2, len);
  853|    257|	kinfo.id.len = len;
  854|    257|	offs += 2 + len;
  855|       |
  856|       |	/* Ignore Start/End dates */
  857|    257|	offs += 16;
  858|       |
  859|       |	/* Subject encoded in ASN1 */
  860|    257|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (860:6): [True: 1, False: 256]
  ------------------
  861|      1|		free(info_blob);
  862|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add private key: no 'subject'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  863|      1|	}
  864|    256|	len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  865|    256|	if (len + offs + 2 > info_len) {
  ------------------
  |  Branch (865:6): [True: 4, False: 252]
  ------------------
  866|      4|		free(info_blob);
  867|      4|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid 'subject' length");
  ------------------
  |  |  174|      4|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      4|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      4|	int _ret = (r); \
  |  |  |  |  168|      4|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      4|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      4|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      4|		return _ret; \
  |  |  |  |  172|      4|	} \
  |  |  |  |  173|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  868|    252|	} else if (len) {
  ------------------
  |  Branch (868:13): [True: 244, False: 8]
  ------------------
  869|    244|		kinfo.subject.value = malloc(len);
  870|    244|		if (!kinfo.subject.value) {
  ------------------
  |  Branch (870:7): [True: 0, False: 244]
  ------------------
  871|      0|			free(info_blob);
  872|      0|			LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "Failed to add private key: memory allocation error");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  873|      0|		}
  874|    244|		kinfo.subject.len = len;
  875|    244|		memcpy(kinfo.subject.value, info_blob + offs + 2, len);
  876|    244|	}
  877|       |
  878|       |	/* Modulus and exponent are ignored */
  879|       |
  880|    252|	free(info_blob);
  881|       |
  882|    252|	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", AWP_OBJECTS_DF_PRV, file_id);
  ------------------
  |  |   76|    252|#define AWP_OBJECTS_DF_PRV	"3F0050119002"
  ------------------
  883|    252|	sc_format_path(ch_tmp, &kinfo.path);
  884|    252|	sc_log(ctx, "Private key info path %s", ch_tmp);
  ------------------
  |  |   71|    252|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  885|       |
  886|    252|	kinfo.modulus_length	= size;
  887|    252|	kinfo.native		= 1;
  888|    252|	kinfo.key_reference	 = file_id & 0xFF;
  889|       |
  890|    252|	kinfo.usage = sc_oberthur_decode_usage(flags);
  891|    252|	kobj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    252|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  892|    252|	if (flags & OBERTHUR_ATTR_MODIFIABLE)
  ------------------
  |  |   45|    252|#define OBERTHUR_ATTR_MODIFIABLE	0x0001
  ------------------
  |  Branch (892:6): [True: 10, False: 242]
  ------------------
  893|     10|		kobj.flags |= SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|     10|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  894|       |
  895|    252|	kobj.auth_id.len = sizeof(PinDomainID) > sizeof(kobj.auth_id.value)
  ------------------
  |  Branch (895:21): [Folded, False: 252]
  ------------------
  896|    252|			? sizeof(kobj.auth_id.value) : sizeof(PinDomainID);
  897|    252|	memcpy(kobj.auth_id.value, PinDomainID, kobj.auth_id.len);
  898|       |
  899|    252|	sc_log(ctx, "Parsed private key(reference:%i,usage:%X,flags:%X)", kinfo.key_reference, kinfo.usage, kobj.flags);
  ------------------
  |  |   71|    252|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  900|       |
  901|    252|	rv = sc_pkcs15emu_add_rsa_prkey(p15card, &kobj, &kinfo);
  902|    252|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    252|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    252|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    252|	int _ret = r; \
  |  |  |  |  155|    252|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 252, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    252|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 252]
  |  |  |  |  ------------------
  |  |  |  |  157|    252|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    252|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    252|	return _ret; \
  |  |  |  |  163|    252|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  903|    252|}
pkcs15-oberthur.c:sc_oberthur_get_friends:
  165|    338|{
  166|    338|	struct container *cont;
  167|       |
  168|  31.7k|	for (cont = Containers; cont; cont = cont->next)   {
  ------------------
  |  Branch (168:26): [True: 31.6k, False: 26]
  ------------------
  169|  31.6k|		if (cont->exchange.id_pub == id || cont->exchange.id_prv == id || cont->exchange.id_cert == id)   {
  ------------------
  |  Branch (169:7): [True: 284, False: 31.4k]
  |  Branch (169:38): [True: 17, False: 31.3k]
  |  Branch (169:69): [True: 1, False: 31.3k]
  ------------------
  170|    302|			if (ccont)
  ------------------
  |  Branch (170:8): [True: 302, False: 0]
  ------------------
  171|    302|				memcpy(ccont, &cont->exchange, sizeof(struct crypto_container));
  172|    302|			break;
  173|    302|		}
  174|       |
  175|  31.3k|		if (cont->sign.id_pub == id || cont->sign.id_prv == id || cont->sign.id_cert == id)   {
  ------------------
  |  Branch (175:7): [True: 6, False: 31.3k]
  |  Branch (175:34): [True: 3, False: 31.3k]
  |  Branch (175:61): [True: 1, False: 31.3k]
  ------------------
  176|     10|			if (ccont)
  ------------------
  |  Branch (176:8): [True: 10, False: 0]
  ------------------
  177|     10|				memcpy(ccont, &cont->sign, sizeof(struct crypto_container));
  178|     10|			break;
  179|     10|		}
  180|  31.3k|	}
  181|       |
  182|    338|	return cont ? 0 : SC_ERROR_TEMPLATE_NOT_FOUND;
  ------------------
  |  |  110|     26|#define SC_ERROR_TEMPLATE_NOT_FOUND		-1508
  ------------------
  |  Branch (182:9): [True: 312, False: 26]
  ------------------
  183|    338|}
pkcs15-oberthur.c:sc_oberthur_decode_usage:
  138|    311|{
  139|    311|	unsigned ret = 0;
  140|       |
  141|    311|	if (flags & OBERTHUR_ATTR_ENCRYPT)
  ------------------
  |  |   48|    311|#define OBERTHUR_ATTR_ENCRYPT		0x0008
  ------------------
  |  Branch (141:6): [True: 261, False: 50]
  ------------------
  142|    261|		ret |= SC_PKCS15_PRKEY_USAGE_ENCRYPT;
  ------------------
  |  |  305|    261|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  143|    311|	if (flags & OBERTHUR_ATTR_DECRYPT)
  ------------------
  |  |   49|    311|#define OBERTHUR_ATTR_DECRYPT		0x0010
  ------------------
  |  Branch (143:6): [True: 253, False: 58]
  ------------------
  144|    253|		ret |= SC_PKCS15_PRKEY_USAGE_DECRYPT;
  ------------------
  |  |  306|    253|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  145|    311|	if (flags & OBERTHUR_ATTR_SIGN)
  ------------------
  |  |   50|    311|#define OBERTHUR_ATTR_SIGN		0x0020
  ------------------
  |  Branch (145:6): [True: 43, False: 268]
  ------------------
  146|     43|		ret |= SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|     43|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  147|    311|	if (flags & OBERTHUR_ATTR_RSIGN)
  ------------------
  |  |   52|    311|#define OBERTHUR_ATTR_RSIGN		0x0080
  ------------------
  |  Branch (147:6): [True: 257, False: 54]
  ------------------
  148|    257|		ret |= SC_PKCS15_PRKEY_USAGE_SIGNRECOVER;
  ------------------
  |  |  308|    257|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  149|    311|	if (flags & OBERTHUR_ATTR_WRAP)
  ------------------
  |  |   54|    311|#define OBERTHUR_ATTR_WRAP		0x0200
  ------------------
  |  Branch (149:6): [True: 294, False: 17]
  ------------------
  150|    294|		ret |= SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  309|    294|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  151|    311|	if (flags & OBERTHUR_ATTR_UNWRAP)
  ------------------
  |  |   55|    311|#define OBERTHUR_ATTR_UNWRAP		0x0400
  ------------------
  |  Branch (151:6): [True: 16, False: 295]
  ------------------
  152|     16|		ret |= SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  310|     16|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  153|    311|	if (flags & OBERTHUR_ATTR_VERIFY)
  ------------------
  |  |   51|    311|#define OBERTHUR_ATTR_VERIFY		0x0040
  ------------------
  |  Branch (153:6): [True: 262, False: 49]
  ------------------
  154|    262|		ret |= SC_PKCS15_PRKEY_USAGE_VERIFY;
  ------------------
  |  |  311|    262|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  155|    311|	if (flags & OBERTHUR_ATTR_RVERIFY)
  ------------------
  |  |   53|    311|#define OBERTHUR_ATTR_RVERIFY		0x0100
  ------------------
  |  Branch (155:6): [True: 14, False: 297]
  ------------------
  156|     14|		ret |= SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  312|     14|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  157|    311|	if (flags & OBERTHUR_ATTR_DERIVE)
  ------------------
  |  |   56|    311|#define OBERTHUR_ATTR_DERIVE		0x0800
  ------------------
  |  Branch (157:6): [True: 13, False: 298]
  ------------------
  158|     13|		ret |= SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|     13|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  159|    311|	return ret;
  160|    311|}
pkcs15-oberthur.c:sc_pkcs15emu_oberthur_add_data:
  909|     72|{
  910|     72|	struct sc_context *ctx = p15card->card->ctx;
  911|     72|	struct sc_pkcs15_data_info dinfo;
  912|     72|	struct sc_pkcs15_object dobj;
  913|     72|	unsigned flags;
  914|     72|	unsigned char *info_blob = NULL, *label = NULL, *app = NULL, *oid = NULL;
  915|     72|	size_t info_len, label_len, app_len, oid_len, offs;
  916|     72|	char ch_tmp[0x100];
  917|     72|	int rv;
  918|       |
  919|     72|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     72|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     72|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     72|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 72]
  |  |  ------------------
  ------------------
  920|     72|	sc_log(ctx, "Add data(file-id:%04X,size:%i,is-private:%i)", file_id, size, private);
  ------------------
  |  |   71|     72|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  921|     72|	memset(&dinfo, 0, sizeof(dinfo));
  922|     72|	memset(&dobj, 0, sizeof(dobj));
  923|       |
  924|     72|	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", private ? AWP_OBJECTS_DF_PRV : AWP_OBJECTS_DF_PUB, file_id | 0x100);
  ------------------
  |  |   76|     15|#define AWP_OBJECTS_DF_PRV	"3F0050119002"
  ------------------
              	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", private ? AWP_OBJECTS_DF_PRV : AWP_OBJECTS_DF_PUB, file_id | 0x100);
  ------------------
  |  |   75|     57|#define AWP_OBJECTS_DF_PUB	"3F0050119001"
  ------------------
  |  Branch (924:45): [True: 15, False: 57]
  ------------------
  925|       |
  926|     72|	rv = sc_oberthur_read_file(p15card, ch_tmp, &info_blob, &info_len, 1);
  927|     72|	LOG_TEST_RET(ctx, rv, "Failed to add data: read oberthur file error");
  ------------------
  |  |  174|     72|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     72|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     72|	int _ret = (r); \
  |  |  |  |  168|     72|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 62]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     72|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 62]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  928|       |
  929|     62|	if (info_len < 2) {
  ------------------
  |  Branch (929:6): [True: 1, False: 61]
  ------------------
  930|      1|		free(info_blob);
  931|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add certificate: no 'tag'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  932|      1|	}
  933|     61|	flags = *(info_blob + 0) * 0x100 + *(info_blob + 1);
  934|     61|	offs = 2;
  935|       |
  936|       |	/* Label */
  937|     61|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (937:6): [True: 1, False: 60]
  ------------------
  938|      1|		free(info_blob);
  939|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add data: no 'label'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  940|      1|	}
  941|     60|	label = info_blob + offs + 2;
  942|     60|	label_len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  943|     60|	if (offs + 2 + label_len > info_len) {
  ------------------
  |  Branch (943:6): [True: 6, False: 54]
  ------------------
  944|      6|		free(info_blob);
  945|      6|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid length of 'label' received");
  ------------------
  |  |  174|      6|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      6|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      6|	int _ret = (r); \
  |  |  |  |  168|      6|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      6|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      6|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      6|		return _ret; \
  |  |  |  |  172|      6|	} \
  |  |  |  |  173|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  946|      6|	}
  947|     54|	if (label_len > sizeof(dobj.label) - 1)
  ------------------
  |  Branch (947:6): [True: 5, False: 49]
  ------------------
  948|      5|		label_len = sizeof(dobj.label) - 1;
  949|     54|	offs += 2 + *(info_blob + offs + 1);
  950|       |
  951|       |	/* Application */
  952|     54|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (952:6): [True: 1, False: 53]
  ------------------
  953|      1|		free(info_blob);
  954|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add data: no 'application'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  955|      1|	}
  956|     53|	app = info_blob + offs + 2;
  957|     53|	app_len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  958|     53|	if (offs + 2 + app_len > info_len) {
  ------------------
  |  Branch (958:6): [True: 9, False: 44]
  ------------------
  959|      9|		free(info_blob);
  960|      9|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid length of 'application' received");
  ------------------
  |  |  174|      9|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      9|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      9|	int _ret = (r); \
  |  |  |  |  168|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      9|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      9|		return _ret; \
  |  |  |  |  172|      9|	} \
  |  |  |  |  173|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  961|      9|	}
  962|     44|	if (app_len > sizeof(dinfo.app_label) - 1)
  ------------------
  |  Branch (962:6): [True: 2, False: 42]
  ------------------
  963|      2|		app_len = sizeof(dinfo.app_label) - 1;
  964|     44|	offs += 2 + app_len;
  965|       |
  966|       |	/* OID encode like DER(ASN.1(oid)) */
  967|     44|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (967:6): [True: 1, False: 43]
  ------------------
  968|      1|		free(info_blob);
  969|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add data: no 'OID'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  970|      1|	}
  971|     43|	oid_len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  972|     43|	if (offs + 2 + oid_len > info_len) {
  ------------------
  |  Branch (972:6): [True: 17, False: 26]
  ------------------
  973|     17|		free(info_blob);
  974|     17|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid length of 'oid' received");
  ------------------
  |  |  174|     17|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     17|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     17|	int _ret = (r); \
  |  |  |  |  168|     17|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     17|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     17|		return _ret; \
  |  |  |  |  172|     17|	} \
  |  |  |  |  173|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  975|     17|	}
  976|     26|	if (oid_len > 2) {
  ------------------
  |  Branch (976:6): [True: 4, False: 22]
  ------------------
  977|      4|		oid = info_blob + offs + 2;
  978|      4|		if (*oid != 0x06 || (*(oid + 1) != oid_len - 2)) {
  ------------------
  |  Branch (978:7): [True: 2, False: 2]
  |  Branch (978:23): [True: 1, False: 1]
  ------------------
  979|      3|			free(info_blob);
  980|      3|			LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add data: invalid 'OID' format");
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  981|      3|		}
  982|      1|		oid += 2;
  983|      1|		oid_len -= 2;
  984|      1|	}
  985|       |
  986|     23|	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", private ? AWP_OBJECTS_DF_PRV : AWP_OBJECTS_DF_PUB, file_id);
  ------------------
  |  |   76|      5|#define AWP_OBJECTS_DF_PRV	"3F0050119002"
  ------------------
              	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", private ? AWP_OBJECTS_DF_PRV : AWP_OBJECTS_DF_PUB, file_id);
  ------------------
  |  |   75|     18|#define AWP_OBJECTS_DF_PUB	"3F0050119001"
  ------------------
  |  Branch (986:45): [True: 5, False: 18]
  ------------------
  987|       |
  988|     23|	sc_format_path(ch_tmp, &dinfo.path);
  989|       |
  990|     23|	memcpy(dobj.label, label, label_len);
  991|     23|	memcpy(dinfo.app_label, app, app_len);
  992|     23|	if (oid_len)
  ------------------
  |  Branch (992:6): [True: 4, False: 19]
  ------------------
  993|      4|		sc_asn1_decode_object_id(oid, oid_len, &dinfo.app_oid);
  994|       |
  995|     23|	if (flags & OBERTHUR_ATTR_MODIFIABLE)
  ------------------
  |  |   45|     23|#define OBERTHUR_ATTR_MODIFIABLE	0x0001
  ------------------
  |  Branch (995:6): [True: 12, False: 11]
  ------------------
  996|     12|		dobj.flags |= SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|     12|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  997|       |
  998|     23|	if (private)   {
  ------------------
  |  Branch (998:6): [True: 5, False: 18]
  ------------------
  999|      5|		dobj.auth_id.len = sizeof(PinDomainID) > sizeof(dobj.auth_id.value)
  ------------------
  |  Branch (999:22): [Folded, False: 5]
  ------------------
 1000|      5|				? sizeof(dobj.auth_id.value) : sizeof(PinDomainID);
 1001|      5|		memcpy(dobj.auth_id.value, PinDomainID, dobj.auth_id.len);
 1002|       |
 1003|      5|		dobj.flags |= SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|      5|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 1004|      5|	}
 1005|       |
 1006|     23|	rv = sc_pkcs15emu_add_data_object(p15card, &dobj, &dinfo);
 1007|       |
 1008|     23|	free(info_blob);
 1009|     23|	LOG_FUNC_RETURN(p15card->card->ctx, rv);
  ------------------
  |  |  164|     23|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     23|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     23|	int _ret = r; \
  |  |  |  |  155|     23|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 23, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 23]
  |  |  |  |  ------------------
  |  |  |  |  157|     23|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     23|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     23|	return _ret; \
  |  |  |  |  163|     23|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1010|     23|}
pkcs15-oberthur.c:sc_awp_clear:
 1207|  1.57k|{
 1208|  1.57k|	LOG_FUNC_CALLED(p15card->card->ctx);
  ------------------
  |  |  151|  1.57k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.57k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.57k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.57k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1209|  1.57k|}
pkcs15-oberthur.c:sc_oberthur_parse_tokeninfo:
  365|    489|{
  366|    489|	struct sc_context *ctx = p15card->card->ctx;
  367|    489|	char label[0x21];
  368|    489|	unsigned flags;
  369|    489|	int ii;
  370|       |
  371|    489|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    489|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    489|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    489|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    489|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 489]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  372|    489|	if (!buff || len < 0x24)
  ------------------
  |  Branch (372:6): [True: 0, False: 489]
  |  Branch (372:15): [True: 23, False: 466]
  ------------------
  373|    489|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "Cannot parse token info");
  ------------------
  |  |  174|     23|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     23|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     23|	int _ret = (r); \
  |  |  |  |  168|     23|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 23, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     23|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     23|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     23|		return _ret; \
  |  |  |  |  172|     23|	} \
  |  |  |  |  173|     23|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  374|       |
  375|    466|	memset(label, 0, sizeof(label));
  376|       |
  377|    466|	memcpy(label, buff, 0x20);
  378|    466|	ii = 0x20;
  379|    539|	while (*(label + --ii)==' ' && ii)
  ------------------
  |  Branch (379:9): [True: 74, False: 465]
  |  Branch (379:33): [True: 73, False: 1]
  ------------------
  380|     73|		;
  381|    466|	*(label + ii + 1) = '\0';
  382|       |
  383|    466|	flags = *(buff + 0x22) * 0x100 + *(buff + 0x23);
  384|       |
  385|    466|	set_string(&p15card->tokeninfo->label, label);
  386|    466|	set_string(&p15card->tokeninfo->manufacturer_id, "Oberthur/OpenSC");
  387|       |
  388|    466|	if (flags & 0x01)
  ------------------
  |  Branch (388:6): [True: 4, False: 462]
  ------------------
  389|      4|		p15card->tokeninfo->flags |= SC_PKCS15_TOKEN_PRN_GENERATION;
  ------------------
  |  |  597|      4|#define SC_PKCS15_TOKEN_PRN_GENERATION			0x04
  ------------------
  390|       |
  391|    466|	sc_log(ctx, "label %s", p15card->tokeninfo->label);
  ------------------
  |  |   71|    466|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  392|    466|	sc_log(ctx, "manufacturer_id %s", p15card->tokeninfo->manufacturer_id);
  ------------------
  |  |   71|    466|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  393|       |
  394|    466|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    466|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    466|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    466|	int _ret = r; \
  |  |  |  |  155|    466|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 466, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    466|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 466]
  |  |  |  |  ------------------
  |  |  |  |  157|    466|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    466|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    466|	return _ret; \
  |  |  |  |  163|    466|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  395|    466|}
pkcs15-oberthur.c:sc_oberthur_parse_containers:
  401|    442|{
  402|    442|	struct sc_context *ctx = p15card->card->ctx;
  403|    442|	size_t offs;
  404|       |
  405|    442|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    442|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    442|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    442|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    442|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 442]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  406|       |
  407|  22.2k|	while (Containers)   {
  ------------------
  |  Branch (407:9): [True: 21.7k, False: 442]
  ------------------
  408|  21.7k|		struct container *next = Containers->next;
  409|       |
  410|  21.7k|		free (Containers);
  411|  21.7k|		Containers = next;
  412|  21.7k|	}
  413|       |
  414|  22.2k|	for (offs=0; offs + 2 + 2+2+2 + 2+2+2 + 2+36 <= len;)  {
  ------------------
  |  Branch (414:15): [True: 21.8k, False: 439]
  ------------------
  415|  21.8k|		struct container *cont;
  416|  21.8k|		unsigned char *ptr =  buff + offs + 2;
  417|       |
  418|  21.8k|		sc_log(ctx, "parse contaniers offs:%zu, len:%zu", offs, len);
  ------------------
  |  |   71|  21.8k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  419|  21.8k|		if (*(buff + offs) != 'R')
  ------------------
  |  Branch (419:7): [True: 3, False: 21.7k]
  ------------------
  420|      3|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      3|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  421|       |
  422|  21.7k|		cont = (struct container *)calloc(1, sizeof(struct container));
  423|  21.7k|		if (!cont)
  ------------------
  |  Branch (423:7): [True: 0, False: 21.7k]
  ------------------
  424|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  425|       |
  426|  21.7k|		cont->exchange.id_pub = *ptr * 0x100 + *(ptr + 1);  ptr += 2;
  427|  21.7k|		cont->exchange.id_prv = *ptr * 0x100 + *(ptr + 1);  ptr += 2;
  428|  21.7k|		cont->exchange.id_cert = *ptr * 0x100 + *(ptr + 1); ptr += 2;
  429|       |
  430|  21.7k|		cont->sign.id_pub = *ptr * 0x100 + *(ptr + 1);  ptr += 2;
  431|  21.7k|		cont->sign.id_prv = *ptr * 0x100 + *(ptr + 1);  ptr += 2;
  432|  21.7k|		cont->sign.id_cert = *ptr * 0x100 + *(ptr + 1); ptr += 2;
  433|       |
  434|  21.7k|		memcpy(cont->uuid, ptr + 2, 36);
  435|  21.7k|		sc_log(ctx, "UUID: %s; 0x%X, 0x%X, 0x%X", cont->uuid,
  ------------------
  |  |   71|  21.7k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  436|  21.7k|				cont->exchange.id_pub, cont->exchange.id_prv, cont->exchange.id_cert);
  437|       |
  438|  21.7k|		if (!Containers)  {
  ------------------
  |  Branch (438:7): [True: 245, False: 21.5k]
  ------------------
  439|    245|			Containers = cont;
  440|    245|		}
  441|  21.5k|		else   {
  442|  21.5k|			cont->next = Containers;
  443|  21.5k|			Containers->prev = (void *)cont;
  444|  21.5k|			Containers = cont;
  445|  21.5k|		}
  446|       |
  447|  21.7k|		offs += *(buff + offs + 1) + 2;
  448|  21.7k|	}
  449|       |
  450|    439|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    439|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    439|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    439|	int _ret = r; \
  |  |  |  |  155|    439|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 439, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    439|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 439]
  |  |  |  |  ------------------
  |  |  |  |  157|    439|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    439|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    439|	return _ret; \
  |  |  |  |  163|    439|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  451|    439|}
pkcs15-oberthur.c:sc_oberthur_parse_publicinfo:
  457|    420|{
  458|    420|	struct sc_context *ctx = p15card->card->ctx;
  459|    420|	size_t ii;
  460|    420|	int rv;
  461|       |
  462|    420|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    420|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    420|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    420|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    420|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 420]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  463|  14.5k|	for (ii=0; ii+5<=len; ii+=5)   {
  ------------------
  |  Branch (463:13): [True: 14.3k, False: 280]
  ------------------
  464|  14.3k|		unsigned int file_id, size;
  465|       |
  466|  14.3k|		if(*(buff+ii) != 0xFF)
  ------------------
  |  Branch (466:6): [True: 14.1k, False: 181]
  ------------------
  467|  14.1k|			continue;
  468|       |
  469|    181|		file_id = 0x100 * *(buff+ii + 1) + *(buff+ii + 2);
  470|    181|		size = 0x100 * *(buff+ii + 3) + *(buff+ii + 4);
  471|    181|		sc_log(ctx, "add public object(file-id:%04X,size:%X)", file_id, size);
  ------------------
  |  |   71|    181|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  472|       |
  473|    181|		switch (*(buff+ii + 1))   {
  474|     63|		case BASE_ID_PUB_RSA :
  ------------------
  |  |   81|     63|#define BASE_ID_PUB_RSA   0x10
  ------------------
  |  Branch (474:3): [True: 63, False: 118]
  ------------------
  475|     63|			rv = sc_pkcs15emu_oberthur_add_pubkey(p15card, file_id, size);
  476|     63|			LOG_TEST_RET(ctx, rv, "Cannot parse public key info");
  ------------------
  |  |  174|     63|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     63|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     63|	int _ret = (r); \
  |  |  |  |  168|     63|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 50, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  169|     50|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     50|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     50|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     50|		return _ret; \
  |  |  |  |  172|     50|	} \
  |  |  |  |  173|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  477|     13|			break;
  478|     36|		case BASE_ID_CERT :
  ------------------
  |  |   82|     36|#define BASE_ID_CERT	  0x20
  ------------------
  |  Branch (478:3): [True: 36, False: 145]
  ------------------
  479|     36|			rv = sc_pkcs15emu_oberthur_add_cert(p15card, file_id);
  480|     36|			LOG_TEST_RET(ctx, rv, "Cannot parse certificate info");
  ------------------
  |  |  174|     36|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     36|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     36|	int _ret = (r); \
  |  |  |  |  168|     36|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 36, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     36|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     36|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     36|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     36|		return _ret; \
  |  |  |  |  172|     36|	} \
  |  |  |  |  173|     36|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  481|      0|			break;
  482|     10|		case BASE_ID_PUB_DES :
  ------------------
  |  |   87|     10|#define BASE_ID_PUB_DES   0x70
  ------------------
  |  Branch (482:3): [True: 10, False: 171]
  ------------------
  483|     10|			break;
  484|     57|		case BASE_ID_PUB_DATA :
  ------------------
  |  |   85|     57|#define BASE_ID_PUB_DATA  0x50
  ------------------
  |  Branch (484:3): [True: 57, False: 124]
  ------------------
  485|     57|			rv = sc_pkcs15emu_oberthur_add_data(p15card, file_id, size, 0);
  486|     57|			LOG_TEST_RET(ctx, rv, "Cannot parse data info");
  ------------------
  |  |  174|     57|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     57|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     57|	int _ret = (r); \
  |  |  |  |  168|     57|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 39, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  169|     39|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     39|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     39|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     39|		return _ret; \
  |  |  |  |  172|     39|	} \
  |  |  |  |  173|     57|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  487|     18|			break;
  488|     18|		default:
  ------------------
  |  Branch (488:3): [True: 15, False: 166]
  ------------------
  489|     15|			LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Public object parse error");
  ------------------
  |  |  174|     15|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     15|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     15|	int _ret = (r); \
  |  |  |  |  168|     15|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     15|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     15|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     15|		return _ret; \
  |  |  |  |  172|     15|	} \
  |  |  |  |  173|     15|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  490|    181|		}
  491|    181|	}
  492|       |
  493|    280|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    280|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    280|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    280|	int _ret = r; \
  |  |  |  |  155|    280|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 280, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    280|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 280]
  |  |  |  |  ------------------
  |  |  |  |  157|    280|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    280|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    280|	return _ret; \
  |  |  |  |  163|    280|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  494|    280|}
pkcs15-oberthur.c:sc_pkcs15emu_oberthur_add_pubkey:
  574|     63|{
  575|     63|	struct sc_context *ctx = p15card->card->ctx;
  576|     63|	struct sc_pkcs15_pubkey_info key_info;
  577|     63|	struct sc_pkcs15_object key_obj;
  578|     63|	char ch_tmp[0x100];
  579|     63|	unsigned char *info_blob = NULL;
  580|     63|	size_t len, info_len, offs;
  581|     63|	unsigned flags;
  582|     63|	int rv;
  583|       |
  584|     63|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     63|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     63|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     63|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     63|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 63]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  585|     63|	sc_log(ctx, "public key(file-id:%04X,size:%X)", file_id, size);
  ------------------
  |  |   71|     63|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  586|       |
  587|     63|	memset(&key_info, 0, sizeof(key_info));
  588|     63|	memset(&key_obj, 0, sizeof(key_obj));
  589|       |
  590|     63|	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", AWP_OBJECTS_DF_PUB, file_id | 0x100);
  ------------------
  |  |   75|     63|#define AWP_OBJECTS_DF_PUB	"3F0050119001"
  ------------------
  591|     63|	rv = sc_oberthur_read_file(p15card, ch_tmp, &info_blob, &info_len, 1);
  592|     63|	LOG_TEST_RET(ctx, rv, "Failed to add public key: read oberthur file error");
  ------------------
  |  |  174|     63|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     63|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     63|	int _ret = (r); \
  |  |  |  |  168|     63|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 61]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 61]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  593|       |
  594|       |	/* Flags */
  595|     61|	offs = 2;
  596|     61|	if (offs > info_len) {
  ------------------
  |  Branch (596:6): [True: 2, False: 59]
  ------------------
  597|      2|		free(info_blob);
  598|      2|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add public key: no 'tag'");
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      2|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      2|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      2|		return _ret; \
  |  |  |  |  172|      2|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  599|      2|	}
  600|     59|	flags = *(info_blob + 0) * 0x100 + *(info_blob + 1);
  601|     59|	key_info.usage = sc_oberthur_decode_usage(flags);
  602|     59|	if (flags & OBERTHUR_ATTR_MODIFIABLE)
  ------------------
  |  |   45|     59|#define OBERTHUR_ATTR_MODIFIABLE	0x0001
  ------------------
  |  Branch (602:6): [True: 22, False: 37]
  ------------------
  603|     22|		key_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|     22|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  604|     59|	sc_log(ctx, "Public key key-usage:%04X", key_info.usage);
  ------------------
  |  |   71|     59|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  605|       |
  606|       |	/* Label */
  607|     59|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (607:6): [True: 1, False: 58]
  ------------------
  608|      1|		free(info_blob);
  609|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add public key: no 'Label'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  610|      1|	}
  611|     58|	len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  612|     58|	if (offs + 2 + len > info_len) {
  ------------------
  |  Branch (612:6): [True: 10, False: 48]
  ------------------
  613|     10|		free(info_blob);
  614|     10|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Failed to add public key: invalid 'Label' length");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  615|     48|	} else if (len) {
  ------------------
  |  Branch (615:13): [True: 32, False: 16]
  ------------------
  616|     32|		if (len > sizeof(key_obj.label) - 1)
  ------------------
  |  Branch (616:7): [True: 13, False: 19]
  ------------------
  617|     13|			len = sizeof(key_obj.label) - 1;
  618|     32|		memcpy(key_obj.label, info_blob + offs + 2, len);
  619|     32|	}
  620|     48|	offs += 2 + len;
  621|       |
  622|       |	/* ID */
  623|     48|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (623:6): [True: 1, False: 47]
  ------------------
  624|      1|		free(info_blob);
  625|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add public key: no 'ID'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  626|      1|	}
  627|     47|	len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  628|     47|	if (len == 0
  ------------------
  |  Branch (628:6): [True: 15, False: 32]
  ------------------
  629|     32|			|| len > sizeof(key_info.id.value)
  ------------------
  |  Branch (629:7): [True: 14, False: 18]
  ------------------
  630|     34|			|| offs + 2 + len > info_len) {
  ------------------
  |  Branch (630:7): [True: 5, False: 13]
  ------------------
  631|     34|		free(info_blob);
  632|     34|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Failed to add public key: invalid 'ID' length");
  ------------------
  |  |  174|     34|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     34|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     34|	int _ret = (r); \
  |  |  |  |  168|     34|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 34, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     34|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     34|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     34|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     34|		return _ret; \
  |  |  |  |  172|     34|	} \
  |  |  |  |  173|     34|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  633|     34|	}
  634|     13|	memcpy(key_info.id.value, info_blob + offs + 2, len);
  635|     13|	key_info.id.len = len;
  636|       |
  637|     13|	free(info_blob);
  638|       |
  639|       |	/* Ignore Start/End dates */
  640|       |
  641|     13|	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", AWP_OBJECTS_DF_PUB, file_id);
  ------------------
  |  |   75|     13|#define AWP_OBJECTS_DF_PUB	"3F0050119001"
  ------------------
  642|     13|	sc_format_path(ch_tmp, &key_info.path);
  643|       |
  644|     13|	key_info.native = 1;
  645|     13|	key_info.key_reference = file_id & 0xFF;
  646|     13|	key_info.modulus_length = size;
  647|       |
  648|     13|	rv = sc_pkcs15emu_add_rsa_pubkey(p15card, &key_obj, &key_info);
  649|       |
  650|     13|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     13|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     13|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     13|	int _ret = r; \
  |  |  |  |  155|     13|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     13|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  157|     13|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     13|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     13|	return _ret; \
  |  |  |  |  163|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|     13|}
pkcs15-oberthur.c:sc_pkcs15emu_oberthur_add_cert:
  664|     36|{
  665|     36|	struct sc_context *ctx = p15card->card->ctx;
  666|     36|	struct sc_pkcs15_cert_info cinfo;
  667|     36|	struct sc_pkcs15_object cobj;
  668|     36|	unsigned char *info_blob = NULL, *cert_blob = NULL;
  669|     36|	size_t info_len, cert_len, len, offs;
  670|     36|	unsigned flags;
  671|     36|	int rv;
  672|     36|	char ch_tmp[0x20];
  673|       |
  674|     36|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     36|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     36|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     36|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     36|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 36]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  675|     36|	sc_log(ctx, "add certificate(file-id:%04X)", file_id);
  ------------------
  |  |   71|     36|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  676|       |
  677|     36|	memset(&cinfo, 0, sizeof(cinfo));
  678|     36|	memset(&cobj, 0, sizeof(cobj));
  679|       |
  680|     36|	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", AWP_OBJECTS_DF_PUB, file_id | 0x100);
  ------------------
  |  |   75|     36|#define AWP_OBJECTS_DF_PUB	"3F0050119001"
  ------------------
  681|     36|	rv = sc_oberthur_read_file(p15card, ch_tmp, &info_blob, &info_len, 1);
  682|     36|	LOG_TEST_RET(ctx, rv, "Failed to add certificate: read oberthur file error");
  ------------------
  |  |  174|     36|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     36|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     36|	int _ret = (r); \
  |  |  |  |  168|     36|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|     36|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|       |
  684|     35|	if (info_len < 2) {
  ------------------
  |  Branch (684:6): [True: 1, False: 34]
  ------------------
  685|      1|		free(info_blob);
  686|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add certificate: no 'tag'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  687|      1|	}
  688|     34|	flags = *(info_blob + 0) * 0x100 + *(info_blob + 1);
  689|     34|	offs = 2;
  690|       |
  691|       |	/* Label */
  692|     34|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (692:6): [True: 1, False: 33]
  ------------------
  693|      1|		free(info_blob);
  694|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add certificate: no 'CN'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  695|      1|	}
  696|     33|	len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  697|     33|	if (len + offs + 2 > info_len) {
  ------------------
  |  Branch (697:6): [True: 3, False: 30]
  ------------------
  698|      3|		free(info_blob);
  699|      3|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid 'CN' length");
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  700|     30|	} else if (len) {
  ------------------
  |  Branch (700:13): [True: 19, False: 11]
  ------------------
  701|     19|		if (len > sizeof(cobj.label) - 1)
  ------------------
  |  Branch (701:7): [True: 16, False: 3]
  ------------------
  702|     16|			len = sizeof(cobj.label) - 1;
  703|     19|		memcpy(cobj.label, info_blob + offs + 2, len);
  704|     19|	}
  705|     30|	offs += 2 + len;
  706|       |
  707|       |	/* ID */
  708|     30|	if (offs + 2 > info_len) {
  ------------------
  |  Branch (708:6): [True: 1, False: 29]
  ------------------
  709|      1|		free(info_blob);
  710|      1|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Failed to add certificate: no 'ID'");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  711|      1|	}
  712|     29|	len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100;
  713|     29|	if (len + offs + 2 > info_len) {
  ------------------
  |  Branch (713:6): [True: 11, False: 18]
  ------------------
  714|     11|		free(info_blob);
  715|     11|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid 'ID' length");
  ------------------
  |  |  174|     11|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     11|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     11|	int _ret = (r); \
  |  |  |  |  168|     11|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     11|		return _ret; \
  |  |  |  |  172|     11|	} \
  |  |  |  |  173|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|     18|	} else if (len > sizeof(cinfo.id.value)) {
  ------------------
  |  Branch (716:13): [True: 1, False: 17]
  ------------------
  717|      1|		free(info_blob);
  718|      1|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Failed to add certificate: invalid 'ID' length");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  719|      1|	}
  720|     17|	memcpy(cinfo.id.value, info_blob + offs + 2, len);
  721|     17|	cinfo.id.len = len;
  722|       |
  723|     17|	free(info_blob);
  724|       |
  725|       |	/* Ignore subject, issuer and serial */
  726|       |
  727|     17|	snprintf(ch_tmp, sizeof(ch_tmp), "%s%04X", AWP_OBJECTS_DF_PUB, file_id);
  ------------------
  |  |   75|     17|#define AWP_OBJECTS_DF_PUB	"3F0050119001"
  ------------------
  728|     17|	sc_format_path(ch_tmp, &cinfo.path);
  729|     17|	rv = sc_oberthur_read_file(p15card, ch_tmp, &cert_blob, &cert_len, 1);
  730|     17|	LOG_TEST_RET(ctx, rv, "Failed to add certificate: read certificate error");
  ------------------
  |  |  174|     17|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     17|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     17|	int _ret = (r); \
  |  |  |  |  168|     17|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  731|       |
  732|      3|	cinfo.value.value = cert_blob;
  733|      3|	cinfo.value.len = cert_len;
  734|       |
  735|      3|	rv = sc_oberthur_get_certificate_authority(ctx, &cinfo.value, &cinfo.authority);
  736|      3|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
  |  Branch (736:6): [True: 3, False: 0]
  ------------------
  737|      3|		free(cinfo.value.value);
  738|      3|		LOG_TEST_RET(ctx, rv, "Failed to add certificate: get certificate attributes error");
  ------------------
  |  |  174|      3|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      3|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      3|	int _ret = (r); \
  |  |  |  |  168|      3|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      3|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      3|		return _ret; \
  |  |  |  |  172|      3|	} \
  |  |  |  |  173|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  739|      3|	}
  740|       |
  741|      0|	if (flags & OBERTHUR_ATTR_MODIFIABLE)
  ------------------
  |  |   45|      0|#define OBERTHUR_ATTR_MODIFIABLE	0x0001
  ------------------
  |  Branch (741:6): [True: 0, False: 0]
  ------------------
  742|      0|		cobj.flags |= SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|      0|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  743|       |
  744|      0|	rv = sc_pkcs15emu_add_x509_cert(p15card, &cobj, &cinfo);
  745|       |
  746|      0|	LOG_FUNC_RETURN(p15card->card->ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  747|      0|}
pkcs15-oberthur.c:sc_oberthur_get_certificate_authority:
  188|      3|{
  189|      3|#ifdef ENABLE_OPENSSL
  190|      3|	X509	*x;
  191|      3|	BUF_MEM buf_mem;
  192|      3|	BIO *bio = NULL;
  193|      3|	BASIC_CONSTRAINTS *bs = NULL;
  194|       |
  195|      3|	if (!der)
  ------------------
  |  Branch (195:6): [True: 0, False: 3]
  ------------------
  196|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  197|       |
  198|      3|	buf_mem.data = malloc(der->len);
  199|      3|	if (!buf_mem.data)
  ------------------
  |  Branch (199:6): [True: 0, False: 3]
  ------------------
  200|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  201|       |
  202|      3|	memcpy(buf_mem.data, der->value, der->len);
  203|      3|	buf_mem.max = buf_mem.length = der->len;
  204|       |
  205|      3|	bio = BIO_new(BIO_s_mem());
  206|      3|	if (!bio) {
  ------------------
  |  Branch (206:6): [True: 0, False: 3]
  ------------------
  207|      0|		free(buf_mem.data);
  208|      0|		sc_log_openssl(ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  209|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  210|      0|	}
  211|       |
  212|      3|	BIO_set_mem_buf(bio, &buf_mem, BIO_NOCLOSE);
  213|      3|	x = d2i_X509_bio(bio, 0);
  214|      3|	free(buf_mem.data);
  215|      3|	BIO_free(bio);
  216|      3|	if (!x) {
  ------------------
  |  Branch (216:6): [True: 3, False: 0]
  ------------------
  217|      3|		sc_log_openssl(ctx);
  ------------------
  |  |   72|      3|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  218|      3|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      3|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  219|      3|	}
  220|       |
  221|      0|	bs = (BASIC_CONSTRAINTS *)X509_get_ext_d2i(x, NID_basic_constraints, NULL, NULL);
  222|      0|	if (out_authority)
  ------------------
  |  Branch (222:6): [True: 0, False: 0]
  ------------------
  223|      0|		*out_authority = (bs && bs->ca);
  ------------------
  |  Branch (223:21): [True: 0, False: 0]
  |  Branch (223:27): [True: 0, False: 0]
  ------------------
  224|       |
  225|      0|	X509_free(x);
  226|       |
  227|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  228|       |#else
  229|       |	return SC_ERROR_NOT_SUPPORTED;
  230|       |#endif
  231|      3|}
pkcs15-oberthur.c:sc_oberthur_read_file:
  238|  2.20k|{
  239|  2.20k|	struct sc_context *ctx = p15card->card->ctx;
  240|  2.20k|	struct sc_card *card = p15card->card;
  241|  2.20k|	struct sc_file *file = NULL;
  242|  2.20k|	struct sc_path path;
  243|  2.20k|	size_t sz;
  244|  2.20k|	int rv;
  245|       |
  246|  2.20k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  2.20k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.20k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.20k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.20k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.20k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  247|  2.20k|	if (!in_path || !out || !out_len)
  ------------------
  |  Branch (247:6): [True: 0, False: 2.20k]
  |  Branch (247:18): [True: 0, False: 2.20k]
  |  Branch (247:26): [True: 0, False: 2.20k]
  ------------------
  248|  2.20k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "Cannot read oberthur file");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|       |
  250|  2.20k|	sc_log(ctx, "read file '%s'; verify_pin:%i", in_path, verify_pin);
  ------------------
  |  |   71|  2.20k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  251|       |
  252|  2.20k|	*out = NULL;
  253|  2.20k|	*out_len = 0;
  254|       |
  255|  2.20k|	sc_format_path(in_path, &path);
  256|  2.20k|	rv = sc_select_file(card, &path, &file);
  257|  2.20k|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|  2.20k|#define SC_SUCCESS				0
  ------------------
  |  Branch (257:6): [True: 124, False: 2.08k]
  ------------------
  258|    124|		sc_file_free(file);
  259|    124|		LOG_TEST_RET(ctx, rv, "Cannot select oberthur file to read");
  ------------------
  |  |  174|    124|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    124|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    124|	int _ret = (r); \
  |  |  |  |  168|    124|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 124, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    124|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    124|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    124|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    124|		return _ret; \
  |  |  |  |  172|    124|	} \
  |  |  |  |  173|    124|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|    124|	}
  261|       |
  262|  2.08k|	if (file->ef_structure == SC_FILE_EF_TRANSPARENT)
  ------------------
  |  |  221|  2.08k|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (262:6): [True: 98, False: 1.98k]
  ------------------
  263|     98|		sz = file->size;
  264|  1.98k|	else
  265|  1.98k|		sz = (file->record_length + 2) * file->record_count;
  266|       |
  267|  2.08k|	*out = calloc(1, sz);
  268|  2.08k|	if (*out == NULL) {
  ------------------
  |  Branch (268:6): [True: 0, False: 2.08k]
  ------------------
  269|      0|		sc_file_free(file);
  270|      0|		LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "Cannot read oberthur file");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  271|      0|	}
  272|       |
  273|  2.08k|	if (file->ef_structure == SC_FILE_EF_TRANSPARENT)   {
  ------------------
  |  |  221|  2.08k|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (273:6): [True: 98, False: 1.98k]
  ------------------
  274|     98|		rv = sc_read_binary(card, 0, *out, sz, 0);
  275|     98|	}
  276|  1.98k|	else	{
  277|  1.98k|		unsigned int rec;
  278|  1.98k|		size_t offs = 0;
  279|  1.98k|		size_t rec_len = file->record_length;
  280|       |
  281|   176k|		for (rec = 1; ; rec++)   {
  282|   176k|			if (rec > file->record_count) {
  ------------------
  |  Branch (282:8): [True: 1.95k, False: 174k]
  ------------------
  283|  1.95k|				rv = 0;
  284|  1.95k|				break;
  285|  1.95k|			}
  286|   174k|			rv = sc_read_record(card, rec, 0, *out + offs + 2, rec_len, SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|   174k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  287|   174k|			if (rv == SC_ERROR_RECORD_NOT_FOUND)   {
  ------------------
  |  |   52|   174k|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
  |  Branch (287:8): [True: 1, False: 174k]
  ------------------
  288|      1|				rv = 0;
  289|      1|				break;
  290|      1|			}
  291|   174k|			else if (rv < 0)   {
  ------------------
  |  Branch (291:13): [True: 30, False: 174k]
  ------------------
  292|     30|				break;
  293|     30|			}
  294|       |
  295|   174k|			rec_len = rv;
  296|       |
  297|   174k|			*(*out + offs) = 'R';
  298|   174k|			*(*out + offs + 1) = rv;
  299|       |
  300|   174k|			offs += rv + 2;
  301|   174k|		}
  302|       |
  303|  1.98k|		sz = offs;
  304|  1.98k|	}
  305|       |
  306|  2.08k|	sc_log(ctx, "read oberthur file result %i", rv);
  ------------------
  |  |   71|  2.08k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  307|  2.08k|	if (verify_pin && rv == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED)   {
  ------------------
  |  |   61|  2.08k|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (307:6): [True: 2.08k, False: 0]
  |  Branch (307:20): [True: 3, False: 2.08k]
  ------------------
  308|      3|		struct sc_pkcs15_object *objs[0x10], *pin_obj = NULL;
  309|      3|		const struct sc_acl_entry *acl = sc_file_get_acl_entry(file, SC_AC_OP_READ);
  ------------------
  |  |  188|      3|#define SC_AC_OP_READ			22
  ------------------
  310|      3|		int ii, nobjs;
  311|       |
  312|      3|		if (acl == NULL) {
  ------------------
  |  Branch (312:7): [True: 1, False: 2]
  ------------------
  313|      1|			sc_file_free(file);
  314|      1|			free(*out);
  315|      1|			*out = NULL;
  316|      1|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|      1|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      1|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      1|	int _ret = r; \
  |  |  |  |  155|      1|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      1|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      1|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|      1|		}
  318|       |
  319|      2|		nobjs = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_AUTH_PIN, objs, 0x10);
  ------------------
  |  |  445|      2|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
  320|      2|		if (nobjs < 1) {
  ------------------
  |  Branch (320:7): [True: 0, False: 2]
  ------------------
  321|      0|			sc_file_free(file);
  322|      0|			free(*out);
  323|      0|			*out = NULL;
  324|      0|			LOG_TEST_RET(ctx, SC_ERROR_DATA_OBJECT_NOT_FOUND,
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  325|      0|				"Cannot read oberthur file: get AUTH objects error");
  326|      0|		}
  327|       |
  328|      3|		for (ii = 0; ii < nobjs; ii++) {
  ------------------
  |  Branch (328:16): [True: 2, False: 1]
  ------------------
  329|      2|			struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *) objs[ii]->data;
  330|      2|			sc_log(ctx, "compare PIN/ACL refs:%i/%i, method:%i/%i",
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  331|      2|				auth_info->attrs.pin.reference, acl->key_ref, auth_info->auth_method, acl->method);
  332|      2|			if (auth_info->attrs.pin.reference == (int)acl->key_ref && auth_info->auth_method == (unsigned)acl->method)   {
  ------------------
  |  Branch (332:8): [True: 1, False: 1]
  |  Branch (332:63): [True: 1, False: 0]
  ------------------
  333|      1|				pin_obj = objs[ii];
  334|      1|				break;
  335|      1|			}
  336|      2|		}
  337|       |
  338|      2|		if (!pin_obj || !pin_obj->content.value)    {
  ------------------
  |  Branch (338:7): [True: 1, False: 1]
  |  Branch (338:19): [True: 1, False: 0]
  ------------------
  339|      2|			rv = SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      2|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  340|      2|		}
  341|      0|		else    {
  342|      0|			rv = sc_pkcs15_verify_pin(p15card, pin_obj, pin_obj->content.value, pin_obj->content.len);
  343|      0|			if (!rv)
  ------------------
  |  Branch (343:8): [True: 0, False: 0]
  ------------------
  344|      0|				rv = sc_oberthur_read_file(p15card, in_path, out, out_len, 0);
  345|      0|		}
  346|      2|	}
  347|       |
  348|  2.08k|	sc_file_free(file);
  349|       |
  350|  2.08k|	if (rv < 0)   {
  ------------------
  |  Branch (350:6): [True: 30, False: 2.05k]
  ------------------
  351|     30|		free(*out);
  352|     30|		*out = NULL;
  353|     30|		*out_len = 0;
  354|     30|	}
  355|       |
  356|  2.08k|	*out_len = sz;
  357|       |
  358|  2.08k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  2.08k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.08k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.08k|	int _ret = r; \
  |  |  |  |  155|  2.08k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.00k, False: 81]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.00k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     30|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 30, False: 1.97k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.00k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.00k|	} else { \
  |  |  |  |  159|     81|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     81|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     81|	} \
  |  |  |  |  162|  2.08k|	return _ret; \
  |  |  |  |  163|  2.08k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  359|  2.08k|}

sc_pkcs15emu_openpgp_init_ex:
  695|  13.3k|{
  696|  13.3k|	if (openpgp_detect_card(p15card))
  ------------------
  |  Branch (696:6): [True: 12.5k, False: 789]
  ------------------
  697|  12.5k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.5k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  698|    789|	return sc_pkcs15emu_openpgp_init(p15card);
  699|  13.3k|}
pkcs15-openpgp.c:openpgp_detect_card:
  683|  13.3k|{
  684|  13.3k|	if (p15card->card->type == SC_CARD_TYPE_OPENPGP_BASE
  ------------------
  |  Branch (684:6): [True: 597, False: 12.7k]
  ------------------
  685|  12.7k|			|| p15card->card->type == SC_CARD_TYPE_OPENPGP_V1
  ------------------
  |  Branch (685:7): [True: 4, False: 12.6k]
  ------------------
  686|  12.6k|			|| p15card->card->type == SC_CARD_TYPE_OPENPGP_V2
  ------------------
  |  Branch (686:7): [True: 15, False: 12.6k]
  ------------------
  687|  12.6k|			|| p15card->card->type == SC_CARD_TYPE_OPENPGP_GNUK
  ------------------
  |  Branch (687:7): [True: 169, False: 12.5k]
  ------------------
  688|  12.5k|			|| p15card->card->type == SC_CARD_TYPE_OPENPGP_V3)
  ------------------
  |  Branch (688:7): [True: 4, False: 12.5k]
  ------------------
  689|    789|		return SC_SUCCESS;
  ------------------
  |  |   28|    789|#define SC_SUCCESS				0
  ------------------
  690|  12.5k|	else
  691|  12.5k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.5k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  692|  13.3k|}
pkcs15-openpgp.c:sc_pkcs15emu_openpgp_init:
  182|    789|{
  183|    789|	sc_card_t	*card = p15card->card;
  184|    789|	sc_context_t	*ctx = card->ctx;
  185|    789|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    789|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
  186|    789|	char		string[256];
  187|    789|	u8		c4data[10];
  188|    789|	u8		c5data[100];
  189|    789|	int		r, i;
  190|    789|	const pgp_pin_cfg_t *pin_cfg = (card->type == SC_CARD_TYPE_OPENPGP_V1)
  ------------------
  |  Branch (190:33): [True: 4, False: 785]
  ------------------
  191|    789|	                               ? pin_cfg_v1 : pin_cfg_v2;
  192|    789|	sc_path_t path;
  193|    789|	sc_file_t *file = NULL;
  194|       |
  195|    789|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    789|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    789|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    789|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    789|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 789]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|       |
  197|    789|	set_string(&p15card->tokeninfo->label, "OpenPGP card");
  198|    789|	set_string(&p15card->tokeninfo->manufacturer_id, "OpenPGP project");
  199|       |
  200|       |	/* card->serialnr = 2 byte manufacturer_id + 4 byte serial_number */
  201|    789|	if (card->serialnr.len > 0) {
  ------------------
  |  Branch (201:6): [True: 411, False: 378]
  ------------------
  202|    411|		unsigned short manuf_id = bebytes2ushort(card->serialnr.value);
  203|    411|		int j;
  204|       |
  205|    411|		sc_bin_to_hex(card->serialnr.value, card->serialnr.len, string, sizeof(string), 0);
  206|    411|		set_string(&p15card->tokeninfo->serial_number, string);
  207|       |
  208|  9.71k|		for (j = 0; manuf_map[j].name != NULL; j++) {
  ------------------
  |  Branch (208:15): [True: 9.38k, False: 329]
  ------------------
  209|  9.38k|			if (manuf_id == manuf_map[j].id) {
  ------------------
  |  Branch (209:8): [True: 82, False: 9.30k]
  ------------------
  210|     82|				set_string(&p15card->tokeninfo->manufacturer_id, manuf_map[j].name);
  211|     82|				break;
  212|     82|			}
  213|  9.38k|		}
  214|    411|	}
  215|       |
  216|    789|	p15card->tokeninfo->flags = SC_PKCS15_TOKEN_PRN_GENERATION | SC_PKCS15_TOKEN_EID_COMPLIANT;
  ------------------
  |  |  597|    789|#define SC_PKCS15_TOKEN_PRN_GENERATION			0x04
  ------------------
              	p15card->tokeninfo->flags = SC_PKCS15_TOKEN_PRN_GENERATION | SC_PKCS15_TOKEN_EID_COMPLIANT;
  ------------------
  |  |  598|    789|#define SC_PKCS15_TOKEN_EID_COMPLIANT			0x08
  ------------------
  217|       |
  218|       |	/* Extract preferred language */
  219|    789|	r = read_file(card, "0065:5f2d", string, sizeof(string)-1);
  220|    789|	if (r < 0)
  ------------------
  |  Branch (220:6): [True: 495, False: 294]
  ------------------
  221|    495|		goto failed;
  222|    294|	string[r] = '\0';
  223|    294|	set_string(&p15card->tokeninfo->preferred_language, string);
  224|       |
  225|       |	/* Get CHV status bytes from DO 006E/0073/00C4:
  226|       |	 *  00:		1 == user consent for signature PIN
  227|       |	 *		(i.e. PIN still valid for next PSO:CDS command)
  228|       |	 *  01-03:	max length of pins 1-3
  229|       |	 *  04-07:	tries left for pins 1-3
  230|       |	 */
  231|    294|	sc_log(ctx, "Reading PW status bytes");
  ------------------
  |  |   71|    294|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  232|    294|	if ((r = read_file(card, "006E:0073:00C4", c4data, sizeof(c4data))) < 0)
  ------------------
  |  Branch (232:6): [True: 28, False: 266]
  ------------------
  233|     28|		goto failed;
  234|    266|	if (r != 7) {
  ------------------
  |  Branch (234:6): [True: 6, False: 260]
  ------------------
  235|      6|		sc_log(ctx, "CHV status bytes have unexpected length (expected 7, got %d)\n", r);
  ------------------
  |  |   71|      6|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  236|      6|		r = SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|      6|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
  237|      6|		goto failed;
  238|      6|	}
  239|       |
  240|       |	/* Add PIN codes */
  241|  1.04k|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (241:14): [True: 780, False: 260]
  ------------------
  242|    780|		sc_pkcs15_auth_info_t pin_info;
  243|    780|		sc_pkcs15_object_t   pin_obj;
  244|       |
  245|    780|		memset(&pin_info, 0, sizeof(pin_info));
  246|    780|		memset(&pin_obj,  0, sizeof(pin_obj));
  247|       |
  248|    780|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    780|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  249|    780|		pin_info.auth_id.len      = 1;
  250|    780|		pin_info.auth_id.value[0] = pin_cfg[i].reference;
  251|    780|		pin_info.attrs.pin.reference     = pin_cfg[i].reference;
  252|    780|		pin_info.attrs.pin.flags         = pin_cfg[i].flags;
  253|    780|		pin_info.attrs.pin.type          = SC_PKCS15_PIN_TYPE_UTF8;
  ------------------
  |  |   90|    780|#define SC_PKCS15_PIN_TYPE_UTF8				2
  ------------------
  254|    780|		pin_info.attrs.pin.min_length    = pin_cfg[i].min_length;
  255|    780|		pin_info.attrs.pin.stored_length = c4data[1 + pin_cfg[i].do_index];
  256|    780|		pin_info.attrs.pin.max_length    = c4data[1 + pin_cfg[i].do_index];
  257|    780|		pin_info.attrs.pin.pad_char      = '\0';
  258|    780|		pin_info.tries_left = c4data[4 + pin_cfg[i].do_index];
  259|    780|		pin_info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|    780|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  260|       |
  261|    780|		sc_format_path("3F00", &pin_info.path);
  262|       |
  263|    780|		strlcpy(pin_obj.label, pin_cfg[i].label, sizeof(pin_obj.label));
  ------------------
  |  |   43|    780|#define strlcpy _strlcpy
  ------------------
  264|    780|		pin_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   51|    780|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              		pin_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    780|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  265|    780|		if (i < 2) {
  ------------------
  |  Branch (265:7): [True: 520, False: 260]
  ------------------
  266|    520|			pin_obj.auth_id.len = 1;
  267|    520|			pin_obj.auth_id.value[0] = 3;
  268|    520|		}
  269|       |
  270|    780|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  271|    780|		if (r < 0) {
  ------------------
  |  Branch (271:7): [True: 0, False: 780]
  ------------------
  272|      0|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  273|      0|			goto failed;
  274|      0|		}
  275|    780|	}
  276|       |
  277|       |	/* Get private key finger prints from DO 006E/0073/00C5:
  278|       |	 *  00-19:	finger print for SIG key
  279|       |	 *  20-39:	finger print for ENC key
  280|       |	 *  40-59:	finger print for AUT key
  281|       |	 */
  282|    260|	sc_log(ctx, "Reading Fingerprints");
  ------------------
  |  |   71|    260|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  283|    260|	if ((r = read_file(card, "006E:0073:00C5", c5data, sizeof(c5data))) < 0)
  ------------------
  |  Branch (283:6): [True: 1, False: 259]
  ------------------
  284|      1|		goto failed;
  285|    259|	if (r < 60) {
  ------------------
  |  Branch (285:6): [True: 1, False: 258]
  ------------------
  286|      1|		sc_log(ctx,
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  287|      1|			"finger print bytes have unexpected length (expected 60, got %d)\n", r);
  288|      1|		r = SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|      1|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
  289|      1|		goto failed;
  290|      1|	}
  291|       |
  292|    258|	sc_log(ctx, "Adding private keys");
  ------------------
  |  |   71|    258|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  293|       |	/* XXX: check if "halfkeys" can be stored with gpg2. If not, add key pairs in one loop */
  294|    916|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (294:14): [True: 734, False: 182]
  ------------------
  295|    734|		sc_pkcs15_prkey_info_t prkey_info;
  296|    734|		sc_pkcs15_object_t     prkey_obj;
  297|    734|		u8 cxdata[12];
  298|    734|		int cxdata_len = sizeof(cxdata);
  299|    734|		char path_template[] = "006E:0073:00Cx";
  300|    734|		int j;
  301|       |
  302|    734|		memset(&prkey_info, 0, sizeof(prkey_info));
  303|    734|		memset(&prkey_obj,  0, sizeof(prkey_obj));
  304|    734|		memset(&cxdata, 0, sizeof(cxdata));
  305|       |
  306|    734|		path_template[13] = '1' + i; /* The needed tags are C1 C2 and C3 */
  307|    734|		if ((cxdata_len = read_file(card, path_template, cxdata, sizeof(cxdata))) < 1)
  ------------------
  |  Branch (307:7): [True: 70, False: 664]
  ------------------
  308|     70|			goto failed;
  309|       |
  310|       |		/* check validity using finger prints */
  311|  1.71k|		for (j = 19; j >= 0; j--) {
  ------------------
  |  Branch (311:16): [True: 1.70k, False: 8]
  ------------------
  312|  1.70k|			if (c5data[20 * i + j] != '\0')
  ------------------
  |  Branch (312:8): [True: 656, False: 1.04k]
  ------------------
  313|    656|				break;
  314|  1.70k|		}
  315|       |
  316|       |		/* only add valid keys, i.e. those with a legal algorithm identifier & finger print */
  317|    664|		if (j >= 0 && cxdata[0] != 0) {
  ------------------
  |  Branch (317:7): [True: 656, False: 8]
  |  Branch (317:17): [True: 640, False: 16]
  ------------------
  318|    640|			struct sc_object_id oid = {0};
  319|    640|			struct sc_algorithm_info * algorithm_info; /* no need to free */
  320|       |
  321|    640|			algorithm_info = NULL;
  322|    640|			prkey_info.id.len         = 1;
  323|    640|			prkey_info.id.value[0]    = i + 1;
  324|    640|			prkey_info.usage          = key_cfg[i].prkey_usage;
  325|    640|			prkey_info.native         = 1;
  326|    640|			prkey_info.key_reference  = i;
  327|       |
  328|    640|			strlcpy(prkey_obj.label, key_cfg[i].label, sizeof(prkey_obj.label));
  ------------------
  |  |   43|    640|#define strlcpy _strlcpy
  ------------------
  329|    640|			prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE | SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   50|    640|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
              			prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE | SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|    640|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  330|    640|			prkey_obj.auth_id.len      = 1;
  331|    640|			prkey_obj.auth_id.value[0] = key_cfg[i].prkey_pin;
  332|       |
  333|       |			/* need to get size from algorithms using oid */
  334|    640|			if (cxdata[0] == SC_OPENPGP_KEYALGO_ECDH ||
  ------------------
  |  |  871|  1.28k|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (334:8): [True: 114, False: 526]
  ------------------
  335|    526|				cxdata[0] == SC_OPENPGP_KEYALGO_ECDSA ||
  ------------------
  |  |  872|  1.16k|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (335:5): [True: 64, False: 462]
  ------------------
  336|    462|				cxdata[0] == SC_OPENPGP_KEYALGO_EDDSA) {
  ------------------
  |  |  873|    462|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (336:5): [True: 111, False: 351]
  ------------------
  337|       |				/* Last byte could be Import-Format of private key, let's ignore it,
  338|       |				 * as it is not part of OID */
  339|    289|				if (cxdata[cxdata_len-1] == SC_OPENPGP_KEYFORMAT_EC_STD ||
  ------------------
  |  |  880|    578|#define SC_OPENPGP_KEYFORMAT_EC_STD	0
  ------------------
  |  Branch (339:9): [True: 47, False: 242]
  ------------------
  340|    242|				    cxdata[cxdata_len-1] == SC_OPENPGP_KEYFORMAT_EC_STDPUB)
  ------------------
  |  |  881|    242|#define SC_OPENPGP_KEYFORMAT_EC_STDPUB	0xFF
  ------------------
  |  Branch (340:9): [True: 19, False: 223]
  ------------------
  341|     66|					cxdata_len--;
  342|    289|				r = sc_asn1_decode_object_id(&cxdata[1], cxdata_len-1, &oid);
  343|    289|				if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    289|#define SC_SUCCESS				0
  ------------------
  |  Branch (343:9): [True: 214, False: 75]
  ------------------
  344|    214|					sc_log(ctx, "Failed to parse OID for elliptic curve algorithm");
  ------------------
  |  |   71|    214|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  345|    214|				}
  346|    289|			}
  347|       |
  348|    640|			switch (cxdata[0]) {
  ------------------
  |  Branch (348:12): [True: 289, False: 351]
  ------------------
  349|    114|			case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|    114|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (349:4): [True: 114, False: 526]
  ------------------
  350|    114|				if (sc_compare_oid(&oid, &curve25519_oid)) {
  ------------------
  |  Branch (350:9): [True: 0, False: 114]
  ------------------
  351|      0|					if ((algorithm_info = sc_card_find_xeddsa_alg(card, 0, &oid)))
  ------------------
  |  Branch (351:10): [True: 0, False: 0]
  ------------------
  352|      0|						prkey_info.field_length = algorithm_info->key_length;
  353|      0|					else {
  354|      0|						sc_log(ctx, "algorithm not found");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  355|      0|						continue;
  356|      0|					}
  357|      0|					break;
  358|      0|				}
  359|       |				/* Fall through */
  360|    178|			case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|    178|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (360:4): [True: 64, False: 576]
  ------------------
  361|    178|				if((algorithm_info = sc_card_find_ec_alg(card, 0, &oid)))
  ------------------
  |  Branch (361:8): [True: 0, False: 178]
  ------------------
  362|      0|					prkey_info.field_length = algorithm_info->key_length;
  363|    178|				else {
  364|    178|					sc_log(ctx, "algorithm not found");
  ------------------
  |  |   71|    178|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  365|    178|					continue;
  366|    178|				}
  367|      0|				break;
  368|    111|			case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|    111|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (368:4): [True: 111, False: 529]
  ------------------
  369|    111|				if ((algorithm_info = sc_card_find_eddsa_alg(card, 0, &oid)))
  ------------------
  |  Branch (369:9): [True: 0, False: 111]
  ------------------
  370|      0|					prkey_info.field_length = algorithm_info->key_length;
  371|    111|				else {
  372|    111|					sc_log(ctx, "algorithm not found");
  ------------------
  |  |   71|    111|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  373|    111|					continue;
  374|    111|				}
  375|      0|				break;
  376|    640|			}
  377|       |
  378|    351|			switch (cxdata[0]) {
  379|      0|			case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (379:4): [True: 0, False: 351]
  ------------------
  380|       |				/* Filter out invalid usage: EdDSA does not support anything but sign */
  381|      0|				prkey_info.usage &= PGP_SIG_PRKEY_USAGE;
  ------------------
  |  |   79|      0|#define PGP_SIG_PRKEY_USAGE	(SC_PKCS15_PRKEY_USAGE_SIGN \
  |  |  ------------------
  |  |  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  |  |  ------------------
  |  |   80|      0|				| SC_PKCS15_PRKEY_USAGE_SIGNRECOVER \
  |  |  ------------------
  |  |  |  |  308|      0|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  |  |  ------------------
  |  |   81|      0|				| SC_PKCS15_PRKEY_USAGE_NONREPUDIATION)
  |  |  ------------------
  |  |  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  |  |  ------------------
  ------------------
  382|      0|				r = sc_pkcs15emu_add_eddsa_prkey(p15card, &prkey_obj, &prkey_info);
  383|      0|				break;
  384|       |
  385|      0|			case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|      0|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (385:4): [True: 0, False: 351]
  ------------------
  386|       |				/* This can result in either ECDSA key or EC_MONTGOMERY
  387|       |				 * so we need to check OID */
  388|      0|				if (sc_compare_oid(&oid, &curve25519_oid)) {
  ------------------
  |  Branch (388:9): [True: 0, False: 0]
  ------------------
  389|       |					/* This can do only DERIVE */
  390|      0|					prkey_info.usage = SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  391|      0|					r = sc_pkcs15emu_add_xeddsa_prkey(p15card, &prkey_obj, &prkey_info);
  392|      0|					break;
  393|      0|				}
  394|      0|				prkey_info.usage |= SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  395|      0|				prkey_info.usage &= ~PGP_ENC_PRKEY_USAGE;
  ------------------
  |  |   82|      0|#define	PGP_ENC_PRKEY_USAGE	(SC_PKCS15_PRKEY_USAGE_DECRYPT \
  |  |  ------------------
  |  |  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  |  |  ------------------
  |  |   83|      0|				| SC_PKCS15_PRKEY_USAGE_UNWRAP)
  |  |  ------------------
  |  |  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  |  |  ------------------
  ------------------
  396|      0|				r = sc_pkcs15emu_add_ec_prkey(p15card, &prkey_obj, &prkey_info);
  397|      0|				break;
  398|       |
  399|      0|			case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|      0|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (399:4): [True: 0, False: 351]
  ------------------
  400|      0|				prkey_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  401|      0|				r = sc_pkcs15emu_add_ec_prkey(p15card, &prkey_obj, &prkey_info);
  402|      0|				break;
  403|       |
  404|    220|			case SC_OPENPGP_KEYALGO_RSA:
  ------------------
  |  |  870|    220|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  |  Branch (404:4): [True: 220, False: 131]
  ------------------
  405|    220|				if (cxdata_len >= 3) {
  ------------------
  |  Branch (405:9): [True: 216, False: 4]
  ------------------
  406|       |					/* with Authentication key, can only decrypt if can change MSE */
  407|    216|					if (i == 2 && !(priv->ext_caps & EXT_CAP_MSE)) {
  ------------------
  |  Branch (407:10): [True: 118, False: 98]
  |  Branch (407:20): [True: 107, False: 11]
  ------------------
  408|    107|						prkey_info.usage &= ~PGP_ENC_PRKEY_USAGE;
  ------------------
  |  |   82|    107|#define	PGP_ENC_PRKEY_USAGE	(SC_PKCS15_PRKEY_USAGE_DECRYPT \
  |  |  ------------------
  |  |  |  |  306|    107|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  |  |  ------------------
  |  |   83|    107|				| SC_PKCS15_PRKEY_USAGE_UNWRAP)
  |  |  ------------------
  |  |  |  |  310|    107|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  |  |  ------------------
  ------------------
  409|    107|					}
  410|    216|					prkey_info.modulus_length = bebytes2ushort(cxdata + 1);
  411|    216|					r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  412|    216|					break;
  413|    216|				}
  414|       |				/* Fallthrough */
  415|    135|			default:
  ------------------
  |  Branch (415:4): [True: 131, False: 220]
  ------------------
  416|    135|				sc_log(ctx, "Invalid algorithm identifier %x (length = %d)",
  ------------------
  |  |   71|    135|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  417|    351|					cxdata[0], r);
  418|    351|			}
  419|       |
  420|    351|			if (r < 0) {
  ------------------
  |  Branch (420:8): [True: 6, False: 345]
  ------------------
  421|      6|				r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      6|#define SC_ERROR_INTERNAL			-1400
  ------------------
  422|      6|				goto failed;
  423|      6|			}
  424|    351|		}
  425|    664|	}
  426|       |
  427|    182|	sc_log(ctx, "Adding public keys");
  ------------------
  |  |   71|    182|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  428|       |	/* Add public keys */
  429|    715|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (429:14): [True: 538, False: 177]
  ------------------
  430|    538|		sc_pkcs15_pubkey_info_t pubkey_info;
  431|    538|		sc_pkcs15_object_t      pubkey_obj;
  432|    538|		u8 cxdata[12];
  433|    538|		int cxdata_len = sizeof(cxdata);
  434|    538|		char path_template[] = "006E:0073:00Cx";
  435|    538|		int j;
  436|       |
  437|    538|		memset(&pubkey_info, 0, sizeof(pubkey_info));
  438|    538|		memset(&pubkey_obj,  0, sizeof(pubkey_obj));
  439|    538|		memset(&cxdata, 0, sizeof(cxdata));
  440|       |
  441|    538|		path_template[13] = '1' + i; /* The needed tags are C1 C2 and C3 */
  442|    538|		if ((cxdata_len = read_file(card, path_template, cxdata, sizeof(cxdata))) < 1)
  ------------------
  |  Branch (442:7): [True: 0, False: 538]
  ------------------
  443|      0|			goto failed;
  444|       |
  445|       |		/* check validity using finger prints */
  446|  1.38k|		for (j = 19; j >= 0; j--) {
  ------------------
  |  Branch (446:16): [True: 1.37k, False: 7]
  ------------------
  447|  1.37k|			if (c5data[20 * i + j] != '\0')
  ------------------
  |  Branch (447:8): [True: 531, False: 843]
  ------------------
  448|    531|				break;
  449|  1.37k|		}
  450|       |
  451|       |		/* only add valid keys, i.e. those with a legal algorithm identifier & finger print */
  452|    538|		if (j >= 0 && cxdata[0] != 0) {
  ------------------
  |  Branch (452:7): [True: 531, False: 7]
  |  Branch (452:17): [True: 518, False: 13]
  ------------------
  453|    518|			struct sc_object_id oid;
  454|    518|			struct sc_algorithm_info * algorithm_info; /* no need to free */
  455|       |
  456|    518|			algorithm_info = NULL;
  457|    518|			pubkey_info.id.len         = 1;
  458|    518|			pubkey_info.id.value[0]    = i + 1;
  459|    518|			pubkey_info.usage          = key_cfg[i].pubkey_usage;
  460|    518|			sc_format_path(key_cfg[i].pubkey_path, &pubkey_info.path);
  461|       |
  462|    518|			strlcpy(pubkey_obj.label, key_cfg[i].label, sizeof(pubkey_obj.label));
  ------------------
  |  |   43|    518|#define strlcpy _strlcpy
  ------------------
  463|    518|			pubkey_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|    518|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  464|       |
  465|    518|			if (cxdata[0] == SC_OPENPGP_KEYALGO_ECDH ||
  ------------------
  |  |  871|  1.03k|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (465:8): [True: 78, False: 440]
  ------------------
  466|    440|				cxdata[0] == SC_OPENPGP_KEYALGO_ECDSA ||
  ------------------
  |  |  872|    958|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (466:5): [True: 50, False: 390]
  ------------------
  467|    390|				cxdata[0] == SC_OPENPGP_KEYALGO_EDDSA) {
  ------------------
  |  |  873|    390|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (467:5): [True: 103, False: 287]
  ------------------
  468|       |				/* Last byte could be Import-Format of private key, let's ignore it,
  469|       |				 * as it is not part of OID */
  470|    231|				if (cxdata[cxdata_len-1] == SC_OPENPGP_KEYFORMAT_EC_STD ||
  ------------------
  |  |  880|    462|#define SC_OPENPGP_KEYFORMAT_EC_STD	0
  ------------------
  |  Branch (470:9): [True: 32, False: 199]
  ------------------
  471|    199|				    cxdata[cxdata_len-1] == SC_OPENPGP_KEYFORMAT_EC_STDPUB)
  ------------------
  |  |  881|    199|#define SC_OPENPGP_KEYFORMAT_EC_STDPUB	0xFF
  ------------------
  |  Branch (471:9): [True: 17, False: 182]
  ------------------
  472|     49|					cxdata_len--;
  473|    231|				r = sc_asn1_decode_object_id(&cxdata[1], cxdata_len-1, &oid);
  474|    231|				if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    231|#define SC_SUCCESS				0
  ------------------
  |  Branch (474:9): [True: 174, False: 57]
  ------------------
  475|    174|					sc_log(ctx, "Failed to parse OID for elliptic curve algorithm");
  ------------------
  |  |   71|    174|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  476|    174|				}
  477|    231|			}
  478|       |
  479|    518|			switch (cxdata[0]) {
  ------------------
  |  Branch (479:12): [True: 231, False: 287]
  ------------------
  480|     78|			case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|     78|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (480:4): [True: 78, False: 440]
  ------------------
  481|     78|				if (sc_compare_oid(&oid, &curve25519_oid)) {
  ------------------
  |  Branch (481:9): [True: 0, False: 78]
  ------------------
  482|      0|					if ((algorithm_info = sc_card_find_xeddsa_alg(card, 0, &oid)))
  ------------------
  |  Branch (482:10): [True: 0, False: 0]
  ------------------
  483|      0|						pubkey_info.field_length = algorithm_info->key_length;
  484|      0|					else {
  485|      0|						sc_log(ctx, "algorithm not found");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  486|      0|						continue;
  487|      0|					}
  488|      0|					break;
  489|      0|				}
  490|       |				/* Fall through */
  491|    128|			case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|    128|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (491:4): [True: 50, False: 468]
  ------------------
  492|    128|				if((algorithm_info = sc_card_find_ec_alg(card, 0, &oid)))
  ------------------
  |  Branch (492:8): [True: 0, False: 128]
  ------------------
  493|      0|					pubkey_info.field_length = algorithm_info->key_length;
  494|    128|				else {
  495|    128|					sc_log(ctx, "algorithm not found");
  ------------------
  |  |   71|    128|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  496|    128|					continue;
  497|    128|				}
  498|      0|				break;
  499|    103|			case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|    103|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (499:4): [True: 103, False: 415]
  ------------------
  500|    103|				if ((algorithm_info = sc_card_find_eddsa_alg(card, 0, &oid)))
  ------------------
  |  Branch (500:9): [True: 0, False: 103]
  ------------------
  501|      0|					pubkey_info.field_length = algorithm_info->key_length;
  502|    103|				else {
  503|    103|					sc_log(ctx, "algorithm not found");
  ------------------
  |  |   71|    103|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  504|    103|					continue;
  505|    103|				}
  506|      0|				break;
  507|    518|			}
  508|       |
  509|    287|			switch (cxdata[0]) {
  510|      0|			case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (510:4): [True: 0, False: 287]
  ------------------
  511|       |				/* assuming Ed25519 as it is the only supported now */
  512|       |				/* Filter out invalid usage: ED does not support anything but sign */
  513|      0|				pubkey_info.usage &= PGP_SIG_PUBKEY_USAGE;
  ------------------
  |  |   86|      0|#define	PGP_SIG_PUBKEY_USAGE	(SC_PKCS15_PRKEY_USAGE_VERIFY \
  |  |  ------------------
  |  |  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  |  |  ------------------
  |  |   87|      0|				| SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER)
  |  |  ------------------
  |  |  |  |  312|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  |  |  ------------------
  ------------------
  514|      0|				r = sc_pkcs15emu_add_eddsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  515|      0|				break;
  516|      0|			case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|      0|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (516:4): [True: 0, False: 287]
  ------------------
  517|       |				/* This can result in either ECDSA key or EC_MONTGOMERY
  518|       |				 * so we need to check OID */
  519|      0|				if (sc_compare_oid(&oid, &curve25519_oid)) {
  ------------------
  |  Branch (519:9): [True: 0, False: 0]
  ------------------
  520|       |					/* XXX What can this key do? */
  521|      0|					pubkey_info.usage = SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  522|      0|					r = sc_pkcs15emu_add_xeddsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  523|      0|					break;
  524|      0|				}
  525|      0|				pubkey_info.usage = SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  526|      0|				r = sc_pkcs15emu_add_ec_pubkey(p15card, &pubkey_obj, &pubkey_info);
  527|      0|				break;
  528|      0|			case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|      0|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (528:4): [True: 0, False: 287]
  ------------------
  529|      0|				pubkey_info.usage = PGP_SIG_PUBKEY_USAGE;
  ------------------
  |  |   86|      0|#define	PGP_SIG_PUBKEY_USAGE	(SC_PKCS15_PRKEY_USAGE_VERIFY \
  |  |  ------------------
  |  |  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  |  |  ------------------
  |  |   87|      0|				| SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER)
  |  |  ------------------
  |  |  |  |  312|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  |  |  ------------------
  ------------------
  530|      0|				r = sc_pkcs15emu_add_ec_pubkey(p15card, &pubkey_obj, &pubkey_info);
  531|      0|				break;
  532|    182|			case SC_OPENPGP_KEYALGO_RSA:
  ------------------
  |  |  870|    182|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  |  Branch (532:4): [True: 182, False: 105]
  ------------------
  533|    182|				if (cxdata_len >= 3) {
  ------------------
  |  Branch (533:9): [True: 179, False: 3]
  ------------------
  534|       |					/* with Authentication pubkey, can only encrypt if can change MSE */
  535|    179|					if (i == 2 && !(priv->ext_caps & EXT_CAP_MSE)) {
  ------------------
  |  Branch (535:10): [True: 118, False: 61]
  |  Branch (535:20): [True: 107, False: 11]
  ------------------
  536|    107|						pubkey_info.usage &= ~PGP_ENC_PUBKEY_USAGE;
  ------------------
  |  |   88|    107|#define	PGP_ENC_PUBKEY_USAGE	(SC_PKCS15_PRKEY_USAGE_ENCRYPT \
  |  |  ------------------
  |  |  |  |  305|    107|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  |  |  ------------------
  |  |   89|    107|				| SC_PKCS15_PRKEY_USAGE_WRAP)
  |  |  ------------------
  |  |  |  |  309|    107|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  |  |  ------------------
  ------------------
  537|    107|					}
  538|    179|					pubkey_info.modulus_length = bebytes2ushort(cxdata + 1);
  539|    179|					r = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  540|    179|					break;
  541|    179|				}
  542|       |				/* Fall through */
  543|    108|			default:
  ------------------
  |  Branch (543:4): [True: 105, False: 182]
  ------------------
  544|    108|				sc_log(ctx, "Invalid algorithm identifier %x (length = %d)",
  ------------------
  |  |   71|    108|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  545|    287|					cxdata[0], r);
  546|    287|			}
  547|       |
  548|    287|			if (r < 0) {
  ------------------
  |  Branch (548:8): [True: 5, False: 282]
  ------------------
  549|      5|				r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      5|#define SC_ERROR_INTERNAL			-1400
  ------------------
  550|      5|				goto failed;
  551|      5|			}
  552|    287|		}
  553|    538|	}
  554|       |
  555|       |	/* Check if certificate DO 7F21 holds data */
  556|    177|	sc_format_path("7F21", &path);
  557|    177|	r = sc_select_file(card, &path, &file);
  558|    177|	if (r < 0)
  ------------------
  |  Branch (558:6): [True: 18, False: 159]
  ------------------
  559|     18|		goto failed;
  560|       |
  561|    260|	for(u8 i=0; i<PGP_MAX_NUM_CERTS; i++) {
  ------------------
  |  |   48|    260|#define PGP_MAX_NUM_CERTS    3
  ------------------
  |  Branch (561:14): [True: 237, False: 23]
  ------------------
  562|    237|		struct sc_pkcs15_cert_info cert_info;
  563|    237|		struct sc_pkcs15_object    cert_obj;
  564|    237|		u8* buffer = malloc(MAX_OPENPGP_DO_SIZE);
  ------------------
  |  |  172|    237|#define	MAX_OPENPGP_DO_SIZE	8192
  ------------------
  565|    237|		int resp_len = 0;
  566|       |
  567|    237|		if (buffer == NULL)
  ------------------
  |  Branch (567:7): [True: 0, False: 237]
  ------------------
  568|      0|			goto failed;
  569|       |
  570|    237|		memset(&cert_info, 0, sizeof(cert_info));
  571|    237|		memset(&cert_obj,  0, sizeof(cert_obj));
  572|       |
  573|       |		/* try to SELECT DATA. Will only work for OpenPGP >= v3, errors are non-critical */
  574|    237|		sc_card_ctl(card, SC_CARDCTL_OPENPGP_SELECT_DATA, &i);
  575|       |
  576|    237|		sc_format_path(certs[i].path, &cert_info.path);
  577|       |
  578|       |		/* Certificate ID. We use the same ID as the authentication key */
  579|    237|		sc_pkcs15_format_id(certs[i].id, &cert_info.id);
  580|       |
  581|    237|		resp_len = sc_get_data(card, 0x7F21, buffer, MAX_OPENPGP_DO_SIZE);
  ------------------
  |  |  172|    237|#define	MAX_OPENPGP_DO_SIZE	8192
  ------------------
  582|       |
  583|       |		/* Response length => free buffer and continue with next id */
  584|    237|		if (resp_len == 0) {
  ------------------
  |  Branch (584:7): [True: 69, False: 168]
  ------------------
  585|     69|			free(buffer);
  586|     69|			continue;
  587|     69|		}
  588|       |
  589|       |		/* Catch error during sc_get_data */
  590|    168|		if (resp_len < 0) {
  ------------------
  |  Branch (590:7): [True: 129, False: 39]
  ------------------
  591|    129|			free(buffer);
  592|    129|			goto failed;
  593|    129|		}
  594|       |
  595|       |		/* Assemble certificate info struct, based on `certs` array */
  596|     39|		cert_info.value.len = resp_len;
  597|     39|		cert_info.value.value = buffer;
  598|     39|		cert_info.authority = certs[i].authority;
  599|     39|		cert_obj.flags = certs[i].obj_flags;
  600|       |
  601|       |		/* Object label */
  602|     39|		strlcpy(cert_obj.label, certs[i].label, sizeof(cert_obj.label));
  ------------------
  |  |   43|     39|#define strlcpy _strlcpy
  ------------------
  603|       |
  604|     39|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  605|     39|		if (r < 0) {
  ------------------
  |  Branch (605:7): [True: 0, False: 39]
  ------------------
  606|      0|			free(buffer);
  607|      0|			goto failed;
  608|      0|		}
  609|       |
  610|       |		/* only iterate, for OpenPGP >= v3, thus break on < v3 */
  611|     39|		if (card->type < SC_CARD_TYPE_OPENPGP_V3)
  ------------------
  |  Branch (611:7): [True: 7, False: 32]
  ------------------
  612|      7|			break;
  613|     39|	}
  614|       |
  615|       |	/* Add PKCS#15 DATA objects from other OpenPGP card DOs. The return
  616|       |	 * value is ignored, so this will not cause initialization to fail.
  617|       |	 */
  618|     30|	sc_pkcs15emu_openpgp_add_data(p15card);
  619|       |
  620|    789|failed:
  621|    789|	if (r < 0) {
  ------------------
  |  Branch (621:6): [True: 563, False: 226]
  ------------------
  622|    563|		sc_log(card->ctx,
  ------------------
  |  |   71|    563|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  623|    563|				"Failed to initialize OpenPGP emulation: %s\n",
  624|    563|				sc_strerror(r));
  625|    563|		sc_pkcs15_card_clear(p15card);
  626|    563|	}
  627|    789|	sc_file_free(file);
  628|    789|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    789|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    789|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    789|	int _ret = r; \
  |  |  |  |  155|    789|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 770, False: 19]
  |  |  |  |  ------------------
  |  |  |  |  156|    770|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    563|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 563, False: 207]
  |  |  |  |  ------------------
  |  |  |  |  157|    770|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    770|	} else { \
  |  |  |  |  159|     19|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     19|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     19|	} \
  |  |  |  |  162|    789|	return _ret; \
  |  |  |  |  163|    789|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  629|    789|}
pkcs15-openpgp.c:read_file:
  163|  2.73k|{
  164|  2.73k|	sc_path_t	path;
  165|  2.73k|	sc_file_t	*file;
  166|  2.73k|	int		r;
  167|       |
  168|  2.73k|	sc_format_path(path_name, &path);
  169|  2.73k|	if ((r = sc_select_file(card, &path, &file)) < 0)
  ------------------
  |  Branch (169:6): [True: 594, False: 2.14k]
  ------------------
  170|    594|		return r;
  171|       |
  172|  2.14k|	if (file->size < len)
  ------------------
  |  Branch (172:6): [True: 2.10k, False: 32]
  ------------------
  173|  2.10k|		len = file->size;
  174|       |
  175|  2.14k|	sc_file_free(file);
  176|       |
  177|  2.14k|	return sc_read_binary(card, 0, (u8 *) buf, len, 0);
  178|  2.73k|}
pkcs15-openpgp.c:sc_pkcs15emu_openpgp_add_data:
  636|     30|{
  637|     30|	sc_context_t *ctx = p15card->card->ctx;
  638|     30|	int i, r;
  639|       |
  640|     30|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     30|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     30|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     30|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     30|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 30]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  641|       |	/* Optional private use DOs 0101 to 0104 */
  642|    150|	for (i = 1; i <= PGP_NUM_PRIVDO; i++) {
  ------------------
  |  |   47|    150|#define PGP_NUM_PRIVDO       4
  ------------------
  |  Branch (642:14): [True: 120, False: 30]
  ------------------
  643|    120|		sc_pkcs15_data_info_t dat_info;
  644|    120|		sc_pkcs15_object_t dat_obj;
  645|    120|		char name[6 + LEN_MAX_INT_AS_STR];
  646|    120|		char path[7 + LEN_MAX_INT_AS_STR];
  647|    120|		u8 content[254];
  648|    120|		memset(&dat_info, 0, sizeof(dat_info));
  649|    120|		memset(&dat_obj, 0, sizeof(dat_obj));
  650|       |
  651|    120|		snprintf(name, 8, "PrivDO%d", i);
  652|    120|		snprintf(path, 9, "3F00010%d", i);
  653|       |
  654|       |		/* Check if the DO can be read and is not empty. Otherwise we
  655|       |		 * won't expose a PKCS#15 DATA object.
  656|       |		 */
  657|    120|		r = read_file(p15card->card, path, content, sizeof(content));
  658|    120|		if (r <= 0 ) {
  ------------------
  |  Branch (658:7): [True: 77, False: 43]
  ------------------
  659|     77|			sc_log(ctx, "Cannot read DO 010%d or there is no data in it", i);
  ------------------
  |  |   71|     77|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  660|       |			/* Skip */
  661|     77|			continue;
  662|     77|		}
  663|     43|		sc_format_path(path, &dat_info.path);
  664|     43|		strlcpy(dat_obj.label, name, sizeof(dat_obj.label));
  ------------------
  |  |   43|     43|#define strlcpy _strlcpy
  ------------------
  665|     43|		strlcpy(dat_info.app_label, name, sizeof(dat_info.app_label));
  ------------------
  |  |   43|     43|#define strlcpy _strlcpy
  ------------------
  666|       |
  667|       |		/* Add DATA object to slot protected by PIN2 (PW1 with Ref 0x82) */
  668|     43|		dat_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE | SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   50|     43|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
              		dat_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE | SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|     43|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  669|     43|		dat_obj.auth_id.len = 1;
  670|     43|		if (i == 1 || i == 3)
  ------------------
  |  Branch (670:7): [True: 20, False: 23]
  |  Branch (670:17): [True: 6, False: 17]
  ------------------
  671|     26|			dat_obj.auth_id.value[0] = 2;
  672|     17|		else
  673|     17|			dat_obj.auth_id.value[0] = 3;
  674|       |
  675|     43|		sc_log(ctx, "Add %s data object", name);
  ------------------
  |  |   71|     43|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  676|     43|		r = sc_pkcs15emu_add_data_object(p15card, &dat_obj, &dat_info);
  677|     43|		LOG_TEST_RET(ctx, r, "Could not add data object to framework");
  ------------------
  |  |  174|     43|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     43|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     43|	int _ret = (r); \
  |  |  |  |  168|     43|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 43]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     43|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 43]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  678|     43|	}
  679|     30|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     30|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     30|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     30|	int _ret = r; \
  |  |  |  |  155|     30|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 30, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     30|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 30]
  |  |  |  |  ------------------
  |  |  |  |  157|     30|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     30|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     30|	return _ret; \
  |  |  |  |  163|     30|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  680|     30|}

sc_pkcs15_decode_aodf_entry:
   86|      3|{
   87|      3|	sc_context_t *ctx = p15card->card->ctx;
   88|      3|	struct sc_pkcs15_auth_info info;
   89|      3|	int r;
   90|      3|	size_t flags_len = sizeof(info.attrs.pin.flags);
   91|      3|	size_t derived_len = sizeof(info.attrs.authkey.derived);
   92|      3|	size_t padchar_len = 1;
   93|      3|	struct sc_asn1_entry asn1_com_ao_attr[2];
   94|      3|	struct sc_asn1_entry asn1_pin_attr[10], asn1_type_pin_attr[2];
   95|      3|	struct sc_asn1_entry asn1_authkey_attr[3], asn1_type_authkey_attr[2];
   96|      3|	struct sc_asn1_entry asn1_auth_type[2];
   97|      3|	struct sc_asn1_entry asn1_auth_type_choice[4];
   98|      3|	struct sc_asn1_pkcs15_object pin_obj = { obj, asn1_com_ao_attr, NULL, asn1_type_pin_attr };
   99|      3|	struct sc_asn1_pkcs15_object authkey_obj = { obj, asn1_com_ao_attr, NULL, asn1_type_authkey_attr };
  100|       |
  101|      3|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_ASN1);
  ------------------
  |  |  148|      3|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|      3|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|      3|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3]
  |  |  ------------------
  ------------------
  102|       |
  103|      3|	sc_copy_asn1_entry(c_asn1_auth_type, asn1_auth_type);
  104|      3|	sc_copy_asn1_entry(c_asn1_auth_type_choice, asn1_auth_type_choice);
  105|       |
  106|      3|	sc_copy_asn1_entry(c_asn1_com_ao_attr, asn1_com_ao_attr);
  107|       |
  108|      3|	sc_copy_asn1_entry(c_asn1_type_pin_attr, asn1_type_pin_attr);
  109|      3|	sc_copy_asn1_entry(c_asn1_pin_attr, asn1_pin_attr);
  110|       |
  111|      3|	sc_copy_asn1_entry(c_asn1_type_authkey_attr, asn1_type_authkey_attr);
  112|      3|	sc_copy_asn1_entry(c_asn1_authkey_attr, asn1_authkey_attr);
  113|       |
  114|      3|	sc_format_asn1_entry(asn1_auth_type + 0, asn1_auth_type_choice, NULL, 0);
  115|      3|	sc_format_asn1_entry(asn1_auth_type_choice + 0, &pin_obj, NULL, 0);	/* 'pin' */
  116|      3|	sc_format_asn1_entry(asn1_auth_type_choice + 2, &authkey_obj, NULL, 0);	/* 'authKey' */
  117|       |
  118|       |	/* pinAttributes */
  119|      3|	sc_format_asn1_entry(asn1_type_pin_attr + 0, asn1_pin_attr, NULL, 0);
  120|      3|	sc_format_asn1_entry(asn1_pin_attr + 0, &info.attrs.pin.flags, &flags_len, 0);
  121|      3|	sc_format_asn1_entry(asn1_pin_attr + 1, &info.attrs.pin.type, NULL, 0);
  122|      3|	sc_format_asn1_entry(asn1_pin_attr + 2, &info.attrs.pin.min_length, NULL, 0);
  123|      3|	sc_format_asn1_entry(asn1_pin_attr + 3, &info.attrs.pin.stored_length, NULL, 0);
  124|      3|	sc_format_asn1_entry(asn1_pin_attr + 4, &info.attrs.pin.max_length, NULL, 0);
  125|      3|	sc_format_asn1_entry(asn1_pin_attr + 5, &info.attrs.pin.reference, NULL, 0);
  126|      3|	sc_format_asn1_entry(asn1_pin_attr + 6, &info.attrs.pin.pad_char, &padchar_len, 0);
  127|       |
  128|       |	/* authKeyAttributes */
  129|      3|	sc_format_asn1_entry(asn1_type_authkey_attr + 0, asn1_authkey_attr, NULL, 0);
  130|      3|	sc_format_asn1_entry(asn1_authkey_attr + 0, &info.attrs.authkey.derived, &derived_len, 0);
  131|      3|	sc_format_asn1_entry(asn1_authkey_attr + 1, &info.attrs.authkey.skey_id, NULL, 0);
  132|       |
  133|       |	/* We don't support lastPinChange yet. */
  134|      3|	sc_format_asn1_entry(asn1_pin_attr + 8, &info.path, NULL, 0);
  135|       |
  136|      3|	sc_format_asn1_entry(asn1_com_ao_attr + 0, &info.auth_id, NULL, 0);
  137|       |
  138|       |	/* Fill in defaults */
  139|      3|	memset(&info, 0, sizeof(info));
  140|      3|	info.tries_left = -1;
  141|      3|	info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|      3|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  142|       |
  143|      3|	r = sc_asn1_decode(ctx, asn1_auth_type, *buf, *buflen, buf, buflen);
  144|      3|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|      3|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (144:6): [True: 1, False: 2]
  ------------------
  145|      1|		return r;
  146|      2|	LOG_TEST_RET(ctx, r, "ASN.1 decoding failed");
  ------------------
  |  |  174|      2|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      2|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      2|	int _ret = (r); \
  |  |  |  |  168|      2|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  147|       |
  148|      1|	if (asn1_auth_type_choice[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|      1|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (148:6): [True: 0, False: 1]
  ------------------
  149|      0|		sc_log(ctx, "AuthType: PIN");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  150|      0|		obj->type = SC_PKCS15_TYPE_AUTH_PIN;
  ------------------
  |  |  445|      0|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
  151|      0|		info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|      0|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  152|      0|		info.auth_method = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  153|       |
  154|      0|		if (info.attrs.pin.max_length == 0) {
  ------------------
  |  Branch (154:7): [True: 0, False: 0]
  ------------------
  155|      0|			if (p15card->card->max_pin_len != 0)
  ------------------
  |  Branch (155:8): [True: 0, False: 0]
  ------------------
  156|      0|				info.attrs.pin.max_length = p15card->card->max_pin_len;
  157|      0|			else if (info.attrs.pin.stored_length != 0)
  ------------------
  |  Branch (157:13): [True: 0, False: 0]
  ------------------
  158|      0|				info.attrs.pin.max_length = info.attrs.pin.type != SC_PKCS15_PIN_TYPE_BCD ?
  ------------------
  |  |   88|      0|#define SC_PKCS15_PIN_TYPE_BCD				0
  ------------------
  |  Branch (158:33): [True: 0, False: 0]
  ------------------
  159|      0|					info.attrs.pin.stored_length : 2 * info.attrs.pin.stored_length;
  160|      0|			else
  161|      0|				info.attrs.pin.max_length = 8; /* shouldn't happen */
  162|      0|		}
  163|       |
  164|       |		/* OpenSC 0.11.4 and older encoded "pinReference" as a negative
  165|       |		   value. Fixed in 0.11.5 we need to add a hack, so old cards
  166|       |		   continue to work.
  167|       |		   The same invalid encoding has some models of the proprietary PKCS#15 cards.
  168|       |		*/
  169|      0|		if (info.attrs.pin.reference < 0)
  ------------------
  |  Branch (169:7): [True: 0, False: 0]
  ------------------
  170|      0|			info.attrs.pin.reference += 256;
  171|       |
  172|      0|		if (info.attrs.pin.flags & SC_PKCS15_PIN_FLAG_LOCAL)   {
  ------------------
  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  |  Branch (172:7): [True: 0, False: 0]
  ------------------
  173|       |			/* In OpenSC pkcs#15 framework 'path' is mandatory for the 'Local' PINs.
  174|       |			 * If 'path' do not present in PinAttributes, derive it from the PKCS#15 context. */
  175|      0|			if (!info.path.len)   {
  ------------------
  |  Branch (175:8): [True: 0, False: 0]
  ------------------
  176|       |				/* Give priority to AID defined in the application DDO */
  177|      0|				if (p15card->app && p15card->app->ddo.aid.len)
  ------------------
  |  Branch (177:9): [True: 0, False: 0]
  |  Branch (177:25): [True: 0, False: 0]
  ------------------
  178|      0|					info.path.aid = p15card->app->ddo.aid;
  179|      0|				else if (p15card->file_app && p15card->file_app->path.len)
  ------------------
  |  Branch (179:14): [True: 0, False: 0]
  |  Branch (179:35): [True: 0, False: 0]
  ------------------
  180|      0|					info.path = p15card->file_app->path;
  181|      0|				else
  182|      0|					return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  183|      0|			}
  184|      0|		}
  185|      0|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "decoded PIN(ref:%X,path:%s)", info.attrs.pin.reference, sc_print_path(&info.path));
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  186|      0|	}
  187|      1|	else if (asn1_auth_type_choice[1].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|      1|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (187:11): [True: 1, False: 0]
  ------------------
  188|      1|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "BIO authentication object not yet supported");
  ------------------
  |  |  174|      1|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      1|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      1|	int _ret = (r); \
  |  |  |  |  168|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      1|		return _ret; \
  |  |  |  |  172|      1|	} \
  |  |  |  |  173|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|      1|	}
  190|      0|	else if (asn1_auth_type_choice[2].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (190:11): [True: 0, False: 0]
  ------------------
  191|      0|		sc_log(ctx, "AuthType: AuthKey");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  192|      0|		obj->type = SC_PKCS15_TYPE_AUTH_AUTHKEY;
  ------------------
  |  |  447|      0|#define SC_PKCS15_TYPE_AUTH_AUTHKEY		0x603
  ------------------
  193|      0|		info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_AUTH_KEY;
  ------------------
  |  |   96|      0|#define SC_PKCS15_PIN_AUTH_TYPE_AUTH_KEY		2
  ------------------
  194|      0|		info.auth_method = SC_AC_AUT;
  ------------------
  |  |  154|      0|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  195|      0|		if (!(asn1_authkey_attr[0].flags & SC_ASN1_PRESENT))
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (195:7): [True: 0, False: 0]
  ------------------
  196|      0|			info.attrs.authkey.derived = 1;
  197|      0|	}
  198|      0|	else   {
  199|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "unknown authentication type");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  200|      0|	}
  201|       |
  202|      0|	obj->data = malloc(sizeof(info));
  203|      0|	if (obj->data == NULL)
  ------------------
  |  Branch (203:6): [True: 0, False: 0]
  ------------------
  204|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|      0|	memcpy(obj->data, &info, sizeof(info));
  206|       |
  207|      0|	SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, SC_SUCCESS);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  208|      0|}
sc_pkcs15_verify_pin:
  299|  7.15k|{
  300|  7.15k|	struct sc_context *ctx = p15card->card->ctx;
  301|  7.15k|	struct sc_pkcs15_auth_info *auth_info;
  302|  7.15k|	int r;
  303|       |
  304|  7.15k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  7.15k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  7.15k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  7.15k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  7.15k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7.15k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|       |
  306|  7.15k|	if (!pin_obj || !pin_obj->data)
  ------------------
  |  Branch (306:6): [True: 0, False: 7.15k]
  |  Branch (306:18): [True: 0, False: 7.15k]
  ------------------
  307|  7.15k|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_PIN_REFERENCE);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  308|  7.15k|	auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  309|       |
  310|       |	/* Check the provided pin matches pin requirements */
  311|  7.15k|	r = _validate_pin(p15card, auth_info, pinlen);
  312|       |
  313|  7.15k|	if (r)
  ------------------
  |  Branch (313:6): [True: 6.24k, False: 904]
  ------------------
  314|  7.15k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  6.24k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  6.24k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  6.24k|	int _ret = r; \
  |  |  |  |  155|  6.24k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6.24k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  6.24k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  6.24k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6.24k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  6.24k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  6.24k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  6.24k|	return _ret; \
  |  |  |  |  163|  6.24k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  315|       |
  316|    904|	r = _sc_pkcs15_verify_pin(p15card, pin_obj, pincode, pinlen);
  317|       |
  318|    904|	if (r == SC_SUCCESS)
  ------------------
  |  |   28|    904|#define SC_SUCCESS				0
  ------------------
  |  Branch (318:6): [True: 268, False: 636]
  ------------------
  319|    268|		sc_pkcs15_pincache_add(p15card, pin_obj, pincode, pinlen);
  320|       |
  321|    904|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    904|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    904|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    904|	int _ret = r; \
  |  |  |  |  155|    904|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 904, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    904|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    636|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 636, False: 268]
  |  |  |  |  ------------------
  |  |  |  |  157|    904|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    904|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    904|	return _ret; \
  |  |  |  |  163|    904|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  322|    904|}
_sc_pkcs15_verify_pin:
  328|  1.29k|{
  329|  1.29k|	return sc_pkcs15_verify_pin_with_session_pin(p15card, pin_obj, pincode,
  330|  1.29k|			pinlen, NULL, NULL);
  331|  1.29k|}
sc_pkcs15_verify_pin_with_session_pin:
  344|  1.29k|{
  345|  1.29k|	struct sc_context *ctx = p15card->card->ctx;
  346|  1.29k|	struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  347|  1.29k|	int r;
  348|  1.29k|	sc_card_t *card;
  349|  1.29k|	struct sc_pin_cmd_data data;
  350|       |
  351|  1.29k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.29k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.29k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.29k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.29k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  352|  1.29k|	sc_log(ctx, "PIN(type:%X; method:%X; value(%p:%zu)",
  ------------------
  |  |   71|  1.29k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  353|  1.29k|			auth_info->auth_type, auth_info->auth_method, pincode, pinlen);
  354|  1.29k|	card = p15card->card;
  355|       |
  356|  1.29k|	if (pinlen > SC_MAX_PIN_SIZE) {
  ------------------
  |  |   40|  1.29k|#define SC_MAX_PIN_SIZE			256 /* OpenPGP card has 254 max */
  ------------------
  |  Branch (356:6): [True: 0, False: 1.29k]
  ------------------
  357|      0|		sc_notify_id(card->ctx, &card->reader->atr, p15card,
  358|      0|				NOTIFY_PIN_BAD);
  359|      0|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_PIN_LENGTH, "Invalid PIN size");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  360|      0|	}
  361|       |
  362|       |	/* Initialize arguments */
  363|  1.29k|	memset(&data, 0, sizeof(data));
  364|  1.29k|	data.pin_type = auth_info->auth_method;
  365|       |
  366|  1.29k|	if (auth_info->auth_type == SC_PKCS15_PIN_AUTH_TYPE_PIN)   {
  ------------------
  |  |   94|  1.29k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (366:6): [True: 1.29k, False: 0]
  ------------------
  367|  1.29k|		data.pin_reference = auth_info->attrs.pin.reference;
  368|  1.29k|		data.pin1.min_length = auth_info->attrs.pin.min_length;
  369|  1.29k|		data.pin1.max_length = auth_info->attrs.pin.max_length;
  370|  1.29k|		data.pin1.pad_length = auth_info->attrs.pin.stored_length;
  371|  1.29k|		data.pin1.pad_char = auth_info->attrs.pin.pad_char;
  372|  1.29k|		data.pin1.data = pincode;
  373|  1.29k|		data.pin1.len = pinlen;
  374|       |
  375|  1.29k|		if (auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_NEEDS_PADDING)
  ------------------
  |  |   59|  1.29k|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  |  Branch (375:7): [True: 379, False: 916]
  ------------------
  376|    379|			data.flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|    379|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  377|       |
  378|  1.29k|		switch (auth_info->attrs.pin.type) {
  379|     14|		case SC_PKCS15_PIN_TYPE_BCD:
  ------------------
  |  |   88|     14|#define SC_PKCS15_PIN_TYPE_BCD				0
  ------------------
  |  Branch (379:3): [True: 14, False: 1.28k]
  ------------------
  380|     14|			data.pin1.encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|     14|#define SC_PIN_ENCODING_BCD	1
  ------------------
  381|     14|			break;
  382|    797|		case SC_PKCS15_PIN_TYPE_ASCII_NUMERIC:
  ------------------
  |  |   89|    797|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  |  Branch (382:3): [True: 797, False: 498]
  ------------------
  383|    797|			data.pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    797|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  384|    797|			break;
  385|    484|		default:
  ------------------
  |  Branch (385:3): [True: 484, False: 811]
  ------------------
  386|       |			/* assume/hope the card driver knows how to encode the pin */
  387|    484|			data.pin1.encoding = 0;
  388|  1.29k|		}
  389|  1.29k|	}
  390|      0|	else if (auth_info->auth_type == SC_PKCS15_PIN_AUTH_TYPE_AUTH_KEY)   {
  ------------------
  |  |   96|      0|#define SC_PKCS15_PIN_AUTH_TYPE_AUTH_KEY		2
  ------------------
  |  Branch (390:11): [True: 0, False: 0]
  ------------------
  391|      0|		struct sc_pkcs15_object *skey_obj = NULL;
  392|      0|		struct sc_pkcs15_id *skey_id =  &auth_info->attrs.authkey.skey_id;
  393|      0|		struct sc_pkcs15_skey_info *skey_info = NULL;
  394|       |
  395|      0|		r = sc_pkcs15_find_skey_by_id(p15card, skey_id, &skey_obj);
  396|      0|		if (r)   {
  ------------------
  |  Branch (396:7): [True: 0, False: 0]
  ------------------
  397|      0|			sc_log(ctx, "cannot find secret key with id:%s", sc_pkcs15_print_id(skey_id));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  398|      0|			LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  399|      0|		}
  400|      0|		skey_info = (struct sc_pkcs15_skey_info *)skey_obj->data;
  401|       |
  402|      0|		sc_log(ctx, "found secret key '%s'", skey_obj->label);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  403|      0|		data.pin_reference = skey_info->key_reference;
  404|      0|	}
  405|       |
  406|  1.29k|	if ((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD
  ------------------
  |  |  376|  2.59k|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (406:7): [True: 0, False: 1.29k]
  ------------------
  407|  1.29k|				|| p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)) {
  ------------------
  |  |  560|  1.29k|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (407:8): [True: 0, False: 1.29k]
  ------------------
  408|      0|		if (!pincode && !pinlen)
  ------------------
  |  Branch (408:7): [True: 0, False: 0]
  |  Branch (408:19): [True: 0, False: 0]
  ------------------
  409|      0|			data.flags |= SC_PIN_CMD_USE_PINPAD;
  ------------------
  |  |  421|      0|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  410|       |
  411|      0|		if (auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_SO_PIN)
  ------------------
  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  |  Branch (411:7): [True: 0, False: 0]
  ------------------
  412|      0|			data.pin1.prompt = "Please enter SO PIN";
  413|      0|		else
  414|      0|			data.pin1.prompt = "Please enter PIN";
  415|      0|	}
  416|       |
  417|  1.29k|	if (card->caps & SC_CARD_CAP_SESSION_PIN && sessionpin && sessionpinlen) {
  ------------------
  |  |  563|  2.59k|#define SC_CARD_CAP_SESSION_PIN	0x00000200
  ------------------
  |  Branch (417:6): [True: 0, False: 1.29k]
  |  Branch (417:46): [True: 0, False: 0]
  |  Branch (417:60): [True: 0, False: 0]
  ------------------
  418|       |		/* session pin is requested and supported with standard verification*/
  419|      0|		data.cmd = SC_PIN_CMD_GET_SESSION_PIN;
  ------------------
  |  |  419|      0|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  420|      0|		memcpy(&data.pin2, &data.pin1, sizeof (data.pin1));
  421|      0|		data.pin2.data = sessionpin;
  422|      0|		data.pin2.len = *sessionpinlen;
  423|  1.29k|	} else {
  424|       |		/* perform a standard verify */
  425|  1.29k|		data.cmd = SC_PIN_CMD_VERIFY;
  ------------------
  |  |  415|  1.29k|#define SC_PIN_CMD_VERIFY	0
  ------------------
  426|  1.29k|		if (sessionpinlen)
  ------------------
  |  Branch (426:7): [True: 0, False: 1.29k]
  ------------------
  427|      0|			*sessionpinlen = 0;
  428|  1.29k|	}
  429|       |
  430|  1.29k|	r = sc_lock(card);
  431|  1.29k|	LOG_TEST_RET(ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|  1.29k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.29k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.29k|	int _ret = (r); \
  |  |  |  |  168|  1.29k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 1.29k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  1.29k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|       |
  433|       |	/* the path in the pin object is optional */
  434|  1.29k|	if ((auth_info->path.len > 0) || ((auth_info->path.aid.len > 0))) {
  ------------------
  |  Branch (434:6): [True: 479, False: 816]
  |  Branch (434:35): [True: 25, False: 791]
  ------------------
  435|    504|		r = sc_select_file(card, &auth_info->path, NULL);
  436|    504|		if (r)
  ------------------
  |  Branch (436:7): [True: 81, False: 423]
  ------------------
  437|     81|			goto out;
  438|    504|	}
  439|       |
  440|  1.21k|	r = sc_pin_cmd(card, &data);
  441|  1.21k|	auth_info->tries_left = data.pin1.tries_left;
  442|  1.21k|	sc_log(ctx, "PIN cmd result %i", r);
  ------------------
  |  |   71|  1.21k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  443|  1.21k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.21k|#define SC_SUCCESS				0
  ------------------
  |  Branch (443:6): [True: 629, False: 585]
  ------------------
  444|    629|		sc_pkcs15_pincache_add(p15card, pin_obj, pincode, pinlen);
  445|    629|		if (data.cmd == SC_PIN_CMD_GET_SESSION_PIN && sessionpinlen) {
  ------------------
  |  |  419|  1.25k|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (445:7): [True: 0, False: 629]
  |  Branch (445:49): [True: 0, False: 0]
  ------------------
  446|      0|			*sessionpinlen = data.pin2.len;
  447|      0|		}
  448|    629|	} else {
  449|    585|		sc_notify_id(card->ctx, &card->reader->atr, p15card,
  450|    585|				NOTIFY_PIN_BAD);
  451|    585|		if (data.cmd == SC_PIN_CMD_GET_SESSION_PIN && sessionpinlen) {
  ------------------
  |  |  419|  1.17k|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (451:7): [True: 0, False: 585]
  |  Branch (451:49): [True: 0, False: 0]
  ------------------
  452|      0|			*sessionpinlen = 0;
  453|      0|		}
  454|    585|	}
  455|       |
  456|  1.21k|	if (auth_info->auth_type == SC_PKCS15_PIN_AUTH_TYPE_PIN
  ------------------
  |  |   94|  2.42k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (456:6): [True: 1.21k, False: 0]
  ------------------
  457|  1.21k|			&& auth_info->auth_method != SC_AC_SESSION) {
  ------------------
  |  |  159|  1.21k|#define SC_AC_SESSION			0x00000100 /* Session PIN */
  ------------------
  |  Branch (457:7): [True: 1.21k, False: 0]
  ------------------
  458|  1.21k|		sc_notify_id(card->ctx, &card->reader->atr, p15card,
  459|  1.21k|				r == SC_SUCCESS ? NOTIFY_PIN_GOOD : NOTIFY_PIN_BAD);
  ------------------
  |  |   28|  1.21k|#define SC_SUCCESS				0
  ------------------
  |  Branch (459:5): [True: 629, False: 585]
  ------------------
  460|  1.21k|	}
  461|       |
  462|  1.29k|out:
  463|  1.29k|	sc_unlock(card);
  464|  1.29k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  1.29k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.29k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.29k|	int _ret = r; \
  |  |  |  |  155|  1.29k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.29k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.29k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    666|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 666, False: 629]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.29k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.29k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.29k|	return _ret; \
  |  |  |  |  163|  1.29k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  465|  1.29k|}
sc_pkcs15_change_pin:
  476|  7.15k|{
  477|  7.15k|	struct sc_context *ctx = p15card->card->ctx;
  478|  7.15k|	struct sc_pin_cmd_data data;
  479|  7.15k|	struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  480|  7.15k|	struct sc_card *card;
  481|  7.15k|	int r;
  482|       |
  483|  7.15k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  7.15k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  7.15k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  7.15k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  7.15k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7.15k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  484|  7.15k|	if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|  7.15k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (484:6): [True: 0, False: 7.15k]
  ------------------
  485|  7.15k|		LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  486|       |
  487|       |	/* make sure the pins are in valid range */
  488|  7.15k|	r = _validate_pin(p15card, auth_info, oldpinlen);
  489|  7.15k|	LOG_TEST_RET(ctx, r, "Old PIN value do not conform PIN policy");
  ------------------
  |  |  174|  7.15k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  7.15k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  7.15k|	int _ret = (r); \
  |  |  |  |  168|  7.15k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6.24k, False: 904]
  |  |  |  |  ------------------
  |  |  |  |  169|  6.24k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  6.24k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  6.24k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  6.24k|		return _ret; \
  |  |  |  |  172|  6.24k|	} \
  |  |  |  |  173|  7.15k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 904]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  490|       |
  491|    904|	r = _validate_pin(p15card, auth_info, newpinlen);
  492|    904|	LOG_TEST_RET(ctx, r, "New PIN value do not conform PIN policy");
  ------------------
  |  |  174|    904|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    904|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    904|	int _ret = (r); \
  |  |  |  |  168|    904|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 441, False: 463]
  |  |  |  |  ------------------
  |  |  |  |  169|    441|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    441|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    441|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    441|		return _ret; \
  |  |  |  |  172|    441|	} \
  |  |  |  |  173|    904|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 463]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  493|       |
  494|    463|	card = p15card->card;
  495|    463|	r = sc_lock(card);
  496|    463|	LOG_TEST_RET(ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|    463|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    463|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    463|	int _ret = (r); \
  |  |  |  |  168|    463|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 463]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    463|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 463]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  497|       |	/* the path in the pin object is optional */
  498|    463|	if ((auth_info->path.len > 0) || ((auth_info->path.aid.len > 0))) {
  ------------------
  |  Branch (498:6): [True: 167, False: 296]
  |  Branch (498:35): [True: 13, False: 283]
  ------------------
  499|    180|		r = sc_select_file(card, &auth_info->path, NULL);
  500|    180|		if (r)
  ------------------
  |  Branch (500:7): [True: 31, False: 149]
  ------------------
  501|     31|			goto out;
  502|    180|	}
  503|       |
  504|       |	/* set pin_cmd data */
  505|    432|	memset(&data, 0, sizeof(data));
  506|    432|	data.cmd             = SC_PIN_CMD_CHANGE;
  ------------------
  |  |  416|    432|#define SC_PIN_CMD_CHANGE	1
  ------------------
  507|    432|	data.pin_type        = SC_AC_CHV;
  ------------------
  |  |  151|    432|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  508|    432|	data.pin_reference   = auth_info->attrs.pin.reference;
  509|    432|	data.pin1.data       = oldpin;
  510|    432|	data.pin1.len        = oldpinlen;
  511|    432|	data.pin1.pad_char   = auth_info->attrs.pin.pad_char;
  512|    432|	data.pin1.min_length = auth_info->attrs.pin.min_length;
  513|    432|	data.pin1.max_length = auth_info->attrs.pin.max_length;
  514|    432|	data.pin1.pad_length = auth_info->attrs.pin.stored_length;
  515|    432|	data.pin2.data       = newpin;
  516|    432|	data.pin2.len        = newpinlen;
  517|    432|	data.pin2.pad_char   = auth_info->attrs.pin.pad_char;
  518|    432|	data.pin2.min_length = auth_info->attrs.pin.min_length;
  519|    432|	data.pin2.max_length = auth_info->attrs.pin.max_length;
  520|    432|	data.pin2.pad_length = auth_info->attrs.pin.stored_length;
  521|       |
  522|    432|	if (auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_NEEDS_PADDING)
  ------------------
  |  |   59|    432|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  |  Branch (522:6): [True: 200, False: 232]
  ------------------
  523|    200|		data.flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|    200|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  524|       |
  525|    432|	switch (auth_info->attrs.pin.type) {
  ------------------
  |  Branch (525:10): [True: 294, False: 138]
  ------------------
  526|      9|	case SC_PKCS15_PIN_TYPE_BCD:
  ------------------
  |  |   88|      9|#define SC_PKCS15_PIN_TYPE_BCD				0
  ------------------
  |  Branch (526:2): [True: 9, False: 423]
  ------------------
  527|      9|		data.pin1.encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|      9|#define SC_PIN_ENCODING_BCD	1
  ------------------
  528|      9|		data.pin2.encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|      9|#define SC_PIN_ENCODING_BCD	1
  ------------------
  529|      9|		break;
  530|    285|	case SC_PKCS15_PIN_TYPE_ASCII_NUMERIC:
  ------------------
  |  |   89|    285|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  |  Branch (530:2): [True: 285, False: 147]
  ------------------
  531|    285|		data.pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    285|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  532|    285|		data.pin2.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    285|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  533|    285|		break;
  534|    432|	}
  535|       |
  536|    432|	if((!oldpin || !newpin)
  ------------------
  |  Branch (536:6): [True: 0, False: 432]
  |  Branch (536:17): [True: 0, False: 432]
  ------------------
  537|      0|			&& (p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD
  ------------------
  |  |  376|      0|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (537:8): [True: 0, False: 0]
  ------------------
  538|      0|				|| p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)) {
  ------------------
  |  |  560|      0|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (538:8): [True: 0, False: 0]
  ------------------
  539|      0|		data.flags |= SC_PIN_CMD_USE_PINPAD;
  ------------------
  |  |  421|      0|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  540|      0|		if (auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_SO_PIN) {
  ------------------
  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  |  Branch (540:7): [True: 0, False: 0]
  ------------------
  541|      0|			data.pin1.prompt = "Please enter SO PIN";
  542|      0|			data.pin2.prompt = "Please enter new SO PIN";
  543|      0|		}
  544|      0|		else {
  545|      0|			data.pin1.prompt = "Please enter PIN";
  546|      0|			data.pin2.prompt = "Please enter new PIN";
  547|      0|		}
  548|      0|	}
  549|       |
  550|    432|	r = sc_pin_cmd(card, &data);
  551|    432|	auth_info->tries_left = data.pin1.tries_left;
  552|    432|	if (r == SC_SUCCESS)
  ------------------
  |  |   28|    432|#define SC_SUCCESS				0
  ------------------
  |  Branch (552:6): [True: 81, False: 351]
  ------------------
  553|     81|		sc_pkcs15_pincache_add(p15card, pin_obj, newpin, newpinlen);
  554|       |
  555|    463|out:
  556|    463|	sc_unlock(card);
  557|    463|	return r;
  558|    432|}
sc_pkcs15_unblock_pin:
  567|  7.15k|{
  568|  7.15k|	struct sc_context *ctx = p15card->card->ctx;
  569|  7.15k|	struct sc_pin_cmd_data data;
  570|  7.15k|	struct sc_pkcs15_object *puk_obj;
  571|  7.15k|	struct sc_pkcs15_auth_info *puk_info = NULL;
  572|  7.15k|	int pukref = 0;
  573|  7.15k|	struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  574|  7.15k|	struct sc_card *card = p15card->card;
  575|  7.15k|	int r;
  576|       |
  577|  7.15k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  7.15k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  7.15k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  7.15k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  7.15k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7.15k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  578|  7.15k|	if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|  7.15k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (578:6): [True: 0, False: 7.15k]
  ------------------
  579|  7.15k|		LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  580|       |
  581|       |	/* make sure the pins are in valid range */
  582|  7.15k|	r = _validate_pin(p15card, auth_info, newpinlen);
  583|  7.15k|	LOG_TEST_RET(ctx, r, "New PIN value do not conform PIN policy");
  ------------------
  |  |  174|  7.15k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  7.15k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  7.15k|	int _ret = (r); \
  |  |  |  |  168|  7.15k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6.60k, False: 552]
  |  |  |  |  ------------------
  |  |  |  |  169|  6.60k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  6.60k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  6.60k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  6.60k|		return _ret; \
  |  |  |  |  172|  6.60k|	} \
  |  |  |  |  173|  7.15k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 552]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  584|       |
  585|       |	/* get pin_info object of the puk (this is a little bit complicated
  586|       |	 * as we don't have the id of the puk (at least now))
  587|       |	 * note: for compatibility reasons we give no error if no puk object
  588|       |	 * is found */
  589|       |	/* first step: try to get the pkcs15 object of the puk */
  590|    552|	r = sc_pkcs15_find_pin_by_auth_id(p15card, &pin_obj->auth_id, &puk_obj);
  591|    552|	if (r >= 0 && puk_obj) {
  ------------------
  |  Branch (591:6): [True: 236, False: 316]
  |  Branch (591:16): [True: 236, False: 0]
  ------------------
  592|       |		/* second step:  get the pkcs15 info object of the puk */
  593|    236|		puk_info = (struct sc_pkcs15_auth_info *)puk_obj->data;
  594|    236|		pukref = puk_info->attrs.pin.reference;
  595|    236|	}
  596|       |
  597|    552|	if (!puk_info) {
  ------------------
  |  Branch (597:6): [True: 316, False: 236]
  ------------------
  598|    316|		sc_log(ctx, "Unable to get puk object, using pin object instead!");
  ------------------
  |  |   71|    316|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  599|    316|		puk_info = auth_info;
  600|    316|	}
  601|       |	/* make sure the puk is in valid range */
  602|    552|	r = _validate_pin(p15card, puk_info, puklen);
  603|    552|	LOG_TEST_RET(ctx, r, "PIN do not conforms PIN policy");
  ------------------
  |  |  174|    552|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    552|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    552|	int _ret = (r); \
  |  |  |  |  168|    552|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 157, False: 395]
  |  |  |  |  ------------------
  |  |  |  |  169|    157|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    157|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    157|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    157|		return _ret; \
  |  |  |  |  172|    157|	} \
  |  |  |  |  173|    552|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 395]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|       |
  605|       |	/*
  606|       |	 * With the current card driver interface we have no way of specifying different padding
  607|       |	 * flags for the PIN and the PUK. Therefore reject this case.
  608|       |	 */
  609|    395|	if ((auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_NEEDS_PADDING) !=
  ------------------
  |  |   59|    395|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  |  Branch (609:6): [True: 0, False: 395]
  ------------------
  610|    395|	    (puk_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_NEEDS_PADDING)) {
  ------------------
  |  |   59|    395|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  611|      0|		LOG_TEST_RET(ctx, r, "Padding mismatch for PIN/PUK");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  612|      0|	}
  613|       |
  614|    395|	r = sc_lock(card);
  615|    395|	LOG_TEST_RET(ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|    395|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    395|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    395|	int _ret = (r); \
  |  |  |  |  168|    395|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 395]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    395|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 395]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  616|       |
  617|       |	/* the path in the pin object is optional */
  618|    395|	if ((auth_info->path.len > 0) || ((auth_info->path.aid.len > 0))) {
  ------------------
  |  Branch (618:6): [True: 163, False: 232]
  |  Branch (618:35): [True: 13, False: 219]
  ------------------
  619|    176|		r = sc_select_file(card, &auth_info->path, NULL);
  620|    176|		if (r)
  ------------------
  |  Branch (620:7): [True: 36, False: 140]
  ------------------
  621|     36|			goto out;
  622|    176|	}
  623|       |
  624|       |	/* set pin_cmd data */
  625|    359|	memset(&data, 0, sizeof(data));
  626|    359|	data.cmd             = SC_PIN_CMD_UNBLOCK;
  ------------------
  |  |  417|    359|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  627|    359|	data.pin_type        = SC_AC_CHV;
  ------------------
  |  |  151|    359|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  628|    359|	data.pin_reference   = auth_info->attrs.pin.reference;
  629|    359|	data.puk_reference   = pukref;
  630|    359|	data.pin1.data       = puk;
  631|    359|	data.pin1.len        = puklen;
  632|    359|	data.pin1.pad_char   = puk_info->attrs.pin.pad_char;
  633|    359|	data.pin1.min_length = puk_info->attrs.pin.min_length;
  634|    359|	data.pin1.max_length = puk_info->attrs.pin.max_length;
  635|    359|	data.pin1.pad_length = puk_info->attrs.pin.stored_length;
  636|    359|	data.pin2.data       = newpin;
  637|    359|	data.pin2.len        = newpinlen;
  638|    359|	data.pin2.pad_char   = auth_info->attrs.pin.pad_char;
  639|    359|	data.pin2.min_length = auth_info->attrs.pin.min_length;
  640|    359|	data.pin2.max_length = auth_info->attrs.pin.max_length;
  641|    359|	data.pin2.pad_length = auth_info->attrs.pin.stored_length;
  642|       |
  643|    359|	if (auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_NEEDS_PADDING)
  ------------------
  |  |   59|    359|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  |  Branch (643:6): [True: 194, False: 165]
  ------------------
  644|    194|		data.flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|    194|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  645|       |
  646|    359|	switch (auth_info->attrs.pin.type) {
  ------------------
  |  Branch (646:10): [True: 223, False: 136]
  ------------------
  647|      7|	case SC_PKCS15_PIN_TYPE_BCD:
  ------------------
  |  |   88|      7|#define SC_PKCS15_PIN_TYPE_BCD				0
  ------------------
  |  Branch (647:2): [True: 7, False: 352]
  ------------------
  648|      7|		data.pin1.encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|      7|#define SC_PIN_ENCODING_BCD	1
  ------------------
  649|      7|		break;
  650|    216|	case SC_PKCS15_PIN_TYPE_ASCII_NUMERIC:
  ------------------
  |  |   89|    216|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  |  Branch (650:2): [True: 216, False: 143]
  ------------------
  651|    216|		data.pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    216|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  652|    216|		break;
  653|    359|	}
  654|       |
  655|    359|	switch (puk_info->attrs.pin.type) {
  ------------------
  |  Branch (655:10): [True: 218, False: 141]
  ------------------
  656|      7|	case SC_PKCS15_PIN_TYPE_BCD:
  ------------------
  |  |   88|      7|#define SC_PKCS15_PIN_TYPE_BCD				0
  ------------------
  |  Branch (656:2): [True: 7, False: 352]
  ------------------
  657|      7|		data.pin2.encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|      7|#define SC_PIN_ENCODING_BCD	1
  ------------------
  658|      7|		break;
  659|    211|	case SC_PKCS15_PIN_TYPE_ASCII_NUMERIC:
  ------------------
  |  |   89|    211|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  |  Branch (659:2): [True: 211, False: 148]
  ------------------
  660|    211|		data.pin2.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    211|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  661|    211|		break;
  662|    359|	}
  663|       |
  664|    359|	if((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD
  ------------------
  |  |  376|    718|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (664:6): [True: 0, False: 359]
  ------------------
  665|    359|				|| p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)) {
  ------------------
  |  |  560|    359|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (665:8): [True: 0, False: 359]
  ------------------
  666|      0|		data.flags |= SC_PIN_CMD_USE_PINPAD;
  ------------------
  |  |  421|      0|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  667|      0|		if (auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_SO_PIN) {
  ------------------
  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  |  Branch (667:7): [True: 0, False: 0]
  ------------------
  668|      0|			data.pin1.prompt = "Please enter PUK";
  669|      0|			data.pin2.prompt = "Please enter new SO PIN";
  670|      0|		}
  671|      0|		else {
  672|      0|			data.pin1.prompt = "Please enter PUK";
  673|      0|			data.pin2.prompt = "Please enter new PIN";
  674|      0|		}
  675|      0|	}
  676|       |
  677|    359|	r = sc_pin_cmd(card, &data);
  678|    359|	auth_info->tries_left = data.pin1.tries_left;
  679|    359|	if (r == SC_SUCCESS)
  ------------------
  |  |   28|    359|#define SC_SUCCESS				0
  ------------------
  |  Branch (679:6): [True: 67, False: 292]
  ------------------
  680|     67|		sc_pkcs15_pincache_add(p15card, pin_obj, newpin, newpinlen);
  681|       |
  682|    395|out:
  683|    395|	sc_unlock(card);
  684|    395|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    395|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    395|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    395|	int _ret = r; \
  |  |  |  |  155|    395|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 395, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    395|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    328|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 328, False: 67]
  |  |  |  |  ------------------
  |  |  |  |  157|    395|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    395|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    395|	return _ret; \
  |  |  |  |  163|    395|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  685|    395|}
sc_pkcs15_get_pin_info:
  689|  7.15k|{
  690|  7.15k|	int r;
  691|  7.15k|	struct sc_pin_cmd_data data;
  692|  7.15k|	struct sc_card *card = p15card->card;
  693|  7.15k|	struct sc_context *ctx = card->ctx;
  694|  7.15k|	struct sc_pkcs15_auth_info *pin_info = (struct sc_pkcs15_auth_info *) pin_obj->data;
  695|       |
  696|  7.15k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  7.15k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  7.15k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  7.15k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  7.15k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7.15k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  697|       |
  698|  7.15k|	r = sc_lock(card);
  699|  7.15k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|  7.15k|#define SC_SUCCESS				0
  ------------------
  |  Branch (699:6): [True: 0, False: 7.15k]
  ------------------
  700|      0|		return r;
  701|       |
  702|  7.15k|	if (pin_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)   {
  ------------------
  |  |   94|  7.15k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (702:6): [True: 0, False: 7.15k]
  ------------------
  703|      0|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  704|      0|		goto out;
  705|      0|	}
  706|       |
  707|       |	/* the path in the pin object is optional */
  708|  7.15k|	if ((pin_info->path.len > 0) || ((pin_info->path.aid.len > 0))) {
  ------------------
  |  Branch (708:6): [True: 911, False: 6.24k]
  |  Branch (708:34): [True: 378, False: 5.86k]
  ------------------
  709|  1.28k|		r = sc_select_file(card, &pin_info->path, NULL);
  710|  1.28k|		if (r)
  ------------------
  |  Branch (710:7): [True: 574, False: 715]
  ------------------
  711|    574|			goto out;
  712|  1.28k|	}
  713|       |
  714|       |	/* Try to update PIN info from card */
  715|  6.57k|	memset(&data, 0, sizeof(data));
  716|  6.57k|	data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|  6.57k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  717|  6.57k|	data.pin_type = pin_info->auth_method;
  718|  6.57k|	data.pin_reference = pin_info->attrs.pin.reference;
  719|       |
  720|  6.57k|	r = sc_pin_cmd(card, &data);
  721|  6.57k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  6.57k|#define SC_SUCCESS				0
  ------------------
  |  Branch (721:6): [True: 1.12k, False: 5.45k]
  ------------------
  722|  1.12k|		if (data.pin1.max_tries > 0)
  ------------------
  |  Branch (722:7): [True: 6, False: 1.12k]
  ------------------
  723|      6|			pin_info->max_tries = data.pin1.max_tries;
  724|  1.12k|		pin_info->tries_left = data.pin1.tries_left;
  725|  1.12k|		pin_info->logged_in = data.pin1.logged_in;
  726|  1.12k|	}
  727|       |
  728|  7.15k|out:
  729|  7.15k|	sc_unlock(card);
  730|  7.15k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  7.15k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.15k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.15k|	int _ret = r; \
  |  |  |  |  155|  7.15k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.15k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.15k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  6.02k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6.02k, False: 1.12k]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.15k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.15k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  7.15k|	return _ret; \
  |  |  |  |  163|  7.15k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  731|  7.15k|}
sc_pkcs15_free_auth_info:
  735|  7.76k|{
  736|  7.76k|	free(auth_info);
  737|  7.76k|}
sc_pkcs15_pincache_add:
  743|  1.04k|{
  744|  1.04k|	struct sc_context *ctx = p15card->card->ctx;
  745|  1.04k|	struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  746|  1.04k|	struct sc_pkcs15_object *obj = NULL;
  747|  1.04k|	int r;
  748|       |
  749|  1.04k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.04k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.04k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.04k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.04k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  750|       |
  751|  1.04k|	if (!pin || !pinlen)   {
  ------------------
  |  Branch (751:6): [True: 0, False: 1.04k]
  |  Branch (751:14): [True: 0, False: 1.04k]
  ------------------
  752|      0|		sc_log(ctx, "No cache for zero length PIN");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  753|      0|		return;
  754|      0|	}
  755|  1.04k|	else if (!p15card->opts.use_pin_cache)   {
  ------------------
  |  Branch (755:11): [True: 20, False: 1.02k]
  ------------------
  756|     20|		sc_log(ctx, "PIN caching not enabled");
  ------------------
  |  |   71|     20|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  757|     20|		return;
  758|     20|	}
  759|  1.02k|	else if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)   {
  ------------------
  |  |   94|  1.02k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (759:11): [True: 0, False: 1.02k]
  ------------------
  760|      0|		sc_log(ctx, "only 'PIN' auth. object can be cached");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  761|      0|		return;
  762|      0|	}
  763|       |
  764|       |	/* If the PIN protects an object with user consent, don't cache it */
  765|       |
  766|  1.02k|	obj = p15card->obj_list;
  767|  6.88k|	while (obj != NULL) {
  ------------------
  |  Branch (767:9): [True: 5.87k, False: 1.01k]
  ------------------
  768|       |		/* Compare 'sc_pkcs15_object.auth_id' with 'sc_pkcs15_pin_info.auth_id'.
  769|       |		 * In accordance with PKCS#15 "6.1.8 CommonObjectAttributes" and
  770|       |		 * "6.1.16 CommonAuthenticationObjectAttributes" with the exception that
  771|       |		 * "CommonObjectAttributes.accessControlRules" are not taken into account. */
  772|       |
  773|  5.87k|		if (sc_pkcs15_compare_id(&obj->auth_id, &auth_info->auth_id)) {
  ------------------
  |  Branch (773:7): [True: 1.33k, False: 4.53k]
  ------------------
  774|       |			/* Caching is refused, if the protected object requires user consent */
  775|  1.33k|			if (!p15card->opts.pin_cache_ignore_user_consent) {
  ------------------
  |  Branch (775:8): [True: 1.33k, False: 0]
  ------------------
  776|  1.33k|				if (obj->user_consent > 0) {
  ------------------
  |  Branch (776:9): [True: 10, False: 1.32k]
  ------------------
  777|     10|					sc_log(ctx, "caching refused (user consent)");
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  778|     10|					return;
  779|     10|				}
  780|  1.33k|			}
  781|  1.33k|		}
  782|       |
  783|  5.86k|		obj = obj->next;
  784|  5.86k|	}
  785|       |
  786|  1.01k|	r = sc_pkcs15_allocate_object_content(ctx, pin_obj, pin, pinlen);
  787|  1.01k|	if (r != SC_SUCCESS)   {
  ------------------
  |  |   28|  1.01k|#define SC_SUCCESS				0
  ------------------
  |  Branch (787:6): [True: 0, False: 1.01k]
  ------------------
  788|      0|		sc_log(ctx, "Failed to allocate object content");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  789|      0|		return;
  790|      0|	}
  791|       |
  792|  1.01k|	pin_obj->usage_counter = 0;
  793|  1.01k|	sc_log(ctx, "PIN(%s) cached", pin_obj->label);
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  794|  1.01k|}
sc_pkcs15_pincache_revalidate:
  799|    461|{
  800|    461|	struct sc_context *ctx = p15card->card->ctx;
  801|    461|	sc_pkcs15_object_t *pin_obj;
  802|    461|	int r;
  803|       |
  804|    461|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    461|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    461|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    461|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    461|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 461]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  805|    461|	if (!p15card->opts.use_pin_cache)
  ------------------
  |  Branch (805:6): [True: 10, False: 451]
  ------------------
  806|     10|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|     10|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  807|       |
  808|       |	/*  Apps that do not support CK_ALWAYS_AUTHENTICATE
  809|       |	 *  may need pin_cache_ignore_user_consent = 1 */
  810|    451|	if (!p15card->opts.pin_cache_ignore_user_consent) {
  ------------------
  |  Branch (810:6): [True: 451, False: 0]
  ------------------
  811|    451|	    if (obj->user_consent)
  ------------------
  |  Branch (811:10): [True: 10, False: 441]
  ------------------
  812|     10|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|     10|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  813|    451|	}
  814|       |
  815|    441|	if ((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD
  ------------------
  |  |  376|    882|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (815:7): [True: 0, False: 441]
  ------------------
  816|    441|				|| p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH))
  ------------------
  |  |  560|    441|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (816:8): [True: 0, False: 441]
  ------------------
  817|      0|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      0|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  818|       |
  819|    441|	r = sc_pkcs15_find_pin_by_auth_id(p15card, &obj->auth_id, &pin_obj);
  820|    441|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    441|#define SC_SUCCESS				0
  ------------------
  |  Branch (820:6): [True: 23, False: 418]
  ------------------
  821|     23|		sc_log(ctx, "Could not find pin object for auth_id %s", sc_pkcs15_print_id(&obj->auth_id));
  ------------------
  |  |   71|     23|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  822|     23|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|     23|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  823|     23|	}
  824|       |
  825|    418|	if (pin_obj->usage_counter >= p15card->opts.pin_cache_counter) {
  ------------------
  |  Branch (825:6): [True: 0, False: 418]
  ------------------
  826|      0|		sc_pkcs15_free_object_content(pin_obj);
  827|      0|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      0|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  828|      0|	}
  829|       |
  830|    418|	if (!pin_obj->content.value || !pin_obj->content.len)
  ------------------
  |  Branch (830:6): [True: 27, False: 391]
  |  Branch (830:33): [True: 0, False: 391]
  ------------------
  831|     27|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|     27|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  832|       |
  833|    391|	pin_obj->usage_counter++;
  834|    391|	r = _sc_pkcs15_verify_pin(p15card, pin_obj, pin_obj->content.value, pin_obj->content.len);
  835|    391|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    391|#define SC_SUCCESS				0
  ------------------
  |  Branch (835:6): [True: 30, False: 361]
  ------------------
  836|       |		/* Ensure that wrong PIN isn't used again */
  837|     30|		sc_pkcs15_free_object_content(pin_obj);
  838|       |
  839|     30|		sc_log(ctx, "Verify PIN error %i", r);
  ------------------
  |  |   71|     30|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  840|     30|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|     30|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  841|     30|	}
  842|       |
  843|    361|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    361|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    361|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    361|	int _ret = r; \
  |  |  |  |  155|    361|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 361, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    361|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 361]
  |  |  |  |  ------------------
  |  |  |  |  157|    361|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    361|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    361|	return _ret; \
  |  |  |  |  163|    361|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|    361|}
pkcs15-pin.c:_validate_pin:
  261|  22.9k|{
  262|  22.9k|	size_t max_length;
  263|  22.9k|	if (p15card == NULL) {
  ------------------
  |  Branch (263:6): [True: 0, False: 22.9k]
  ------------------
  264|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  265|      0|	}
  266|       |
  267|       |	/* Ignore validation of the non-PIN authentication objects */
  268|  22.9k|	if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|  22.9k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (268:6): [True: 0, False: 22.9k]
  ------------------
  269|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  270|       |
  271|       |	/* prevent buffer overflow from hostile card */
  272|  22.9k|	if (auth_info->attrs.pin.stored_length > SC_MAX_PIN_SIZE)
  ------------------
  |  |   40|  22.9k|#define SC_MAX_PIN_SIZE			256 /* OpenPGP card has 254 max */
  ------------------
  |  Branch (272:6): [True: 0, False: 22.9k]
  ------------------
  273|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  274|       |
  275|       |	/* if we use pinpad, no more checks are needed */
  276|  22.9k|	if ((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD
  ------------------
  |  |  376|  45.8k|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (276:7): [True: 0, False: 22.9k]
  ------------------
  277|  22.9k|				|| p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)
  ------------------
  |  |  560|  22.9k|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (277:8): [True: 0, False: 22.9k]
  ------------------
  278|      0|		   	&& !pinlen)
  ------------------
  |  Branch (278:10): [True: 0, False: 0]
  ------------------
  279|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  280|       |
  281|       |	/* If pin is given, make sure it is within limits */
  282|  22.9k|	max_length = auth_info->attrs.pin.max_length != 0 ? auth_info->attrs.pin.max_length : SC_MAX_PIN_SIZE;
  ------------------
  |  |   40|  23.5k|#define SC_MAX_PIN_SIZE			256 /* OpenPGP card has 254 max */
  ------------------
  |  Branch (282:15): [True: 22.3k, False: 597]
  ------------------
  283|  22.9k|	if (pinlen > max_length || pinlen < auth_info->attrs.pin.min_length)
  ------------------
  |  Branch (283:6): [True: 1.84k, False: 21.0k]
  |  Branch (283:29): [True: 17.8k, False: 3.21k]
  ------------------
  284|  19.6k|		return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|  19.6k|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
  285|       |
  286|  3.21k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.21k|#define SC_SUCCESS				0
  ------------------
  287|  22.9k|}

sc_pkcs15emu_piv_init_ex:
 1301|  12.5k|{
 1302|  12.5k|	sc_card_t   *card = p15card->card;
 1303|  12.5k|	sc_context_t    *ctx = card->ctx;
 1304|       |
 1305|  12.5k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  12.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  12.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  12.5k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 12.5k]
  |  |  ------------------
  ------------------
 1306|       |
 1307|  12.5k|	if (piv_detect_card(p15card))
  ------------------
  |  Branch (1307:6): [True: 11.5k, False: 1.01k]
  ------------------
 1308|  11.5k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  11.5k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
 1309|  1.01k|	return sc_pkcs15emu_piv_init(p15card);
 1310|  12.5k|}
pkcs15-piv.c:piv_detect_card:
  237|  12.5k|{
  238|  12.5k|	sc_card_t *card = p15card->card;
  239|       |
  240|  12.5k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  12.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  12.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  12.5k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 12.5k]
  |  |  ------------------
  ------------------
  241|  12.5k|	if (card->type < SC_CARD_TYPE_PIV_II_BASE
  ------------------
  |  Branch (241:6): [True: 4.76k, False: 7.79k]
  ------------------
  242|  7.79k|		|| card->type >= SC_CARD_TYPE_PIV_II_BASE + 1000)
  ------------------
  |  Branch (242:6): [True: 6.78k, False: 1.01k]
  ------------------
  243|  11.5k|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  11.5k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  244|  1.01k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.01k|#define SC_SUCCESS				0
  ------------------
  245|  12.5k|}
pkcs15-piv.c:sc_pkcs15emu_piv_init:
  249|  1.01k|{
  250|       |
  251|       |	/* The cert objects will return all the data */
  252|       |	/* Note: pkcs11 objects do not have CK_ID values */
  253|       |
  254|       |	// clang-format off
  255|  1.01k|	static const objdata objects[] = {
  256|  1.01k|	{"01", "Card Capability Container",
  257|  1.01k|			"2.16.840.1.101.3.7.1.219.0", NULL, "DB00", 0},
  258|  1.01k|	{"02", "Card Holder Unique Identifier",
  259|  1.01k|			"2.16.840.1.101.3.7.2.48.0", NULL, "3000", 0},
  260|  1.01k|	{"03", "Unsigned Card Holder Unique Identifier",
  261|  1.01k|			"2.16.840.1.101.3.7.2.48.2", NULL, "3010", 0},
  262|  1.01k|	{"04", "X.509 Certificate for PIV Authentication",
  263|  1.01k|			"2.16.840.1.101.3.7.2.1.1", NULL, "0101", 0},
  264|  1.01k|	{"05", "Cardholder Fingerprints",
  265|  1.01k|			"2.16.840.1.101.3.7.2.96.16", "01", "6010", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  266|  1.01k|	{"06", "Printed Information",
  267|  1.01k|			"2.16.840.1.101.3.7.2.48.1", "01", "3001", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  268|  1.01k|	{"07", "Cardholder Facial Image",
  269|  1.01k|			"2.16.840.1.101.3.7.2.96.48", "01", "6030", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  270|  1.01k|	{"08", "X.509 Certificate for Digital Signature",
  271|  1.01k|			"2.16.840.1.101.3.7.2.1.0",  NULL, "0100", 0},
  272|  1.01k|	{"09", "X.509 Certificate for Key Management",
  273|  1.01k|			"2.16.840.1.101.3.7.2.1.2", NULL, "0102", 0},
  274|  1.01k|	{"10","X.509 Certificate for Card Authentication",
  275|  1.01k|			"2.16.840.1.101.3.7.2.5.0", NULL, "0500", 0},
  276|  1.01k|	{"11", "Security Object",
  277|  1.01k|			"2.16.840.1.101.3.7.2.144.0", NULL, "9000", 0},
  278|  1.01k|	{"12", "Discovery Object",
  279|  1.01k|			"2.16.840.1.101.3.7.2.96.80", NULL, "6050", 0},
  280|  1.01k|	{"13", "Key History Object",
  281|  1.01k|			"2.16.840.1.101.3.7.2.96.96", NULL, "6060", 0},
  282|  1.01k|	{"14", "Cardholder Iris Image",
  283|  1.01k|			"2.16.840.1.101.3.7.2.16.21", NULL, "1015", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  284|       |
  285|  1.01k|	{"15", "Retired X.509 Certificate for Key Management 1",
  286|  1.01k|			"2.16.840.1.101.3.7.2.16.1", NULL, "1001", 0},
  287|  1.01k|	{"16", "Retired X.509 Certificate for Key Management 2",
  288|  1.01k|			"2.16.840.1.101.3.7.2.16.2", NULL, "1002", 0},
  289|  1.01k|	{"17", "Retired X.509 Certificate for Key Management 3",
  290|  1.01k|			"2.16.840.1.101.3.7.2.16.3", NULL, "1003", 0},
  291|  1.01k|	{"18", "Retired X.509 Certificate for Key Management 4",
  292|  1.01k|			"2.16.840.1.101.3.7.2.16.4", NULL, "1004", 0},
  293|  1.01k|	{"19", "Retired X.509 Certificate for Key Management 5",
  294|  1.01k|			"2.16.840.1.101.3.7.2.16.5", NULL, "1005", 0},
  295|  1.01k|	{"20", "Retired X.509 Certificate for Key Management 6",
  296|  1.01k|			"2.16.840.1.101.3.7.2.16.6", NULL, "1006", 0},
  297|  1.01k|	{"21", "Retired X.509 Certificate for Key Management 7",
  298|  1.01k|			"2.16.840.1.101.3.7.2.16.7", NULL, "1007", 0},
  299|  1.01k|	{"22", "Retired X.509 Certificate for Key Management 8",
  300|  1.01k|			"2.16.840.1.101.3.7.2.16.8", NULL, "1008", 0},
  301|  1.01k|	{"23", "Retired X.509 Certificate for Key Management 9",
  302|  1.01k|			"2.16.840.1.101.3.7.2.16.9", NULL, "1009", 0},
  303|  1.01k|	{"24", "Retired X.509 Certificate for Key Management 10",
  304|  1.01k|			"2.16.840.1.101.3.7.2.16.10", NULL, "100A", 0},
  305|  1.01k|	{"25", "Retired X.509 Certificate for Key Management 11",
  306|  1.01k|			"2.16.840.1.101.3.7.2.16.11", NULL, "100B", 0},
  307|  1.01k|	{"26", "Retired X.509 Certificate for Key Management 12",
  308|  1.01k|			"2.16.840.1.101.3.7.2.16.12", NULL, "100C", 0},
  309|  1.01k|	{"27", "Retired X.509 Certificate for Key Management 13",
  310|  1.01k|			"2.16.840.1.101.3.7.2.16.13", NULL, "100D", 0},
  311|  1.01k|	{"28", "Retired X.509 Certificate for Key Management 14",
  312|  1.01k|			"2.16.840.1.101.3.7.2.16.14", NULL, "100E", 0},
  313|  1.01k|	{"29", "Retired X.509 Certificate for Key Management 15",
  314|  1.01k|			"2.16.840.1.101.3.7.2.16.15", NULL, "100F", 0},
  315|  1.01k|	{"30", "Retired X.509 Certificate for Key Management 16",
  316|  1.01k|			"2.16.840.1.101.3.7.2.16.16", NULL, "1010", 0},
  317|  1.01k|	{"31", "Retired X.509 Certificate for Key Management 17",
  318|  1.01k|			"2.16.840.1.101.3.7.2.16.17", NULL, "1011", 0},
  319|  1.01k|	{"32", "Retired X.509 Certificate for Key Management 18",
  320|  1.01k|			"2.16.840.1.101.3.7.2.16.18", NULL, "1012", 0},
  321|  1.01k|	{"33", "Retired X.509 Certificate for Key Management 19",
  322|  1.01k|			"2.16.840.1.101.3.7.2.16.19", NULL, "1013", 0},
  323|  1.01k|	{"34", "Retired X.509 Certificate for Key Management 20",
  324|  1.01k|			"2.16.840.1.101.3.7.2.16.20", NULL, "1014", 0},
  325|       |	/* new in 800-73-4 */
  326|  1.01k|	{"35", "Biometric Information Templates Group Template",
  327|  1.01k|			"2.16.840.1.101.3.7.2.16.22", NULL, "1016", 0},
  328|  1.01k|	{"36", "Secure Messaging Certificate Signer",
  329|  1.01k|			"2.16.840.1.101.3.7.2.16.23", NULL, "1017", 0},
  330|  1.01k|	{"37", "Pairing Code Reference Data Container",
  331|  1.01k|			"2.16.840.1.101.3.7.2.16.24", NULL, "1018", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  332|  1.01k|	{NULL, NULL, NULL, NULL, NULL, 0}
  333|  1.01k|	};
  334|       |	// clang-format on
  335|       |	/* NIST 800-73-1 lifted the restriction on
  336|       |	 * requiring pin protected certs. Thus the default is to
  337|       |	 * not require this.
  338|       |	 *
  339|       |	 * Certs will be pulled out from the cert objects
  340|       |	 * But there may be extra certs (SM Signer cert) that do
  341|       |	 * not have a private keys on the card. These certs must be last
  342|       |	 */
  343|       |
  344|       |	/* Any certs on card without private key must be last */
  345|  1.01k|#define PIV_NUM_CERTS 25
  346|  1.01k|#define PIV_NUM_KEYS  24
  347|       |
  348|       |	// clang-format off
  349|  1.01k|	static const cdata certs[PIV_NUM_CERTS] = {
  350|  1.01k|		{"01", "Certificate for PIV Authentication", "0101cece", 0, 0},
  351|  1.01k|		{"02", "Certificate for Digital Signature", "0100cece", 0, 0},
  352|  1.01k|		{"03", "Certificate for Key Management", "0102cece", 0, 0},
  353|  1.01k|		{"04", "Certificate for Card Authentication", "0500cece", 0, 0},
  354|  1.01k|		{"05", "Retired Certificate for Key Management 1", "1001cece", 0, 0},
  355|  1.01k|		{"06", "Retired Certificate for Key Management 2", "1002cece", 0, 0},
  356|  1.01k|		{"07", "Retired Certificate for Key Management 3", "1003cece", 0, 0},
  357|  1.01k|		{"08", "Retired Certificate for Key Management 4", "1004cece", 0, 0},
  358|  1.01k|		{"09", "Retired Certificate for Key Management 5", "1005cece", 0, 0},
  359|  1.01k|		{"10", "Retired Certificate for Key Management 6", "1006cece", 0, 0},
  360|  1.01k|		{"11", "Retired Certificate for Key Management 7", "1007cece", 0, 0},
  361|  1.01k|		{"12", "Retired Certificate for Key Management 8", "1008cece", 0, 0},
  362|  1.01k|		{"13", "Retired Certificate for Key Management 9", "1009cece", 0, 0},
  363|  1.01k|		{"14", "Retired Certificate for Key Management 10", "100Acece", 0, 0},
  364|  1.01k|		{"15", "Retired Certificate for Key Management 11", "100Bcece", 0, 0},
  365|  1.01k|		{"16", "Retired Certificate for Key Management 12", "100Ccece", 0, 0},
  366|  1.01k|		{"17", "Retired Certificate for Key Management 13", "100Dcece", 0, 0},
  367|  1.01k|		{"18", "Retired Certificate for Key Management 14", "100Ecece", 0, 0},
  368|  1.01k|		{"19", "Retired Certificate for Key Management 15", "100Fcece", 0, 0},
  369|  1.01k|		{"20", "Retired Certificate for Key Management 16", "1010cece", 0, 0},
  370|  1.01k|		{"21", "Retired Certificate for Key Management 17", "1011cece", 0, 0},
  371|  1.01k|		{"22", "Retired Certificate for Key Management 18", "1012cece", 0, 0},
  372|  1.01k|		{"23", "Retired Certificate for Key Management 19", "1013cece", 0, 0},
  373|  1.01k|		{"24", "Retired Certificate for Key Management 20", "1014cece", 0, 0},
  374|       |		/* Yubikey Attestation uses "25" but not read via GET_DATA */
  375|  1.01k|		{"81", "Secure Messaging Certificate Signer",   "1017cece", 0, 0} /* no keys on card */
  376|  1.01k|	};
  377|       |	// clang-format on
  378|       |
  379|       |	// clang-format off
  380|  1.01k|	static const pindata pins[] = {
  381|  1.01k|		{ "01", "PIN", "", 0x80,
  382|       |		  /* label, flag  and ref will change if using global pin */
  383|  1.01k|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|  1.01k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  384|  1.01k|		  8, 4, 8,
  385|  1.01k|		  SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|  1.01k|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  386|  1.01k|		  SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|  1.01k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  387|  1.01k|		  SC_PKCS15_PIN_FLAG_LOCAL,
  ------------------
  |  |   55|  1.01k|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  388|  1.01k|		  -1, 0xFF,
  389|  1.01k|		  SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  390|       |
  391|  1.01k|		{ "02", "PIV PUK", "", 0x81,
  392|  1.01k|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|  1.01k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  393|  1.01k|		  8, 4, 8,
  394|  1.01k|		  SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|  1.01k|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  395|  1.01k|		  SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|  1.01k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  396|  1.01k|		  SC_PKCS15_PIN_FLAG_SO_PIN |
  ------------------
  |  |   61|  1.01k|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  397|  1.01k|		  SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN,
  ------------------
  |  |   60|  1.01k|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
  398|  1.01k|		  -1, 0xFF,
  399|  1.01k|		  SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  400|       |
  401|       |		/* only used with minidriver */
  402|  1.01k|		{ "03", "PIN", "", 0x80,
  403|       |		  /* used in minidriver as the sign key and for 9C key */
  404|       |		  /* label, flag  and ref will change if using global pin */
  405|  1.01k|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|  1.01k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  406|  1.01k|		  8, 4, 8,
  407|  1.01k|		  SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|  1.01k|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  408|  1.01k|		  SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|  1.01k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  409|  1.01k|		  SC_PKCS15_PIN_FLAG_LOCAL,
  ------------------
  |  |   55|  1.01k|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  410|  1.01k|		  -1, 0xFF,
  411|  1.01k|		  SC_PKCS15_CO_FLAG_PRIVATE, 1}, /* only use if cardmod */
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  412|  1.01k|		{ NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
  413|  1.01k|	};
  414|       |	// clang-format on
  415|       |
  416|       |
  417|       |	/*
  418|       |	 * The size of the key or the algid is not really known
  419|       |	 * but can be derived from the certificates.
  420|       |	 * the cert, pubkey and privkey are a set.
  421|       |	 * Key usages bits taken from pkcs15v1_1 Table 2
  422|       |	 * RSA and EC have different sets of usage
  423|       |	 */
  424|       |	// clang-format off
  425|  1.01k|	static const pubdata pubkeys[PIV_NUM_KEYS] = {
  426|  1.01k|		{ "01", "PIV AUTH pubkey",
  427|  1.01k|			 	/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT |
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  428|  1.01k|			 		SC_PKCS15_PRKEY_USAGE_WRAP |
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  429|  1.01k|					SC_PKCS15_PRKEY_USAGE_VERIFY |
  ------------------
  |  |  311|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  430|  1.01k|					SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER,
  ------------------
  |  |  312|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  431|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_VERIFY,
  ------------------
  |  |  311|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  432|  1.01k|			"9A06", 0x9A, NULL, 0, "PIV_9A_KEY"},
  433|  1.01k|		{ "02", "SIGN pubkey",
  434|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT |
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  435|  1.01k|					SC_PKCS15_PRKEY_USAGE_VERIFY |
  ------------------
  |  |  311|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  436|  1.01k|					SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER |
  ------------------
  |  |  312|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  437|  1.01k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION,
  ------------------
  |  |  314|  1.01k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  438|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_VERIFY |
  ------------------
  |  |  311|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  439|  1.01k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION,
  ------------------
  |  |  314|  1.01k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  440|  1.01k|			"9C06", 0x9C, NULL, 0, "PIV_9C_KEY"},
  441|  1.01k|		{ "03", "KEY MAN pubkey",
  442|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT| SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT| SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  443|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  444|  1.01k|			"9D06", 0x9D, NULL, 0, "PIV_9D_KEY"},
  445|  1.01k|		{ "04", "CARD AUTH pubkey",
  446|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_VERIFY |
  ------------------
  |  |  311|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  447|  1.01k|					SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER,
  ------------------
  |  |  312|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  448|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_VERIFY,
  ------------------
  |  |  311|  1.01k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  449|  1.01k|			"9E06", 0x9E, NULL, 0, "PIV_9E_KEY"},  /* no pin, and avail in contactless */
  450|       |
  451|  1.01k|		{ "05", "Retired KEY MAN 1",
  452|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  453|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  454|  1.01k|			 "8206", 0x82, NULL, 0, "PIV_82_KEY"},
  455|  1.01k|		{ "06", "Retired KEY MAN 2",
  456|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  457|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  458|  1.01k|			 "8306", 0x83, NULL, 0, "PIV_83_KEY"},
  459|  1.01k|		{ "07", "Retired KEY MAN 3",
  460|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  461|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  462|  1.01k|			 "8406", 0x84, NULL, 0, "PIV_84_KEY"},
  463|  1.01k|		{ "08", "Retired KEY MAN 4",
  464|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  465|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  466|  1.01k|			 "8506", 0x85, NULL, 0, "PIV_85_KEY"},
  467|  1.01k|		{ "09", "Retired KEY MAN 5",
  468|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  469|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  470|  1.01k|			 "8606", 0x86, NULL, 0, "PIV_86_KEY"},
  471|  1.01k|		{ "10", "Retired KEY MAN 6",
  472|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  473|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  474|  1.01k|			 "8706", 0x87, NULL, 0, "PIV_87_KEY"},
  475|  1.01k|		{ "11", "Retired KEY MAN 7",
  476|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  477|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  478|  1.01k|			 "8806", 0x88, NULL, 0, "PIV_88_KEY"},
  479|  1.01k|		{ "12", "Retired KEY MAN 8",
  480|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  481|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  482|  1.01k|			 "8906", 0x89, NULL, 0, "PIV_89_KEY"},
  483|  1.01k|		{ "13", "Retired KEY MAN 9",
  484|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  485|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  486|  1.01k|			 "8A06", 0x8A, NULL, 0, "PIV_8A_KEY"},
  487|  1.01k|		{ "14", "Retired KEY MAN 10",
  488|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  489|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  490|  1.01k|			 "8B06", 0x8B, NULL, 0, "PIV_8B_KEY"},
  491|  1.01k|		{ "15", "Retired KEY MAN 11",
  492|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  493|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  494|  1.01k|			 "8C06", 0x8C, NULL, 0, "PIV_8C_KEY"},
  495|  1.01k|		{ "16", "Retired KEY MAN 12",
  496|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  497|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  498|  1.01k|			 "8D06", 0x8D, NULL, 0, "PIV_8D_KEY"},
  499|  1.01k|		{ "17", "Retired KEY MAN 13",
  500|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  501|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  502|  1.01k|			 "8E06", 0x8E, NULL, 0, "PIV_8E_KEY"},
  503|  1.01k|		{ "18", "Retired KEY MAN 14",
  504|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  505|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  506|  1.01k|			 "8F06", 0x8F, NULL, 0, "PIV_8F_KEY"},
  507|  1.01k|		{ "19", "Retired KEY MAN 15",
  508|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  509|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  510|  1.01k|			 "9006", 0x90, NULL, 0, "PIV_90_KEY"},
  511|  1.01k|		{ "20", "Retired KEY MAN 16",
  512|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  513|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  514|  1.01k|			 "9106", 0x91, NULL, 0, "PIV_91_KEY"},
  515|  1.01k|		{ "21", "Retired KEY MAN 17",
  516|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  517|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  518|  1.01k|			 "9206", 0x92, NULL, 0, "PIV_92_KEY"},
  519|  1.01k|		{ "22", "Retired KEY MAN 18",
  520|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  521|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  522|  1.01k|			 "9306", 0x93, NULL, 0, "PIV_93_KEY"},
  523|  1.01k|		{ "23", "Retired KEY MAN 19",
  524|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  525|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  526|  1.01k|			 "9406", 0x94, NULL, 0, "PIV_94_KEY"},
  527|  1.01k|		{ "24", "Retired KEY MAN 20",
  528|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.01k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.01k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  529|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  530|  1.01k|			 "9506", 0x95, NULL, 0, "PIV_95_KEY"}
  531|  1.01k|	};
  532|       |	// clang-format on
  533|       |
  534|       |/*
  535|       | * Note some of the SC_PKCS15_PRKEY values are dependent
  536|       | * on the key algorithm, and will be reset.
  537|       |
  538|       | * No SM Signer private Key on card
  539|       | * The 04 SM ECC CVC pubkey is in response to SELECT AID
  540|       | */
  541|       |	// clang-format off
  542|  1.01k|	static const prdata prkeys[PIV_NUM_KEYS] = {
  543|  1.01k|		{ "01", "PIV AUTH key",
  544|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT |
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  545|  1.01k|					SC_PKCS15_PRKEY_USAGE_UNWRAP |
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  546|  1.01k|					SC_PKCS15_PRKEY_USAGE_SIGN |
  ------------------
  |  |  307|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  547|  1.01k|					SC_PKCS15_PRKEY_USAGE_SIGNRECOVER,
  ------------------
  |  |  308|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  548|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  549|  1.01k|			"", 0x9A, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  550|  1.01k|		{ "02", "SIGN key",
  551|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT |
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  552|  1.01k|					SC_PKCS15_PRKEY_USAGE_SIGN |
  ------------------
  |  |  307|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  553|  1.01k|					SC_PKCS15_PRKEY_USAGE_SIGNRECOVER |
  ------------------
  |  |  308|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  554|  1.01k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION,
  ------------------
  |  |  314|  1.01k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  555|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_SIGN |
  ------------------
  |  |  307|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  556|  1.01k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION,
  ------------------
  |  |  314|  1.01k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  557|  1.01k|			"", 0x9C, "01", SC_PKCS15_CO_FLAG_PRIVATE, 1}, /* use sign pin and user_consent */
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  558|  1.01k|		{ "03", "KEY MAN key",
  559|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  560|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  561|  1.01k|			"", 0x9D, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  562|  1.01k|		{ "04", "CARD AUTH key",
  563|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_SIGN |
  ------------------
  |  |  307|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  564|  1.01k|				SC_PKCS15_PRKEY_USAGE_SIGNRECOVER,
  ------------------
  |  |  308|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  565|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|  1.01k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  566|  1.01k|			"", 0x9E, NULL, 0, 0}, /* no PIN needed, works with wireless */
  567|  1.01k|		{ "05", "Retired KEY MAN 1",
  568|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  569|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  570|  1.01k|			"", 0x82, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  571|  1.01k|		{ "06", "Retired KEY MAN 2",
  572|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  573|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  574|  1.01k|			"", 0x83, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  575|  1.01k|		{ "07", "Retired KEY MAN 3",
  576|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  577|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  578|  1.01k|			"", 0x84, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  579|  1.01k|		{ "08", "Retired KEY MAN 4",
  580|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  581|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  582|  1.01k|			"", 0x85, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  583|  1.01k|		{ "09", "Retired KEY MAN 5",
  584|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  585|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  586|  1.01k|			"", 0x86, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  587|  1.01k|		{ "10", "Retired KEY MAN 6",
  588|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  589|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  590|  1.01k|			"", 0x87, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  591|  1.01k|		{ "11", "Retired KEY MAN 7",
  592|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  593|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  594|  1.01k|			"", 0x88, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  595|  1.01k|		{ "12", "Retired KEY MAN 8",
  596|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  597|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  598|  1.01k|			"", 0x89, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  599|  1.01k|		{ "13", "Retired KEY MAN 9",
  600|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  601|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  602|  1.01k|			"", 0x8A, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  603|  1.01k|		{ "14", "Retired KEY MAN 10",
  604|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  605|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  606|  1.01k|			"", 0x8B, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  607|  1.01k|		{ "15", "Retired KEY MAN 11",
  608|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  609|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  610|  1.01k|			"", 0x8C, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  611|  1.01k|		{ "16", "Retired KEY MAN 12",
  612|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  613|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  614|  1.01k|			"", 0x8D, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  615|  1.01k|		{ "17", "Retired KEY MAN 13",
  616|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  617|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  618|  1.01k|			"", 0x8E, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  619|  1.01k|		{ "18", "Retired KEY MAN 14",
  620|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  621|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  622|  1.01k|			"", 0x8F, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  623|  1.01k|		{ "19", "Retired KEY MAN 15",
  624|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  625|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  626|  1.01k|			"", 0x90, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  627|  1.01k|		{ "20", "Retired KEY MAN 16",
  628|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  629|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  630|  1.01k|			"", 0x91, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  631|  1.01k|		{ "21", "Retired KEY MAN 17",
  632|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  633|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  634|  1.01k|			"", 0x92, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  635|  1.01k|		{ "22", "Retired KEY MAN 18",
  636|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  637|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  638|  1.01k|			"", 0x93, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  639|  1.01k|		{ "23", "Retired KEY MAN 19",
  640|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  641|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  642|  1.01k|			"", 0x94, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  643|  1.01k|		{ "24", "Retired KEY MAN 20",
  644|  1.01k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.01k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  645|  1.01k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.01k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  646|  1.01k|			"", 0x95, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0}
  ------------------
  |  |   50|  1.01k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  647|       |		/* SM Signer certificate does not have private key on card */
  648|  1.01k|	};
  649|       |	// clang-format on
  650|       |
  651|  1.01k|	int    r, i;
  652|  1.01k|	sc_card_t *card = p15card->card;
  653|  1.01k|	sc_serial_number_t serial;
  654|  1.01k|	char buf[SC_MAX_SERIALNR * 2 + 1];
  655|  1.01k|	common_key_info ckis[PIV_NUM_CERTS];
  656|  1.01k|	int follows_nist_fascn = 0;
  657|  1.01k|	char *token_name = NULL;
  658|       |
  659|  1.01k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.01k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.01k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.01k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.01k]
  |  |  ------------------
  ------------------
  660|       |
  661|  1.01k|	memset(&serial, 0, sizeof(serial));
  662|       |
  663|       |	/* could read this off card if needed */
  664|       |
  665|       |	/* CSP does not like a - in the name */
  666|  1.01k|	set_string(&p15card->tokeninfo->label, "PIV_II");
  667|  1.01k|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   42|  1.01k|#define MANU_ID		"piv_II "
  ------------------
  668|       |
  669|       |	/*
  670|       |	 * get serial number
  671|       |	 * We will use the FASC-N from the CHUID
  672|       |	 * Note we are not verifying CHUID, belongs to this card
  673|       |	 * but need serial number for Mac tokend
  674|       |	 */
  675|       |
  676|  1.01k|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
  677|  1.01k|	if (r < 0) {
  ------------------
  |  Branch (677:6): [True: 975, False: 39]
  ------------------
  678|    975|		sc_log(card->ctx, "sc_card_ctl rc=%d",r);
  ------------------
  |  |   71|    975|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  679|    975|		set_string(&p15card->tokeninfo->serial_number, "00000000");
  680|    975|	} else {
  681|     39|		sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
  682|     39|		set_string(&p15card->tokeninfo->serial_number, buf);
  683|     39|	}
  684|       |	/* US gov issued PIVs have CHUID with a FASCN that does not start with 9999 */
  685|  1.01k|	if (serial.len == 25 && !(serial.value[0] == 0xD4 && serial.value[1] == 0xE7 && serial.value[2] == 0x39 && (serial.value[3] | 0x7F) == 0xFF)) {
  ------------------
  |  Branch (685:6): [True: 37, False: 977]
  |  Branch (685:28): [True: 11, False: 26]
  |  Branch (685:55): [True: 9, False: 2]
  |  Branch (685:82): [True: 3, False: 6]
  |  Branch (685:109): [True: 1, False: 2]
  ------------------
  686|     36|	    follows_nist_fascn = 1;
  687|     36|	}
  688|       |
  689|  1.01k|	sc_log(card->ctx,  "PIV-II adding objects...");
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  690|       |
  691|       |	/* set other objects */
  692|  38.5k|	for (i = 0; objects[i].label; i++) {
  ------------------
  |  Branch (692:14): [True: 37.5k, False: 1.01k]
  ------------------
  693|  37.5k|		struct sc_pkcs15_data_info obj_info;
  694|  37.5k|		struct sc_pkcs15_object    obj_obj;
  695|       |
  696|  37.5k|		memset(&obj_info, 0, sizeof(obj_info));
  697|  37.5k|		memset(&obj_obj, 0, sizeof(obj_obj));
  698|  37.5k|		sc_pkcs15_format_id(objects[i].id, &obj_info.id);
  699|  37.5k|		sc_format_path(objects[i].path, &obj_info.path);
  700|       |
  701|       |		/* See if the object can not be present on the card */
  702|  37.5k|		r = sc_card_ctl(card, SC_CARDCTL_PIV_OBJECT_PRESENT, &obj_info.path);
  703|  37.5k|		if (r == 1)
  ------------------
  |  Branch (703:7): [True: 18.0k, False: 19.4k]
  ------------------
  704|  18.0k|			continue; /* Not on card, do not define the object */
  705|       |
  706|  19.4k|		strncpy(obj_info.app_label, objects[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  19.4k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  707|  19.4k|		r = sc_format_oid(&obj_info.app_oid, objects[i].aoid);
  708|  19.4k|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|  19.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (708:7): [True: 0, False: 19.4k]
  ------------------
  709|  19.4k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|       |
  711|       |		/* We can not read all the objects, as some need the PIN! */
  712|  19.4k|		if (objects[i].auth_id)
  ------------------
  |  Branch (712:7): [True: 3.04k, False: 16.4k]
  ------------------
  713|  3.04k|			sc_pkcs15_format_id(objects[i].auth_id, &obj_obj.auth_id);
  714|       |
  715|  19.4k|		strncpy(obj_obj.label, objects[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  19.4k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  716|  19.4k|		obj_obj.flags = objects[i].obj_flags;
  717|       |
  718|  19.4k|		r = sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_DATA_OBJECT,
  ------------------
  |  |  442|  19.4k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  719|  19.4k|			&obj_obj, &obj_info);
  720|       |
  721|  19.4k|		if (r < 0)
  ------------------
  |  Branch (721:7): [True: 0, False: 19.4k]
  ------------------
  722|  19.4k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  723|  19.4k|	}
  724|       |
  725|       |	/*
  726|       |	 * certs, pubkeys and priv keys are related and we assume
  727|       |	 * they are in order
  728|       |	 * We need to read the cert, get modulus and keylen
  729|       |	 * We use those for the pubkey, and priv key objects.
  730|       |	 * If no cert, then see if pubkey (i.e. we are initializing,
  731|       |	 * and the pubkey is in a file,) then add pubkey and privkey
  732|       |	 * If no cert and no pubkey, skip adding them.
  733|       |
  734|       |	 */
  735|       |	/* set certs */
  736|  1.01k|	sc_log(card->ctx,  "PIV-II adding certs...");
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  737|  26.3k|	for (i = 0; i < PIV_NUM_CERTS; i++) {
  ------------------
  |  |  345|  26.3k|#define PIV_NUM_CERTS 25
  ------------------
  |  Branch (737:14): [True: 25.3k, False: 1.01k]
  ------------------
  738|  25.3k|		struct sc_pkcs15_cert_info cert_info;
  739|  25.3k|		struct sc_pkcs15_object    cert_obj;
  740|  25.3k|		sc_pkcs15_der_t   cert_der;
  741|  25.3k|		sc_pkcs15_cert_t *cert_out = NULL;
  742|  25.3k|		int private_obj;
  743|       |
  744|  25.3k|		ckis[i].cert_found = 0;
  745|  25.3k|		ckis[i].key_alg = -1;
  746|  25.3k|		ckis[i].pubkey_found = 0;
  747|  25.3k|		ckis[i].pubkey_from_file = 0;
  748|  25.3k|		ckis[i].pubkey_len = 0;
  749|  25.3k|		ckis[i].pubkey_from_cert = NULL;
  750|  25.3k|		ckis[i].cert_keyUsage = 0;
  751|  25.3k|		ckis[i].cert_keyUsage_present = 0;
  752|  25.3k|		ckis[i].pub_usage = 0;
  753|  25.3k|		ckis[i].priv_usage = 0;
  754|       |
  755|  25.3k|		memset(&cert_info, 0, sizeof(cert_info));
  756|  25.3k|		memset(&cert_obj,  0, sizeof(cert_obj));
  757|       |
  758|  25.3k|		sc_pkcs15_format_id(certs[i].id, &cert_info.id);
  759|  25.3k|		cert_info.authority = certs[i].authority;
  760|  25.3k|		sc_format_path(certs[i].path, &cert_info.path);
  761|       |
  762|  25.3k|		strncpy(cert_obj.label, certs[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  25.3k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  763|  25.3k|		cert_obj.flags = certs[i].obj_flags;
  764|       |
  765|       |		/* See if the cert might be present or not. */
  766|  25.3k|		r = sc_card_ctl(card, SC_CARDCTL_PIV_OBJECT_PRESENT, &cert_info.path);
  767|  25.3k|		if (r == 1) {
  ------------------
  |  Branch (767:7): [True: 16.6k, False: 8.65k]
  ------------------
  768|  16.6k|			sc_log(card->ctx,  "Cert can not be present,i=%d", i);
  ------------------
  |  |   71|  16.6k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  769|  16.6k|			continue;
  770|  16.6k|		}
  771|       |
  772|  8.65k|		private_obj = cert_obj.flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|  8.65k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  773|  8.65k|		r = sc_pkcs15_read_file(p15card, &cert_info.path, &cert_der.value, &cert_der.len, private_obj);
  774|       |
  775|  8.65k|		if (r) {
  ------------------
  |  Branch (775:7): [True: 6.56k, False: 2.09k]
  ------------------
  776|  6.56k|			sc_log(card->ctx,  "No cert found,i=%d", i);
  ------------------
  |  |   71|  6.56k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  777|  6.56k|			continue;
  778|  6.56k|		}
  779|       |
  780|  2.09k|		ckis[i].cert_found = 1;
  781|       |		/* cache it using the PKCS15 emulation objects */
  782|       |		/* as it does not change */
  783|  2.09k|		if (cert_der.value) {
  ------------------
  |  Branch (783:7): [True: 2.09k, False: 0]
  ------------------
  784|  2.09k|			cert_info.value.value = cert_der.value;
  785|  2.09k|			cert_info.value.len = cert_der.len;
  786|  2.09k|			if (!p15card->opts.use_file_cache
  ------------------
  |  Branch (786:8): [True: 2.09k, False: 0]
  ------------------
  787|  2.09k|			    || (private_obj && !(p15card->opts.use_file_cache & SC_PKCS15_OPTS_CACHE_ALL_FILES))) {
  ------------------
  |  |  606|      0|#define SC_PKCS15_OPTS_CACHE_ALL_FILES			2
  ------------------
  |  Branch (787:12): [True: 0, False: 0]
  |  Branch (787:27): [True: 0, False: 0]
  ------------------
  788|  2.09k|				cert_info.path.len = 0; /* use in mem cert from now on */
  789|  2.09k|			}
  790|  2.09k|		}
  791|       |		/* following will find the cached cert in cert_info */
  792|  2.09k|		r =  sc_pkcs15_read_certificate(p15card, &cert_info, private_obj, &cert_out);
  793|  2.09k|		if (r < 0 || cert_out == NULL || cert_out->key == NULL) {
  ------------------
  |  Branch (793:7): [True: 748, False: 1.34k]
  |  Branch (793:16): [True: 0, False: 1.34k]
  |  Branch (793:36): [True: 10, False: 1.33k]
  ------------------
  794|    758|			sc_log(card->ctx,  "Failed to read/parse the certificate r=%d",r);
  ------------------
  |  |   71|    758|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  795|    758|			if (cert_out != NULL)
  ------------------
  |  Branch (795:8): [True: 10, False: 748]
  ------------------
  796|     10|				sc_pkcs15_free_certificate(cert_out);
  797|    758|			free(cert_der.value);
  798|    758|			continue;
  799|    758|		}
  800|       |
  801|       |		/* set the token name to the name of the CN of the first certificate */
  802|  1.33k|		if (!token_name) {
  ------------------
  |  Branch (802:7): [True: 1.30k, False: 26]
  ------------------
  803|  1.30k|			u8 * cn_name = NULL;
  804|  1.30k|			size_t cn_len = 0;
  805|  1.30k|			static const struct sc_object_id cn_oid = {{ 2, 5, 4, 3, -1 }};
  806|  1.30k|			r = sc_pkcs15_get_name_from_dn(card->ctx, cert_out->subject,
  807|  1.30k|				cert_out->subject_len, &cn_oid, &cn_name, &cn_len);
  808|  1.30k|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.30k|#define SC_SUCCESS				0
  ------------------
  |  Branch (808:8): [True: 12, False: 1.29k]
  ------------------
  809|     12|				token_name = malloc (cn_len+1);
  810|     12|				if (!token_name) {
  ------------------
  |  Branch (810:9): [True: 0, False: 12]
  ------------------
  811|      0|					sc_pkcs15_free_certificate(cert_out);
  812|      0|					free(cn_name);
  813|      0|					r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  814|      0|					LOG_TEST_GOTO_ERR(card->ctx, r,
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  815|      0|						"Failed to allocate memory");
  816|      0|				}
  817|     12|				memcpy(token_name, cn_name, cn_len);
  818|     12|				free(cn_name);
  819|     12|				token_name[cn_len] = 0;
  820|     12|				free(p15card->tokeninfo->label);
  821|     12|				p15card->tokeninfo->label = token_name;
  822|     12|			}
  823|  1.30k|		}
  824|       |
  825|       |		/*
  826|       |		 * get keyUsage if present save in ckis[i]
  827|       |		 * Will only use it if this in a non FED issued card
  828|       |		 * which has a CHUID with FASC-N not starting with 9999
  829|       |		 */
  830|       |
  831|  1.33k|		if (follows_nist_fascn == 0) {
  ------------------
  |  Branch (831:7): [True: 1.28k, False: 46]
  ------------------
  832|  1.28k|			struct sc_object_id keyUsage_oid={{2,5,29,15,-1}};
  833|  1.28k|			int r = 0;
  834|       |
  835|  1.28k|			r = sc_pkcs15_get_bitstring_extension(card->ctx, cert_out,
  836|  1.28k|				&keyUsage_oid,
  837|  1.28k|				&ckis[i].cert_keyUsage, NULL);
  838|  1.28k|			if ( r >= 0)
  ------------------
  |  Branch (838:9): [True: 0, False: 1.28k]
  ------------------
  839|      0|				ckis[i].cert_keyUsage_present = 1;
  840|       |				/* TODO if no key usage, we could set all uses */
  841|  1.28k|		}
  842|       |
  843|       |
  844|  1.33k|		ckis[i].key_alg = cert_out->key->algorithm;
  845|  1.33k|		switch (cert_out->key->algorithm) {
  846|    419|			case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|    419|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (846:4): [True: 419, False: 913]
  ------------------
  847|       |				/* save pubkey_len for pub and priv */
  848|    419|				ckis[i].pubkey_len = cert_out->key->u.rsa.modulus.len * 8;
  849|       |				/* See RFC 5280 and PKCS#11 V2.40 */
  850|    419|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (850:9): [True: 0, False: 419]
  ------------------
  851|      0|					if (ckis[i].cert_keyUsage & SC_X509_DIGITAL_SIGNATURE) {
  ------------------
  |  |  614|      0|#define SC_X509_DIGITAL_SIGNATURE     0x0001UL
  ------------------
  |  Branch (851:10): [True: 0, False: 0]
  ------------------
  852|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT /* extra*/
  ------------------
  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  853|      0|									|SC_PKCS15_PRKEY_USAGE_WRAP
  ------------------
  |  |  309|      0|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  854|      0|									|SC_PKCS15_PRKEY_USAGE_VERIFY
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  855|      0|									|SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  312|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  856|      0|					        ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT /*extra */
  ------------------
  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  857|      0|									|SC_PKCS15_PRKEY_USAGE_UNWRAP
  ------------------
  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  858|      0|									|SC_PKCS15_PRKEY_USAGE_SIGN
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  859|      0|									|SC_PKCS15_PRKEY_USAGE_SIGNRECOVER;
  ------------------
  |  |  308|      0|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  860|      0|					}
  861|      0|					if (ckis[i].cert_keyUsage & SC_X509_NON_REPUDIATION) {
  ------------------
  |  |  615|      0|#define SC_X509_NON_REPUDIATION       0x0002UL
  ------------------
  |  Branch (861:10): [True: 0, False: 0]
  ------------------
  862|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT /* extra */
  ------------------
  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  863|      0|									|SC_PKCS15_PRKEY_USAGE_NONREPUDIATION
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  864|      0|									|SC_PKCS15_PRKEY_USAGE_VERIFY
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  865|      0|									|SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  312|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  866|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT /*extra*/
  ------------------
  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  867|      0|									|SC_PKCS15_PRKEY_USAGE_NONREPUDIATION
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  868|      0|									|SC_PKCS15_PRKEY_USAGE_SIGN
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  869|      0|									|SC_PKCS15_PRKEY_USAGE_SIGNRECOVER;
  ------------------
  |  |  308|      0|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  870|      0|					}
  871|      0|					if (ckis[i].cert_keyUsage & SC_X509_KEY_ENCIPHERMENT) {
  ------------------
  |  |  616|      0|#define SC_X509_KEY_ENCIPHERMENT      0x0004UL
  ------------------
  |  Branch (871:10): [True: 0, False: 0]
  ------------------
  872|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT| SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT| SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  309|      0|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  873|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT| SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT| SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  874|      0|					}
  875|      0|					if (ckis[i].cert_keyUsage & SC_X509_DATA_ENCIPHERMENT) {
  ------------------
  |  |  617|      0|#define SC_X509_DATA_ENCIPHERMENT     0x0008UL
  ------------------
  |  Branch (875:10): [True: 0, False: 0]
  ------------------
  876|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT;
  ------------------
  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  877|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT;
  ------------------
  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  878|      0|					}
  879|      0|					if (ckis[i].cert_keyUsage & SC_X509_KEY_AGREEMENT) {
  ------------------
  |  |  618|      0|#define SC_X509_KEY_AGREEMENT         0x0010UL
  ------------------
  |  Branch (879:10): [True: 0, False: 0]
  ------------------
  880|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  881|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  882|      0|					}
  883|      0|					if (ckis[i].cert_keyUsage & SC_X509_KEY_CERT_SIGN) {
  ------------------
  |  |  619|      0|#define SC_X509_KEY_CERT_SIGN         0x0020UL
  ------------------
  |  Branch (883:10): [True: 0, False: 0]
  ------------------
  884|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY|SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
              						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY|SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  312|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  885|      0|						ckis[i].priv_usage |=  SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  886|      0|					}
  887|      0|					if (ckis[i].cert_keyUsage & SC_X509_CRL_SIGN) {
  ------------------
  |  |  620|      0|#define SC_X509_CRL_SIGN              0x0040UL
  ------------------
  |  Branch (887:10): [True: 0, False: 0]
  ------------------
  888|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY|SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
              						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY|SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER;
  ------------------
  |  |  312|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  889|      0|						ckis[i].priv_usage |=  SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  890|      0|					}
  891|      0|					if (ckis[i].cert_keyUsage & SC_X509_ENCIPHER_ONLY) {
  ------------------
  |  |  621|      0|#define SC_X509_ENCIPHER_ONLY         0x0080UL
  ------------------
  |  Branch (891:10): [True: 0, False: 0]
  ------------------
  892|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT|SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT|SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  309|      0|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  893|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  894|      0|					}
  895|      0|					if (ckis[i].cert_keyUsage & SC_X509_DECIPHER_ONLY) { /* TODO is this correct */
  ------------------
  |  |  622|      0|#define SC_X509_DECIPHER_ONLY         0x0100UL
  ------------------
  |  Branch (895:10): [True: 0, False: 0]
  ------------------
  896|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP;
  ------------------
  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  897|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT|SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT|SC_PKCS15_PRKEY_USAGE_WRAP;
  ------------------
  |  |  309|      0|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  898|      0|					}
  899|      0|				}
  900|    419|				break;
  901|       |
  902|    913|			case SC_ALGORITHM_EC:
  ------------------
  |  |   70|    913|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (902:4): [True: 913, False: 419]
  ------------------
  903|    913|			case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|    913|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (903:4): [True: 0, False: 1.33k]
  ------------------
  904|    913|			case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|    913|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (904:4): [True: 0, False: 1.33k]
  ------------------
  905|    913|				ckis[i].pubkey_len = cert_out->key->u.ec.params.field_length;
  906|    913|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (906:9): [True: 0, False: 913]
  ------------------
  907|      0|					if (ckis[i].cert_keyUsage & SC_X509_DIGITAL_SIGNATURE) {
  ------------------
  |  |  614|      0|#define SC_X509_DIGITAL_SIGNATURE     0x0001UL
  ------------------
  |  Branch (907:10): [True: 0, False: 0]
  ------------------
  908|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY;
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  909|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  910|      0|					}
  911|      0|					if (ckis[i].cert_keyUsage & SC_X509_NON_REPUDIATION) {
  ------------------
  |  |  615|      0|#define SC_X509_NON_REPUDIATION       0x0002UL
  ------------------
  |  Branch (911:10): [True: 0, False: 0]
  ------------------
  912|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  913|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  914|      0|					}
  915|      0|					if (ckis[i].cert_keyUsage & SC_X509_KEY_ENCIPHERMENT) {
  ------------------
  |  |  616|      0|#define SC_X509_KEY_ENCIPHERMENT      0x0004UL
  ------------------
  |  Branch (915:10): [True: 0, False: 0]
  ------------------
  916|      0|						ckis[i].pub_usage |= 0;
  917|      0|						ckis[i].priv_usage |= 0;
  918|      0|					}
  919|      0|					if (ckis[i].cert_keyUsage & SC_X509_DATA_ENCIPHERMENT) {
  ------------------
  |  |  617|      0|#define SC_X509_DATA_ENCIPHERMENT     0x0008UL
  ------------------
  |  Branch (919:10): [True: 0, False: 0]
  ------------------
  920|      0|						ckis[i].pub_usage |= 0;
  921|      0|						ckis[i].priv_usage |= 0;
  922|      0|					}
  923|      0|					if (ckis[i].cert_keyUsage & SC_X509_KEY_AGREEMENT) {
  ------------------
  |  |  618|      0|#define SC_X509_KEY_AGREEMENT         0x0010UL
  ------------------
  |  Branch (923:10): [True: 0, False: 0]
  ------------------
  924|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  925|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_DERIVE;
  ------------------
  |  |  313|      0|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  926|      0|					}
  927|      0|					if (ckis[i].cert_keyUsage & SC_X509_KEY_CERT_SIGN) {
  ------------------
  |  |  619|      0|#define SC_X509_KEY_CERT_SIGN         0x0020UL
  ------------------
  |  Branch (927:10): [True: 0, False: 0]
  ------------------
  928|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY;
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  929|      0|						ckis[i].priv_usage |= SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  930|      0|					}
  931|      0|					if (ckis[i].cert_keyUsage & SC_X509_CRL_SIGN) {
  ------------------
  |  |  620|      0|#define SC_X509_CRL_SIGN              0x0040UL
  ------------------
  |  Branch (931:10): [True: 0, False: 0]
  ------------------
  932|      0|						ckis[i].pub_usage |= SC_PKCS15_PRKEY_USAGE_VERIFY;
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  933|      0|						ckis[i].priv_usage |=  SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  934|      0|					}
  935|      0|					if (ckis[i].cert_keyUsage & SC_X509_ENCIPHER_ONLY) {
  ------------------
  |  |  621|      0|#define SC_X509_ENCIPHER_ONLY         0x0080UL
  ------------------
  |  Branch (935:10): [True: 0, False: 0]
  ------------------
  936|      0|						ckis[i].pub_usage |= 0;
  937|      0|						ckis[i].priv_usage |= 0;
  938|      0|					}
  939|      0|					if (ckis[i].cert_keyUsage & SC_X509_DECIPHER_ONLY) {
  ------------------
  |  |  622|      0|#define SC_X509_DECIPHER_ONLY         0x0100UL
  ------------------
  |  Branch (939:10): [True: 0, False: 0]
  ------------------
  940|      0|						ckis[i].pub_usage |= 0;
  941|      0|						ckis[i].priv_usage |= 0;
  942|      0|					}
  943|      0|				}
  944|    913|				break;
  945|       |
  946|      0|			default:
  ------------------
  |  Branch (946:4): [True: 0, False: 1.33k]
  ------------------
  947|      0|				sc_log(card->ctx, "Unsupported key.algorithm %lu", cert_out->key->algorithm);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  948|      0|				ckis[i].pubkey_len = 0; /* set some value for now */
  949|  1.33k|		}
  950|  1.33k|		if (i < PIV_NUM_KEYS) { /* Only save pub key if card can have private key */
  ------------------
  |  |  346|  1.33k|#define PIV_NUM_KEYS  24
  ------------------
  |  Branch (950:7): [True: 1.32k, False: 11]
  ------------------
  951|  1.32k|			ckis[i].pubkey_from_cert = cert_out->key;
  952|  1.32k|			cert_out->key = NULL;
  953|  1.32k|		}
  954|  1.33k|		sc_pkcs15_free_certificate(cert_out);
  955|       |
  956|  1.33k|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  957|  1.33k|		if (r < 0) {
  ------------------
  |  Branch (957:7): [True: 0, False: 1.33k]
  ------------------
  958|      0|			sc_log(card->ctx,  " Failed to add cert obj r=%d",r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  959|      0|			continue;
  960|      0|		}
  961|  1.33k|	}
  962|       |
  963|       |	/* set pins */
  964|  1.01k|	sc_log(card->ctx,  "PIV-II adding pins...");
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  965|  4.05k|	for (i = 0; pins[i].label; i++) {
  ------------------
  |  Branch (965:14): [True: 3.04k, False: 1.01k]
  ------------------
  966|  3.04k|		struct sc_pkcs15_auth_info pin_info;
  967|  3.04k|		struct sc_pkcs15_object   pin_obj;
  968|  3.04k|		const char * label;
  969|  3.04k|		int pin_ref;
  970|       |
  971|       |		/* the SignPIN is only used with minidriver */
  972|  3.04k|		if (pins[i].cardmod && (strcmp(card->ctx->app_name, "cardmod") != 0))
  ------------------
  |  Branch (972:7): [True: 1.01k, False: 2.02k]
  |  Branch (972:26): [True: 1.01k, False: 0]
  ------------------
  973|  1.01k|			continue;
  974|       |
  975|  2.02k|		memset(&pin_info, 0, sizeof(pin_info));
  976|  2.02k|		memset(&pin_obj,  0, sizeof(pin_obj));
  977|       |
  978|  2.02k|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|  2.02k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  979|  2.02k|		sc_pkcs15_format_id(pins[i].id, &pin_info.auth_id);
  980|  2.02k|		pin_info.attrs.pin.reference     = pins[i].ref;
  981|  2.02k|		pin_info.attrs.pin.flags         = pins[i].flags;
  982|  2.02k|		pin_info.attrs.pin.type          = pins[i].type;
  983|  2.02k|		pin_info.attrs.pin.min_length    = pins[i].minlen;
  984|  2.02k|		pin_info.attrs.pin.stored_length = pins[i].storedlen;
  985|  2.02k|		pin_info.attrs.pin.max_length    = pins[i].maxlen;
  986|  2.02k|		pin_info.attrs.pin.pad_char      = pins[i].pad_char;
  987|  2.02k|		pin_info.tries_left              = pins[i].tries_left;
  988|  2.02k|		sc_format_path(pins[i].path, &pin_info.path);
  989|       |
  990|  2.02k|		label = pins[i].label;
  991|  2.02k|		if ((i == 0 || pins[i].cardmod) &&
  ------------------
  |  Branch (991:8): [True: 1.01k, False: 1.01k]
  |  Branch (991:18): [True: 0, False: 1.01k]
  ------------------
  992|  1.01k|			sc_card_ctl(card, SC_CARDCTL_PIV_PIN_PREFERENCE,
  ------------------
  |  Branch (992:4): [True: 1.01k, False: 0]
  ------------------
  993|  1.01k|					&pin_ref) == 0 &&
  994|  1.01k|				pin_ref == 0x00) { /* must be 80 for PIV pin, or 00 for Global PIN */
  ------------------
  |  Branch (994:5): [True: 3, False: 1.01k]
  ------------------
  995|      3|			pin_info.attrs.pin.reference = pin_ref;
  996|      3|			label = "Global PIN";
  997|      3|		}
  998|       |
  999|  2.02k|		strncpy(pin_obj.label, label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  2.02k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1000|  2.02k|		pin_obj.flags = pins[i].obj_flags;
 1001|  2.02k|		if ((i == 0 || pins[i].cardmod)) {
  ------------------
  |  Branch (1001:8): [True: 1.01k, False: 1.01k]
  |  Branch (1001:18): [True: 0, False: 1.01k]
  ------------------
 1002|       |			/*
 1003|       |			 * according to description of "RESET RETRY COUNTER"
 1004|       |			 * command in specs PUK can only unblock PIV PIN
 1005|       |			 */
 1006|  1.01k|			pin_obj.auth_id.len = 1;
 1007|  1.01k|			pin_obj.auth_id.value[0] = 2;
 1008|  1.01k|		}
 1009|       |
 1010|  2.02k|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
 1011|  2.02k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add PIN");
  ------------------
  |  |  184|  2.02k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.02k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.02k|	int _ret = (r); \
  |  |  |  |  178|  2.02k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 2.02k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  2.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1012|  2.02k|	}
 1013|       |
 1014|       |	/* set public keys */
 1015|       |	/* We may only need this during initialization when genkey
 1016|       |	 * gets the pubkey, but it can not be read from the card
 1017|       |	 * at a later time. The piv-tool can stash  pubkey in file
 1018|       |	 */
 1019|  1.01k|	sc_log(card->ctx,  "PIV-II adding pub keys...");
  ------------------
  |  |   71|  1.01k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1020|  25.1k|	for (i = 0; i < PIV_NUM_KEYS; i++) {
  ------------------
  |  |  346|  25.1k|#define PIV_NUM_KEYS  24
  ------------------
  |  Branch (1020:14): [True: 24.1k, False: 1.00k]
  ------------------
 1021|  24.1k|		struct sc_pkcs15_pubkey_info pubkey_info;
 1022|  24.1k|		struct sc_pkcs15_object     pubkey_obj;
 1023|  24.1k|		struct sc_pkcs15_pubkey *p15_key = NULL;
 1024|       |
 1025|  24.1k|		memset(&pubkey_info, 0, sizeof(pubkey_info));
 1026|  24.1k|		memset(&pubkey_obj,  0, sizeof(pubkey_obj));
 1027|       |
 1028|       |
 1029|  24.1k|		sc_pkcs15_format_id(pubkeys[i].id, &pubkey_info.id);
 1030|  24.1k|		pubkey_info.native        = 1;
 1031|  24.1k|		pubkey_info.key_reference = pubkeys[i].ref;
 1032|       |
 1033|       |//		sc_format_path(pubkeys[i].path, &pubkey_info.path);
 1034|       |
 1035|  24.1k|		strncpy(pubkey_obj.label, pubkeys[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  24.1k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1036|       |
 1037|  24.1k|		pubkey_obj.flags = pubkeys[i].obj_flags;
 1038|       |
 1039|  24.1k|		if (pubkeys[i].auth_id)
  ------------------
  |  Branch (1039:7): [True: 0, False: 24.1k]
  ------------------
 1040|      0|			sc_pkcs15_format_id(pubkeys[i].auth_id, &pubkey_obj.auth_id);
 1041|       |
 1042|       |		/* If no cert found, piv-tool may have stashed the pubkey
 1043|       |		 * so we can use it when generating a certificate request
 1044|       |		 * The file is a OpenSSL DER EVP_KEY, which looks like
 1045|       |		 * a certificate subjectPublicKeyInfo.
 1046|       |		 *
 1047|       |		 */
 1048|  24.1k|		if (ckis[i].cert_found == 0 ) { /*  no cert found */
  ------------------
  |  Branch (1048:7): [True: 22.0k, False: 2.06k]
  ------------------
 1049|  22.0k|			char * filename = NULL;
 1050|       |
 1051|  22.0k|			sc_log(card->ctx, "No cert for this pub key i=%d",i);
  ------------------
  |  |   71|  22.0k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1052|       |
 1053|       |			/*
 1054|       |			 * If we used the piv-tool to generate a key,
 1055|       |			 * we would have saved the public key as a file.
 1056|       |			 * This code is only used while signing a request
 1057|       |			 * After the certificate is loaded on the card,
 1058|       |			 * the public key is extracted from the certificate.
 1059|       |			 */
 1060|       |
 1061|       |
 1062|  22.0k|			sc_log(card->ctx, "DEE look for env %s",
  ------------------
  |  |   71|  44.1k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 22.0k, False: 0]
  |  |  ------------------
  ------------------
 1063|  22.0k|					pubkeys[i].getenvname?pubkeys[i].getenvname:"NULL");
 1064|       |
 1065|  22.0k|			if (pubkeys[i].getenvname == NULL)
  ------------------
  |  Branch (1065:8): [True: 0, False: 22.0k]
  ------------------
 1066|      0|				continue;
 1067|       |
 1068|  22.0k|			filename = getenv(pubkeys[i].getenvname);
 1069|  22.0k|			sc_log(card->ctx, "DEE look for file %s", filename?filename:"NULL");
  ------------------
  |  |   71|  44.1k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 0, False: 22.0k]
  |  |  ------------------
  ------------------
 1070|  22.0k|			if (filename == NULL)
  ------------------
  |  Branch (1070:8): [True: 22.0k, False: 0]
  ------------------
 1071|  22.0k|				continue;
 1072|       |
 1073|      0|			sc_log(card->ctx, "Adding pubkey from file %s",filename);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1074|       |
 1075|      0|			r = sc_pkcs15_pubkey_from_spki_file(card->ctx,  filename, &p15_key);
 1076|      0|			if (r < 0) {
  ------------------
  |  Branch (1076:8): [True: 0, False: 0]
  ------------------
 1077|      0|				free(p15_key);
 1078|      0|				continue;
 1079|      0|			}
 1080|       |
 1081|       |			/* Lets also try another method. */
 1082|      0|			r = sc_pkcs15_encode_pubkey_as_spki(card->ctx, p15_key, &pubkey_info.direct.spki.value, &pubkey_info.direct.spki.len);
 1083|      0|			LOG_TEST_GOTO_ERR(card->ctx, r, "SPKI encode public key error");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1084|       |
 1085|       |			/* Only get here if no cert, and the the above found the
 1086|       |			 * pub key file (actually the SPKI version). This only
 1087|       |			 * happens when trying initializing a card and have set
 1088|       |			 * env PIV_9A_KEY or 9C, 9D, 9E to point at the file.
 1089|       |			 *
 1090|       |			 * We will cache it using the PKCS15 emulation objects
 1091|       |			 */
 1092|       |
 1093|      0|			pubkey_info.path.len = 0;
 1094|       |
 1095|      0|			ckis[i].key_alg = p15_key->algorithm;
 1096|      0|			switch (p15_key->algorithm) {
 1097|      0|				case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1097:5): [True: 0, False: 0]
  ------------------
 1098|       |					/* save pubkey_len in pub and priv */
 1099|      0|					ckis[i].pubkey_len = p15_key->u.rsa.modulus.len * 8;
 1100|      0|					ckis[i].pubkey_found = 1;
 1101|      0|					ckis[i].pubkey_from_file = 1;
 1102|      0|					break;
 1103|      0|				case SC_ALGORITHM_EC:
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1103:5): [True: 0, False: 0]
  ------------------
 1104|      0|				case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|      0|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1104:5): [True: 0, False: 0]
  ------------------
 1105|      0|				case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1105:5): [True: 0, False: 0]
  ------------------
 1106|      0|					ckis[i].key_alg = p15_key->algorithm;
 1107|      0|					ckis[i].pubkey_len = p15_key->u.ec.params.field_length;
 1108|      0|					ckis[i].pubkey_found = 1;
 1109|      0|					ckis[i].pubkey_from_file = 1;
 1110|      0|					break;
 1111|      0|				default:
  ------------------
  |  Branch (1111:5): [True: 0, False: 0]
  ------------------
 1112|      0|					sc_log(card->ctx, "Unsupported key_alg %lu", p15_key->algorithm);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1113|      0|					continue;
 1114|      0|			}
 1115|      0|			pubkey_obj.emulated = p15_key;
 1116|      0|			p15_key = NULL;
 1117|      0|		}
 1118|  2.06k|		else if (ckis[i].pubkey_from_cert)   {
  ------------------
  |  Branch (1118:12): [True: 1.32k, False: 748]
  ------------------
 1119|  1.32k|			r = sc_pkcs15_encode_pubkey_as_spki(card->ctx, ckis[i].pubkey_from_cert,
 1120|  1.32k|				&pubkey_info.direct.spki.value, &pubkey_info.direct.spki.len);
 1121|  1.32k|			LOG_TEST_GOTO_ERR(card->ctx, r, "SPKI encode public key error");
  ------------------
  |  |  184|  1.32k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.32k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.32k|	int _ret = (r); \
  |  |  |  |  178|  1.32k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 10, False: 1.31k]
  |  |  |  |  ------------------
  |  |  |  |  179|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     10|		goto err; \
  |  |  |  |  182|     10|	} \
  |  |  |  |  183|  1.32k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.31k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1122|       |
 1123|  1.31k|			pubkey_obj.emulated = ckis[i].pubkey_from_cert;
 1124|  1.31k|			ckis[i].pubkey_from_cert = NULL;
 1125|  1.31k|		}
 1126|       |
 1127|  2.05k|		sc_log(card->ctx, "adding pubkey for %d keyalg=%lu", i, ckis[i].key_alg);
  ------------------
  |  |   71|  2.05k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1128|  2.05k|		switch (ckis[i].key_alg) {
 1129|    407|			case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|    407|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1129:4): [True: 407, False: 1.65k]
  ------------------
 1130|    407|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (1130:9): [True: 0, False: 407]
  ------------------
 1131|      0|					pubkey_info.usage =  ckis[i].pub_usage;
 1132|    407|				} else {
 1133|    407|					pubkey_info.usage = pubkeys[i].usage_rsa;
 1134|    407|				}
 1135|    407|				pubkey_info.modulus_length = ckis[i].pubkey_len;
 1136|    407|				strncpy(pubkey_obj.label, pubkeys[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|    407|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1137|       |
 1138|       |				/* should not fail */
 1139|    407|				r = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
 1140|    407|				LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add RSA pubkey");
  ------------------
  |  |  184|    407|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    407|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    407|	int _ret = (r); \
  |  |  |  |  178|    407|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 407]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    407|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 407]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1141|       |
 1142|    407|				ckis[i].pubkey_found = 1;
 1143|    407|				break;
 1144|    904|			case SC_ALGORITHM_EC:
  ------------------
  |  |   70|    904|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1144:4): [True: 904, False: 1.15k]
  ------------------
 1145|    904|			case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|    904|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1145:4): [True: 0, False: 2.05k]
  ------------------
 1146|    904|			case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|    904|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1146:4): [True: 0, False: 2.05k]
  ------------------
 1147|    904|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (1147:9): [True: 0, False: 904]
  ------------------
 1148|      0|					pubkey_info.usage = ckis[i].pub_usage;
 1149|    904|				} else {
 1150|    904|					pubkey_info.usage = pubkeys[i].usage_ec;
 1151|    904|				}
 1152|       |
 1153|    904|				pubkey_info.field_length = ckis[i].pubkey_len;
 1154|    904|				strncpy(pubkey_obj.label, pubkeys[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|    904|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1155|       |
 1156|       |				/* should not fail */
 1157|       |
 1158|    904|				if (ckis[i].key_alg == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|    904|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1158:9): [True: 0, False: 904]
  ------------------
 1159|      0|					r = sc_pkcs15emu_add_eddsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
 1160|    904|				else if (ckis[i].key_alg == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|    904|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1160:14): [True: 0, False: 904]
  ------------------
 1161|      0|					r = sc_pkcs15emu_add_xeddsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
 1162|    904|				else
 1163|    904|					r = sc_pkcs15emu_add_ec_pubkey(p15card, &pubkey_obj, &pubkey_info);
 1164|       |
 1165|    904|				LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add EC pubkey");
  ------------------
  |  |  184|    904|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    904|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    904|	int _ret = (r); \
  |  |  |  |  178|    904|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 904]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|    904|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 904]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1166|       |
 1167|    904|				ckis[i].pubkey_found = 1;
 1168|    904|				break;
 1169|    748|			default:
  ------------------
  |  Branch (1169:4): [True: 748, False: 1.31k]
  ------------------
 1170|    748|				sc_log(card->ctx, "key_alg %lu not supported", ckis[i].key_alg);
  ------------------
  |  |   71|    748|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1171|    748|				continue;
 1172|  2.05k|		}
 1173|  1.31k|		sc_log(card->ctx, "USAGE: cert_keyUsage_present:%d usage:0x%8.8x",
  ------------------
  |  |   71|  1.31k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1174|  1.31k|				ckis[i].cert_keyUsage_present, pubkey_info.usage);
 1175|  1.31k|	}
 1176|       |
 1177|       |
 1178|       |	/* set private keys */
 1179|  1.00k|	sc_log(card->ctx,  "PIV-II adding private keys...");
  ------------------
  |  |   71|  1.00k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1180|  25.1k|	for (i = 0; i < PIV_NUM_KEYS; i++) {
  ------------------
  |  |  346|  25.1k|#define PIV_NUM_KEYS  24
  ------------------
  |  Branch (1180:14): [True: 24.0k, False: 1.00k]
  ------------------
 1181|  24.0k|		struct sc_pkcs15_prkey_info prkey_info;
 1182|  24.0k|		struct sc_pkcs15_object     prkey_obj;
 1183|  24.0k|		u8 pin_policy = prkeys[i].ref;
 1184|       |
 1185|  24.0k|		memset(&prkey_info, 0, sizeof(prkey_info));
 1186|  24.0k|		memset(&prkey_obj,  0, sizeof(prkey_obj));
 1187|       |
 1188|  24.0k|		if (ckis[i].cert_found == 0 && ckis[i].pubkey_found == 0)
  ------------------
  |  Branch (1188:7): [True: 22.0k, False: 2.05k]
  |  Branch (1188:34): [True: 22.0k, False: 0]
  ------------------
 1189|  22.0k|			continue; /* i.e. no cert or pubkey */
 1190|       |
 1191|  2.05k|		sc_pkcs15_format_id(prkeys[i].id, &prkey_info.id);
 1192|  2.05k|		prkey_info.native        = 1;
 1193|  2.05k|		prkey_info.key_reference = prkeys[i].ref;
 1194|  2.05k|		sc_format_path(prkeys[i].path, &prkey_info.path);
 1195|       |
 1196|  2.05k|		strncpy(prkey_obj.label, prkeys[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  2.05k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1197|  2.05k|		prkey_obj.flags = prkeys[i].obj_flags;
 1198|  2.05k|		prkey_obj.user_consent = prkeys[i].user_consent; /* only Sign key */
 1199|       |
 1200|  2.05k|		r = sc_card_ctl(p15card->card, SC_CARDCTL_PIV_YK_PIN_POLICY, &pin_policy);
 1201|  2.05k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  2.05k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1201:7): [True: 17, False: 2.03k]
  ------------------
 1202|     17|			switch (pin_policy) {
 1203|      1|			case 0x01:
  ------------------
  |  Branch (1203:4): [True: 1, False: 16]
  ------------------
 1204|      1|				prkey_obj.flags &= ~SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|      1|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 1205|      1|				sc_log(card->ctx, "PIN is never checked");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1206|      1|				break;
 1207|     10|			case 0x02:
  ------------------
  |  Branch (1207:4): [True: 10, False: 7]
  ------------------
 1208|     10|				prkey_obj.user_consent = 0;
 1209|     10|				sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
 1210|     10|				sc_log(card->ctx, "PIN is checked once for the session");
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1211|     10|				break;
 1212|      1|			case 0x03:
  ------------------
  |  Branch (1212:4): [True: 1, False: 16]
  ------------------
 1213|      1|				prkey_obj.user_consent = 1;
 1214|      1|				sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
 1215|      1|				sc_log(card->ctx, "PIN is verified just before operation");
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1216|      1|				break;
 1217|      2|			case 0x00:
  ------------------
  |  Branch (1217:4): [True: 2, False: 15]
  ------------------
 1218|      5|			default:
  ------------------
  |  Branch (1218:4): [True: 3, False: 14]
  ------------------
 1219|      5|				sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
 1220|      5|				break;
 1221|     17|			}
 1222|     17|		} else
 1223|  2.03k|			sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
 1224|       |
 1225|       |		/* If using minidriver, use Sign PIN  for 9C key */
 1226|  2.05k|		if (prkey_obj.user_consent && (strcmp(card->ctx->app_name, "cardmod") == 0))
  ------------------
  |  Branch (1226:7): [True: 295, False: 1.75k]
  |  Branch (1226:33): [True: 0, False: 295]
  ------------------
 1227|      0|			sc_pkcs15_format_id("03", &prkey_obj.auth_id);
 1228|       |
 1229|       |		/*
 1230|       |		 * When no cert is present and a pubkey in a file was found,
 1231|       |		 * means the caller is initializing a card. A sign operation
 1232|       |		 * will be required to sign a certificate request even if
 1233|       |		 * normal usage would not allow it. Set SC_PKCS15_PRKEY_USAGE_SIGN
 1234|       |		 * TODO if code is added to allow key generation and request
 1235|       |		 * sign in the same session, similar code will be needed.
 1236|       |		 */
 1237|       |
 1238|  2.05k|		if (ckis[i].pubkey_from_file == 1) {
  ------------------
  |  Branch (1238:7): [True: 0, False: 2.05k]
  ------------------
 1239|      0|			prkey_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
 1240|      0|			sc_log(card->ctx,  "Adding SC_PKCS15_PRKEY_USAGE_SIGN");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1241|      0|		}
 1242|       |
 1243|  2.05k|		switch (ckis[i].key_alg) {
 1244|    407|			case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|    407|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1244:4): [True: 407, False: 1.64k]
  ------------------
 1245|    407|				if(ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (1245:8): [True: 0, False: 407]
  ------------------
 1246|      0|					prkey_info.usage |= ckis[i].priv_usage;
 1247|       |					/* If retired key and non gov cert has NONREPUDIATION, treat as user_consent */
 1248|      0|					if (i >= 4 && (ckis[i].priv_usage & SC_PKCS15_PRKEY_USAGE_NONREPUDIATION)) {
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  |  Branch (1248:10): [True: 0, False: 0]
  |  Branch (1248:20): [True: 0, False: 0]
  ------------------
 1249|      0|						prkey_obj.user_consent = 1;
 1250|      0|					}
 1251|    407|				} else {
 1252|    407|					prkey_info.usage |= prkeys[i].usage_rsa;
 1253|    407|				}
 1254|    407|				prkey_info.modulus_length= ckis[i].pubkey_len;
 1255|    407|				r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
 1256|    407|				break;
 1257|    901|			case SC_ALGORITHM_EC:
  ------------------
  |  |   70|    901|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1257:4): [True: 901, False: 1.14k]
  ------------------
 1258|    901|			case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|    901|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1258:4): [True: 0, False: 2.05k]
  ------------------
 1259|    901|			case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|    901|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1259:4): [True: 0, False: 2.05k]
  ------------------
 1260|    901|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (1260:9): [True: 0, False: 901]
  ------------------
 1261|      0|					prkey_info.usage  |= ckis[i].priv_usage;
 1262|       |					/* If retired key and non gov cert has NONREPUDIATION, treat as user_consent */
 1263|      0|					if (i >= 4 && (ckis[i].priv_usage & SC_PKCS15_PRKEY_USAGE_NONREPUDIATION)) {
  ------------------
  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  |  Branch (1263:10): [True: 0, False: 0]
  |  Branch (1263:20): [True: 0, False: 0]
  ------------------
 1264|      0|						prkey_obj.user_consent = 1;
 1265|      0|					}
 1266|    901|				} else {
 1267|    901|					prkey_info.usage  |= prkeys[i].usage_ec;
 1268|    901|				}
 1269|    901|				prkey_info.field_length = ckis[i].pubkey_len;
 1270|    901|				sc_log(card->ctx, "DEE added key_alg %2.2lx prkey_obj.flags %8.8x",
  ------------------
  |  |   71|    901|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1271|    901|					 ckis[i].key_alg, prkey_obj.flags);
 1272|       |
 1273|    901|				if (ckis[i].key_alg == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|    901|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1273:9): [True: 0, False: 901]
  ------------------
 1274|      0|					r = sc_pkcs15emu_add_eddsa_prkey(p15card, &prkey_obj, &prkey_info);
 1275|    901|				else if (ckis[i].key_alg == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|    901|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1275:14): [True: 0, False: 901]
  ------------------
 1276|      0|					r = sc_pkcs15emu_add_xeddsa_prkey(p15card, &prkey_obj, &prkey_info);
 1277|    901|				else
 1278|    901|					r = sc_pkcs15emu_add_ec_prkey(p15card, &prkey_obj, &prkey_info);
 1279|    901|				break;
 1280|    742|			default:
  ------------------
  |  Branch (1280:4): [True: 742, False: 1.30k]
  ------------------
 1281|    742|				sc_log(card->ctx, "Unsupported key_alg %lu", ckis[i].key_alg);
  ------------------
  |  |   71|    742|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1282|    742|				r = 0; /* we just skip this one */
 1283|  2.05k|		}
 1284|  2.05k|		sc_log(card->ctx, "USAGE: cert_keyUsage_present:%d usage:0x%8.8x", ckis[i].cert_keyUsage_present, prkey_info.usage);
  ------------------
  |  |   71|  2.05k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1285|  2.05k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add Private key");
  ------------------
  |  |  184|  2.05k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.05k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.05k|	int _ret = (r); \
  |  |  |  |  178|  2.05k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 2.05k]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|  2.05k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.05k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1286|  2.05k|	}
 1287|       |
 1288|  1.00k|	p15card->ops.get_guid = piv_get_guid;
 1289|       |
 1290|  1.00k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.00k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.00k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.00k|	int _ret = r; \
  |  |  |  |  155|  1.00k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.00k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.00k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.00k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.00k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.00k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.00k|	return _ret; \
  |  |  |  |  163|  1.00k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1291|     10|err:
 1292|    260|	for (i = 0; i < PIV_NUM_CERTS; i++) {
  ------------------
  |  |  345|    260|#define PIV_NUM_CERTS 25
  ------------------
  |  Branch (1292:14): [True: 250, False: 10]
  ------------------
 1293|    250|		sc_pkcs15_free_pubkey(ckis[i].pubkey_from_cert);
 1294|    250|	}
 1295|     10|	sc_pkcs15_card_clear(p15card);
 1296|     10|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     10|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     10|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     10|	int _ret = r; \
  |  |  |  |  155|     10|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     10|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1297|     10|}

sc_pkcs15_decode_prkdf_entry:
  157|     17|{
  158|     17|	sc_context_t *ctx = p15card->card->ctx;
  159|     17|	struct sc_pkcs15_prkey_info info;
  160|     17|	int r, i, gostr3410_params[3];
  161|     17|	struct sc_pkcs15_keyinfo_gostparams *keyinfo_gostparams;
  162|     17|	size_t usage_len = sizeof(info.usage);
  163|     17|	size_t af_len = sizeof(info.access_flags);
  164|     17|	struct sc_asn1_entry asn1_com_key_attr[C_ASN1_COM_KEY_ATTR_SIZE];
  165|     17|	struct sc_asn1_entry asn1_com_prkey_attr[C_ASN1_COM_PRKEY_ATTR_SIZE];
  166|     17|	struct sc_asn1_entry asn1_rsakey_attr[C_ASN1_RSAKEY_ATTR_SIZE];
  167|     17|	struct sc_asn1_entry asn1_prk_rsa_attr[C_ASN1_PRK_RSA_ATTR_SIZE];
  168|     17|	struct sc_asn1_entry asn1_gostr3410key_attr[C_ASN1_GOSTR3410KEY_ATTR_SIZE];
  169|     17|	struct sc_asn1_entry asn1_prk_gostr3410_attr[C_ASN1_PRK_GOSTR3410_ATTR_SIZE];
  170|     17|	struct sc_asn1_entry asn1_ecckey_attr[C_ASN1_ECCKEY_ATTR];
  171|     17|	struct sc_asn1_entry asn1_prk_ecc_attr[C_ASN1_PRK_ECC_ATTR];
  172|     17|	struct sc_asn1_entry asn1_prkey[C_ASN1_PRKEY_SIZE];
  173|     17|	struct sc_asn1_entry asn1_supported_algorithms[C_ASN1_SUPPORTED_ALGORITHMS_SIZE];
  174|     17|	struct sc_asn1_pkcs15_object rsa_prkey_obj = {obj, asn1_com_key_attr, asn1_com_prkey_attr, asn1_prk_rsa_attr};
  175|     17|	struct sc_asn1_pkcs15_object gostr3410_prkey_obj = {obj, asn1_com_key_attr, asn1_com_prkey_attr, asn1_prk_gostr3410_attr};
  176|     17|	struct sc_asn1_pkcs15_object ecc_prkey_obj = { obj, asn1_com_key_attr, asn1_com_prkey_attr, asn1_prk_ecc_attr };
  177|     17|	u8 ec_domain[32];
  178|     17|	size_t ec_domain_len = sizeof(ec_domain);
  179|       |
  180|     17|	sc_copy_asn1_entry(c_asn1_prkey, asn1_prkey);
  181|     17|	sc_copy_asn1_entry(c_asn1_supported_algorithms, asn1_supported_algorithms);
  182|       |
  183|     17|	sc_copy_asn1_entry(c_asn1_prk_rsa_attr, asn1_prk_rsa_attr);
  184|     17|	sc_copy_asn1_entry(c_asn1_rsakey_attr, asn1_rsakey_attr);
  185|     17|	sc_copy_asn1_entry(c_asn1_prk_gostr3410_attr, asn1_prk_gostr3410_attr);
  186|     17|	sc_copy_asn1_entry(c_asn1_gostr3410key_attr, asn1_gostr3410key_attr);
  187|     17|	sc_copy_asn1_entry(c_asn1_prk_ecc_attr, asn1_prk_ecc_attr);
  188|     17|	sc_copy_asn1_entry(c_asn1_ecckey_attr, asn1_ecckey_attr);
  189|       |
  190|     17|	sc_copy_asn1_entry(c_asn1_com_prkey_attr, asn1_com_prkey_attr);
  191|     17|	sc_copy_asn1_entry(c_asn1_com_key_attr, asn1_com_key_attr);
  192|       |
  193|     17|	sc_format_asn1_entry(asn1_prkey + 0, &rsa_prkey_obj, NULL, 0);
  194|     17|	sc_format_asn1_entry(asn1_prkey + 1, &ecc_prkey_obj, NULL, 0);
  195|     17|	sc_format_asn1_entry(asn1_prkey + 2, &gostr3410_prkey_obj, NULL, 0);
  196|       |
  197|     17|	sc_format_asn1_entry(asn1_prk_rsa_attr + 0, asn1_rsakey_attr, NULL, 0);
  198|     17|	sc_format_asn1_entry(asn1_prk_gostr3410_attr + 0, asn1_gostr3410key_attr, NULL, 0);
  199|     17|	sc_format_asn1_entry(asn1_prk_ecc_attr + 0, asn1_ecckey_attr, NULL, 0);
  200|       |
  201|     17|	sc_format_asn1_entry(asn1_rsakey_attr + 0, &info.path, NULL, 0);
  202|     17|	sc_format_asn1_entry(asn1_rsakey_attr + 1, &info.modulus_length, NULL, 0);
  203|       |
  204|     17|	sc_format_asn1_entry(asn1_gostr3410key_attr + 0, &info.path, NULL, 0);
  205|     17|	sc_format_asn1_entry(asn1_gostr3410key_attr + 1, &gostr3410_params[0], NULL, 0);
  206|     17|	sc_format_asn1_entry(asn1_gostr3410key_attr + 2, &gostr3410_params[1], NULL, 0);
  207|     17|	sc_format_asn1_entry(asn1_gostr3410key_attr + 3, &gostr3410_params[2], NULL, 0);
  208|       |
  209|     17|	sc_format_asn1_entry(asn1_ecckey_attr + 0, &info.path, NULL, 0);
  210|     17|	sc_format_asn1_entry(asn1_ecckey_attr + 1, &info.field_length, NULL, 0);
  211|     17|	sc_format_asn1_entry(asn1_ecckey_attr + 3, ec_domain, &ec_domain_len, 0);
  212|       |
  213|     17|	sc_format_asn1_entry(asn1_com_key_attr + 0, &info.id, NULL, 0);
  214|     17|	sc_format_asn1_entry(asn1_com_key_attr + 1, &info.usage, &usage_len, 0);
  215|     17|	sc_format_asn1_entry(asn1_com_key_attr + 2, &info.native, NULL, 0);
  216|     17|	sc_format_asn1_entry(asn1_com_key_attr + 3, &info.access_flags, &af_len, 0);
  217|     17|	sc_format_asn1_entry(asn1_com_key_attr + 4, &info.key_reference, NULL, 0);
  218|       |
  219|    289|	for (i=0; i<SC_MAX_SUPPORTED_ALGORITHMS && (asn1_supported_algorithms + i)->name; i++)
  ------------------
  |  |   61|    578|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (219:12): [True: 272, False: 17]
  |  Branch (219:45): [True: 272, False: 0]
  ------------------
  220|    272|		sc_format_asn1_entry(asn1_supported_algorithms + i, &info.algo_refs[i], NULL, 0);
  221|     17|	sc_format_asn1_entry(asn1_com_key_attr + 5, asn1_supported_algorithms, NULL, 0);
  222|       |
  223|     17|	sc_format_asn1_entry(asn1_com_prkey_attr + 0, &info.subject.value, &info.subject.len, 0);
  224|       |
  225|       |	/* Fill in defaults */
  226|     17|	memset(&info, 0, sizeof(info));
  227|     17|	info.key_reference = -1;
  228|     17|	info.native = 1;
  229|     17|	memset(gostr3410_params, 0, sizeof(gostr3410_params));
  230|       |
  231|     17|	r = sc_asn1_decode_choice(ctx, asn1_prkey, *buf, *buflen, buf, buflen);
  232|     17|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|     17|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (232:6): [True: 5, False: 12]
  ------------------
  233|      5|		goto err;
  234|     12|	LOG_TEST_GOTO_ERR(ctx, r, "PrKey DF ASN.1 decoding failed");
  ------------------
  |  |  184|     12|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     12|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     12|	int _ret = (r); \
  |  |  |  |  178|     12|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 11, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  179|     11|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     11|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     11|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     11|		goto err; \
  |  |  |  |  182|     11|	} \
  |  |  |  |  183|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  235|      1|	if (asn1_prkey[0].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      1|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (235:6): [True: 0, False: 1]
  ------------------
  236|      0|		obj->type = SC_PKCS15_TYPE_PRKEY_RSA;
  ------------------
  |  |  419|      0|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  237|      0|	}
  238|      1|	else if (asn1_prkey[1].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      1|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (238:11): [True: 0, False: 1]
  ------------------
  239|      0|		obj->type = SC_PKCS15_TYPE_PRKEY_EC;
  ------------------
  |  |  421|      0|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  240|      0|#ifdef ENABLE_OPENSSL
  241|      0|		if (!(asn1_ecckey_attr[1].flags & SC_ASN1_PRESENT) && (asn1_ecckey_attr[3].flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
              		if (!(asn1_ecckey_attr[1].flags & SC_ASN1_PRESENT) && (asn1_ecckey_attr[3].flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (241:7): [True: 0, False: 0]
  |  Branch (241:57): [True: 0, False: 0]
  ------------------
  242|      0|			const unsigned char *p = ec_domain;
  243|      0|			ASN1_OBJECT *object = d2i_ASN1_OBJECT(NULL, &p, ec_domain_len);
  244|      0|			int nid;
  245|      0|			EC_GROUP *group;
  246|      0|			if (!object) {
  ------------------
  |  Branch (246:8): [True: 0, False: 0]
  ------------------
  247|      0|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  248|      0|				goto err;
  249|      0|			}
  250|      0|			nid = OBJ_obj2nid(object);
  251|      0|			ASN1_OBJECT_free(object);
  252|      0|			if (nid == NID_undef) {
  ------------------
  |  Branch (252:8): [True: 0, False: 0]
  ------------------
  253|      0|				sc_log_openssl(ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  254|      0|				r = SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|      0|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  255|      0|				goto err;
  256|      0|			}
  257|      0|			group = EC_GROUP_new_by_curve_name(nid);
  258|      0|			if (!group) {
  ------------------
  |  Branch (258:8): [True: 0, False: 0]
  ------------------
  259|      0|				sc_log_openssl(ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  260|      0|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  261|      0|				goto err;
  262|      0|			}
  263|      0|			info.field_length = EC_GROUP_order_bits(group);
  264|      0|			EC_GROUP_free(group);
  265|      0|			if (!info.field_length) {
  ------------------
  |  Branch (265:8): [True: 0, False: 0]
  ------------------
  266|      0|				sc_log_openssl(ctx);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  267|      0|				r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      0|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  268|      0|				goto err;
  269|      0|			}
  270|      0|		}
  271|      0|#endif
  272|      0|	}
  273|      1|	else if (asn1_prkey[2].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      1|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (273:11): [True: 0, False: 1]
  ------------------
  274|       |		/* FIXME proper handling of gost parameters without the need of
  275|       |		 * allocating data here. this would also make sc_pkcs15_free_key_params
  276|       |		 * obsolete */
  277|      0|		obj->type = SC_PKCS15_TYPE_PRKEY_GOSTR3410;
  ------------------
  |  |  420|      0|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
  278|      0|		if (info.modulus_length != 0 || info.params.len != 0) {
  ------------------
  |  Branch (278:7): [True: 0, False: 0]
  |  Branch (278:35): [True: 0, False: 0]
  ------------------
  279|      0|			r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  280|      0|			goto err;
  281|      0|		}
  282|      0|		info.modulus_length = SC_PKCS15_GOSTR3410_KEYSIZE;
  ------------------
  |  |  326|      0|#define SC_PKCS15_GOSTR3410_KEYSIZE             256
  ------------------
  283|      0|		info.params.len = sizeof(struct sc_pkcs15_keyinfo_gostparams);
  284|      0|		info.params.data = malloc(info.params.len);
  285|      0|		if (info.params.data == NULL) {
  ------------------
  |  Branch (285:7): [True: 0, False: 0]
  ------------------
  286|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  287|      0|			goto err;
  288|      0|		}
  289|      0|		keyinfo_gostparams = info.params.data;
  290|      0|		keyinfo_gostparams->gostr3410 = gostr3410_params[0];
  291|      0|		keyinfo_gostparams->gostr3411 = gostr3410_params[1];
  292|      0|		keyinfo_gostparams->gost28147 = gostr3410_params[2];
  293|      0|	}
  294|      1|	else {
  295|      1|		r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      1|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  296|      1|		LOG_TEST_GOTO_ERR(ctx, r, "Neither RSA or GOSTR3410 or ECC key in PrKDF entry.");
  ------------------
  |  |  184|      1|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      1|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      1|	int _ret = (r); \
  |  |  |  |  178|      1|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      1|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      1|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      1|		goto err; \
  |  |  |  |  182|      1|	} \
  |  |  |  |  183|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  297|      1|	}
  298|       |
  299|      0|	if (!p15card->app || !p15card->app->ddo.aid.len) {
  ------------------
  |  Branch (299:6): [True: 0, False: 0]
  |  Branch (299:23): [True: 0, False: 0]
  ------------------
  300|      0|		if (!p15card->file_app) {
  ------------------
  |  Branch (300:7): [True: 0, False: 0]
  ------------------
  301|      0|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  302|      0|			goto err;
  303|      0|		}
  304|      0|		r = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &info.path);
  305|      0|		if (r < 0) {
  ------------------
  |  Branch (305:7): [True: 0, False: 0]
  ------------------
  306|      0|			goto err;
  307|      0|		}
  308|      0|	}
  309|      0|	else   {
  310|      0|		info.path.aid = p15card->app->ddo.aid;
  311|      0|	}
  312|      0|	sc_log(ctx, "PrivKey path '%s'", sc_print_path(&info.path));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  313|       |
  314|       |	/* OpenSC 0.11.4 and older encoded "keyReference" as a negative value.
  315|       |	 * Fixed in 0.11.5 we need to add a hack, so old cards continue to work. */
  316|      0|	if (info.key_reference < -1)
  ------------------
  |  Branch (316:6): [True: 0, False: 0]
  ------------------
  317|      0|		info.key_reference += 256;
  318|       |
  319|       |	/* Check the auth_id - if not present, try and find it in access rules */
  320|      0|	if ((obj->flags & SC_PKCS15_CO_FLAG_PRIVATE) && (obj->auth_id.len == 0)) {
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  |  Branch (320:6): [True: 0, False: 0]
  |  Branch (320:50): [True: 0, False: 0]
  ------------------
  321|      0|		sc_log(ctx, "Private key %s has no auth ID - checking AccessControlRules",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  322|      0|				sc_pkcs15_print_id(&info.id));
  323|       |
  324|       |		/* Search in the access_rules for an appropriate auth ID */
  325|      0|		for (i = 0; i < SC_PKCS15_MAX_ACCESS_RULES; i++) {
  ------------------
  |  |   42|      0|#define SC_PKCS15_MAX_ACCESS_RULES      8
  ------------------
  |  Branch (325:15): [True: 0, False: 0]
  ------------------
  326|       |			/* If access_mode is one of the private key usage modes */
  327|      0|			if (obj->access_rules[i].access_mode &
  ------------------
  |  Branch (327:8): [True: 0, False: 0]
  ------------------
  328|      0|					(SC_PKCS15_ACCESS_RULE_MODE_EXECUTE |
  ------------------
  |  |  337|      0|#define SC_PKCS15_ACCESS_RULE_MODE_EXECUTE      0x04
  ------------------
  329|      0|					 SC_PKCS15_ACCESS_RULE_MODE_PSO_CDS |
  ------------------
  |  |  340|      0|#define SC_PKCS15_ACCESS_RULE_MODE_PSO_CDS      0x20
  ------------------
  330|      0|					 SC_PKCS15_ACCESS_RULE_MODE_PSO_DECRYPT |
  ------------------
  |  |  342|      0|#define SC_PKCS15_ACCESS_RULE_MODE_PSO_DECRYPT  0x80
  ------------------
  331|      0|					 SC_PKCS15_ACCESS_RULE_MODE_INT_AUTH)) {
  ------------------
  |  |  344|      0|#define SC_PKCS15_ACCESS_RULE_MODE_INT_AUTH     0x200
  ------------------
  332|      0|				if (obj->access_rules[i].auth_id.len != 0) {
  ------------------
  |  Branch (332:9): [True: 0, False: 0]
  ------------------
  333|       |					/* Found an auth ID to use for private key access */
  334|      0|					obj->auth_id = obj->access_rules[i].auth_id;
  335|      0|					sc_log(ctx, "Auth ID found - %s",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  336|      0|						 sc_pkcs15_print_id(&obj->auth_id));
  337|      0|					break;
  338|      0|				}
  339|      0|			}
  340|      0|		}
  341|       |
  342|       |		/* No auth ID found */
  343|      0|		if (i == SC_PKCS15_MAX_ACCESS_RULES)
  ------------------
  |  |   42|      0|#define SC_PKCS15_MAX_ACCESS_RULES      8
  ------------------
  |  Branch (343:7): [True: 0, False: 0]
  ------------------
  344|      0|			sc_log(ctx, "Warning: No auth ID found");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  345|      0|	}
  346|       |
  347|      0|	obj->data = malloc(sizeof(info));
  348|      0|	if (obj->data == NULL) {
  ------------------
  |  Branch (348:6): [True: 0, False: 0]
  ------------------
  349|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  350|      0|		goto err;
  351|      0|	}
  352|      0|	memcpy(obj->data, &info, sizeof(info));
  353|       |
  354|      0|	sc_log(ctx, "Key Subject %s", sc_dump_hex(info.subject.value, info.subject.len));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  355|      0|	sc_log(ctx, "Key path %s", sc_print_path(&info.path));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  356|       |
  357|      0|	r = SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  358|       |
  359|     17|err:
  360|     17|	if (r < 0) {
  ------------------
  |  Branch (360:6): [True: 17, False: 0]
  ------------------
  361|       |		/* This might have allocated something. If so, clear it now */
  362|     17|		free(info.subject.value);
  363|     17|		sc_pkcs15_free_key_params(&info.params);
  364|     17|	}
  365|       |
  366|     17|	return r;
  367|      0|}
sc_pkcs15_free_prkey_info:
  593|  5.20k|{
  594|  5.20k|	if (!key)
  ------------------
  |  Branch (594:6): [True: 0, False: 5.20k]
  ------------------
  595|      0|		return;
  596|       |
  597|  5.20k|	if (key->subject.value)
  ------------------
  |  Branch (597:6): [True: 244, False: 4.95k]
  ------------------
  598|    244|		free(key->subject.value);
  599|       |
  600|  5.20k|	sc_pkcs15_free_key_params(&key->params);
  601|       |
  602|  5.20k|	sc_aux_data_free(&key->aux_data);
  603|       |
  604|  5.20k|	free(key);
  605|  5.20k|}

sc_pkcs15emu_pteid_init_ex:
  349|  10.3k|{
  350|  10.3k|	int r=SC_SUCCESS;
  ------------------
  |  |   28|  10.3k|#define SC_SUCCESS				0
  ------------------
  351|  10.3k|	sc_context_t *ctx = p15card->card->ctx;
  352|  10.3k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  10.3k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  10.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  10.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  10.3k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 10.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|       |
  354|       |	/* check for proper card */
  355|  10.3k|	r = pteid_detect_card(p15card->card);
  356|  10.3k|	if (r == SC_ERROR_WRONG_CARD)
  ------------------
  |  |   94|  10.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  |  Branch (356:6): [True: 9.58k, False: 770]
  ------------------
  357|  10.3k|		LOG_FUNC_RETURN(ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  9.58k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.58k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.58k|	int _ret = r; \
  |  |  |  |  155|  9.58k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.58k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.58k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  9.58k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.58k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.58k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.58k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  9.58k|	return _ret; \
  |  |  |  |  163|  9.58k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|       |	/* ok: initialize and return */
  359|    770|	LOG_FUNC_RETURN(ctx, sc_pkcs15emu_pteid_init(p15card));
  ------------------
  |  |  164|    770|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    770|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    770|	int _ret = r; \
  |  |  |  |  155|    770|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 770, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    770|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    605|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 605, False: 165]
  |  |  |  |  ------------------
  |  |  |  |  157|    770|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    770|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    770|	return _ret; \
  |  |  |  |  163|    770|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  360|    770|}
pkcs15-pteid.c:pteid_detect_card:
  342|  11.1k|{
  343|  11.1k|	if (card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID)
  ------------------
  |  Branch (343:6): [True: 1.54k, False: 9.58k]
  ------------------
  344|  1.54k|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.54k|#define SC_SUCCESS				0
  ------------------
  345|  9.58k|	return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.58k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  346|  11.1k|}
pkcs15-pteid.c:sc_pkcs15emu_pteid_init:
  143|    770|{
  144|    770|	u8 buf[1024];
  145|    770|	sc_pkcs15_df_t *df;
  146|    770|	sc_pkcs15_object_t *p15_obj;
  147|    770|	sc_path_t path;
  148|    770|	struct sc_file *file = NULL;
  149|    770|	size_t len;
  150|    770|	int rv;
  151|    770|	int i;
  152|       |
  153|    770|	sc_context_t *ctx = p15card->card->ctx;
  154|    770|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    770|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    770|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    770|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    770|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 770]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|       |
  156|       |	/* Check for correct card atr */
  157|    770|	if (pteid_detect_card(p15card->card) != SC_SUCCESS)
  ------------------
  |  |   28|    770|#define SC_SUCCESS				0
  ------------------
  |  Branch (157:6): [True: 0, False: 770]
  ------------------
  158|      0|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  159|       |
  160|    770|	sc_log(p15card->card->ctx, "Selecting application DF");
  ------------------
  |  |   71|    770|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  161|    770|	sc_format_path("4F00", &path);
  162|    770|	rv = sc_select_file(p15card->card, &path, &file);
  163|    770|	if (rv != SC_SUCCESS || !file)
  ------------------
  |  |   28|  1.54k|#define SC_SUCCESS				0
  ------------------
  |  Branch (163:6): [True: 409, False: 361]
  |  Branch (163:26): [True: 0, False: 361]
  ------------------
  164|    409|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    409|#define SC_ERROR_INTERNAL			-1400
  ------------------
  165|       |	/* set the application DF */
  166|    361|	sc_file_free(p15card->file_app);
  167|    361|	p15card->file_app = file;
  168|       |
  169|       |	/* Load TokenInfo */
  170|    361|	len = sizeof(buf);
  171|    361|	rv = dump_ef(p15card->card, "4F005032", buf, &len);
  172|    361|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    361|#define SC_SUCCESS				0
  ------------------
  |  Branch (172:6): [True: 25, False: 336]
  ------------------
  173|     25|		sc_log(ctx, "Reading of EF.TOKENINFO failed: %d", rv);
  ------------------
  |  |   71|     25|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  174|     25|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     25|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     25|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     25|	int _ret = r; \
  |  |  |  |  155|     25|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 25, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     25|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     25|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 25, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     25|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     25|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     25|	return _ret; \
  |  |  |  |  163|     25|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  175|     25|	}
  176|    336|	rv = sc_pkcs15_parse_tokeninfo(p15card->card->ctx, p15card->tokeninfo,
  177|    336|				       buf, len);
  178|    336|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    336|#define SC_SUCCESS				0
  ------------------
  |  Branch (178:6): [True: 41, False: 295]
  ------------------
  179|     41|		sc_log(ctx, "Decoding of EF.TOKENINFO failed: %d", rv);
  ------------------
  |  |   71|     41|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  180|     41|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     41|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     41|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     41|	int _ret = r; \
  |  |  |  |  155|     41|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 41, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     41|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     41|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 41, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     41|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     41|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     41|	return _ret; \
  |  |  |  |  163|     41|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|     41|	}
  182|       |
  183|    295|	p15card->tokeninfo->flags |= SC_PKCS15_TOKEN_PRN_GENERATION
  ------------------
  |  |  597|    295|#define SC_PKCS15_TOKEN_PRN_GENERATION			0x04
  ------------------
  184|    295|				  | SC_PKCS15_TOKEN_EID_COMPLIANT
  ------------------
  |  |  598|    295|#define SC_PKCS15_TOKEN_EID_COMPLIANT			0x08
  ------------------
  185|    295|				  | SC_PKCS15_TOKEN_READONLY;
  ------------------
  |  |  595|    295|#define SC_PKCS15_TOKEN_READONLY			0x01
  ------------------
  186|       |
  187|       |	/* Load ODF */
  188|    295|	len = sizeof(buf);
  189|    295|	rv = dump_ef(p15card->card, "4F005031", buf, &len);
  190|    295|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    295|#define SC_SUCCESS				0
  ------------------
  |  Branch (190:6): [True: 113, False: 182]
  ------------------
  191|    113|		sc_log(ctx, "Reading of ODF failed: %d", rv);
  ------------------
  |  |   71|    113|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  192|    113|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    113|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    113|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    113|	int _ret = r; \
  |  |  |  |  155|    113|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 113, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    113|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    113|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 113, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    113|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    113|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    113|	return _ret; \
  |  |  |  |  163|    113|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  193|    113|	}
  194|    182|	rv = parse_odf(buf, len, p15card);
  195|    182|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    182|#define SC_SUCCESS				0
  ------------------
  |  Branch (195:6): [True: 17, False: 165]
  ------------------
  196|     17|		sc_log(ctx, "Decoding of ODF failed: %d", rv);
  ------------------
  |  |   71|     17|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  197|     17|		sc_pkcs15_card_clear(p15card);
  198|     17|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     17|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     17|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     17|	int _ret = r; \
  |  |  |  |  155|     17|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     17|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     17|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     17|	return _ret; \
  |  |  |  |  163|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|     17|	}
  200|       |
  201|       |	/* Decode EF.PrKDF, EF.PuKDF, EF.CDF and EF.AODF */
  202|  1.87k|	for (df = p15card->df_list; df != NULL; df = df->next) {
  ------------------
  |  Branch (202:30): [True: 1.71k, False: 165]
  ------------------
  203|  1.71k|		if (df->type == SC_PKCS15_PRKDF) {
  ------------------
  |  |  488|  1.71k|#define SC_PKCS15_PRKDF			0
  ------------------
  |  Branch (203:7): [True: 99, False: 1.61k]
  ------------------
  204|     99|			rv = sc_pkcs15_parse_df(p15card, df);
  205|     99|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|     99|#define SC_SUCCESS				0
  ------------------
  |  Branch (205:8): [True: 92, False: 7]
  ------------------
  206|     92|				sc_log(ctx,
  ------------------
  |  |   71|     92|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  207|     92|				       "Decoding of EF.PrKDF (%s) failed: %d",
  208|     92|				       sc_print_path(&df->path), rv);
  209|     92|			}
  210|     99|		}
  211|  1.71k|		if (df->type == SC_PKCS15_PUKDF) {
  ------------------
  |  |  489|  1.71k|#define SC_PKCS15_PUKDF			1
  ------------------
  |  Branch (211:7): [True: 1.18k, False: 531]
  ------------------
  212|  1.18k|			rv = sc_pkcs15_parse_df(p15card, df);
  213|  1.18k|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|  1.18k|#define SC_SUCCESS				0
  ------------------
  |  Branch (213:8): [True: 1.07k, False: 110]
  ------------------
  214|  1.07k|				sc_log(ctx,
  ------------------
  |  |   71|  1.07k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  215|  1.07k|				       "Decoding of EF.PuKDF (%s) failed: %d",
  216|  1.07k|				       sc_print_path(&df->path), rv);
  217|  1.07k|			}
  218|  1.18k|		}
  219|  1.71k|		if (df->type == SC_PKCS15_CDF) {
  ------------------
  |  |  492|  1.71k|#define SC_PKCS15_CDF			4
  ------------------
  |  Branch (219:7): [True: 328, False: 1.38k]
  ------------------
  220|    328|			rv = sc_pkcs15_parse_df(p15card, df);
  221|    328|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    328|#define SC_SUCCESS				0
  ------------------
  |  Branch (221:8): [True: 297, False: 31]
  ------------------
  222|    297|				sc_log(ctx,
  ------------------
  |  |   71|    297|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  223|    297|				       "Decoding of EF.CDF (%s) failed: %d",
  224|    297|				       sc_print_path(&df->path), rv);
  225|    297|			}
  226|    328|		}
  227|  1.71k|		if (df->type == SC_PKCS15_AODF) {
  ------------------
  |  |  496|  1.71k|#define SC_PKCS15_AODF			8
  ------------------
  |  Branch (227:7): [True: 50, False: 1.66k]
  ------------------
  228|     50|			rv = sc_pkcs15_parse_df(p15card, df);
  229|     50|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|     50|#define SC_SUCCESS				0
  ------------------
  |  Branch (229:8): [True: 48, False: 2]
  ------------------
  230|     48|				sc_log(ctx,
  ------------------
  |  |   71|     48|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  231|     48|				       "Decoding of EF.AODF (%s) failed: %d",
  232|     48|				       sc_print_path(&df->path), rv);
  233|     48|			}
  234|     50|		}
  235|  1.71k|	}
  236|       |
  237|    165|	p15_obj = p15card->obj_list;
  238|    165|	while (p15_obj != NULL) {
  ------------------
  |  Branch (238:9): [True: 0, False: 165]
  ------------------
  239|      0|		if ( p15_obj->df && (p15_obj->df->type == SC_PKCS15_PRKDF) ) {
  ------------------
  |  |  488|      0|#define SC_PKCS15_PRKDF			0
  ------------------
  |  Branch (239:8): [True: 0, False: 0]
  |  Branch (239:23): [True: 0, False: 0]
  ------------------
  240|      0|			struct sc_pkcs15_prkey_info *prkey_info = (sc_pkcs15_prkey_info_t *) p15_obj->data;
  241|      0|			prkey_info->access_flags = SC_PKCS15_PRKEY_ACCESS_SENSITIVE
  ------------------
  |  |  316|      0|#define SC_PKCS15_PRKEY_ACCESS_SENSITIVE	0x01
  ------------------
  242|      0|					| SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE
  ------------------
  |  |  318|      0|#define SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE	0x04
  ------------------
  243|      0|					| SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE
  ------------------
  |  |  319|      0|#define SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE	0x08
  ------------------
  244|      0|					| SC_PKCS15_PRKEY_ACCESS_LOCAL;
  ------------------
  |  |  320|      0|#define SC_PKCS15_PRKEY_ACCESS_LOCAL		0x10
  ------------------
  245|      0|			p15_obj->flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  246|      0|		}
  247|       |
  248|       |
  249|      0|		if ( p15_obj->df && (p15_obj->df->type == SC_PKCS15_AODF) ) {
  ------------------
  |  |  496|      0|#define SC_PKCS15_AODF			8
  ------------------
  |  Branch (249:8): [True: 0, False: 0]
  |  Branch (249:23): [True: 0, False: 0]
  ------------------
  250|      0|			static const char *pteid_pin_names[3] = {
  251|      0|			    "Auth PIN",
  252|      0|			    "Sign PIN",
  253|      0|			    "Address PIN"
  254|      0|			};
  255|       |
  256|      0|			struct sc_pin_cmd_data pin_cmd_data;
  257|      0|			struct sc_pkcs15_auth_info *pin_info = (sc_pkcs15_auth_info_t *) p15_obj->data;
  258|       |
  259|      0|			if (pin_info->auth_id.value[0] < 1 || pin_info->auth_id.value[0] > 3) {
  ------------------
  |  Branch (259:8): [True: 0, False: 0]
  |  Branch (259:42): [True: 0, False: 0]
  ------------------
  260|      0|				sc_log(ctx, "Invalid auth_id for PIN: Value %d out of range. Skipping.",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  261|      0|						pin_info->auth_id.value[0]);
  262|      0|				p15_obj = p15_obj->next;
  263|      0|				continue;
  264|      0|			}
  265|       |
  266|      0|			strlcpy(p15_obj->label, pteid_pin_names[pin_info->auth_id.value[0]-1], sizeof(p15_obj->label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  267|       |
  268|      0|			pin_info->attrs.pin.flags |= SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   59|      0|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  269|      0|			pin_info->tries_left = -1;
  270|      0|			pin_info->max_tries = 3;
  271|      0|			pin_info->auth_method = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  272|       |
  273|      0|			memset(&pin_cmd_data, 0, sizeof(pin_cmd_data));
  274|      0|			pin_cmd_data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|      0|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  275|      0|			pin_cmd_data.pin_type = pin_info->attrs.pin.type;
  276|      0|			pin_cmd_data.pin_reference = pin_info->attrs.pin.reference;
  277|      0|			rv = sc_pin_cmd(p15card->card, &pin_cmd_data);
  278|      0|			if (rv == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (278:8): [True: 0, False: 0]
  ------------------
  279|      0|				pin_info->tries_left = pin_cmd_data.pin1.tries_left;
  280|      0|				pin_info->logged_in = pin_cmd_data.pin1.logged_in;
  281|      0|			}
  282|      0|		}
  283|       |		/* Remove found public keys as cannot be read_binary()'d */
  284|      0|		if ( p15_obj->df && (p15_obj->df->type == SC_PKCS15_PUKDF) ) {
  ------------------
  |  |  489|      0|#define SC_PKCS15_PUKDF			1
  ------------------
  |  Branch (284:8): [True: 0, False: 0]
  |  Branch (284:23): [True: 0, False: 0]
  ------------------
  285|      0|			sc_pkcs15_object_t *puk = p15_obj;
  286|      0|			p15_obj = p15_obj->next;
  287|      0|			sc_pkcs15_remove_object(p15card, puk);
  288|      0|			sc_pkcs15_free_object(puk);
  289|      0|		} else {
  290|      0|			p15_obj = p15_obj->next;
  291|      0|		}
  292|      0|	}
  293|       |
  294|       |	/* Add data objects */
  295|    990|	for (i = 0; i < 5; i++) {
  ------------------
  |  Branch (295:14): [True: 825, False: 165]
  ------------------
  296|    825|		static const char *object_labels[5] = {
  297|    825|			"Trace",
  298|    825|			"Citizen Data",
  299|    825|			"Citizen Address Data",
  300|    825|			"SOd",
  301|    825|			"Citizen Notepad",
  302|    825|		};
  303|    825|		static const char *object_authids[5] = {NULL, NULL, "3", NULL, NULL};
  304|    825|		static const char *object_paths[5] = {
  305|    825|			"3f000003",
  306|    825|			"3f005f00ef02",
  307|    825|			"3f005f00ef05",
  308|    825|			"3f005f00ef06",
  309|    825|			"3f005f00ef07",
  310|    825|		};
  311|    825|		static const int object_flags[5] = {
  312|    825|			0,
  313|    825|			0,
  314|    825|			SC_PKCS15_CO_FLAG_PRIVATE,
  ------------------
  |  |   50|    825|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  315|    825|			0,
  316|    825|			0,
  317|    825|		};
  318|    825|		struct sc_pkcs15_data_info obj_info;
  319|    825|		struct sc_pkcs15_object obj_obj;
  320|       |
  321|    825|		memset(&obj_info, 0, sizeof(obj_info));
  322|    825|		memset(&obj_obj, 0, sizeof(obj_obj));
  323|       |
  324|    825|		sc_format_path(object_paths[i], &obj_info.path);
  325|    825|		strlcpy(obj_info.app_label, object_labels[i], SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   43|    825|#define strlcpy _strlcpy
  ------------------
              		strlcpy(obj_info.app_label, object_labels[i], SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   35|    825|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  326|    825|		if (object_authids[i] != NULL)
  ------------------
  |  Branch (326:7): [True: 165, False: 660]
  ------------------
  327|    165|			sc_pkcs15_format_id(object_authids[i], &obj_obj.auth_id);
  328|    825|		strlcpy(obj_obj.label, object_labels[i], SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   43|    825|#define strlcpy _strlcpy
  ------------------
              		strlcpy(obj_obj.label, object_labels[i], SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   35|    825|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  329|    825|		obj_obj.flags = object_flags[i];
  330|       |
  331|    825|		rv = sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_DATA_OBJECT, &obj_obj, &obj_info);
  ------------------
  |  |  442|    825|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  332|    825|		if (rv != SC_SUCCESS){
  ------------------
  |  |   28|    825|#define SC_SUCCESS				0
  ------------------
  |  Branch (332:7): [True: 0, False: 825]
  ------------------
  333|      0|			sc_log(ctx, "Object add failed: %d", rv);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  334|      0|			break;
  335|      0|		}
  336|    825|	}
  337|       |
  338|    165|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    165|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    165|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    165|	int _ret = r; \
  |  |  |  |  155|    165|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 165, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    165|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 165]
  |  |  |  |  ------------------
  |  |  |  |  157|    165|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    165|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    165|	return _ret; \
  |  |  |  |  163|    165|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  339|    165|}
pkcs15-pteid.c:dump_ef:
   55|    656|{
   56|    656|	int rv;
   57|    656|	sc_file_t *file = NULL;
   58|    656|	sc_path_t scpath;
   59|    656|	sc_format_path(path, &scpath);
   60|    656|	rv = sc_select_file(card, &scpath, &file);
   61|    656|	if (rv < 0) {
  ------------------
  |  Branch (61:6): [True: 120, False: 536]
  ------------------
   62|    120|		sc_file_free(file);
   63|    120|		return rv;
   64|    120|	}
   65|    536|	if (file->size > *buf_len) {
  ------------------
  |  Branch (65:6): [True: 17, False: 519]
  ------------------
   66|     17|		sc_file_free(file);
   67|     17|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|     17|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
   68|     17|	}
   69|    519|	rv = sc_read_binary(card, 0, buf, file->size, 0);
   70|    519|	sc_file_free(file);
   71|    519|	if (rv < 0)
  ------------------
  |  Branch (71:6): [True: 1, False: 518]
  ------------------
   72|      1|		return rv;
   73|    518|	*buf_len = rv;
   74|       |
   75|    518|	return SC_SUCCESS;
  ------------------
  |  |   28|    518|#define SC_SUCCESS				0
  ------------------
   76|    519|}
pkcs15-pteid.c:parse_odf:
  105|    182|{
  106|    182|	const u8 *p = buf;
  107|    182|	size_t left = buflen;
  108|    182|	int r, i, type;
  109|    182|	sc_path_t path;
  110|    182|	struct sc_asn1_entry asn1_obj_or_path[] = {
  111|    182|		{"path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0,
  ------------------
  |  |  174|    182|#define SC_ASN1_PATH			256
  ------------------
              		{"path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0,
  ------------------
  |  |  141|    182|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{"path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0,
  ------------------
  |  |  162|    182|#define SC_ASN1_SEQUENCE                16
  ------------------
  112|    182|		 &path, NULL},
  113|    182|		{NULL, 0, 0, 0, NULL, NULL}
  114|    182|	};
  115|    182|	struct sc_asn1_entry asn1_odf[10];
  116|       |
  117|    182|	sc_path_t path_prefix;
  118|       |
  119|    182|	sc_format_path("3F004F00", &path_prefix);
  120|       |
  121|    182|	sc_copy_asn1_entry(c_asn1_odf, asn1_odf);
  122|  1.82k|	for (i = 0; asn1_odf[i].name != NULL; i++)
  ------------------
  |  Branch (122:14): [True: 1.63k, False: 182]
  ------------------
  123|  1.63k|		sc_format_asn1_entry(asn1_odf + i, asn1_obj_or_path, NULL, 0);
  124|  1.92k|	while (left > 0) {
  ------------------
  |  Branch (124:9): [True: 1.81k, False: 108]
  ------------------
  125|  1.81k|		r = sc_asn1_decode_choice(p15card->card->ctx, asn1_odf, p, left,
  126|  1.81k|					  &p, &left);
  127|  1.81k|		if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|  1.81k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (127:7): [True: 57, False: 1.75k]
  ------------------
  128|     57|			break;
  129|  1.75k|		if (r < 0)
  ------------------
  |  Branch (129:7): [True: 17, False: 1.73k]
  ------------------
  130|     17|			return r;
  131|  1.73k|		type = r;
  132|  1.73k|		r = sc_pkcs15_make_absolute_path(&path_prefix, &path);
  133|  1.73k|		if (r < 0)
  ------------------
  |  Branch (133:7): [True: 0, False: 1.73k]
  ------------------
  134|      0|			return r;
  135|  1.73k|		r = sc_pkcs15_add_df(p15card, odf_indexes[type], &path);
  136|  1.73k|		if (r)
  ------------------
  |  Branch (136:7): [True: 0, False: 1.73k]
  ------------------
  137|      0|			return r;
  138|  1.73k|	}
  139|    165|	return 0;
  140|    182|}

sc_pkcs15_decode_pukdf_entry:
  202|    207|{
  203|    207|	struct sc_context *ctx = p15card->card->ctx;
  204|    207|	struct sc_pkcs15_pubkey_info *info;
  205|    207|	int r, gostr3410_params[3];
  206|    207|	struct sc_pkcs15_keyinfo_gostparams *keyinfo_gostparams;
  207|    207|	size_t usage_len, af_len;
  208|    207|	struct sc_pkcs15_der *der = &obj->content;
  209|    207|	struct sc_asn1_entry asn1_com_key_attr[C_ASN1_COM_KEY_ATTR_SIZE];
  210|    207|	struct sc_asn1_entry asn1_com_pubkey_attr[C_ASN1_COM_PUBKEY_ATTR_SIZE];
  211|    207|	struct sc_asn1_entry asn1_rsakey_value_choice[C_ASN1_RSAKEY_VALUE_CHOICE_SIZE];
  212|    207|	struct sc_asn1_entry asn1_rsakey_attr[C_ASN1_RSAKEY_ATTR_SIZE];
  213|    207|	struct sc_asn1_entry asn1_rsa_type_attr[C_ASN1_RSA_TYPE_ATTR_SIZE];
  214|    207|	struct sc_asn1_entry asn1_eckey_value_choice[C_ASN1_ECKEY_VALUE_CHOICE_SIZE];
  215|    207|	struct sc_asn1_entry asn1_eckey_attr[C_ASN1_ECKEY_ATTR_SIZE];
  216|    207|	struct sc_asn1_entry asn1_ec_type_attr[C_ASN1_EC_TYPE_ATTR_SIZE];
  217|    207|	struct sc_asn1_entry asn1_gostr3410key_attr[C_ASN1_GOST3410KEY_ATTR_SIZE];
  218|    207|	struct sc_asn1_entry asn1_gostr3410_type_attr[C_ASN1_GOST3410_TYPE_ATTR_SIZE];
  219|    207|	struct sc_asn1_entry asn1_pubkey_choice[C_ASN1_PUBKEY_CHOICE_SIZE];
  220|    207|	struct sc_asn1_entry asn1_pubkey[C_ASN1_PUBKEY_SIZE];
  221|    207|	struct sc_asn1_pkcs15_object rsakey_obj = { obj, asn1_com_key_attr,
  222|    207|			asn1_com_pubkey_attr, asn1_rsa_type_attr };
  223|    207|	struct sc_asn1_pkcs15_object eckey_obj = { obj, asn1_com_key_attr,
  224|    207|			asn1_com_pubkey_attr, asn1_ec_type_attr };
  225|    207|	struct sc_asn1_pkcs15_object gostr3410key_obj =  { obj, asn1_com_key_attr,
  226|    207|			asn1_com_pubkey_attr, asn1_gostr3410_type_attr };
  227|       |
  228|    207|	info = calloc(1, sizeof *info);
  229|    207|	if (info == NULL) {
  ------------------
  |  Branch (229:6): [True: 0, False: 207]
  ------------------
  230|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  231|      0|		goto err;
  232|      0|	}
  233|    207|	usage_len = sizeof(info->usage);
  234|    207|	af_len = sizeof(info->access_flags);
  235|       |
  236|    207|	sc_copy_asn1_entry(c_asn1_pubkey, asn1_pubkey);
  237|    207|	sc_copy_asn1_entry(c_asn1_pubkey_choice, asn1_pubkey_choice);
  238|    207|	sc_copy_asn1_entry(c_asn1_rsa_type_attr, asn1_rsa_type_attr);
  239|    207|	sc_copy_asn1_entry(c_asn1_rsakey_value_choice, asn1_rsakey_value_choice);
  240|    207|	sc_copy_asn1_entry(c_asn1_rsakey_attr, asn1_rsakey_attr);
  241|    207|	sc_copy_asn1_entry(c_asn1_ec_type_attr, asn1_ec_type_attr);
  242|    207|	sc_copy_asn1_entry(c_asn1_eckey_value_choice, asn1_eckey_value_choice);
  243|    207|	sc_copy_asn1_entry(c_asn1_eckey_attr, asn1_eckey_attr);
  244|    207|	sc_copy_asn1_entry(c_asn1_gostr3410_type_attr, asn1_gostr3410_type_attr);
  245|    207|	sc_copy_asn1_entry(c_asn1_gostr3410key_attr, asn1_gostr3410key_attr);
  246|    207|	sc_copy_asn1_entry(c_asn1_com_pubkey_attr, asn1_com_pubkey_attr);
  247|    207|	sc_copy_asn1_entry(c_asn1_com_key_attr, asn1_com_key_attr);
  248|       |
  249|    207|	sc_format_asn1_entry(asn1_com_pubkey_attr + 0, &info->subject.value, &info->subject.len, 0);
  250|       |
  251|    207|	sc_format_asn1_entry(asn1_pubkey_choice + 0, &rsakey_obj, NULL, 0);
  252|    207|	sc_format_asn1_entry(asn1_pubkey_choice + 1, &gostr3410key_obj, NULL, 0);
  253|    207|	sc_format_asn1_entry(asn1_pubkey_choice + 2, &eckey_obj, NULL, 0);
  254|       |
  255|    207|	sc_format_asn1_entry(asn1_rsa_type_attr + 0, asn1_rsakey_attr, NULL, 0);
  256|       |
  257|    207|	sc_format_asn1_entry(asn1_rsakey_value_choice + 0, &info->path, NULL, 0);
  258|    207|	sc_format_asn1_entry(asn1_rsakey_value_choice + 1, &der->value, &der->len, 0);
  259|       |
  260|    207|	sc_format_asn1_entry(asn1_rsakey_attr + 0, asn1_rsakey_value_choice, NULL, 0);
  261|    207|	sc_format_asn1_entry(asn1_rsakey_attr + 1, &info->modulus_length, NULL, 0);
  262|       |
  263|    207|	sc_format_asn1_entry(asn1_ec_type_attr + 0, asn1_eckey_attr, NULL, 0);
  264|       |
  265|    207|	sc_format_asn1_entry(asn1_eckey_value_choice + 0, &info->path, NULL, 0);
  266|    207|	sc_format_asn1_entry(asn1_eckey_value_choice + 1, &der->value, &der->len, 0);
  267|       |
  268|    207|	sc_format_asn1_entry(asn1_eckey_attr + 0, asn1_eckey_value_choice, NULL, 0);
  269|       |
  270|    207|	sc_format_asn1_entry(asn1_gostr3410_type_attr + 0, asn1_gostr3410key_attr, NULL, 0);
  271|       |
  272|    207|	sc_format_asn1_entry(asn1_gostr3410key_attr + 0, &info->path, NULL, 0);
  273|    207|	sc_format_asn1_entry(asn1_gostr3410key_attr + 1, &gostr3410_params[0], NULL, 0);
  274|    207|	sc_format_asn1_entry(asn1_gostr3410key_attr + 2, &gostr3410_params[1], NULL, 0);
  275|    207|	sc_format_asn1_entry(asn1_gostr3410key_attr + 3, &gostr3410_params[2], NULL, 0);
  276|       |
  277|    207|	sc_format_asn1_entry(asn1_com_key_attr + 0, &info->id, NULL, 0);
  278|    207|	sc_format_asn1_entry(asn1_com_key_attr + 1, &info->usage, &usage_len, 0);
  279|    207|	sc_format_asn1_entry(asn1_com_key_attr + 2, &info->native, NULL, 0);
  280|    207|	sc_format_asn1_entry(asn1_com_key_attr + 3, &info->access_flags, &af_len, 0);
  281|    207|	sc_format_asn1_entry(asn1_com_key_attr + 4, &info->key_reference, NULL, 0);
  282|       |
  283|    207|	sc_format_asn1_entry(asn1_pubkey + 0, asn1_pubkey_choice, NULL, 0);
  284|       |
  285|       |	/* Fill in defaults */
  286|    207|	info->key_reference = -1;
  287|    207|	info->native = 1;
  288|    207|	memset(gostr3410_params, 0, sizeof(gostr3410_params));
  289|       |
  290|    207|	r = sc_asn1_decode(ctx, asn1_pubkey, *buf, *buflen, buf, buflen);
  291|    207|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|    207|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (291:6): [True: 62, False: 145]
  ------------------
  292|     62|		goto err;
  293|    145|	LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 decoding failed");
  ------------------
  |  |  184|    145|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    145|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    145|	int _ret = (r); \
  |  |  |  |  178|    145|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 145, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|    145|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    145|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    145|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    145|		goto err; \
  |  |  |  |  182|    145|	} \
  |  |  |  |  183|    145|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  294|      0|	if (asn1_pubkey_choice[0].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (294:6): [True: 0, False: 0]
  ------------------
  295|      0|		obj->type = SC_PKCS15_TYPE_PUBKEY_RSA;
  ------------------
  |  |  426|      0|#define SC_PKCS15_TYPE_PUBKEY_RSA		0x201
  ------------------
  296|      0|	} else if (asn1_pubkey_choice[1].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (296:13): [True: 0, False: 0]
  ------------------
  297|      0|		obj->type = SC_PKCS15_TYPE_PUBKEY_GOSTR3410;
  ------------------
  |  |  427|      0|#define SC_PKCS15_TYPE_PUBKEY_GOSTR3410		0x203
  ------------------
  298|      0|		if (info->modulus_length != 0)
  ------------------
  |  Branch (298:7): [True: 0, False: 0]
  ------------------
  299|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  300|      0|		info->modulus_length = SC_PKCS15_GOSTR3410_KEYSIZE;
  ------------------
  |  |  326|      0|#define SC_PKCS15_GOSTR3410_KEYSIZE             256
  ------------------
  301|      0|		if (info->params.len != 0)
  ------------------
  |  Branch (301:7): [True: 0, False: 0]
  ------------------
  302|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  303|      0|		info->params.len = sizeof(struct sc_pkcs15_keyinfo_gostparams);
  304|      0|		info->params.data = malloc(info->params.len);
  305|      0|		if (info->params.data == NULL) {
  ------------------
  |  Branch (305:7): [True: 0, False: 0]
  ------------------
  306|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  307|      0|			goto err;
  308|      0|		}
  309|      0|		if (sizeof(*keyinfo_gostparams) != info->params.len)
  ------------------
  |  Branch (309:7): [True: 0, False: 0]
  ------------------
  310|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  311|      0|		keyinfo_gostparams = info->params.data;
  312|      0|		keyinfo_gostparams->gostr3410 = (unsigned int)gostr3410_params[0];
  313|      0|		keyinfo_gostparams->gostr3411 = (unsigned int)gostr3410_params[1];
  314|      0|		keyinfo_gostparams->gost28147 = (unsigned int)gostr3410_params[2];
  315|      0|	}
  316|      0|	else if (asn1_pubkey_choice[2].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (316:11): [True: 0, False: 0]
  ------------------
  317|      0|		obj->type = SC_PKCS15_TYPE_PUBKEY_EC;
  ------------------
  |  |  428|      0|#define SC_PKCS15_TYPE_PUBKEY_EC		0x204
  ------------------
  318|      0|	}
  319|      0|	else {
  320|      0|		goto err;
  321|      0|	}
  322|       |
  323|      0|	if (!p15card->app || !p15card->app->ddo.aid.len) {
  ------------------
  |  Branch (323:6): [True: 0, False: 0]
  |  Branch (323:23): [True: 0, False: 0]
  ------------------
  324|      0|		if (!p15card->file_app) {
  ------------------
  |  Branch (324:7): [True: 0, False: 0]
  ------------------
  325|      0|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  326|      0|			goto err;
  327|      0|		}
  328|      0|		r = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &info->path);
  329|      0|		if (r < 0) {
  ------------------
  |  Branch (329:7): [True: 0, False: 0]
  ------------------
  330|      0|			goto err;
  331|      0|		}
  332|      0|	}
  333|      0|	else   {
  334|      0|		info->path.aid = p15card->app->ddo.aid;
  335|      0|	}
  336|      0|	sc_log(ctx, "PubKey path '%s'", sc_print_path(&info->path));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  337|       |
  338|       |	/* OpenSC 0.11.4 and older encoded "keyReference" as a negative
  339|       |	   value. Fixed in 0.11.5 we need to add a hack, so old cards
  340|       |	   continue to work. */
  341|      0|	if (info->key_reference < -1)
  ------------------
  |  Branch (341:6): [True: 0, False: 0]
  ------------------
  342|      0|		info->key_reference += 256;
  343|       |
  344|      0|	obj->data = info;
  345|      0|	info = NULL;
  346|       |
  347|      0|	r = sc_pkcs15_decode_pubkey_direct_value(p15card, obj);
  348|      0|	if (r < 0) {
  ------------------
  |  Branch (348:6): [True: 0, False: 0]
  ------------------
  349|      0|		info = obj->data;
  350|      0|		obj->data = NULL;
  351|      0|	}
  352|      0|	LOG_TEST_GOTO_ERR(ctx, r, "Decode public key direct value failed");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|       |
  354|    207|err:
  355|    207|	if (r < 0) {
  ------------------
  |  Branch (355:6): [True: 207, False: 0]
  ------------------
  356|    207|		sc_pkcs15_free_pubkey_info(info);
  357|    207|		if (der->len) {
  ------------------
  |  Branch (357:7): [True: 0, False: 207]
  ------------------
  358|      0|			free(der->value);
  359|       |			/* der points to obj->content */
  360|      0|			obj->content.value = NULL;
  361|      0|			obj->content.len = 0;
  362|      0|		}
  363|    207|	}
  364|       |
  365|    207|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    207|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    207|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    207|	int _ret = r; \
  |  |  |  |  155|    207|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 207, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    207|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    207|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 207, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    207|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    207|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    207|	return _ret; \
  |  |  |  |  163|    207|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  366|    207|}
sc_pkcs15_decode_pubkey_rsa:
  563|  1.31k|{
  564|  1.31k|	struct sc_asn1_entry asn1_public_key[C_ASN1_PUBLIC_KEY_SIZE];
  565|  1.31k|	struct sc_asn1_entry asn1_rsa_pub_coefficients[C_ASN1_RSA_PUB_COEFFICIENTS_SIZE];
  566|  1.31k|	int r;
  567|       |
  568|  1.31k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.31k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.31k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.31k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.31k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.31k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  569|  1.31k|	sc_copy_asn1_entry(c_asn1_public_key, asn1_public_key);
  570|  1.31k|	sc_format_asn1_entry(asn1_public_key + 0, asn1_rsa_pub_coefficients, NULL, 0);
  571|       |
  572|  1.31k|	sc_copy_asn1_entry(c_asn1_rsa_pub_coefficients, asn1_rsa_pub_coefficients);
  573|  1.31k|	sc_format_asn1_entry(asn1_rsa_pub_coefficients + 0, &key->modulus.data, &key->modulus.len, 0);
  574|  1.31k|	sc_format_asn1_entry(asn1_rsa_pub_coefficients + 1, &key->exponent.data, &key->exponent.len, 0);
  575|       |
  576|  1.31k|	r = sc_asn1_decode(ctx, asn1_public_key, buf, buflen, NULL, NULL);
  577|  1.31k|	LOG_TEST_RET(ctx, r, "ASN.1 parsing of public key failed");
  ------------------
  |  |  174|  1.31k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.31k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.31k|	int _ret = (r); \
  |  |  |  |  168|  1.31k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 129, False: 1.18k]
  |  |  |  |  ------------------
  |  |  |  |  169|    129|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    129|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    129|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    129|		return _ret; \
  |  |  |  |  172|    129|	} \
  |  |  |  |  173|  1.31k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.18k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  578|       |
  579|  1.18k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.18k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.18k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.18k|	int _ret = r; \
  |  |  |  |  155|  1.18k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.18k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.18k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.18k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.18k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.18k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.18k|	return _ret; \
  |  |  |  |  163|  1.18k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  580|  1.18k|}
sc_pkcs15_encode_pubkey_rsa:
  586|    913|{
  587|    913|	struct sc_asn1_entry asn1_public_key[C_ASN1_PUBLIC_KEY_SIZE];
  588|    913|	struct sc_asn1_entry asn1_rsa_pub_coefficients[C_ASN1_RSA_PUB_COEFFICIENTS_SIZE];
  589|    913|	int r;
  590|       |
  591|    913|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    913|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    913|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    913|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    913|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 913]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|    913|	sc_copy_asn1_entry(c_asn1_public_key, asn1_public_key);
  593|    913|	sc_format_asn1_entry(asn1_public_key + 0, asn1_rsa_pub_coefficients, NULL, 1);
  594|       |
  595|    913|	sc_copy_asn1_entry(c_asn1_rsa_pub_coefficients, asn1_rsa_pub_coefficients);
  596|    913|	sc_format_asn1_entry(asn1_rsa_pub_coefficients + 0, key->modulus.data, &key->modulus.len, 1);
  597|    913|	sc_format_asn1_entry(asn1_rsa_pub_coefficients + 1, key->exponent.data, &key->exponent.len, 1);
  598|       |
  599|    913|	r = sc_asn1_encode(ctx, asn1_public_key, buf, buflen);
  600|    913|	LOG_TEST_RET(ctx, r, "ASN.1 encoding failed");
  ------------------
  |  |  174|    913|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    913|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    913|	int _ret = (r); \
  |  |  |  |  168|    913|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 26, False: 887]
  |  |  |  |  ------------------
  |  |  |  |  169|     26|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     26|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     26|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     26|		return _ret; \
  |  |  |  |  172|     26|	} \
  |  |  |  |  173|    913|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 887]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  601|       |
  602|    887|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    887|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    887|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    887|	int _ret = r; \
  |  |  |  |  155|    887|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 887, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    887|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 887]
  |  |  |  |  ------------------
  |  |  |  |  157|    887|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    887|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    887|	return _ret; \
  |  |  |  |  163|    887|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  603|    887|}
sc_pkcs15_encode_pubkey:
  769|    835|{
  770|    835|	if (key->algorithm == SC_ALGORITHM_RSA)
  ------------------
  |  |   69|    835|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (770:6): [True: 835, False: 0]
  ------------------
  771|    835|		return sc_pkcs15_encode_pubkey_rsa(ctx, &key->u.rsa, buf, len);
  772|      0|	if (key->algorithm == SC_ALGORITHM_GOSTR3410)
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (772:6): [True: 0, False: 0]
  ------------------
  773|      0|		return sc_pkcs15_encode_pubkey_gostr3410(ctx, &key->u.gostr3410, buf, len);
  774|      0|	if (key->algorithm == SC_ALGORITHM_EC)
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (774:6): [True: 0, False: 0]
  ------------------
  775|      0|		return sc_pkcs15_encode_pubkey_ec(ctx, &key->u.ec, buf, len);
  776|      0|	if (key->algorithm == SC_ALGORITHM_EDDSA || key->algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   72|      0|#define SC_ALGORITHM_EDDSA		4
  ------------------
              	if (key->algorithm == SC_ALGORITHM_EDDSA || key->algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (776:6): [True: 0, False: 0]
  |  Branch (776:46): [True: 0, False: 0]
  ------------------
  777|      0|		return sc_pkcs15_encode_pubkey_eddsa(ctx, &key->u.ec, buf, len);
  778|       |
  779|      0|	sc_log(ctx, "Encoding of public key type %lu not supported", key->algorithm);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  780|      0|	LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  781|      0|}
sc_pkcs15_encode_pubkey_as_spki:
  801|  1.74k|{
  802|  1.74k|	int r = 0;
  803|  1.74k|	struct sc_asn1_entry  asn1_spki_key[2], asn1_spki_key_items[3];
  804|  1.74k|	struct sc_pkcs15_u8 pkey;
  805|  1.74k|	size_t key_len;
  806|       |
  807|  1.74k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.74k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.74k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.74k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.74k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.74k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  808|  1.74k|	pkey.value =  NULL;
  809|  1.74k|	pkey.len = 0;
  810|       |
  811|  1.74k|	sc_log(ctx, "Encoding public key with algorithm %lu", pubkey->algorithm);
  ------------------
  |  |   71|  1.74k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  812|  1.74k|	if (!pubkey->alg_id)   {
  ------------------
  |  Branch (812:6): [True: 10, False: 1.73k]
  ------------------
  813|     10|		pubkey->alg_id = calloc(1, sizeof(struct sc_algorithm_id));
  814|     10|		if (!pubkey->alg_id)
  ------------------
  |  Branch (814:7): [True: 0, False: 10]
  ------------------
  815|     10|			LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  816|       |
  817|     10|		sc_init_oid(&pubkey->alg_id->oid);
  818|     10|		pubkey->alg_id->algorithm = pubkey->algorithm;
  819|     10|	}
  820|       |
  821|  1.74k|	switch (pubkey->algorithm) {
  822|    905|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|    905|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (822:2): [True: 905, False: 835]
  ------------------
  823|    905|	case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|    905|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (823:2): [True: 0, False: 1.74k]
  ------------------
  824|    905|	case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|    905|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (824:2): [True: 0, False: 1.74k]
  ------------------
  825|       |		/*
  826|       |		 * most keys, but not EC have only one encoding.
  827|       |		 * For a SPKI, the ecpoint is placed directly in the
  828|       |		 * BIT STRING
  829|       |		 */
  830|    905|		key_len = pubkey->u.ec.ecpointQ.len * 8;
  831|    905|		pkey.value = pubkey->u.ec.ecpointQ.value;
  832|    905|		pkey.len = 0; /* flag as do not delete */
  833|       |
  834|    905|		if (pubkey->u.ec.params.named_curve || pubkey->u.ec.params.der.value)   {
  ------------------
  |  Branch (834:7): [True: 892, False: 13]
  |  Branch (834:42): [True: 0, False: 13]
  ------------------
  835|    892|			struct sc_ec_parameters *ec_params = NULL;
  836|       |
  837|    892|			r = sc_pkcs15_fix_ec_parameters(ctx, &pubkey->u.ec.params);
  838|    892|			LOG_TEST_RET(ctx, r, "failed to fix EC parameters");
  ------------------
  |  |  174|    892|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    892|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    892|	int _ret = (r); \
  |  |  |  |  168|    892|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 892]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    892|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 892]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  839|       |
  840|       |			/* EDDSA and XEDDSA only have algo and no param in SPKI */
  841|    892|			if (pubkey->algorithm == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|    892|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (841:8): [True: 892, False: 0]
  ------------------
  842|    892|				ec_params = calloc(1, sizeof(struct sc_ec_parameters));
  843|    892|				if (!ec_params)
  ------------------
  |  Branch (843:9): [True: 0, False: 892]
  ------------------
  844|    892|					LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  845|    892|				ec_params->type = 1;
  846|    892|				ec_params->der.value = calloc(1, pubkey->u.ec.params.der.len);
  847|    892|				if (!ec_params->der.value) {
  ------------------
  |  Branch (847:9): [True: 0, False: 892]
  ------------------
  848|      0|					free(ec_params);
  849|      0|					LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  850|      0|				}
  851|    892|				memcpy(ec_params->der.value, pubkey->u.ec.params.der.value, pubkey->u.ec.params.der.len);
  852|    892|				ec_params->der.len = pubkey->u.ec.params.der.len;
  853|    892|			}
  854|       |			/* This could have been already allocated: avoid memory leak */
  855|    892|			sc_asn1_clear_algorithm_id(pubkey->alg_id);
  856|    892|			pubkey->alg_id->params = ec_params; /* NULL for EDDSA and XEDDSA */
  857|    892|		}
  858|    905|		break;
  859|    905|	case SC_ALGORITHM_GOSTR3410:
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (859:2): [True: 0, False: 1.74k]
  ------------------
  860|       |		/* TODO is this needed?  does it cause mem leak? */
  861|      0|		pubkey->alg_id->params = &pubkey->u.gostr3410.params;
  862|      0|		r = sc_pkcs15_encode_pubkey(ctx, pubkey, &pkey.value, &pkey.len);
  863|      0|		key_len = pkey.len * 8;
  864|      0|		break;
  865|    835|	default:
  ------------------
  |  Branch (865:2): [True: 835, False: 905]
  ------------------
  866|    835|		r = sc_pkcs15_encode_pubkey(ctx, pubkey, &pkey.value, &pkey.len);
  867|    835|		key_len = pkey.len * 8;
  868|    835|		break;
  869|  1.74k|	}
  870|       |
  871|  1.74k|	if (r == 0) {
  ------------------
  |  Branch (871:6): [True: 1.72k, False: 20]
  ------------------
  872|  1.72k|		sc_copy_asn1_entry(c_asn1_spki_key, asn1_spki_key);
  873|  1.72k|		sc_copy_asn1_entry(c_asn1_spki_key_items, asn1_spki_key_items);
  874|  1.72k|		sc_format_asn1_entry(asn1_spki_key + 0, asn1_spki_key_items, NULL, 1);
  875|  1.72k|		sc_format_asn1_entry(asn1_spki_key_items + 0, pubkey->alg_id, NULL, 1);
  876|  1.72k|		sc_format_asn1_entry(asn1_spki_key_items + 1, pkey.value, &key_len, 1);
  877|       |
  878|  1.72k|		r =  sc_asn1_encode(ctx, asn1_spki_key, buf, len);
  879|  1.72k|	}
  880|       |
  881|       |	/*  pkey.len == 0 is flag to not delete */
  882|  1.74k|	if (pkey.len && pkey.value)
  ------------------
  |  Branch (882:6): [True: 815, False: 925]
  |  Branch (882:18): [True: 815, False: 0]
  ------------------
  883|    815|		free(pkey.value);
  884|       |
  885|  1.74k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  1.74k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.74k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.74k|	int _ret = r; \
  |  |  |  |  155|  1.74k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.74k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.74k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 20, False: 1.72k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.74k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.74k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.74k|	return _ret; \
  |  |  |  |  163|  1.74k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  886|  1.74k|}
sc_pkcs15_decode_pubkey:
  892|  1.37k|{
  893|  1.37k|	if (key->algorithm == SC_ALGORITHM_RSA)
  ------------------
  |  |   69|  1.37k|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (893:6): [True: 1.31k, False: 65]
  ------------------
  894|  1.31k|		return sc_pkcs15_decode_pubkey_rsa(ctx, &key->u.rsa, buf, len);
  895|     65|	if (key->algorithm == SC_ALGORITHM_GOSTR3410)
  ------------------
  |  |   71|     65|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (895:6): [True: 0, False: 65]
  ------------------
  896|      0|		return sc_pkcs15_decode_pubkey_gostr3410(ctx, &key->u.gostr3410, buf, len);
  897|     65|	if (key->algorithm == SC_ALGORITHM_EC)
  ------------------
  |  |   70|     65|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (897:6): [True: 0, False: 65]
  ------------------
  898|      0|		return sc_pkcs15_decode_pubkey_ec(ctx, &key->u.ec, buf, len);
  899|     65|	if (key->algorithm == SC_ALGORITHM_EDDSA || key->algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   72|    130|#define SC_ALGORITHM_EDDSA		4
  ------------------
              	if (key->algorithm == SC_ALGORITHM_EDDSA || key->algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|     65|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (899:6): [True: 0, False: 65]
  |  Branch (899:46): [True: 0, False: 65]
  ------------------
  900|      0|		return sc_pkcs15_decode_pubkey_eddsa(ctx, &key->u.ec, buf, len);
  901|       |
  902|     65|	sc_log(ctx, "Decoding of public key type %lu not supported", key->algorithm);
  ------------------
  |  |   71|     65|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  903|     65|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     65|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  904|     65|}
sc_pkcs15_erase_pubkey:
 1187|  4.23k|{
 1188|  4.23k|	if (key == NULL) {
  ------------------
  |  Branch (1188:6): [True: 0, False: 4.23k]
  ------------------
 1189|      0|		return;
 1190|      0|	}
 1191|  4.23k|	if (key->alg_id) {
  ------------------
  |  Branch (1191:6): [True: 2.44k, False: 1.79k]
  ------------------
 1192|  2.44k|		sc_asn1_clear_algorithm_id(key->alg_id);
 1193|  2.44k|		free(key->alg_id);
 1194|  2.44k|	}
 1195|  4.23k|	switch (key->algorithm) {
  ------------------
  |  Branch (1195:10): [True: 4.16k, False: 76]
  ------------------
 1196|  3.11k|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|  3.11k|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1196:2): [True: 3.11k, False: 1.12k]
  ------------------
 1197|  3.11k|		free(key->u.rsa.modulus.data);
 1198|  3.11k|		free(key->u.rsa.exponent.data);
 1199|  3.11k|		break;
 1200|      0|	case SC_ALGORITHM_GOSTR3410:
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (1200:2): [True: 0, False: 4.23k]
  ------------------
 1201|      0|		free(key->u.gostr3410.xy.data);
 1202|      0|		break;
 1203|  1.04k|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|  1.04k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1203:2): [True: 1.04k, False: 3.19k]
  ------------------
 1204|  1.04k|	case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|  1.04k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1204:2): [True: 0, False: 4.23k]
  ------------------
 1205|  1.04k|	case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|  1.04k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1205:2): [True: 0, False: 4.23k]
  ------------------
 1206|  1.04k|		free(key->u.ec.params.der.value);
 1207|  1.04k|		free(key->u.ec.params.named_curve);
 1208|  1.04k|		free(key->u.ec.ecpointQ.value);
 1209|  1.04k|		break;
 1210|  4.23k|	}
 1211|  4.23k|	sc_mem_clear(key, sizeof(*key));
 1212|  4.23k|}
sc_pkcs15_free_pubkey:
 1217|  10.0k|{
 1218|  10.0k|	if (!key)
  ------------------
  |  Branch (1218:6): [True: 5.81k, False: 4.23k]
  ------------------
 1219|  5.81k|		return;
 1220|  4.23k|	sc_pkcs15_erase_pubkey(key);
 1221|  4.23k|	free(key);
 1222|  4.23k|}
sc_pkcs15_free_pubkey_info:
 1227|  2.19k|{
 1228|  2.19k|	if (info) {
  ------------------
  |  Branch (1228:6): [True: 2.19k, False: 0]
  ------------------
 1229|  2.19k|		free(info->subject.value);
 1230|  2.19k|		free(info->direct.spki.value);
 1231|  2.19k|		free(info->direct.raw.value);
 1232|  2.19k|		sc_pkcs15_free_key_params(&info->params);
 1233|  2.19k|		free(info);
 1234|  2.19k|	}
 1235|  2.19k|}
sc_pkcs15_pubkey_from_spki_fields:
 1326|  2.61k|{
 1327|       |
 1328|  2.61k|	struct sc_pkcs15_pubkey *pubkey = NULL;
 1329|  2.61k|	struct sc_pkcs15_der pk = { NULL, 0 };
 1330|  2.61k|	struct sc_algorithm_id pk_alg;
 1331|  2.61k|	struct sc_asn1_entry asn1_pkinfo[C_ASN1_PKINFO_ATTR_SIZE];
 1332|  2.61k|	unsigned char *tmp_buf = NULL;
 1333|  2.61k|	int r;
 1334|       |
 1335|  2.61k|	sc_log(ctx, "sc_pkcs15_pubkey_from_spki_fields() called: %p:%zu\n%s",
  ------------------
  |  |   71|  2.61k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1336|  2.61k|			buf, buflen, sc_dump_hex(buf, buflen));
 1337|       |
 1338|  2.61k|	if (buflen < 1) {
  ------------------
  |  Branch (1338:6): [True: 10, False: 2.60k]
  ------------------
 1339|     10|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "subjectPublicKeyInfo can not be empty");
  ------------------
  |  |  174|     10|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     10|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     10|	int _ret = (r); \
  |  |  |  |  168|     10|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1340|     10|	}
 1341|       |
 1342|  2.60k|	tmp_buf = malloc(buflen);
 1343|  2.60k|	if (!tmp_buf) {
  ------------------
  |  Branch (1343:6): [True: 0, False: 2.60k]
  ------------------
 1344|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1345|      0|		LOG_TEST_GOTO_ERR(ctx, r, "");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1346|      0|	}
 1347|  2.60k|	memcpy(tmp_buf, buf, buflen);
 1348|       |
 1349|  2.60k|	if (buflen > 0 && (*tmp_buf & SC_ASN1_TAG_CONTEXT))
  ------------------
  |  |  187|  2.60k|#define SC_ASN1_TAG_CONTEXT		0x80
  ------------------
  |  Branch (1349:6): [True: 2.60k, False: 0]
  |  Branch (1349:20): [True: 115, False: 2.48k]
  ------------------
 1350|    115|		*tmp_buf = SC_ASN1_TAG_CONSTRUCTED | SC_ASN1_TAG_SEQUENCE;
  ------------------
  |  |  190|    115|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
              		*tmp_buf = SC_ASN1_TAG_CONSTRUCTED | SC_ASN1_TAG_SEQUENCE;
  ------------------
  |  |  206|    115|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
 1351|       |
 1352|  2.60k|	memset(&pk_alg, 0, sizeof(pk_alg));
 1353|  2.60k|	pubkey = calloc(1, sizeof(sc_pkcs15_pubkey_t));
 1354|  2.60k|	if (pubkey == NULL) {
  ------------------
  |  Branch (1354:6): [True: 0, False: 2.60k]
  ------------------
 1355|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1356|      0|		LOG_TEST_GOTO_ERR(ctx, r, "");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1357|      0|	}
 1358|       |
 1359|  2.60k|	sc_copy_asn1_entry(c_asn1_pkinfo, asn1_pkinfo);
 1360|       |
 1361|  2.60k|	sc_format_asn1_entry(asn1_pkinfo + 0, &pk_alg, NULL, 0);
 1362|  2.60k|	sc_format_asn1_entry(asn1_pkinfo + 1, &pk.value, &pk.len, 0);
 1363|       |
 1364|  2.60k|	r = sc_asn1_decode(ctx, asn1_pkinfo, tmp_buf, buflen, NULL, NULL);
 1365|  2.60k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  2.60k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1365:6): [True: 170, False: 2.43k]
  ------------------
 1366|    170|		sc_asn1_clear_algorithm_id(&pk_alg);
 1367|    170|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 parsing of subjectPubkeyInfo failed");
  ------------------
  |  |  184|    170|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    170|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    170|	int _ret = (r); \
  |  |  |  |  178|    170|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 170, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|    170|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    170|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    170|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    170|		goto err; \
  |  |  |  |  182|    170|	} \
  |  |  |  |  183|    170|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1368|    170|	}
 1369|       |
 1370|  2.43k|	pubkey->alg_id = calloc(1, sizeof(struct sc_algorithm_id));
 1371|  2.43k|	if (pubkey->alg_id == NULL) {
  ------------------
  |  Branch (1371:6): [True: 0, False: 2.43k]
  ------------------
 1372|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1373|      0|		LOG_TEST_GOTO_ERR(ctx, r, "");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1374|      0|	}
 1375|       |
 1376|  2.43k|	memcpy(pubkey->alg_id, &pk_alg, sizeof(struct sc_algorithm_id));
 1377|  2.43k|	pubkey->algorithm = pk_alg.algorithm;
 1378|  2.43k|	pk_alg.params = NULL;
 1379|  2.43k|	sc_log(ctx, "DEE pk_alg.algorithm=%lu", pk_alg.algorithm);
  ------------------
  |  |   71|  2.43k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1380|       |
 1381|  2.43k|	if (pk.len == 0)
  ------------------
  |  Branch (1381:6): [True: 12, False: 2.42k]
  ------------------
 1382|  2.43k|		LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INTERNAL, "Incorrect length of key");
  ------------------
  |  |  184|     12|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     12|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     12|	int _ret = (r); \
  |  |  |  |  178|     12|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     12|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     12|		goto err; \
  |  |  |  |  182|     12|	} \
  |  |  |  |  183|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1383|  2.42k|	pk.len = BYTES4BITS(pk.len); /* convert number of bits to bytes */
  ------------------
  |  |  146|  2.42k|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
 1384|       |
 1385|  2.42k|	if (pk_alg.algorithm == SC_ALGORITHM_EC)   {
  ------------------
  |  |   70|  2.42k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1385:6): [True: 1.04k, False: 1.37k]
  ------------------
 1386|       |		/* EC public key is not encapsulated into BIT STRING -- it's a BIT STRING */
 1387|       |		/*
 1388|       |		 * sc_pkcs15_fix_ec_parameters below will set field_length from curve.
 1389|       |		 * if no alg_id->params, assume field_length is multiple of 8
 1390|       |		 */
 1391|  1.04k|		pubkey->u.ec.params.field_length = (pk.len - 1) / 2 * 8;
 1392|       |
 1393|  1.04k|		if (pubkey->alg_id->params) {
  ------------------
  |  Branch (1393:7): [True: 1.02k, False: 15]
  ------------------
 1394|  1.02k|			struct sc_ec_parameters *ecp = (struct sc_ec_parameters *)pubkey->alg_id->params;
 1395|       |
 1396|  1.02k|			pubkey->u.ec.params.der.value = malloc(ecp->der.len);
 1397|  1.02k|			if (pubkey->u.ec.params.der.value == NULL) {
  ------------------
  |  Branch (1397:8): [True: 0, False: 1.02k]
  ------------------
 1398|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1399|      0|				LOG_TEST_GOTO_ERR(ctx, r, "");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1400|      0|			}
 1401|       |
 1402|  1.02k|			memcpy(pubkey->u.ec.params.der.value, ecp->der.value, ecp->der.len);
 1403|  1.02k|			pubkey->u.ec.params.der.len = ecp->der.len;
 1404|  1.02k|			r = sc_pkcs15_fix_ec_parameters(ctx, &pubkey->u.ec.params);
 1405|  1.02k|			LOG_TEST_GOTO_ERR(ctx, r, "failed to fix EC parameters");
  ------------------
  |  |  184|  1.02k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.02k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.02k|	int _ret = (r); \
  |  |  |  |  178|  1.02k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 66, False: 962]
  |  |  |  |  ------------------
  |  |  |  |  179|     66|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     66|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     66|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     66|		goto err; \
  |  |  |  |  182|     66|	} \
  |  |  |  |  183|  1.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 962]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1406|  1.02k|		}
 1407|       |
 1408|    977|		pubkey->u.ec.ecpointQ.value = malloc(pk.len);
 1409|    977|		if (pubkey->u.ec.ecpointQ.value == NULL) {
  ------------------
  |  Branch (1409:7): [True: 0, False: 977]
  ------------------
 1410|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1411|      0|			LOG_TEST_GOTO_ERR(ctx, r, "failed to malloc() memory");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1412|      0|		}
 1413|    977|		memcpy(pubkey->u.ec.ecpointQ.value, pk.value, pk.len);
 1414|    977|		pubkey->u.ec.ecpointQ.len = pk.len;
 1415|  1.37k|	} else if (pk_alg.algorithm == SC_ALGORITHM_EDDSA ||
  ------------------
  |  |   72|  2.75k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1415:13): [True: 0, False: 1.37k]
  ------------------
 1416|  1.37k|		   pk_alg.algorithm == SC_ALGORITHM_XEDDSA) {
  ------------------
  |  |   73|  1.37k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1416:6): [True: 0, False: 1.37k]
  ------------------
 1417|       |		/*
 1418|       |		 * SPKI will have OID, EDDSA can have ED25519 or ED448 with different sizes
 1419|       |		 * EDDSA/XEDDSA public key is not encapsulated into BIT STRING -- it's a BIT STRING
 1420|       |		 * no params, but oid is the params.
 1421|       |		 */
 1422|      0|		r = sc_encode_oid(ctx, &pk_alg.oid, &pubkey->u.ec.params.der.value, &pubkey->u.ec.params.der.len);
 1423|      0|		LOG_TEST_GOTO_ERR(ctx, r, "failed to encode (X)EDDSA oid");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1424|      0|		r = sc_pkcs15_fix_ec_parameters(ctx, &pubkey->u.ec.params);
 1425|      0|		LOG_TEST_GOTO_ERR(ctx, r, "failed to fix EC parameters");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1426|       |
 1427|      0|		pubkey->u.ec.ecpointQ.value = malloc(pk.len);
 1428|      0|		if (pubkey->u.ec.ecpointQ.value == NULL) {
  ------------------
  |  Branch (1428:7): [True: 0, False: 0]
  ------------------
 1429|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1430|      0|			LOG_TEST_GOTO_ERR(ctx, r, "failed to malloc() memory");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1431|      0|		}
 1432|       |
 1433|      0|		memcpy(pubkey->u.ec.ecpointQ.value, pk.value, pk.len);
 1434|      0|		pubkey->u.ec.ecpointQ.len = pk.len;
 1435|  1.37k|	} else {
 1436|       |		/* Public key is expected to be encapsulated into BIT STRING */
 1437|  1.37k|		r = sc_pkcs15_decode_pubkey(ctx, pubkey, pk.value, pk.len);
 1438|  1.37k|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 parsing of subjectPubkeyInfo failed");
  ------------------
  |  |  184|  1.37k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.37k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.37k|	int _ret = (r); \
  |  |  |  |  178|  1.37k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 194, False: 1.18k]
  |  |  |  |  ------------------
  |  |  |  |  179|    194|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    194|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    194|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    194|		goto err; \
  |  |  |  |  182|    194|	} \
  |  |  |  |  183|  1.37k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.18k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1439|  1.37k|	}
 1440|       |
 1441|  2.16k|	*outpubkey = pubkey;
 1442|  2.16k|	pubkey = NULL;
 1443|       |
 1444|  2.60k|err:
 1445|  2.60k|	sc_pkcs15_free_pubkey(pubkey);
 1446|  2.60k|	free(pk.value);
 1447|  2.60k|	free(tmp_buf);
 1448|       |
 1449|  2.60k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  2.60k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.60k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.60k|	int _ret = r; \
  |  |  |  |  155|  2.60k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.60k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.60k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    430|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 430, False: 2.17k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.60k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.60k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  2.60k|	return _ret; \
  |  |  |  |  163|  2.60k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1450|  2.60k|}
sc_pkcs15_fix_ec_parameters:
 1564|  5.10k|{
 1565|  5.10k|	int rv, ii;
 1566|  5.10k|	int mapped_string = 0; /* der is printable string that can be replaced with der of OID */
 1567|       |
 1568|  5.10k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  5.10k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  5.10k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  5.10k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  5.10k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 5.10k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1569|       |
 1570|       |	/* In PKCS#11 EC parameters arrives in DER encoded form */
 1571|  5.10k|	if (ecparams->der.value && ecparams->der.len && ecparams->der.len > 2) {
  ------------------
  |  Branch (1571:6): [True: 5.10k, False: 0]
  |  Branch (1571:29): [True: 5.10k, False: 0]
  |  Branch (1571:50): [True: 5.10k, False: 0]
  ------------------
 1572|       |
 1573|  5.10k|		switch (ecparams->der.value[0]) {
 1574|  5.08k|		case 0x06: /* der.value is an OID */
  ------------------
  |  Branch (1574:3): [True: 5.08k, False: 12]
  ------------------
 1575|  53.2k|			for (ii = 0; ec_curve_infos[ii].name; ii++) {
  ------------------
  |  Branch (1575:17): [True: 53.1k, False: 54]
  ------------------
 1576|  53.1k|				size_t len = ec_curve_infos[ii].oid_der.len;
 1577|       |
 1578|  53.1k|				if (ecparams->der.len == len &&
  ------------------
  |  Branch (1578:9): [True: 20.6k, False: 32.5k]
  ------------------
 1579|  20.6k|						memcmp(ecparams->der.value, ec_curve_infos[ii].oid_der.value, len) == 0)
  ------------------
  |  Branch (1579:7): [True: 5.03k, False: 15.5k]
  ------------------
 1580|  5.03k|					break; /* found ec_curve_infos[ii] */
 1581|  53.1k|			}
 1582|  5.08k|			break;
 1583|       |
 1584|      0|		case 0x13:
  ------------------
  |  Branch (1584:3): [True: 0, False: 5.10k]
  ------------------
 1585|       |			/* printable string as per PKCS11 V 3.0 for experimental curves */
 1586|      0|			{
 1587|      0|				int r_tag;
 1588|      0|				const u8 *body = ecparams->der.value;
 1589|      0|				size_t len = ecparams->der.len;
 1590|      0|				unsigned int cla_out, tag_out;
 1591|      0|				size_t bodylen;
 1592|       |
 1593|      0|				r_tag = sc_asn1_read_tag(&body, len, &cla_out, &tag_out, &bodylen);
 1594|      0|				if (r_tag != SC_SUCCESS || tag_out != 0x13) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1594:9): [True: 0, False: 0]
  |  Branch (1594:32): [True: 0, False: 0]
  ------------------
 1595|      0|					sc_log(ctx, "Invalid printable string");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1596|      0|					LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1597|      0|				}
 1598|      0|				for (ii = 0; ec_curve_infos[ii].name; ii++) {
  ------------------
  |  Branch (1598:18): [True: 0, False: 0]
  ------------------
 1599|      0|					size_t len = strlen(ec_curve_infos[ii].name);
 1600|      0|					if (bodylen != len || memcmp(ec_curve_infos[ii].name, body, len) != 0)
  ------------------
  |  Branch (1600:10): [True: 0, False: 0]
  |  Branch (1600:28): [True: 0, False: 0]
  ------------------
 1601|      0|						continue;
 1602|       |					/* found replacement of printable string to OID */
 1603|      0|					mapped_string = 1;
 1604|      0|					break;
 1605|      0|				}
 1606|      0|			}
 1607|      0|			break;
 1608|       |
 1609|     12|		default:
  ------------------
  |  Branch (1609:3): [True: 12, False: 5.08k]
  ------------------
 1610|     12|			sc_log(ctx, "Unsupported ec params");
  ------------------
  |  |   71|     12|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1611|     12|			LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|     12|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     12|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     12|	int _ret = r; \
  |  |  |  |  155|     12|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     12|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     12|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     12|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     12|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     12|	return _ret; \
  |  |  |  |  163|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1612|  5.10k|		}
 1613|       |
 1614|  5.08k|		if (ec_curve_infos[ii].name == NULL) /* end of ec_curve_info */
  ------------------
  |  Branch (1614:7): [True: 54, False: 5.03k]
  ------------------
 1615|  5.08k|			LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported named curve");
  ------------------
  |  |  174|     54|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     54|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     54|	int _ret = (r); \
  |  |  |  |  168|     54|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 54, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     54|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     54|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     54|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     54|		return _ret; \
  |  |  |  |  172|     54|	} \
  |  |  |  |  173|     54|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1616|       |
 1617|       |		/* ii points to entry with matching oid_der or a mapped entry with replacement oid_der */
 1618|  5.03k|		sc_log(ctx, "Found known curve '%s'", ec_curve_infos[ii].name);
  ------------------
  |  |   71|  5.03k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1619|  5.03k|		if (mapped_string) { /* free previous name if any replace below with new name */
  ------------------
  |  Branch (1619:7): [True: 0, False: 5.03k]
  ------------------
 1620|      0|			free(ecparams->named_curve);
 1621|      0|			ecparams->named_curve = NULL;
 1622|      0|		}
 1623|       |
 1624|  5.03k|		if (!ecparams->named_curve) { /* if present,keep the name as some curves have multiple names */
  ------------------
  |  Branch (1624:7): [True: 4.14k, False: 892]
  ------------------
 1625|  4.14k|			ecparams->named_curve = strdup(ec_curve_infos[ii].name);
 1626|  4.14k|			if (!ecparams->named_curve)
  ------------------
  |  Branch (1626:8): [True: 0, False: 4.14k]
  ------------------
 1627|  4.14k|				LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1628|       |
 1629|  4.14k|			sc_log(ctx, "Curve name: '%s'", ecparams->named_curve);
  ------------------
  |  |   71|  4.14k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1630|  4.14k|		}
 1631|       |
 1632|       |		/* fill in object_id based on oid_der */
 1633|  5.03k|		sc_format_oid(&ecparams->id, ec_curve_infos[ii].oid_str);
 1634|       |
 1635|  5.03k|		ecparams->field_length = ec_curve_infos[ii].size;
 1636|  5.03k|		ecparams->key_type = ec_curve_infos[ii].key_type;
 1637|  5.03k|		sc_log(ctx, "Curve length %zu key_type %d", ecparams->field_length, ecparams->key_type);
  ------------------
  |  |   71|  5.03k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1638|  5.03k|		if (mapped_string) {
  ------------------
  |  Branch (1638:7): [True: 0, False: 5.03k]
  ------------------
 1639|       |			/* replace the printable string version with the oid */
 1640|      0|			if (ecparams->der.value)
  ------------------
  |  Branch (1640:8): [True: 0, False: 0]
  ------------------
 1641|      0|				free(ecparams->der.value);
 1642|      0|			ecparams->der.len = ec_curve_infos[ii].oid_der.len;
 1643|      0|			ecparams->der.value = malloc(ecparams->der.len);
 1644|      0|			if (ecparams->der.value == NULL) {
  ------------------
  |  Branch (1644:8): [True: 0, False: 0]
  ------------------
 1645|      0|				LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1646|      0|			}
 1647|      0|			memcpy(ecparams->der.value, ec_curve_infos[ii].oid_der.value, ecparams->der.len);
 1648|      0|		}
 1649|  5.03k|	} else if (ecparams->named_curve) { /* it can be name of curve or OID in ASCII form */
  ------------------
  |  Branch (1649:13): [True: 0, False: 0]
  ------------------
 1650|       |		/* caller did not provide an OID, look for a name or oid_string */
 1651|      0|		for (ii = 0; ec_curve_infos[ii].name; ii++) {
  ------------------
  |  Branch (1651:16): [True: 0, False: 0]
  ------------------
 1652|      0|			if (!strcmp(ec_curve_infos[ii].name, ecparams->named_curve))
  ------------------
  |  Branch (1652:8): [True: 0, False: 0]
  ------------------
 1653|      0|				break;
 1654|      0|			if (!strcmp(ec_curve_infos[ii].oid_str, ecparams->named_curve))
  ------------------
  |  Branch (1654:8): [True: 0, False: 0]
  ------------------
 1655|      0|				break;
 1656|      0|		}
 1657|      0|		if (!ec_curve_infos[ii].name) {
  ------------------
  |  Branch (1657:7): [True: 0, False: 0]
  ------------------
 1658|      0|			sc_log(ctx, "Named curve '%s' not supported", ecparams->named_curve);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1659|      0|			LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1660|      0|		}
 1661|       |
 1662|      0|		rv = sc_format_oid(&ecparams->id, ec_curve_infos[ii].oid_str);
 1663|      0|		LOG_TEST_RET(ctx, rv, "Invalid OID format");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1664|       |
 1665|      0|		ecparams->field_length = ec_curve_infos[ii].size;
 1666|      0|		ecparams->key_type = ec_curve_infos[ii].key_type;
 1667|      0|		sc_log(ctx, "Curve length %zu key_type %d", ecparams->field_length, ecparams->key_type);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1668|       |
 1669|      0|		if (ecparams->der.value == NULL || ecparams->der.len == 0) {
  ------------------
  |  Branch (1669:7): [True: 0, False: 0]
  |  Branch (1669:38): [True: 0, False: 0]
  ------------------
 1670|      0|			free(ecparams->der.value); /* just in case */
 1671|      0|			ecparams->der.value = NULL;
 1672|      0|			ecparams->der.len = 0;
 1673|       |			/* if caller did not provide valid der OID, fill in */
 1674|      0|			rv = sc_encode_oid (ctx, &ecparams->id, &ecparams->der.value, &ecparams->der.len);
 1675|      0|			LOG_TEST_RET(ctx, rv, "Cannot encode object ID");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1676|      0|		}
 1677|      0|	} else
 1678|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_IMPLEMENTED, "EC parameters has to be presented as a named curve or explicit data");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1679|       |
 1680|  5.03k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  5.03k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  5.03k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  5.03k|	int _ret = r; \
  |  |  |  |  155|  5.03k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5.03k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  5.03k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 5.03k]
  |  |  |  |  ------------------
  |  |  |  |  157|  5.03k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  5.03k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  5.03k|	return _ret; \
  |  |  |  |  163|  5.03k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1681|  5.03k|}

sc_pkcs15emu_sc_hsm_decode_cvc:
  433|     80|{
  434|     80|	sc_card_t *card = p15card->card;
  435|     80|	struct sc_asn1_entry asn1_req[C_ASN1_REQ_SIZE];
  436|     80|	struct sc_asn1_entry asn1_authreq[C_ASN1_AUTHREQ_SIZE];
  437|     80|	struct sc_asn1_entry asn1_cvc[C_ASN1_CVC_SIZE];
  438|     80|	struct sc_asn1_entry asn1_cvcert[C_ASN1_CVCERT_SIZE];
  439|     80|	struct sc_asn1_entry asn1_cvc_body[C_ASN1_CVC_BODY_SIZE];
  440|     80|	struct sc_asn1_entry asn1_cvc_pubkey[C_ASN1_CVC_PUBKEY_SIZE];
  441|     80|	unsigned int cla = 0, tag = 0;
  442|     80|	size_t taglen;
  443|     80|	const u8 *tbuf;
  444|     80|	int r;
  445|       |
  446|     80|	memset(cvc, 0, sizeof(*cvc));
  447|     80|	sc_copy_asn1_entry(c_asn1_req, asn1_req);
  448|     80|	sc_copy_asn1_entry(c_asn1_cvc, asn1_cvc);
  449|       |
  450|     80|	r = sc_pkcs15emu_sc_hsm_format_asn1_cvcert(
  451|     80|			asn1_cvcert, C_ASN1_CVCERT_SIZE,
  ------------------
  |  |  242|     80|#define C_ASN1_CVCERT_SIZE 3
  ------------------
  452|     80|			asn1_cvc_body, C_ASN1_CVC_BODY_SIZE,
  ------------------
  |  |  233|     80|#define C_ASN1_CVC_BODY_SIZE 5
  ------------------
  453|     80|			asn1_cvc_pubkey, C_ASN1_CVC_PUBKEY_SIZE,
  ------------------
  |  |  219|     80|#define C_ASN1_CVC_PUBKEY_SIZE 10
  ------------------
  454|     80|			cvc);
  455|     80|	LOG_TEST_RET(card->ctx, r, "sc_asn1_entry array too small");
  ------------------
  |  |  174|     80|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     80|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     80|	int _ret = (r); \
  |  |  |  |  168|     80|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 80]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     80|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 80]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  456|       |
  457|     80|	sc_format_asn1_entry(asn1_cvc, asn1_cvcert, NULL, 0);
  458|       |
  459|     80|	r = sc_pkcs15emu_sc_hsm_format_asn1_req(
  460|     80|			asn1_authreq, C_ASN1_AUTHREQ_SIZE,
  ------------------
  |  |  255|     80|#define C_ASN1_AUTHREQ_SIZE 4
  ------------------
  461|     80|			asn1_cvcert, cvc);
  462|     80|	LOG_TEST_RET(card->ctx, r, "sc_asn1_entry array too small");
  ------------------
  |  |  174|     80|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     80|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     80|	int _ret = (r); \
  |  |  |  |  168|     80|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 80]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     80|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 80]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  463|       |
  464|     80|	sc_format_asn1_entry(asn1_req, asn1_authreq, NULL, 0);
  465|       |
  466|       |/*	sc_asn1_print_tags(*buf, *buflen); */
  467|       |
  468|     80|	tbuf = *buf;
  469|     80|	r = sc_asn1_read_tag(&tbuf, *buflen, &cla, &tag, &taglen);
  470|     80|	LOG_TEST_RET(card->ctx, r, "Could not decode card verifiable certificate");
  ------------------
  |  |  174|     80|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     80|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     80|	int _ret = (r); \
  |  |  |  |  168|     80|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 48, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  169|     48|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     48|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     48|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     48|		return _ret; \
  |  |  |  |  172|     48|	} \
  |  |  |  |  173|     80|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  471|       |
  472|       |	/*  Determine if we deal with an authenticated request, plain request or certificate */
  473|     32|	if ((cla == (SC_ASN1_TAG_APPLICATION|SC_ASN1_TAG_CONSTRUCTED)) && (tag == 7)) {
  ------------------
  |  |  186|     32|#define SC_ASN1_TAG_APPLICATION		0x40
  ------------------
              	if ((cla == (SC_ASN1_TAG_APPLICATION|SC_ASN1_TAG_CONSTRUCTED)) && (tag == 7)) {
  ------------------
  |  |  190|     32|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
  |  Branch (473:6): [True: 14, False: 18]
  |  Branch (473:68): [True: 3, False: 11]
  ------------------
  474|      3|		r = sc_asn1_decode(card->ctx, asn1_req, *buf, *buflen, buf, buflen);
  475|     29|	} else {
  476|     29|		r = sc_asn1_decode(card->ctx, asn1_cvc, *buf, *buflen, buf, buflen);
  477|     29|	}
  478|       |
  479|     32|	LOG_TEST_RET(card->ctx, r, "Could not decode card verifiable certificate");
  ------------------
  |  |  174|     32|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     32|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     32|	int _ret = (r); \
  |  |  |  |  168|     32|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 32, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     32|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     32|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     32|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     32|		return _ret; \
  |  |  |  |  172|     32|	} \
  |  |  |  |  173|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  480|       |
  481|      0|	fixup_cvc_printable_string_lengths(cvc);
  482|       |
  483|      0|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  484|      0|}
sc_pkcs15emu_sc_hsm_free_cvc:
 1017|     64|{
 1018|     64|	if (cvc->outerSignature) {
  ------------------
  |  Branch (1018:6): [True: 0, False: 64]
  ------------------
 1019|      0|		free(cvc->outerSignature);
 1020|      0|		cvc->outerSignature = NULL;
 1021|      0|	}
 1022|     64|	if (cvc->signature) {
  ------------------
  |  Branch (1022:6): [True: 0, False: 64]
  ------------------
 1023|      0|		free(cvc->signature);
 1024|      0|		cvc->signature = NULL;
 1025|      0|	}
 1026|     64|	if (cvc->primeOrModulus) {
  ------------------
  |  Branch (1026:6): [True: 0, False: 64]
  ------------------
 1027|      0|		free(cvc->primeOrModulus);
 1028|      0|		cvc->primeOrModulus = NULL;
 1029|      0|	}
 1030|     64|	if (cvc->coefficientAorExponent) {
  ------------------
  |  Branch (1030:6): [True: 0, False: 64]
  ------------------
 1031|      0|		free(cvc->coefficientAorExponent);
 1032|      0|		cvc->coefficientAorExponent = NULL;
 1033|      0|	}
 1034|     64|	if (cvc->coefficientB) {
  ------------------
  |  Branch (1034:6): [True: 0, False: 64]
  ------------------
 1035|      0|		free(cvc->coefficientB);
 1036|      0|		cvc->coefficientB = NULL;
 1037|      0|	}
 1038|     64|	if (cvc->basePointG) {
  ------------------
  |  Branch (1038:6): [True: 0, False: 64]
  ------------------
 1039|      0|		free(cvc->basePointG);
 1040|      0|		cvc->basePointG = NULL;
 1041|      0|	}
 1042|     64|	if (cvc->order) {
  ------------------
  |  Branch (1042:6): [True: 0, False: 64]
  ------------------
 1043|      0|		free(cvc->order);
 1044|      0|		cvc->order = NULL;
 1045|      0|	}
 1046|     64|	if (cvc->publicPoint) {
  ------------------
  |  Branch (1046:6): [True: 0, False: 64]
  ------------------
 1047|      0|		free(cvc->publicPoint);
 1048|      0|		cvc->publicPoint = NULL;
 1049|      0|	}
 1050|     64|	if (cvc->cofactor) {
  ------------------
  |  Branch (1050:6): [True: 0, False: 64]
  ------------------
 1051|      0|		free(cvc->cofactor);
 1052|       |		cvc->cofactor = NULL;
 1053|      0|	}
 1054|     64|}
sc_pkcs15emu_sc_hsm_init_ex:
 1604|  10.0k|{
 1605|  10.0k|	if (p15card->card->type != SC_CARD_TYPE_SC_HSM
  ------------------
  |  Branch (1605:6): [True: 10.0k, False: 0]
  ------------------
 1606|  10.0k|			&& p15card->card->type != SC_CARD_TYPE_SC_HSM_SOC
  ------------------
  |  Branch (1606:7): [True: 10.0k, False: 0]
  ------------------
 1607|  10.0k|			&& p15card->card->type != SC_CARD_TYPE_SC_HSM_GOID) {
  ------------------
  |  Branch (1607:7): [True: 9.78k, False: 247]
  ------------------
 1608|  9.78k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.78k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
 1609|  9.78k|	}
 1610|    247|	return sc_pkcs15emu_sc_hsm_init(p15card);
 1611|  10.0k|}
pkcs15-sc-hsm.c:sc_pkcs15emu_sc_hsm_format_asn1_cvcert:
  365|     80|{
  366|     80|	if ((asn1_cvc_pubkey_len < C_ASN1_CVC_PUBKEY_SIZE) ||
  ------------------
  |  |  219|     80|#define C_ASN1_CVC_PUBKEY_SIZE 10
  ------------------
  |  Branch (366:6): [True: 0, False: 80]
  ------------------
  367|     80|		(asn1_cvc_body_len < C_ASN1_CVC_BODY_SIZE) ||
  ------------------
  |  |  233|     80|#define C_ASN1_CVC_BODY_SIZE 5
  ------------------
  |  Branch (367:3): [True: 0, False: 80]
  ------------------
  368|     80|		(asn1_cvcert_len < C_ASN1_CVCERT_SIZE)) {
  ------------------
  |  |  242|     80|#define C_ASN1_CVCERT_SIZE 3
  ------------------
  |  Branch (368:3): [True: 0, False: 80]
  ------------------
  369|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  370|      0|	}
  371|       |
  372|     80|	sc_copy_asn1_entry(c_asn1_cvc_pubkey, asn1_cvc_pubkey);
  373|     80|	sc_copy_asn1_entry(c_asn1_cvc_body, asn1_cvc_body);
  374|     80|	sc_copy_asn1_entry(c_asn1_cvcert, asn1_cvcert);
  375|       |
  376|     80|	sc_format_asn1_entry(asn1_cvc_pubkey    , &cvc->pukoid, NULL, 0);
  377|     80|	sc_format_asn1_entry(asn1_cvc_pubkey + 1, &cvc->primeOrModulus, &cvc->primeOrModuluslen, 0);
  378|     80|	sc_format_asn1_entry(asn1_cvc_pubkey + 2, &cvc->coefficientAorExponent, &cvc->coefficientAorExponentlen, 0);
  379|     80|	sc_format_asn1_entry(asn1_cvc_pubkey + 3, &cvc->coefficientB, &cvc->coefficientBlen, 0);
  380|     80|	sc_format_asn1_entry(asn1_cvc_pubkey + 4, &cvc->basePointG, &cvc->basePointGlen, 0);
  381|     80|	sc_format_asn1_entry(asn1_cvc_pubkey + 5, &cvc->order, &cvc->orderlen, 0);
  382|     80|	sc_format_asn1_entry(asn1_cvc_pubkey + 6, &cvc->publicPoint, &cvc->publicPointlen, 0);
  383|     80|	sc_format_asn1_entry(asn1_cvc_pubkey + 7, &cvc->cofactor, &cvc->cofactorlen, 0);
  384|     80|	sc_format_asn1_entry(asn1_cvc_pubkey + 8, &cvc->modulusSize, NULL, 0);
  385|       |
  386|     80|	sc_format_asn1_entry(asn1_cvc_body    , &cvc->cpi, NULL, 0);
  387|     80|	cvc->carLen = sizeof(cvc->car);
  388|     80|	sc_format_asn1_entry(asn1_cvc_body + 1, &cvc->car, &cvc->carLen, 0);
  389|     80|	sc_format_asn1_entry(asn1_cvc_body + 2, asn1_cvc_pubkey, NULL, 0);
  390|     80|	cvc->chrLen = sizeof(cvc->chr);
  391|     80|	sc_format_asn1_entry(asn1_cvc_body + 3, &cvc->chr, &cvc->chrLen, 0);
  392|       |
  393|     80|	sc_format_asn1_entry(asn1_cvcert    , asn1_cvc_body, NULL, 0);
  394|     80|	sc_format_asn1_entry(asn1_cvcert + 1, &cvc->signature, &cvc->signatureLen, 0);
  395|     80|	return SC_SUCCESS;
  ------------------
  |  |   28|     80|#define SC_SUCCESS				0
  ------------------
  396|     80|}
pkcs15-sc-hsm.c:sc_pkcs15emu_sc_hsm_format_asn1_req:
  413|     80|{
  414|     80|	if (asn1_authreq_len < C_ASN1_AUTHREQ_SIZE) {
  ------------------
  |  |  255|     80|#define C_ASN1_AUTHREQ_SIZE 4
  ------------------
  |  Branch (414:6): [True: 0, False: 80]
  ------------------
  415|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  416|      0|	}
  417|       |
  418|     80|	sc_copy_asn1_entry(c_asn1_authreq, asn1_authreq);
  419|       |
  420|     80|	sc_format_asn1_entry(asn1_authreq    , asn1_cvcert, NULL, 0);
  421|     80|	cvc->outerCARLen = sizeof(cvc->outer_car);
  422|     80|	sc_format_asn1_entry(asn1_authreq + 1, &cvc->outer_car, &cvc->outerCARLen, 0);
  423|     80|	sc_format_asn1_entry(asn1_authreq + 2, &cvc->outerSignature, &cvc->outerSignatureLen, 0);
  424|     80|	return SC_SUCCESS;
  ------------------
  |  |   28|     80|#define SC_SUCCESS				0
  ------------------
  425|     80|}
pkcs15-sc-hsm.c:sc_pkcs15emu_sc_hsm_init:
 1342|    247|{
 1343|    247|	sc_card_t *card = p15card->card;
 1344|    247|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1345|    247|	sc_file_t *file = NULL;
 1346|    247|	sc_path_t path;
 1347|    247|	u8 filelist[MAX_EXT_APDU_LENGTH];
 1348|    247|	int filelistlength;
 1349|    247|	int r, i;
 1350|    247|	sc_cvc_t devcert;
 1351|    247|	struct sc_app_info *appinfo;
 1352|    247|	struct sc_pkcs15_auth_info pin_info;
 1353|    247|	struct sc_pkcs15_object pin_obj;
 1354|    247|	struct sc_pin_cmd_data pindata;
 1355|    247|	u8 efbin[1024];
 1356|    247|	u8 *ptr;
 1357|    247|	size_t len;
 1358|       |
 1359|    247|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    247|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    247|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    247|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    247|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1360|       |
 1361|    247|	appinfo = calloc(1, sizeof(struct sc_app_info));
 1362|       |
 1363|    247|	if (appinfo == NULL) {
  ------------------
  |  Branch (1363:6): [True: 0, False: 247]
  ------------------
 1364|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1365|      0|	}
 1366|       |
 1367|    247|	appinfo->aid = sc_hsm_aid;
 1368|       |
 1369|    247|	appinfo->ddo.aid = sc_hsm_aid;
 1370|    247|	p15card->app = appinfo;
 1371|       |
 1372|    247|	sc_path_set(&path, SC_PATH_TYPE_DF_NAME, sc_hsm_aid.value, sc_hsm_aid.len, 0, 0);
  ------------------
  |  |  118|    247|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
 1373|    247|	r = sc_select_file(card, &path, &file);
 1374|    247|	LOG_TEST_RET(card->ctx, r, "Could not select SmartCard-HSM application");
  ------------------
  |  |  174|    247|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    247|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    247|	int _ret = (r); \
  |  |  |  |  168|    247|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 180, False: 67]
  |  |  |  |  ------------------
  |  |  |  |  169|    180|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    180|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    180|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    180|		return _ret; \
  |  |  |  |  172|    180|	} \
  |  |  |  |  173|    247|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 67]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1375|       |
 1376|     67|	p15card->card->version.hw_major = 24;	/* JCOP 2.4.1r3 */
 1377|     67|	p15card->card->version.hw_minor = 13;
 1378|     67|	if (file && file->prop_attr && file->prop_attr_len >= 2) {
  ------------------
  |  Branch (1378:6): [True: 67, False: 0]
  |  Branch (1378:14): [True: 5, False: 62]
  |  Branch (1378:33): [True: 4, False: 1]
  ------------------
 1379|      4|		p15card->card->version.fw_major = file->prop_attr[file->prop_attr_len - 2];
 1380|      4|		p15card->card->version.fw_minor = file->prop_attr[file->prop_attr_len - 1];
 1381|      4|	}
 1382|       |
 1383|     67|	sc_file_free(file);
 1384|       |
 1385|       |	/* Read device certificate to determine serial number */
 1386|     67|	if (priv->EF_C_DevAut && priv->EF_C_DevAut_len) {
  ------------------
  |  Branch (1386:6): [True: 0, False: 67]
  |  Branch (1386:27): [True: 0, False: 0]
  ------------------
 1387|      0|		ptr = priv->EF_C_DevAut;
 1388|      0|		len = priv->EF_C_DevAut_len;
 1389|     67|	} else {
 1390|     67|		len = sizeof efbin;
 1391|     67|		r = read_file(p15card, (u8 *) "\x2F\x02", efbin, &len, 1);
 1392|     67|		LOG_TEST_RET(card->ctx, r, "Skipping optional EF.C_DevAut");
  ------------------
  |  |  174|     67|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     67|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     67|	int _ret = (r); \
  |  |  |  |  168|     67|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 67]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     67|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 67]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1393|       |
 1394|     67|		if (len > 0) {
  ------------------
  |  Branch (1394:7): [True: 36, False: 31]
  ------------------
 1395|       |			/* save EF_C_DevAut for further use */
 1396|     36|			ptr = realloc(priv->EF_C_DevAut, len);
 1397|     36|			if (ptr) {
  ------------------
  |  Branch (1397:8): [True: 36, False: 0]
  ------------------
 1398|     36|				memcpy(ptr, efbin, len);
 1399|     36|				priv->EF_C_DevAut = ptr;
 1400|     36|				priv->EF_C_DevAut_len = len;
 1401|     36|			}
 1402|     36|		}
 1403|       |
 1404|     67|		ptr = efbin;
 1405|     67|	}
 1406|       |
 1407|     67|	memset(&devcert, 0 ,sizeof(devcert));
 1408|     67|	r = sc_pkcs15emu_sc_hsm_decode_cvc(p15card, (const u8 **)&ptr, &len, &devcert);
 1409|     67|	LOG_TEST_RET(card->ctx, r, "Could not decode EF.C_DevAut");
  ------------------
  |  |  174|     67|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     67|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     67|	int _ret = (r); \
  |  |  |  |  168|     67|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 67, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     67|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     67|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     67|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     67|		return _ret; \
  |  |  |  |  172|     67|	} \
  |  |  |  |  173|     67|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1410|       |
 1411|      0|	sc_pkcs15emu_sc_hsm_read_tokeninfo(p15card);
 1412|       |
 1413|      0|	if (p15card->tokeninfo->label == NULL) {
  ------------------
  |  Branch (1413:6): [True: 0, False: 0]
  ------------------
 1414|      0|		if (p15card->card->type == SC_CARD_TYPE_SC_HSM_GOID
  ------------------
  |  Branch (1414:7): [True: 0, False: 0]
  ------------------
 1415|      0|				|| p15card->card->type == SC_CARD_TYPE_SC_HSM_SOC) {
  ------------------
  |  Branch (1415:8): [True: 0, False: 0]
  ------------------
 1416|      0|			p15card->tokeninfo->label = strdup("GoID");
 1417|      0|		} else {
 1418|      0|			p15card->tokeninfo->label = strdup("SmartCard-HSM");
 1419|      0|		}
 1420|      0|		if (p15card->tokeninfo->label == NULL)
  ------------------
  |  Branch (1420:7): [True: 0, False: 0]
  ------------------
 1421|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1422|      0|	}
 1423|       |
 1424|      0|	if ((p15card->tokeninfo->manufacturer_id != NULL) && !strcmp("(unknown)", p15card->tokeninfo->manufacturer_id)) {
  ------------------
  |  Branch (1424:6): [True: 0, False: 0]
  |  Branch (1424:55): [True: 0, False: 0]
  ------------------
 1425|      0|		free(p15card->tokeninfo->manufacturer_id);
 1426|      0|		p15card->tokeninfo->manufacturer_id = NULL;
 1427|      0|	}
 1428|       |
 1429|      0|	if (p15card->tokeninfo->manufacturer_id == NULL) {
  ------------------
  |  Branch (1429:6): [True: 0, False: 0]
  ------------------
 1430|      0|		if (p15card->card->type == SC_CARD_TYPE_SC_HSM_GOID
  ------------------
  |  Branch (1430:7): [True: 0, False: 0]
  ------------------
 1431|      0|				|| p15card->card->type == SC_CARD_TYPE_SC_HSM_SOC) {
  ------------------
  |  Branch (1431:8): [True: 0, False: 0]
  ------------------
 1432|      0|			p15card->tokeninfo->manufacturer_id = strdup("Bundesdruckerei GmbH");
 1433|      0|		} else {
 1434|      0|			p15card->tokeninfo->manufacturer_id = strdup("www.CardContact.de");
 1435|      0|		}
 1436|      0|		if (p15card->tokeninfo->manufacturer_id == NULL) {
  ------------------
  |  Branch (1436:7): [True: 0, False: 0]
  ------------------
 1437|      0|			sc_pkcs15_card_clear(p15card);
 1438|      0|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1439|      0|		}
 1440|      0|	}
 1441|       |
 1442|      0|	appinfo->label = strdup(p15card->tokeninfo->label);
 1443|      0|	if (appinfo->label == NULL) {
  ------------------
  |  Branch (1443:6): [True: 0, False: 0]
  ------------------
 1444|      0|		sc_pkcs15_card_clear(p15card);
 1445|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1446|      0|	}
 1447|       |
 1448|      0|	len = strnlen(devcert.chr, sizeof devcert.chr);		/* Strip last 5 digit sequence number from CHR */
 1449|      0|	if (len < 8)
  ------------------
  |  Branch (1449:6): [True: 0, False: 0]
  ------------------
 1450|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1451|      0|	len -= 5;
 1452|       |
 1453|      0|	free(p15card->tokeninfo->serial_number);
 1454|      0|	p15card->tokeninfo->serial_number = calloc(1, len + 1);
 1455|      0|	if (p15card->tokeninfo->serial_number == NULL) {
  ------------------
  |  Branch (1455:6): [True: 0, False: 0]
  ------------------
 1456|      0|		sc_pkcs15_card_clear(p15card);
 1457|      0|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1458|      0|	}
 1459|       |
 1460|      0|	memcpy(p15card->tokeninfo->serial_number, devcert.chr, len);
 1461|      0|	*(p15card->tokeninfo->serial_number + len) = 0;
 1462|       |
 1463|      0|	sc_hsm_set_serialnr(card, p15card->tokeninfo->serial_number);
 1464|       |
 1465|      0|	sc_pkcs15emu_sc_hsm_free_cvc(&devcert);
 1466|       |
 1467|      0|	memset(&pin_info, 0, sizeof(pin_info));
 1468|      0|	memset(&pin_obj, 0, sizeof(pin_obj));
 1469|       |
 1470|      0|	pin_info.auth_id.len = 1;
 1471|      0|	pin_info.auth_id.value[0] = 1;
 1472|      0|	pin_info.path.aid = sc_hsm_aid;
 1473|      0|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|      0|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
 1474|      0|	pin_info.auth_method = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1475|      0|	pin_info.attrs.pin.reference = 0x81;
 1476|      0|	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_INITIALIZED|SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA;
  ------------------
  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
              	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_INITIALIZED|SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA;
  ------------------
  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
              	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_INITIALIZED|SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA;
  ------------------
  |  |   65|      0|#define SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA		0x0800
  ------------------
 1477|      0|	pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|      0|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
 1478|      0|	pin_info.attrs.pin.min_length = 6;
 1479|      0|	pin_info.attrs.pin.stored_length = 0;
 1480|      0|	pin_info.attrs.pin.max_length = 15;
 1481|      0|	pin_info.attrs.pin.pad_char = '\0';
 1482|      0|	pin_info.tries_left = 3;
 1483|      0|	pin_info.max_tries = 3;
 1484|       |
 1485|      0|	pin_obj.auth_id.len = 1;
 1486|      0|	pin_obj.auth_id.value[0] = 2;
 1487|      0|	strlcpy(pin_obj.label, "UserPIN", sizeof(pin_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
 1488|      0|	pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE|SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
              	pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE|SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|      0|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
 1489|       |
 1490|      0|	pin_obj.data = &pin_info;
 1491|       |
 1492|      0|	r = sc_pkcs15_get_pin_info(p15card, &pin_obj);
 1493|       |
 1494|      0|	if (r != SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|      0|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (1494:6): [True: 0, False: 0]
  ------------------
 1495|      0|		if (r < 0) {
  ------------------
  |  Branch (1495:7): [True: 0, False: 0]
  ------------------
 1496|      0|			sc_pkcs15_card_clear(p15card);
 1497|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1498|      0|		}
 1499|       |
 1500|      0|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
 1501|      0|		if (r < 0) {
  ------------------
  |  Branch (1501:7): [True: 0, False: 0]
  ------------------
 1502|      0|			sc_pkcs15_card_clear(p15card);
 1503|      0|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1504|      0|		}
 1505|      0|	}
 1506|       |
 1507|      0|	memset(&pin_info, 0, sizeof(pin_info));
 1508|      0|	memset(&pin_obj, 0, sizeof(pin_obj));
 1509|       |
 1510|      0|	pin_info.auth_id.len = 1;
 1511|      0|	pin_info.auth_id.value[0] = 2;
 1512|      0|	pin_info.path.aid = sc_hsm_aid;
 1513|      0|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|      0|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
 1514|      0|	pin_info.auth_method = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1515|      0|	pin_info.attrs.pin.reference = 0x88;
 1516|      0|	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_UNBLOCK_DISABLED|SC_PKCS15_PIN_FLAG_SO_PIN;
  ------------------
  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
              	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_UNBLOCK_DISABLED|SC_PKCS15_PIN_FLAG_SO_PIN;
  ------------------
  |  |   57|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCK_DISABLED		0x0008
  ------------------
              	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_LOCAL|SC_PKCS15_PIN_FLAG_UNBLOCK_DISABLED|SC_PKCS15_PIN_FLAG_SO_PIN;
  ------------------
  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
 1517|      0|	pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_BCD;
  ------------------
  |  |   88|      0|#define SC_PKCS15_PIN_TYPE_BCD				0
  ------------------
 1518|      0|	pin_info.attrs.pin.min_length = 16;
 1519|      0|	pin_info.attrs.pin.stored_length = 0;
 1520|      0|	pin_info.attrs.pin.max_length = 16;
 1521|      0|	pin_info.attrs.pin.pad_char = '\0';
 1522|      0|	pin_info.tries_left = 15;
 1523|      0|	pin_info.max_tries = 15;
 1524|       |
 1525|      0|	strlcpy(pin_obj.label, "SOPIN", sizeof(pin_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
 1526|      0|	pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 1527|       |
 1528|      0|	pin_obj.data = &pin_info;
 1529|       |
 1530|      0|	r = sc_pkcs15_get_pin_info(p15card, &pin_obj);
 1531|       |
 1532|      0|	if (r != SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|      0|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (1532:6): [True: 0, False: 0]
  ------------------
 1533|      0|		pin_info.attrs.pin.flags |= SC_PKCS15_PIN_FLAG_INITIALIZED;
  ------------------
  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
 1534|      0|	} else {
 1535|      0|		r = SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1536|      0|	}
 1537|       |
 1538|      0|	if (r < 0) {
  ------------------
  |  Branch (1538:6): [True: 0, False: 0]
  ------------------
 1539|      0|		sc_pkcs15_card_clear(p15card);
 1540|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1541|      0|	}
 1542|       |
 1543|      0|	r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
 1544|      0|	if (r < 0) {
  ------------------
  |  Branch (1544:6): [True: 0, False: 0]
  ------------------
 1545|      0|		sc_pkcs15_card_clear(p15card);
 1546|      0|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1547|      0|	}
 1548|       |
 1549|       |
 1550|      0|	if (card->type == SC_CARD_TYPE_SC_HSM_SOC
  ------------------
  |  Branch (1550:6): [True: 0, False: 0]
  ------------------
 1551|      0|			|| card->type == SC_CARD_TYPE_SC_HSM_GOID) {
  ------------------
  |  Branch (1551:7): [True: 0, False: 0]
  ------------------
 1552|       |		/* SC-HSM of this type always has a PIN-Pad */
 1553|      0|		r = SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1554|      0|	} else {
 1555|      0|		memset(&pindata, 0, sizeof(pindata));
 1556|      0|		pindata.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|      0|#define SC_PIN_CMD_GET_INFO	3
  ------------------
 1557|      0|		pindata.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1558|      0|		pindata.pin_reference = 0x85;
 1559|       |
 1560|      0|		r = sc_pin_cmd(card, &pindata);
 1561|      0|	}
 1562|      0|	if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|      0|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (1562:6): [True: 0, False: 0]
  ------------------
 1563|      0|		memset(&pindata, 0, sizeof(pindata));
 1564|      0|		pindata.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|      0|#define SC_PIN_CMD_GET_INFO	3
  ------------------
 1565|      0|		pindata.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1566|      0|		pindata.pin_reference = 0x86;
 1567|       |
 1568|      0|		r = sc_pin_cmd(card, &pindata);
 1569|      0|	}
 1570|       |
 1571|      0|	if ((r != SC_ERROR_DATA_OBJECT_NOT_FOUND) && (r != SC_ERROR_INCORRECT_PARAMETERS) && (r != SC_ERROR_REF_DATA_NOT_USABLE))
  ------------------
  |  |   66|      0|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
              	if ((r != SC_ERROR_DATA_OBJECT_NOT_FOUND) && (r != SC_ERROR_INCORRECT_PARAMETERS) && (r != SC_ERROR_REF_DATA_NOT_USABLE))
  ------------------
  |  |   55|      0|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
              	if ((r != SC_ERROR_DATA_OBJECT_NOT_FOUND) && (r != SC_ERROR_INCORRECT_PARAMETERS) && (r != SC_ERROR_REF_DATA_NOT_USABLE))
  ------------------
  |  |   70|      0|#define SC_ERROR_REF_DATA_NOT_USABLE	-1220
  ------------------
  |  Branch (1571:6): [True: 0, False: 0]
  |  Branch (1571:47): [True: 0, False: 0]
  |  Branch (1571:87): [True: 0, False: 0]
  ------------------
 1572|      0|		card->caps |= SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH;
  ------------------
  |  |  560|      0|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
 1573|       |
 1574|       |
 1575|      0|	filelistlength = sc_list_files(card, filelist, sizeof(filelist));
 1576|      0|	if (filelistlength < 0)
  ------------------
  |  Branch (1576:6): [True: 0, False: 0]
  ------------------
 1577|      0|		sc_pkcs15_card_clear(p15card);
 1578|      0|	LOG_TEST_RET(card->ctx, filelistlength, "Could not enumerate file and key identifier");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1579|       |
 1580|      0|	for (i = 0; i < filelistlength; i += 2) {
  ------------------
  |  Branch (1580:14): [True: 0, False: 0]
  ------------------
 1581|      0|		switch(filelist[i]) {
  ------------------
  |  Branch (1581:10): [True: 0, False: 0]
  ------------------
 1582|      0|		case KEY_PREFIX:
  ------------------
  |  |   33|      0|#define KEY_PREFIX				0xCC		/* Hi byte in file identifier for key objects */
  ------------------
  |  Branch (1582:3): [True: 0, False: 0]
  ------------------
 1583|      0|			r = sc_pkcs15emu_sc_hsm_add_prkd(p15card, filelist[i + 1]);
 1584|      0|			break;
 1585|      0|		case DCOD_PREFIX:
  ------------------
  |  |   31|      0|#define DCOD_PREFIX				0xC9		/* Hi byte in file identifier for PKCS#15 DCOD objects */
  ------------------
  |  Branch (1585:3): [True: 0, False: 0]
  ------------------
 1586|      0|			r = sc_pkcs15emu_sc_hsm_add_dcod(p15card, filelist[i + 1]);
 1587|      0|			break;
 1588|      0|		case CD_PREFIX:
  ------------------
  |  |   30|      0|#define CD_PREFIX				0xC8		/* Hi byte in file identifier for PKCS#15 CD objects */
  ------------------
  |  Branch (1588:3): [True: 0, False: 0]
  ------------------
 1589|      0|			r = sc_pkcs15emu_sc_hsm_add_cd(p15card, filelist[i + 1]);
 1590|      0|			break;
 1591|      0|		}
 1592|      0|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1592:7): [True: 0, False: 0]
  ------------------
 1593|      0|			sc_log(card->ctx, "Error %d adding elements to framework", r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1594|      0|		}
 1595|      0|	}
 1596|       |
 1597|      0|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1598|      0|}
pkcs15-sc-hsm.c:read_file:
  293|     67|{
  294|     67|	sc_path_t path;
  295|     67|	int r;
  296|       |
  297|     67|	sc_path_set(&path, SC_PATH_TYPE_FILE_ID, fid, 2, 0, 0);
  ------------------
  |  |  117|     67|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  298|       |	/* look this up with our AID */
  299|     67|	path.aid = sc_hsm_aid;
  300|       |	/* we don't have a pre-known size of the file */
  301|     67|	path.count = -1;
  302|     67|	if (!p15card->opts.use_file_cache || !efbin
  ------------------
  |  Branch (302:6): [True: 67, False: 0]
  |  Branch (302:39): [True: 0, False: 0]
  ------------------
  303|     67|			|| SC_SUCCESS != sc_pkcs15_read_cached_file(p15card, &path, &efbin, len)) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (303:7): [True: 0, False: 0]
  ------------------
  304|       |		/* avoid re-selection of SC-HSM */
  305|     67|		path.aid.len = 0;
  306|     67|		r = sc_select_file(p15card->card, &path, NULL);
  307|     67|		if (r < 0) {
  ------------------
  |  Branch (307:7): [True: 21, False: 46]
  ------------------
  308|     21|			sc_log(p15card->card->ctx, "Could not select EF");
  ------------------
  |  |   71|     21|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  309|     46|		} else {
  310|     46|			r = sc_read_binary(p15card->card, 0, efbin, *len, 0);
  311|     46|		}
  312|       |
  313|     67|		if (r < 0) {
  ------------------
  |  Branch (313:7): [True: 28, False: 39]
  ------------------
  314|     28|			sc_log(p15card->card->ctx, "Could not read EF");
  ------------------
  |  |   71|     28|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  315|     28|			if (!optional) {
  ------------------
  |  Branch (315:8): [True: 0, False: 28]
  ------------------
  316|      0|				return r;
  317|      0|			}
  318|       |			/* optional files are saved as empty files to avoid card
  319|       |			 * transactions. Parsing the file's data will reveal that they were
  320|       |			 * missing. */
  321|     28|			*len = 0;
  322|     39|		} else {
  323|     39|			*len = r;
  324|     39|		}
  325|       |
  326|     67|		if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (326:7): [True: 0, False: 67]
  ------------------
  327|       |			/* save this with our AID */
  328|      0|			path.aid = sc_hsm_aid;
  329|      0|			sc_pkcs15_cache_file(p15card, &path, efbin, *len);
  330|      0|		}
  331|     67|	}
  332|       |
  333|     67|	return SC_SUCCESS;
  ------------------
  |  |   28|     67|#define SC_SUCCESS				0
  ------------------
  334|     67|}

sc_pkcs15_decipher:
  283|   165k|{
  284|   165k|	sc_context_t *ctx = p15card->card->ctx;
  285|   165k|	int r;
  286|   165k|	sc_algorithm_info_t *alg_info = NULL;
  287|   165k|	sc_security_env_t senv;
  288|   165k|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
  289|   165k|	unsigned long pad_flags = 0, sec_flags = 0;
  290|       |
  291|   165k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|   165k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   165k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   165k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   165k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 165k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  292|       |
  293|   165k|	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP)))
  ------------------
  |  |  306|   165k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP)))
  ------------------
  |  |  310|   165k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  |  Branch (293:6): [True: 99.5k, False: 65.5k]
  ------------------
  294|   165k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for decryption");
  ------------------
  |  |  174|  99.5k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  99.5k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  99.5k|	int _ret = (r); \
  |  |  |  |  168|  99.5k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 99.5k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  99.5k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  99.5k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  99.5k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  99.5k|		return _ret; \
  |  |  |  |  172|  99.5k|	} \
  |  |  |  |  173|  99.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  295|       |
  296|  65.5k|	r = format_senv(p15card, obj, &senv, &alg_info);
  297|  65.5k|	LOG_TEST_RET(ctx, r, "Could not initialize security environment");
  ------------------
  |  |  174|  65.5k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  65.5k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  65.5k|	int _ret = (r); \
  |  |  |  |  168|  65.5k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 56.6k, False: 8.90k]
  |  |  |  |  ------------------
  |  |  |  |  169|  56.6k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  56.6k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  56.6k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  56.6k|		return _ret; \
  |  |  |  |  172|  56.6k|	} \
  |  |  |  |  173|  65.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 8.90k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  298|  8.90k|	senv.operation = SC_SEC_OPERATION_DECIPHER;
  ------------------
  |  |   47|  8.90k|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  299|       |
  300|  8.90k|	r = sc_get_encoding_flags(ctx, flags, alg_info->flags, &pad_flags, &sec_flags);
  301|  8.90k|	LOG_TEST_RET(ctx, r, "cannot encode security operation flags");
  ------------------
  |  |  174|  8.90k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  8.90k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  8.90k|	int _ret = (r); \
  |  |  |  |  168|  8.90k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4.53k, False: 4.37k]
  |  |  |  |  ------------------
  |  |  |  |  169|  4.53k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  4.53k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  4.53k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  4.53k|		return _ret; \
  |  |  |  |  172|  4.53k|	} \
  |  |  |  |  173|  8.90k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4.37k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  302|  4.37k|	senv.algorithm_flags = sec_flags;
  303|       |
  304|  4.37k|	r = use_key(p15card, obj, &senv, sc_decipher, in, inlen, out,
  305|  4.37k|			outlen);
  306|  4.37k|	LOG_TEST_RET(ctx, r, "use_key() failed");
  ------------------
  |  |  174|  4.37k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  4.37k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  4.37k|	int _ret = (r); \
  |  |  |  |  168|  4.37k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3.90k, False: 474]
  |  |  |  |  ------------------
  |  |  |  |  169|  3.90k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.90k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  3.90k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  3.90k|		return _ret; \
  |  |  |  |  172|  3.90k|	} \
  |  |  |  |  173|  4.37k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 474]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  307|       |
  308|       |	/* Strip any padding */
  309|    474|	if (pad_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) {
  ------------------
  |  |  110|    474|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (309:6): [True: 197, False: 277]
  ------------------
  310|    197|		unsigned int s = r;
  311|    197|		unsigned int key_size = (unsigned int)alg_info->key_length;
  312|    197|		r = sc_pkcs1_strip_02_padding_constant_time(ctx, key_size / 8, out, s, out, &s);
  313|       |		/* for keeping PKCS#1 v1.5 depadding constant-time, do not log error here */
  314|    197|	}
  315|    277|#ifdef ENABLE_OPENSSL
  316|    277|	else if (pad_flags & SC_ALGORITHM_RSA_PAD_OAEP) {
  ------------------
  |  |  108|    277|#define SC_ALGORITHM_RSA_PAD_OAEP	0x00000020 /* PKCS#1 v2.0 OAEP */
  ------------------
  |  Branch (316:11): [True: 0, False: 277]
  ------------------
  317|      0|		size_t s = r;
  318|      0|		uint8_t *param = NULL;
  319|      0|		size_t paramlen = 0;
  320|      0|		if (pMechanism != NULL) {
  ------------------
  |  Branch (320:7): [True: 0, False: 0]
  ------------------
  321|      0|			CK_MECHANISM *mech = (CK_MECHANISM *)pMechanism;
  322|      0|			if (mech->pParameter && sizeof(CK_RSA_PKCS_OAEP_PARAMS) == mech->ulParameterLen) {
  ------------------
  |  Branch (322:8): [True: 0, False: 0]
  |  Branch (322:28): [True: 0, False: 0]
  ------------------
  323|      0|				CK_RSA_PKCS_OAEP_PARAMS * oaep_params = mech->pParameter;
  324|      0|				if (oaep_params->source == CKZ_DATA_SPECIFIED) {
  ------------------
  |  | 1227|      0|#define CKZ_DATA_SPECIFIED 0x00000001UL
  ------------------
  |  Branch (324:9): [True: 0, False: 0]
  ------------------
  325|      0|					param = oaep_params->pSourceData;
  326|      0|					paramlen = (size_t)oaep_params->ulSourceDataLen;
  327|      0|				}
  328|      0|			}
  329|      0|		}
  330|      0|		r = sc_pkcs1_strip_oaep_padding(ctx, out, s, flags, param, paramlen);
  331|      0|		LOG_TEST_RET(ctx, r, "Invalid OAEP padding");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  332|      0|	}
  333|    474|#endif
  334|       |	/* do not log error code to prevent side channel attack */
  335|    474|	return r;
  336|    474|}
sc_pkcs15_derive:
  349|  41.2k|{
  350|  41.2k|	sc_context_t *ctx = p15card->card->ctx;
  351|  41.2k|	int r;
  352|  41.2k|	sc_algorithm_info_t *alg_info = NULL;
  353|  41.2k|	sc_security_env_t senv;
  354|  41.2k|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
  355|  41.2k|	unsigned long pad_flags = 0, sec_flags = 0;
  356|       |
  357|  41.2k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  41.2k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  41.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  41.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  41.2k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 41.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|       |
  359|  41.2k|	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_DERIVE)))
  ------------------
  |  |  313|  41.2k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  |  Branch (359:6): [True: 22.6k, False: 18.6k]
  ------------------
  360|  41.2k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for derivation");
  ------------------
  |  |  174|  22.6k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  22.6k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  22.6k|	int _ret = (r); \
  |  |  |  |  168|  22.6k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 22.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  22.6k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  22.6k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  22.6k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  22.6k|		return _ret; \
  |  |  |  |  172|  22.6k|	} \
  |  |  |  |  173|  22.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  361|       |
  362|  18.6k|	switch (obj->type) {
  363|    553|		case SC_PKCS15_TYPE_PRKEY_EC:
  ------------------
  |  |  421|    553|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (363:3): [True: 553, False: 18.0k]
  ------------------
  364|    553|		case SC_PKCS15_TYPE_PRKEY_XEDDSA:
  ------------------
  |  |  423|    553|#define SC_PKCS15_TYPE_PRKEY_XEDDSA		0x106
  ------------------
  |  Branch (364:3): [True: 0, False: 18.6k]
  ------------------
  365|    553|			if (out == NULL || *poutlen < BYTES4BITS(prkey->field_length)) {
  ------------------
  |  |  146|    553|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  |  Branch (365:8): [True: 0, False: 553]
  |  Branch (365:23): [True: 0, False: 553]
  ------------------
  366|      0|				*poutlen = BYTES4BITS(prkey->field_length);
  ------------------
  |  |  146|      0|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  367|      0|				r = 0; /* say no data to return */
  368|      0|				LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  369|      0|			}
  370|    553|			break;
  371|  18.0k|		default:
  ------------------
  |  Branch (371:3): [True: 18.0k, False: 553]
  ------------------
  372|  18.0k|			LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED,"Key type not supported");
  ------------------
  |  |  174|  18.0k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  18.0k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  18.0k|	int _ret = (r); \
  |  |  |  |  168|  18.0k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18.0k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  18.0k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  18.0k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  18.0k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  18.0k|		return _ret; \
  |  |  |  |  172|  18.0k|	} \
  |  |  |  |  173|  18.0k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|  18.6k|	}
  374|       |
  375|    553|	r = format_senv(p15card, obj, &senv, &alg_info);
  376|    553|	LOG_TEST_RET(ctx, r, "Could not initialize security environment");
  ------------------
  |  |  174|    553|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    553|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    553|	int _ret = (r); \
  |  |  |  |  168|    553|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 127, False: 426]
  |  |  |  |  ------------------
  |  |  |  |  169|    127|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    127|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    127|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    127|		return _ret; \
  |  |  |  |  172|    127|	} \
  |  |  |  |  173|    553|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 426]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  377|    426|	senv.operation = SC_SEC_OPERATION_DERIVE;
  ------------------
  |  |   50|    426|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
  378|       |
  379|    426|	r = sc_get_encoding_flags(ctx, flags, alg_info->flags, &pad_flags, &sec_flags);
  380|    426|	LOG_TEST_RET(ctx, r, "cannot encode security operation flags");
  ------------------
  |  |  174|    426|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    426|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    426|	int _ret = (r); \
  |  |  |  |  168|    426|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 426]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|    426|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 426]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  381|    426|	senv.algorithm_flags = sec_flags;
  382|       |
  383|    426|	r = use_key(p15card, obj, &senv, sc_decipher, in, inlen, out,
  384|    426|			*poutlen);
  385|    426|	LOG_TEST_RET(ctx, r, "use_key() failed");
  ------------------
  |  |  174|    426|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    426|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    426|	int _ret = (r); \
  |  |  |  |  168|    426|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 401, False: 25]
  |  |  |  |  ------------------
  |  |  |  |  169|    401|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    401|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    401|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    401|		return _ret; \
  |  |  |  |  172|    401|	} \
  |  |  |  |  173|    426|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  386|       |
  387|       |	/* If card stores derived key on card, then no data is returned
  388|       |	 * and the key must be used on the card. */
  389|     25|	*poutlen = r;
  390|     25|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|     25|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     25|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     25|	int _ret = r; \
  |  |  |  |  155|     25|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 24, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  156|     24|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 24]
  |  |  |  |  ------------------
  |  |  |  |  157|     24|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     24|	} else { \
  |  |  |  |  159|      1|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      1|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      1|	} \
  |  |  |  |  162|     25|	return _ret; \
  |  |  |  |  163|     25|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  391|     25|}
sc_pkcs15_unwrap:
  405|   165k|{
  406|   165k|	sc_context_t *ctx = p15card->card->ctx;
  407|   165k|	int r;
  408|   165k|	sc_algorithm_info_t *alg_info = NULL;
  409|   165k|	sc_security_env_t senv;
  410|   165k|	const struct sc_pkcs15_prkey_info *src_prkey = (const struct sc_pkcs15_prkey_info *) key->data;
  411|   165k|	const struct sc_pkcs15_skey_info *src_skey = (const struct sc_pkcs15_skey_info *) key->data;
  412|   165k|	const struct sc_pkcs15_skey_info *tkey = (const struct sc_pkcs15_skey_info *) target_key->data;
  413|   165k|	unsigned long pad_flags = 0, sec_flags = 0;
  414|   165k|	u8 *out = 0;
  415|   165k|	size_t poutlen = 0;
  416|   165k|	sc_path_t path, target_file_id;
  417|   165k|	sc_sec_env_param_t senv_param;
  418|       |
  419|   165k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|   165k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   165k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   165k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   165k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 165k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  420|       |
  421|   165k|	if (key->type == SC_PKCS15_TYPE_PRKEY_RSA) {
  ------------------
  |  |  419|   165k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (421:6): [True: 16.8k, False: 148k]
  ------------------
  422|  16.8k|		if (!(src_prkey->usage & (SC_PKCS15_PRKEY_USAGE_UNWRAP)))
  ------------------
  |  |  310|  16.8k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  |  Branch (422:7): [True: 13.6k, False: 3.18k]
  ------------------
  423|  16.8k|			LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for unwrapping");
  ------------------
  |  |  174|  13.6k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  13.6k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  13.6k|	int _ret = (r); \
  |  |  |  |  168|  13.6k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  13.6k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  13.6k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  13.6k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  13.6k|		return _ret; \
  |  |  |  |  172|  13.6k|	} \
  |  |  |  |  173|  13.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  424|  16.8k|	}
  425|   148k|	else if ((key->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY) {
  ------------------
  |  |  416|   148k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              	else if ((key->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY) {
  ------------------
  |  |  432|   148k|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (425:11): [True: 0, False: 148k]
  ------------------
  426|      0|		if (!(src_skey->usage & (SC_PKCS15_PRKEY_USAGE_UNWRAP)))
  ------------------
  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  |  Branch (426:7): [True: 0, False: 0]
  ------------------
  427|      0|			LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for unwrapping");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  428|      0|	}
  429|   148k|	else
  430|   148k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Key type not supported");
  ------------------
  |  |  174|   148k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   148k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   148k|	int _ret = (r); \
  |  |  |  |  168|   148k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 148k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|   148k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|   148k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|   148k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|   148k|		return _ret; \
  |  |  |  |  172|   148k|	} \
  |  |  |  |  173|   148k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  431|       |
  432|  3.18k|	r = format_senv(p15card, key, &senv, &alg_info);
  433|  3.18k|	LOG_TEST_RET(ctx, r, "Could not initialize security environment");
  ------------------
  |  |  174|  3.18k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.18k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.18k|	int _ret = (r); \
  |  |  |  |  168|  3.18k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 244, False: 2.94k]
  |  |  |  |  ------------------
  |  |  |  |  169|    244|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    244|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    244|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    244|		return _ret; \
  |  |  |  |  172|    244|	} \
  |  |  |  |  173|  3.18k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.94k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  434|  2.94k|	senv.operation = SC_SEC_OPERATION_UNWRAP;
  ------------------
  |  |   52|  2.94k|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
  435|       |
  436|  2.94k|	memset(&path, 0, sizeof(sc_path_t));
  437|  2.94k|	memset(&target_file_id, 0, sizeof(sc_path_t));
  438|       |
  439|  2.94k|	if (!tkey->path.len && tkey->path.aid.len) {
  ------------------
  |  Branch (439:6): [True: 2.94k, False: 0]
  |  Branch (439:25): [True: 0, False: 2.94k]
  ------------------
  440|       |		/* Target key is a SDO allocated in application DF */
  441|      0|		target_file_id = tkey->path;
  442|      0|	}
  443|  2.94k|	else if (tkey->path.len == 2 && p15card->file_app != NULL) {
  ------------------
  |  Branch (443:11): [True: 0, False: 2.94k]
  |  Branch (443:34): [True: 0, False: 0]
  ------------------
  444|       |		/* Path is relative to app. DF */
  445|      0|		path = p15card->file_app->path;
  446|      0|		target_file_id = tkey->path;
  447|      0|		sc_append_path(&path, &target_file_id);
  448|      0|		target_file_id = path;
  449|      0|	}
  450|  2.94k|	else if (tkey->path.len > 2) {
  ------------------
  |  Branch (450:11): [True: 0, False: 2.94k]
  ------------------
  451|      0|		path = tkey->path;
  452|      0|		memcpy(target_file_id.value, tkey->path.value + tkey->path.len - 2, 2);
  453|      0|		target_file_id.len = 2;
  454|      0|		target_file_id.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  455|      0|	}
  456|  2.94k|	else {
  457|  2.94k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "invalid unwrapping target key path");
  ------------------
  |  |  174|  2.94k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.94k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.94k|	int _ret = (r); \
  |  |  |  |  168|  2.94k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.94k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.94k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  2.94k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.94k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.94k|		return _ret; \
  |  |  |  |  172|  2.94k|	} \
  |  |  |  |  173|  2.94k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  458|  2.94k|	}
  459|       |
  460|      0|	senv_param = (sc_sec_env_param_t) { SC_SEC_ENV_PARAM_TARGET_FILE, &target_file_id, sizeof(target_file_id)};
  ------------------
  |  |   66|      0|#define SC_SEC_ENV_PARAM_TARGET_FILE	2
  ------------------
  461|      0|	LOG_TEST_RET(ctx, sec_env_add_param(&senv, &senv_param), "failed to add target file path to security environment");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  462|       |
  463|      0|	r = sc_get_encoding_flags(ctx, flags, alg_info->flags, &pad_flags, &sec_flags);
  464|      0|	LOG_TEST_RET(ctx, r, "cannot encode security operation flags");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  465|      0|	senv.algorithm_flags = sec_flags;
  466|       |
  467|      0|	if ((sec_flags & (SC_ALGORITHM_AES_CBC | SC_ALGORITHM_AES_CBC_PAD)) > 0) {
  ------------------
  |  |  207|      0|#define SC_ALGORITHM_AES_CBC		 0x02000000
  ------------------
              	if ((sec_flags & (SC_ALGORITHM_AES_CBC | SC_ALGORITHM_AES_CBC_PAD)) > 0) {
  ------------------
  |  |  208|      0|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
  |  Branch (467:6): [True: 0, False: 0]
  ------------------
  468|      0|	    senv_param = (sc_sec_env_param_t) { SC_SEC_ENV_PARAM_IV, (void*) param, paramlen };
  ------------------
  |  |   65|      0|#define SC_SEC_ENV_PARAM_IV		1
  ------------------
  469|      0|	    LOG_TEST_RET(ctx, sec_env_add_param(&senv, &senv_param), "failed to add IV to security environment");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  470|      0|	}
  471|       |
  472|      0|	r = use_key(p15card, key, &senv, sc_unwrap, in, inlen, out,
  473|      0|		    poutlen);
  474|      0|	LOG_TEST_RET(ctx, r, "use_key() failed");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  475|       |
  476|      0|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  477|      0|}
sc_pkcs15_wrap:
  490|   165k|		const u8 *param, size_t paramlen) {
  491|   165k|	sc_context_t *ctx = p15card->card->ctx;
  492|   165k|	int r;
  493|   165k|	sc_algorithm_info_t *alg_info = NULL;
  494|   165k|	sc_security_env_t senv;
  495|   165k|	const struct sc_pkcs15_prkey_info *src_prkey = (const struct sc_pkcs15_prkey_info *) key->data;
  496|   165k|	const struct sc_pkcs15_skey_info *src_skey = (const struct sc_pkcs15_skey_info *) key->data;
  497|   165k|	const struct sc_pkcs15_prkey_info *target_prkey = (const struct sc_pkcs15_prkey_info *) target_key->data;
  498|   165k|	const struct sc_pkcs15_skey_info *target_skey = (const struct sc_pkcs15_skey_info *) target_key->data;
  499|   165k|	unsigned long pad_flags = 0, sec_flags = 0;
  500|   165k|	sc_path_t tkey_path;
  501|   165k|	sc_path_t path, target_file_id;
  502|   165k|	sc_sec_env_param_t senv_param;
  503|       |
  504|   165k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|   165k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   165k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   165k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   165k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 165k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  505|       |
  506|   165k|	switch (key->type) {
  507|  16.8k|		case SC_PKCS15_TYPE_PRKEY_RSA:
  ------------------
  |  |  419|  16.8k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (507:3): [True: 16.8k, False: 148k]
  ------------------
  508|  16.8k|			if (!(src_prkey->usage & (SC_PKCS15_PRKEY_USAGE_WRAP)))
  ------------------
  |  |  309|  16.8k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  |  Branch (508:8): [True: 14.9k, False: 1.82k]
  ------------------
  509|  16.8k|				LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for wrapping");
  ------------------
  |  |  174|  14.9k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  14.9k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  14.9k|	int _ret = (r); \
  |  |  |  |  168|  14.9k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14.9k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  14.9k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  14.9k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  14.9k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  14.9k|		return _ret; \
  |  |  |  |  172|  14.9k|	} \
  |  |  |  |  173|  14.9k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  510|  1.82k|			break;
  511|  1.82k|		case SC_PKCS15_TYPE_SKEY_DES:
  ------------------
  |  |  434|      0|#define SC_PKCS15_TYPE_SKEY_DES			0x302
  ------------------
  |  Branch (511:3): [True: 0, False: 165k]
  ------------------
  512|      0|		case SC_PKCS15_TYPE_SKEY_3DES:
  ------------------
  |  |  436|      0|#define SC_PKCS15_TYPE_SKEY_3DES		0x304
  ------------------
  |  Branch (512:3): [True: 0, False: 165k]
  ------------------
  513|      0|		case SC_PKCS15_TYPE_SKEY_GENERIC:
  ------------------
  |  |  433|      0|#define SC_PKCS15_TYPE_SKEY_GENERIC		0x301
  ------------------
  |  Branch (513:3): [True: 0, False: 165k]
  ------------------
  514|      0|			if (!(src_skey->usage & (SC_PKCS15_PRKEY_USAGE_WRAP)))
  ------------------
  |  |  309|      0|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  |  Branch (514:8): [True: 0, False: 0]
  ------------------
  515|      0|			LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for wrapping");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|      0|			break;
  517|   148k|		default:
  ------------------
  |  Branch (517:3): [True: 148k, False: 16.8k]
  ------------------
  518|   148k|			LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Wrapping key type not supported");
  ------------------
  |  |  174|   148k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   148k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   148k|	int _ret = (r); \
  |  |  |  |  168|   148k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 148k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|   148k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|   148k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|   148k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|   148k|		return _ret; \
  |  |  |  |  172|   148k|	} \
  |  |  |  |  173|   148k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|   165k|	}
  520|       |
  521|  1.82k|	if (!(target_key->type == SC_PKCS15_TYPE_PRKEY_RSA ||
  ------------------
  |  |  419|  3.64k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (521:8): [True: 0, False: 1.82k]
  ------------------
  522|  1.82k|			(target_key->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY)) {
  ------------------
  |  |  416|  1.82k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              			(target_key->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY)) {
  ------------------
  |  |  432|  1.82k|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (522:4): [True: 1.82k, False: 0]
  ------------------
  523|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Target key type not supported");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|      0|	}
  525|       |
  526|  1.82k|	r = format_senv(p15card, key, &senv, &alg_info);
  527|  1.82k|	LOG_TEST_RET(ctx, r, "Could not initialize security environment");
  ------------------
  |  |  174|  1.82k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.82k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.82k|	int _ret = (r); \
  |  |  |  |  168|  1.82k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 40, False: 1.78k]
  |  |  |  |  ------------------
  |  |  |  |  169|     40|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     40|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     40|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     40|		return _ret; \
  |  |  |  |  172|     40|	} \
  |  |  |  |  173|  1.82k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.78k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  528|  1.78k|	senv.operation = SC_SEC_OPERATION_WRAP;
  ------------------
  |  |   51|  1.78k|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  529|       |
  530|  1.78k|	memset(&path, 0, sizeof (sc_path_t));
  531|  1.78k|	memset(&target_file_id, 0, sizeof (sc_path_t));
  532|       |
  533|  1.78k|	switch (target_key->type) {
  534|      0|		case SC_PKCS15_TYPE_PRKEY_RSA:
  ------------------
  |  |  419|      0|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (534:3): [True: 0, False: 1.78k]
  ------------------
  535|      0|			tkey_path = target_prkey->path;
  536|      0|			break;
  537|  1.78k|		default: /* we already know it is a secret key */
  ------------------
  |  Branch (537:3): [True: 1.78k, False: 0]
  ------------------
  538|  1.78k|			tkey_path = target_skey->path;
  539|  1.78k|			break;
  540|  1.78k|	}
  541|       |
  542|  1.78k|	if (!tkey_path.len && tkey_path.aid.len) {
  ------------------
  |  Branch (542:6): [True: 1.78k, False: 0]
  |  Branch (542:24): [True: 0, False: 1.78k]
  ------------------
  543|       |		/* Target key is a SDO allocated in application DF */
  544|      0|		target_file_id = tkey_path;
  545|  1.78k|	} else if (tkey_path.len == 2 && p15card->file_app != NULL) {
  ------------------
  |  Branch (545:13): [True: 0, False: 1.78k]
  |  Branch (545:35): [True: 0, False: 0]
  ------------------
  546|       |		/* Path is relative to app. DF */
  547|      0|		path = p15card->file_app->path;
  548|      0|		target_file_id = tkey_path;
  549|      0|		sc_append_path(&path, &target_file_id);
  550|      0|		target_file_id  = path;
  551|  1.78k|	} else if (tkey_path.len > 2) {
  ------------------
  |  Branch (551:13): [True: 0, False: 1.78k]
  ------------------
  552|       |		/*path = tkey_path;*/
  553|      0|		memcpy(target_file_id.value, tkey_path.value + tkey_path.len - 2, 2);
  554|      0|		target_file_id.len = 2;
  555|      0|		target_file_id.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  556|      0|	}
  557|  1.78k|	else {
  558|  1.78k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "invalid unwrapping target key path");
  ------------------
  |  |  174|  1.78k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.78k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.78k|	int _ret = (r); \
  |  |  |  |  168|  1.78k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.78k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.78k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.78k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.78k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.78k|		return _ret; \
  |  |  |  |  172|  1.78k|	} \
  |  |  |  |  173|  1.78k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  559|  1.78k|	}
  560|      0|	senv_param = (sc_sec_env_param_t) { SC_SEC_ENV_PARAM_TARGET_FILE, &target_file_id, sizeof(target_file_id)};
  ------------------
  |  |   66|      0|#define SC_SEC_ENV_PARAM_TARGET_FILE	2
  ------------------
  561|      0|	LOG_TEST_RET(ctx, sec_env_add_param(&senv, &senv_param), "failed to add target file path to security environment");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  562|       |
  563|      0|	r = sc_get_encoding_flags(ctx, flags, alg_info->flags, &pad_flags, &sec_flags);
  564|      0|	LOG_TEST_RET(ctx, r, "cannot encode security operation flags");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  565|      0|	senv.algorithm_flags = sec_flags;
  566|       |
  567|      0|	if ((sec_flags & (SC_ALGORITHM_AES_CBC | SC_ALGORITHM_AES_CBC_PAD)) > 0) {
  ------------------
  |  |  207|      0|#define SC_ALGORITHM_AES_CBC		 0x02000000
  ------------------
              	if ((sec_flags & (SC_ALGORITHM_AES_CBC | SC_ALGORITHM_AES_CBC_PAD)) > 0) {
  ------------------
  |  |  208|      0|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
  |  Branch (567:6): [True: 0, False: 0]
  ------------------
  568|      0|		senv_param = (sc_sec_env_param_t) { SC_SEC_ENV_PARAM_IV, (void*) param, paramlen };
  ------------------
  |  |   65|      0|#define SC_SEC_ENV_PARAM_IV		1
  ------------------
  569|      0|		LOG_TEST_RET(ctx, sec_env_add_param(&senv, &senv_param), "failed to add IV to security environment");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  570|      0|	}
  571|       |
  572|      0|	r = use_key(p15card, key, &senv, sc_wrap, NULL, 0, cryptogram, crgram_len ? *crgram_len : 0);
  ------------------
  |  Branch (572:65): [True: 0, False: 0]
  ------------------
  573|       |
  574|      0|	if (r > -1 && crgram_len) {
  ------------------
  |  Branch (574:6): [True: 0, False: 0]
  |  Branch (574:16): [True: 0, False: 0]
  ------------------
  575|      0|		if (*crgram_len < (size_t) r) {
  ------------------
  |  Branch (575:7): [True: 0, False: 0]
  ------------------
  576|      0|			*crgram_len = r;
  577|      0|			if (cryptogram != NULL) /* if NULL, return success and required buffer length by PKCS#11 convention */
  ------------------
  |  Branch (577:8): [True: 0, False: 0]
  ------------------
  578|      0|				LOG_TEST_RET(ctx, SC_ERROR_BUFFER_TOO_SMALL, "Buffer too small to hold the wrapped key.");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  579|      0|		}
  580|      0|		*crgram_len = r;
  581|      0|	}
  582|       |
  583|      0|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  584|      0|}
sc_pkcs15_compute_signature:
  597|   743k|{
  598|   743k|	sc_context_t *ctx = p15card->card->ctx;
  599|   743k|	int r;
  600|   743k|	sc_security_env_t senv;
  601|   743k|	sc_algorithm_info_t *alg_info;
  602|   743k|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
  603|   743k|	u8 *buf = NULL, *tmp;
  604|   743k|	size_t modlen = 0, buflen = 0;
  605|   743k|	unsigned long pad_flags = 0, sec_flags = 0;
  606|       |
  607|   743k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|   743k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   743k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   743k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   743k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 743k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  608|       |
  609|   743k|	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_SIGNRECOVER|
  ------------------
  |  |  307|   743k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_SIGNRECOVER|
  ------------------
  |  |  308|   743k|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  |  Branch (609:6): [True: 499k, False: 243k]
  ------------------
  610|   743k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION)))
  ------------------
  |  |  314|   743k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  611|   743k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for signing");
  ------------------
  |  |  174|   499k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   499k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   499k|	int _ret = (r); \
  |  |  |  |  168|   499k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 499k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|   499k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|   499k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|   499k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|   499k|		return _ret; \
  |  |  |  |  172|   499k|	} \
  |  |  |  |  173|   499k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  612|       |
  613|   243k|	r = format_senv(p15card, obj, &senv, &alg_info);
  614|   243k|	LOG_TEST_RET(ctx, r, "Could not initialize security environment");
  ------------------
  |  |  174|   243k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   243k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   243k|	int _ret = (r); \
  |  |  |  |  168|   243k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 191k, False: 52.4k]
  |  |  |  |  ------------------
  |  |  |  |  169|   191k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|   191k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|   191k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|   191k|		return _ret; \
  |  |  |  |  172|   191k|	} \
  |  |  |  |  173|   243k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 52.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  615|  52.4k|	senv.operation = SC_SEC_OPERATION_SIGN;
  ------------------
  |  |   48|  52.4k|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  616|       |
  617|  52.4k|	switch (obj->type) {
  618|  46.6k|		case SC_PKCS15_TYPE_PRKEY_RSA:
  ------------------
  |  |  419|  46.6k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (618:3): [True: 46.6k, False: 5.74k]
  ------------------
  619|  46.6k|			modlen = BYTES4BITS(prkey->modulus_length);
  ------------------
  |  |  146|  46.6k|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  620|  46.6k|			break;
  621|      0|		case SC_PKCS15_TYPE_PRKEY_GOSTR3410:
  ------------------
  |  |  420|      0|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
  |  Branch (621:3): [True: 0, False: 52.4k]
  ------------------
  622|      0|			modlen = BYTES4BITS(prkey->modulus_length) * 2;
  ------------------
  |  |  146|      0|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  623|      0|			break;
  624|  5.74k|		case SC_PKCS15_TYPE_PRKEY_EC:
  ------------------
  |  |  421|  5.74k|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (624:3): [True: 5.74k, False: 46.6k]
  ------------------
  625|  5.74k|		case SC_PKCS15_TYPE_PRKEY_EDDSA:
  ------------------
  |  |  422|  5.74k|#define SC_PKCS15_TYPE_PRKEY_EDDSA		0x105
  ------------------
  |  Branch (625:3): [True: 0, False: 52.4k]
  ------------------
  626|  5.74k|		case SC_PKCS15_TYPE_PRKEY_XEDDSA:
  ------------------
  |  |  423|  5.74k|#define SC_PKCS15_TYPE_PRKEY_XEDDSA		0x106
  ------------------
  |  Branch (626:3): [True: 0, False: 52.4k]
  ------------------
  627|  5.74k|			modlen = BYTES4BITS(prkey->field_length) * 2;  /* 2*nLen */
  ------------------
  |  |  146|  5.74k|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  628|  5.74k|			break;
  629|      0|		default:
  ------------------
  |  Branch (629:3): [True: 0, False: 52.4k]
  ------------------
  630|      0|			LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Key type not supported");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  631|  52.4k|	}
  632|       |
  633|       |	/* Probably never happens, but better make sure */
  634|  52.4k|	if (outlen < modlen)
  ------------------
  |  Branch (634:6): [True: 0, False: 52.4k]
  ------------------
  635|  52.4k|		LOG_FUNC_RETURN(ctx, SC_ERROR_BUFFER_TOO_SMALL);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  636|       |
  637|  52.4k|	buflen = inlen + modlen;
  638|  52.4k|	buf = sc_mem_secure_alloc(buflen);
  639|  52.4k|	if (buf == NULL)
  ------------------
  |  Branch (639:6): [True: 0, False: 52.4k]
  ------------------
  640|  52.4k|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  641|  52.4k|	memcpy(buf, in, inlen);
  642|       |
  643|       |	/* revert data to sign when signing with the GOST key.
  644|       |	 * TODO: can it be confirmed by the GOST standard?
  645|       |	 * TODO: tested with RuTokenECP, has to be validated for RuToken. */
  646|  52.4k|	if (obj->type == SC_PKCS15_TYPE_PRKEY_GOSTR3410) {
  ------------------
  |  |  420|  52.4k|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
  |  Branch (646:6): [True: 0, False: 52.4k]
  ------------------
  647|      0|		r = sc_mem_reverse(buf, inlen);
  648|      0|		LOG_TEST_GOTO_ERR(ctx, r, "Reverse memory error");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  649|      0|	}
  650|       |
  651|  52.4k|	tmp = buf;
  652|       |
  653|       |	/* flags: the requested algo
  654|       |	 * algo_info->flags: what is supported by the card
  655|       |	 * senv.algorithm_flags: what the card will have to do */
  656|       |
  657|       |	/* if the card has SC_ALGORITHM_NEED_USAGE set, and the
  658|       |	 * key is for signing and decryption, we need to emulate signing */
  659|       |
  660|  52.4k|	sc_log(ctx, "supported algorithm flags 0x%lX, private key usage 0x%X", alg_info->flags, prkey->usage);
  ------------------
  |  |   71|  52.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  661|  52.4k|	if (obj->type == SC_PKCS15_TYPE_PRKEY_RSA) {
  ------------------
  |  |  419|  52.4k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (661:6): [True: 46.6k, False: 5.74k]
  ------------------
  662|  46.6k|		if ((alg_info->flags & SC_ALGORITHM_NEED_USAGE) &&
  ------------------
  |  |   95|  46.6k|#define SC_ALGORITHM_NEED_USAGE		0x40000000
  ------------------
  |  Branch (662:7): [True: 0, False: 46.6k]
  ------------------
  663|      0|			((prkey->usage & USAGE_ANY_SIGN) &&
  ------------------
  |  |  588|      0|#define USAGE_ANY_SIGN          (SC_PKCS15_PRKEY_USAGE_SIGN|\
  |  |  ------------------
  |  |  |  |  307|      0|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  |  |  ------------------
  |  |  589|      0|                                 SC_PKCS15_PRKEY_USAGE_NONREPUDIATION)
  |  |  ------------------
  |  |  |  |  314|      0|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  |  |  ------------------
  ------------------
  |  Branch (663:5): [True: 0, False: 0]
  ------------------
  664|      0|			(prkey->usage & USAGE_ANY_DECIPHER)) ) {
  ------------------
  |  |  590|      0|#define USAGE_ANY_DECIPHER      (SC_PKCS15_PRKEY_USAGE_DECRYPT|\
  |  |  ------------------
  |  |  |  |  306|      0|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  |  |  ------------------
  |  |  591|      0|                                 SC_PKCS15_PRKEY_USAGE_UNWRAP)
  |  |  ------------------
  |  |  |  |  310|      0|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  |  |  ------------------
  ------------------
  |  Branch (664:4): [True: 0, False: 0]
  ------------------
  665|      0|			size_t tmplen = buflen;
  666|      0|			if (flags & SC_ALGORITHM_RSA_RAW) {
  ------------------
  |  |  102|      0|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (666:8): [True: 0, False: 0]
  ------------------
  667|      0|				r = sc_pkcs15_decipher(p15card, obj, flags, in, inlen, out, outlen, NULL);
  668|      0|				goto err;
  669|      0|			}
  670|      0|			if (modlen > tmplen)
  ------------------
  |  Branch (670:8): [True: 0, False: 0]
  ------------------
  671|      0|				LOG_TEST_GOTO_ERR(ctx, SC_ERROR_NOT_ALLOWED, "Buffer too small, needs recompile!");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  672|       |
  673|       |			/* XXX Assuming RSA key here */
  674|      0|			r = sc_pkcs1_encode(ctx, flags, in, inlen, buf, &tmplen, prkey->modulus_length, pMechanism);
  675|       |
  676|       |			/* no padding needed - already done */
  677|      0|			flags &= ~SC_ALGORITHM_RSA_PADS;
  ------------------
  |  |  103|      0|#define SC_ALGORITHM_RSA_PADS		0x000000FF
  ------------------
  678|       |			/* instead use raw rsa */
  679|      0|			flags |= SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|      0|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  680|       |
  681|      0|			LOG_TEST_GOTO_ERR(ctx, r, "Unable to add padding");
  ------------------
  |  |  184|      0|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      0|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      0|	int _ret = (r); \
  |  |  |  |  178|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      0|		goto err; \
  |  |  |  |  182|      0|	} \
  |  |  |  |  183|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  682|       |
  683|      0|			r = sc_pkcs15_decipher(p15card, obj, flags, buf, modlen, out, outlen, NULL);
  684|      0|			goto err;
  685|      0|		}
  686|       |
  687|       |
  688|       |		/* If the card doesn't support the requested algorithm, we normally add the
  689|       |		 * padding here in software and ask the card to do a raw signature.  There's
  690|       |		 * one exception to that, where we might be able to get the signature to
  691|       |		 * succeed by stripping padding if the card only offers higher-level
  692|       |		 * signature operations.  The only thing we can strip is the DigestInfo
  693|       |		 * block from PKCS1 padding. */
  694|  46.6k|		if ((flags == (SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE)) &&
  ------------------
  |  |  109|  46.6k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		if ((flags == (SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE)) &&
  ------------------
  |  |  133|  46.6k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (694:7): [True: 0, False: 46.6k]
  ------------------
  695|      0|			!(alg_info->flags & SC_ALGORITHM_RSA_RAW) &&
  ------------------
  |  |  102|      0|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (695:4): [True: 0, False: 0]
  ------------------
  696|      0|			!(alg_info->flags & SC_ALGORITHM_RSA_HASH_NONE) &&
  ------------------
  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (696:4): [True: 0, False: 0]
  ------------------
  697|      0|			(alg_info->flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)) {
  ------------------
  |  |  109|      0|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (697:4): [True: 0, False: 0]
  ------------------
  698|      0|			unsigned int algo;
  699|      0|			size_t tmplen = buflen;
  700|       |
  701|      0|			r = sc_pkcs1_strip_digest_info_prefix(&algo, tmp, inlen, tmp, &tmplen);
  702|      0|			if (r != SC_SUCCESS || algo == SC_ALGORITHM_RSA_HASH_NONE) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
              			if (r != SC_SUCCESS || algo == SC_ALGORITHM_RSA_HASH_NONE) {
  ------------------
  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (702:8): [True: 0, False: 0]
  |  Branch (702:27): [True: 0, False: 0]
  ------------------
  703|      0|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  704|      0|				goto err;
  705|      0|			}
  706|      0|			flags &= ~SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  707|      0|			flags |= algo;
  708|      0|			inlen = tmplen;
  709|      0|		}
  710|  46.6k|	}
  711|       |
  712|       |
  713|       |	/* ECDSA software hash has already been done, or is not needed, or card will do hash */
  714|       |	/* if card can not do the hash, will use SC_ALGORITHM_ECDSA_RAW */
  715|  52.4k|	if (obj->type == SC_PKCS15_TYPE_PRKEY_EC) {
  ------------------
  |  |  421|  52.4k|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (715:6): [True: 5.74k, False: 46.6k]
  ------------------
  716|  5.74k|		if ((alg_info->flags & SC_ALGORITHM_ECDSA_RAW)
  ------------------
  |  |  174|  5.74k|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  |  Branch (716:7): [True: 5.74k, False: 0]
  ------------------
  717|  5.74k|				&& !(flags & SC_ALGORITHM_ECDSA_HASHES & alg_info->flags)) {
  ------------------
  |  |  181|  5.74k|#define SC_ALGORITHM_ECDSA_HASHES		(SC_ALGORITHM_ECDSA_HASH_SHA1 | \
  |  |  ------------------
  |  |  |  |  176|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  182|  5.74k|							SC_ALGORITHM_ECDSA_HASH_SHA224 | \
  |  |  ------------------
  |  |  |  |  177|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  |  |  ------------------
  |  |  |  |  |  |  141|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  183|  5.74k|							SC_ALGORITHM_ECDSA_HASH_SHA256 | \
  |  |  ------------------
  |  |  |  |  178|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  184|  5.74k|							SC_ALGORITHM_ECDSA_HASH_SHA384 | \
  |  |  ------------------
  |  |  |  |  179|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  |  |  ------------------
  |  |  |  |  |  |  139|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  185|  5.74k|							SC_ALGORITHM_ECDSA_HASH_SHA512)
  |  |  ------------------
  |  |  |  |  180|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  |  |  ------------------
  |  |  |  |  |  |  140|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (717:8): [True: 5.74k, False: 0]
  ------------------
  718|  5.74k|			sc_log(ctx, "ECDSA using SC_ALGORITHM_ECDSA_RAW flags before 0x%8.8lx", flags);
  ------------------
  |  |   71|  5.74k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  719|  5.74k|				flags |= SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  174|  5.74k|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  720|  5.74k|				flags &= ~SC_ALGORITHM_ECDSA_HASHES;
  ------------------
  |  |  181|  5.74k|#define SC_ALGORITHM_ECDSA_HASHES		(SC_ALGORITHM_ECDSA_HASH_SHA1 | \
  |  |  ------------------
  |  |  |  |  176|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  182|  5.74k|							SC_ALGORITHM_ECDSA_HASH_SHA224 | \
  |  |  ------------------
  |  |  |  |  177|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  |  |  ------------------
  |  |  |  |  |  |  141|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  183|  5.74k|							SC_ALGORITHM_ECDSA_HASH_SHA256 | \
  |  |  ------------------
  |  |  |  |  178|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  184|  5.74k|							SC_ALGORITHM_ECDSA_HASH_SHA384 | \
  |  |  ------------------
  |  |  |  |  179|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  |  |  ------------------
  |  |  |  |  |  |  139|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  185|  5.74k|							SC_ALGORITHM_ECDSA_HASH_SHA512)
  |  |  ------------------
  |  |  |  |  180|  5.74k|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  |  |  ------------------
  |  |  |  |  |  |  140|  5.74k|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  721|  5.74k|		}
  722|  5.74k|	}
  723|       |
  724|  52.4k|	r = sc_get_encoding_flags(ctx, flags, alg_info->flags, &pad_flags, &sec_flags);
  725|  52.4k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  52.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (725:6): [True: 33.8k, False: 18.5k]
  ------------------
  726|  33.8k|		goto err;
  727|  33.8k|	}
  728|       |	/* senv now has flags card or driver will do */
  729|  18.5k|	senv.algorithm_flags = sec_flags;
  730|       |
  731|  18.5k|	sc_log(ctx, "DEE flags:0x%8.8lx alg_info->flags:0x%8.8lx pad:0x%8.8lx sec:0x%8.8lx",
  ------------------
  |  |   71|  18.5k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  732|  18.5k|		flags, alg_info->flags, pad_flags, sec_flags);
  733|       |
  734|       |	/* add the padding bytes (if necessary) */
  735|  18.5k|	if (pad_flags != 0) {
  ------------------
  |  Branch (735:6): [True: 6.93k, False: 11.6k]
  ------------------
  736|  6.93k|		size_t tmplen = buflen;
  737|       |
  738|       |		/* XXX Assuming RSA key here */
  739|  6.93k|		r = sc_pkcs1_encode(ctx, pad_flags, tmp, inlen, tmp, &tmplen,
  740|  6.93k|		    prkey->modulus_length, pMechanism);
  741|  6.93k|		LOG_TEST_GOTO_ERR(ctx, r, "Unable to add padding");
  ------------------
  |  |  184|  6.93k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  6.93k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  6.93k|	int _ret = (r); \
  |  |  |  |  178|  6.93k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 6.93k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|  6.93k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  6.93k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  6.93k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  6.93k|		goto err; \
  |  |  |  |  182|  6.93k|	} \
  |  |  |  |  183|  6.93k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|      0|		inlen = tmplen;
  743|      0|	}
  744|  11.6k|	else if ( senv.algorithm == SC_ALGORITHM_RSA &&
  ------------------
  |  |   69|  23.2k|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (744:12): [True: 9.08k, False: 2.55k]
  ------------------
  745|  9.08k|	          (flags & SC_ALGORITHM_RSA_PADS) == SC_ALGORITHM_RSA_PAD_NONE) {
  ------------------
  |  |  103|  9.08k|#define SC_ALGORITHM_RSA_PADS		0x000000FF
  ------------------
              	          (flags & SC_ALGORITHM_RSA_PADS) == SC_ALGORITHM_RSA_PAD_NONE) {
  ------------------
  |  |  104|  9.08k|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  |  Branch (745:12): [True: 1.37k, False: 7.70k]
  ------------------
  746|       |		/* Add zero-padding if input is shorter than the modulus */
  747|  1.37k|		if (inlen < modlen) {
  ------------------
  |  Branch (747:7): [True: 991, False: 384]
  ------------------
  748|    991|			if (modlen > buflen) {
  ------------------
  |  Branch (748:8): [True: 0, False: 991]
  ------------------
  749|      0|				r = SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  750|      0|				goto err;
  751|      0|			}
  752|    991|			memmove(tmp+modlen-inlen, tmp, inlen);
  753|    991|			memset(tmp, 0, modlen-inlen);
  754|    991|		}
  755|  1.37k|		inlen = modlen;
  756|  1.37k|	}
  757|       |	/* PKCS#11 MECHANISMS V2.30: 6.3.1 EC Signatures
  758|       |	 * If the length of the hash value is larger than the bit length of n, only
  759|       |	 * the leftmost bits of the hash up to the length of n will be used. Any
  760|       |	 * truncation is done by the token.
  761|       |	 * But if card is going to do the hash, pass in all the data
  762|       |	 */
  763|  10.2k|	else if (senv.algorithm == SC_ALGORITHM_EC &&
  ------------------
  |  |   70|  20.5k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (763:11): [True: 2.55k, False: 7.70k]
  ------------------
  764|  2.55k|			(senv.algorithm_flags & SC_ALGORITHM_ECDSA_HASHES) == 0) {
  ------------------
  |  |  181|  2.55k|#define SC_ALGORITHM_ECDSA_HASHES		(SC_ALGORITHM_ECDSA_HASH_SHA1 | \
  |  |  ------------------
  |  |  |  |  176|  2.55k|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|  2.55k|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  182|  2.55k|							SC_ALGORITHM_ECDSA_HASH_SHA224 | \
  |  |  ------------------
  |  |  |  |  177|  2.55k|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  |  |  ------------------
  |  |  |  |  |  |  141|  2.55k|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  183|  2.55k|							SC_ALGORITHM_ECDSA_HASH_SHA256 | \
  |  |  ------------------
  |  |  |  |  178|  2.55k|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|  2.55k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  184|  2.55k|							SC_ALGORITHM_ECDSA_HASH_SHA384 | \
  |  |  ------------------
  |  |  |  |  179|  2.55k|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  |  |  ------------------
  |  |  |  |  |  |  139|  2.55k|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  185|  2.55k|							SC_ALGORITHM_ECDSA_HASH_SHA512)
  |  |  ------------------
  |  |  |  |  180|  2.55k|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  |  |  ------------------
  |  |  |  |  |  |  140|  2.55k|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (764:4): [True: 2.55k, False: 0]
  ------------------
  765|  2.55k|		inlen = MIN(inlen, BYTES4BITS(prkey->field_length));
  ------------------
  |  |   70|  2.55k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 2.41k, False: 136]
  |  |  ------------------
  ------------------
  766|  2.55k|	}
  767|       |
  768|       |
  769|  11.6k|	r = use_key(p15card, obj, &senv, sc_compute_signature, tmp, inlen,
  770|  11.6k|			out, outlen);
  771|  11.6k|	LOG_TEST_GOTO_ERR(ctx, r, "use_key() failed");
  ------------------
  |  |  184|  11.6k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  11.6k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  11.6k|	int _ret = (r); \
  |  |  |  |  178|  11.6k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 11.0k, False: 593]
  |  |  |  |  ------------------
  |  |  |  |  179|  11.0k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  11.0k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  11.0k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  11.0k|		goto err; \
  |  |  |  |  182|  11.0k|	} \
  |  |  |  |  183|  11.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 593]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  772|       |
  773|       |	/* Some cards may return RSA signature as integer without leading zero bytes */
  774|       |	/* Already know outlen >= modlen and r >= 0 */
  775|    593|	if (obj->type == SC_PKCS15_TYPE_PRKEY_RSA && (unsigned)r < modlen) {
  ------------------
  |  |  419|  1.18k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (775:6): [True: 593, False: 0]
  |  Branch (775:47): [True: 527, False: 66]
  ------------------
  776|    527|		memmove(out + modlen - r, out, r);
  777|    527|		memset(out, 0, modlen - r);
  778|    527|		r = (int)modlen;
  779|    527|	}
  780|       |
  781|  52.4k|err:
  782|  52.4k|	sc_mem_secure_clear_free(buf, buflen);
  ------------------
  |  | 1580|  52.4k|#define sc_mem_secure_clear_free(ptr, len) do { \
  |  | 1581|  52.4k|	sc_mem_clear(ptr, len); \
  |  | 1582|  52.4k|	sc_mem_secure_free(ptr, len); \
  |  | 1583|  52.4k|} while (0);
  |  |  ------------------
  |  |  |  Branch (1583:10): [Folded, False: 52.4k]
  |  |  ------------------
  ------------------
  783|       |
  784|  52.4k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  52.4k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  52.4k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  52.4k|	int _ret = r; \
  |  |  |  |  155|  52.4k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 51.8k, False: 582]
  |  |  |  |  ------------------
  |  |  |  |  156|  51.8k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  51.8k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 51.8k, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  157|  51.8k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  51.8k|	} else { \
  |  |  |  |  159|    582|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    582|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    582|	} \
  |  |  |  |  162|  52.4k|	return _ret; \
  |  |  |  |  163|  52.4k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|  52.4k|}
pkcs15-sec.c:format_senv:
  175|   314k|{
  176|   314k|	sc_context_t *ctx = p15card->card->ctx;
  177|   314k|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
  178|   314k|	const struct sc_pkcs15_skey_info *skey = (const struct sc_pkcs15_skey_info *) obj->data;
  179|       |
  180|   314k|	memset(senv_out, 0, sizeof(*senv_out));
  181|       |
  182|       |	/* Card driver should have the access to supported algorithms from 'tokenInfo'. So that
  183|       |	 * it can get value of card specific 'AlgorithmInfo::algRef'. */
  184|   314k|	memcpy(senv_out->supported_algos, &p15card->tokeninfo->supported_algos, sizeof(senv_out->supported_algos));
  185|       |
  186|   314k|	if (!((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY || (obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY))
  ------------------
  |  |  416|   314k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              	if (!((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY || (obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY))
  ------------------
  |  |  418|   629k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
              	if (!((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY || (obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY))
  ------------------
  |  |  416|   230k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              	if (!((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY || (obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY))
  ------------------
  |  |  432|   230k|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (186:8): [True: 84.4k, False: 230k]
  |  Branch (186:75): [True: 0, False: 230k]
  ------------------
  187|   314k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This is not a private or secret key");
  ------------------
  |  |  174|   230k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   230k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   230k|	int _ret = (r); \
  |  |  |  |  168|   230k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 230k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|   230k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|   230k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|   230k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|   230k|		return _ret; \
  |  |  |  |  172|   230k|	} \
  |  |  |  |  173|   230k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |
  189|       |	/* If the key is not native, we can't operate with it. */
  190|  84.4k|	if (!prkey->native)
  ------------------
  |  Branch (190:6): [True: 0, False: 84.4k]
  ------------------
  191|  84.4k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "This key is not native, cannot operate with it");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|       |
  193|  84.4k|	switch (obj->type) {
  194|  77.6k|		case SC_PKCS15_TYPE_PRKEY_RSA:
  ------------------
  |  |  419|  77.6k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (194:3): [True: 77.6k, False: 6.81k]
  ------------------
  195|  77.6k|			*alg_info_out = sc_card_find_rsa_alg(p15card->card, prkey->modulus_length);
  196|  77.6k|			if (*alg_info_out == NULL) {
  ------------------
  |  Branch (196:8): [True: 17.3k, False: 60.3k]
  ------------------
  197|  17.3k|				sc_log(ctx, "Card does not support RSA with key length %zu",
  ------------------
  |  |   71|  17.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  198|  17.3k|						prkey->modulus_length);
  199|  17.3k|				LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|  17.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  17.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  17.3k|	int _ret = r; \
  |  |  |  |  155|  17.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 17.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  17.3k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  17.3k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 17.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  17.3k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  17.3k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  17.3k|	return _ret; \
  |  |  |  |  163|  17.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  200|  17.3k|			}
  201|  60.3k|			senv_out->algorithm = SC_ALGORITHM_RSA;
  ------------------
  |  |   69|  60.3k|#define SC_ALGORITHM_RSA		0
  ------------------
  202|  60.3k|			senv_out->key_size_bits = prkey->modulus_length;
  203|  60.3k|			break;
  204|       |
  205|      0|		case SC_PKCS15_TYPE_PRKEY_GOSTR3410:
  ------------------
  |  |  420|      0|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
  |  Branch (205:3): [True: 0, False: 84.4k]
  ------------------
  206|      0|			*alg_info_out = sc_card_find_gostr3410_alg(p15card->card, prkey->modulus_length);
  207|      0|			if (*alg_info_out == NULL) {
  ------------------
  |  Branch (207:8): [True: 0, False: 0]
  ------------------
  208|      0|				sc_log(ctx, "Card does not support GOSTR3410 with key length %zu",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  209|      0|						prkey->modulus_length);
  210|      0|				LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|      0|			}
  212|      0|			senv_out->algorithm = SC_ALGORITHM_GOSTR3410;
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  213|      0|			senv_out->key_size_bits = prkey->modulus_length;
  214|      0|			break;
  215|       |
  216|      0|		case SC_PKCS15_TYPE_PRKEY_EDDSA:
  ------------------
  |  |  422|      0|#define SC_PKCS15_TYPE_PRKEY_EDDSA		0x105
  ------------------
  |  Branch (216:3): [True: 0, False: 84.4k]
  ------------------
  217|      0|			*alg_info_out = sc_card_find_eddsa_alg(p15card->card, prkey->field_length, NULL);
  218|      0|			if (*alg_info_out == NULL) {
  ------------------
  |  Branch (218:8): [True: 0, False: 0]
  ------------------
  219|      0|				sc_log(ctx, "Card does not support EDDSA with field_size %zu",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  220|      0|						prkey->field_length);
  221|      0|				LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  222|      0|			}
  223|      0|			senv_out->algorithm = SC_ALGORITHM_EDDSA;
  ------------------
  |  |   72|      0|#define SC_ALGORITHM_EDDSA		4
  ------------------
  224|      0|			senv_out->key_size_bits = prkey->field_length;
  225|      0|			break;
  226|       |
  227|      0|		case SC_PKCS15_TYPE_PRKEY_XEDDSA:
  ------------------
  |  |  423|      0|#define SC_PKCS15_TYPE_PRKEY_XEDDSA		0x106
  ------------------
  |  Branch (227:3): [True: 0, False: 84.4k]
  ------------------
  228|      0|			*alg_info_out = sc_card_find_xeddsa_alg(p15card->card, prkey->field_length, NULL);
  229|      0|			if (*alg_info_out == NULL) {
  ------------------
  |  Branch (229:8): [True: 0, False: 0]
  ------------------
  230|      0|				sc_log(ctx, "Card does not support XEDDSA with field_size %zu",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  231|      0|						prkey->field_length);
  232|      0|				LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  233|      0|			}
  234|      0|			senv_out->algorithm = SC_ALGORITHM_XEDDSA;
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  235|      0|			senv_out->key_size_bits = prkey->field_length;
  236|      0|			break;
  237|       |
  238|  6.81k|		case SC_PKCS15_TYPE_PRKEY_EC:
  ------------------
  |  |  421|  6.81k|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (238:3): [True: 6.81k, False: 77.6k]
  ------------------
  239|  6.81k|			*alg_info_out = sc_card_find_ec_alg(p15card->card, prkey->field_length, NULL);
  240|  6.81k|			if (*alg_info_out == NULL) {
  ------------------
  |  Branch (240:8): [True: 649, False: 6.16k]
  ------------------
  241|    649|				sc_log(ctx, "Card does not support EC with field_size %zu",
  ------------------
  |  |   71|    649|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  242|    649|						prkey->field_length);
  243|    649|				LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    649|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    649|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    649|	int _ret = r; \
  |  |  |  |  155|    649|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 649, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    649|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    649|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 649, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    649|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    649|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    649|	return _ret; \
  |  |  |  |  163|    649|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|    649|			}
  245|  6.16k|			senv_out->algorithm = SC_ALGORITHM_EC;
  ------------------
  |  |   70|  6.16k|#define SC_ALGORITHM_EC		2
  ------------------
  246|  6.16k|			senv_out->key_size_bits = prkey->field_length;
  247|       |
  248|  6.16k|			senv_out->flags |= SC_SEC_ENV_ALG_REF_PRESENT;
  ------------------
  |  |   56|  6.16k|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  249|  6.16k|			senv_out->algorithm_ref = prkey->field_length;
  250|  6.16k|			break;
  251|      0|		case SC_PKCS15_TYPE_SKEY_GENERIC:
  ------------------
  |  |  433|      0|#define SC_PKCS15_TYPE_SKEY_GENERIC		0x301
  ------------------
  |  Branch (251:3): [True: 0, False: 84.4k]
  ------------------
  252|      0|			if (skey->key_type != CKK_AES)
  ------------------
  |  |  485|      0|#define CKK_AES 0x0000001FUL
  ------------------
  |  Branch (252:8): [True: 0, False: 0]
  ------------------
  253|      0|				LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Key type not supported");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  254|      0|			*alg_info_out = sc_card_find_alg(p15card->card, SC_ALGORITHM_AES,
  ------------------
  |  |   79|      0|#define SC_ALGORITHM_AES		67
  ------------------
  255|      0|					skey->value_len, NULL);
  256|      0|			if (*alg_info_out == NULL) {
  ------------------
  |  Branch (256:8): [True: 0, False: 0]
  ------------------
  257|      0|				sc_log(ctx, "Card does not support AES with key length %zu", skey->value_len);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  258|      0|				LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  259|      0|			}
  260|      0|			senv_out->algorithm = SC_ALGORITHM_AES;
  ------------------
  |  |   79|      0|#define SC_ALGORITHM_AES		67
  ------------------
  261|      0|			senv_out->key_size_bits = skey->value_len;
  262|      0|			break;
  263|       |			/* add other crypto types here */
  264|      0|		default:
  ------------------
  |  Branch (264:3): [True: 0, False: 84.4k]
  ------------------
  265|      0|			LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Key type not supported");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|  84.4k|	}
  267|  66.4k|	senv_out->flags |= SC_SEC_ENV_ALG_PRESENT;
  ------------------
  |  |   60|  66.4k|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
  268|       |
  269|       |	/* optional keyReference attribute (the default value is -1) */
  270|  66.4k|	if (prkey->key_reference >= 0) {
  ------------------
  |  Branch (270:6): [True: 66.1k, False: 320]
  ------------------
  271|  66.1k|		senv_out->key_ref_len = 1;
  272|  66.1k|		senv_out->key_ref[0] = prkey->key_reference & 0xFF;
  273|  66.1k|		senv_out->flags |= SC_SEC_ENV_KEY_REF_PRESENT;
  ------------------
  |  |   58|  66.1k|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  274|  66.1k|	}
  275|       |
  276|  66.4k|	return SC_SUCCESS;
  ------------------
  |  |   28|  66.4k|#define SC_SUCCESS				0
  ------------------
  277|  84.4k|}
pkcs15-sec.c:use_key:
  133|  16.4k|{
  134|  16.4k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  135|  16.4k|	int revalidated_cached_pin = 0;
  136|  16.4k|	sc_path_t path;
  137|  16.4k|	LOG_TEST_RET(p15card->card->ctx, get_file_path(obj, &path), "Failed to get key file path.");
  ------------------
  |  |  174|  16.4k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  16.4k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  16.4k|	int _ret = (r); \
  |  |  |  |  168|  16.4k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 16.4k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  16.4k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 16.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  138|       |
  139|  16.4k|	r = sc_lock(p15card->card);
  140|  16.4k|	LOG_TEST_RET(p15card->card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|  16.4k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  16.4k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  16.4k|	int _ret = (r); \
  |  |  |  |  168|  16.4k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 16.4k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  16.4k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 16.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|       |
  142|  16.8k|	do {
  143|  16.8k|		if (path.len != 0 || path.aid.len != 0) {
  ------------------
  |  Branch (143:7): [True: 4.32k, False: 12.4k]
  |  Branch (143:24): [True: 552, False: 11.9k]
  ------------------
  144|  4.88k|			r = select_key_file(p15card, obj, senv);
  145|  4.88k|			if (r < 0) {
  ------------------
  |  Branch (145:8): [True: 3.13k, False: 1.74k]
  ------------------
  146|  3.13k|				sc_log(p15card->card->ctx,
  ------------------
  |  |   71|  3.13k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  147|  3.13k|						"Unable to select private key file");
  148|  3.13k|			}
  149|  4.88k|		}
  150|  16.8k|		if (r == SC_SUCCESS)
  ------------------
  |  |   28|  16.8k|#define SC_SUCCESS				0
  ------------------
  |  Branch (150:7): [True: 13.6k, False: 3.13k]
  ------------------
  151|  13.6k|			r = sc_set_security_env(p15card->card, senv, 0);
  152|       |
  153|  16.8k|		if (r == SC_SUCCESS)
  ------------------
  |  |   28|  16.8k|#define SC_SUCCESS				0
  ------------------
  |  Branch (153:7): [True: 9.00k, False: 7.80k]
  ------------------
  154|  9.00k|			r = card_command(p15card->card, in, inlen, out, outlen);
  155|       |
  156|  16.8k|		if (revalidated_cached_pin)
  ------------------
  |  Branch (156:7): [True: 361, False: 16.4k]
  ------------------
  157|       |			/* only re-validate once */
  158|    361|			break;
  159|  16.4k|		if (r == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED) {
  ------------------
  |  |   61|  16.4k|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (159:7): [True: 461, False: 15.9k]
  ------------------
  160|    461|			r = sc_pkcs15_pincache_revalidate(p15card, obj);
  161|    461|			if (r < 0)
  ------------------
  |  Branch (161:8): [True: 100, False: 361]
  ------------------
  162|    100|				break;
  163|    361|			revalidated_cached_pin = 1;
  164|    361|		}
  165|  16.4k|	} while (revalidated_cached_pin);
  ------------------
  |  Branch (165:11): [True: 361, False: 15.9k]
  ------------------
  166|       |
  167|  16.4k|	sc_unlock(p15card->card);
  168|       |
  169|  16.4k|	LOG_FUNC_RETURN(p15card->card->ctx, r);
  ------------------
  |  |  164|  16.4k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  16.4k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  16.4k|	int _ret = r; \
  |  |  |  |  155|  16.4k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 15.7k, False: 678]
  |  |  |  |  ------------------
  |  |  |  |  156|  15.7k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  15.3k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 15.3k, False: 414]
  |  |  |  |  ------------------
  |  |  |  |  157|  15.7k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  15.7k|	} else { \
  |  |  |  |  159|    678|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    678|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    678|	} \
  |  |  |  |  162|  16.4k|	return _ret; \
  |  |  |  |  163|  16.4k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  170|  16.4k|}
pkcs15-sec.c:get_file_path:
   57|  21.3k|{
   58|  21.3k|	if (!path)
  ------------------
  |  Branch (58:6): [True: 0, False: 21.3k]
  ------------------
   59|      0|		return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|      0|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
   60|       |
   61|  21.3k|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
   62|  21.3k|	const struct sc_pkcs15_skey_info *skey = (const struct sc_pkcs15_skey_info *) obj->data;
   63|       |
   64|  21.3k|	if ((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY) {
  ------------------
  |  |  416|  21.3k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              	if ((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY) {
  ------------------
  |  |  418|  21.3k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (64:6): [True: 21.3k, False: 0]
  ------------------
   65|  21.3k|		*path = prkey->path;
   66|  21.3k|	}
   67|      0|	else if ((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY) {
  ------------------
  |  |  416|      0|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              	else if ((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY) {
  ------------------
  |  |  432|      0|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (67:11): [True: 0, False: 0]
  ------------------
   68|      0|		*path = skey->path;
   69|      0|	}
   70|      0|	else
   71|      0|		return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|      0|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
   72|       |
   73|  21.3k|	return SC_SUCCESS;
  ------------------
  |  |   28|  21.3k|#define SC_SUCCESS				0
  ------------------
   74|  21.3k|}
pkcs15-sec.c:select_key_file:
   80|  4.88k|{
   81|  4.88k|	sc_context_t *ctx = p15card->card->ctx;
   82|  4.88k|	sc_path_t orig_path;
   83|  4.88k|	sc_path_t path, file_id;
   84|  4.88k|	int r;
   85|       |
   86|  4.88k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  4.88k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.88k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.88k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.88k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.88k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   87|       |
   88|  4.88k|	LOG_TEST_RET(ctx, get_file_path(key, &orig_path), "Could not get key file path.");
  ------------------
  |  |  174|  4.88k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  4.88k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  4.88k|	int _ret = (r); \
  |  |  |  |  168|  4.88k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 4.88k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  4.88k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4.88k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|  4.88k|	memset(&path, 0, sizeof(sc_path_t));
   90|  4.88k|	memset(&file_id, 0, sizeof(sc_path_t));
   91|       |
   92|       |	/* TODO: Why file_app may be NULL -- at least 3F00 has to be present?
   93|       |	 * Check validity of the following assumption. */
   94|       |	/* For pkcs15-emulated cards, the file_app may be NULL,
   95|       |	 * in that case we always assume an absolute path */
   96|  4.88k|	if (!orig_path.len && orig_path.aid.len) {
  ------------------
  |  Branch (96:6): [True: 552, False: 4.32k]
  |  Branch (96:24): [True: 552, False: 0]
  ------------------
   97|       |		/* Private key is a SDO allocated in application DF */
   98|    552|		path = orig_path;
   99|    552|	}
  100|  4.32k|	else if (orig_path.len == 2 && p15card->file_app != NULL) {
  ------------------
  |  Branch (100:11): [True: 0, False: 4.32k]
  |  Branch (100:33): [True: 0, False: 0]
  ------------------
  101|       |		/* Path is relative to app. DF */
  102|      0|		path = p15card->file_app->path;
  103|      0|		file_id = orig_path;
  104|      0|		sc_append_path(&path, &file_id);
  105|      0|		senv->file_ref = file_id;
  106|      0|		senv->flags |= SC_SEC_ENV_FILE_REF_PRESENT;
  ------------------
  |  |   57|      0|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  107|      0|	}
  108|  4.32k|	else if (orig_path.len > 2) {
  ------------------
  |  Branch (108:11): [True: 4.32k, False: 0]
  ------------------
  109|  4.32k|		path = orig_path;
  110|  4.32k|		memcpy(file_id.value, orig_path.value + orig_path.len - 2, 2);
  111|  4.32k|		file_id.len = 2;
  112|  4.32k|		file_id.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|  4.32k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  113|  4.32k|		senv->file_ref = file_id;
  114|  4.32k|		senv->flags |= SC_SEC_ENV_FILE_REF_PRESENT;
  ------------------
  |  |   57|  4.32k|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  115|  4.32k|	}
  116|      0|	else {
  117|      0|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "invalid private key path");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  118|      0|	}
  119|       |
  120|  4.88k|	r = sc_select_file(p15card->card, &path, NULL);
  121|  4.88k|	LOG_TEST_RET(ctx, r, "sc_select_file() failed");
  ------------------
  |  |  174|  4.88k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  4.88k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  4.88k|	int _ret = (r); \
  |  |  |  |  168|  4.88k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3.13k, False: 1.74k]
  |  |  |  |  ------------------
  |  |  |  |  169|  3.13k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  3.13k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  3.13k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  3.13k|		return _ret; \
  |  |  |  |  172|  3.13k|	} \
  |  |  |  |  173|  4.88k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.74k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|       |
  123|  1.74k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.74k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.74k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.74k|	int _ret = r; \
  |  |  |  |  155|  1.74k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.74k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.74k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.74k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.74k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.74k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.74k|	return _ret; \
  |  |  |  |  163|  1.74k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  124|  1.74k|}

sc_pkcs15emu_skeid_init_ex:
  181|  7.69k|{
  182|  7.69k|	int r = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.69k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  183|       |
  184|  7.69k|	if (p15card->card->type == SC_CARD_TYPE_SKEID_V3
  ------------------
  |  Branch (184:6): [True: 16, False: 7.68k]
  ------------------
  185|     16|		&& (aid == NULL || (aid->len == skeid_aid_qes.len && !memcmp(aid->value, &skeid_aid_qes.value, skeid_aid_qes.len))))
  ------------------
  |  Branch (185:7): [True: 16, False: 0]
  |  Branch (185:23): [True: 0, False: 0]
  |  Branch (185:56): [True: 0, False: 0]
  ------------------
  186|     16|		r = sc_pkcs15emu_skeid_init(p15card);
  187|       |
  188|  7.69k|	return r;
  189|  7.69k|}
pkcs15-skeid.c:sc_pkcs15emu_skeid_init:
   39|     16|{
   40|     16|	int r;
   41|     16|	int i;
   42|     16|	size_t sn_len;
   43|     16|	char *buf;
   44|       |
   45|     16|	set_string(&p15card->tokeninfo->label, "eID karta");
   46|     16|	set_string(&p15card->tokeninfo->manufacturer_id, "Atos Information Technology GmbH");
   47|       |
   48|     16|	sn_len = p15card->card->serialnr.len;
   49|     16|	if (sn_len > 0) {
  ------------------
  |  Branch (49:6): [True: 16, False: 0]
  ------------------
   50|     16|		buf = malloc(2 * sn_len + 1);
   51|     16|		if (!buf) return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  |  Branch (51:7): [True: 0, False: 16]
  ------------------
   52|     16|		sc_bin_to_hex(p15card->card->serialnr.value, sn_len, buf,
   53|     16|			2 * sn_len + 1, 0);
   54|     16|		p15card->tokeninfo->serial_number = buf;
   55|     16|	}
   56|       |
   57|     16|	p15card->tokeninfo->flags = SC_PKCS15_TOKEN_PRN_GENERATION | SC_PKCS15_TOKEN_READONLY;
  ------------------
  |  |  597|     16|#define SC_PKCS15_TOKEN_PRN_GENERATION			0x04
  ------------------
              	p15card->tokeninfo->flags = SC_PKCS15_TOKEN_PRN_GENERATION | SC_PKCS15_TOKEN_READONLY;
  ------------------
  |  |  595|     16|#define SC_PKCS15_TOKEN_READONLY			0x01
  ------------------
   58|       |
   59|       |	/* add certificates */
   60|     16|	const char *skeid_cert_names[3] = {
   61|     16|		"Kvalifikovany certifikat pre elektronicky podpis",
   62|     16|		"Certifikat pre elektronicky podpis",
   63|     16|		"Sifrovaci certifikat"
   64|     16|	};
   65|       |
   66|     16|	const char *skeid_cert_paths[3] = {
   67|     16|		"3f0001030201",
   68|     16|		"3f0001030202",
   69|     16|		"3f0001030203"
   70|     16|	};
   71|       |
   72|     64|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (72:14): [True: 48, False: 16]
  ------------------
   73|     48|		struct sc_pkcs15_cert_info cert_info;
   74|     48|		struct sc_pkcs15_object cert_obj;
   75|       |
   76|     48|		memset(&cert_info, 0, sizeof(cert_info));
   77|     48|		memset(&cert_obj, 0, sizeof(cert_obj));
   78|       |
   79|     48|		cert_info.id.value[0] = i + 1;
   80|     48|		cert_info.id.len = 1;
   81|       |
   82|     48|		sc_format_path(skeid_cert_paths[i], &cert_info.path);
   83|     48|		strlcpy(cert_obj.label, skeid_cert_names[i], sizeof(cert_obj.label));
  ------------------
  |  |   43|     48|#define strlcpy _strlcpy
  ------------------
   84|       |
   85|     48|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
   86|       |
   87|     48|		LOG_TEST_RET(p15card->card->ctx, r, "Error adding certificate.");
  ------------------
  |  |  174|     48|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     48|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     48|	int _ret = (r); \
  |  |  |  |  168|     48|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 48]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     48|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 48]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   88|     48|	}
   89|       |
   90|       |	/* add pins */
   91|     16|	const char *skeid_pin_names[2] = {
   92|     16|		"BOK",
   93|     16|		"Podpisovy PIN"
   94|     16|	};
   95|       |
   96|     16|	const unsigned int skeid_pin_max_length[2] = {6, 10};
   97|     16|	const unsigned int skeid_pin_max_tries[2] = {5, 3};
   98|     16|	const int skeid_pin_ref[2] = {0x03, 0x87};
   99|     16|	const char *skeid_pin_paths[2] = {"3F00", "3F000101"};
  100|       |
  101|     16|	const unsigned int skeid_pin_flags[2] =	{SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA | SC_PKCS15_PIN_FLAG_INITIALIZED,
  ------------------
  |  |   54|     16|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              	const unsigned int skeid_pin_flags[2] =	{SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA | SC_PKCS15_PIN_FLAG_INITIALIZED,
  ------------------
  |  |   65|     16|#define SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA		0x0800
  ------------------
              	const unsigned int skeid_pin_flags[2] =	{SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA | SC_PKCS15_PIN_FLAG_INITIALIZED,
  ------------------
  |  |   58|     16|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  102|     16|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA | SC_PKCS15_PIN_FLAG_INITIALIZED};
  ------------------
  |  |   54|     16|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA | SC_PKCS15_PIN_FLAG_INITIALIZED};
  ------------------
  |  |   55|     16|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA | SC_PKCS15_PIN_FLAG_INITIALIZED};
  ------------------
  |  |   65|     16|#define SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA		0x0800
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_EXCHANGE_REF_DATA | SC_PKCS15_PIN_FLAG_INITIALIZED};
  ------------------
  |  |   58|     16|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  103|       |
  104|     48|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (104:14): [True: 32, False: 16]
  ------------------
  105|     32|		struct sc_pkcs15_auth_info pin_info;
  106|     32|		struct sc_pkcs15_object pin_obj;
  107|       |
  108|     32|		memset(&pin_info, 0, sizeof(pin_info));
  109|     32|		memset(&pin_obj, 0, sizeof(pin_obj));
  110|       |
  111|     32|		pin_info.auth_id.len = 1;
  112|     32|		pin_info.auth_id.value[0] = i + 1;
  113|     32|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     32|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  114|     32|		pin_info.attrs.pin.reference = skeid_pin_ref[i];
  115|     32|		pin_info.attrs.pin.flags = skeid_pin_flags[i];
  116|     32|		pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|     32|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  117|     32|		pin_info.attrs.pin.min_length = 6;
  118|     32|		pin_info.attrs.pin.max_length = skeid_pin_max_length[i];
  119|     32|		pin_info.max_tries = skeid_pin_max_tries[i];
  120|       |
  121|     32|		strlcpy(pin_obj.label, skeid_pin_names[i], sizeof(pin_obj.label));
  ------------------
  |  |   43|     32|#define strlcpy _strlcpy
  ------------------
  122|     32|		pin_obj.flags = skeid_pin_flags[i];
  123|       |
  124|     32|		sc_format_path(skeid_pin_paths[i], &pin_info.path);
  125|       |
  126|     32|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  127|       |
  128|     32|		LOG_TEST_RET(p15card->card->ctx, r, "Error adding PIN.");
  ------------------
  |  |  174|     32|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     32|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     32|	int _ret = (r); \
  |  |  |  |  168|     32|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|     32|	}
  130|       |
  131|       |	/* add private keys */
  132|     16|	const u8 skeid_prkey_pin[3] = {2, 1, 1};
  133|       |
  134|       |	/* store seIdentifier rather than keyReference */
  135|     16|	const int skeid_prkey_ref[3] = {0x01, 0x34, 0x44};
  136|     16|	const int skeid_prkey_usage[3] =
  137|     16|		{ SC_PKCS15_PRKEY_USAGE_NONREPUDIATION | SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  314|     16|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
              		{ SC_PKCS15_PRKEY_USAGE_NONREPUDIATION | SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|     16|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  138|     16|		  SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|     16|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  139|     16|		  SC_PKCS15_PRKEY_USAGE_DECRYPT
  ------------------
  |  |  306|     16|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  140|     16|		};
  141|       |
  142|     16|	const char *skeid_prkey_paths[3] = {"3F000101", "3F000102", "3F000102"};
  143|       |
  144|     16|	const char *skeid_prkey_name[3] = {
  145|     16|		"Podpisovy kluc (KEP)",
  146|     16|		"Podpisovy kluc",
  147|     16|		"Sifrovaci kluc",
  148|     16|	};
  149|       |
  150|     64|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (150:14): [True: 48, False: 16]
  ------------------
  151|     48|		struct sc_pkcs15_prkey_info prkey_info;
  152|     48|		struct sc_pkcs15_object prkey_obj;
  153|       |
  154|     48|		memset(&prkey_info, 0, sizeof(prkey_info));
  155|     48|		memset(&prkey_obj, 0, sizeof(prkey_obj));
  156|       |
  157|     48|		prkey_info.id.len = 1;
  158|     48|		prkey_info.id.value[0] = i + 1;
  159|     48|		prkey_info.native = 1;
  160|     48|		prkey_info.key_reference = skeid_prkey_ref[i];
  161|     48|		prkey_info.modulus_length = 3072;
  162|     48|		sc_format_path(skeid_prkey_paths[i], &prkey_info.path);
  163|       |
  164|     48|		prkey_info.usage = skeid_prkey_usage[i];
  165|       |
  166|     48|		strlcpy(prkey_obj.label, skeid_prkey_name[i], sizeof(prkey_obj.label));
  ------------------
  |  |   43|     48|#define strlcpy _strlcpy
  ------------------
  167|     48|		prkey_obj.auth_id.len = 1;
  168|     48|		prkey_obj.auth_id.value[0] = skeid_prkey_pin[i];
  169|     48|		if (i == 0) prkey_obj.user_consent = 1;
  ------------------
  |  Branch (169:7): [True: 16, False: 32]
  ------------------
  170|       |
  171|     48|		prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     48|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  172|       |
  173|     48|		r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  174|       |
  175|     48|		LOG_TEST_RET(p15card->card->ctx, r, "Error adding private key.");
  ------------------
  |  |  174|     48|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     48|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     48|	int _ret = (r); \
  |  |  |  |  168|     48|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 48]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     48|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 48]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  176|     48|	}
  177|     16|	LOG_FUNC_RETURN(p15card->card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|     16|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     16|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     16|	int _ret = r; \
  |  |  |  |  155|     16|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     16|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  157|     16|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     16|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     16|	return _ret; \
  |  |  |  |  163|     16|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  178|     16|}

sc_pkcs15emu_srbeid_init_ex:
  570|  7.45k|{
  571|  7.45k|	(void)aid;
  572|       |
  573|  7.45k|	if (p15card->card->type != SC_CARD_TYPE_SRBEID_BASE)
  ------------------
  |  Branch (573:6): [True: 7.26k, False: 183]
  ------------------
  574|  7.26k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.26k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  575|       |
  576|    183|	return sc_pkcs15emu_srbeid_init(p15card);
  577|  7.45k|}
pkcs15-srbeid.c:sc_pkcs15emu_srbeid_init:
  415|    183|{
  416|    183|	sc_card_t *card = p15card->card;
  417|    183|	cert_entry_t *certs = NULL;
  418|    183|	int ncerts, i, r = SC_SUCCESS;
  ------------------
  |  |   28|    183|#define SC_SUCCESS				0
  ------------------
  419|       |
  420|    183|	sc_log(card->ctx, "srbeid: pkcs15 bind");
  ------------------
  |  |   71|    183|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  421|       |
  422|    183|	ncerts = srbeid_enum_certs(card, &certs);
  423|    183|	if (ncerts < 0) {
  ------------------
  |  Branch (423:6): [True: 139, False: 44]
  ------------------
  424|    139|		sc_log(card->ctx, "srbeid: cert enumeration failed: %d", ncerts);
  ------------------
  |  |   71|    139|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  425|    139|		return ncerts;
  426|    139|	}
  427|     44|	if (ncerts == 0) {
  ------------------
  |  Branch (427:6): [True: 20, False: 24]
  ------------------
  428|     20|		sc_log(card->ctx, "srbeid: no certificates found");
  ------------------
  |  |   71|     20|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  429|     20|		goto out;
  430|     20|	}
  431|       |
  432|       |	/* Set card label and manufacturer. */
  433|     24|	set_string(&p15card->tokeninfo->label, "Serbian CardEdge");
  434|     24|	set_string(&p15card->tokeninfo->manufacturer_id, "CardEdge");
  435|       |
  436|       |	/* Query PIN tries_left via card driver's pin_cmd. */
  437|     24|	{
  438|     24|		struct sc_pin_cmd_data pin_data = {0};
  439|       |
  440|     24|		pin_data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|     24|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  441|     24|		pin_data.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|     24|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  442|     24|		pin_data.pin_reference = CE_PIN_REFERENCE;
  ------------------
  |  |   51|     24|#define CE_PIN_REFERENCE  0x80u
  ------------------
  443|     24|		pin_data.pin1.tries_left = -1;
  444|       |
  445|       |		/* Best-effort: failure to query PIN status is not fatal. */
  446|     24|		sc_pin_cmd(card, &pin_data);
  447|     24|		sc_log(card->ctx, "srbeid: PIN tries_left=%d", pin_data.pin1.tries_left);
  ------------------
  |  |   71|     24|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  448|       |
  449|       |		/* ---- PIN auth object ----
  450|       |		 * Must be registered before private keys so auth_id links work. */
  451|     24|		{
  452|     24|			sc_pkcs15_auth_info_t auth_info = {0};
  453|     24|			sc_pkcs15_object_t auth_obj = {0};
  454|       |
  455|     24|			auth_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     24|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  456|     24|			auth_info.auth_method = SC_AC_CHV;
  ------------------
  |  |  151|     24|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  457|     24|			auth_info.tries_left = pin_data.pin1.tries_left;
  458|     24|			auth_info.attrs.pin.reference = CE_PIN_REFERENCE;
  ------------------
  |  |   51|     24|#define CE_PIN_REFERENCE  0x80u
  ------------------
  459|     24|			auth_info.attrs.pin.min_length = 4;
  460|     24|			auth_info.attrs.pin.max_length = CE_PIN_MAX_LENGTH;
  ------------------
  |  |   52|     24|#define CE_PIN_MAX_LENGTH 8u
  ------------------
  461|     24|			auth_info.attrs.pin.stored_length = CE_PIN_MAX_LENGTH;
  ------------------
  |  |   52|     24|#define CE_PIN_MAX_LENGTH 8u
  ------------------
  462|     24|			auth_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|     24|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  463|     24|			auth_info.attrs.pin.pad_char = 0x00;
  464|     24|			auth_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   58|     24|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
              			auth_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   55|     24|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
              			auth_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   59|     24|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  465|     24|			auth_info.path.aid.len = AID_PKCS15_LEN;
  ------------------
  |  |   30|     24|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
  466|     24|			memcpy(auth_info.path.aid.value, AID_PKCS15, AID_PKCS15_LEN);
  ------------------
  |  |   30|     24|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
  467|     24|			auth_info.auth_id.len = 1;
  468|     24|			auth_info.auth_id.value[0] = 1;
  469|       |
  470|     24|			strncpy(auth_obj.label, "User PIN", sizeof(auth_obj.label) - 1);
  471|     24|			auth_obj.auth_id.len = 0;
  472|     24|			auth_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|     24|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  473|       |
  474|     24|			r = sc_pkcs15emu_add_pin_obj(p15card, &auth_obj, &auth_info);
  475|     24|			if (r < 0) {
  ------------------
  |  Branch (475:8): [True: 0, False: 24]
  ------------------
  476|      0|				sc_log(card->ctx, "srbeid: add PIN obj failed: %d", r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  477|      0|				goto out;
  478|      0|			}
  479|     24|		}
  480|     24|	}
  481|       |
  482|     70|	for (i = 0; i < ncerts; i++) {
  ------------------
  |  Branch (482:14): [True: 46, False: 24]
  ------------------
  483|     46|		sc_pkcs15_prkey_info_t key_info = {0};
  484|     46|		sc_pkcs15_object_t key_obj = {0};
  485|     46|		sc_pkcs15_cert_info_t cert_info = {0};
  486|     46|		sc_pkcs15_object_t cert_obj = {0};
  487|     46|		u8 *der = NULL;
  488|     46|		size_t der_len = 0;
  489|     46|		int is_kxc = (certs[i].key_pair_id == CE_AT_KEYEXCHANGE);
  ------------------
  |  |   44|     46|#define CE_AT_KEYEXCHANGE	1u
  ------------------
  490|       |
  491|       |		/* ---- Private key object ---- */
  492|       |
  493|     46|		key_info.id.len = 1;
  494|     46|		key_info.id.value[0] = (u8)(i + 1);
  495|     46|		key_info.native = 1;
  496|     46|		key_info.key_reference = (int)certs[i].key_fid;
  497|     46|		key_info.modulus_length = certs[i].key_size_bits
  ------------------
  |  Branch (497:29): [True: 0, False: 46]
  ------------------
  498|     46|							  ? certs[i].key_size_bits
  499|     46|							  : 2048;
  500|       |
  501|       |		/*
  502|       |		 * Key usage flags by type:
  503|       |		 *   kxc (AT_KEYEXCHANGE) — encryption / key wrapping / decryption + signing
  504|       |		 *                          (TLS client auth uses the key exchange cert for signing)
  505|       |		 *   ksc (AT_SIGNATURE)   — digital signature / non-repudiation only
  506|       |		 */
  507|     46|		if (is_kxc) {
  ------------------
  |  Branch (507:7): [True: 23, False: 23]
  ------------------
  508|     23|			key_info.usage = SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_WRAP | SC_PKCS15_PRKEY_USAGE_UNWRAP | SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  305|     23|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              			key_info.usage = SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_WRAP | SC_PKCS15_PRKEY_USAGE_UNWRAP | SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  306|     23|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              			key_info.usage = SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_WRAP | SC_PKCS15_PRKEY_USAGE_UNWRAP | SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  309|     23|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
              			key_info.usage = SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_WRAP | SC_PKCS15_PRKEY_USAGE_UNWRAP | SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  310|     23|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
              			key_info.usage = SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_WRAP | SC_PKCS15_PRKEY_USAGE_UNWRAP | SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|     23|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  509|     23|		} else {
  510|     23|			key_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  307|     23|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              			key_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|     23|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  511|     23|		}
  512|       |
  513|       |		/*
  514|       |		 * Set only the AID on key_info.path (path.len stays 0).
  515|       |		 * This makes select_key_file() select the PKI applet via AID
  516|       |		 * before calling set_security_env(), without appending a file
  517|       |		 * path that would fail on CardEdge's non-TLV FCI.
  518|       |		 *
  519|       |		 * The key FID is passed via key_info.key_reference and
  520|       |		 * reconstructed in set_security_env() from the low byte.
  521|       |		 */
  522|     46|		key_info.path.aid.len = AID_PKCS15_LEN;
  ------------------
  |  |   30|     46|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
  523|     46|		memcpy(key_info.path.aid.value, AID_PKCS15, AID_PKCS15_LEN);
  ------------------
  |  |   30|     46|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
  524|       |
  525|     46|		strncpy(key_obj.label, certs[i].label, sizeof(key_obj.label) - 1);
  526|     46|		key_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     46|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  527|     46|		key_obj.auth_id.len = 1;
  528|     46|		key_obj.auth_id.value[0] = 1;
  529|       |
  530|     46|		r = sc_pkcs15emu_add_rsa_prkey(p15card, &key_obj, &key_info);
  531|     46|		if (r < 0) {
  ------------------
  |  Branch (531:7): [True: 0, False: 46]
  ------------------
  532|      0|			sc_log(card->ctx, "srbeid: add prkey[%d] failed: %d", i, r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  533|      0|			goto out;
  534|      0|		}
  535|       |
  536|       |		/* ---- Certificate object ---- */
  537|     46|		if (srbeid_read_cert_der(card, certs[i].cert_fid, &der, &der_len) < 0) {
  ------------------
  |  Branch (537:7): [True: 45, False: 1]
  ------------------
  538|     45|			sc_log(card->ctx, "srbeid: could not read cert[%d] DER", i);
  ------------------
  |  |   71|     45|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  539|     45|			continue;
  540|     45|		}
  541|       |
  542|      1|		cert_info.id.len = 1;
  543|      1|		cert_info.id.value[0] = (u8)(i + 1);
  544|      1|		cert_info.authority = 0;
  545|       |
  546|       |		/* Store DER directly in the PKCS#15 value buffer. */
  547|      1|		cert_info.value.value = der; /* ownership transferred */
  548|      1|		cert_info.value.len = der_len;
  549|       |
  550|      1|		strncpy(cert_obj.label, certs[i].label, sizeof(cert_obj.label) - 1);
  551|       |
  552|      1|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  553|      1|		if (r < 0) {
  ------------------
  |  Branch (553:7): [True: 0, False: 1]
  ------------------
  554|      0|			sc_log(card->ctx, "srbeid: add cert[%d] failed: %d", i, r);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  555|      0|			free(der);
  556|      0|			goto out;
  557|      0|		}
  558|       |		/* der ownership now belongs to p15card; do not free. */
  559|      1|	}
  560|       |
  561|     24|	sc_log(card->ctx, "srbeid: pkcs15 bind OK (%d certs)", ncerts);
  ------------------
  |  |   71|     24|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  562|       |
  563|     44|out:
  564|     44|	free(certs);
  565|     44|	return r;
  566|     24|}
pkcs15-srbeid.c:srbeid_enum_certs:
  190|    183|{
  191|    183|	u8 *dir_buf = NULL, *mscp_buf = NULL, *cmap_buf = NULL;
  192|    183|	size_t dir_len = 0, mscp_len = 0, cmap_len = 0;
  193|    183|	ce_dir_entry_t *root_entries = NULL, *mscp_entries = NULL;
  194|    183|	int root_count = 0, mscp_count = 0;
  195|    183|	unsigned mscp_fid = 0, cmap_fid = 0;
  196|    183|	cert_entry_t *certs = NULL;
  197|    183|	int ncerts = 0, cap = 8;
  198|    183|	int r, i;
  199|    183|	size_t cmap_offset = 0, cmap_nrec = 0;
  200|       |
  201|    183|	*certs_out = NULL;
  202|       |
  203|       |	/* Select PKI applet. */
  204|    183|	if (iso7816_select_aid(card, AID_PKCS15, AID_PKCS15_LEN, NULL, NULL) != SC_SUCCESS) {
  ------------------
  |  |   30|    183|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
              	if (iso7816_select_aid(card, AID_PKCS15, AID_PKCS15_LEN, NULL, NULL) != SC_SUCCESS) {
  ------------------
  |  |   28|    183|#define SC_SUCCESS				0
  ------------------
  |  Branch (204:6): [True: 15, False: 168]
  ------------------
  205|     15|		r = SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|     15|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  206|     15|		goto out;
  207|     15|	}
  208|       |
  209|       |	/* Read root directory (FID 0x7000). */
  210|    168|	r = srbeid_read_file(card, CE_PKI_ROOT_DIR_FID, &dir_buf, &dir_len);
  ------------------
  |  |   46|    168|#define CE_PKI_ROOT_DIR_FID	0x7000u
  ------------------
  211|    168|	if (r < 0)
  ------------------
  |  Branch (211:6): [True: 27, False: 141]
  ------------------
  212|     27|		goto out;
  213|       |
  214|    141|	root_count = ce_parse_dir(dir_buf, dir_len, &root_entries);
  215|    141|	if (root_count < 0) {
  ------------------
  |  Branch (215:6): [True: 28, False: 113]
  ------------------
  216|     28|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     28|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  217|     28|		goto out;
  218|     28|	}
  219|       |
  220|  2.12k|	for (i = 0; i < root_count; i++) {
  ------------------
  |  Branch (220:14): [True: 2.06k, False: 66]
  ------------------
  221|  2.06k|		if (root_entries[i].is_dir && strcmp(root_entries[i].name, "mscp") == 0) {
  ------------------
  |  Branch (221:7): [True: 1.24k, False: 814]
  |  Branch (221:33): [True: 47, False: 1.19k]
  ------------------
  222|     47|			mscp_fid = root_entries[i].fid;
  223|     47|			break;
  224|     47|		}
  225|  2.06k|	}
  226|    113|	if (mscp_fid == 0) {
  ------------------
  |  Branch (226:6): [True: 66, False: 47]
  ------------------
  227|     66|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|     66|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  228|     66|		goto out;
  229|     66|	}
  230|       |
  231|       |	/* Read mscp directory. */
  232|     47|	r = srbeid_read_file(card, mscp_fid, &mscp_buf, &mscp_len);
  233|     47|	if (r < 0)
  ------------------
  |  Branch (233:6): [True: 2, False: 45]
  ------------------
  234|      2|		goto out;
  235|       |
  236|     45|	mscp_count = ce_parse_dir(mscp_buf, mscp_len, &mscp_entries);
  237|     45|	if (mscp_count < 0) {
  ------------------
  |  Branch (237:6): [True: 1, False: 44]
  ------------------
  238|      1|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  239|      1|		goto out;
  240|      1|	}
  241|       |
  242|     44|	certs = calloc((size_t)cap, sizeof(cert_entry_t));
  243|     44|	if (!certs) {
  ------------------
  |  Branch (243:6): [True: 0, False: 44]
  ------------------
  244|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  245|      0|		goto out;
  246|      0|	}
  247|       |
  248|  8.61k|	for (i = 0; i < mscp_count; i++) {
  ------------------
  |  Branch (248:14): [True: 8.57k, False: 44]
  ------------------
  249|  8.57k|		ce_dir_entry_t *e = &mscp_entries[i];
  250|  8.57k|		if (e->is_dir)
  ------------------
  |  Branch (250:7): [True: 5.13k, False: 3.44k]
  ------------------
  251|  5.13k|			continue;
  252|       |
  253|  3.44k|		if (strcmp(e->name, "cmapfile") == 0) {
  ------------------
  |  Branch (253:7): [True: 21, False: 3.42k]
  ------------------
  254|     21|			cmap_fid = e->fid;
  255|  3.42k|		} else if (strlen(e->name) == 5) {
  ------------------
  |  Branch (255:14): [True: 183, False: 3.23k]
  ------------------
  256|    183|			unsigned kp_id;
  257|    183|			const char *lbl;
  258|       |
  259|    183|			if (strncmp(e->name, "kxc", 3) == 0) {
  ------------------
  |  Branch (259:8): [True: 23, False: 160]
  ------------------
  260|     23|				kp_id = CE_AT_KEYEXCHANGE;
  ------------------
  |  |   44|     23|#define CE_AT_KEYEXCHANGE	1u
  ------------------
  261|     23|				lbl = "Key Exchange Certificate";
  262|    160|			} else if (strncmp(e->name, "ksc", 3) == 0) {
  ------------------
  |  Branch (262:15): [True: 23, False: 137]
  ------------------
  263|     23|				kp_id = CE_AT_SIGNATURE;
  ------------------
  |  |   45|     23|#define CE_AT_SIGNATURE		2u
  ------------------
  264|     23|				lbl = "Digital Signature Certificate";
  265|    137|			} else {
  266|    137|				continue;
  267|    137|			}
  268|       |
  269|     46|			if (ncerts >= cap) {
  ------------------
  |  Branch (269:8): [True: 0, False: 46]
  ------------------
  270|      0|				cert_entry_t *tmp = realloc(certs,
  271|      0|						(size_t)(cap * 2) * sizeof(cert_entry_t));
  272|      0|				if (!tmp) {
  ------------------
  |  Branch (272:9): [True: 0, False: 0]
  ------------------
  273|      0|					r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  274|      0|					goto out;
  275|      0|				}
  276|      0|				certs = tmp;
  277|      0|				cap *= 2;
  278|      0|			}
  279|       |
  280|     46|			certs[ncerts].cont_id = (unsigned)(e->name[3] - '0') * 10 + (unsigned)(e->name[4] - '0');
  281|     46|			certs[ncerts].cert_fid = e->fid;
  282|     46|			certs[ncerts].key_pair_id = kp_id;
  283|     46|			snprintf(certs[ncerts].label, sizeof(certs[ncerts].label), "%s", lbl);
  284|     46|			ncerts++;
  285|     46|		}
  286|  3.44k|	}
  287|       |
  288|       |	/* Read cmapfile and resolve key FIDs. */
  289|     44|	if (cmap_fid != 0) {
  ------------------
  |  Branch (289:6): [True: 20, False: 24]
  ------------------
  290|     20|		r = srbeid_read_file(card, cmap_fid, &cmap_buf, &cmap_len);
  291|     20|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|     20|#define SC_SUCCESS				0
  ------------------
  |  Branch (291:7): [True: 8, False: 12]
  ------------------
  292|       |			/* Optional 2-byte prefix present when (len-2) is a multiple of 86. */
  293|      8|			if (cmap_len >= 2 && (cmap_len - 2) % CE_CMAP_RECORD_SIZE == 0)
  ------------------
  |  |   38|      6|#define CE_CMAP_RECORD_SIZE	86u
  ------------------
  |  Branch (293:8): [True: 6, False: 2]
  |  Branch (293:25): [True: 4, False: 2]
  ------------------
  294|      4|				cmap_offset = 2;
  295|      8|			cmap_nrec = (cmap_len - cmap_offset) / CE_CMAP_RECORD_SIZE;
  ------------------
  |  |   38|      8|#define CE_CMAP_RECORD_SIZE	86u
  ------------------
  296|      8|		}
  297|     20|	}
  298|       |
  299|     90|	for (i = 0; i < ncerts; i++) {
  ------------------
  |  Branch (299:14): [True: 46, False: 44]
  ------------------
  300|     46|		unsigned ci = certs[i].cont_id;
  301|       |
  302|     46|		if (cmap_buf && ci < cmap_nrec) {
  ------------------
  |  Branch (302:7): [True: 9, False: 37]
  |  Branch (302:19): [True: 0, False: 9]
  ------------------
  303|      0|			size_t rec = cmap_offset + (size_t)ci * CE_CMAP_RECORD_SIZE;
  ------------------
  |  |   38|      0|#define CE_CMAP_RECORD_SIZE	86u
  ------------------
  304|      0|			u8 flags = cmap_buf[rec + CE_CMAP_FLAGS_OFFSET];
  ------------------
  |  |   39|      0|#define CE_CMAP_FLAGS_OFFSET	80u
  ------------------
  305|       |
  306|      0|			if (flags & CE_CMAP_VALID_CONTAINER) {
  ------------------
  |  |   42|      0|#define CE_CMAP_VALID_CONTAINER 0x01u
  ------------------
  |  Branch (306:8): [True: 0, False: 0]
  ------------------
  307|      0|				size_t sz_off = (certs[i].key_pair_id == CE_AT_KEYEXCHANGE)
  ------------------
  |  |   44|      0|#define CE_AT_KEYEXCHANGE	1u
  ------------------
  |  Branch (307:21): [True: 0, False: 0]
  ------------------
  308|      0|								? rec + CE_CMAP_KX_SIZE_OFFSET
  ------------------
  |  |   41|      0|#define CE_CMAP_KX_SIZE_OFFSET	84u
  ------------------
  309|      0|								: rec + CE_CMAP_SIG_SIZE_OFFSET;
  ------------------
  |  |   40|      0|#define CE_CMAP_SIG_SIZE_OFFSET 82u
  ------------------
  310|      0|				unsigned kbits = (unsigned)cmap_buf[sz_off] | ((unsigned)cmap_buf[sz_off + 1] << 8);
  311|      0|				if (kbits != 0) {
  ------------------
  |  Branch (311:9): [True: 0, False: 0]
  ------------------
  312|      0|					certs[i].key_size_bits = kbits;
  313|      0|					certs[i].key_fid = ce_private_key_fid(ci, certs[i].key_pair_id);
  314|      0|				}
  315|      0|			}
  316|      0|		}
  317|     46|		sc_log(card->ctx,
  ------------------
  |  |   71|     46|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  318|     46|				"srbeid: cert[%d] \"%s\" cert_fid=0x%04x key_fid=0x%04x key_size=%u",
  319|     46|				i, certs[i].label, certs[i].cert_fid,
  320|     46|				certs[i].key_fid, certs[i].key_size_bits);
  321|     46|	}
  322|       |
  323|     44|	*certs_out = certs;
  324|     44|	certs = NULL;
  325|     44|	r = ncerts;
  326|       |
  327|    183|out:
  328|    183|	free(dir_buf);
  329|    183|	free(mscp_buf);
  330|    183|	free(cmap_buf);
  331|    183|	free(root_entries);
  332|    183|	free(mscp_entries);
  333|    183|	free(certs);
  334|    183|	return r;
  335|     44|}
pkcs15-srbeid.c:srbeid_read_file:
   73|    281|{
   74|    281|	sc_path_t path = {0};
   75|    281|	sc_file_t *file = NULL;
   76|    281|	u8 *buf;
   77|    281|	int r;
   78|       |
   79|    281|	*buf_out = NULL;
   80|    281|	*out_len = 0;
   81|       |
   82|    281|	path.value[0] = (u8)((fid >> 8) & 0xFF);
   83|    281|	path.value[1] = (u8)(fid & 0xFF);
   84|    281|	path.len = 2;
   85|    281|	path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    281|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
   86|       |
   87|    281|	r = sc_select_file(card, &path, &file);
   88|    281|	if (r < 0)
  ------------------
  |  Branch (88:6): [True: 60, False: 221]
  ------------------
   89|     60|		return r;
   90|       |
   91|    221|	if (!file || file->size == 0) {
  ------------------
  |  Branch (91:6): [True: 0, False: 221]
  |  Branch (91:15): [True: 5, False: 216]
  ------------------
   92|      5|		sc_file_free(file);
   93|      5|		return SC_SUCCESS;
  ------------------
  |  |   28|      5|#define SC_SUCCESS				0
  ------------------
   94|      5|	}
   95|       |
   96|    216|	if (file->size > 65536) {
  ------------------
  |  Branch (96:6): [True: 0, False: 216]
  ------------------
   97|      0|		sc_file_free(file);
   98|      0|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
   99|      0|	}
  100|       |
  101|    216|	buf = malloc(file->size);
  102|    216|	if (!buf) {
  ------------------
  |  Branch (102:6): [True: 0, False: 216]
  ------------------
  103|      0|		sc_file_free(file);
  104|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  105|      0|	}
  106|       |
  107|    216|	r = sc_read_binary(card, 0, buf, file->size, 0);
  108|    216|	sc_file_free(file);
  109|    216|	if (r < 0) {
  ------------------
  |  Branch (109:6): [True: 18, False: 198]
  ------------------
  110|     18|		free(buf);
  111|     18|		return r;
  112|     18|	}
  113|       |
  114|    198|	*buf_out = buf;
  115|    198|	*out_len = (size_t)r;
  116|    198|	return SC_SUCCESS;
  ------------------
  |  |   28|    198|#define SC_SUCCESS				0
  ------------------
  117|    216|}
pkcs15-srbeid.c:ce_parse_dir:
  138|    186|{
  139|    186|	size_t count, i;
  140|    186|	ce_dir_entry_t *entries;
  141|       |
  142|    186|	*entries_out = NULL;
  143|    186|	if (len < CE_DIR_HEADER_SIZE)
  ------------------
  |  |   47|    186|#define CE_DIR_HEADER_SIZE	10u
  ------------------
  |  Branch (143:6): [True: 6, False: 180]
  ------------------
  144|      6|		return -1;
  145|       |
  146|    180|	count = (size_t)data[6] | ((size_t)data[7] << 8);
  147|    180|	if (count == 0)
  ------------------
  |  Branch (147:6): [True: 1, False: 179]
  ------------------
  148|      1|		return 0;
  149|       |
  150|       |	/* Bound count against buffer size before allocation. */
  151|    179|	if (count > (len - CE_DIR_HEADER_SIZE) / CE_DIR_ENTRY_SIZE)
  ------------------
  |  |   47|    179|#define CE_DIR_HEADER_SIZE	10u
  ------------------
              	if (count > (len - CE_DIR_HEADER_SIZE) / CE_DIR_ENTRY_SIZE)
  ------------------
  |  |   48|    179|#define CE_DIR_ENTRY_SIZE	12u
  ------------------
  |  Branch (151:6): [True: 23, False: 156]
  ------------------
  152|     23|		return -1;
  153|       |
  154|    156|	entries = calloc(count, sizeof(ce_dir_entry_t));
  155|    156|	if (!entries)
  ------------------
  |  Branch (155:6): [True: 0, False: 156]
  ------------------
  156|      0|		return -1;
  157|       |
  158|  10.8k|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (158:14): [True: 10.6k, False: 156]
  ------------------
  159|  10.6k|		size_t off = CE_DIR_HEADER_SIZE + i * CE_DIR_ENTRY_SIZE;
  ------------------
  |  |   47|  10.6k|#define CE_DIR_HEADER_SIZE	10u
  ------------------
              		size_t off = CE_DIR_HEADER_SIZE + i * CE_DIR_ENTRY_SIZE;
  ------------------
  |  |   48|  10.6k|#define CE_DIR_ENTRY_SIZE	12u
  ------------------
  160|  10.6k|		int k;
  161|       |
  162|       |		/* Name: up to 8 ASCII chars, may not be NUL-terminated on card. */
  163|  10.6k|		memcpy(entries[i].name, data + off, 8);
  164|  10.6k|		entries[i].name[8] = '\0';
  165|       |		/* Strip trailing spaces/NULs. */
  166|  10.6k|		k = 7;
  167|  20.7k|		while (k >= 0 && (entries[i].name[k] == ' ' || entries[i].name[k] == '\0'))
  ------------------
  |  Branch (167:10): [True: 20.5k, False: 118]
  |  Branch (167:21): [True: 255, False: 20.3k]
  |  Branch (167:50): [True: 9.78k, False: 10.5k]
  ------------------
  168|  10.0k|			entries[i].name[k--] = '\0';
  169|  10.6k|		entries[i].fid = (unsigned)data[off + 8] | ((unsigned)data[off + 9] << 8);
  170|  10.6k|		entries[i].is_dir = (data[off + 10] != 0);
  171|  10.6k|	}
  172|       |
  173|    156|	*entries_out = entries;
  174|    156|	return (int)count;
  175|    156|}
pkcs15-srbeid.c:srbeid_read_cert_der:
  348|     46|{
  349|     46|	u8 *raw = NULL;
  350|     46|	size_t raw_len = 0;
  351|     46|	const u8 *data;
  352|     46|	size_t dlen;
  353|     46|	int r;
  354|       |
  355|     46|	*der_out = NULL;
  356|     46|	*der_len_out = 0;
  357|       |
  358|     46|	r = srbeid_read_file(card, cert_fid, &raw, &raw_len);
  359|     46|	if (r < 0)
  ------------------
  |  Branch (359:6): [True: 37, False: 9]
  ------------------
  360|     37|		return r;
  361|       |
  362|      9|	if (raw_len < 6) {
  ------------------
  |  Branch (362:6): [True: 2, False: 7]
  ------------------
  363|      2|		free(raw);
  364|      2|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      2|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  365|      2|	}
  366|       |
  367|       |	/* Skip 2-byte CardFS length prefix. */
  368|      7|	data = raw + 2;
  369|      7|	dlen = raw_len - 2;
  370|       |
  371|      7|	if (dlen >= 4 && data[0] == 0x01 && data[1] == 0x00) {
  ------------------
  |  Branch (371:6): [True: 7, False: 0]
  |  Branch (371:19): [True: 2, False: 5]
  |  Branch (371:38): [True: 1, False: 1]
  ------------------
  372|       |		/* zlib-compressed DER */
  373|      1|#ifdef ENABLE_ZLIB
  374|      1|		size_t uncompressed_len = (size_t)data[2] | ((size_t)data[3] << 8);
  375|      1|		u8 *der = NULL;
  376|       |
  377|      1|		r = sc_decompress_alloc(&der, &uncompressed_len,
  378|      1|				data + 4, dlen - 4, COMPRESSION_ZLIB);
  ------------------
  |  |   27|      1|#define COMPRESSION_ZLIB	1
  ------------------
  379|      1|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  |  Branch (379:7): [True: 1, False: 0]
  ------------------
  380|      1|			sc_log(card->ctx, "srbeid: zlib decompress failed (ret=%d)", r);
  ------------------
  |  |   71|      1|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  381|      1|			free(raw);
  382|      1|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  383|      1|		}
  384|      0|		*der_out = der;
  385|      0|		*der_len_out = uncompressed_len;
  386|       |#else
  387|       |		sc_log(card->ctx, "srbeid: cert is zlib-compressed but zlib not available");
  388|       |		free(raw);
  389|       |		return SC_ERROR_NOT_SUPPORTED;
  390|       |#endif
  391|      6|	} else if (dlen >= 1 && data[0] == 0x30) {
  ------------------
  |  Branch (391:13): [True: 6, False: 0]
  |  Branch (391:26): [True: 1, False: 5]
  ------------------
  392|       |		/* Uncompressed DER (ASN.1 SEQUENCE tag). */
  393|      1|		u8 *der = malloc(dlen);
  394|      1|		if (!der) {
  ------------------
  |  Branch (394:7): [True: 0, False: 1]
  ------------------
  395|      0|			free(raw);
  396|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  397|      0|		}
  398|      1|		memcpy(der, data, dlen);
  399|      1|		*der_out = der;
  400|      1|		*der_len_out = dlen;
  401|      5|	} else {
  402|      5|		sc_log(card->ctx,
  ------------------
  |  |   71|      5|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  403|      5|				"srbeid: cert FID 0x%04x: unknown format (byte0=0x%02x)",
  404|      5|				cert_fid, data[0]);
  405|      5|		free(raw);
  406|      5|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      5|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  407|      5|	}
  408|       |
  409|      1|	free(raw);
  410|      1|	return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  411|      7|}

sc_pkcs15emu_starcert_init_ex:
  274|  13.0k|{
  275|  13.0k|	if (starcert_detect_card(p15card))
  ------------------
  |  Branch (275:6): [True: 13.0k, False: 90]
  ------------------
  276|  13.0k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  13.0k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  277|     90|	return sc_pkcs15emu_starcert_init(p15card);
  278|  13.0k|}
pkcs15-starcert.c:starcert_detect_card:
  101|  13.0k|{
  102|  13.0k|	int       r;
  103|  13.0k|	u8        buf[128];
  104|  13.0k|	sc_path_t path;
  105|  13.0k|	sc_card_t *card = p15card->card;
  106|       |
  107|       |	/* check if we have the correct card OS */
  108|  13.0k|	if (strcmp(card->name, "STARCOS"))
  ------------------
  |  Branch (108:6): [True: 12.8k, False: 220]
  ------------------
  109|  12.8k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.8k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  110|       |	/* read EF_Info file */
  111|    220|	sc_format_path("3F00FE13", &path);
  112|    220|	r = sc_select_file(card, &path, NULL);
  113|    220|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    220|#define SC_SUCCESS				0
  ------------------
  |  Branch (113:6): [True: 120, False: 100]
  ------------------
  114|    120|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|    120|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  115|    100|	r = sc_read_binary(card, 0, buf, 64, 0);
  116|    100|	if (r != 64)
  ------------------
  |  Branch (116:6): [True: 8, False: 92]
  ------------------
  117|      8|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      8|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  118|     92|	if (memcmp(buf + 24, STARCERT, strlen(STARCERT)))
  ------------------
  |  |   35|     92|#define STARCERT	"StarCertV2201"
  ------------------
              	if (memcmp(buf + 24, STARCERT, strlen(STARCERT)))
  ------------------
  |  |   35|     92|#define STARCERT	"StarCertV2201"
  ------------------
  |  Branch (118:6): [True: 2, False: 90]
  ------------------
  119|      2|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      2|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  120|       |
  121|     90|	return SC_SUCCESS;
  ------------------
  |  |   28|     90|#define SC_SUCCESS				0
  ------------------
  122|     92|}
pkcs15-starcert.c:sc_pkcs15emu_starcert_init:
  125|     90|{
  126|     90|	const cdata certs[] = {
  127|     90|		{"DS certificate", 0, "3F00DF01C000","1",
  128|     90|			SC_PKCS15_CO_FLAG_MODIFIABLE},
  ------------------
  |  |   51|     90|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  129|     90|		{"CA certificate", 1, "3F00DF01C008","2",
  130|     90|			SC_PKCS15_CO_FLAG_MODIFIABLE},
  ------------------
  |  |   51|     90|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  131|     90|		{"KE certificate", 0, "3F00DF01C200","3",
  132|     90|			SC_PKCS15_CO_FLAG_MODIFIABLE},
  ------------------
  |  |   51|     90|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  133|     90|		{"AUT certificate",0, "3F00DF01C500","4",
  134|     90|			SC_PKCS15_CO_FLAG_MODIFIABLE},
  ------------------
  |  |   51|     90|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  135|     90|		{NULL, 0, NULL, NULL, 0}
  136|     90|	};
  137|       |
  138|     90|	const pindata pins[] = {
  139|     90|		{ "99", "DS pin", "3F00DF01", 0x99,
  140|     90|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|     90|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  141|     90|		  8, 8, 8, SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|     90|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  142|     90|		  SC_PKCS15_PIN_FLAG_LOCAL, -1, 0x00,
  ------------------
  |  |   55|     90|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  143|     90|		  SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE },
  ------------------
  |  |   51|     90|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              		  SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE },
  ------------------
  |  |   50|     90|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  144|     90|		{ NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0}
  145|     90|	};
  146|       |
  147|     90|	const prdata prkeys[] = {
  148|     90|		{ "01", "DS key", 1024, USAGE_NONREP, "3F00DF01",
  ------------------
  |  |   71|     90|#define USAGE_NONREP	SC_PKCS15_PRKEY_USAGE_NONREPUDIATION
  |  |  ------------------
  |  |  |  |  314|     90|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  |  |  ------------------
  ------------------
  149|     90|		  0x84, "99", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|     90|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  150|     90|		{ "03", "KE key", 1024, USAGE_KE, "3F00DF01",
  ------------------
  |  |   72|     90|#define USAGE_KE	SC_PKCS15_PRKEY_USAGE_ENCRYPT | \
  |  |  ------------------
  |  |  |  |  305|     90|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  |  |  ------------------
  |  |   73|     90|			SC_PKCS15_PRKEY_USAGE_DECRYPT | \
  |  |  ------------------
  |  |  |  |  306|     90|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  |  |  ------------------
  |  |   74|     90|			SC_PKCS15_PRKEY_USAGE_WRAP    | \
  |  |  ------------------
  |  |  |  |  309|     90|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  |  |  ------------------
  |  |   75|     90|			SC_PKCS15_PRKEY_USAGE_UNWRAP
  |  |  ------------------
  |  |  |  |  310|     90|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  |  |  ------------------
  ------------------
  151|     90|		  0x85, NULL, SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|     90|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  152|     90|		{ "04", "AUT key", 1024, USAGE_AUT, "3F00DF01",
  ------------------
  |  |   76|     90|#define USAGE_AUT	SC_PKCS15_PRKEY_USAGE_ENCRYPT | \
  |  |  ------------------
  |  |  |  |  305|     90|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  |  |  ------------------
  |  |   77|     90|			SC_PKCS15_PRKEY_USAGE_DECRYPT | \
  |  |  ------------------
  |  |  |  |  306|     90|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  |  |  ------------------
  |  |   78|     90|			SC_PKCS15_PRKEY_USAGE_WRAP    | \
  |  |  ------------------
  |  |  |  |  309|     90|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  |  |  ------------------
  |  |   79|     90|			SC_PKCS15_PRKEY_USAGE_UNWRAP  | \
  |  |  ------------------
  |  |  |  |  310|     90|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  |  |  ------------------
  |  |   80|     90|			SC_PKCS15_PRKEY_USAGE_SIGN
  |  |  ------------------
  |  |  |  |  307|     90|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  |  |  ------------------
  ------------------
  153|     90|		  0x82, NULL, SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|     90|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  154|     90|		{ NULL, NULL, 0, 0, NULL, 0, NULL, 0}
  155|     90|	};
  156|       |
  157|     90|	int    r, i;
  158|     90|	char   buf[256];
  159|     90|	sc_path_t path;
  160|     90|	sc_file_t *file = NULL;
  161|     90|	sc_card_t *card = p15card->card;
  162|     90|	sc_serial_number_t serial;
  163|       |
  164|       |	/* get serial number */
  165|     90|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
  166|     90|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|     90|#define SC_SUCCESS				0
  ------------------
  |  Branch (166:6): [True: 7, False: 83]
  ------------------
  167|      7|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      7|#define SC_ERROR_INTERNAL			-1400
  ------------------
  168|     83|	r = sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
  169|     83|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|     83|#define SC_SUCCESS				0
  ------------------
  |  Branch (169:6): [True: 0, False: 83]
  ------------------
  170|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  171|       |
  172|     83|	set_string(&p15card->tokeninfo->serial_number, buf);
  173|     83|	if (!p15card->tokeninfo->serial_number)
  ------------------
  |  Branch (173:6): [True: 0, False: 83]
  ------------------
  174|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  175|       |	/* the manufacturer ID, in this case Giesecke & Devrient GmbH */
  176|     83|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   34|     83|#define MANU_ID		"Giesecke & Devrient GmbH"
  ------------------
  177|     83|	if (!p15card->tokeninfo->manufacturer_id)
  ------------------
  |  Branch (177:6): [True: 0, False: 83]
  ------------------
  178|      0|		goto err;
  179|       |
  180|       |	/* set certs */
  181|    415|	for (i = 0; certs[i].label; i++) {
  ------------------
  |  Branch (181:14): [True: 332, False: 83]
  ------------------
  182|    332|		struct sc_pkcs15_cert_info cert_info;
  183|    332|		struct sc_pkcs15_object    cert_obj;
  184|       |
  185|    332|		memset(&cert_info, 0, sizeof(cert_info));
  186|    332|		memset(&cert_obj,  0, sizeof(cert_obj));
  187|       |
  188|    332|		sc_pkcs15_format_id(certs[i].id, &cert_info.id);
  189|    332|		cert_info.authority = certs[i].authority;
  190|    332|		sc_format_path(certs[i].path, &cert_info.path);
  191|    332|		if (!get_cert_len(card, &cert_info.path))
  ------------------
  |  Branch (191:7): [True: 331, False: 1]
  ------------------
  192|       |			/* skip errors */
  193|    331|			continue;
  194|       |
  195|      1|		strlcpy(cert_obj.label, certs[i].label, sizeof(cert_obj.label));
  ------------------
  |  |   43|      1|#define strlcpy _strlcpy
  ------------------
  196|      1|		cert_obj.flags = certs[i].obj_flags;
  197|       |
  198|      1|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  199|      1|		if (r < 0)
  ------------------
  |  Branch (199:7): [True: 0, False: 1]
  ------------------
  200|      0|			goto err;
  201|      1|	}
  202|       |	/* set pins */
  203|    166|	for (i = 0; pins[i].label; i++) {
  ------------------
  |  Branch (203:14): [True: 83, False: 83]
  ------------------
  204|     83|		struct sc_pkcs15_auth_info pin_info;
  205|     83|		struct sc_pkcs15_object   pin_obj;
  206|       |
  207|     83|		memset(&pin_info, 0, sizeof(pin_info));
  208|     83|		memset(&pin_obj,  0, sizeof(pin_obj));
  209|       |
  210|       |
  211|     83|		sc_pkcs15_format_id(pins[i].id, &pin_info.auth_id);
  212|     83|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     83|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  213|     83|		pin_info.attrs.pin.reference     = pins[i].ref;
  214|     83|		pin_info.attrs.pin.flags         = pins[i].flags;
  215|     83|		pin_info.attrs.pin.type          = pins[i].type;
  216|     83|		pin_info.attrs.pin.min_length    = pins[i].minlen;
  217|     83|		pin_info.attrs.pin.stored_length = pins[i].storedlen;
  218|     83|		pin_info.attrs.pin.max_length    = pins[i].maxlen;
  219|     83|		pin_info.attrs.pin.pad_char      = pins[i].pad_char;
  220|     83|		sc_format_path(pins[i].path, &pin_info.path);
  221|     83|		pin_info.tries_left    = -1;
  222|     83|		pin_info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|     83|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  223|       |
  224|     83|		strlcpy(pin_obj.label, pins[i].label, sizeof(pin_obj.label));
  ------------------
  |  |   43|     83|#define strlcpy _strlcpy
  ------------------
  225|     83|		pin_obj.flags = pins[i].obj_flags;
  226|       |
  227|     83|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  228|     83|		if (r < 0)
  ------------------
  |  Branch (228:7): [True: 0, False: 83]
  ------------------
  229|      0|			goto err;
  230|     83|	}
  231|       |	/* set private keys */
  232|    332|	for (i = 0; prkeys[i].label; i++) {
  ------------------
  |  Branch (232:14): [True: 249, False: 83]
  ------------------
  233|    249|		struct sc_pkcs15_prkey_info prkey_info;
  234|    249|		struct sc_pkcs15_object     prkey_obj;
  235|       |
  236|    249|		memset(&prkey_info, 0, sizeof(prkey_info));
  237|    249|		memset(&prkey_obj,  0, sizeof(prkey_obj));
  238|       |
  239|    249|		sc_pkcs15_format_id(prkeys[i].id, &prkey_info.id);
  240|    249|		prkey_info.usage         = prkeys[i].usage;
  241|    249|		prkey_info.native        = 1;
  242|    249|		prkey_info.key_reference = prkeys[i].ref;
  243|    249|		prkey_info.modulus_length= prkeys[i].modulus_len;
  244|    249|		sc_format_path(prkeys[i].path, &prkey_info.path);
  245|       |
  246|    249|		strlcpy(prkey_obj.label, prkeys[i].label, sizeof(prkey_obj.label));
  ------------------
  |  |   43|    249|#define strlcpy _strlcpy
  ------------------
  247|    249|		prkey_obj.flags = prkeys[i].obj_flags;
  248|    249|		if (prkeys[i].auth_id)
  ------------------
  |  Branch (248:7): [True: 83, False: 166]
  ------------------
  249|     83|			sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
  250|       |
  251|    249|		r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  252|    249|		if (r < 0)
  ------------------
  |  Branch (252:7): [True: 0, False: 249]
  ------------------
  253|      0|			goto err;
  254|    249|	}
  255|       |
  256|       |	/* select the application DF */
  257|     83|	sc_format_path("3F00DF01", &path);
  258|     83|	r = sc_select_file(card, &path, &file);
  259|     83|	if (r != SC_SUCCESS || !file)
  ------------------
  |  |   28|    166|#define SC_SUCCESS				0
  ------------------
  |  Branch (259:6): [True: 17, False: 66]
  |  Branch (259:25): [True: 0, False: 66]
  ------------------
  260|     17|		goto err;
  261|       |	/* set the application DF */
  262|     66|	sc_file_free(p15card->file_app);
  263|     66|	p15card->file_app = file;
  264|       |
  265|     66|	return SC_SUCCESS;
  ------------------
  |  |   28|     66|#define SC_SUCCESS				0
  ------------------
  266|       |
  267|     17|err:
  268|     17|	sc_pkcs15_card_clear(p15card);
  269|     17|	return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     17|#define SC_ERROR_INTERNAL			-1400
  ------------------
  270|     83|}
pkcs15-starcert.c:get_cert_len:
   83|    332|{
   84|    332|	int r;
   85|    332|	u8  buf[8];
   86|       |
   87|    332|	r = sc_select_file(card, path, NULL);
   88|    332|	if (r < 0)
  ------------------
  |  Branch (88:6): [True: 301, False: 31]
  ------------------
   89|    301|		return 0;
   90|     31|	r = sc_read_binary(card, 0, buf, sizeof(buf), 0);
   91|     31|	if (r < 4)
  ------------------
  |  Branch (91:6): [True: 10, False: 21]
  ------------------
   92|     10|		return 0;
   93|     21|	if (buf[0] != 0x30 || buf[1] != 0x82)
  ------------------
  |  Branch (93:6): [True: 10, False: 11]
  |  Branch (93:24): [True: 10, False: 1]
  ------------------
   94|     20|		return 0;
   95|      1|	path->index = 0;
   96|      1|	path->count = ((buf[2] << 8) | buf[3]) + 4;
   97|      1|	return 1;
   98|     21|}

sc_pkcs15emu_starcos_esign_init_ex:
  355|  7.52k|{
  356|  7.52k|	int r = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.52k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  357|       |
  358|  7.52k|	if (!p15card || !p15card->card || !p15card->card->ctx)
  ------------------
  |  Branch (358:6): [True: 0, False: 7.52k]
  |  Branch (358:18): [True: 0, False: 7.52k]
  |  Branch (358:36): [True: 0, False: 7.52k]
  ------------------
  359|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  360|       |
  361|  7.52k|	r = starcos_esign_init(p15card, aid);
  362|  7.52k|	LOG_FUNC_RETURN(p15card->card->ctx, r);
  ------------------
  |  |  164|  7.52k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.52k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.52k|	int _ret = r; \
  |  |  |  |  155|  7.52k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.52k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.52k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  7.45k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 7.45k, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.52k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.52k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  7.52k|	return _ret; \
  |  |  |  |  163|  7.52k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|  7.52k|}
pkcs15-starcos-esign.c:starcos_esign_init:
  286|  7.52k|{
  287|  7.52k|	sc_card_t *card = p15card->card;
  288|  7.52k|	sc_context_t *ctx = card->ctx;
  289|  7.52k|	const char *label = name_Card;
  290|  7.52k|	int r;
  291|  7.52k|	int apps_added = 0;
  292|       |
  293|  7.52k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|  7.52k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  7.52k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  7.52k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 7.52k]
  |  |  ------------------
  ------------------
  294|       |
  295|  7.52k|	if (card->type != SC_CARD_TYPE_STARCOS_V3_4_ESIGN && card->type != SC_CARD_TYPE_STARCOS_V3_5_ESIGN) {
  ------------------
  |  Branch (295:6): [True: 7.41k, False: 106]
  |  Branch (295:55): [True: 7.41k, False: 0]
  ------------------
  296|  7.41k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  7.41k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  297|  7.41k|	}
  298|       |
  299|    106|	if (aid == NULL) {
  ------------------
  |  Branch (299:6): [True: 106, False: 0]
  ------------------
  300|       |		// no aid: in this case all emulated apps are added, currently only the esign_app
  301|    106|		r = starcos_add_esign_app(p15card);
  302|    106|		if (r == SC_SUCCESS)
  ------------------
  |  |   28|    106|#define SC_SUCCESS				0
  ------------------
  |  Branch (302:7): [True: 79, False: 27]
  ------------------
  303|     79|			apps_added++;
  304|    106|	} else {
  305|       |		// aid specified: only the matching app is added
  306|      0|		if (aid->len == sizeof(aid_ESIGN) && memcmp(aid->value, aid_ESIGN, sizeof(aid_ESIGN)) == 0) {
  ------------------
  |  Branch (306:7): [True: 0, False: 0]
  |  Branch (306:40): [True: 0, False: 0]
  ------------------
  307|      0|			r = starcos_add_esign_app(p15card);
  308|      0|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (308:8): [True: 0, False: 0]
  ------------------
  309|      0|				label = name_ESign;
  310|      0|				apps_added++;
  311|      0|			}
  312|      0|		}
  313|       |
  314|      0|		if (apps_added > 0) {
  ------------------
  |  Branch (314:7): [True: 0, False: 0]
  ------------------
  315|       |			// pkcs11 requires the file_app
  316|      0|			struct sc_path path;
  317|      0|			struct sc_file *file = NULL;
  318|      0|			sc_path_set(&path, SC_PATH_TYPE_DF_NAME, aid->value, aid->len, 0, 0);
  ------------------
  |  |  118|      0|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  319|      0|			r = sc_select_file(card, &path, &file);
  320|      0|			if (r != SC_SUCCESS || !file)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (320:8): [True: 0, False: 0]
  |  Branch (320:27): [True: 0, False: 0]
  ------------------
  321|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  322|      0|			sc_file_free(p15card->file_app);
  323|      0|			p15card->file_app = file;
  324|      0|		}
  325|      0|	}
  326|       |
  327|    106|	if (apps_added == 0) {
  ------------------
  |  Branch (327:6): [True: 27, False: 79]
  ------------------
  328|     27|		LOG_TEST_RET(ctx, SC_ERROR_WRONG_CARD, "No supported app found on this card");
  ------------------
  |  |  174|     27|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     27|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     27|	int _ret = (r); \
  |  |  |  |  168|     27|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     27|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     27|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     27|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     27|		return _ret; \
  |  |  |  |  172|     27|	} \
  |  |  |  |  173|     27|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  329|     27|	}
  330|       |
  331|     79|	sc_pkcs15_free_tokeninfo(p15card->tokeninfo);
  332|       |
  333|     79|	p15card->tokeninfo = sc_pkcs15_tokeninfo_new();
  334|     79|	if (!p15card->tokeninfo) {
  ------------------
  |  Branch (334:6): [True: 0, False: 79]
  ------------------
  335|      0|		LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "unable to create tokeninfo struct");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  336|     79|	} else {
  337|     79|		sc_serial_number_t serial;
  338|     79|		char serial_hex[SC_MAX_SERIALNR * 2 + 2];
  339|     79|		r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
  340|     79|		LOG_TEST_RET(ctx, r, "Failed to query card serial number");
  ------------------
  |  |  174|     79|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     79|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     79|	int _ret = (r); \
  |  |  |  |  168|     79|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  169|     10|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     10|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     10|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     10|		return _ret; \
  |  |  |  |  172|     10|	} \
  |  |  |  |  173|     79|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 69]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|       |
  342|     69|		r = sc_bin_to_hex(serial.value, serial.len, serial_hex, sizeof serial_hex, 0);
  343|     69|		LOG_TEST_RET(ctx, r, "Failed to convert S/N to hex");
  ------------------
  |  |  174|     69|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     69|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     69|	int _ret = (r); \
  |  |  |  |  168|     69|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     69|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 69]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  344|     69|		p15card->tokeninfo->serial_number = strdup(serial_hex);
  345|     69|		p15card->tokeninfo->label = strdup(label);
  346|     69|		p15card->tokeninfo->manufacturer_id = strdup(name_Vendor);
  347|     69|		p15card->tokeninfo->flags = SC_PKCS15_TOKEN_READONLY;
  ------------------
  |  |  595|     69|#define SC_PKCS15_TOKEN_READONLY			0x01
  ------------------
  348|     69|	}
  349|       |
  350|     69|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     69|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     69|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     69|	int _ret = r; \
  |  |  |  |  155|     69|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 69, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     69|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 69]
  |  |  |  |  ------------------
  |  |  |  |  157|     69|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     69|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     69|	return _ret; \
  |  |  |  |  163|     69|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  351|     69|}
pkcs15-starcos-esign.c:starcos_add_esign_app:
  253|    106|{
  254|    106|	static cdata auth_cert = {"C.CH.AUT", 0, "3F00060843F1", "1", 0};
  255|    106|	static cdata encr_cert = {"C.CH.ENC", 0, "3F0006084301", "2", 0};
  256|       |#ifdef ENABLE_ESIGN_ISSUER_CONTAINERS
  257|       |	const cdata auth_root_cert = { "C.RootCA_Auth", 1, "3F00060843F0", "3", 0 };
  258|       |	const cdata encr_root_cert = { "C.RootCA_Enc", 1, "3F0006084300", "4", 0 };
  259|       |#endif
  260|       |
  261|    106|	static prdata auth_key = {"1", "PrK.CH.AUT", 2048, USAGE_AUT, "3F000608", 0x81, "1", SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   89|    106|#define USAGE_AUT SC_PKCS15_PRKEY_USAGE_ENCRYPT | \
  |  |  ------------------
  |  |  |  |  305|    106|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  |  |  ------------------
  |  |   90|    106|				  SC_PKCS15_PRKEY_USAGE_DECRYPT | \
  |  |  ------------------
  |  |  |  |  306|    106|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  |  |  ------------------
  |  |   91|    106|				  SC_PKCS15_PRKEY_USAGE_WRAP | \
  |  |  ------------------
  |  |  |  |  309|    106|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  |  |  ------------------
  |  |   92|    106|				  SC_PKCS15_PRKEY_USAGE_UNWRAP | \
  |  |  ------------------
  |  |  |  |  310|    106|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  |  |  ------------------
  |  |   93|    106|				  SC_PKCS15_PRKEY_USAGE_SIGN
  |  |  ------------------
  |  |  |  |  307|    106|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  |  |  ------------------
  ------------------
              	static prdata auth_key = {"1", "PrK.CH.AUT", 2048, USAGE_AUT, "3F000608", 0x81, "1", SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   50|    106|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  262|    106|	static prdata encr_key = {"2", "PrK.CH.ENC", 2048, USAGE_KE, "3F000608", 0x83, "1", SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   85|    106|#define USAGE_KE     SC_PKCS15_PRKEY_USAGE_ENCRYPT | \
  |  |  ------------------
  |  |  |  |  305|    106|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  |  |  ------------------
  |  |   86|    106|				 SC_PKCS15_PRKEY_USAGE_DECRYPT | \
  |  |  ------------------
  |  |  |  |  306|    106|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  |  |  ------------------
  |  |   87|    106|				 SC_PKCS15_PRKEY_USAGE_WRAP | \
  |  |  ------------------
  |  |  |  |  309|    106|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  |  |  ------------------
  |  |   88|    106|				 SC_PKCS15_PRKEY_USAGE_UNWRAP
  |  |  ------------------
  |  |  |  |  310|    106|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  |  |  ------------------
  ------------------
              	static prdata encr_key = {"2", "PrK.CH.ENC", 2048, USAGE_KE, "3F000608", 0x83, "1", SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   50|    106|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  263|       |
  264|    106|	static pindata auth_pin = {"1", "UserPIN", "3F00", 0x01, SC_PKCS15_PIN_TYPE_UTF8, 16, 6, 0,
  ------------------
  |  |   90|    106|#define SC_PKCS15_PIN_TYPE_UTF8				2
  ------------------
  265|    106|			USER_PIN, -1, 3, 0x00, SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   94|    106|#define USER_PIN  SC_PKCS15_PIN_FLAG_INITIALIZED | \
  |  |  ------------------
  |  |  |  |   58|    106|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   95|    106|				SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | \
  |  |  ------------------
  |  |  |  |   54|    106|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  |  |  ------------------
  |  |   96|    106|				SC_PKCS15_PIN_TYPE_FLAGS_PIN_GLOBAL | \
  |  |  ------------------
  |  |  |  |   75|    106|	( SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  |  |  ------------------
  |  |  |  |  |  |   58|    106|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   97|    106|				SC_PKCS15_PIN_AUTH_TYPE_PIN
  |  |  ------------------
  |  |  |  |   94|    106|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  |  |  ------------------
  ------------------
              			USER_PIN, -1, 3, 0x00, SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   51|    106|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              			USER_PIN, -1, 3, 0x00, SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   50|    106|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  266|       |
  267|    106|	static pindata auth_pin_v35 = {"1", "UserPIN", "3F00", 0x06, SC_PKCS15_PIN_TYPE_UTF8, 16, 6, 0,
  ------------------
  |  |   90|    106|#define SC_PKCS15_PIN_TYPE_UTF8				2
  ------------------
  268|    106|			USER_PIN, -1, 3, 0x00, SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   94|    106|#define USER_PIN  SC_PKCS15_PIN_FLAG_INITIALIZED | \
  |  |  ------------------
  |  |  |  |   58|    106|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   95|    106|				SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | \
  |  |  ------------------
  |  |  |  |   54|    106|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  |  |  ------------------
  |  |   96|    106|				SC_PKCS15_PIN_TYPE_FLAGS_PIN_GLOBAL | \
  |  |  ------------------
  |  |  |  |   75|    106|	( SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  |  |  ------------------
  |  |  |  |  |  |   58|    106|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   97|    106|				SC_PKCS15_PIN_AUTH_TYPE_PIN
  |  |  ------------------
  |  |  |  |   94|    106|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  |  |  ------------------
  ------------------
              			USER_PIN, -1, 3, 0x00, SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   51|    106|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              			USER_PIN, -1, 3, 0x00, SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   50|    106|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  269|       |
  270|    106|	ppindata auth = (p15card->card->type == SC_CARD_TYPE_STARCOS_V3_5_ESIGN) ? &auth_pin_v35 : &auth_pin;
  ------------------
  |  Branch (270:18): [True: 0, False: 106]
  ------------------
  271|       |
  272|    106|	const container containers[] = {
  273|    106|			{"1", &auth_cert, auth, &auth_key},
  274|    106|			{"2", &encr_cert, auth, &encr_key},
  275|       |#ifdef ENABLE_ESIGN_ISSUER_CONTAINERS
  276|       |			{ "3", &auth_root_cert, 0, 0 },
  277|       |			{ "4", &encr_root_cert, 0, 0 },
  278|       |#endif
  279|    106|	};
  280|       |
  281|    106|	return add_app(p15card, containers, sizeof(containers) / sizeof(container));
  282|    106|}
pkcs15-starcos-esign.c:add_app:
  116|    106|{
  117|    106|	int i, containers_added = 0, r = SC_SUCCESS;
  ------------------
  |  |   28|    106|#define SC_SUCCESS				0
  ------------------
  118|    106|	ppindata installed_pins[4];
  119|    106|	size_t installed_pin_count = 0;
  120|    106|	sc_card_t *card = p15card->card;
  121|       |
  122|    106|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    106|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    106|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    106|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    106|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 106]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  123|       |
  124|    318|	for (i = 0; i < container_count; i++) {
  ------------------
  |  Branch (124:14): [True: 212, False: 106]
  ------------------
  125|    212|		struct sc_pkcs15_cert_info cert_info;
  126|    212|		struct sc_pkcs15_object cert_obj;
  127|    212|		size_t cert_size;
  128|       |
  129|    212|		memset(&cert_info, 0, sizeof(cert_info));
  130|    212|		memset(&cert_obj, 0, sizeof(cert_obj));
  131|       |
  132|    212|		sc_pkcs15_format_id(containers[i].id, &cert_info.id);
  133|    212|		cert_info.authority = containers[i].certdata->authority;
  134|    212|		sc_format_path(containers[i].certdata->path, &cert_info.path);
  135|       |
  136|    212|		r = get_cert_size(card, &cert_info.path, &cert_size);
  137|    212|		if ( r != SC_SUCCESS ) {
  ------------------
  |  |   28|    212|#define SC_SUCCESS				0
  ------------------
  |  Branch (137:8): [True: 124, False: 88]
  ------------------
  138|    124|			sc_log(card->ctx, "Failed to determine size of certificate %s, ignoring container", containers[i].certdata->label);
  ------------------
  |  |   71|    124|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  139|    124|			continue;
  140|    124|		}
  141|       |
  142|     88|		strlcpy(cert_obj.label, containers[i].certdata->label, sizeof(cert_obj.label));
  ------------------
  |  |   43|     88|#define strlcpy _strlcpy
  ------------------
  143|     88|		cert_obj.flags = containers[i].certdata->obj_flags;
  144|       |
  145|     88|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  146|     88|		LOG_TEST_RET(card->ctx, r, "Failed to add certificate");
  ------------------
  |  |  174|     88|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     88|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     88|	int _ret = (r); \
  |  |  |  |  168|     88|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 88]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     88|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  147|       |
  148|     88|		if (containers[i].pindata != 0) {
  ------------------
  |  Branch (148:7): [True: 88, False: 0]
  ------------------
  149|     88|			size_t j;
  150|     88|			int is_pin_installed = 0;
  151|       |
  152|       |			/* A pin object could be used by more than 1 container, ensure it is added only once */
  153|     88|			for (j = 0; j < installed_pin_count; j++) {
  ------------------
  |  Branch (153:16): [True: 9, False: 79]
  ------------------
  154|      9|				if (installed_pins[j] == containers[i].pindata) {
  ------------------
  |  Branch (154:9): [True: 9, False: 0]
  ------------------
  155|      9|					is_pin_installed = 1;
  156|      9|					break;
  157|      9|				}
  158|      9|			}
  159|       |
  160|     88|			if (!is_pin_installed) {
  ------------------
  |  Branch (160:8): [True: 79, False: 9]
  ------------------
  161|     79|				struct sc_pkcs15_auth_info pin_info;
  162|     79|				struct sc_pkcs15_object pin_obj;
  163|       |
  164|     79|				if (installed_pin_count < (int)(sizeof(installed_pins) / sizeof(ppindata))) {
  ------------------
  |  Branch (164:9): [True: 79, False: 0]
  ------------------
  165|     79|					installed_pins[installed_pin_count++] = containers[i].pindata;
  166|     79|				} else {
  167|      0|					sc_log(card->ctx, "Warning: cannot add more than 4 pins");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  168|      0|					continue;
  169|      0|				}
  170|       |
  171|     79|				memset(&pin_info, 0, sizeof(pin_info));
  172|     79|				memset(&pin_obj, 0, sizeof(pin_obj));
  173|       |
  174|     79|				sc_pkcs15_format_id(containers[i].pindata->id, &pin_info.auth_id);
  175|     79|				pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     79|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  176|     79|				pin_info.attrs.pin.reference = containers[i].pindata->ref;
  177|     79|				pin_info.attrs.pin.flags = containers[i].pindata->flags;
  178|     79|				pin_info.attrs.pin.type = containers[i].pindata->type;
  179|     79|				pin_info.attrs.pin.min_length = containers[i].pindata->minlen;
  180|     79|				pin_info.attrs.pin.stored_length = containers[i].pindata->storedlen;
  181|     79|				pin_info.attrs.pin.max_length = containers[i].pindata->maxlen;
  182|     79|				pin_info.attrs.pin.pad_char = containers[i].pindata->pad_char;
  183|     79|				if (containers[i].pindata->path != NULL)
  ------------------
  |  Branch (183:9): [True: 79, False: 0]
  ------------------
  184|     79|					sc_format_path(containers[i].pindata->path, &pin_info.path);
  185|     79|				pin_info.tries_left = -1;
  186|     79|				pin_info.max_tries = containers[i].pindata->max_tries;
  187|       |
  188|     79|				strlcpy(pin_obj.label, containers[i].pindata->label, sizeof(pin_obj.label));
  ------------------
  |  |   43|     79|#define strlcpy _strlcpy
  ------------------
  189|     79|				pin_obj.flags = containers[i].pindata->obj_flags;
  190|       |
  191|     79|				r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  192|     79|				LOG_TEST_RET(card->ctx, r, "Failed to add PIN object");
  ------------------
  |  |  174|     79|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     79|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     79|	int _ret = (r); \
  |  |  |  |  168|     79|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 79]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     79|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 79]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  193|     79|			}
  194|     88|		}
  195|       |
  196|     88|		if (containers[i].prdata != 0) {
  ------------------
  |  Branch (196:7): [True: 88, False: 0]
  ------------------
  197|     88|			struct sc_pkcs15_prkey_info prkey_info;
  198|     88|			struct sc_pkcs15_object prkey_obj;
  199|     88|			int modulus_len = containers[i].prdata->modulus_len;
  200|     88|			memset(&prkey_info, 0, sizeof(prkey_info));
  201|     88|			memset(&prkey_obj, 0, sizeof(prkey_obj));
  202|       |
  203|     88|			sc_pkcs15_format_id(containers[i].id, &prkey_info.id);
  204|     88|			prkey_info.usage = containers[i].prdata->usage;
  205|     88|			prkey_info.native = 1;
  206|     88|			prkey_info.key_reference = containers[i].prdata->ref;
  207|     88|			prkey_info.modulus_length = modulus_len;
  208|     88|			sc_format_path(containers[i].prdata->path, &prkey_info.path);
  209|       |
  210|     88|			strlcpy(prkey_obj.label, containers[i].prdata->label, sizeof(prkey_obj.label));
  ------------------
  |  |   43|     88|#define strlcpy _strlcpy
  ------------------
  211|     88|			prkey_obj.flags = containers[i].prdata->obj_flags;
  212|     88|			if (containers[i].prdata->auth_id) {
  ------------------
  |  Branch (212:8): [True: 88, False: 0]
  ------------------
  213|     88|				sc_pkcs15_format_id(containers[i].prdata->auth_id, &prkey_obj.auth_id);
  214|     88|			}
  215|       |
  216|     88|			r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  217|     88|			LOG_TEST_RET(card->ctx, r, "Failed to add RSA prkey");
  ------------------
  |  |  174|     88|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     88|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     88|	int _ret = (r); \
  |  |  |  |  168|     88|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 88]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|     88|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  218|     88|		}
  219|       |
  220|     88|		containers_added++;
  221|     88|	}
  222|       |
  223|    106|	if (containers_added == 0) {
  ------------------
  |  Branch (223:6): [True: 27, False: 79]
  ------------------
  224|     27|		r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     27|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  225|     79|	} else {
  226|     79|		r = SC_SUCCESS;
  ------------------
  |  |   28|     79|#define SC_SUCCESS				0
  ------------------
  227|     79|	}
  228|       |
  229|    106|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    106|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    106|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    106|	int _ret = r; \
  |  |  |  |  155|    106|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 106, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    106|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     27|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 27, False: 79]
  |  |  |  |  ------------------
  |  |  |  |  157|    106|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    106|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    106|	return _ret; \
  |  |  |  |  163|    106|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  230|    106|}
pkcs15-starcos-esign.c:get_cert_size:
  101|    212|{
  102|    212|	int r;
  103|    212|	sc_file_t *file = NULL;
  104|       |
  105|    212|	r = sc_select_file(card, path, &file);
  106|    212|	LOG_TEST_RET(card->ctx, r, "Failed to select EF certificate");
  ------------------
  |  |  174|    212|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    212|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    212|	int _ret = (r); \
  |  |  |  |  168|    212|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 124, False: 88]
  |  |  |  |  ------------------
  |  |  |  |  169|    124|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    124|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    124|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    124|		return _ret; \
  |  |  |  |  172|    124|	} \
  |  |  |  |  173|    212|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|       |
  108|     88|	*psize = file->size;
  109|     88|	sc_file_free(file);
  110|       |
  111|     88|	return SC_SUCCESS;
  ------------------
  |  |   28|     88|#define SC_SUCCESS				0
  ------------------
  112|    212|}

sc_pkcs15_is_emulation_only:
   90|  13.3k|{
   91|  13.3k|	switch (card->type) {
   92|    785|		case SC_CARD_TYPE_GEMSAFEV1_PTEID:
  ------------------
  |  Branch (92:3): [True: 785, False: 12.5k]
  ------------------
   93|    789|		case SC_CARD_TYPE_OPENPGP_V1:
  ------------------
  |  Branch (93:3): [True: 4, False: 13.3k]
  ------------------
   94|    804|		case SC_CARD_TYPE_OPENPGP_V2:
  ------------------
  |  Branch (94:3): [True: 15, False: 13.3k]
  ------------------
   95|    973|		case SC_CARD_TYPE_OPENPGP_GNUK:
  ------------------
  |  Branch (95:3): [True: 169, False: 13.2k]
  ------------------
   96|    977|		case SC_CARD_TYPE_OPENPGP_V3:
  ------------------
  |  Branch (96:3): [True: 4, False: 13.3k]
  ------------------
   97|    977|		case SC_CARD_TYPE_SC_HSM:
  ------------------
  |  Branch (97:3): [True: 0, False: 13.3k]
  ------------------
   98|    977|		case SC_CARD_TYPE_SC_HSM_SOC:
  ------------------
  |  Branch (98:3): [True: 0, False: 13.3k]
  ------------------
   99|    977|		case SC_CARD_TYPE_DNIE_BASE:
  ------------------
  |  Branch (99:3): [True: 0, False: 13.3k]
  ------------------
  100|    977|		case SC_CARD_TYPE_DNIE_BLANK:
  ------------------
  |  Branch (100:3): [True: 0, False: 13.3k]
  ------------------
  101|    977|		case SC_CARD_TYPE_DNIE_ADMIN:
  ------------------
  |  Branch (101:3): [True: 0, False: 13.3k]
  ------------------
  102|  1.45k|		case SC_CARD_TYPE_DNIE_USER:
  ------------------
  |  Branch (102:3): [True: 473, False: 12.8k]
  ------------------
  103|  1.45k|		case SC_CARD_TYPE_DNIE_TERMINATED:
  ------------------
  |  Branch (103:3): [True: 0, False: 13.3k]
  ------------------
  104|  1.45k|		case SC_CARD_TYPE_IASECC_GEMALTO:
  ------------------
  |  Branch (104:3): [True: 4, False: 13.3k]
  ------------------
  105|  1.52k|		case SC_CARD_TYPE_IASECC_CPX:
  ------------------
  |  Branch (105:3): [True: 67, False: 13.3k]
  ------------------
  106|  1.52k|		case SC_CARD_TYPE_IASECC_CPXCL:
  ------------------
  |  Branch (106:3): [True: 1, False: 13.3k]
  ------------------
  107|  1.52k|		case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (107:3): [True: 0, False: 13.3k]
  ------------------
  108|  1.62k|		case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (108:3): [True: 106, False: 13.2k]
  ------------------
  109|  1.90k|		case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (109:3): [True: 279, False: 13.0k]
  ------------------
  110|  2.09k|		case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (110:3): [True: 187, False: 13.1k]
  ------------------
  111|  2.09k|		case SC_CARD_TYPE_PIV_II_SWISSBIT:
  ------------------
  |  Branch (111:3): [True: 0, False: 13.3k]
  ------------------
  112|  2.14k|		case SC_CARD_TYPE_ESTEID_2018:
  ------------------
  |  Branch (112:3): [True: 49, False: 13.3k]
  ------------------
  113|  2.30k|		case SC_CARD_TYPE_CARDOS_V5_0:
  ------------------
  |  Branch (113:3): [True: 164, False: 13.2k]
  ------------------
  114|  2.52k|		case SC_CARD_TYPE_CARDOS_V5_3:
  ------------------
  |  Branch (114:3): [True: 215, False: 13.1k]
  ------------------
  115|  2.70k|		case SC_CARD_TYPE_NQ_APPLET:
  ------------------
  |  Branch (115:3): [True: 178, False: 13.1k]
  ------------------
  116|  2.70k|		case SC_CARD_TYPE_NQ_APPLET_RFID:
  ------------------
  |  Branch (116:3): [True: 0, False: 13.3k]
  ------------------
  117|  2.88k|		case SC_CARD_TYPE_STARCOS_V3_4_ESIGN:
  ------------------
  |  Branch (117:3): [True: 184, False: 13.1k]
  ------------------
  118|  2.88k|		case SC_CARD_TYPE_STARCOS_V3_5_ESIGN:
  ------------------
  |  Branch (118:3): [True: 0, False: 13.3k]
  ------------------
  119|  2.90k|		case SC_CARD_TYPE_SKEID_V3:
  ------------------
  |  Branch (119:3): [True: 16, False: 13.3k]
  ------------------
  120|  2.90k|		case SC_CARD_TYPE_EOI:
  ------------------
  |  Branch (120:3): [True: 6, False: 13.3k]
  ------------------
  121|  2.90k|		case SC_CARD_TYPE_EOI_CONTACTLESS:
  ------------------
  |  Branch (121:3): [True: 0, False: 13.3k]
  ------------------
  122|  2.90k|		case SC_CARD_TYPE_DTRUST_V4_1_STD:
  ------------------
  |  Branch (122:3): [True: 0, False: 13.3k]
  ------------------
  123|  2.90k|		case SC_CARD_TYPE_DTRUST_V4_4_STD:
  ------------------
  |  Branch (123:3): [True: 0, False: 13.3k]
  ------------------
  124|  2.90k|		case SC_CARD_TYPE_DTRUST_V4_1_MULTI:
  ------------------
  |  Branch (124:3): [True: 0, False: 13.3k]
  ------------------
  125|  2.90k|		case SC_CARD_TYPE_DTRUST_V4_1_M100:
  ------------------
  |  Branch (125:3): [True: 0, False: 13.3k]
  ------------------
  126|  2.90k|		case SC_CARD_TYPE_DTRUST_V4_4_MULTI:
  ------------------
  |  Branch (126:3): [True: 0, False: 13.3k]
  ------------------
  127|  2.90k|		case SC_CARD_TYPE_DTRUST_V5_1_STD:
  ------------------
  |  Branch (127:3): [True: 0, False: 13.3k]
  ------------------
  128|  2.90k|		case SC_CARD_TYPE_DTRUST_V5_4_STD:
  ------------------
  |  Branch (128:3): [True: 0, False: 13.3k]
  ------------------
  129|  2.90k|		case SC_CARD_TYPE_DTRUST_V5_1_MULTI:
  ------------------
  |  Branch (129:3): [True: 0, False: 13.3k]
  ------------------
  130|  2.90k|		case SC_CARD_TYPE_DTRUST_V5_1_M100:
  ------------------
  |  Branch (130:3): [True: 0, False: 13.3k]
  ------------------
  131|  2.90k|		case SC_CARD_TYPE_DTRUST_V5_4_MULTI:
  ------------------
  |  Branch (131:3): [True: 0, False: 13.3k]
  ------------------
  132|  2.90k|		case SC_CARD_TYPE_LTEID:
  ------------------
  |  Branch (132:3): [True: 0, False: 13.3k]
  ------------------
  133|  2.98k|		case SC_CARD_TYPE_CEDULAUY:
  ------------------
  |  Branch (133:3): [True: 78, False: 13.2k]
  ------------------
  134|  2.98k|			return 1;
  135|  10.3k|		default:
  ------------------
  |  Branch (135:3): [True: 10.3k, False: 2.98k]
  ------------------
  136|  10.3k|			return 0;
  137|  13.3k|	}
  138|  13.3k|}
sc_pkcs15_bind_synthetic:
  142|  13.3k|{
  143|  13.3k|	sc_context_t		*ctx = p15card->card->ctx;
  144|  13.3k|	scconf_block		*conf_block, **blocks, *blk;
  145|  13.3k|	int			i, r = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  13.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  146|       |
  147|  13.3k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  13.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  13.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  13.3k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 13.3k]
  |  |  ------------------
  ------------------
  148|  13.3k|	conf_block = NULL;
  149|       |
  150|  13.3k|	conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
  151|       |
  152|  13.3k|	if (!conf_block) {
  ------------------
  |  Branch (152:6): [True: 13.3k, False: 0]
  ------------------
  153|       |		/* no conf file found => try builtin drivers  */
  154|  13.3k|		sc_log(ctx, "no conf file (or section), trying all builtin emulators");
  ------------------
  |  |   71|  13.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  155|   290k|		for (i = 0; builtin_emulators[i].name; i++) {
  ------------------
  |  Branch (155:15): [True: 282k, False: 7.40k]
  ------------------
  156|   282k|			sc_log(ctx, "trying %s", builtin_emulators[i].name);
  ------------------
  |  |   71|   282k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  157|   282k|			r = builtin_emulators[i].handler(p15card, aid);
  158|   282k|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|   282k|#define SC_SUCCESS				0
  ------------------
  |  Branch (158:8): [True: 5.89k, False: 277k]
  ------------------
  159|       |				/* we got a hit */
  160|  5.89k|				goto out;
  161|   282k|		}
  162|  13.3k|	} else {
  163|       |		/* we have a conf file => let's use it */
  164|      0|		int builtin_enabled;
  165|      0|		const scconf_list *list;
  166|       |
  167|      0|		builtin_enabled = scconf_get_bool(conf_block, "enable_builtin_emulation", 1);
  168|      0|		list = scconf_find_list(conf_block, "builtin_emulators"); /* FIXME: rename to enabled_emulators */
  169|       |
  170|      0|		if (builtin_enabled && list) {
  ------------------
  |  Branch (170:7): [True: 0, False: 0]
  |  Branch (170:26): [True: 0, False: 0]
  ------------------
  171|       |			/* filter enabled emulation drivers from conf file */
  172|      0|			struct _sc_pkcs15_emulators filtered_emulators;
  173|      0|			struct sc_pkcs15_emulator_handler** lst;
  174|      0|			int ret;
  175|       |
  176|      0|			filtered_emulators.ccount = 0;
  177|      0|			ret = set_emulators(ctx, &filtered_emulators, list, builtin_emulators, old_emulators);
  178|      0|			if (ret == SC_SUCCESS || ret == SC_ERROR_TOO_MANY_OBJECTS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
              			if (ret == SC_SUCCESS || ret == SC_ERROR_TOO_MANY_OBJECTS) {
  ------------------
  |  |   86|      0|#define SC_ERROR_TOO_MANY_OBJECTS		-1405
  ------------------
  |  Branch (178:8): [True: 0, False: 0]
  |  Branch (178:29): [True: 0, False: 0]
  ------------------
  179|      0|				lst = filtered_emulators.list_of_handlers;
  180|       |
  181|      0|				if (ret == SC_ERROR_TOO_MANY_OBJECTS)
  ------------------
  |  |   86|      0|#define SC_ERROR_TOO_MANY_OBJECTS		-1405
  ------------------
  |  Branch (181:9): [True: 0, False: 0]
  ------------------
  182|      0|					sc_log(ctx, "trying first %d emulators from conf file", SC_MAX_PKCS15_EMULATORS);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  182|      0|					sc_log(ctx, "trying first %d emulators from conf file", SC_MAX_PKCS15_EMULATORS);
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#define SC_MAX_PKCS15_EMULATORS	48
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|       |
  184|      0|				for (i = 0; lst[i]; i++) {
  ------------------
  |  Branch (184:17): [True: 0, False: 0]
  ------------------
  185|      0|					sc_log(ctx, "trying %s", lst[i]->name);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  186|      0|					r = lst[i]->handler(p15card, aid);
  187|      0|					if (r == SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (187:10): [True: 0, False: 0]
  ------------------
  188|       |						/* we got a hit */
  189|      0|						goto out;
  190|      0|				}
  191|      0|			} else {
  192|      0|				sc_log(ctx, "failed to filter enabled card emulators: %s", sc_strerror(ret));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  193|      0|			}
  194|      0|		}
  195|      0|		else if (builtin_enabled) {
  ------------------
  |  Branch (195:12): [True: 0, False: 0]
  ------------------
  196|      0|			sc_log(ctx, "no emulator list in config file, trying all builtin emulators");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  197|      0|			for (i = 0; builtin_emulators[i].name; i++) {
  ------------------
  |  Branch (197:16): [True: 0, False: 0]
  ------------------
  198|      0|				sc_log(ctx, "trying %s", builtin_emulators[i].name);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  199|      0|				r = builtin_emulators[i].handler(p15card, aid);
  200|      0|				if (r == SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (200:9): [True: 0, False: 0]
  ------------------
  201|       |					/* we got a hit */
  202|      0|					goto out;
  203|      0|			}
  204|      0|		}
  205|       |
  206|       |		/* search for 'emulate foo { ... }' entries in the conf file */
  207|      0|		sc_log(ctx, "searching for 'emulate foo { ... }' blocks");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  208|      0|		blocks = scconf_find_blocks(ctx->conf, conf_block, "emulate", NULL);
  209|      0|		sc_log(ctx, "Blocks: %p", blocks);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  210|      0|		for (i = 0; blocks && (blk = blocks[i]) != NULL; i++) {
  ------------------
  |  Branch (210:15): [True: 0, False: 0]
  |  Branch (210:25): [True: 0, False: 0]
  ------------------
  211|      0|			const char *name = blk->name->data;
  212|      0|			sc_log(ctx, "trying %s", name);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  213|      0|			r = parse_emu_block(p15card, aid, blk);
  214|      0|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (214:8): [True: 0, False: 0]
  ------------------
  215|      0|				free(blocks);
  216|      0|				goto out;
  217|      0|			}
  218|      0|		}
  219|      0|		if (blocks)
  ------------------
  |  Branch (219:7): [True: 0, False: 0]
  ------------------
  220|      0|			free(blocks);
  221|      0|	}
  222|       |
  223|  13.3k|out:
  224|  13.3k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  13.3k|#define SC_SUCCESS				0
  ------------------
  |  Branch (224:6): [True: 5.89k, False: 7.40k]
  ------------------
  225|  5.89k|		p15card->magic  = SC_PKCS15_CARD_MAGIC;
  ------------------
  |  |  519|  5.89k|#define SC_PKCS15_CARD_MAGIC		0x10203040
  ------------------
  226|  5.89k|		p15card->flags |= SC_PKCS15_CARD_FLAG_EMULATED;
  ------------------
  |  |  601|  5.89k|#define SC_PKCS15_CARD_FLAG_EMULATED			0x02000000
  ------------------
  227|  7.40k|	} else {
  228|  7.40k|		if (r != SC_ERROR_WRONG_CARD)
  ------------------
  |  |   94|  7.40k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  |  Branch (228:7): [True: 139, False: 7.26k]
  ------------------
  229|    139|			sc_log(ctx, "Failed to load card emulator: %s", sc_strerror(r));
  ------------------
  |  |   71|    139|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  230|  7.40k|	}
  231|       |
  232|  13.3k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  13.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.3k|	int _ret = r; \
  |  |  |  |  155|  13.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  13.3k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  7.40k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 7.40k, False: 5.89k]
  |  |  |  |  ------------------
  |  |  |  |  157|  13.3k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  13.3k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  13.3k|	return _ret; \
  |  |  |  |  163|  13.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  233|  13.3k|}
sc_pkcs15emu_add_pin_obj:
  369|  7.70k|{
  370|  7.70k|	sc_pkcs15_auth_info_t pin = *in_pin;
  371|       |
  372|  7.70k|	pin.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|  7.70k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  373|  7.70k|	if(!pin.auth_method) /* or SC_AC_NONE */
  ------------------
  |  Branch (373:5): [True: 7.12k, False: 586]
  ------------------
  374|  7.12k|		pin.auth_method = SC_AC_CHV;
  ------------------
  |  |  151|  7.12k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  375|       |
  376|  7.70k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_AUTH_PIN, obj, &pin);
  ------------------
  |  |  445|  7.70k|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
  377|  7.70k|}
sc_pkcs15emu_add_rsa_prkey:
  381|  3.05k|{
  382|  3.05k|	sc_pkcs15_prkey_info_t key = *in_key;
  383|       |
  384|  3.05k|	if (key.access_flags == 0)
  ------------------
  |  Branch (384:6): [True: 3.05k, False: 0]
  ------------------
  385|  3.05k|		key.access_flags = SC_PKCS15_PRKEY_ACCESS_SENSITIVE
  ------------------
  |  |  316|  3.05k|#define SC_PKCS15_PRKEY_ACCESS_SENSITIVE	0x01
  ------------------
  386|  3.05k|				| SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE
  ------------------
  |  |  318|  3.05k|#define SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE	0x04
  ------------------
  387|  3.05k|				| SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE
  ------------------
  |  |  319|  3.05k|#define SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE	0x08
  ------------------
  388|  3.05k|				| SC_PKCS15_PRKEY_ACCESS_LOCAL;
  ------------------
  |  |  320|  3.05k|#define SC_PKCS15_PRKEY_ACCESS_LOCAL		0x10
  ------------------
  389|       |
  390|  3.05k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_PRKEY_RSA, obj, &key);
  ------------------
  |  |  419|  3.05k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  391|  3.05k|}
sc_pkcs15emu_add_rsa_pubkey:
  395|    828|{
  396|    828|	sc_pkcs15_pubkey_info_t key = *in_key;
  397|       |
  398|    828|	if (key.access_flags == 0)
  ------------------
  |  Branch (398:6): [True: 828, False: 0]
  ------------------
  399|    828|		key.access_flags = SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE;
  ------------------
  |  |  317|    828|#define SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE	0x02
  ------------------
  400|       |
  401|    828|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_PUBKEY_RSA, obj, &key);
  ------------------
  |  |  426|    828|#define SC_PKCS15_TYPE_PUBKEY_RSA		0x201
  ------------------
  402|    828|}
sc_pkcs15emu_add_ec_prkey:
  406|    901|{
  407|    901|	sc_pkcs15_prkey_info_t key = *in_key;
  408|       |
  409|    901|	if (key.access_flags == 0)
  ------------------
  |  Branch (409:6): [True: 901, False: 0]
  ------------------
  410|    901|		key.access_flags = SC_PKCS15_PRKEY_ACCESS_SENSITIVE
  ------------------
  |  |  316|    901|#define SC_PKCS15_PRKEY_ACCESS_SENSITIVE	0x01
  ------------------
  411|    901|				| SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE
  ------------------
  |  |  318|    901|#define SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE	0x04
  ------------------
  412|    901|				| SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE
  ------------------
  |  |  319|    901|#define SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE	0x08
  ------------------
  413|    901|				| SC_PKCS15_PRKEY_ACCESS_LOCAL;
  ------------------
  |  |  320|    901|#define SC_PKCS15_PRKEY_ACCESS_LOCAL		0x10
  ------------------
  414|       |
  415|    901|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_PRKEY_EC, obj, &key);
  ------------------
  |  |  421|    901|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  416|    901|}
sc_pkcs15emu_add_ec_pubkey:
  420|    904|{
  421|    904|	sc_pkcs15_pubkey_info_t key = *in_key;
  422|       |
  423|    904|	if (key.access_flags == 0)
  ------------------
  |  Branch (423:6): [True: 904, False: 0]
  ------------------
  424|    904|		key.access_flags = SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE;
  ------------------
  |  |  317|    904|#define SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE	0x02
  ------------------
  425|       |
  426|    904|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_PUBKEY_EC, obj, &key);
  ------------------
  |  |  428|    904|#define SC_PKCS15_TYPE_PUBKEY_EC		0x204
  ------------------
  427|    904|}
sc_pkcs15emu_add_x509_cert:
  481|  3.28k|{
  482|  3.28k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_CERT_X509, obj, cert);
  ------------------
  |  |  439|  3.28k|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  483|  3.28k|}
sc_pkcs15emu_add_data_object:
  487|  2.40k|{
  488|  2.40k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_DATA_OBJECT, obj, data);
  ------------------
  |  |  442|  2.40k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  489|  2.40k|}
sc_pkcs15emu_object_add:
  493|  44.2k|{
  494|  44.2k|	sc_pkcs15_object_t *obj;
  495|  44.2k|	unsigned int	df_type;
  496|  44.2k|	size_t		data_len;
  497|       |
  498|  44.2k|	SC_FUNC_CALLED(p15card->card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  44.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  44.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  44.2k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 44.2k]
  |  |  ------------------
  ------------------
  499|       |
  500|  44.2k|	obj = calloc(1, sizeof(*obj));
  501|  44.2k|	if (!obj) {
  ------------------
  |  Branch (501:6): [True: 0, False: 44.2k]
  ------------------
  502|      0|		LOG_FUNC_RETURN(p15card->card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  503|      0|	}
  504|       |
  505|  44.2k|	memcpy(obj, in_obj, sizeof(*obj));
  506|  44.2k|	obj->type = type;
  507|       |
  508|  44.2k|	switch (type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  44.2k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  509|  7.70k|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|  7.70k|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (509:2): [True: 7.70k, False: 36.5k]
  ------------------
  510|  7.70k|		df_type  = SC_PKCS15_AODF;
  ------------------
  |  |  496|  7.70k|#define SC_PKCS15_AODF			8
  ------------------
  511|  7.70k|		data_len = sizeof(struct sc_pkcs15_auth_info);
  512|  7.70k|		break;
  513|  5.20k|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|  5.20k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (513:2): [True: 5.20k, False: 39.0k]
  ------------------
  514|  5.20k|		df_type  = SC_PKCS15_PRKDF;
  ------------------
  |  |  488|  5.20k|#define SC_PKCS15_PRKDF			0
  ------------------
  515|  5.20k|		data_len = sizeof(struct sc_pkcs15_prkey_info);
  516|  5.20k|		break;
  517|  1.98k|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|  1.98k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (517:2): [True: 1.98k, False: 42.2k]
  ------------------
  518|  1.98k|		df_type = SC_PKCS15_PUKDF;
  ------------------
  |  |  489|  1.98k|#define SC_PKCS15_PUKDF			1
  ------------------
  519|  1.98k|		data_len = sizeof(struct sc_pkcs15_pubkey_info);
  520|  1.98k|		break;
  521|  3.63k|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|  3.63k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (521:2): [True: 3.63k, False: 40.6k]
  ------------------
  522|  3.63k|		df_type = SC_PKCS15_CDF;
  ------------------
  |  |  492|  3.63k|#define SC_PKCS15_CDF			4
  ------------------
  523|  3.63k|		data_len = sizeof(struct sc_pkcs15_cert_info);
  524|  3.63k|		break;
  525|  25.7k|	case SC_PKCS15_TYPE_DATA_OBJECT:
  ------------------
  |  |  442|  25.7k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  |  Branch (525:2): [True: 25.7k, False: 18.5k]
  ------------------
  526|  25.7k|		df_type = SC_PKCS15_DODF;
  ------------------
  |  |  495|  25.7k|#define SC_PKCS15_DODF			7
  ------------------
  527|  25.7k|		data_len = sizeof(struct sc_pkcs15_data_info);
  528|  25.7k|		break;
  529|      0|	default:
  ------------------
  |  Branch (529:2): [True: 0, False: 44.2k]
  ------------------
  530|      0|		sc_log(p15card->card->ctx, "Unknown PKCS15 object type %d", type);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  531|      0|		free(obj);
  532|      0|		LOG_FUNC_RETURN(p15card->card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  533|  44.2k|	}
  534|       |
  535|  44.2k|	obj->data = calloc(1, data_len);
  536|  44.2k|	if (obj->data == NULL) {
  ------------------
  |  Branch (536:6): [True: 0, False: 44.2k]
  ------------------
  537|      0|		free(obj);
  538|      0|		LOG_FUNC_RETURN(p15card->card->ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  539|      0|	}
  540|  44.2k|	memcpy(obj->data, data, data_len);
  541|       |
  542|  44.2k|	obj->df = sc_pkcs15emu_get_df(p15card, df_type);
  543|  44.2k|	sc_pkcs15_add_object(p15card, obj);
  544|       |
  545|       |	/* release memory ownership of buffers that are now contained in `p15card` */
  546|  44.2k|	switch (type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  44.2k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  547|  7.70k|	default:
  ------------------
  |  Branch (547:2): [True: 7.70k, False: 36.5k]
  ------------------
  548|       |		/* `data`'s members copied by value, no buffer to release */
  549|  7.70k|		break;
  550|  7.70k|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|  5.20k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (550:2): [True: 5.20k, False: 39.0k]
  ------------------
  551|  5.20k|		((struct sc_pkcs15_prkey_info *)data)->subject.value = NULL;
  552|  5.20k|		break;
  553|  1.98k|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|  1.98k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (553:2): [True: 1.98k, False: 42.2k]
  ------------------
  554|  1.98k|		((struct sc_pkcs15_pubkey_info *)data)->subject.value = NULL;
  555|  1.98k|		((struct sc_pkcs15_pubkey_info *)data)->direct.raw.value = NULL;
  556|  1.98k|		((struct sc_pkcs15_pubkey_info *)data)->direct.spki.value = NULL;
  557|  1.98k|		break;
  558|  3.63k|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|  3.63k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (558:2): [True: 3.63k, False: 40.6k]
  ------------------
  559|  3.63k|		((struct sc_pkcs15_cert_info *)data)->value.value = NULL;
  560|  3.63k|		break;
  561|  25.7k|	case SC_PKCS15_TYPE_DATA_OBJECT:
  ------------------
  |  |  442|  25.7k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  |  Branch (561:2): [True: 25.7k, False: 18.5k]
  ------------------
  562|  25.7k|		((struct sc_pkcs15_data_info *)data)->data.value = NULL;
  563|  25.7k|		break;
  564|  44.2k|	}
  565|       |
  566|  44.2k|	LOG_FUNC_RETURN(p15card->card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  44.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  44.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  44.2k|	int _ret = r; \
  |  |  |  |  155|  44.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 44.2k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  44.2k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 44.2k]
  |  |  |  |  ------------------
  |  |  |  |  157|  44.2k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  44.2k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  44.2k|	return _ret; \
  |  |  |  |  163|  44.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  567|  44.2k|}
pkcs15-syn.c:sc_pkcs15emu_get_df:
  340|  44.2k|{
  341|  44.2k|	sc_pkcs15_df_t	*df;
  342|  44.2k|	sc_file_t	*file;
  343|  44.2k|	int		created = 0;
  344|       |
  345|  56.2k|	while (1) {
  ------------------
  |  Branch (345:9): [True: 56.2k, Folded]
  ------------------
  346|   104k|		for (df = p15card->df_list; df; df = df->next) {
  ------------------
  |  Branch (346:31): [True: 92.9k, False: 11.9k]
  ------------------
  347|  92.9k|			if (df->type == type) {
  ------------------
  |  Branch (347:8): [True: 44.2k, False: 48.7k]
  ------------------
  348|  44.2k|				if (created)
  ------------------
  |  Branch (348:9): [True: 11.9k, False: 32.2k]
  ------------------
  349|  11.9k|					df->enumerated = 1;
  350|  44.2k|				return df;
  351|  44.2k|			}
  352|  92.9k|		}
  353|       |
  354|  11.9k|		if (created != 0)
  ------------------
  |  Branch (354:7): [True: 0, False: 11.9k]
  ------------------
  355|      0|			return NULL;
  356|       |
  357|  11.9k|		file = sc_file_new();
  358|  11.9k|		if (!file)
  ------------------
  |  Branch (358:7): [True: 0, False: 11.9k]
  ------------------
  359|      0|			return NULL;
  360|  11.9k|		sc_format_path("11001101", &file->path);
  361|  11.9k|		sc_pkcs15_add_df(p15card, type, &file->path);
  362|  11.9k|		sc_file_free(file);
  363|  11.9k|		created++;
  364|  11.9k|	}
  365|  44.2k|}

sc_pkcs15emu_tcos_init_ex:
  522|  13.0k|){
  523|  13.0k|	sc_card_t         *card = p15card->card;
  524|  13.0k|	sc_context_t      *ctx = p15card->card->ctx;
  525|  13.0k|	sc_serial_number_t serialnr;
  526|  13.0k|	char               serial[30];
  527|  13.0k|	int r;
  528|       |
  529|       |	/* check if we have the correct card OS unless SC_PKCS15EMU_FLAGS_NO_CHECK */
  530|  13.0k|	if (card->type!=SC_CARD_TYPE_TCOS_V2 && card->type!=SC_CARD_TYPE_TCOS_V3) return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  11.9k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  |  Branch (530:6): [True: 12.3k, False: 657]
  |  Branch (530:42): [True: 11.9k, False: 410]
  ------------------
  531|       |
  532|       |	/* get the card serial number */
  533|  1.06k|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serialnr);
  534|  1.06k|	if (r < 0) {
  ------------------
  |  Branch (534:6): [True: 517, False: 550]
  ------------------
  535|    517|		sc_log(ctx, "unable to get ICCSN");
  ------------------
  |  |   71|    517|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  536|    517|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|    517|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  537|    517|	}
  538|    550|	r = sc_bin_to_hex(serialnr.value, serialnr.len, serial, sizeof(serial), 0);
  539|    550|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    550|#define SC_SUCCESS				0
  ------------------
  |  Branch (539:6): [True: 17, False: 533]
  ------------------
  540|     17|		sc_log(ctx, "serial number invalid");
  ------------------
  |  |   71|     17|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  541|     17|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     17|#define SC_ERROR_INTERNAL			-1400
  ------------------
  542|     17|	}
  543|       |
  544|    533|	serial[19] = '\0';
  545|    533|	set_string(&p15card->tokeninfo->serial_number, serial);
  546|       |
  547|    533|	if(!detect_netkey(p15card)) return SC_SUCCESS;
  ------------------
  |  |   28|    221|#define SC_SUCCESS				0
  ------------------
  |  Branch (547:5): [True: 221, False: 312]
  ------------------
  548|    312|	if(!detect_idkey(p15card)) return SC_SUCCESS;
  ------------------
  |  |   28|    208|#define SC_SUCCESS				0
  ------------------
  |  Branch (548:5): [True: 208, False: 104]
  ------------------
  549|    104|	if(!detect_unicard(p15card)) return SC_SUCCESS;
  ------------------
  |  |   28|     26|#define SC_SUCCESS				0
  ------------------
  |  Branch (549:5): [True: 26, False: 78]
  ------------------
  550|     78|	if(!detect_signtrust(p15card)) return SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
  |  Branch (550:5): [True: 2, False: 76]
  ------------------
  551|     76|	if(!detect_datev(p15card)) return SC_SUCCESS;
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
  |  Branch (551:5): [True: 3, False: 73]
  ------------------
  552|       |
  553|     73|	sc_pkcs15_card_clear(p15card);
  554|     73|	return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     73|#define SC_ERROR_INTERNAL			-1400
  ------------------
  555|     76|}
pkcs15-tcos.c:detect_netkey:
  296|    533|){
  297|    533|	sc_card_t *card=p15card->card;
  298|    533|	sc_path_t p;
  299|    533|	sc_file_t *f;
  300|    533|	int keylen;
  301|    533|	char dir[10];
  302|    533|	const char *c_auth;
  303|       |
  304|       |	/* NKS-Applikation ? */
  305|    533|	memset(&p, 0, sizeof(sc_path_t));
  306|    533|	p.type=SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    533|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  307|    533|	memcpy(p.value, "\xD2\x76\x00\x00\x03\x01\x02", p.len=7);
  308|    533|	if (sc_select_file(card,&p,&f)!=SC_SUCCESS) return 1;
  ------------------
  |  |   28|    533|#define SC_SUCCESS				0
  ------------------
  |  Branch (308:6): [True: 312, False: 221]
  ------------------
  309|    221|	sprintf(dir,"%04X", f->id);
  310|    221|	sc_file_free(f);
  311|       |
  312|    221|	set_string(&p15card->tokeninfo->manufacturer_id, "TeleSec GmbH");
  313|    221|	set_string(&p15card->tokeninfo->label, card->type==SC_CARD_TYPE_TCOS_V3 ? "NetKey V3 Card" : "NetKey Card");
  ------------------
  |  Branch (313:41): [True: 152, False: 69]
  ------------------
  314|    221|	keylen= card->type==SC_CARD_TYPE_TCOS_V3 ? 2048 : 1024;
  ------------------
  |  Branch (314:10): [True: 152, False: 69]
  ------------------
  315|    221|	c_auth= card->type==SC_CARD_TYPE_TCOS_V3 ? "C500" : "C100";
  ------------------
  |  Branch (315:10): [True: 152, False: 69]
  ------------------
  316|       |
  317|    221|	insert_cert(p15card, dirpath(dir,"4331"), 0x45, 1, "Signatur Zertifikat 1");
  318|    221|	insert_cert(p15card, dirpath(dir,"4332"), 0x45, 1, "Signatur Zertifikat 2");
  319|    221|	insert_cert(p15card, dirpath(dir,"C000"), 0x45, 0, "Telesec Signatur Zertifikat");
  320|    221|	insert_cert(p15card, dirpath(dir,"43B1"), 0x46, 1, "Verschluesselungs Zertifikat 1");
  321|    221|	insert_cert(p15card, dirpath(dir,"43B2"), 0x46, 1, "Verschluesselungs Zertifikat 2");
  322|    221|	insert_cert(p15card, dirpath(dir,"C200"), 0x46, 0, "Telesec Verschluesselungs Zertifikat");
  323|    221|	insert_cert(p15card, dirpath(dir,"4371"), 0x47, 1, "Authentifizierungs Zertifikat 1");
  324|    221|	insert_cert(p15card, dirpath(dir,"4372"), 0x47, 1, "Authentifizierungs Zertifikat 2");
  325|    221|	insert_cert(p15card, dirpath(dir,c_auth), 0x47, 0, "Telesec Authentifizierungs Zertifikat");
  326|    221|	insert_cert(p15card, dirpath(dir,"C201"), 0x48, 0, "Telesec 1024bit Zertifikat");
  327|       |
  328|    221|	insert_key(p15card, dirpath(dir,"5331"), 0x45, 0x80, keylen, 4, "Signatur Schluessel");
  329|    221|	insert_key(p15card, dirpath(dir,"53B1"), 0x46, 0x81, keylen, 3, "Verschluesselungs Schluessel");
  330|    221|	insert_key(p15card, dirpath(dir,"5371"), 0x47, 0x82, keylen, 3, "Authentifizierungs Schluessel");
  331|    221|	insert_key(p15card, dirpath(dir,"0000"), 0x48, 0x83, 1024,   3, "1024bit Schluessel");
  332|       |
  333|    221|	insert_pin(p15card, "5000", 1, 2, 0x00, 6, "PIN",
  334|    221|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   54|    221|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|    221|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  335|    221|	);
  336|    221|	insert_pin(p15card, "5001", 2, 0, 0x01, 8, "PUK",
  337|    221|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   54|    221|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|    221|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  338|    221|		SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN
  ------------------
  |  |   60|    221|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
              		SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN
  ------------------
  |  |   61|    221|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  339|    221|	);
  340|    221|	if(card->type==SC_CARD_TYPE_TCOS_V3){
  ------------------
  |  Branch (340:5): [True: 152, False: 69]
  ------------------
  341|    152|		insert_pin(p15card, dirpath(dir,"0000"), 3, 1, 0x83, 6, "NetKey PIN2",
  342|    152|			SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   54|    152|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              			SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   55|    152|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  343|    152|			SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|    152|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  344|    152|		);
  345|    152|	} else {
  346|     69|		insert_pin(p15card, dirpath(dir,"5080"), 3, 1, 0x80, 6, "NetKey PIN0",
  347|     69|			SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   54|     69|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              			SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   55|     69|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  348|     69|			SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|     69|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  349|     69|		);
  350|     69|	}
  351|    221|	insert_pin(p15card, dirpath(dir,"5081"), 4, 1, 0x81, 6, "NetKey PIN1",
  352|    221|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   54|    221|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   55|    221|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  353|    221|		SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|    221|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  354|    221|	);
  355|       |
  356|       |	/* SigG-Applikation */
  357|    221|	p.len=7; p.type=SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    221|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  358|    221|	memcpy(p.value, "\xD2\x76\x00\x00\x66\x01", p.len=6);
  359|    221|	if (sc_select_file(card,&p,&f)==SC_SUCCESS){
  ------------------
  |  |   28|    221|#define SC_SUCCESS				0
  ------------------
  |  Branch (359:6): [True: 19, False: 202]
  ------------------
  360|     19|		sprintf(dir,"%04X", f->id);
  361|     19|		sc_file_free(f);
  362|       |
  363|     19|		insert_cert(p15card, dirpath(dir,"C000"), 0x49, 1, "SigG Zertifikat 1");
  364|     19|		insert_cert(p15card, dirpath(dir,"4331"), 0x49, 1, "SigG Zertifikat 2");
  365|     19|		insert_cert(p15card, dirpath(dir,"4332"), 0x49, 1, "SigG Zertifikat 3");
  366|       |
  367|     19|		if(card->type==SC_CARD_TYPE_TCOS_V3){
  ------------------
  |  Branch (367:6): [True: 11, False: 8]
  ------------------
  368|     11|			insert_key(p15card, dirpath(dir,"0000"), 0x49, 0x84, 2048, 5, "SigG Schluessel");
  369|     11|		} else {
  370|      8|			insert_key(p15card, dirpath(dir,"5331"), 0x49, 0x80, 1024, 5, "SigG Schluessel");
  371|      8|		}
  372|       |
  373|     19|		insert_pin(p15card, dirpath(dir,"5081"), 5, 0, 0x81, 6, "SigG PIN",
  374|     19|			SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   54|     19|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              			SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   55|     19|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  375|     19|			SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|     19|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  376|     19|		);
  377|     19|		if(card->type==SC_CARD_TYPE_TCOS_V3){
  ------------------
  |  Branch (377:6): [True: 11, False: 8]
  ------------------
  378|     11|			insert_pin(p15card, dirpath(dir,"0000"), 6, 0, 0x83, 8, "SigG PIN2",
  379|     11|				SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   54|     11|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              				SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   55|     11|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  380|     11|				SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|     11|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  381|     11|			);
  382|     11|		}
  383|     19|	}
  384|       |
  385|    221|	return 0;
  386|    533|}
pkcs15-tcos.c:insert_cert:
   42|  3.91k|){
   43|  3.91k|	sc_card_t *card=p15card->card;
   44|  3.91k|	sc_context_t *ctx=p15card->card->ctx;
   45|  3.91k|	struct sc_pkcs15_cert_info cert_info;
   46|  3.91k|	struct sc_pkcs15_object cert_obj;
   47|  3.91k|	unsigned char cert[20];
   48|  3.91k|	size_t cert_len = 0;
   49|  3.91k|	int r;
   50|       |
   51|  3.91k|	memset(&cert_info, 0, sizeof(cert_info));
   52|  3.91k|	cert_info.id.len      = 1;
   53|  3.91k|	cert_info.id.value[0] = id;
   54|  3.91k|	cert_info.authority   = 0;
   55|  3.91k|	sc_format_path(path, &cert_info.path);
   56|       |
   57|  3.91k|	memset(&cert_obj, 0, sizeof(cert_obj));
   58|  3.91k|	strlcpy(cert_obj.label, label, sizeof(cert_obj.label));
  ------------------
  |  |   43|  3.91k|#define strlcpy _strlcpy
  ------------------
   59|  3.91k|	cert_obj.flags = writable ? SC_PKCS15_CO_FLAG_MODIFIABLE : 0;
  ------------------
  |  |   51|  2.94k|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  |  Branch (59:19): [True: 2.94k, False: 966]
  ------------------
   60|       |
   61|  3.91k|	if (sc_select_file(card, &cert_info.path, NULL) != SC_SUCCESS) {
  ------------------
  |  |   28|  3.91k|#define SC_SUCCESS				0
  ------------------
  |  Branch (61:6): [True: 3.61k, False: 297]
  ------------------
   62|  3.61k|		sc_log(ctx, "Select(%s) failed", path);
  ------------------
  |  |   71|  3.61k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   63|  3.61k|		return 1;
   64|  3.61k|	}
   65|    297|	r = sc_read_binary(card, 0, cert, sizeof(cert), 0);
   66|    297|	if (r <= 0) {
  ------------------
  |  Branch (66:6): [True: 110, False: 187]
  ------------------
   67|    110|		sc_log(ctx, "ReadBinary(%s) failed\n", path);
  ------------------
  |  |   71|    110|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   68|    110|		return 2;
   69|    110|	}
   70|    187|	cert_len = r; /* actual number of read bytes */
   71|    187|	if (cert_len < 4) {
  ------------------
  |  Branch (71:6): [True: 20, False: 167]
  ------------------
   72|     20|		sc_log(ctx, "Invalid certificate length");
  ------------------
  |  |   71|     20|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   73|     20|		return 3;
   74|     20|	}
   75|    167|	if (cert[0] != 0x30 || cert[1] != 0x82) {
  ------------------
  |  Branch (75:6): [True: 61, False: 106]
  |  Branch (75:25): [True: 14, False: 92]
  ------------------
   76|     75|		sc_log(ctx, "Invalid Cert: %02X:%02X:...\n", cert[0], cert[1]);
  ------------------
  |  |   71|     75|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   77|     75|		return 3;
   78|     75|	}
   79|       |
   80|       |	/* some certificates are prefixed by an OID */
   81|     92|	if (cert_len > 9 && (size_t)(7 + cert[5]) <= cert_len &&
  ------------------
  |  Branch (81:6): [True: 76, False: 16]
  |  Branch (81:22): [True: 65, False: 11]
  ------------------
   82|     65|			cert[4] == 0x06 && cert[5] < 10 && cert[6 + cert[5]] == 0x30 &&
  ------------------
  |  Branch (82:4): [True: 53, False: 12]
  |  Branch (82:23): [True: 43, False: 10]
  |  Branch (82:39): [True: 32, False: 11]
  ------------------
   83|     32|			cert[7 + cert[5]] == 0x82) {
  ------------------
  |  Branch (83:4): [True: 20, False: 12]
  ------------------
   84|     20|		if ((size_t)(9 + cert[5]) > cert_len) {
  ------------------
  |  Branch (84:7): [True: 10, False: 10]
  ------------------
   85|     10|			sc_log(ctx, "Invalid certificate length");
  ------------------
  |  |   71|     10|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   86|     10|			return 3;
   87|     10|		}
   88|     10|		cert_info.path.index=6+cert[5];
   89|     10|		cert_info.path.count=(cert[8+cert[5]]<<8) + cert[9+cert[5]] + 4;
   90|     72|	} else {
   91|     72|		cert_info.path.index=0;
   92|     72|		cert_info.path.count=(cert[2]<<8) + cert[3] + 4;
   93|     72|	}
   94|       |
   95|     82|	r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
   96|     82|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     82|#define SC_SUCCESS				0
  ------------------
  |  Branch (96:6): [True: 0, False: 82]
  ------------------
   97|      0|		sc_log(ctx, "sc_pkcs15emu_add_x509_cert(%s) failed", path);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   98|      0|		return 4;
   99|      0|	}
  100|     82|	sc_log(ctx, "%s: OK, Index=%d, Count=%d", path, cert_info.path.index, cert_info.path.count);
  ------------------
  |  |   71|     82|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  101|     82|	return 0;
  102|     82|}
pkcs15-tcos.c:dirpath:
  286|  3.64k|static char *dirpath(char *dir, const char *path){
  287|  3.64k|	static char buf[SC_MAX_PATH_STRING_SIZE];
  288|       |
  289|  3.64k|	strlcpy(buf,dir,sizeof buf);
  ------------------
  |  |   43|  3.64k|#define strlcpy _strlcpy
  ------------------
  290|  3.64k|	strlcat(buf,path,sizeof buf);
  291|  3.64k|	return buf;
  292|  3.64k|}
pkcs15-tcos.c:insert_key:
  113|  2.86k|{
  114|  2.86k|	sc_card_t *card = p15card->card;
  115|  2.86k|	sc_context_t *ctx = p15card->card->ctx;
  116|  2.86k|	sc_file_t *f;
  117|  2.86k|	struct sc_pkcs15_prkey_info prkey_info;
  118|  2.86k|	struct sc_pkcs15_object prkey_obj;
  119|  2.86k|	int r, can_sign, can_crypt;
  120|       |
  121|  2.86k|	memset(&prkey_info, 0, sizeof(prkey_info));
  122|  2.86k|	prkey_info.id.len         = 1;
  123|  2.86k|	prkey_info.id.value[0]    = id;
  124|  2.86k|	prkey_info.native         = 1;
  125|  2.86k|	prkey_info.key_reference  = key_reference;
  126|  2.86k|	prkey_info.modulus_length = key_length;
  127|  2.86k|	sc_format_path(path, &prkey_info.path);
  128|       |
  129|  2.86k|	memset(&prkey_obj, 0, sizeof(prkey_obj));
  130|  2.86k|	strlcpy(prkey_obj.label, label, sizeof(prkey_obj.label));
  ------------------
  |  |   43|  2.86k|#define strlcpy _strlcpy
  ------------------
  131|  2.86k|	prkey_obj.flags            = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|  2.86k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  132|  2.86k|	prkey_obj.auth_id.len      = 1;
  133|  2.86k|	prkey_obj.auth_id.value[0] = auth_id;
  134|       |
  135|  2.86k|	can_sign = can_crypt = 0;
  136|  2.86k|	if (card->type == SC_CARD_TYPE_TCOS_V3) {
  ------------------
  |  Branch (136:6): [True: 2.33k, False: 536]
  ------------------
  137|  2.33k|		unsigned char buf[256];
  138|  2.33k|		int i, rec_no = 0;
  139|  2.33k|		if (prkey_info.path.len >= 2)
  ------------------
  |  Branch (139:7): [True: 2.33k, False: 0]
  ------------------
  140|  2.33k|			prkey_info.path.len -= 2;
  141|  2.33k|		sc_append_file_id(&prkey_info.path, 0x5349);
  142|  2.33k|		if (sc_select_file(card, &prkey_info.path, NULL) != SC_SUCCESS) {
  ------------------
  |  |   28|  2.33k|#define SC_SUCCESS				0
  ------------------
  |  Branch (142:7): [True: 1.97k, False: 362]
  ------------------
  143|  1.97k|			sc_log(ctx, "Select(%s) failed", sc_print_path(&prkey_info.path));
  ------------------
  |  |   71|  1.97k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  144|  1.97k|			return 1;
  145|  1.97k|		}
  146|    362|		sc_log(ctx, "Searching for Key-Ref %02X", key_reference);
  ------------------
  |  |   71|    362|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  147|  9.02k|		while ((r = sc_read_record(card, ++rec_no, 0, buf, sizeof(buf), SC_RECORD_BY_REC_NR)) > 0) {
  ------------------
  |  | 1298|  9.02k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  |  Branch (147:10): [True: 8.83k, False: 194]
  ------------------
  148|  8.83k|			int found = 0;
  149|  8.83k|			if (buf[0] != 0xA0 || r < 2)
  ------------------
  |  Branch (149:8): [True: 7.85k, False: 978]
  |  Branch (149:26): [True: 18, False: 960]
  ------------------
  150|  7.87k|				continue;
  151|  2.88k|			for (i = 2; i < buf[1] + 2 && i < r - 2; i += 2 + buf[i + 1]) {
  ------------------
  |  Branch (151:16): [True: 1.96k, False: 919]
  |  Branch (151:34): [True: 1.92k, False: 41]
  ------------------
  152|  1.92k|				if (buf[i] == 0x83 && buf[i + 1] == 1 && buf[i + 2] == key_reference)
  ------------------
  |  Branch (152:9): [True: 397, False: 1.53k]
  |  Branch (152:27): [True: 324, False: 73]
  |  Branch (152:46): [True: 227, False: 97]
  ------------------
  153|    227|					++found;
  154|  1.92k|			}
  155|    960|			if (found)
  ------------------
  |  Branch (155:8): [True: 168, False: 792]
  ------------------
  156|    168|				break;
  157|    960|		}
  158|    362|		if (r <= 0) {
  ------------------
  |  Branch (158:7): [True: 194, False: 168]
  ------------------
  159|    194|			sc_log(ctx, "No EF_KEYD-Record found");
  ------------------
  |  |   71|    194|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  160|    194|			return 1;
  161|    194|		}
  162|    998|		for (i = 0; i + 1 < r; i += 2 + buf[i + 1]) {
  ------------------
  |  Branch (162:15): [True: 830, False: 168]
  ------------------
  163|    830|			if (buf[i] == 0xB6)
  ------------------
  |  Branch (163:8): [True: 69, False: 761]
  ------------------
  164|     69|				can_sign++;
  165|    830|			if (buf[i] == 0xB8)
  ------------------
  |  Branch (165:8): [True: 144, False: 686]
  ------------------
  166|    144|				can_crypt++;
  167|    830|		}
  168|    536|	} else {
  169|    536|		if (sc_select_file(card, &prkey_info.path, &f) != SC_SUCCESS
  ------------------
  |  |   28|  1.07k|#define SC_SUCCESS				0
  ------------------
  |  Branch (169:7): [True: 433, False: 103]
  ------------------
  170|    460|			   	|| !f->prop_attr || f->prop_attr_len < 2){
  ------------------
  |  Branch (170:11): [True: 26, False: 77]
  |  Branch (170:28): [True: 1, False: 76]
  ------------------
  171|    460|			sc_log(ctx, "Select(%s) failed", sc_print_path(&prkey_info.path));
  ------------------
  |  |   71|    460|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  172|    460|			sc_file_free(f);
  173|    460|			return 1;
  174|    460|		}
  175|     76|		if (f->prop_attr[1] & 0x04)
  ------------------
  |  Branch (175:7): [True: 58, False: 18]
  ------------------
  176|     58|			can_crypt = 1;
  177|     76|		if (f->prop_attr[1] & 0x08)
  ------------------
  |  Branch (177:7): [True: 58, False: 18]
  ------------------
  178|     58|			can_sign = 1;
  179|     76|		sc_file_free(f);
  180|     76|	}
  181|    244|	prkey_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN;
  ------------------
  |  |  307|    244|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  182|    244|	if (can_crypt)
  ------------------
  |  Branch (182:6): [True: 139, False: 105]
  ------------------
  183|    139|		prkey_info.usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT;
  ------------------
  |  |  305|    139|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              		prkey_info.usage |= SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT;
  ------------------
  |  |  306|    139|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  184|    244|	if (can_sign)
  ------------------
  |  Branch (184:6): [True: 66, False: 178]
  ------------------
  185|     66|		prkey_info.usage |= SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|     66|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  186|       |
  187|    244|	r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  188|    244|	if(r != SC_SUCCESS) {
  ------------------
  |  |   28|    244|#define SC_SUCCESS				0
  ------------------
  |  Branch (188:5): [True: 0, False: 244]
  ------------------
  189|      0|		sc_log(ctx,  "sc_pkcs15emu_add_rsa_prkey(%s) failed\n", path);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  190|      0|		return 4;
  191|      0|	}
  192|    244|	sc_log(ctx,  "%s: OK%s%s\n", path, can_sign ? ", Sign" : "", can_crypt ? ", Crypt" : "");
  ------------------
  |  |   71|    976|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 66, False: 178]
  |  |  |  Branch (71:122): [True: 139, False: 105]
  |  |  ------------------
  ------------------
  193|    244|	return 0;
  194|    244|}
pkcs15-tcos.c:insert_pin:
  205|  1.39k|){
  206|  1.39k|	sc_card_t *card=p15card->card;
  207|  1.39k|	sc_context_t *ctx=p15card->card->ctx;
  208|  1.39k|	sc_file_t *f = NULL;
  209|  1.39k|	struct sc_pkcs15_auth_info pin_info;
  210|  1.39k|	struct sc_pkcs15_object pin_obj;
  211|  1.39k|	int r;
  212|       |
  213|  1.39k|	memset(&pin_info, 0, sizeof(pin_info));
  214|  1.39k|	pin_info.auth_id.len      = 1;
  215|  1.39k|	pin_info.auth_id.value[0] = id;
  216|  1.39k|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|  1.39k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  217|  1.39k|	pin_info.attrs.pin.reference        = pin_reference;
  218|  1.39k|	pin_info.attrs.pin.flags            = pin_flags;
  219|  1.39k|	pin_info.attrs.pin.type             = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|  1.39k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  220|  1.39k|	pin_info.attrs.pin.min_length       = min_length;
  221|  1.39k|	pin_info.attrs.pin.stored_length    = 16;
  222|  1.39k|	pin_info.attrs.pin.max_length       = 16;
  223|  1.39k|	pin_info.attrs.pin.pad_char         = '\0';
  224|  1.39k|	pin_info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|  1.39k|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  225|  1.39k|	sc_format_path(path, &pin_info.path);
  226|       |
  227|  1.39k|	memset(&pin_obj, 0, sizeof(pin_obj));
  228|  1.39k|	strlcpy(pin_obj.label, label, sizeof(pin_obj.label));
  ------------------
  |  |   43|  1.39k|#define strlcpy _strlcpy
  ------------------
  229|  1.39k|	pin_obj.flags            = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   51|  1.39k|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              	pin_obj.flags            = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|  1.39k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  230|  1.39k|	pin_obj.auth_id.len      = auth_id ? 0 : 1;
  ------------------
  |  Branch (230:29): [True: 897, False: 494]
  ------------------
  231|  1.39k|	pin_obj.auth_id.value[0] = auth_id;
  232|       |
  233|  1.39k|	if(card->type == SC_CARD_TYPE_TCOS_V3) {
  ------------------
  |  Branch (233:5): [True: 1.01k, False: 376]
  ------------------
  234|  1.01k|		unsigned char buf[256];
  235|  1.01k|		int i, rec_no=0;
  236|  1.01k|		if (pin_info.path.len >= 2) {
  ------------------
  |  Branch (236:7): [True: 1.01k, False: 0]
  ------------------
  237|  1.01k|			pin_info.path.len -= 2;
  238|  1.01k|		}
  239|  1.01k|		sc_append_file_id(&pin_info.path, 0x5049);
  240|  1.01k|		if (sc_select_file(card, &pin_info.path, NULL) != SC_SUCCESS) {
  ------------------
  |  |   28|  1.01k|#define SC_SUCCESS				0
  ------------------
  |  Branch (240:7): [True: 823, False: 192]
  ------------------
  241|    823|			sc_log(ctx, "Select(%s) failed", sc_print_path(&pin_info.path));
  ------------------
  |  |   71|    823|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  242|    823|			return 1;
  243|    823|		}
  244|    192|		sc_log(ctx, "Searching for PIN-Ref %02X", pin_reference);
  ------------------
  |  |   71|    192|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  245|  2.62k|		while ((r = sc_read_record(card, ++rec_no, 0, buf, sizeof(buf), SC_RECORD_BY_REC_NR)) > 0) {
  ------------------
  |  | 1298|  2.62k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  |  Branch (245:10): [True: 2.47k, False: 153]
  ------------------
  246|  2.47k|			int found = 0, fbz = -1;
  247|  2.47k|			if (r < 2 || buf[0] != 0xA0)
  ------------------
  |  Branch (247:8): [True: 68, False: 2.40k]
  |  Branch (247:17): [True: 1.80k, False: 601]
  ------------------
  248|  1.87k|				continue;
  249|  1.62k|			for (i = 2; i < buf[1] + 2 && (i + 2) < r; i += 2 + buf[i + 1]) {
  ------------------
  |  Branch (249:16): [True: 1.07k, False: 552]
  |  Branch (249:34): [True: 1.02k, False: 49]
  ------------------
  250|  1.02k|				if (buf[i] == 0x83 && buf[i + 1] == 1 && buf[i + 2] == pin_reference) {
  ------------------
  |  Branch (250:9): [True: 256, False: 768]
  |  Branch (250:27): [True: 181, False: 75]
  |  Branch (250:46): [True: 98, False: 83]
  ------------------
  251|     98|					++found;
  252|     98|				}
  253|  1.02k|				if (buf[i] == 0x90 && (i + 1 + buf[i + 1]) < r) {
  ------------------
  |  Branch (253:9): [True: 84, False: 940]
  |  Branch (253:27): [True: 81, False: 3]
  ------------------
  254|     81|					fbz = buf[i + 1 + buf[i + 1]];
  255|     81|				}
  256|  1.02k|			}
  257|    601|			if (found) {
  ------------------
  |  Branch (257:8): [True: 39, False: 562]
  ------------------
  258|     39|				pin_info.tries_left = fbz;
  259|     39|				break;
  260|     39|			}
  261|    601|		}
  262|    192|		if (r <= 0) {
  ------------------
  |  Branch (262:7): [True: 153, False: 39]
  ------------------
  263|    153|			sc_log(ctx, "No EF_PWDD-Record found\n");
  ------------------
  |  |   71|    153|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  264|    153|			return 1;
  265|    153|		}
  266|    376|	} else {
  267|    376|		if (sc_select_file(card, &pin_info.path, &f) != SC_SUCCESS
  ------------------
  |  |   28|    752|#define SC_SUCCESS				0
  ------------------
  |  Branch (267:7): [True: 353, False: 23]
  ------------------
  268|    373|			   	|| !f->prop_attr || f->prop_attr_len < 4){
  ------------------
  |  Branch (268:11): [True: 14, False: 9]
  |  Branch (268:28): [True: 6, False: 3]
  ------------------
  269|    373|			sc_log(ctx, "Select(%s) failed\n", path);
  ------------------
  |  |   71|    373|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  270|    373|			sc_file_free(f);
  271|    373|			return 1;
  272|    373|		}
  273|      3|		pin_info.tries_left = f->prop_attr[3];
  274|      3|		sc_file_free(f);
  275|      3|	}
  276|       |
  277|     42|	r=sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  278|     42|	if(r!=SC_SUCCESS){
  ------------------
  |  |   28|     42|#define SC_SUCCESS				0
  ------------------
  |  Branch (278:5): [True: 0, False: 42]
  ------------------
  279|      0|		sc_log(ctx,  "sc_pkcs15emu_add_pin_obj(%s) failed\n", path);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  280|      0|		return 4;
  281|      0|	}
  282|     42|	sc_log(ctx,  "%s: OK, FBZ=%d\n", path, pin_info.tries_left);
  ------------------
  |  |   71|     42|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  283|     42|	return 0;
  284|     42|}
pkcs15-tcos.c:detect_idkey:
  390|    312|){
  391|    312|	sc_card_t *card=p15card->card;
  392|    312|	sc_path_t p;
  393|       |
  394|       |	/* TCKEY-Applikation ? */
  395|    312|	memset(&p, 0, sizeof(sc_path_t));
  396|    312|	p.type=SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    312|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  397|    312|	memcpy(p.value, "\xD2\x76\x00\x00\x03\x0C\x01", p.len=7);
  398|    312|	if (sc_select_file(card,&p,NULL)!=SC_SUCCESS) return 1;
  ------------------
  |  |   28|    312|#define SC_SUCCESS				0
  ------------------
  |  Branch (398:6): [True: 104, False: 208]
  ------------------
  399|       |
  400|    208|	set_string(&p15card->tokeninfo->manufacturer_id, "TeleSec GmbH");
  401|    208|	set_string(&p15card->tokeninfo->label, "IDKey Card");
  402|       |
  403|    208|	insert_cert(p15card, "DF074331", 0x45, 1, "Signatur Zertifikat 1");
  404|    208|	insert_cert(p15card, "DF074332", 0x46, 1, "Signatur Zertifikat 2");
  405|    208|	insert_cert(p15card, "DF074333", 0x47, 1, "Signatur Zertifikat 3");
  406|    208|	insert_cert(p15card, "DF084331", 0x4B, 1, "Verschluesselungs Zertifikat 1");
  407|    208|	insert_cert(p15card, "DF084332", 0x4C, 1, "Verschluesselungs Zertifikat 2");
  408|    208|	insert_cert(p15card, "DF084333", 0x4D, 1, "Verschluesselungs Zertifikat 3");
  409|       |	/* TODO should others come here too? */
  410|       |
  411|    208|	insert_key(p15card, "DF074E03", 0x45, 0x84, 2048, 1, "IDKey1");
  412|    208|	insert_key(p15card, "DF074E04", 0x46, 0x85, 2048, 1, "IDKey2");
  413|    208|	insert_key(p15card, "DF074E05", 0x47, 0x86, 2048, 1, "IDKey3");
  414|    208|	insert_key(p15card, "DF074E06", 0x48, 0x87, 2048, 1, "IDKey4");
  415|    208|	insert_key(p15card, "DF074E07", 0x49, 0x88, 2048, 1, "IDKey5");
  416|    208|	insert_key(p15card, "DF074E08", 0x4A, 0x89, 2048, 1, "IDKey6");
  417|    208|	insert_key(p15card, "DF084E01", 0x4B, 0x81, 2048, 1, "IDKey7");
  418|    208|	insert_key(p15card, "DF084E02", 0x4C, 0x82, 2048, 1, "IDKey8");
  419|    208|	insert_key(p15card, "DF084E03", 0x4D, 0x83, 2048, 1, "IDKey9");
  420|       |
  421|    208|	insert_pin(p15card, "5000", 1, 2, 0x00, 6, "PIN",
  422|    208|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   54|    208|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|    208|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  423|    208|	);
  424|    208|	insert_pin(p15card, "5001", 2, 0, 0x01, 8, "PUK",
  425|    208|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   54|    208|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|    208|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  426|    208|		SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN
  ------------------
  |  |   60|    208|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
              		SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN
  ------------------
  |  |   61|    208|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  427|    208|	);
  428|       |
  429|    208|	return 0;
  430|    312|}
pkcs15-tcos.c:detect_unicard:
  485|    104|){
  486|    104|	if(!insert_cert(p15card,"41004352", 0x45, 1, "Zertifikat 1")){
  ------------------
  |  Branch (486:5): [True: 24, False: 80]
  ------------------
  487|     24|		set_string(&p15card->tokeninfo->manufacturer_id, "JLU Giessen");
  488|     24|		set_string(&p15card->tokeninfo->label, "JLU Giessen Card");
  489|       |
  490|     24|		insert_cert(p15card,"41004353", 0x46, 1, "Zertifikat 2");
  491|     24|		insert_cert(p15card,"41004354", 0x47, 1, "Zertifikat 3");
  492|     24|		insert_key(p15card,"41005103", 0x45, 0x83, 1024, 1, "Schluessel 1");
  493|     24|		insert_key(p15card,"41005104", 0x46, 0x84, 1024, 1, "Schluessel 2");
  494|     24|		insert_key(p15card,"41005105", 0x47, 0x85, 1024, 1, "Schluessel 3");
  495|       |
  496|     80|	} else if(!insert_cert(p15card,"41014352", 0x45, 1, "Zertifikat 1")){
  ------------------
  |  Branch (496:12): [True: 2, False: 78]
  ------------------
  497|      2|		set_string(&p15card->tokeninfo->manufacturer_id, "TU Darmstadt");
  498|      2|		set_string(&p15card->tokeninfo->label, "TUD Card");
  499|       |
  500|      2|		insert_cert(p15card,"41014353", 0x46, 1, "Zertifikat 2");
  501|      2|		insert_cert(p15card,"41014354", 0x47, 1, "Zertifikat 3");
  502|      2|		insert_key(p15card,"41015103", 0x45, 0x83, 1024, 1, "Schluessel 1");
  503|      2|		insert_key(p15card,"41015104", 0x46, 0x84, 1024, 1, "Schluessel 2");
  504|      2|		insert_key(p15card,"41015105", 0x47, 0x85, 1024, 1, "Schluessel 3");
  505|       |
  506|     78|	} else return 1;
  507|       |
  508|     26|	insert_pin(p15card,"5000", 1, 2, 0x00, 6, "PIN",
  509|     26|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   54|     26|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|     26|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  510|     26|	);
  511|     26|	insert_pin(p15card,"5008", 2, 0, 0x01, 8, "PUK",
  512|     26|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   54|     26|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|     26|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  513|     26|		SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN
  ------------------
  |  |   60|     26|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
              		SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN
  ------------------
  |  |   61|     26|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  514|     26|	);
  515|       |
  516|     26|	return 0;
  517|    104|}
pkcs15-tcos.c:detect_signtrust:
  434|     78|){
  435|     78|	if(insert_cert(p15card,"8000DF01C000", 0x45, 1, "Signatur Zertifikat")) return 1;
  ------------------
  |  Branch (435:5): [True: 76, False: 2]
  ------------------
  436|      2|	set_string(&p15card->tokeninfo->manufacturer_id, "Deutsche Post");
  437|      2|	set_string(&p15card->tokeninfo->label, "SignTrust Card");
  438|       |
  439|      2|	insert_cert(p15card,"800082008220", 0x46, 1, "Verschluesselungs Zertifikat");
  440|      2|	insert_cert(p15card,"800083008320", 0x47, 1, "Authentifizierungs Zertifikat");
  441|       |
  442|      2|	insert_key(p15card,"8000DF015331", 0x45, 0x80, 1024, 1, "Signatur Schluessel");
  443|      2|	insert_key(p15card,"800082008210", 0x46, 0x80, 1024, 2, "Verschluesselungs Schluessel");
  444|      2|	insert_key(p15card,"800083008310", 0x47, 0x80, 1024, 3, "Authentifizierungs Schluessel");
  445|       |
  446|      2|	insert_pin(p15card,"8000DF010000", 1, 0, 0x81, 6, "Signatur PIN",
  447|      2|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   54|      2|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   55|      2|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  448|      2|		SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|      2|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  449|      2|	);
  450|      2|	insert_pin(p15card,"800082000040", 2, 0, 0x81, 6, "Verschluesselungs PIN",
  451|      2|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   54|      2|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   55|      2|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  452|      2|		SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|      2|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  453|      2|	);
  454|      2|	insert_pin(p15card,"800083000040", 3, 0, 0x81, 6, "Authentifizierungs PIN",
  455|      2|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   54|      2|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL |
  ------------------
  |  |   55|      2|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  456|      2|		SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|      2|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  457|      2|	);
  458|       |
  459|      2|	return 0;
  460|     78|}
pkcs15-tcos.c:detect_datev:
  464|     76|){
  465|     76|	if(insert_cert(p15card,"3000C500", 0x45, 0, "Signatur Zertifikat")) return 1;
  ------------------
  |  Branch (465:5): [True: 73, False: 3]
  ------------------
  466|      3|	set_string(&p15card->tokeninfo->manufacturer_id, "DATEV");
  467|      3|	set_string(&p15card->tokeninfo->label, "DATEV Classic");
  468|       |
  469|      3|	insert_cert(p15card,"DF02C200", 0x46, 0, "Verschluesselungs Zertifikat");
  470|      3|	insert_cert(p15card,"DF02C500", 0x47, 0, "Authentifizierungs Zertifikat");
  471|       |
  472|      3|	insert_key(p15card,"30005371", 0x45, 0x82, 1024, 1, "Signatur Schluessel");
  473|      3|	insert_key(p15card,"DF0253B1", 0x46, 0x81, 1024, 1, "Verschluesselungs Schluessel");
  474|      3|	insert_key(p15card,"DF025371", 0x47, 0x82, 1024, 1, "Authentifizierungs Schluessel");
  475|       |
  476|      3|	insert_pin(p15card,"5001", 1, 0, 0x01, 6, "PIN",
  477|      3|		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   54|      3|#define SC_PKCS15_PIN_FLAG_CASE_SENSITIVE		0x0001
  ------------------
              		SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_INITIALIZED
  ------------------
  |  |   58|      3|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  478|      3|	);
  479|       |
  480|      3|	return 0;
  481|     76|}

sc_pkcs15_parse_tokeninfo:
  145|    939|{
  146|    939|	int r;
  147|    939|	size_t ii;
  148|    939|	u8 serial[128];
  149|    939|	size_t serial_len = sizeof(serial);
  150|    939|	u8 mnfid[SC_PKCS15_MAX_LABEL_SIZE];
  151|    939|	size_t mnfid_len  = sizeof(mnfid) - 1;
  152|    939|	u8 label[SC_PKCS15_MAX_LABEL_SIZE];
  153|    939|	size_t label_len = sizeof(label) - 1;
  154|    939|	u8 last_update[32], profile_indication[SC_PKCS15_MAX_LABEL_SIZE];
  155|    939|	size_t lupdate_len = sizeof(last_update) - 1, pi_len = sizeof(profile_indication) - 1;
  156|    939|	size_t flags_len   = sizeof(ti->flags);
  157|    939|	u8 preferred_language[64];
  158|    939|	size_t lang_length = sizeof(preferred_language) - 1;
  159|    939|	struct sc_asn1_entry asn1_supported_algorithms[SC_MAX_SUPPORTED_ALGORITHMS + 1],
  160|    939|			asn1_algo_infos[SC_MAX_SUPPORTED_ALGORITHMS][7],
  161|    939|			asn1_algo_infos_parameters[SC_MAX_SUPPORTED_ALGORITHMS][3];
  162|    939|	size_t reference_len = sizeof(ti->supported_algos[0].reference);
  163|    939|	size_t mechanism_len = sizeof(ti->supported_algos[0].mechanism);
  164|    939|	size_t parameter_len = sizeof(ti->supported_algos[0].parameters);
  165|    939|	size_t operations_len = sizeof(ti->supported_algos[0].operations);
  166|    939|	size_t algo_ref_len = sizeof(ti->supported_algos[0].algo_ref);
  167|       |
  168|    939|	struct sc_asn1_entry asn1_last_update[C_ASN1_LAST_UPDATE_SIZE];
  169|    939|	struct sc_asn1_entry asn1_profile_indication[C_ASN1_PROFILE_INDICATION_SIZE];
  170|    939|	struct sc_asn1_entry asn1_toki_attrs[C_ASN1_TOKI_ATTRS_SIZE], asn1_tokeninfo[3], asn1_twlabel[3];
  171|       |
  172|    939|	memset(last_update, 0, sizeof(last_update));
  173|    939|	memset(label, 0, sizeof(label));
  174|    939|	memset(profile_indication, 0, sizeof(profile_indication));
  175|    939|	memset(mnfid, 0, sizeof(mnfid));
  176|       |
  177|    939|	sc_copy_asn1_entry(c_asn1_twlabel, asn1_twlabel);
  178|    939|	sc_copy_asn1_entry(c_asn1_toki_attrs, asn1_toki_attrs);
  179|    939|	sc_copy_asn1_entry(c_asn1_tokeninfo, asn1_tokeninfo);
  180|    939|	sc_copy_asn1_entry(c_asn1_last_update, asn1_last_update);
  181|    939|	sc_format_asn1_entry(asn1_twlabel, label, &label_len, 0);
  182|    939|	sc_copy_asn1_entry(c_asn1_profile_indication, asn1_profile_indication);
  183|       |
  184|  15.9k|	for (ii=0; ii<SC_MAX_SUPPORTED_ALGORITHMS; ii++) {
  ------------------
  |  |   61|  15.9k|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (184:13): [True: 15.0k, False: 939]
  ------------------
  185|  15.0k|		sc_copy_asn1_entry(c_asn1_algorithm_info, asn1_algo_infos[ii]);
  186|  15.0k|		sc_copy_asn1_entry(c_asn1_algorithm_info_parameters,
  187|  15.0k|			asn1_algo_infos_parameters[ii]);
  188|  15.0k|	}
  189|    939|	sc_copy_asn1_entry(c_asn1_supported_algorithms, asn1_supported_algorithms);
  190|       |
  191|  15.9k|	for (ii=0; ii<SC_MAX_SUPPORTED_ALGORITHMS; ii++)   {
  ------------------
  |  |   61|  15.9k|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (191:13): [True: 15.0k, False: 939]
  ------------------
  192|  15.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 0, &ti->supported_algos[ii].reference, &reference_len, 0);
  193|  15.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 1, &ti->supported_algos[ii].mechanism, &mechanism_len, 0);
  194|  15.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 2,
  195|  15.0k|			asn1_algo_infos_parameters[ii], NULL, 0);
  196|  15.0k|		sc_format_asn1_entry(asn1_algo_infos_parameters[ii] + 0,
  197|  15.0k|			NULL, NULL, 0);
  198|  15.0k|		sc_format_asn1_entry(asn1_algo_infos_parameters[ii] + 1,
  199|  15.0k|			&ti->supported_algos[ii].parameters, &parameter_len, 0);
  200|  15.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 3, &ti->supported_algos[ii].operations, &operations_len, 0);
  201|  15.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 4, &ti->supported_algos[ii].algo_id, NULL, 1);
  202|  15.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 5, &ti->supported_algos[ii].algo_ref, &algo_ref_len, 0);
  203|  15.0k|		sc_format_asn1_entry(asn1_supported_algorithms + ii, asn1_algo_infos[ii], NULL, 0);
  204|  15.0k|	}
  205|       |
  206|    939|	sc_format_asn1_entry(asn1_last_update + 0, last_update, &lupdate_len, 0);
  207|    939|	sc_format_asn1_entry(asn1_last_update + 1, &ti->last_update.path, NULL, 0);
  208|       |
  209|    939|	sc_format_asn1_entry(asn1_profile_indication + 0, &ti->profile_indication.oid, NULL, 0);
  210|    939|	sc_format_asn1_entry(asn1_profile_indication + 1, profile_indication, &pi_len, 0);
  211|       |
  212|    939|	sc_format_asn1_entry(asn1_toki_attrs + 0, &ti->version, NULL, 0);
  213|    939|	sc_format_asn1_entry(asn1_toki_attrs + 1, serial, &serial_len, 0);
  214|    939|	sc_format_asn1_entry(asn1_toki_attrs + 2, mnfid, &mnfid_len, 0);
  215|    939|	sc_format_asn1_entry(asn1_toki_attrs + 3, label, &label_len, 0);
  216|    939|	sc_format_asn1_entry(asn1_toki_attrs + 4, asn1_twlabel, NULL, 0);
  217|    939|	sc_format_asn1_entry(asn1_toki_attrs + 5, &ti->flags, &flags_len, 0);
  218|    939|	sc_format_asn1_entry(asn1_toki_attrs + 6, &ti->seInfo, &ti->num_seInfo, 0);
  219|    939|	sc_format_asn1_entry(asn1_toki_attrs + 7, NULL, NULL, 0);
  220|    939|	sc_format_asn1_entry(asn1_toki_attrs + 8, asn1_supported_algorithms, NULL, 0);
  221|    939|	sc_format_asn1_entry(asn1_toki_attrs + 9, NULL, NULL, 0);
  222|    939|	sc_format_asn1_entry(asn1_toki_attrs + 10, NULL, NULL, 0);
  223|    939|	sc_format_asn1_entry(asn1_toki_attrs + 11, asn1_last_update, NULL, 0);
  224|    939|	sc_format_asn1_entry(asn1_toki_attrs + 12, preferred_language, &lang_length, 0);
  225|    939|	sc_format_asn1_entry(asn1_toki_attrs + 13, asn1_profile_indication, NULL, 0);
  226|    939|	sc_format_asn1_entry(asn1_tokeninfo, asn1_toki_attrs, NULL, 0);
  227|       |
  228|    939|	r = sc_asn1_decode(ctx, asn1_tokeninfo, buf, blen, NULL, NULL);
  229|    939|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    939|#define SC_SUCCESS				0
  ------------------
  |  Branch (229:6): [True: 511, False: 428]
  ------------------
  230|       |		/* The decoding could have allocated something we need to free */
  231|    511|		sc_pkcs15_clear_tokeninfo(ti);
  232|    511|		LOG_TEST_RET(ctx, r, "ASN.1 parsing of EF(TokenInfo) failed");
  ------------------
  |  |  174|    511|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    511|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    511|	int _ret = (r); \
  |  |  |  |  168|    511|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 511, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    511|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    511|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    511|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    511|		return _ret; \
  |  |  |  |  172|    511|	} \
  |  |  |  |  173|    511|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  233|    511|	}
  234|       |
  235|    428|	if (asn1_toki_attrs[1].flags & SC_ASN1_PRESENT && serial_len > 0)   {
  ------------------
  |  |  147|    856|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (235:6): [True: 299, False: 129]
  |  Branch (235:52): [True: 284, False: 15]
  ------------------
  236|    284|		free(ti->serial_number);
  237|    284|		ti->serial_number = malloc(serial_len * 2 + 1);
  238|    284|		if (ti->serial_number == NULL)
  ------------------
  |  Branch (238:7): [True: 0, False: 284]
  ------------------
  239|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  240|    284|		sc_bin_to_hex(serial, serial_len, ti->serial_number, serial_len * 2 + 1, 0);
  241|    284|		sc_log(ctx, "TokenInfo.serialNunmber '%s'", ti->serial_number);
  ------------------
  |  |   71|    284|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  242|    284|	}
  243|       |
  244|    428|	if (ti->manufacturer_id == NULL) {
  ------------------
  |  Branch (244:6): [True: 428, False: 0]
  ------------------
  245|    428|		if (asn1_toki_attrs[2].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|    428|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (245:7): [True: 59, False: 369]
  ------------------
  246|     59|			ti->manufacturer_id = strdup((char *) mnfid);
  247|    369|		else
  248|    369|			ti->manufacturer_id = strdup("(unknown)");
  249|    428|		if (ti->manufacturer_id == NULL)
  ------------------
  |  Branch (249:7): [True: 0, False: 428]
  ------------------
  250|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  251|    428|	}
  252|    428|	if (ti->label == NULL) {
  ------------------
  |  Branch (252:6): [True: 428, False: 0]
  ------------------
  253|    428|		if (asn1_toki_attrs[3].flags & SC_ASN1_PRESENT ||
  ------------------
  |  |  147|    856|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (253:7): [True: 4, False: 424]
  ------------------
  254|    424|		    asn1_toki_attrs[4].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|    424|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (254:7): [True: 0, False: 424]
  ------------------
  255|      4|			ti->label = strdup((char *) label);
  256|    424|		else
  257|    424|			ti->label = strdup("(unknown)");
  258|    428|		if (ti->label == NULL)
  ------------------
  |  Branch (258:7): [True: 0, False: 428]
  ------------------
  259|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  260|    428|	}
  261|    428|	if (asn1_toki_attrs[11].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    428|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (261:6): [True: 127, False: 301]
  ------------------
  262|    127|		if (asn1_last_update[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|    127|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (262:7): [True: 13, False: 114]
  ------------------
  263|     13|			sc_log(ctx, "LastUpdate.generalizedTime present");
  ------------------
  |  |   71|     13|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  264|     13|			ti->last_update.gtime = strdup((char *)last_update);
  265|     13|			if (ti->last_update.gtime == NULL)
  ------------------
  |  Branch (265:8): [True: 0, False: 13]
  ------------------
  266|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  267|     13|		}
  268|    114|		else if (asn1_last_update[1].flags & SC_ASN1_PRESENT)  {
  ------------------
  |  |  147|    114|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (268:12): [True: 91, False: 23]
  ------------------
  269|     91|			sc_log(ctx, "LastUpdate.referencedTime present");
  ------------------
  |  |   71|     91|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  270|     91|		}
  271|    127|	}
  272|    428|	if (asn1_toki_attrs[12].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    428|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (272:6): [True: 7, False: 421]
  ------------------
  273|      7|		preferred_language[lang_length] = 0;
  274|      7|		ti->preferred_language = strdup((char *)preferred_language);
  275|      7|		if (ti->preferred_language == NULL)
  ------------------
  |  Branch (275:7): [True: 0, False: 7]
  ------------------
  276|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  277|      7|	}
  278|       |
  279|    428|	sc_init_oid(&ti->profile_indication.oid);
  280|    428|	if (asn1_toki_attrs[13].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    428|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (280:6): [True: 159, False: 269]
  ------------------
  281|    159|		if (asn1_profile_indication[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|    159|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (281:7): [True: 3, False: 156]
  ------------------
  282|      3|			sc_log(ctx, "ProfileIndication.oid present");
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  283|      3|		}
  284|    156|		else if (asn1_profile_indication[1].flags & SC_ASN1_PRESENT)  {
  ------------------
  |  |  147|    156|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (284:12): [True: 153, False: 3]
  ------------------
  285|    153|			sc_log(ctx, "ProfileIndication.name present");
  ------------------
  |  |   71|    153|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  286|    153|			ti->profile_indication.name = strdup((char *)profile_indication);
  287|    153|			if (ti->profile_indication.name == NULL)
  ------------------
  |  Branch (287:8): [True: 0, False: 153]
  ------------------
  288|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  289|    153|		}
  290|    159|	}
  291|       |
  292|    428|	sc_log(ctx, "LastUpdate.path '%s'", sc_print_path(&ti->last_update.path));
  ------------------
  |  |   71|    428|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  293|    428|	sc_log(ctx, "ProfileIndication.name '%s'",  ti->profile_indication.name);
  ------------------
  |  |   71|    428|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  294|    428|	return SC_SUCCESS;
  ------------------
  |  |   28|    428|#define SC_SUCCESS				0
  ------------------
  295|    428|}
sc_pkcs15_get_lastupdate:
  541|  4.02k|{
  542|  4.02k|	struct sc_context *ctx  = p15card->card->ctx;
  543|  4.02k|	struct sc_file *file = NULL;
  544|  4.02k|	struct sc_asn1_entry asn1_last_update[C_ASN1_LAST_UPDATE_SIZE];
  545|  4.02k|	unsigned char *content, last_update[32] = {0};
  546|  4.02k|	size_t lupdate_len = sizeof(last_update) - 1;
  547|  4.02k|	int r, content_len;
  548|  4.02k|	size_t size;
  549|       |
  550|  4.02k|	if (p15card->tokeninfo->last_update.gtime)
  ------------------
  |  Branch (550:6): [True: 74, False: 3.95k]
  ------------------
  551|     74|		goto done;
  552|       |
  553|  3.95k|	if (!p15card->tokeninfo->last_update.path.len)
  ------------------
  |  Branch (553:6): [True: 3.29k, False: 653]
  ------------------
  554|  3.29k|		return NULL;
  555|       |
  556|    653|	r = sc_select_file(p15card->card, &p15card->tokeninfo->last_update.path, &file);
  557|    653|	if (r < 0)
  ------------------
  |  Branch (557:6): [True: 565, False: 88]
  ------------------
  558|    565|		return NULL;
  559|       |
  560|     88|	size = file->size ? file->size : 1024;
  ------------------
  |  Branch (560:9): [True: 58, False: 30]
  ------------------
  561|     88|	sc_file_free(file);
  562|       |
  563|     88|	content = calloc(1, size);
  564|     88|	if (!content)
  ------------------
  |  Branch (564:6): [True: 0, False: 88]
  ------------------
  565|      0|		return NULL;
  566|       |
  567|     88|	r = sc_read_binary(p15card->card, 0, content, size, 0);
  568|     88|	if (r < 0) {
  ------------------
  |  Branch (568:6): [True: 35, False: 53]
  ------------------
  569|     35|		free(content);
  570|     35|		return NULL;
  571|     35|	}
  572|     53|	content_len = r;
  573|       |
  574|     53|	sc_copy_asn1_entry(c_asn1_last_update, asn1_last_update);
  575|     53|	sc_format_asn1_entry(asn1_last_update + 0, last_update, &lupdate_len, 0);
  576|       |
  577|     53|	r = sc_asn1_decode(ctx, asn1_last_update, content, content_len, NULL, NULL);
  578|     53|	free(content);
  579|     53|	if (r < 0)
  ------------------
  |  Branch (579:6): [True: 20, False: 33]
  ------------------
  580|     20|		return NULL;
  581|       |
  582|     33|	if (asn1_last_update[0].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|     33|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (582:6): [True: 2, False: 31]
  ------------------
  583|      2|		p15card->tokeninfo->last_update.gtime = strdup((char *)last_update);
  584|      2|		if (!p15card->tokeninfo->last_update.gtime)
  ------------------
  |  Branch (584:7): [True: 0, False: 2]
  ------------------
  585|      0|			return NULL;
  586|      2|	}
  587|    107|done:
  588|    107|	sc_log(ctx, "lastUpdate.gtime '%s'", p15card->tokeninfo->last_update.gtime);
  ------------------
  |  |   71|    107|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  589|    107|	return p15card->tokeninfo->last_update.gtime;
  590|     33|}
sc_pkcs15_card_new:
  719|  13.3k|{
  720|  13.3k|	struct sc_pkcs15_card *p15card;
  721|       |
  722|  13.3k|	p15card = calloc(1, sizeof(struct sc_pkcs15_card));
  723|  13.3k|	if (p15card == NULL)
  ------------------
  |  Branch (723:6): [True: 0, False: 13.3k]
  ------------------
  724|      0|		return NULL;
  725|       |
  726|  13.3k|	p15card->tokeninfo = calloc(1, sizeof(struct sc_pkcs15_tokeninfo));
  727|  13.3k|	if (p15card->tokeninfo == NULL) {
  ------------------
  |  Branch (727:6): [True: 0, False: 13.3k]
  ------------------
  728|      0|		free(p15card);
  729|      0|		return NULL;
  730|      0|	}
  731|       |
  732|  13.3k|	p15card->magic = SC_PKCS15_CARD_MAGIC;
  ------------------
  |  |  519|  13.3k|#define SC_PKCS15_CARD_MAGIC		0x10203040
  ------------------
  733|  13.3k|	return p15card;
  734|  13.3k|}
sc_pkcs15_tokeninfo_new:
  739|  9.46k|{
  740|  9.46k|	struct sc_pkcs15_tokeninfo *tokeninfo;
  741|       |
  742|  9.46k|	tokeninfo = calloc(1, sizeof(struct sc_pkcs15_tokeninfo));
  743|  9.46k|	if (tokeninfo == NULL) {
  ------------------
  |  Branch (743:6): [True: 0, False: 9.46k]
  ------------------
  744|      0|		return NULL;
  745|      0|	}
  746|       |
  747|  9.46k|	sc_init_oid(&tokeninfo->profile_indication.oid);
  748|       |
  749|  9.46k|	return tokeninfo;
  750|  9.46k|}
sc_pkcs15_free_tokeninfo:
  781|  24.2k|{
  782|  24.2k|	if (!tokeninfo)
  ------------------
  |  Branch (782:6): [True: 1.43k, False: 22.8k]
  ------------------
  783|  1.43k|		return;
  784|       |
  785|  22.8k|	sc_pkcs15_clear_tokeninfo(tokeninfo);
  786|  22.8k|	free(tokeninfo);
  787|  22.8k|}
sc_pkcs15_free_app:
  791|  42.6k|{
  792|  42.6k|	if (p15card && p15card->app) {
  ------------------
  |  Branch (792:6): [True: 42.6k, False: 0]
  |  Branch (792:17): [True: 805, False: 41.8k]
  ------------------
  793|    805|		free(p15card->app->label);
  794|    805|		free(p15card->app->ddo.value);
  795|    805|		free(p15card->app);
  796|       |		p15card->app = NULL;
  797|    805|	}
  798|  42.6k|}
sc_pkcs15_card_free:
  803|  13.3k|{
  804|  13.3k|	if (p15card == NULL || p15card->magic != SC_PKCS15_CARD_MAGIC)
  ------------------
  |  |  519|  13.3k|#define SC_PKCS15_CARD_MAGIC		0x10203040
  ------------------
  |  Branch (804:6): [True: 0, False: 13.3k]
  |  Branch (804:25): [True: 0, False: 13.3k]
  ------------------
  805|      0|		return;
  806|       |
  807|  13.3k|	if (p15card->ops.clear)
  ------------------
  |  Branch (807:6): [True: 868, False: 12.5k]
  ------------------
  808|    868|		p15card->ops.clear(p15card);
  809|       |
  810|       |	/* For more complicated MD data a dedicated release procedure
  811|       |	 * has to be implemented. */
  812|  13.3k|	if (p15card->md_data)
  ------------------
  |  Branch (812:6): [True: 0, False: 13.3k]
  ------------------
  813|      0|		free(p15card->md_data);
  814|       |
  815|  13.3k|	sc_pkcs15_free_app(p15card);
  816|  13.3k|	sc_pkcs15_remove_objects(p15card);
  817|  13.3k|	sc_pkcs15_remove_dfs(p15card);
  818|  13.3k|	sc_pkcs15_free_unusedspace(p15card);
  819|  13.3k|	p15card->unusedspace_read = 0;
  820|       |
  821|  13.3k|	sc_file_free(p15card->file_app);
  822|  13.3k|	sc_file_free(p15card->file_tokeninfo);
  823|  13.3k|	sc_file_free(p15card->file_odf);
  824|  13.3k|	sc_file_free(p15card->file_unusedspace);
  825|       |
  826|  13.3k|	p15card->magic = 0;
  827|  13.3k|	sc_pkcs15_free_tokeninfo(p15card->tokeninfo);
  828|  13.3k|	sc_pkcs15_free_app(p15card);
  829|  13.3k|	free(p15card);
  830|  13.3k|}
sc_pkcs15_card_clear:
  835|  15.4k|{
  836|  15.4k|	if (p15card == NULL)
  ------------------
  |  Branch (836:6): [True: 0, False: 15.4k]
  ------------------
  837|      0|		return;
  838|       |
  839|  15.4k|	if (p15card->ops.clear)
  ------------------
  |  Branch (839:6): [True: 711, False: 14.7k]
  ------------------
  840|    711|		p15card->ops.clear(p15card);
  841|       |
  842|  15.4k|	p15card->flags = 0;
  843|  15.4k|	p15card->tokeninfo->version = 0;
  844|  15.4k|	p15card->tokeninfo->flags   = 0;
  845|       |
  846|  15.4k|	sc_pkcs15_remove_objects(p15card);
  847|  15.4k|	sc_pkcs15_remove_dfs(p15card);
  848|       |
  849|  15.4k|	p15card->df_list = NULL;
  850|  15.4k|	sc_file_free(p15card->file_app);
  851|  15.4k|	p15card->file_app = NULL;
  852|  15.4k|	sc_file_free(p15card->file_tokeninfo);
  853|  15.4k|	p15card->file_tokeninfo = NULL;
  854|  15.4k|	sc_file_free(p15card->file_odf);
  855|  15.4k|	p15card->file_odf = NULL;
  856|  15.4k|	sc_file_free(p15card->file_unusedspace);
  857|  15.4k|	p15card->file_unusedspace = NULL;
  858|       |
  859|  15.4k|	free(p15card->tokeninfo->label);
  860|  15.4k|	p15card->tokeninfo->label = NULL;
  861|  15.4k|	free(p15card->tokeninfo->serial_number);
  862|  15.4k|	p15card->tokeninfo->serial_number = NULL;
  863|  15.4k|	free(p15card->tokeninfo->manufacturer_id);
  864|  15.4k|	p15card->tokeninfo->manufacturer_id = NULL;
  865|  15.4k|	free(p15card->tokeninfo->last_update.gtime);
  866|  15.4k|	p15card->tokeninfo->last_update.gtime = NULL;
  867|  15.4k|	free(p15card->tokeninfo->preferred_language);
  868|  15.4k|	p15card->tokeninfo->preferred_language = NULL;
  869|  15.4k|	free(p15card->tokeninfo->profile_indication.name);
  870|  15.4k|	p15card->tokeninfo->profile_indication.name = NULL;
  871|  15.4k|	if (p15card->tokeninfo->seInfo != NULL) {
  ------------------
  |  Branch (871:6): [True: 17, False: 15.4k]
  ------------------
  872|     17|		size_t i;
  873|     20|		for (i = 0; i < p15card->tokeninfo->num_seInfo; i++)
  ------------------
  |  Branch (873:15): [True: 3, False: 17]
  ------------------
  874|      3|			free(p15card->tokeninfo->seInfo[i]);
  875|     17|		free(p15card->tokeninfo->seInfo);
  876|     17|		p15card->tokeninfo->seInfo     = NULL;
  877|     17|		p15card->tokeninfo->num_seInfo = 0;
  878|     17|	}
  879|       |
  880|  15.4k|	sc_pkcs15_free_app(p15card);
  881|  15.4k|}
sc_find_app:
  886|  12.6k|{
  887|  12.6k|	int ii;
  888|       |
  889|  12.6k|	if (card->app_count <= 0)
  ------------------
  |  Branch (889:6): [True: 12.2k, False: 480]
  ------------------
  890|  12.2k|		return NULL;
  891|       |
  892|    480|	if (!aid || !aid->len)
  ------------------
  |  Branch (892:6): [True: 480, False: 0]
  |  Branch (892:14): [True: 0, False: 0]
  ------------------
  893|    480|		return card->app[0];
  894|       |
  895|      0|	for (ii=0; ii < card->app_count; ii++) {
  ------------------
  |  Branch (895:13): [True: 0, False: 0]
  ------------------
  896|      0|		if (card->app[ii]->aid.len != aid->len)
  ------------------
  |  Branch (896:7): [True: 0, False: 0]
  ------------------
  897|      0|			continue;
  898|      0|		if (memcmp(card->app[ii]->aid.value, aid->value, aid->len))
  ------------------
  |  Branch (898:7): [True: 0, False: 0]
  ------------------
  899|      0|			continue;
  900|      0|		return card->app[ii];
  901|      0|	}
  902|      0|	return NULL;
  903|      0|}
sc_pkcs15_bind_internal_odf:
  983|    383|{
  984|    383|	struct sc_path tmppath;
  985|    383|	struct sc_card    *card = p15card->card;
  986|    383|	struct sc_context *ctx = card->ctx;
  987|    383|	struct sc_pkcs15_df *df;
  988|    383|	unsigned char *buf = NULL;
  989|    383|	size_t len;
  990|    383|	int    err, ok = 0;
  991|       |
  992|    383|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    383|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    383|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    383|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    383|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 383]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  993|    383|	if (p15card->file_odf == NULL) {
  ------------------
  |  Branch (993:6): [True: 383, False: 0]
  ------------------
  994|       |		/* check if an ODF is present; we don't know yet whether we have a pkcs15 card */
  995|    383|		sc_format_path("5031", &tmppath);
  996|    383|		err = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &tmppath);
  997|    383|		if (err != SC_SUCCESS)   {
  ------------------
  |  |   28|    383|#define SC_SUCCESS				0
  ------------------
  |  Branch (997:7): [True: 0, False: 383]
  ------------------
  998|      0|			sc_log(ctx, "Cannot make absolute path to EF(ODF); error:%i", err);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  999|      0|			goto end;
 1000|      0|		}
 1001|    383|		sc_log(ctx, "absolute path to EF(ODF) %s", sc_print_path(&tmppath));
  ------------------
  |  |   71|    383|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1002|    383|		err = sc_select_file(card, &tmppath, &p15card->file_odf);
 1003|    383|	}
 1004|      0|	else {
 1005|      0|		tmppath = p15card->file_odf->path;
 1006|      0|		sc_file_free(p15card->file_odf);
 1007|      0|		p15card->file_odf = NULL;
 1008|      0|		err = sc_select_file(card, &tmppath, &p15card->file_odf);
 1009|      0|	}
 1010|       |
 1011|    383|	if (err != SC_SUCCESS) {
  ------------------
  |  |   28|    383|#define SC_SUCCESS				0
  ------------------
  |  Branch (1011:6): [True: 250, False: 133]
  ------------------
 1012|    250|		sc_log(ctx, "EF(ODF) not found in '%s'", sc_print_path(&tmppath));
  ------------------
  |  |   71|    250|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1013|    250|		goto end;
 1014|    250|	}
 1015|       |
 1016|    133|	len = p15card->file_odf->size;
 1017|    133|	if (!len) {
  ------------------
  |  Branch (1017:6): [True: 50, False: 83]
  ------------------
 1018|     50|		sc_log(ctx, "EF(ODF) is empty");
  ------------------
  |  |   71|     50|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1019|     50|		goto end;
 1020|     50|	}
 1021|     83|	if (len > MAX_FILE_SIZE) {
  ------------------
  |  |  220|     83|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (1021:6): [True: 27, False: 56]
  ------------------
 1022|     27|		sc_log(ctx, "EF(ODF) too large");
  ------------------
  |  |   71|     27|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1023|     27|		goto end;
 1024|     27|	}
 1025|     56|	buf = malloc(len);
 1026|     56|	if(buf == NULL) {
  ------------------
  |  Branch (1026:5): [True: 0, False: 56]
  ------------------
 1027|      0|		err = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1028|      0|		goto end;
 1029|      0|	}
 1030|       |
 1031|     56|	err = -1; /* file state: not in cache */
 1032|     56|	if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (1032:6): [True: 22, False: 34]
  ------------------
 1033|     22|		err = sc_pkcs15_read_cached_file(p15card, &tmppath, &buf, &len);
 1034|     22|		if (err == SC_SUCCESS)
  ------------------
  |  |   28|     22|#define SC_SUCCESS				0
  ------------------
  |  Branch (1034:7): [True: 0, False: 22]
  ------------------
 1035|      0|			err = (int)len;
 1036|     22|	}
 1037|     56|	if (err < 0) {
  ------------------
  |  Branch (1037:6): [True: 56, False: 0]
  ------------------
 1038|     56|		err = sc_read_binary(card, 0, buf, len, 0);
 1039|     56|		if (err < 2) {
  ------------------
  |  Branch (1039:7): [True: 35, False: 21]
  ------------------
 1040|     35|			if (err < 0) {
  ------------------
  |  Branch (1040:8): [True: 24, False: 11]
  ------------------
 1041|     24|				sc_log(ctx, "read EF(ODF) file error: %s", sc_strerror(err));
  ------------------
  |  |   71|     24|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1042|     24|			} else {
 1043|     11|				err = SC_ERROR_PKCS15_APP_NOT_FOUND;
  ------------------
  |  |  131|     11|#define SC_ERROR_PKCS15_APP_NOT_FOUND		-1901
  ------------------
 1044|     11|				sc_log(ctx, "Invalid content of EF(ODF): %s", sc_strerror(err));
  ------------------
  |  |   71|     11|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1045|     11|			}
 1046|     35|			goto end;
 1047|     35|		}
 1048|       |		/* sc_read_binary may return less than requested */
 1049|     21|		len = err;
 1050|       |
 1051|     21|		if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (1051:7): [True: 9, False: 12]
  ------------------
 1052|      9|			sc_pkcs15_cache_file(p15card, &tmppath, buf, len);
 1053|      9|		}
 1054|     21|	}
 1055|       |
 1056|     21|	if (parse_odf(buf, len, p15card)) {
  ------------------
  |  Branch (1056:6): [True: 12, False: 9]
  ------------------
 1057|     12|		err = SC_ERROR_PKCS15_APP_NOT_FOUND;
  ------------------
  |  |  131|     12|#define SC_ERROR_PKCS15_APP_NOT_FOUND		-1901
  ------------------
 1058|     12|		sc_log(ctx, "Unable to parse ODF");
  ------------------
  |  |   71|     12|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1059|     12|		goto end;
 1060|     12|	}
 1061|      9|	free(buf);
 1062|      9|	buf = NULL;
 1063|       |
 1064|      9|	sc_log(ctx, "The following DFs were found:");
  ------------------
  |  |   71|      9|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1065|     51|	for (df = p15card->df_list; df; df = df->next)
  ------------------
  |  Branch (1065:30): [True: 42, False: 9]
  ------------------
 1066|     42|		sc_log(ctx, "  DF type %u, path %s, index %u, count %d", df->type,
  ------------------
  |  |   71|     51|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1067|      9|				sc_print_path(&df->path), df->path.index, df->path.count);
 1068|       |
 1069|      9|	ok = 1;
 1070|    383|end:
 1071|    383|	if (buf != NULL)
  ------------------
  |  Branch (1071:6): [True: 47, False: 336]
  ------------------
 1072|     47|		free(buf);
 1073|    383|	if (!ok) {
  ------------------
  |  Branch (1073:6): [True: 374, False: 9]
  ------------------
 1074|    374|		LOG_FUNC_RETURN(ctx, err);
  ------------------
  |  |  164|    374|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    374|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    374|	int _ret = r; \
  |  |  |  |  155|    374|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 374, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    374|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    297|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 297, False: 77]
  |  |  |  |  ------------------
  |  |  |  |  157|    374|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    374|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    374|	return _ret; \
  |  |  |  |  163|    374|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1075|    374|	}
 1076|       |
 1077|      9|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      9|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      9|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      9|	int _ret = r; \
  |  |  |  |  155|      9|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      9|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  157|      9|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      9|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      9|	return _ret; \
  |  |  |  |  163|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1078|      9|}
sc_pkcs15_bind_internal_tokeninfo:
 1082|  12.3k|{
 1083|  12.3k|	struct sc_path tmppath;
 1084|  12.3k|	struct sc_card *card = p15card->card;
 1085|  12.3k|	struct sc_context *ctx = card->ctx;
 1086|  12.3k|	struct sc_pkcs15_tokeninfo tokeninfo;
 1087|  12.3k|	unsigned char *buf = NULL;
 1088|  12.3k|	size_t len;
 1089|  12.3k|	int err, ok = 0;
 1090|       |
 1091|  12.3k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  12.3k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  12.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  12.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  12.3k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 12.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1092|       |
 1093|  12.3k|	if (p15card->file_tokeninfo == NULL) {
  ------------------
  |  Branch (1093:6): [True: 12.3k, False: 3]
  ------------------
 1094|  12.3k|		sc_format_path("5032", &tmppath);
 1095|  12.3k|		err = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &tmppath);
 1096|  12.3k|		if (err != SC_SUCCESS)   {
  ------------------
  |  |   28|  12.3k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1096:7): [True: 3, False: 12.3k]
  ------------------
 1097|      3|			sc_log(ctx, "Cannot make absolute path to EF(TokenInfo); error:%i", err);
  ------------------
  |  |   71|      3|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1098|      3|			goto end;
 1099|      3|		}
 1100|  12.3k|		sc_log(ctx, "absolute path to EF(TokenInfo) %s", sc_print_path(&tmppath));
  ------------------
  |  |   71|  12.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1101|  12.3k|	}
 1102|      3|	else {
 1103|      3|		tmppath = p15card->file_tokeninfo->path;
 1104|      3|		sc_file_free(p15card->file_tokeninfo);
 1105|      3|		p15card->file_tokeninfo = NULL;
 1106|      3|	}
 1107|       |
 1108|  12.3k|	err = sc_select_file(card, &tmppath, &p15card->file_tokeninfo);
 1109|  12.3k|	if (err)   {
  ------------------
  |  Branch (1109:6): [True: 11.4k, False: 832]
  ------------------
 1110|  11.4k|		sc_log(ctx, "cannot select EF(TokenInfo) file: %s", sc_strerror(err));
  ------------------
  |  |   71|  11.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1111|  11.4k|		goto end;
 1112|  11.4k|	}
 1113|       |
 1114|    832|	len = p15card->file_tokeninfo->size;
 1115|    832|	if (!len) {
  ------------------
  |  Branch (1115:6): [True: 286, False: 546]
  ------------------
 1116|    286|		sc_log(ctx, "EF(TokenInfo) is empty");
  ------------------
  |  |   71|    286|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1117|    286|		goto end;
 1118|    286|	}
 1119|    546|	if (len > MAX_FILE_SIZE) {
  ------------------
  |  |  220|    546|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (1119:6): [True: 64, False: 482]
  ------------------
 1120|     64|		sc_log(ctx, "EF(TokenInfo) too large");
  ------------------
  |  |   71|     64|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1121|     64|		goto end;
 1122|     64|	}
 1123|    482|	buf = malloc(len);
 1124|    482|	if(buf == NULL) {
  ------------------
  |  Branch (1124:5): [True: 0, False: 482]
  ------------------
 1125|      0|		err = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1126|      0|		goto end;
 1127|      0|	}
 1128|       |
 1129|    482|	err = -1; /* file state: not in cache */
 1130|    482|	if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (1130:6): [True: 126, False: 356]
  ------------------
 1131|    126|		err = sc_pkcs15_read_cached_file(p15card, &tmppath, &buf, &len);
 1132|    126|		if (err == SC_SUCCESS)
  ------------------
  |  |   28|    126|#define SC_SUCCESS				0
  ------------------
  |  Branch (1132:7): [True: 0, False: 126]
  ------------------
 1133|      0|			err = (int)len;
 1134|    126|	}
 1135|    482|	if (err < 0) {
  ------------------
  |  Branch (1135:6): [True: 482, False: 0]
  ------------------
 1136|    482|		err = sc_read_binary(card, 0, buf, len, 0);
 1137|    482|		if (err <= 2) {
  ------------------
  |  Branch (1137:7): [True: 337, False: 145]
  ------------------
 1138|    337|			if (err < 0)   {
  ------------------
  |  Branch (1138:8): [True: 288, False: 49]
  ------------------
 1139|    288|				sc_log(ctx, "read EF(TokenInfo) file error: %s", sc_strerror(err));
  ------------------
  |  |   71|    288|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1140|    288|			} else {
 1141|     49|				err = SC_ERROR_PKCS15_APP_NOT_FOUND;
  ------------------
  |  |  131|     49|#define SC_ERROR_PKCS15_APP_NOT_FOUND		-1901
  ------------------
 1142|     49|				sc_log(ctx, "Invalid content of EF(TokenInfo): %s", sc_strerror(err));
  ------------------
  |  |   71|     49|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1143|     49|			}
 1144|    337|			goto end;
 1145|    337|		}
 1146|       |		/* sc_read_binary may return less than requested */
 1147|    145|		len = err;
 1148|       |
 1149|    145|		if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (1149:7): [True: 54, False: 91]
  ------------------
 1150|     54|			sc_pkcs15_cache_file(p15card, &tmppath, buf, len);
 1151|     54|		}
 1152|    145|	}
 1153|       |
 1154|    145|	memset(&tokeninfo, 0, sizeof(tokeninfo));
 1155|    145|	err = sc_pkcs15_parse_tokeninfo(ctx, &tokeninfo, buf, (size_t)err);
 1156|    145|	if (err != SC_SUCCESS)   {
  ------------------
  |  |   28|    145|#define SC_SUCCESS				0
  ------------------
  |  Branch (1156:6): [True: 112, False: 33]
  ------------------
 1157|    112|		sc_log(ctx, "cannot parse TokenInfo content: %s", sc_strerror(err));
  ------------------
  |  |   71|    112|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1158|    112|		goto end;
 1159|    112|	}
 1160|       |
 1161|     33|	sc_pkcs15_clear_tokeninfo(p15card->tokeninfo);
 1162|     33|	*(p15card->tokeninfo) = tokeninfo;
 1163|       |
 1164|     33|	if (!p15card->tokeninfo->serial_number && 0 == card->serialnr.len) {
  ------------------
  |  Branch (1164:6): [True: 19, False: 14]
  |  Branch (1164:44): [True: 19, False: 0]
  ------------------
 1165|     19|		sc_card_ctl(p15card->card, SC_CARDCTL_GET_SERIALNR, &card->serialnr);
 1166|     19|	}
 1167|       |
 1168|     33|	if (!p15card->tokeninfo->serial_number && card->serialnr.len)   {
  ------------------
  |  Branch (1168:6): [True: 19, False: 14]
  |  Branch (1168:44): [True: 2, False: 17]
  ------------------
 1169|      2|		char *serial = calloc(1, card->serialnr.len*2 + 1);
 1170|      2|		size_t ii;
 1171|      2|		if (!serial) {
  ------------------
  |  Branch (1171:7): [True: 0, False: 2]
  ------------------
 1172|      0|			err = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1173|      0|			goto end;
 1174|      0|		}
 1175|       |
 1176|     16|		for(ii=0;ii<card->serialnr.len;ii++)
  ------------------
  |  Branch (1176:12): [True: 14, False: 2]
  ------------------
 1177|     14|			sprintf(serial + ii*2, "%02X", *(card->serialnr.value + ii));
 1178|       |
 1179|      2|		p15card->tokeninfo->serial_number = serial;
 1180|      2|		sc_log(ctx, "p15card->tokeninfo->serial_number %s", p15card->tokeninfo->serial_number);
  ------------------
  |  |   71|      2|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1181|      2|	}
 1182|       |
 1183|     33|	ok = 1;
 1184|  12.3k|end:
 1185|  12.3k|	if (buf != NULL)
  ------------------
  |  Branch (1185:6): [True: 482, False: 11.8k]
  ------------------
 1186|    482|		free(buf);
 1187|  12.3k|	if (!ok) {
  ------------------
  |  Branch (1187:6): [True: 12.2k, False: 33]
  ------------------
 1188|  12.2k|		LOG_FUNC_RETURN(ctx, err);
  ------------------
  |  |  164|  12.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  12.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  12.2k|	int _ret = r; \
  |  |  |  |  155|  12.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12.2k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  12.2k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  11.9k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 11.9k, False: 350]
  |  |  |  |  ------------------
  |  |  |  |  157|  12.2k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  12.2k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  12.2k|	return _ret; \
  |  |  |  |  163|  12.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1189|  12.2k|	}
 1190|       |
 1191|     33|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     33|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     33|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     33|	int _ret = r; \
  |  |  |  |  155|     33|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 33, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     33|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 33]
  |  |  |  |  ------------------
  |  |  |  |  157|     33|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     33|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     33|	return _ret; \
  |  |  |  |  163|     33|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1192|     33|}
sc_pkcs15_bind_internal:
 1196|  12.6k|{
 1197|  12.6k|	struct sc_card *card = p15card->card;
 1198|  12.6k|	struct sc_context *ctx = card->ctx;
 1199|  12.6k|	const struct sc_app_info *info = NULL;
 1200|  12.6k|	int err, ok = 0;
 1201|       |
 1202|  12.6k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  12.6k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  12.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  12.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  12.6k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 12.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1203|       |	/* Enumerate apps now */
 1204|  12.6k|	if (card->app_count < 0) {
  ------------------
  |  Branch (1204:6): [True: 11.7k, False: 921]
  ------------------
 1205|  11.7k|		err = sc_enum_apps(card);
 1206|  11.7k|		if (err != SC_SUCCESS)
  ------------------
  |  |   28|  11.7k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1206:7): [True: 11.4k, False: 338]
  ------------------
 1207|  11.4k|			sc_log(ctx, "unable to enumerate apps: %s", sc_strerror(err));
  ------------------
  |  |   71|  11.4k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1208|  11.7k|	}
 1209|  12.6k|	sc_file_free(p15card->file_app);
 1210|  12.6k|	p15card->file_app = sc_file_new();
 1211|  12.6k|	if (p15card->file_app == NULL) {
  ------------------
  |  Branch (1211:6): [True: 0, False: 12.6k]
  ------------------
 1212|      0|		err = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1213|      0|		goto end;
 1214|      0|	}
 1215|       |
 1216|  12.6k|	sc_format_path("3F005015", &p15card->file_app->path);
 1217|       |
 1218|  12.6k|	info = sc_find_app(card, aid);
 1219|  12.6k|	if (info) {
  ------------------
  |  Branch (1219:6): [True: 480, False: 12.2k]
  ------------------
 1220|    480|		sc_log(ctx, "bind to application('%s',aid:'%s')", info->label, sc_dump_hex(info->aid.value, info->aid.len));
  ------------------
  |  |   71|    480|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1221|    480|		sc_pkcs15_free_app(p15card);
 1222|    480|		p15card->app = sc_dup_app_info(info);
 1223|    480|		if (!p15card->app) {
  ------------------
  |  Branch (1223:7): [True: 0, False: 480]
  ------------------
 1224|      0|			err = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1225|      0|			goto end;
 1226|      0|		}
 1227|       |
 1228|    480|		if (info->path.len)
  ------------------
  |  Branch (1228:7): [True: 433, False: 47]
  ------------------
 1229|    433|			p15card->file_app->path = info->path;
 1230|       |
 1231|    480|		if (info->ddo.value && info->ddo.len)
  ------------------
  |  Branch (1231:7): [True: 50, False: 430]
  |  Branch (1231:26): [True: 45, False: 5]
  ------------------
 1232|     45|			parse_ddo(p15card, info->ddo.value, info->ddo.len);
 1233|       |
 1234|  12.2k|	} else if (aid) {
  ------------------
  |  Branch (1234:13): [True: 0, False: 12.2k]
  ------------------
 1235|      0|		sc_log(ctx, "Application '%s' not found", sc_dump_hex(aid->value, aid->len));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1236|      0|		err = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1237|      0|		goto end;
 1238|      0|	}
 1239|  12.6k|	sc_log(ctx, "application path '%s'", sc_print_path(&p15card->file_app->path));
  ------------------
  |  |   71|  12.6k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1240|       |
 1241|       |	/* Check if pkcs15 directory exists */
 1242|  12.6k|	err = sc_select_file(card, &p15card->file_app->path, NULL);
 1243|       |
 1244|       |	/* If the above test failed on cards without EF(DIR),
 1245|       |	 * try to continue read ODF from 3F005031. -aet
 1246|       |	 */
 1247|  12.6k|	if ((err != SC_SUCCESS) && (card->app_count < 1)) {
  ------------------
  |  |   28|  12.6k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1247:6): [True: 10.7k, False: 1.91k]
  |  Branch (1247:29): [True: 10.3k, False: 373]
  ------------------
 1248|  10.3k|		sc_format_path("3F00", &p15card->file_app->path);
 1249|  10.3k|		err = SC_SUCCESS;
  ------------------
  |  |   28|  10.3k|#define SC_SUCCESS				0
  ------------------
 1250|  10.3k|	}
 1251|       |
 1252|  12.6k|	if (err < 0) {
  ------------------
  |  Branch (1252:6): [True: 373, False: 12.3k]
  ------------------
 1253|    373|		sc_log(ctx, "Cannot select application path");
  ------------------
  |  |   71|    373|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1254|    373|		goto end;
 1255|    373|	}
 1256|       |
 1257|  12.3k|	err = sc_pkcs15_bind_internal_tokeninfo(p15card);
 1258|  12.3k|	if (err < 0) {
  ------------------
  |  Branch (1258:6): [True: 11.9k, False: 383]
  ------------------
 1259|  11.9k|		sc_log(ctx, "Cannot bind tokeninfo");
  ------------------
  |  |   71|  11.9k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1260|  11.9k|		goto end;
 1261|  11.9k|	}
 1262|       |
 1263|    383|	err = sc_pkcs15_bind_internal_odf(p15card);
 1264|    383|	if (err < 0) {
  ------------------
  |  Branch (1264:6): [True: 297, False: 86]
  ------------------
 1265|    297|		sc_log(ctx, "Cannot bind ODF");
  ------------------
  |  |   71|    297|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1266|    297|		goto end;
 1267|    297|	}
 1268|       |
 1269|     86|	ok = 1;
 1270|  12.6k|end:
 1271|  12.6k|	if (!ok) {
  ------------------
  |  Branch (1271:6): [True: 12.5k, False: 86]
  ------------------
 1272|  12.5k|		sc_pkcs15_card_clear(p15card);
 1273|  12.5k|		if (err == SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|  12.5k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (1273:7): [True: 1.33k, False: 11.2k]
  ------------------
 1274|  1.33k|			err = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  1.33k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
 1275|  12.5k|		LOG_FUNC_RETURN(ctx, err);
  ------------------
  |  |  164|  12.5k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  12.5k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  12.5k|	int _ret = r; \
  |  |  |  |  155|  12.5k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12.5k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  12.5k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  12.5k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12.5k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  12.5k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  12.5k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  12.5k|	return _ret; \
  |  |  |  |  163|  12.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1276|  12.5k|	}
 1277|       |
 1278|     86|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     86|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     86|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     86|	int _ret = r; \
  |  |  |  |  155|     86|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 86, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     86|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 86]
  |  |  |  |  ------------------
  |  |  |  |  157|     86|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     86|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     86|	return _ret; \
  |  |  |  |  163|     86|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1279|     86|}
pkcs15_get_default_use_file_cache:
 1282|  13.3k|{
 1283|       |	/* enable file caching by default for cards with static content to avoid
 1284|       |	 * synchronization problems.
 1285|       |	 *
 1286|       |	 * The following list was initialized with the cards that can't be modified
 1287|       |	 * with OpenSC i.e. which don't have a profile/driver for pkcs15-init. */
 1288|  13.3k|	const char *card_drivers_with_file_cache[] = {
 1289|  13.3k|			"atrust-acos",
 1290|  13.3k|			"belpic",
 1291|  13.3k|			"cac1",
 1292|  13.3k|			"cac",
 1293|  13.3k|			"cedulauy",
 1294|  13.3k|			"coolkey",
 1295|  13.3k|			"edo",
 1296|  13.3k|			"esteid2018",
 1297|  13.3k|			"esteid2025",
 1298|  13.3k|			"flex",
 1299|  13.3k|			"cyberflex",
 1300|  13.3k|			"gemsafeV1",
 1301|  13.3k|			"idprime",
 1302|  13.3k|			"itacns",
 1303|  13.3k|			"jpki",
 1304|  13.3k|			"MaskTech",
 1305|  13.3k|			"mcrd",
 1306|  13.3k|			"myeid",
 1307|  13.3k|			"npa",
 1308|  13.3k|			"nqapplet",
 1309|  13.3k|			"tcos",
 1310|  13.3k|			"dtrust",
 1311|  13.3k|			"lteid",
 1312|  13.3k|	};
 1313|       |
 1314|  13.3k|	if (NULL == card || NULL == card->driver || NULL == card->driver->short_name)
  ------------------
  |  Branch (1314:6): [True: 0, False: 13.3k]
  |  Branch (1314:22): [True: 0, False: 13.3k]
  |  Branch (1314:46): [True: 0, False: 13.3k]
  ------------------
 1315|      0|		return "no";
 1316|   252k|	for (size_t i = 0; i < (sizeof card_drivers_with_file_cache / sizeof *card_drivers_with_file_cache); i++) {
  ------------------
  |  Branch (1316:21): [True: 245k, False: 7.68k]
  ------------------
 1317|   245k|		if (0 == strcmp(card->driver->short_name, card_drivers_with_file_cache[i]))
  ------------------
  |  Branch (1317:7): [True: 5.68k, False: 239k]
  ------------------
 1318|  5.68k|			return "public";
 1319|   245k|	}
 1320|       |
 1321|  7.68k|	return "no";
 1322|  13.3k|}
sc_pkcs15_bind:
 1327|  13.3k|{
 1328|  13.3k|	struct sc_pkcs15_card *p15card = NULL;
 1329|  13.3k|	struct sc_context *ctx;
 1330|  13.3k|	scconf_block *conf_block = NULL;
 1331|  13.3k|	int r, emu_first, enable_emu;
 1332|  13.3k|	const char *use_file_cache;
 1333|  13.3k|	const char *pin_protected_certificate, *private_certificate;
 1334|       |
 1335|  13.3k|	if (card == NULL || p15card_out == NULL) {
  ------------------
  |  Branch (1335:6): [True: 0, False: 13.3k]
  |  Branch (1335:22): [True: 0, False: 13.3k]
  ------------------
 1336|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1337|      0|	}
 1338|  13.3k|	ctx = card->ctx;
 1339|       |
 1340|  13.3k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  13.3k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.3k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.3k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.3k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1341|  13.3k|	sc_log(ctx, "application(aid:'%s')", aid ? sc_dump_hex(aid->value, aid->len) : "empty");
  ------------------
  |  |   71|  26.7k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 0, False: 13.3k]
  |  |  ------------------
  ------------------
 1342|       |
 1343|  13.3k|	p15card = sc_pkcs15_card_new();
 1344|  13.3k|	if (p15card == NULL)
  ------------------
  |  Branch (1344:6): [True: 0, False: 13.3k]
  ------------------
 1345|  13.3k|		LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1346|       |
 1347|  13.3k|	p15card->card = card;
 1348|  13.3k|	p15card->opts.use_file_cache = SC_PKCS15_OPTS_CACHE_NO_FILES;
  ------------------
  |  |  604|  13.3k|#define SC_PKCS15_OPTS_CACHE_NO_FILES			0
  ------------------
 1349|  13.3k|	use_file_cache = pkcs15_get_default_use_file_cache(card);
 1350|  13.3k|	p15card->opts.use_pin_cache = 1;
 1351|  13.3k|	p15card->opts.pin_cache_counter = 10;
 1352|  13.3k|	p15card->opts.pin_cache_ignore_user_consent = 0;
 1353|  13.3k|	pin_protected_certificate = "protect";
 1354|  13.3k|	private_certificate = "";
 1355|       |
 1356|  13.3k|	conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
 1357|  13.3k|	if (conf_block) {
  ------------------
  |  Branch (1357:6): [True: 0, False: 13.3k]
  ------------------
 1358|      0|		use_file_cache = scconf_get_str(conf_block, "use_file_caching", use_file_cache);
 1359|      0|		p15card->opts.use_pin_cache = scconf_get_bool(conf_block, "use_pin_caching", p15card->opts.use_pin_cache);
 1360|      0|		p15card->opts.pin_cache_counter = scconf_get_int(conf_block, "pin_cache_counter", p15card->opts.pin_cache_counter);
 1361|      0|		p15card->opts.pin_cache_ignore_user_consent = scconf_get_bool(conf_block, "pin_cache_ignore_user_consent",
 1362|      0|				p15card->opts.pin_cache_ignore_user_consent);
 1363|      0|		pin_protected_certificate = scconf_get_str(conf_block, "pin_protected_certificate", pin_protected_certificate);
 1364|       |		/* read also the old value to keep backward compatibility */
 1365|      0|		private_certificate = scconf_get_str(conf_block, "private_certificate", private_certificate);
 1366|      0|	}
 1367|       |
 1368|  13.3k|	if (0 == strcmp(use_file_cache, "yes")) {
  ------------------
  |  Branch (1368:6): [True: 0, False: 13.3k]
  ------------------
 1369|      0|		p15card->opts.use_file_cache = SC_PKCS15_OPTS_CACHE_ALL_FILES;
  ------------------
  |  |  606|      0|#define SC_PKCS15_OPTS_CACHE_ALL_FILES			2
  ------------------
 1370|  13.3k|	} else if (0 == strcmp(use_file_cache, "public")) {
  ------------------
  |  Branch (1370:13): [True: 5.68k, False: 7.68k]
  ------------------
 1371|  5.68k|		p15card->opts.use_file_cache = SC_PKCS15_OPTS_CACHE_PUBLIC_FILES;
  ------------------
  |  |  605|  5.68k|#define SC_PKCS15_OPTS_CACHE_PUBLIC_FILES		1
  ------------------
 1372|  7.68k|	} else if (0 == strcmp(use_file_cache, "no")) {
  ------------------
  |  Branch (1372:13): [True: 7.68k, False: 0]
  ------------------
 1373|  7.68k|		p15card->opts.use_file_cache = SC_PKCS15_OPTS_CACHE_NO_FILES;
  ------------------
  |  |  604|  7.68k|#define SC_PKCS15_OPTS_CACHE_NO_FILES			0
  ------------------
 1374|  7.68k|	}
 1375|       |
 1376|  13.3k|	if (0 == strcmp(pin_protected_certificate, "protect")) {
  ------------------
  |  Branch (1376:6): [True: 13.3k, False: 0]
  ------------------
 1377|  13.3k|		p15card->opts.pin_protected_certificate = SC_PKCS15_CARD_OPTS_PRIV_CERT_PROTECT;
  ------------------
  |  |  609|  13.3k|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_PROTECT		0
  ------------------
 1378|  13.3k|	} else if (0 == strcmp(pin_protected_certificate, "ignore")) {
  ------------------
  |  Branch (1378:13): [True: 0, False: 0]
  ------------------
 1379|      0|		p15card->opts.pin_protected_certificate = SC_PKCS15_CARD_OPTS_PRIV_CERT_IGNORE;
  ------------------
  |  |  610|      0|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_IGNORE		1
  ------------------
 1380|      0|	} else if (0 == strcmp(pin_protected_certificate, "declassify")) {
  ------------------
  |  Branch (1380:13): [True: 0, False: 0]
  ------------------
 1381|      0|		p15card->opts.pin_protected_certificate = SC_PKCS15_CARD_OPTS_PRIV_CERT_DECLASSIFY;
  ------------------
  |  |  611|      0|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_DECLASSIFY	2
  ------------------
 1382|      0|	}
 1383|       |	/* overwrite pin_protected_certificate when private_certificate set */
 1384|  13.3k|	if (0 == strcmp(private_certificate, "protect")) {
  ------------------
  |  Branch (1384:6): [True: 0, False: 13.3k]
  ------------------
 1385|      0|		p15card->opts.pin_protected_certificate = SC_PKCS15_CARD_OPTS_PRIV_CERT_PROTECT;
  ------------------
  |  |  609|      0|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_PROTECT		0
  ------------------
 1386|  13.3k|	} else if (0 == strcmp(private_certificate, "ignore")) {
  ------------------
  |  Branch (1386:13): [True: 0, False: 13.3k]
  ------------------
 1387|      0|		p15card->opts.pin_protected_certificate = SC_PKCS15_CARD_OPTS_PRIV_CERT_IGNORE;
  ------------------
  |  |  610|      0|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_IGNORE		1
  ------------------
 1388|  13.3k|	} else if (0 == strcmp(private_certificate, "declassify")) {
  ------------------
  |  Branch (1388:13): [True: 0, False: 13.3k]
  ------------------
 1389|      0|		p15card->opts.pin_protected_certificate = SC_PKCS15_CARD_OPTS_PRIV_CERT_DECLASSIFY;
  ------------------
  |  |  611|      0|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_DECLASSIFY	2
  ------------------
 1390|      0|	}
 1391|  13.3k|	sc_log(ctx, "PKCS#15 options: use_file_cache=%d use_pin_cache=%d pin_cache_counter=%d pin_cache_ignore_user_consent=%d pin_protected_certificate=%d",
  ------------------
  |  |   71|  13.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1392|  13.3k|			p15card->opts.use_file_cache, p15card->opts.use_pin_cache, p15card->opts.pin_cache_counter,
 1393|  13.3k|			p15card->opts.pin_cache_ignore_user_consent, p15card->opts.pin_protected_certificate);
 1394|       |
 1395|  13.3k|	r = sc_lock(card);
 1396|  13.3k|	if (r) {
  ------------------
  |  Branch (1396:6): [True: 0, False: 13.3k]
  ------------------
 1397|      0|		sc_log(ctx, "sc_lock() failed: %s", sc_strerror(r));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1398|      0|		sc_pkcs15_card_free(p15card);
 1399|      0|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1400|      0|	}
 1401|       |
 1402|  13.3k|	enable_emu = scconf_get_bool(conf_block, "enable_pkcs15_emulation", 1);
 1403|  13.3k|	if (enable_emu) {
  ------------------
  |  Branch (1403:6): [True: 13.3k, False: 0]
  ------------------
 1404|  13.3k|		sc_log(ctx, "PKCS#15 emulation enabled");
  ------------------
  |  |   71|  13.3k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1405|  13.3k|		emu_first = scconf_get_bool(conf_block, "try_emulation_first", 0);
 1406|  13.3k|		if (emu_first || sc_pkcs15_is_emulation_only(card)) {
  ------------------
  |  Branch (1406:7): [True: 0, False: 13.3k]
  |  Branch (1406:20): [True: 2.98k, False: 10.3k]
  ------------------
 1407|  2.98k|			r = sc_pkcs15_bind_synthetic(p15card, aid);
 1408|  2.98k|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|  2.98k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1408:8): [True: 1.61k, False: 1.36k]
  ------------------
 1409|  1.61k|				goto done;
 1410|  1.36k|			r = sc_pkcs15_bind_internal(p15card, aid);
 1411|  1.36k|			if (r < 0)
  ------------------
  |  Branch (1411:8): [True: 1.35k, False: 9]
  ------------------
 1412|  1.35k|				goto error;
 1413|  10.3k|		} else {
 1414|  10.3k|			r = sc_pkcs15_bind_internal(p15card, aid);
 1415|  10.3k|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|  10.3k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1415:8): [True: 70, False: 10.3k]
  ------------------
 1416|     70|				goto done;
 1417|  10.3k|			r = sc_pkcs15_bind_synthetic(p15card, aid);
 1418|  10.3k|			if (r < 0)
  ------------------
  |  Branch (1418:8): [True: 6.04k, False: 4.27k]
  ------------------
 1419|  6.04k|				goto error;
 1420|  10.3k|		}
 1421|  13.3k|	}
 1422|      0|	else {
 1423|      0|		r = sc_pkcs15_bind_internal(p15card, aid);
 1424|      0|		if (r < 0)
  ------------------
  |  Branch (1424:7): [True: 0, False: 0]
  ------------------
 1425|      0|			goto error;
 1426|      0|	}
 1427|  5.97k|done:
 1428|  5.97k|	*p15card_out = p15card;
 1429|  5.97k|	sc_unlock(card);
 1430|  5.97k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  5.97k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  5.97k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  5.97k|	int _ret = r; \
  |  |  |  |  155|  5.97k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5.97k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  5.97k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 5.97k]
  |  |  |  |  ------------------
  |  |  |  |  157|  5.97k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  5.97k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  5.97k|	return _ret; \
  |  |  |  |  163|  5.97k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1431|  7.39k|error:
 1432|  7.39k|	sc_unlock(card);
 1433|  7.39k|	sc_pkcs15_card_free(p15card);
 1434|  7.39k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  7.39k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.39k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.39k|	int _ret = r; \
  |  |  |  |  155|  7.39k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.39k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.39k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  7.39k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 7.39k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.39k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.39k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  7.39k|	return _ret; \
  |  |  |  |  163|  7.39k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1435|  7.39k|}
sc_pkcs15_get_objects:
 1539|    177|{
 1540|    177|	return sc_pkcs15_get_objects_cond(p15card, type, NULL, NULL, ret, ret_size);
 1541|    177|}
sc_pkcs15_search_objects:
 1722|      2|{
 1723|      2|	return __sc_pkcs15_search_objects(p15card,
 1724|      2|			sk->class_mask, sk->type,
 1725|      2|			compare_obj_key, sk,
 1726|      2|			ret, ret_size);
 1727|      2|}
sc_pkcs15_get_objects_cond:
 1734|    177|{
 1735|    177|	return __sc_pkcs15_search_objects(p15card, 0, type,
 1736|    177|			func, func_arg, ret, ret_size);
 1737|    177|}
sc_pkcs15_find_object_by_id:
 1743|  2.48k|{
 1744|  2.48k|	struct sc_pkcs15_search_key sk;
 1745|  2.48k|	int	r;
 1746|       |
 1747|  2.48k|	memset(&sk, 0, sizeof(sk));
 1748|  2.48k|	sk.id = id;
 1749|       |
 1750|  2.48k|	r = __sc_pkcs15_search_objects(p15card, 0, type, compare_obj_key, &sk, out, 1);
 1751|  2.48k|	if (r < 0)
  ------------------
  |  Branch (1751:6): [True: 0, False: 2.48k]
  ------------------
 1752|      0|		return r;
 1753|  2.48k|	if (r == 0)
  ------------------
  |  Branch (1753:6): [True: 1.12k, False: 1.36k]
  ------------------
 1754|  1.12k|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|  1.12k|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1755|  1.36k|	return 0;
 1756|  2.48k|}
sc_pkcs15_find_cert_by_id:
 1762|  1.49k|{
 1763|  1.49k|	return sc_pkcs15_find_object_by_id(p15card, SC_PKCS15_TYPE_CERT, id, out);
  ------------------
  |  |  438|  1.49k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
 1764|  1.49k|}
sc_pkcs15_find_pin_by_auth_id:
 1794|    993|{
 1795|    993|	return sc_pkcs15_find_object_by_id(p15card, SC_PKCS15_TYPE_AUTH, id, out);
  ------------------
  |  |  444|    993|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
 1796|    993|}
sc_pkcs15_add_object:
 1986|  44.3k|{
 1987|  44.3k|	struct sc_pkcs15_object *p = p15card->obj_list;
 1988|       |
 1989|  44.3k|	if (!obj)
  ------------------
  |  Branch (1989:6): [True: 0, False: 44.3k]
  ------------------
 1990|      0|		return 0;
 1991|  44.3k|	obj->next = obj->prev = NULL;
 1992|  44.3k|	if (p15card->obj_list == NULL) {
  ------------------
  |  Branch (1992:6): [True: 5.75k, False: 38.5k]
  ------------------
 1993|  5.75k|		p15card->obj_list = obj;
 1994|  5.75k|		return 0;
 1995|  5.75k|	}
 1996|   641k|	while (p->next != NULL)
  ------------------
  |  Branch (1996:9): [True: 602k, False: 38.5k]
  ------------------
 1997|   602k|		p = p->next;
 1998|  38.5k|	p->next = obj;
 1999|  38.5k|	obj->prev = p;
 2000|       |
 2001|  38.5k|	return 0;
 2002|  44.3k|}
sc_pkcs15_free_object:
 2037|  44.3k|{
 2038|  44.3k|	if (!obj)
  ------------------
  |  Branch (2038:6): [True: 0, False: 44.3k]
  ------------------
 2039|      0|		return;
 2040|  44.3k|	switch (obj->type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  44.3k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
 2041|  5.20k|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|  5.20k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (2041:2): [True: 5.20k, False: 39.1k]
  ------------------
 2042|  5.20k|		sc_pkcs15_free_prkey_info((sc_pkcs15_prkey_info_t *)obj->data);
 2043|  5.20k|		break;
 2044|  1.98k|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|  1.98k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (2044:2): [True: 1.98k, False: 42.3k]
  ------------------
 2045|       |		/* This is normally passed to framework-pkcs15,
 2046|       |		 * but if something fails on the way, it would not get freed */
 2047|  1.98k|		if (obj->emulated) {
  ------------------
  |  Branch (2047:7): [True: 1.71k, False: 268]
  ------------------
 2048|  1.71k|			sc_pkcs15_free_pubkey(obj->emulated);
 2049|  1.71k|		}
 2050|  1.98k|		sc_pkcs15_free_pubkey_info((sc_pkcs15_pubkey_info_t *)obj->data);
 2051|  1.98k|		break;
 2052|  3.63k|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|  3.63k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (2052:2): [True: 3.63k, False: 40.7k]
  ------------------
 2053|  3.63k|		sc_pkcs15_free_cert_info((sc_pkcs15_cert_info_t *)obj->data);
 2054|  3.63k|		break;
 2055|      0|	case SC_PKCS15_TYPE_SKEY:
  ------------------
  |  |  432|      0|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (2055:2): [True: 0, False: 44.3k]
  ------------------
 2056|      0|		sc_pkcs15_free_skey_info((sc_pkcs15_skey_info_t *)obj->data);
 2057|      0|		break;
 2058|  25.7k|	case SC_PKCS15_TYPE_DATA_OBJECT:
  ------------------
  |  |  442|  25.7k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  |  Branch (2058:2): [True: 25.7k, False: 18.5k]
  ------------------
 2059|  25.7k|		sc_pkcs15_free_data_info((sc_pkcs15_data_info_t *)obj->data);
 2060|  25.7k|		break;
 2061|  7.76k|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|  7.76k|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (2061:2): [True: 7.76k, False: 36.5k]
  ------------------
 2062|  7.76k|		sc_pkcs15_free_auth_info((sc_pkcs15_auth_info_t *)obj->data);
 2063|  7.76k|		break;
 2064|      0|	default:
  ------------------
  |  Branch (2064:2): [True: 0, False: 44.3k]
  ------------------
 2065|      0|		free(obj->data);
 2066|  44.3k|	}
 2067|       |
 2068|  44.3k|	sc_pkcs15_free_object_content(obj);
 2069|       |
 2070|  44.3k|	free(obj);
 2071|  44.3k|}
sc_pkcs15_add_df:
 2076|  13.8k|{
 2077|  13.8k|	struct sc_pkcs15_df *p, *newdf;
 2078|       |
 2079|  13.8k|	newdf = calloc(1, sizeof(struct sc_pkcs15_df));
 2080|  13.8k|	if (newdf == NULL)
  ------------------
  |  Branch (2080:6): [True: 0, False: 13.8k]
  ------------------
 2081|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2082|  13.8k|	newdf->path = *path;
 2083|  13.8k|	newdf->type = type;
 2084|       |
 2085|  13.8k|	if (p15card->df_list == NULL) {
  ------------------
  |  Branch (2085:6): [True: 5.77k, False: 8.06k]
  ------------------
 2086|  5.77k|		p15card->df_list = newdf;
 2087|  5.77k|		return 0;
 2088|  5.77k|	}
 2089|       |
 2090|  8.06k|	p = p15card->df_list;
 2091|  29.3k|	while (p->next != NULL)
  ------------------
  |  Branch (2091:9): [True: 21.2k, False: 8.06k]
  ------------------
 2092|  21.2k|		p = p->next;
 2093|  8.06k|	p->next = newdf;
 2094|  8.06k|	newdf->prev = p;
 2095|       |
 2096|  8.06k|	return 0;
 2097|  13.8k|}
sc_pkcs15_parse_df:
 2192|  1.65k|{
 2193|  1.65k|	struct sc_context *ctx = p15card->card->ctx;
 2194|  1.65k|	unsigned char *buf;
 2195|  1.65k|	const unsigned char *p;
 2196|  1.65k|	size_t bufsize;
 2197|  1.65k|	int r;
 2198|  1.65k|	struct sc_pkcs15_object *obj = NULL;
 2199|  1.65k|	int (* func)(struct sc_pkcs15_card *, struct sc_pkcs15_object *,
 2200|  1.65k|		     const u8 **nbuf, size_t *nbufsize) = NULL;
 2201|       |
 2202|  1.65k|	sc_log(ctx, "called; path=%s, type=%d, enum=%d", sc_print_path(&df->path), df->type, df->enumerated);
  ------------------
  |  |   71|  1.65k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2203|       |
 2204|  1.65k|	if (df->enumerated)
  ------------------
  |  Branch (2204:6): [True: 0, False: 1.65k]
  ------------------
 2205|  1.65k|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2206|       |
 2207|  1.65k|	switch (df->type) {
  ------------------
  |  Branch (2207:10): [True: 1.65k, False: 0]
  ------------------
 2208|     99|	case SC_PKCS15_PRKDF:
  ------------------
  |  |  488|     99|#define SC_PKCS15_PRKDF			0
  ------------------
  |  Branch (2208:2): [True: 99, False: 1.55k]
  ------------------
 2209|     99|		func = sc_pkcs15_decode_prkdf_entry;
 2210|     99|		break;
 2211|  1.18k|	case SC_PKCS15_PUKDF:
  ------------------
  |  |  489|  1.18k|#define SC_PKCS15_PUKDF			1
  ------------------
  |  Branch (2211:2): [True: 1.18k, False: 477]
  ------------------
 2212|  1.18k|		func = sc_pkcs15_decode_pukdf_entry;
 2213|  1.18k|		break;
 2214|      0|	case SC_PKCS15_SKDF:
  ------------------
  |  |  491|      0|#define SC_PKCS15_SKDF			3
  ------------------
  |  Branch (2214:2): [True: 0, False: 1.65k]
  ------------------
 2215|      0|		func = sc_pkcs15_decode_skdf_entry;
 2216|      0|		break;
 2217|    328|	case SC_PKCS15_CDF:
  ------------------
  |  |  492|    328|#define SC_PKCS15_CDF			4
  ------------------
  |  Branch (2217:2): [True: 328, False: 1.32k]
  ------------------
 2218|    328|	case SC_PKCS15_CDF_TRUSTED:
  ------------------
  |  |  493|    328|#define SC_PKCS15_CDF_TRUSTED		5
  ------------------
  |  Branch (2218:2): [True: 0, False: 1.65k]
  ------------------
 2219|    328|	case SC_PKCS15_CDF_USEFUL:
  ------------------
  |  |  494|    328|#define SC_PKCS15_CDF_USEFUL		6
  ------------------
  |  Branch (2219:2): [True: 0, False: 1.65k]
  ------------------
 2220|    328|		func = sc_pkcs15_decode_cdf_entry;
 2221|    328|		break;
 2222|      0|	case SC_PKCS15_DODF:
  ------------------
  |  |  495|      0|#define SC_PKCS15_DODF			7
  ------------------
  |  Branch (2222:2): [True: 0, False: 1.65k]
  ------------------
 2223|      0|		func = sc_pkcs15_decode_dodf_entry;
 2224|      0|		break;
 2225|     50|	case SC_PKCS15_AODF:
  ------------------
  |  |  496|     50|#define SC_PKCS15_AODF			8
  ------------------
  |  Branch (2225:2): [True: 50, False: 1.60k]
  ------------------
 2226|     50|		func = sc_pkcs15_decode_aodf_entry;
 2227|     50|		break;
 2228|  1.65k|	}
 2229|  1.65k|	if (func == NULL) {
  ------------------
  |  Branch (2229:6): [True: 0, False: 1.65k]
  ------------------
 2230|      0|		sc_log(ctx, "unknown DF type: %d", df->type);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2231|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2232|      0|	}
 2233|  1.65k|	r = sc_pkcs15_read_file(p15card, &df->path, &buf, &bufsize, 0);
 2234|  1.65k|	LOG_TEST_RET(ctx, r, "pkcs15 read file failed");
  ------------------
  |  |  174|  1.65k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.65k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.65k|	int _ret = (r); \
  |  |  |  |  168|  1.65k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.28k, False: 374]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.28k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  1.28k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.28k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.28k|		return _ret; \
  |  |  |  |  172|  1.28k|	} \
  |  |  |  |  173|  1.65k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 374]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2235|       |
 2236|    374|	p = buf;
 2237|    374|	while (bufsize && *p != 0x00) {
  ------------------
  |  Branch (2237:9): [True: 345, False: 29]
  |  Branch (2237:20): [True: 310, False: 35]
  ------------------
 2238|       |
 2239|    310|		obj = calloc(1, sizeof(struct sc_pkcs15_object));
 2240|    310|		if (obj == NULL) {
  ------------------
  |  Branch (2240:7): [True: 0, False: 310]
  ------------------
 2241|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2242|      0|			goto ret;
 2243|      0|		}
 2244|    310|		r = func(p15card, obj, &p, &bufsize);
 2245|    310|		if (r) {
  ------------------
  |  Branch (2245:7): [True: 310, False: 0]
  ------------------
 2246|    310|			free(obj);
 2247|    310|			if (r == SC_ERROR_ASN1_END_OF_CONTENTS) {
  ------------------
  |  |   84|    310|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (2247:8): [True: 86, False: 224]
  ------------------
 2248|     86|				r = 0;
 2249|     86|				break;
 2250|     86|			}
 2251|    224|			sc_log(ctx, "%s: Error decoding DF entry", sc_strerror(r));
  ------------------
  |  |   71|    224|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2252|    224|			goto ret;
 2253|    310|		}
 2254|       |
 2255|      0|		obj->df = df;
 2256|      0|		r = sc_pkcs15_add_object(p15card, obj);
 2257|      0|		if (r) {
  ------------------
  |  Branch (2257:7): [True: 0, False: 0]
  ------------------
 2258|      0|			if (obj->data)
  ------------------
  |  Branch (2258:8): [True: 0, False: 0]
  ------------------
 2259|      0|				free(obj->data);
 2260|      0|			free(obj);
 2261|      0|			sc_log(ctx, "%s: Error adding object", sc_strerror(r));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2262|      0|			goto ret;
 2263|      0|		}
 2264|      0|		while (bufsize > 0 && *p == 00) {
  ------------------
  |  Branch (2264:10): [True: 0, False: 0]
  |  Branch (2264:25): [True: 0, False: 0]
  ------------------
 2265|      0|			bufsize--;
 2266|      0|			p++;
 2267|      0|		}
 2268|    150|	};
 2269|       |
 2270|    150|	if (r > 0)
  ------------------
  |  Branch (2270:6): [True: 0, False: 150]
  ------------------
 2271|      0|		r = 0;
 2272|    374|ret:
 2273|    374|	df->enumerated = 1;
 2274|    374|	free(buf);
 2275|    374|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    374|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    374|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    374|	int _ret = r; \
  |  |  |  |  155|    374|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 374, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    374|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    224|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 224, False: 150]
  |  |  |  |  ------------------
  |  |  |  |  157|    374|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    374|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    374|	return _ret; \
  |  |  |  |  163|    374|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2276|    374|}
sc_pkcs15_read_file:
 2528|  15.7k|{
 2529|  15.7k|	struct sc_context *ctx;
 2530|  15.7k|	struct sc_file *file = NULL;
 2531|  15.7k|	unsigned char *data = NULL;
 2532|  15.7k|	size_t	len = 0, offset = 0;
 2533|  15.7k|	int	r;
 2534|       |
 2535|  15.7k|	if (p15card == NULL || p15card->card == NULL || in_path == NULL || buf == NULL) {
  ------------------
  |  Branch (2535:6): [True: 0, False: 15.7k]
  |  Branch (2535:25): [True: 0, False: 15.7k]
  |  Branch (2535:50): [True: 0, False: 15.7k]
  |  Branch (2535:69): [True: 0, False: 15.7k]
  ------------------
 2536|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2537|      0|	}
 2538|  15.7k|	ctx = p15card->card->ctx;
 2539|       |
 2540|  15.7k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  15.7k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  15.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  15.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  15.7k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 15.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2541|  15.7k|	sc_log(ctx, "path=%s, index=%u, count=%d", sc_print_path(in_path), in_path->index, in_path->count);
  ------------------
  |  |   71|  15.7k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2542|       |
 2543|  15.7k|	r = -1; /* file state: not in cache */
 2544|  15.7k|	if (p15card->opts.use_file_cache
  ------------------
  |  Branch (2544:6): [True: 6.82k, False: 8.96k]
  ------------------
 2545|  6.82k|	    && ((p15card->opts.use_file_cache & SC_PKCS15_OPTS_CACHE_ALL_FILES) || !private_data)) {
  ------------------
  |  |  606|  6.82k|#define SC_PKCS15_OPTS_CACHE_ALL_FILES			2
  ------------------
  |  Branch (2545:10): [True: 0, False: 6.82k]
  |  Branch (2545:77): [True: 6.82k, False: 0]
  ------------------
 2546|  6.82k|		r = sc_pkcs15_read_cached_file(p15card, in_path, &data, &len);
 2547|       |
 2548|  6.82k|		if (!r && in_path->aid.len > 0 && in_path->len >= 2)   {
  ------------------
  |  Branch (2548:7): [True: 657, False: 6.16k]
  |  Branch (2548:13): [True: 178, False: 479]
  |  Branch (2548:37): [True: 178, False: 0]
  ------------------
 2549|    178|			struct sc_path parent = *in_path;
 2550|       |
 2551|    178|			parent.len -= 2;
 2552|    178|			parent.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|    178|#define SC_PATH_TYPE_PATH		2
  ------------------
 2553|    178|			r = sc_select_file(p15card->card, &parent, NULL);
 2554|    178|		}
 2555|  6.82k|	}
 2556|       |
 2557|  15.7k|	if (r) {
  ------------------
  |  Branch (2557:6): [True: 15.1k, False: 592]
  ------------------
 2558|  15.1k|		r = sc_lock(p15card->card);
 2559|  15.1k|		if (r)
  ------------------
  |  Branch (2559:7): [True: 0, False: 15.1k]
  ------------------
 2560|      0|			goto fail;
 2561|  15.1k|		r = sc_select_file(p15card->card, in_path, &file);
 2562|  15.1k|		if (r)
  ------------------
  |  Branch (2562:7): [True: 10.8k, False: 4.34k]
  ------------------
 2563|  10.8k|			goto fail_unlock;
 2564|       |
 2565|       |		/* Handle the case where the ASN.1 Path object specified
 2566|       |		 * index and length values */
 2567|       |
 2568|  4.34k|		if (file->ef_structure == SC_FILE_EF_LINEAR_VARIABLE) {
  ------------------
  |  |  224|  4.34k|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (2568:7): [True: 78, False: 4.26k]
  ------------------
 2569|       |
 2570|       |			// in_path->index: record_no
 2571|       |			// in_path->count: ignored!
 2572|       |
 2573|     78|			if(file->record_length > 0) {
  ------------------
  |  Branch (2573:7): [True: 65, False: 13]
  ------------------
 2574|     65|				if(file->record_length > MAX_FILE_SIZE) {
  ------------------
  |  |  220|     65|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (2574:8): [True: 0, False: 65]
  ------------------
 2575|      0|					len = MAX_FILE_SIZE;
  ------------------
  |  |  220|      0|#define MAX_FILE_SIZE 65535
  ------------------
 2576|      0|					sc_log(ctx, "  record size truncated, encoded length: %zu", file->record_length);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2577|     65|				} else {
 2578|     65|					len = file->record_length;
 2579|     65|				}
 2580|     65|			} else {
 2581|     13|				len = MAX_FILE_SIZE;
  ------------------
  |  |  220|     13|#define MAX_FILE_SIZE 65535
  ------------------
 2582|     13|			}
 2583|       |
 2584|     78|			if ((in_path->index <= 0) || (in_path->index > (int)(file->record_count))) {
  ------------------
  |  Branch (2584:8): [True: 40, False: 38]
  |  Branch (2584:33): [True: 1, False: 37]
  ------------------
 2585|     41|				sc_log(ctx, "  record number out of bounds: %d", in_path->index);
  ------------------
  |  |   71|     41|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2586|     41|				r = SC_ERROR_RECORD_NOT_FOUND;
  ------------------
  |  |   52|     41|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
 2587|     41|				goto fail_unlock;
 2588|     41|			}
 2589|       |
 2590|  4.26k|		} else {
 2591|       |
 2592|  4.26k|			if (in_path->count < 0) {
  ------------------
  |  Branch (2592:8): [True: 2.46k, False: 1.79k]
  ------------------
 2593|  2.46k|				if (file->size)
  ------------------
  |  Branch (2593:9): [True: 2.27k, False: 194]
  ------------------
 2594|  2.27k|					len = (file->size > MAX_FILE_SIZE)? MAX_FILE_SIZE:file->size;
  ------------------
  |  |  220|  2.27k|#define MAX_FILE_SIZE 65535
  ------------------
              					len = (file->size > MAX_FILE_SIZE)? MAX_FILE_SIZE:file->size;
  ------------------
  |  |  220|      0|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (2594:12): [True: 0, False: 2.27k]
  ------------------
 2595|    194|				else
 2596|    194|					len = 1024;
 2597|  2.46k|				offset = 0;
 2598|  2.46k|			}
 2599|  1.79k|			else {
 2600|  1.79k|				offset = in_path->index;
 2601|  1.79k|				len = in_path->count;
 2602|       |				/* Make sure we're within proper bounds */
 2603|  1.79k|				if (offset >= file->size || offset + len > file->size) {
  ------------------
  |  Branch (2603:9): [True: 16, False: 1.78k]
  |  Branch (2603:33): [True: 10, False: 1.77k]
  ------------------
 2604|     26|					r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     26|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 2605|     26|					goto fail_unlock;
 2606|     26|				}
 2607|  1.79k|			}
 2608|  4.26k|		}
 2609|       |
 2610|  4.27k|		free(data);
 2611|  4.27k|		data = malloc(len);
 2612|  4.27k|		if (data == NULL) {
  ------------------
  |  Branch (2612:7): [True: 0, False: 4.27k]
  ------------------
 2613|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2614|      0|			goto fail_unlock;
 2615|      0|		}
 2616|       |
 2617|  4.27k|		if (file->ef_structure == SC_FILE_EF_LINEAR_VARIABLE_TLV) {
  ------------------
  |  |  225|  4.27k|#define SC_FILE_EF_LINEAR_VARIABLE_TLV	0x05
  ------------------
  |  Branch (2617:7): [True: 62, False: 4.21k]
  ------------------
 2618|     62|			unsigned int i;
 2619|     62|			size_t l, record_len;
 2620|     62|			unsigned char *head = data;
 2621|       |
 2622|    777|			for (i=1; ; i++) {
 2623|    777|				l = len - (head - data);
 2624|    777|				if (l > 256) {
  ------------------
  |  Branch (2624:9): [True: 434, False: 343]
  ------------------
 2625|    434|					l = 256;
 2626|    434|				}
 2627|    777|				r = sc_read_record(p15card->card, i, 0, head, l, SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|    777|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
 2628|    777|				if (r == SC_ERROR_RECORD_NOT_FOUND)
  ------------------
  |  |   52|    777|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
  |  Branch (2628:9): [True: 1, False: 776]
  ------------------
 2629|      1|					break;
 2630|    776|				if (r < 0) {
  ------------------
  |  Branch (2630:9): [True: 56, False: 720]
  ------------------
 2631|     56|					goto fail_unlock;
 2632|     56|				}
 2633|    720|				if (r < 2)
  ------------------
  |  Branch (2633:9): [True: 4, False: 716]
  ------------------
 2634|      4|					break;
 2635|    716|				record_len = head[1];
 2636|    716|				if (record_len != 0xff) {
  ------------------
  |  Branch (2636:9): [True: 601, False: 115]
  ------------------
 2637|    601|					memmove(head, head+2, r-2);
 2638|    601|					head += (r-2);
 2639|    601|				}
 2640|    115|				else {
 2641|    115|					if (r < 4)
  ------------------
  |  Branch (2641:10): [True: 1, False: 114]
  ------------------
 2642|      1|						break;
 2643|    114|					memmove(head, head+4, r-4);
 2644|    114|					head += (r-4);
 2645|    114|				}
 2646|    716|			}
 2647|      6|			len = head-data;
 2648|      6|		}
 2649|  4.21k|		else if (file->ef_structure == SC_FILE_EF_LINEAR_VARIABLE) {
  ------------------
  |  |  224|  4.21k|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (2649:12): [True: 37, False: 4.17k]
  ------------------
 2650|     37|			r = sc_read_record(p15card->card, in_path->index, (unsigned)offset, data, len, SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|     37|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
 2651|     37|			if (r < 0) {
  ------------------
  |  Branch (2651:8): [True: 6, False: 31]
  ------------------
 2652|      6|				goto fail_unlock;
 2653|      6|			}
 2654|       |			/* sc_read_record may return less than requested */
 2655|     31|			len = r;
 2656|     31|		}
 2657|  4.17k|		else {
 2658|  4.17k|			unsigned long flags = 0;
 2659|  4.17k|			r = sc_read_binary(p15card->card, (unsigned)offset, data, len, &flags);
 2660|  4.17k|			if (r < 0) {
  ------------------
  |  Branch (2660:8): [True: 987, False: 3.18k]
  ------------------
 2661|    987|				goto fail_unlock;
 2662|    987|			}
 2663|       |			/* sc_read_binary may return less than requested */
 2664|  3.18k|			len = r;
 2665|       |
 2666|  3.18k|			if (flags & SC_FILE_FLAG_COMPRESSED_AUTO
  ------------------
  |  |  230|  6.37k|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
  |  Branch (2666:8): [True: 359, False: 2.82k]
  ------------------
 2667|  2.82k|			    || flags & SC_FILE_FLAG_COMPRESSED_ZLIB
  ------------------
  |  |  231|  6.01k|#define SC_FILE_FLAG_COMPRESSED_ZLIB		0x02
  ------------------
  |  Branch (2667:11): [True: 0, False: 2.82k]
  ------------------
 2668|  2.82k|			    || flags & SC_FILE_FLAG_COMPRESSED_GZIP) {
  ------------------
  |  |  232|  2.82k|#define SC_FILE_FLAG_COMPRESSED_GZIP		0x04
  ------------------
  |  Branch (2668:11): [True: 0, False: 2.82k]
  ------------------
 2669|    359|				unsigned char *decompressed_buf = NULL;
 2670|    359|				size_t decompressed_len = 0;
 2671|    359|				r = decompress_file(p15card->card, data, len, &decompressed_buf, &decompressed_len, flags);
 2672|    359|				if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    359|#define SC_SUCCESS				0
  ------------------
  |  Branch (2672:9): [True: 206, False: 153]
  ------------------
 2673|    206|					goto fail_unlock;
 2674|    206|				}
 2675|    153|				free(data);
 2676|    153|				data = decompressed_buf;
 2677|    153|				len = decompressed_len;
 2678|    153|			}
 2679|  3.18k|		}
 2680|  3.01k|		sc_unlock(p15card->card);
 2681|       |
 2682|  3.01k|		sc_file_free(file);
 2683|       |
 2684|  3.01k|		if (p15card->opts.use_file_cache && ((p15card->opts.use_file_cache & SC_PKCS15_OPTS_CACHE_ALL_FILES) || !private_data)) {
  ------------------
  |  |  606|    924|#define SC_PKCS15_OPTS_CACHE_ALL_FILES			2
  ------------------
  |  Branch (2684:7): [True: 924, False: 2.09k]
  |  Branch (2684:40): [True: 0, False: 924]
  |  Branch (2684:107): [True: 924, False: 0]
  ------------------
 2685|    924|			sc_pkcs15_cache_file(p15card, in_path, data, len);
 2686|    924|		}
 2687|  3.01k|		if (len == 0) {
  ------------------
  |  Branch (2687:7): [True: 402, False: 2.61k]
  ------------------
 2688|    402|			free(data);
 2689|    402|			data = NULL;
 2690|    402|		}
 2691|  3.01k|	}
 2692|  3.61k|	*buf = data;
 2693|  3.61k|	*buflen = len;
 2694|  3.61k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  3.61k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.61k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.61k|	int _ret = r; \
  |  |  |  |  155|  3.61k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.61k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.61k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3.61k]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.61k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.61k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  3.61k|	return _ret; \
  |  |  |  |  163|  3.61k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2695|       |
 2696|  12.1k|fail_unlock:
 2697|  12.1k|	sc_unlock(p15card->card);
 2698|  12.1k|fail:
 2699|  12.1k|	free(data);
 2700|  12.1k|	sc_file_free(file);
 2701|  12.1k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  12.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  12.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  12.1k|	int _ret = r; \
  |  |  |  |  155|  12.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 12.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  12.1k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|  12.1k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  12.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  12.1k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  12.1k|	return _ret; \
  |  |  |  |  163|  12.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2702|  12.1k|}
sc_pkcs15_compare_id:
 2707|  8.88k|{
 2708|  8.88k|	if (id1 == NULL || id2 == NULL)
  ------------------
  |  Branch (2708:6): [True: 0, False: 8.88k]
  |  Branch (2708:21): [True: 0, False: 8.88k]
  ------------------
 2709|      0|		return 0;
 2710|  8.88k|	if (id1->len != id2->len)
  ------------------
  |  Branch (2710:6): [True: 4.06k, False: 4.82k]
  ------------------
 2711|  4.06k|		return 0;
 2712|  4.82k|	return memcmp(id1->value, id2->value, id1->len) == 0;
 2713|  8.88k|}
sc_pkcs15_format_id:
 2718|   105k|{
 2719|   105k|	size_t len;
 2720|       |
 2721|   105k|	if (!id)
  ------------------
  |  Branch (2721:6): [True: 0, False: 105k]
  ------------------
 2722|      0|		return;
 2723|   105k|	len = sizeof(id->value);
 2724|       |
 2725|   105k|	if (sc_hex_to_bin(str, id->value, &len) != SC_SUCCESS)
  ------------------
  |  |   28|   105k|#define SC_SUCCESS				0
  ------------------
  |  Branch (2725:6): [True: 217, False: 105k]
  ------------------
 2726|    217|		id->len = 0;
 2727|   105k|	else
 2728|   105k|		id->len = len;
 2729|   105k|}
sc_pkcs15_print_id:
 2734|    585|{
 2735|    585|	static char buffer[256];
 2736|       |
 2737|    585|	sc_bin_to_hex(id->value, id->len, buffer, sizeof(buffer), '\0');
 2738|    585|	return buffer;
 2739|    585|}
sc_pkcs15_make_absolute_path:
 2752|  14.4k|{
 2753|       |	/* nothing to do if child has valid 'aid' */
 2754|  14.4k|	if (child->aid.len)
  ------------------
  |  Branch (2754:6): [True: 0, False: 14.4k]
  ------------------
 2755|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2756|       |
 2757|  14.4k|	if (parent->aid.len)   {
  ------------------
  |  Branch (2757:6): [True: 0, False: 14.4k]
  ------------------
 2758|      0|		sc_path_t ppath;
 2759|       |
 2760|       |		/* child inherits parent's 'aid' */
 2761|      0|		child->aid = parent->aid;
 2762|      0|		if (!parent->len)
  ------------------
  |  Branch (2762:7): [True: 0, False: 0]
  ------------------
 2763|      0|			return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2764|       |
 2765|       |		/* parent has valid 'path' -- concatenate it with the child's one */
 2766|      0|		memcpy(&ppath, parent, sizeof(sc_path_t));
 2767|      0|		ppath.aid.len = 0;
 2768|      0|		ppath.type = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|      0|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
 2769|      0|		return sc_concatenate_path(child, &ppath, child);
 2770|       |
 2771|      0|	}
 2772|  14.4k|	else if (parent->type == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|  14.4k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (2772:11): [True: 54, False: 14.4k]
  ------------------
 2773|       |		/* child inherits parent's 'DF NAME' as 'aid' */
 2774|     54|		if (parent->len > sizeof(child->aid.value))
  ------------------
  |  Branch (2774:7): [True: 0, False: 54]
  ------------------
 2775|      0|			return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 2776|       |
 2777|     54|		memcpy(child->aid.value, parent->value, parent->len);
 2778|     54|		child->aid.len = parent->len;
 2779|       |
 2780|     54|		return SC_SUCCESS;
  ------------------
  |  |   28|     54|#define SC_SUCCESS				0
  ------------------
 2781|     54|	}
 2782|       |
 2783|       |	/* a 0 length path stays a 0 length path */
 2784|  14.4k|	if (child->len == 0)
  ------------------
  |  Branch (2784:6): [True: 102, False: 14.3k]
  ------------------
 2785|    102|		return SC_SUCCESS;
  ------------------
  |  |   28|    102|#define SC_SUCCESS				0
  ------------------
 2786|       |
 2787|  14.3k|	if (sc_compare_path_prefix(sc_get_mf_path(), child))
  ------------------
  |  Branch (2787:6): [True: 14, False: 14.3k]
  ------------------
 2788|     14|		return SC_SUCCESS;
  ------------------
  |  |   28|     14|#define SC_SUCCESS				0
  ------------------
 2789|       |
 2790|  14.3k|	return sc_concatenate_path(child, parent, child);
 2791|  14.3k|}
sc_pkcs15_free_object_content:
 2795|  45.3k|{
 2796|  45.3k|	if (obj->content.value && obj->content.len) {
  ------------------
  |  Branch (2796:6): [True: 1.01k, False: 44.3k]
  |  Branch (2796:28): [True: 1.01k, False: 0]
  ------------------
 2797|  1.01k|		if (obj->content_free) {
  ------------------
  |  Branch (2797:7): [True: 1.01k, False: 0]
  ------------------
 2798|  1.01k|			obj->content_free(obj->content.value, obj->content.len);
 2799|  1.01k|		} else {
 2800|      0|			free(obj->content.value);
 2801|      0|		}
 2802|  1.01k|	}
 2803|       |	obj->content.value = NULL;
 2804|  45.3k|	obj->content.len = 0;
 2805|  45.3k|}
sc_pkcs15_allocate_object_content:
 2811|  1.01k|{
 2812|  1.01k|	unsigned char *tmp_buf;
 2813|       |
 2814|  1.01k|	if (!obj)
  ------------------
  |  Branch (2814:6): [True: 0, False: 1.01k]
  ------------------
 2815|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2816|       |
 2817|  1.01k|	if (!value || !len)   {
  ------------------
  |  Branch (2817:6): [True: 0, False: 1.01k]
  |  Branch (2817:16): [True: 0, False: 1.01k]
  ------------------
 2818|      0|		sc_pkcs15_free_object_content(obj);
 2819|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2820|      0|	}
 2821|       |
 2822|       |	/* Need to pass by temporary variable,
 2823|       |	 * because 'value' and 'content.value' pointers can be the sames.
 2824|       |	 */
 2825|  1.01k|	if (SC_PKCS15_TYPE_AUTH & obj->type
  ------------------
  |  |  444|  1.01k|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (2825:6): [True: 1.01k, False: 0]
  ------------------
 2826|      0|			|| SC_PKCS15_TYPE_SKEY & obj->type
  ------------------
  |  |  432|      0|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (2826:7): [True: 0, False: 0]
  ------------------
 2827|  1.01k|			|| SC_PKCS15_TYPE_PRKEY & obj->type) {
  ------------------
  |  |  418|      0|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (2827:7): [True: 0, False: 0]
  ------------------
 2828|  1.01k|		tmp_buf = sc_mem_secure_alloc(len);
 2829|  1.01k|		obj->content_free = sc_mem_secure_free;
 2830|  1.01k|	} else {
 2831|      0|		tmp_buf = malloc(len);
 2832|      0|	}
 2833|  1.01k|	if (!tmp_buf)
  ------------------
  |  Branch (2833:6): [True: 0, False: 1.01k]
  ------------------
 2834|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2835|       |
 2836|  1.01k|	memcpy(tmp_buf, value, len);
 2837|       |
 2838|  1.01k|	sc_pkcs15_free_object_content(obj);
 2839|       |
 2840|  1.01k|	obj->content.value = tmp_buf;
 2841|  1.01k|	obj->content.len = len;
 2842|       |
 2843|  1.01k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.01k|#define SC_SUCCESS				0
  ------------------
 2844|  1.01k|}
sc_pkcs15_free_key_params:
 3137|  7.41k|{
 3138|  7.41k|	if (!params)
  ------------------
  |  Branch (3138:6): [True: 0, False: 7.41k]
  ------------------
 3139|      0|		return;
 3140|  7.41k|	if (params->data && params->free_params)
  ------------------
  |  Branch (3140:6): [True: 0, False: 7.41k]
  |  Branch (3140:22): [True: 0, False: 0]
  ------------------
 3141|      0|		params->free_params(params->data);
 3142|  7.41k|	else if (params->data)
  ------------------
  |  Branch (3142:11): [True: 0, False: 7.41k]
  ------------------
 3143|      0|		free(params->data);
 3144|       |
 3145|       |	params->data = NULL;
 3146|  7.41k|}
pkcs15.c:sc_pkcs15_clear_tokeninfo:
  754|  23.3k|{
  755|  23.3k|	if (!tokeninfo)
  ------------------
  |  Branch (755:6): [True: 0, False: 23.3k]
  ------------------
  756|      0|		return;
  757|       |
  758|  23.3k|	free(tokeninfo->label);
  759|  23.3k|	tokeninfo->label = NULL;
  760|  23.3k|	free(tokeninfo->serial_number);
  761|  23.3k|	tokeninfo->serial_number = NULL;
  762|  23.3k|	free(tokeninfo->manufacturer_id);
  763|  23.3k|	tokeninfo->manufacturer_id = NULL;
  764|  23.3k|	free(tokeninfo->last_update.gtime);
  765|  23.3k|	tokeninfo->last_update.gtime = NULL;
  766|  23.3k|	free(tokeninfo->preferred_language);
  767|  23.3k|	tokeninfo->preferred_language = NULL;
  768|  23.3k|	free(tokeninfo->profile_indication.name);
  769|  23.3k|	tokeninfo->profile_indication.name = NULL;
  770|  23.3k|	if (tokeninfo->seInfo != NULL) {
  ------------------
  |  Branch (770:6): [True: 8, False: 23.3k]
  ------------------
  771|      8|		unsigned i;
  772|     11|		for (i = 0; i < tokeninfo->num_seInfo; i++)
  ------------------
  |  Branch (772:15): [True: 3, False: 8]
  ------------------
  773|      3|			free(tokeninfo->seInfo[i]);
  774|      8|		free(tokeninfo->seInfo);
  775|       |		tokeninfo->seInfo = NULL;
  776|      8|	}
  777|  23.3k|}
pkcs15.c:parse_odf:
  621|     21|{
  622|     21|	const unsigned char *p = buf;
  623|     21|	size_t left = buflen;
  624|     21|	int r, i, type;
  625|     21|	struct sc_path path;
  626|     21|	struct sc_asn1_entry asn1_obj_or_path[] = {
  627|     21|		{ "path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0, &path, NULL },
  ------------------
  |  |  174|     21|#define SC_ASN1_PATH			256
  ------------------
              		{ "path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0, &path, NULL },
  ------------------
  |  |  141|     21|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0, &path, NULL },
  ------------------
  |  |  162|     21|#define SC_ASN1_SEQUENCE                16
  ------------------
  628|     21|		{ NULL, 0, 0, 0, NULL, NULL }
  629|     21|	};
  630|     21|	struct sc_asn1_entry asn1_odf[10];
  631|       |
  632|     21|	sc_copy_asn1_entry(c_asn1_odf, asn1_odf);
  633|    210|	for (i = 0; asn1_odf[i].name != NULL; i++)
  ------------------
  |  Branch (633:14): [True: 189, False: 21]
  ------------------
  634|    189|		sc_format_asn1_entry(asn1_odf + i, asn1_obj_or_path, NULL, 0);
  635|     66|	while (left > 0) {
  ------------------
  |  Branch (635:9): [True: 63, False: 3]
  ------------------
  636|     63|		r = sc_asn1_decode_choice(p15card->card->ctx, asn1_odf, p, left, &p, &left);
  637|     63|		if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|     63|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (637:7): [True: 6, False: 57]
  ------------------
  638|      6|			break;
  639|     57|		if (r < 0)
  ------------------
  |  Branch (639:7): [True: 12, False: 45]
  ------------------
  640|     12|			return r;
  641|     45|		type = r;
  642|     45|		if (p15card->file_app) {
  ------------------
  |  Branch (642:7): [True: 45, False: 0]
  ------------------
  643|     45|			r = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &path);
  644|     45|			if (r < 0)
  ------------------
  |  Branch (644:8): [True: 0, False: 45]
  ------------------
  645|      0|				return r;
  646|     45|			r = sc_pkcs15_add_df(p15card, odf_indexes[type], &path);
  647|     45|			if (r)
  ------------------
  |  Branch (647:8): [True: 0, False: 45]
  ------------------
  648|      0|				return r;
  649|     45|		}
  650|     45|	}
  651|      9|	return 0;
  652|     21|}
pkcs15.c:sc_dup_app_info:
  908|    480|{
  909|    480|	struct sc_app_info *out = calloc(1, sizeof(struct sc_app_info));
  910|       |
  911|    480|	if (!out)
  ------------------
  |  Branch (911:6): [True: 0, False: 480]
  ------------------
  912|      0|		return NULL;
  913|       |
  914|    480|	memcpy(out, info, sizeof(struct sc_app_info));
  915|       |
  916|    480|	if (info->label) {
  ------------------
  |  Branch (916:6): [True: 10, False: 470]
  ------------------
  917|     10|		out->label = strdup(info->label);
  918|     10|		if (!out->label) {
  ------------------
  |  Branch (918:7): [True: 0, False: 10]
  ------------------
  919|      0|			free(out);
  920|      0|			return NULL;
  921|      0|		}
  922|     10|	} else
  923|    470|		out->label = NULL;
  924|       |
  925|    480|	out->ddo.value = malloc(info->ddo.len);
  926|    480|	if (!out->ddo.value) {
  ------------------
  |  Branch (926:6): [True: 0, False: 480]
  ------------------
  927|      0|		free(out->label);
  928|      0|		free(out);
  929|      0|		return NULL;
  930|      0|	}
  931|    480|	memcpy(out->ddo.value, info->ddo.value, info->ddo.len);
  932|    480|	out->ddo.len = info->ddo.len;
  933|       |
  934|    480|	return out;
  935|    480|}
pkcs15.c:parse_ddo:
  473|     45|{
  474|     45|	struct sc_context *ctx = p15card->card->ctx;
  475|     45|	struct sc_asn1_entry asn1_ddo[7];
  476|     45|	sc_path_t odf_path, ti_path, us_path;
  477|     45|	struct sc_iid iid;
  478|     45|	struct sc_aid aid;
  479|     45|	int r;
  480|       |
  481|     45|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     45|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     45|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     45|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     45|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 45]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  482|       |
  483|     45|	iid.len = sizeof(iid.value);
  484|     45|	aid.len = sizeof(aid.value);
  485|       |
  486|     45|	sc_copy_asn1_entry(c_asn1_ddo, asn1_ddo);
  487|     45|	sc_format_asn1_entry(asn1_ddo + 1, &odf_path, NULL, 0);
  488|     45|	sc_format_asn1_entry(asn1_ddo + 2, &ti_path, NULL, 0);
  489|     45|	sc_format_asn1_entry(asn1_ddo + 3, &us_path, NULL, 0);
  490|     45|	sc_format_asn1_entry(asn1_ddo + 4, iid.value, &iid.len, 0);
  491|     45|	sc_format_asn1_entry(asn1_ddo + 5, aid.value, &aid.len, 0);
  492|       |
  493|     45|	r = sc_asn1_decode(ctx, asn1_ddo, buf, buflen, NULL, NULL);
  494|     45|	LOG_TEST_RET(ctx, r, "DDO parsing failed");
  ------------------
  |  |  174|     45|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     45|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     45|	int _ret = (r); \
  |  |  |  |  168|     45|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 31]
  |  |  |  |  ------------------
  |  |  |  |  169|     14|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     14|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     14|		return _ret; \
  |  |  |  |  172|     14|	} \
  |  |  |  |  173|     45|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 31]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  495|       |
  496|     31|	if (asn1_ddo[1].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|     31|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (496:6): [True: 3, False: 28]
  ------------------
  497|      3|		sc_file_free(p15card->file_odf);
  498|      3|		p15card->file_odf = sc_file_new();
  499|      3|		if (p15card->file_odf == NULL)
  ------------------
  |  Branch (499:7): [True: 0, False: 3]
  ------------------
  500|      0|			goto mem_err;
  501|      3|		p15card->file_odf->path = odf_path;
  502|      3|	}
  503|     31|	if (asn1_ddo[2].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|     31|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (503:6): [True: 6, False: 25]
  ------------------
  504|      6|		sc_file_free(p15card->file_tokeninfo);
  505|      6|		p15card->file_tokeninfo = sc_file_new();
  506|      6|		if (p15card->file_tokeninfo == NULL)
  ------------------
  |  Branch (506:7): [True: 0, False: 6]
  ------------------
  507|      0|			goto mem_err;
  508|      6|		p15card->file_tokeninfo->path = ti_path;
  509|      6|	}
  510|     31|	if (asn1_ddo[3].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|     31|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (510:6): [True: 3, False: 28]
  ------------------
  511|      3|		sc_file_free(p15card->file_unusedspace);
  512|      3|		p15card->file_unusedspace = sc_file_new();
  513|      3|		if (p15card->file_unusedspace == NULL)
  ------------------
  |  Branch (513:7): [True: 0, False: 3]
  ------------------
  514|      0|			goto mem_err;
  515|      3|		p15card->file_unusedspace->path = us_path;
  516|      3|	}
  517|     31|	if (asn1_ddo[4].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|     31|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (517:6): [True: 3, False: 28]
  ------------------
  518|      3|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "DDO.IID '%s'", sc_dump_hex(iid.value, iid.len));
  ------------------
  |  |   70|      3|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  519|      3|		memcpy(&p15card->app->ddo.iid, &iid, sizeof(struct sc_iid));
  520|      3|	}
  521|     31|	if (asn1_ddo[5].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|     31|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (521:6): [True: 3, False: 28]
  ------------------
  522|      3|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "DDO.AID '%s'", sc_dump_hex(aid.value, aid.len));
  ------------------
  |  |   70|      3|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  523|      3|		memcpy(&p15card->app->ddo.aid, &aid, sizeof(struct sc_aid));
  524|      3|	}
  525|       |
  526|     31|	fix_authentic_ddo(p15card);
  527|     31|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     31|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     31|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     31|	int _ret = r; \
  |  |  |  |  155|     31|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 31, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     31|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 31]
  |  |  |  |  ------------------
  |  |  |  |  157|     31|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     31|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     31|	return _ret; \
  |  |  |  |  163|     31|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  528|      0|mem_err:
  529|      0|	sc_file_free(p15card->file_odf);
  530|      0|	p15card->file_odf = NULL;
  531|      0|	sc_file_free(p15card->file_tokeninfo);
  532|      0|	p15card->file_tokeninfo = NULL;
  533|      0|	sc_file_free(p15card->file_unusedspace);
  534|      0|	p15card->file_unusedspace = NULL;
  535|      0|	LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  536|      0|}
pkcs15.c:fix_authentic_ddo:
  459|     31|{
  460|       |	/* AuthentIC v3.2 card has invalid ODF and tokenInfo paths encoded into DDO.
  461|       |	 * Cleanup this attributes -- default values must be OK.
  462|       |	 */
  463|     31|	if (p15card->card->type == SC_CARD_TYPE_OBERTHUR_AUTHENTIC_3_2)   {
  ------------------
  |  Branch (463:6): [True: 1, False: 30]
  ------------------
  464|      1|		sc_file_free(p15card->file_odf);
  465|      1|		p15card->file_odf = NULL;
  466|      1|		sc_file_free(p15card->file_tokeninfo);
  467|       |		p15card->file_tokeninfo = NULL;
  468|      1|	}
  469|     31|}
pkcs15.c:__sc_pkcs15_search_objects:
 1458|  2.66k|{
 1459|  2.66k|	struct sc_pkcs15_object *obj = NULL;
 1460|  2.66k|	struct sc_pkcs15_df	*df = NULL;
 1461|  2.66k|	unsigned int	df_mask = 0;
 1462|  2.66k|	size_t		match_count = 0;
 1463|  2.66k|	int r;
 1464|       |
 1465|  2.66k|	if (type)
  ------------------
  |  Branch (1465:6): [True: 2.66k, False: 2]
  ------------------
 1466|  2.66k|		class_mask |= SC_PKCS15_TYPE_TO_CLASS(type);
  ------------------
  |  |  449|  2.66k|#define SC_PKCS15_TYPE_TO_CLASS(t)		(1 << ((t) >> 8))
  ------------------
 1467|       |
 1468|       |	/* Make sure the class mask we have makes sense */
 1469|  2.66k|	if (class_mask == 0
  ------------------
  |  Branch (1469:6): [True: 0, False: 2.66k]
  ------------------
 1470|  2.66k|			|| (class_mask & ~(
  ------------------
  |  Branch (1470:7): [True: 0, False: 2.66k]
  ------------------
 1471|  2.66k|					SC_PKCS15_SEARCH_CLASS_PRKEY |
  ------------------
  |  |  450|  2.66k|#define SC_PKCS15_SEARCH_CLASS_PRKEY		0x0002U
  ------------------
 1472|  2.66k|					SC_PKCS15_SEARCH_CLASS_PUBKEY |
  ------------------
  |  |  451|  2.66k|#define SC_PKCS15_SEARCH_CLASS_PUBKEY		0x0004U
  ------------------
 1473|  2.66k|					SC_PKCS15_SEARCH_CLASS_SKEY |
  ------------------
  |  |  452|  2.66k|#define SC_PKCS15_SEARCH_CLASS_SKEY		0x0008U
  ------------------
 1474|  2.66k|					SC_PKCS15_SEARCH_CLASS_CERT |
  ------------------
  |  |  453|  2.66k|#define SC_PKCS15_SEARCH_CLASS_CERT		0x0010U
  ------------------
 1475|  2.66k|					SC_PKCS15_SEARCH_CLASS_DATA |
  ------------------
  |  |  454|  2.66k|#define SC_PKCS15_SEARCH_CLASS_DATA		0x0020U
  ------------------
 1476|  2.66k|					SC_PKCS15_SEARCH_CLASS_AUTH))) {
  ------------------
  |  |  455|  2.66k|#define SC_PKCS15_SEARCH_CLASS_AUTH		0x0040U
  ------------------
 1477|      0|		LOG_FUNC_RETURN(p15card->card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1478|      0|	}
 1479|       |
 1480|  2.66k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_PRKEY)
  ------------------
  |  |  450|  2.66k|#define SC_PKCS15_SEARCH_CLASS_PRKEY		0x0002U
  ------------------
  |  Branch (1480:6): [True: 1, False: 2.66k]
  ------------------
 1481|      1|		df_mask |= (1 << SC_PKCS15_PRKDF);
  ------------------
  |  |  488|      1|#define SC_PKCS15_PRKDF			0
  ------------------
 1482|  2.66k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_PUBKEY)
  ------------------
  |  |  451|  2.66k|#define SC_PKCS15_SEARCH_CLASS_PUBKEY		0x0004U
  ------------------
  |  Branch (1482:6): [True: 0, False: 2.66k]
  ------------------
 1483|      0|		df_mask |= (1 << SC_PKCS15_PUKDF) | (1 << SC_PKCS15_PUKDF_TRUSTED);
  ------------------
  |  |  489|      0|#define SC_PKCS15_PUKDF			1
  ------------------
              		df_mask |= (1 << SC_PKCS15_PUKDF) | (1 << SC_PKCS15_PUKDF_TRUSTED);
  ------------------
  |  |  490|      0|#define SC_PKCS15_PUKDF_TRUSTED		2
  ------------------
 1484|  2.66k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_CERT)
  ------------------
  |  |  453|  2.66k|#define SC_PKCS15_SEARCH_CLASS_CERT		0x0010U
  ------------------
  |  Branch (1484:6): [True: 1.50k, False: 1.16k]
  ------------------
 1485|  1.50k|		df_mask |= (1 << SC_PKCS15_CDF) | (1 << SC_PKCS15_CDF_TRUSTED) | (1 << SC_PKCS15_CDF_USEFUL);
  ------------------
  |  |  492|  1.50k|#define SC_PKCS15_CDF			4
  ------------------
              		df_mask |= (1 << SC_PKCS15_CDF) | (1 << SC_PKCS15_CDF_TRUSTED) | (1 << SC_PKCS15_CDF_USEFUL);
  ------------------
  |  |  493|  1.50k|#define SC_PKCS15_CDF_TRUSTED		5
  ------------------
              		df_mask |= (1 << SC_PKCS15_CDF) | (1 << SC_PKCS15_CDF_TRUSTED) | (1 << SC_PKCS15_CDF_USEFUL);
  ------------------
  |  |  494|  1.50k|#define SC_PKCS15_CDF_USEFUL		6
  ------------------
 1486|  2.66k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_DATA)
  ------------------
  |  |  454|  2.66k|#define SC_PKCS15_SEARCH_CLASS_DATA		0x0020U
  ------------------
  |  Branch (1486:6): [True: 169, False: 2.49k]
  ------------------
 1487|    169|		df_mask |= (1 << SC_PKCS15_DODF);
  ------------------
  |  |  495|    169|#define SC_PKCS15_DODF			7
  ------------------
 1488|  2.66k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_AUTH)
  ------------------
  |  |  455|  2.66k|#define SC_PKCS15_SEARCH_CLASS_AUTH		0x0040U
  ------------------
  |  Branch (1488:6): [True: 996, False: 1.67k]
  ------------------
 1489|    996|		df_mask |= (1 << SC_PKCS15_AODF);
  ------------------
  |  |  496|    996|#define SC_PKCS15_AODF			8
  ------------------
 1490|  2.66k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_SKEY)
  ------------------
  |  |  452|  2.66k|#define SC_PKCS15_SEARCH_CLASS_SKEY		0x0008U
  ------------------
  |  Branch (1490:6): [True: 0, False: 2.66k]
  ------------------
 1491|      0|		df_mask |= (1 << SC_PKCS15_SKDF);
  ------------------
  |  |  491|      0|#define SC_PKCS15_SKDF			3
  ------------------
 1492|       |
 1493|       |	/* Make sure all the DFs we want to search have been
 1494|       |	 * enumerated. */
 1495|  9.82k|	for (df = p15card->df_list; df != NULL; df = df->next) {
  ------------------
  |  Branch (1495:30): [True: 7.15k, False: 2.66k]
  ------------------
 1496|  7.15k|		if (!(df_mask & (1 << df->type)))   {
  ------------------
  |  Branch (1496:7): [True: 5.17k, False: 1.97k]
  ------------------
 1497|  5.17k|			continue;
 1498|  5.17k|		}
 1499|  1.97k|		if (df->enumerated)
  ------------------
  |  Branch (1499:7): [True: 1.97k, False: 0]
  ------------------
 1500|  1.97k|			continue;
 1501|       |		/* Enumerate the DF's, so p15card->obj_list is populated. */
 1502|      0|		if (p15card->ops.parse_df)
  ------------------
  |  Branch (1502:7): [True: 0, False: 0]
  ------------------
 1503|      0|			r = p15card->ops.parse_df(p15card, df);
 1504|      0|		else
 1505|      0|			r = sc_pkcs15_parse_df(p15card, df);
 1506|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1506:7): [True: 0, False: 0]
  ------------------
 1507|      0|			continue;
 1508|      0|	}
 1509|       |
 1510|       |	/* And now loop over all objects */
 1511|  20.2k|	for (obj = p15card->obj_list; obj != NULL; obj = obj->next) {
  ------------------
  |  Branch (1511:32): [True: 18.9k, False: 1.29k]
  ------------------
 1512|       |		/* Check object type */
 1513|  18.9k|		if (!(class_mask & SC_PKCS15_TYPE_TO_CLASS(obj->type)))
  ------------------
  |  |  449|  18.9k|#define SC_PKCS15_TYPE_TO_CLASS(t)		(1 << ((t) >> 8))
  ------------------
  |  Branch (1513:7): [True: 13.9k, False: 5.03k]
  ------------------
 1514|  13.9k|			continue;
 1515|  5.03k|		if (type != 0
  ------------------
  |  Branch (1515:7): [True: 5.03k, False: 0]
  ------------------
 1516|  5.03k|		 && obj->type != type
  ------------------
  |  Branch (1516:7): [True: 3.01k, False: 2.02k]
  ------------------
 1517|  3.01k|		 && (obj->type & SC_PKCS15_TYPE_CLASS_MASK) != type)
  ------------------
  |  |  416|  3.01k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  |  Branch (1517:7): [True: 0, False: 3.01k]
  ------------------
 1518|      0|			continue;
 1519|       |
 1520|       |		/* Potential candidate, apply search function */
 1521|  5.03k|		if (func != NULL && func(obj, func_arg) <= 0)
  ------------------
  |  Branch (1521:7): [True: 3.01k, False: 2.02k]
  |  Branch (1521:23): [True: 1.64k, False: 1.36k]
  ------------------
 1522|  1.64k|			continue;
 1523|       |		/* Okay, we have a match. */
 1524|  3.39k|		match_count++;
 1525|  3.39k|		if (!ret || ret_size <= 0)
  ------------------
  |  Branch (1525:7): [True: 0, False: 3.39k]
  |  Branch (1525:15): [True: 0, False: 3.39k]
  ------------------
 1526|      0|			continue;
 1527|  3.39k|		ret[match_count-1] = obj;
 1528|  3.39k|		if (ret_size <= match_count)
  ------------------
  |  Branch (1528:7): [True: 1.36k, False: 2.02k]
  ------------------
 1529|  1.36k|			break;
 1530|  3.39k|	}
 1531|       |
 1532|  2.66k|	return (int)match_count;
 1533|  2.66k|}
pkcs15.c:compare_obj_key:
 1678|  3.01k|{
 1679|  3.01k|	struct sc_pkcs15_search_key *sk = (struct sc_pkcs15_search_key *) arg;
 1680|       |
 1681|  3.01k|	if (sk->id && !compare_obj_id(obj, sk->id))
  ------------------
  |  Branch (1681:6): [True: 3.01k, False: 0]
  |  Branch (1681:16): [True: 1.64k, False: 1.36k]
  ------------------
 1682|  1.64k|		return 0;
 1683|  1.36k|	if (sk->app_oid && !sc_obj_app_oid(obj, sk->app_oid))
  ------------------
  |  Branch (1683:6): [True: 0, False: 1.36k]
  |  Branch (1683:21): [True: 0, False: 0]
  ------------------
 1684|      0|		return 0;
 1685|  1.36k|	if (sk->usage_mask && !compare_obj_usage(obj, sk->usage_mask, sk->usage_value))
  ------------------
  |  Branch (1685:6): [True: 0, False: 1.36k]
  |  Branch (1685:24): [True: 0, False: 0]
  ------------------
 1686|      0|		return 0;
 1687|  1.36k|	if (sk->flags_mask && !compare_obj_flags(obj, sk->flags_mask, sk->flags_value))
  ------------------
  |  Branch (1687:6): [True: 0, False: 1.36k]
  |  Branch (1687:24): [True: 0, False: 0]
  ------------------
 1688|      0|		return 0;
 1689|  1.36k|	if (sk->match_reference && !compare_obj_reference(obj, sk->reference))
  ------------------
  |  Branch (1689:6): [True: 0, False: 1.36k]
  |  Branch (1689:29): [True: 0, False: 0]
  ------------------
 1690|      0|		return 0;
 1691|  1.36k|	if (sk->path && !compare_obj_path(obj, sk->path))
  ------------------
  |  Branch (1691:6): [True: 0, False: 1.36k]
  |  Branch (1691:18): [True: 0, False: 0]
  ------------------
 1692|      0|		return 0;
 1693|  1.36k|	if (
 1694|  1.36k|		sk->app_label && sk->label &&
  ------------------
  |  Branch (1694:3): [True: 0, False: 1.36k]
  |  Branch (1694:20): [True: 0, False: 0]
  ------------------
 1695|      0|		!compare_obj_data_name(obj, sk->app_label, sk->label)
  ------------------
  |  Branch (1695:3): [True: 0, False: 0]
  ------------------
 1696|  1.36k|	) {
 1697|      0|		return 0;
 1698|      0|	}
 1699|       |
 1700|  1.36k|	return 1;
 1701|  1.36k|}
pkcs15.c:compare_obj_id:
 1546|  3.01k|{
 1547|  3.01k|	void *data = obj->data;
 1548|       |
 1549|  3.01k|	switch (obj->type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  3.01k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  |  Branch (1549:10): [True: 3.01k, False: 0]
  ------------------
 1550|  1.48k|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|  1.48k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (1550:2): [True: 1.48k, False: 1.52k]
  ------------------
 1551|  1.48k|		return sc_pkcs15_compare_id(&((struct sc_pkcs15_cert_info *) data)->id, id);
 1552|      0|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|      0|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (1552:2): [True: 0, False: 3.01k]
  ------------------
 1553|      0|		return sc_pkcs15_compare_id(&((struct sc_pkcs15_prkey_info *) data)->id, id);
 1554|      0|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|      0|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (1554:2): [True: 0, False: 3.01k]
  ------------------
 1555|      0|		return sc_pkcs15_compare_id(&((struct sc_pkcs15_pubkey_info *) data)->id, id);
 1556|      0|	case SC_PKCS15_TYPE_SKEY:
  ------------------
  |  |  432|      0|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (1556:2): [True: 0, False: 3.01k]
  ------------------
 1557|      0|		return sc_pkcs15_compare_id(&((struct sc_pkcs15_skey_info *) data)->id, id);
 1558|  1.52k|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|  1.52k|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (1558:2): [True: 1.52k, False: 1.48k]
  ------------------
 1559|  1.52k|		return sc_pkcs15_compare_id(&((struct sc_pkcs15_auth_info *) data)->auth_id, id);
 1560|      0|	case SC_PKCS15_TYPE_DATA_OBJECT:
  ------------------
  |  |  442|      0|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  |  Branch (1560:2): [True: 0, False: 3.01k]
  ------------------
 1561|      0|		return sc_pkcs15_compare_id(&((struct sc_pkcs15_data_info *) data)->id, id);
 1562|  3.01k|	}
 1563|      0|	return 0;
 1564|  3.01k|}
pkcs15.c:sc_pkcs15_remove_objects:
 2021|  28.8k|{
 2022|  28.8k|	struct sc_pkcs15_object *cur = NULL, *next = NULL;
 2023|       |
 2024|  28.8k|	if (!p15card || !p15card->obj_list)
  ------------------
  |  Branch (2024:6): [True: 0, False: 28.8k]
  |  Branch (2024:18): [True: 23.0k, False: 5.75k]
  ------------------
 2025|  23.0k|		return;
 2026|  50.0k|	for (cur = p15card->obj_list; cur; cur = next)   {
  ------------------
  |  Branch (2026:32): [True: 44.3k, False: 5.75k]
  ------------------
 2027|  44.3k|		next = cur->next;
 2028|  44.3k|		sc_pkcs15_free_object(cur);
 2029|  44.3k|	}
 2030|       |
 2031|       |	p15card->obj_list = NULL;
 2032|  5.75k|}
pkcs15.c:sc_pkcs15_remove_dfs:
 2102|  28.8k|{
 2103|  28.8k|	struct sc_pkcs15_df *cur = NULL, *next = NULL;
 2104|       |
 2105|  28.8k|	if (!p15card || !p15card->df_list)
  ------------------
  |  Branch (2105:6): [True: 0, False: 28.8k]
  |  Branch (2105:18): [True: 23.0k, False: 5.77k]
  ------------------
 2106|  23.0k|		return;
 2107|       |
 2108|  19.6k|	for (cur = p15card->df_list; cur; cur = next)   {
  ------------------
  |  Branch (2108:31): [True: 13.8k, False: 5.77k]
  ------------------
 2109|  13.8k|		next = cur->next;
 2110|  13.8k|		free(cur);
 2111|  13.8k|	}
 2112|       |
 2113|       |	p15card->df_list = NULL;
 2114|  5.77k|}
pkcs15.c:sc_pkcs15_free_unusedspace:
 2337|  13.3k|{
 2338|  13.3k|	struct sc_pkcs15_unusedspace *cur = NULL, *next = NULL;
 2339|       |
 2340|  13.3k|	if (!p15card || !p15card->unusedspace_list)
  ------------------
  |  Branch (2340:6): [True: 0, False: 13.3k]
  |  Branch (2340:18): [True: 13.3k, False: 0]
  ------------------
 2341|  13.3k|		return;
 2342|      0|	for (cur = p15card->unusedspace_list; cur; cur = next)   {
  ------------------
  |  Branch (2342:40): [True: 0, False: 0]
  ------------------
 2343|      0|		next = cur->next;
 2344|      0|		free(cur);
 2345|      0|	}
 2346|       |
 2347|       |	p15card->unusedspace_list = NULL;
 2348|      0|}
pkcs15.c:decompress_file:
 2477|    359|{
 2478|    359|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    359|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    359|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    359|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    359|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 359]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2479|    359|#ifdef ENABLE_ZLIB
 2480|    359|	int rv = SC_SUCCESS;
  ------------------
  |  |   28|    359|#define SC_SUCCESS				0
  ------------------
 2481|    359|	int method = 0;
 2482|       |
 2483|    359|	if (flags & SC_FILE_FLAG_COMPRESSED_GZIP) {
  ------------------
  |  |  232|    359|#define SC_FILE_FLAG_COMPRESSED_GZIP		0x04
  ------------------
  |  Branch (2483:6): [True: 0, False: 359]
  ------------------
 2484|      0|		method = COMPRESSION_GZIP;
  ------------------
  |  |   28|      0|#define COMPRESSION_GZIP	2
  ------------------
 2485|    359|	} else if (flags & SC_FILE_FLAG_COMPRESSED_ZLIB) {
  ------------------
  |  |  231|    359|#define SC_FILE_FLAG_COMPRESSED_ZLIB		0x02
  ------------------
  |  Branch (2485:13): [True: 0, False: 359]
  ------------------
 2486|      0|		method = COMPRESSION_ZLIB;
  ------------------
  |  |   27|      0|#define COMPRESSION_ZLIB	1
  ------------------
 2487|    359|	} else {
 2488|    359|		method = COMPRESSION_AUTO;
  ------------------
  |  |   26|    359|#define COMPRESSION_AUTO	0
  ------------------
 2489|    359|	}
 2490|       |
 2491|    359|	rv = sc_decompress_alloc(out, outlen, buf, buflen, method);
 2492|    359|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    359|#define SC_SUCCESS				0
  ------------------
  |  Branch (2492:6): [True: 206, False: 153]
  ------------------
 2493|    206|		sc_log(card->ctx,  "Decompression failed: %d", rv);
  ------------------
  |  |   71|    206|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2494|    206|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|    206|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    206|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    206|	int _ret = r; \
  |  |  |  |  155|    206|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 206, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    206|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    206|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 206, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    206|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    206|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    206|	return _ret; \
  |  |  |  |  163|    206|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2495|    206|	}
 2496|    153|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    153|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    153|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    153|	int _ret = r; \
  |  |  |  |  155|    153|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 153, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    153|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 153]
  |  |  |  |  ------------------
  |  |  |  |  157|    153|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    153|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    153|	return _ret; \
  |  |  |  |  163|    153|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2497|       |#else
 2498|       |	sc_log(card->ctx, "Compression not supported, no zlib");
 2499|       |	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
 2500|       |#endif
 2501|    153|}

sc_get_ctapi_driver:
  558|  16.4k|{
  559|  16.4k|	ctapi_ops.init = ctapi_init;
  560|  16.4k|	ctapi_ops.finish = ctapi_finish;
  561|  16.4k|	ctapi_ops.detect_readers = NULL;
  562|  16.4k|	ctapi_ops.transmit = ctapi_transmit;
  563|  16.4k|	ctapi_ops.detect_card_presence = ctapi_detect_card_presence;
  564|  16.4k|	ctapi_ops.lock = ctapi_lock;
  565|  16.4k|	ctapi_ops.unlock = ctapi_unlock;
  566|  16.4k|	ctapi_ops.release = ctapi_release;
  567|  16.4k|	ctapi_ops.connect = ctapi_connect;
  568|  16.4k|	ctapi_ops.disconnect = ctapi_disconnect;
  569|  16.4k|	ctapi_ops.perform_verify = ctbcs_pin_cmd;
  570|  16.4k|	ctapi_ops.perform_pace = NULL;
  571|  16.4k|	ctapi_ops.use_reader = NULL;
  572|       |
  573|  16.4k|	return &ctapi_drv;
  574|  16.4k|}
reader-ctapi.c:ctapi_init:
  515|  16.4k|{
  516|  16.4k|	int i;
  517|  16.4k|	struct ctapi_global_private_data *gpriv;
  518|  16.4k|	scconf_block **blocks = NULL, *conf_block = NULL;
  519|       |
  520|  16.4k|	gpriv = calloc(1, sizeof(struct ctapi_global_private_data));
  521|  16.4k|	if (gpriv == NULL)
  ------------------
  |  Branch (521:6): [True: 0, False: 16.4k]
  ------------------
  522|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  523|  16.4k|	ctx->reader_drv_data = gpriv;
  524|       |
  525|  16.4k|	conf_block = sc_get_conf_block(ctx, "reader_driver", "ctapi", 1);
  526|  16.4k|	if (conf_block)   {
  ------------------
  |  Branch (526:6): [True: 0, False: 16.4k]
  ------------------
  527|      0|		blocks = scconf_find_blocks(ctx->conf, conf_block, "module", NULL);
  528|      0|		for (i = 0; blocks != NULL && blocks[i] != NULL; i++)
  ------------------
  |  Branch (528:15): [True: 0, False: 0]
  |  Branch (528:33): [True: 0, False: 0]
  ------------------
  529|      0|			ctapi_load_module(ctx, gpriv, blocks[i]);
  530|      0|		free(blocks);
  531|      0|	}
  532|       |
  533|  16.4k|	return 0;
  534|  16.4k|}
reader-ctapi.c:ctapi_finish:
  537|  16.4k|{
  538|  16.4k|	struct ctapi_global_private_data *priv = (struct ctapi_global_private_data *) ctx->reader_drv_data;
  539|       |
  540|  16.4k|	if (priv) {
  ------------------
  |  Branch (540:6): [True: 16.4k, False: 0]
  ------------------
  541|  16.4k|		int i;
  542|       |
  543|  16.4k|		for (i = 0; i < priv->module_count; i++) {
  ------------------
  |  Branch (543:15): [True: 0, False: 16.4k]
  ------------------
  544|      0|			struct ctapi_module *mod = &priv->modules[i];
  545|       |
  546|      0|			free(mod->name);
  547|      0|			sc_dlclose(mod->dlhandle);
  548|      0|		}
  549|  16.4k|		if (priv->module_count)
  ------------------
  |  Branch (549:7): [True: 0, False: 16.4k]
  ------------------
  550|      0|			free(priv->modules);
  551|  16.4k|		free(priv);
  552|  16.4k|	}
  553|       |
  554|  16.4k|	return 0;
  555|  16.4k|}

card-epass2003.c:sc_evp_cipher:
  135|  2.24k|{
  136|  2.24k|	return (EVP_CIPHER *)EVP_get_cipherbyname(algorithm);
  137|  2.24k|}
card-epass2003.c:sc_evp_cipher_free:
  140|  2.24k|{
  141|  2.24k|	return;
  142|  2.24k|}

sc_get_version:
   59|  16.4k|{
   60|  16.4k|    return sc_version;
   61|  16.4k|}
sc_hex_to_bin:
   64|   394k|{
   65|   394k|	const char *sc_hex_to_bin_separators = " :";
   66|   394k|	if (in == NULL || out == NULL || outlen == NULL) {
  ------------------
  |  Branch (66:6): [True: 217, False: 394k]
  |  Branch (66:20): [True: 0, False: 394k]
  |  Branch (66:35): [True: 0, False: 394k]
  ------------------
   67|    217|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    217|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   68|    217|	}
   69|       |
   70|   394k|	int byte_needs_nibble = 0;
   71|   394k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|   394k|#define SC_SUCCESS				0
  ------------------
   72|   394k|	size_t left = *outlen;
   73|   394k|	u8 byte = 0;
   74|  6.31M|	while (*in != '\0' && 0 != left) {
  ------------------
  |  Branch (74:9): [True: 5.92M, False: 394k]
  |  Branch (74:24): [True: 5.92M, False: 0]
  ------------------
   75|  5.92M|		char c = *in++;
   76|  5.92M|		u8 nibble;
   77|  5.92M|		if      ('0' <= c && c <= '9')
  ------------------
  |  Branch (77:12): [True: 5.92M, False: 0]
  |  Branch (77:24): [True: 3.18M, False: 2.73M]
  ------------------
   78|  3.18M|			nibble = c - '0';
   79|  2.73M|		else if ('a' <= c && c <= 'f')
  ------------------
  |  Branch (79:12): [True: 535k, False: 2.19M]
  |  Branch (79:24): [True: 535k, False: 0]
  ------------------
   80|   535k|			nibble = c - 'a' + 10;
   81|  2.19M|		else if ('A' <= c && c <= 'F')
  ------------------
  |  Branch (81:12): [True: 747k, False: 1.45M]
  |  Branch (81:24): [True: 747k, False: 0]
  ------------------
   82|   747k|			nibble = c - 'A' + 10;
   83|  1.45M|		else {
   84|  1.45M|			if (strchr(sc_hex_to_bin_separators, (int) c)) {
  ------------------
  |  Branch (84:8): [True: 1.45M, False: 0]
  ------------------
   85|  1.45M|				if (byte_needs_nibble) {
  ------------------
  |  Branch (85:9): [True: 0, False: 1.45M]
  ------------------
   86|      0|					r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   87|      0|					goto err;
   88|      0|				}
   89|  1.45M|				continue;
   90|  1.45M|			}
   91|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   92|      0|			goto err;
   93|  1.45M|		}
   94|       |
   95|  4.47M|		if (byte_needs_nibble) {
  ------------------
  |  Branch (95:7): [True: 2.23M, False: 2.24M]
  ------------------
   96|  2.23M|			byte |= nibble;
   97|  2.23M|			*out++ = (u8) byte;
   98|  2.23M|			left--;
   99|  2.23M|			byte_needs_nibble = 0;
  100|  2.24M|		} else {
  101|  2.24M|			byte  = nibble << 4;
  102|  2.24M|			byte_needs_nibble = 1;
  103|  2.24M|		}
  104|  4.47M|	}
  105|       |
  106|   394k|	if (left == *outlen && 1 == byte_needs_nibble && 0 != left) {
  ------------------
  |  Branch (106:6): [True: 13.7k, False: 380k]
  |  Branch (106:25): [True: 8.06k, False: 5.71k]
  |  Branch (106:51): [True: 8.06k, False: 0]
  ------------------
  107|       |		/* no output written so far, but we have a valid nibble in the upper
  108|       |		 * bits. Allow this special case. */
  109|  8.06k|		*out = (u8) byte>>4;
  110|  8.06k|		left--;
  111|  8.06k|		byte_needs_nibble = 0;
  112|  8.06k|	}
  113|       |
  114|       |	/* for ease of implementation we only accept completely hexed bytes. */
  115|   394k|	if (byte_needs_nibble) {
  ------------------
  |  Branch (115:6): [True: 0, False: 394k]
  ------------------
  116|      0|		r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  117|      0|		goto err;
  118|      0|	}
  119|       |
  120|       |	/* skip all trailing separators to see if we missed something */
  121|   394k|	while (*in != '\0') {
  ------------------
  |  Branch (121:9): [True: 0, False: 394k]
  ------------------
  122|      0|		if (NULL == strchr(sc_hex_to_bin_separators, (int) *in))
  ------------------
  |  Branch (122:7): [True: 0, False: 0]
  ------------------
  123|      0|			break;
  124|      0|		in++;
  125|      0|	}
  126|   394k|	if (*in != '\0') {
  ------------------
  |  Branch (126:6): [True: 0, False: 394k]
  ------------------
  127|      0|		r = SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  128|      0|		goto err;
  129|      0|	}
  130|       |
  131|   394k|err:
  132|   394k|	*outlen -= left;
  133|   394k|	return r;
  134|   394k|}
sc_bin_to_hex:
  138|   345k|{
  139|   345k|	if (in == NULL || out == NULL) {
  ------------------
  |  Branch (139:6): [True: 0, False: 345k]
  |  Branch (139:20): [True: 0, False: 345k]
  ------------------
  140|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  141|      0|	}
  142|       |
  143|   345k|	if (in_sep > 0) {
  ------------------
  |  Branch (143:6): [True: 341k, False: 4.13k]
  ------------------
  144|   341k|		if (out_len < in_len*3 || out_len < 1)
  ------------------
  |  Branch (144:7): [True: 0, False: 341k]
  |  Branch (144:29): [True: 0, False: 341k]
  ------------------
  145|      0|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  146|   341k|	} else {
  147|  4.13k|		if (out_len < in_len*2 + 1)
  ------------------
  |  Branch (147:7): [True: 17, False: 4.11k]
  ------------------
  148|     17|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|     17|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  149|  4.13k|	}
  150|       |
  151|   345k|	const char hex[] = "0123456789abcdef";
  152|  4.29M|	while (in_len) {
  ------------------
  |  Branch (152:9): [True: 3.95M, False: 345k]
  ------------------
  153|  3.95M|		unsigned char value = *in++;
  154|  3.95M|		*out++ = hex[(value >> 4) & 0xF];
  155|  3.95M|		*out++ = hex[ value       & 0xF];
  156|  3.95M|		in_len--;
  157|  3.95M|		if (in_len && in_sep > 0)
  ------------------
  |  Branch (157:7): [True: 3.70M, False: 251k]
  |  Branch (157:17): [True: 3.68M, False: 18.4k]
  ------------------
  158|  3.68M|			*out++ = (char)in_sep;
  159|  3.95M|	}
  160|   345k|	*out = '\0';
  161|       |
  162|   345k|	return SC_SUCCESS;
  ------------------
  |  |   28|   345k|#define SC_SUCCESS				0
  ------------------
  163|   345k|}
ulong2bebytes:
  189|   101k|{
  190|   101k|	if (buf != NULL) {
  ------------------
  |  Branch (190:6): [True: 101k, False: 0]
  ------------------
  191|   101k|		buf[3] = (u8) (x & 0xff);
  192|   101k|		buf[2] = (u8) ((x >> 8) & 0xff);
  193|   101k|		buf[1] = (u8) ((x >> 16) & 0xff);
  194|   101k|		buf[0] = (u8) ((x >> 24) & 0xff);
  195|   101k|	}
  196|   101k|	return buf;
  197|   101k|}
ushort2bebytes:
  200|    347|{
  201|    347|	if (buf != NULL) {
  ------------------
  |  Branch (201:6): [True: 347, False: 0]
  ------------------
  202|    347|		buf[1] = (u8) (x & 0xff);
  203|    347|		buf[0] = (u8) ((x >> 8) & 0xff);
  204|    347|	}
  205|    347|	return buf;
  206|    347|}
bebytes2ulong:
  209|   159k|{
  210|   159k|	if (buf == NULL)
  ------------------
  |  Branch (210:6): [True: 0, False: 159k]
  ------------------
  211|      0|		return 0UL;
  212|   159k|	return (unsigned long)buf[0] << 24
  213|   159k|		| (unsigned long)buf[1] << 16
  214|   159k|		| (unsigned long)buf[2] << 8
  215|   159k|		| (unsigned long)buf[3];
  216|   159k|}
bebytes2ushort:
  219|   205k|{
  220|   205k|	if (buf == NULL)
  ------------------
  |  Branch (220:6): [True: 0, False: 205k]
  ------------------
  221|      0|		return 0U;
  222|   205k|	return (unsigned short)buf[0] << 8
  223|   205k|		| (unsigned short)buf[1];
  224|   205k|}
lebytes2ushort:
  227|  8.17k|{
  228|  8.17k|	if (buf == NULL)
  ------------------
  |  Branch (228:6): [True: 0, False: 8.17k]
  ------------------
  229|      0|		return 0U;
  230|  8.17k|	return (unsigned short)buf[1] << 8
  231|  8.17k|		| (unsigned short)buf[0];
  232|  8.17k|}
lebytes2ulong:
  235|    742|{
  236|    742|	if (buf == NULL)
  ------------------
  |  Branch (236:6): [True: 0, False: 742]
  ------------------
  237|      0|		return 0UL;
  238|    742|	return (unsigned long)buf[3] << 24
  239|    742|		| (unsigned long)buf[2] << 16
  240|    742|		| (unsigned long)buf[1] << 8
  241|    742|		| (unsigned long)buf[0];
  242|    742|}
set_string:
  245|  15.8k|{
  246|  15.8k|	if (strp == NULL) {
  ------------------
  |  Branch (246:6): [True: 0, False: 15.8k]
  ------------------
  247|      0|		return;
  248|      0|	}
  249|       |
  250|  15.8k|	free(*strp);
  251|  15.8k|	*strp = value ? strdup(value) : NULL;
  ------------------
  |  Branch (251:10): [True: 15.8k, False: 0]
  ------------------
  252|  15.8k|}
sc_init_oid:
  255|  58.1k|{
  256|  58.1k|	int ii;
  257|       |
  258|  58.1k|	if (!oid)
  ------------------
  |  Branch (258:6): [True: 0, False: 58.1k]
  ------------------
  259|      0|		return;
  260|   988k|	for (ii=0; ii<SC_MAX_OBJECT_ID_OCTETS; ii++)
  ------------------
  |  |   46|   988k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (260:13): [True: 930k, False: 58.1k]
  ------------------
  261|   930k|		oid->value[ii] = -1;
  262|  58.1k|}
sc_format_oid:
  265|  24.5k|{
  266|  24.5k|	int        ii, ret = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  24.5k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  267|  24.5k|	const char *p;
  268|  24.5k|	char       *q;
  269|       |
  270|  24.5k|	if (oid == NULL || in == NULL)
  ------------------
  |  Branch (270:6): [True: 0, False: 24.5k]
  |  Branch (270:21): [True: 0, False: 24.5k]
  ------------------
  271|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  272|       |
  273|  24.5k|	sc_init_oid(oid);
  274|       |
  275|  24.5k|	p = in;
  276|   227k|	for (ii=0; ii < SC_MAX_OBJECT_ID_OCTETS; ii++)   {
  ------------------
  |  |   46|   227k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (276:13): [True: 227k, False: 0]
  ------------------
  277|   227k|		oid->value[ii] = (int)strtol(p, &q, 10);
  278|   227k|		if (!*q)
  ------------------
  |  Branch (278:7): [True: 24.5k, False: 203k]
  ------------------
  279|  24.5k|			break;
  280|       |
  281|   203k|		if (!(q[0] == '.' && isdigit((unsigned char)q[1])))
  ------------------
  |  Branch (281:9): [True: 203k, False: 0]
  |  Branch (281:24): [True: 203k, False: 0]
  ------------------
  282|      0|			goto out;
  283|       |
  284|   203k|		p = q + 1;
  285|   203k|	}
  286|       |
  287|  24.5k|	if (!sc_valid_oid(oid))
  ------------------
  |  Branch (287:6): [True: 0, False: 24.5k]
  ------------------
  288|      0|		goto out;
  289|       |
  290|  24.5k|	ret = SC_SUCCESS;
  ------------------
  |  |   28|  24.5k|#define SC_SUCCESS				0
  ------------------
  291|  24.5k|out:
  292|  24.5k|	if (ret)
  ------------------
  |  Branch (292:6): [True: 0, False: 24.5k]
  ------------------
  293|      0|		sc_init_oid(oid);
  294|       |
  295|  24.5k|	return ret;
  296|  24.5k|}
sc_compare_oid:
  299|  80.0k|{
  300|  80.0k|	int i;
  301|       |
  302|  80.0k|	if (oid1 == NULL || oid2 == NULL) {
  ------------------
  |  Branch (302:6): [True: 0, False: 80.0k]
  |  Branch (302:22): [True: 0, False: 80.0k]
  ------------------
  303|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  304|      0|	}
  305|       |
  306|   199k|	for (i = 0; i < SC_MAX_OBJECT_ID_OCTETS; i++)   {
  ------------------
  |  |   46|   199k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (306:14): [True: 199k, False: 0]
  ------------------
  307|   199k|		if (oid1->value[i] != oid2->value[i])
  ------------------
  |  Branch (307:7): [True: 77.5k, False: 122k]
  ------------------
  308|  77.5k|			return 0;
  309|   122k|		if (oid1->value[i] == -1)
  ------------------
  |  Branch (309:7): [True: 2.53k, False: 119k]
  ------------------
  310|  2.53k|			break;
  311|   122k|	}
  312|       |
  313|  2.53k|	return 1;
  314|  80.0k|}
sc_valid_oid:
  318|  26.2k|{
  319|  26.2k|	int ii;
  320|       |
  321|  26.2k|	if (!oid)
  ------------------
  |  Branch (321:6): [True: 0, False: 26.2k]
  ------------------
  322|      0|		return 0;
  323|  26.2k|	if (oid->value[0] == -1 || oid->value[1] == -1)
  ------------------
  |  Branch (323:6): [True: 0, False: 26.2k]
  |  Branch (323:29): [True: 0, False: 26.2k]
  ------------------
  324|      0|		return 0;
  325|  26.2k|	if (oid->value[0] > 2 || oid->value[1] > 39)
  ------------------
  |  Branch (325:6): [True: 0, False: 26.2k]
  |  Branch (325:27): [True: 0, False: 26.2k]
  ------------------
  326|      0|		return 0;
  327|  26.2k|	for (ii=0;ii<SC_MAX_OBJECT_ID_OCTETS;ii++)
  ------------------
  |  |   46|  26.2k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (327:12): [True: 26.2k, False: 0]
  ------------------
  328|  26.2k|		if (oid->value[ii])
  ------------------
  |  Branch (328:7): [True: 26.2k, False: 0]
  ------------------
  329|  26.2k|			break;
  330|  26.2k|	if (ii==SC_MAX_OBJECT_ID_OCTETS)
  ------------------
  |  |   46|  26.2k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (330:6): [True: 0, False: 26.2k]
  ------------------
  331|      0|		return 0;
  332|  26.2k|	return 1;
  333|  26.2k|}
sc_path_set:
  355|  25.6k|{
  356|  25.6k|	if (path == NULL || id == NULL || id_len == 0 || id_len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|  25.6k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (356:6): [True: 0, False: 25.6k]
  |  Branch (356:22): [True: 0, False: 25.6k]
  |  Branch (356:36): [True: 0, False: 25.6k]
  |  Branch (356:51): [True: 0, False: 25.6k]
  ------------------
  357|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  358|       |
  359|  25.6k|	memset(path, 0, sizeof(*path));
  360|  25.6k|	memcpy(path->value, id, id_len);
  361|  25.6k|	path->len   = id_len;
  362|  25.6k|	path->type  = type;
  363|  25.6k|	path->index = idx;
  364|  25.6k|	path->count = count;
  365|       |
  366|  25.6k|	return SC_SUCCESS;
  ------------------
  |  |   28|  25.6k|#define SC_SUCCESS				0
  ------------------
  367|  25.6k|}
sc_format_path:
  370|   178k|{
  371|   178k|	int type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|   178k|#define SC_PATH_TYPE_PATH		2
  ------------------
  372|       |
  373|   178k|	if (path) {
  ------------------
  |  Branch (373:6): [True: 178k, False: 0]
  ------------------
  374|   178k|		memset(path, 0, sizeof(*path));
  375|   178k|		if (*str == 'i' || *str == 'I') {
  ------------------
  |  Branch (375:7): [True: 78, False: 178k]
  |  Branch (375:22): [True: 0, False: 178k]
  ------------------
  376|     78|			type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|     78|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  377|     78|			str++;
  378|     78|		}
  379|   178k|		path->len = sizeof(path->value);
  380|   178k|		if (sc_hex_to_bin(str, path->value, &path->len) >= 0) {
  ------------------
  |  Branch (380:7): [True: 178k, False: 0]
  ------------------
  381|   178k|			path->type = type;
  382|   178k|		}
  383|   178k|		path->count = -1;
  384|   178k|	}
  385|   178k|}
sc_append_path_id:
  393|  43.1k|{
  394|  43.1k|	if (dest->len + idlen > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|  43.1k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (394:6): [True: 1, False: 43.1k]
  ------------------
  395|      1|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      1|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  396|  43.1k|	memcpy(dest->value + dest->len, id, idlen);
  397|  43.1k|	dest->len += idlen;
  398|  43.1k|	return SC_SUCCESS;
  ------------------
  |  |   28|  43.1k|#define SC_SUCCESS				0
  ------------------
  399|  43.1k|}
sc_append_file_id:
  402|  43.1k|{
  403|  43.1k|	u8 id[2] = { fid >> 8, fid & 0xff };
  404|       |
  405|  43.1k|	return sc_append_path_id(dest, id, 2);
  406|  43.1k|}
sc_concatenate_path:
  409|  20.6k|{
  410|  20.6k|	sc_path_t tpath;
  411|       |
  412|  20.6k|	if (d == NULL || p1 == NULL || p2 == NULL)
  ------------------
  |  Branch (412:6): [True: 0, False: 20.6k]
  |  Branch (412:19): [True: 0, False: 20.6k]
  |  Branch (412:33): [True: 0, False: 20.6k]
  ------------------
  413|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  414|       |
  415|  20.6k|	if (p1->type == SC_PATH_TYPE_DF_NAME || p2->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  41.3k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
              	if (p1->type == SC_PATH_TYPE_DF_NAME || p2->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  20.6k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (415:6): [True: 0, False: 20.6k]
  |  Branch (415:42): [True: 0, False: 20.6k]
  ------------------
  416|       |		/* we do not support concatenation of AIDs at the moment */
  417|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  418|       |
  419|  20.6k|	if (p1->len + p2->len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|  20.6k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (419:6): [True: 3, False: 20.6k]
  ------------------
  420|      3|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      3|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  421|       |
  422|  20.6k|	memset(&tpath, 0, sizeof(sc_path_t));
  423|  20.6k|	memcpy(tpath.value, p1->value, p1->len);
  424|  20.6k|	memcpy(tpath.value + p1->len, p2->value, p2->len);
  425|  20.6k|	tpath.len  = p1->len + p2->len;
  426|  20.6k|	tpath.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|  20.6k|#define SC_PATH_TYPE_PATH		2
  ------------------
  427|       |	/* use 'index' and 'count' entry of the second path object */
  428|  20.6k|	tpath.index = p2->index;
  429|  20.6k|	tpath.count = p2->count;
  430|       |	/* the result is currently always as path */
  431|  20.6k|	tpath.type  = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|  20.6k|#define SC_PATH_TYPE_PATH		2
  ------------------
  432|       |
  433|  20.6k|	*d = tpath;
  434|       |
  435|  20.6k|	return SC_SUCCESS;
  ------------------
  |  |   28|  20.6k|#define SC_SUCCESS				0
  ------------------
  436|  20.6k|}
sc_print_path:
  439|   246k|{
  440|   246k|	static char buffer[SC_MAX_PATH_STRING_SIZE + SC_MAX_AID_STRING_SIZE];
  441|       |
  442|   246k|	if (sc_path_print(buffer, sizeof(buffer), path) != SC_SUCCESS)
  ------------------
  |  |   28|   246k|#define SC_SUCCESS				0
  ------------------
  |  Branch (442:6): [True: 0, False: 246k]
  ------------------
  443|      0|		buffer[0] = '\0';
  444|       |
  445|   246k|	return buffer;
  446|   246k|}
sc_path_print:
  449|   358k|{
  450|   358k|	size_t i;
  451|       |
  452|   358k|	if (buf == NULL || path == NULL)
  ------------------
  |  Branch (452:6): [True: 0, False: 358k]
  |  Branch (452:21): [True: 0, False: 358k]
  ------------------
  453|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  454|       |
  455|   358k|	if (buflen < path->len * 2 + path->aid.len * 2 + 3)
  ------------------
  |  Branch (455:6): [True: 631, False: 357k]
  ------------------
  456|    631|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|    631|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  457|       |
  458|   357k|	buf[0] = '\0';
  459|   357k|	if (path->aid.len)   {
  ------------------
  |  Branch (459:6): [True: 142k, False: 215k]
  ------------------
  460|  1.14M|		for (i = 0; i < path->aid.len; i++)
  ------------------
  |  Branch (460:15): [True: 1.00M, False: 142k]
  ------------------
  461|  1.00M|			snprintf(buf + strlen(buf), buflen - strlen(buf), "%02x", path->aid.value[i]);
  462|   142k|		snprintf(buf + strlen(buf), buflen - strlen(buf), "::");
  463|   142k|	}
  464|       |
  465|  1.40M|	for (i = 0; i < path->len; i++)
  ------------------
  |  Branch (465:14): [True: 1.04M, False: 357k]
  ------------------
  466|  1.04M|		snprintf(buf + strlen(buf), buflen - strlen(buf), "%02x", path->value[i]);
  467|   357k|	if (!path->aid.len && path->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|   215k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (467:6): [True: 215k, False: 142k]
  |  Branch (467:24): [True: 31.9k, False: 183k]
  ------------------
  468|  31.9k|		snprintf(buf + strlen(buf), buflen - strlen(buf), "::");
  469|       |
  470|   357k|	return SC_SUCCESS;
  ------------------
  |  |   28|   357k|#define SC_SUCCESS				0
  ------------------
  471|   358k|}
sc_compare_path:
  474|  20.4k|{
  475|  20.4k|	return path1->len == path2->len
  ------------------
  |  Branch (475:9): [True: 16.6k, False: 3.81k]
  ------------------
  476|  16.6k|		&& !memcmp(path1->value, path2->value, path1->len);
  ------------------
  |  Branch (476:6): [True: 87, False: 16.5k]
  ------------------
  477|  20.4k|}
sc_compare_path_prefix:
  480|  14.4k|{
  481|  14.4k|	sc_path_t tpath;
  482|       |
  483|  14.4k|	if (prefix->len > path->len)
  ------------------
  |  Branch (483:6): [True: 20, False: 14.3k]
  ------------------
  484|     20|		return 0;
  485|       |
  486|  14.3k|	tpath     = *path;
  487|  14.3k|	tpath.len = prefix->len;
  488|       |
  489|  14.3k|	return sc_compare_path(&tpath, prefix);
  490|  14.4k|}
sc_get_mf_path:
  493|  18.4k|{
  494|  18.4k|	static const sc_path_t mf_path = {
  495|  18.4k|		{0x3f, 0x00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, 2,
  496|  18.4k|		0,
  497|  18.4k|		0,
  498|  18.4k|		SC_PATH_TYPE_PATH,
  ------------------
  |  |  119|  18.4k|#define SC_PATH_TYPE_PATH		2
  ------------------
  499|  18.4k|		{{0},0}
  500|  18.4k|	};
  501|  18.4k|	return &mf_path;
  502|  18.4k|}
sc_file_add_acl_entry:
  506|   164k|{
  507|   164k|	sc_acl_entry_t *p, *_new;
  508|       |
  509|   164k|	if (file == NULL || operation >= SC_MAX_AC_OPS) {
  ------------------
  |  |  198|   164k|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (509:6): [True: 0, False: 164k]
  |  Branch (509:22): [True: 0, False: 164k]
  ------------------
  510|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  511|      0|	}
  512|       |
  513|   164k|	switch (method) {
  514|  50.2k|	case SC_AC_NEVER:
  ------------------
  |  |  163|  50.2k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  |  Branch (514:2): [True: 50.2k, False: 114k]
  ------------------
  515|  50.2k|		sc_file_clear_acl_entries(file, operation);
  516|  50.2k|		file->acl[operation] = (sc_acl_entry_t *) 1;
  517|  50.2k|		return SC_SUCCESS;
  ------------------
  |  |   28|  50.2k|#define SC_SUCCESS				0
  ------------------
  518|  7.86k|	case SC_AC_NONE:
  ------------------
  |  |  150|  7.86k|#define SC_AC_NONE			0x00000000
  ------------------
  |  Branch (518:2): [True: 7.86k, False: 157k]
  ------------------
  519|  7.86k|		sc_file_clear_acl_entries(file, operation);
  520|  7.86k|		file->acl[operation] = (sc_acl_entry_t *) 2;
  521|  7.86k|		return SC_SUCCESS;
  ------------------
  |  |   28|  7.86k|#define SC_SUCCESS				0
  ------------------
  522|  2.85k|	case SC_AC_UNKNOWN:
  ------------------
  |  |  162|  2.85k|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  |  Branch (522:2): [True: 2.85k, False: 162k]
  ------------------
  523|  2.85k|		sc_file_clear_acl_entries(file, operation);
  524|  2.85k|		file->acl[operation] = (sc_acl_entry_t *) 3;
  525|  2.85k|		return SC_SUCCESS;
  ------------------
  |  |   28|  2.85k|#define SC_SUCCESS				0
  ------------------
  526|   103k|	default:
  ------------------
  |  Branch (526:2): [True: 103k, False: 61.0k]
  ------------------
  527|       |		/* NONE and UNKNOWN get zapped when a new AC is added.
  528|       |		 * If the ACL is NEVER, additional entries will be
  529|       |		 * dropped silently. */
  530|   103k|		if (file->acl[operation] == (sc_acl_entry_t *) 1)
  ------------------
  |  Branch (530:7): [True: 12, False: 103k]
  ------------------
  531|     12|			return SC_SUCCESS;
  ------------------
  |  |   28|     12|#define SC_SUCCESS				0
  ------------------
  532|   103k|		if (file->acl[operation] == (sc_acl_entry_t *) 2
  ------------------
  |  Branch (532:7): [True: 1.00k, False: 102k]
  ------------------
  533|   102k|		 || file->acl[operation] == (sc_acl_entry_t *) 3)
  ------------------
  |  Branch (533:7): [True: 11, False: 102k]
  ------------------
  534|  1.02k|			file->acl[operation] = NULL;
  535|   164k|	}
  536|       |
  537|       |	/* If the entry is already present (e.g. due to the mapping)
  538|       |	 * of the card's AC with OpenSC's), don't add it again. */
  539|   124k|	for (p = file->acl[operation]; p != NULL; p = p->next) {
  ------------------
  |  Branch (539:33): [True: 23.0k, False: 101k]
  ------------------
  540|  23.0k|		if ((p->method == method) && (p->key_ref == key_ref))
  ------------------
  |  Branch (540:7): [True: 20.4k, False: 2.52k]
  |  Branch (540:32): [True: 2.51k, False: 17.9k]
  ------------------
  541|  2.51k|			return SC_SUCCESS;
  ------------------
  |  |   28|  2.51k|#define SC_SUCCESS				0
  ------------------
  542|  23.0k|	}
  543|       |
  544|   101k|	_new = malloc(sizeof(sc_acl_entry_t));
  545|   101k|	if (_new == NULL)
  ------------------
  |  Branch (545:6): [True: 0, False: 101k]
  ------------------
  546|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  547|   101k|	_new->method = method;
  548|   101k|	_new->key_ref = (unsigned)key_ref;
  549|   101k|	_new->next = NULL;
  550|       |
  551|   101k|	p = file->acl[operation];
  552|   101k|	if (p == NULL) {
  ------------------
  |  Branch (552:6): [True: 96.8k, False: 4.54k]
  ------------------
  553|  96.8k|		file->acl[operation] = _new;
  554|  96.8k|		return SC_SUCCESS;
  ------------------
  |  |   28|  96.8k|#define SC_SUCCESS				0
  ------------------
  555|  96.8k|	}
  556|  18.7k|	while (p->next != NULL)
  ------------------
  |  Branch (556:9): [True: 14.2k, False: 4.54k]
  ------------------
  557|  14.2k|		p = p->next;
  558|  4.54k|	p->next = _new;
  559|       |
  560|  4.54k|	return SC_SUCCESS;
  ------------------
  |  |   28|  4.54k|#define SC_SUCCESS				0
  ------------------
  561|   101k|}
sc_file_get_acl_entry:
  565|   520k|{
  566|   520k|	sc_acl_entry_t *p;
  567|   520k|	static const sc_acl_entry_t e_never = {
  568|   520k|		SC_AC_NEVER, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  163|   520k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
              		SC_AC_NEVER, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  204|   520k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  569|   520k|	};
  570|   520k|	static const sc_acl_entry_t e_none = {
  571|   520k|		SC_AC_NONE, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  150|   520k|#define SC_AC_NONE			0x00000000
  ------------------
              		SC_AC_NONE, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  204|   520k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  572|   520k|	};
  573|   520k|	static const sc_acl_entry_t e_unknown = {
  574|   520k|		SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  162|   520k|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
              		SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  204|   520k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  575|   520k|	};
  576|       |
  577|   520k|	if (file == NULL || operation >= SC_MAX_AC_OPS) {
  ------------------
  |  |  198|   520k|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (577:6): [True: 0, False: 520k]
  |  Branch (577:22): [True: 0, False: 520k]
  ------------------
  578|      0|		return NULL;
  579|      0|	}
  580|       |
  581|   520k|	p = file->acl[operation];
  582|   520k|	if (p == (sc_acl_entry_t *) 1)
  ------------------
  |  Branch (582:6): [True: 1.63k, False: 518k]
  ------------------
  583|  1.63k|		return &e_never;
  584|   518k|	if (p == (sc_acl_entry_t *) 2)
  ------------------
  |  Branch (584:6): [True: 1.14k, False: 517k]
  ------------------
  585|  1.14k|		return &e_none;
  586|   517k|	if (p == (sc_acl_entry_t *) 3)
  ------------------
  |  Branch (586:6): [True: 1.22k, False: 516k]
  ------------------
  587|  1.22k|		return &e_unknown;
  588|       |
  589|   516k|	return file->acl[operation];
  590|   517k|}
sc_file_clear_acl_entries:
  593|  3.36M|{
  594|  3.36M|	sc_acl_entry_t *e;
  595|       |
  596|  3.36M|	if (file == NULL || operation >= SC_MAX_AC_OPS) {
  ------------------
  |  |  198|  3.36M|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (596:6): [True: 0, False: 3.36M]
  |  Branch (596:22): [True: 0, False: 3.36M]
  ------------------
  597|      0|		return;
  598|      0|	}
  599|       |
  600|  3.36M|	e = file->acl[operation];
  601|  3.36M|	if (e == (sc_acl_entry_t *) 1 ||
  ------------------
  |  Branch (601:6): [True: 50.2k, False: 3.31M]
  ------------------
  602|  3.31M|	    e == (sc_acl_entry_t *) 2 ||
  ------------------
  |  Branch (602:6): [True: 6.85k, False: 3.31M]
  ------------------
  603|  3.31M|	    e == (sc_acl_entry_t *) 3) {
  ------------------
  |  Branch (603:6): [True: 2.84k, False: 3.30M]
  ------------------
  604|  59.9k|		file->acl[operation] = NULL;
  605|  59.9k|		return;
  606|  59.9k|	}
  607|       |
  608|  3.41M|	while (e != NULL) {
  ------------------
  |  Branch (608:9): [True: 101k, False: 3.30M]
  ------------------
  609|   101k|		sc_acl_entry_t *tmp = e->next;
  610|   101k|		free(e);
  611|   101k|		e = tmp;
  612|   101k|	}
  613|       |	file->acl[operation] = NULL;
  614|  3.30M|}
sc_file_new:
  617|   106k|{
  618|   106k|	sc_file_t *file = (sc_file_t *)calloc(1, sizeof(sc_file_t));
  619|   106k|	if (file == NULL)
  ------------------
  |  Branch (619:6): [True: 0, False: 106k]
  ------------------
  620|      0|		return NULL;
  621|       |
  622|   106k|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|   106k|#define SC_FILE_MAGIC			0x14426950
  ------------------
  623|   106k|	return file;
  624|   106k|}
sc_file_free:
  627|   284k|{
  628|   284k|	unsigned int i;
  629|   284k|	if (file == NULL || !sc_file_valid(file))
  ------------------
  |  Branch (629:6): [True: 177k, False: 106k]
  |  Branch (629:22): [True: 0, False: 106k]
  ------------------
  630|   177k|		return;
  631|   106k|	file->magic = 0;
  632|  3.41M|	for (i = 0; i < SC_MAX_AC_OPS; i++)
  ------------------
  |  |  198|  3.41M|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (632:14): [True: 3.30M, False: 106k]
  ------------------
  633|  3.30M|		sc_file_clear_acl_entries(file, i);
  634|   106k|	if (file->sec_attr)
  ------------------
  |  Branch (634:6): [True: 1.08k, False: 105k]
  ------------------
  635|  1.08k|		free(file->sec_attr);
  636|   106k|	if (file->prop_attr)
  ------------------
  |  Branch (636:6): [True: 702, False: 106k]
  ------------------
  637|    702|		free(file->prop_attr);
  638|   106k|	if (file->type_attr)
  ------------------
  |  Branch (638:6): [True: 2.30k, False: 104k]
  ------------------
  639|  2.30k|		free(file->type_attr);
  640|   106k|	if (file->encoded_content)
  ------------------
  |  Branch (640:6): [True: 0, False: 106k]
  ------------------
  641|      0|		free(file->encoded_content);
  642|   106k|	free(file);
  643|   106k|}
sc_file_dup:
  646|  16.7k|{
  647|  16.7k|	sc_file_t *newf;
  648|  16.7k|	const sc_acl_entry_t *e;
  649|  16.7k|	unsigned int op;
  650|       |
  651|  16.7k|	if (!dest)
  ------------------
  |  Branch (651:6): [True: 0, False: 16.7k]
  ------------------
  652|      0|		return;
  653|  16.7k|	*dest = NULL;
  654|  16.7k|	if (!sc_file_valid(src))
  ------------------
  |  Branch (654:6): [True: 0, False: 16.7k]
  ------------------
  655|      0|		return;
  656|  16.7k|	newf = sc_file_new();
  657|  16.7k|	if (newf == NULL)
  ------------------
  |  Branch (657:6): [True: 0, False: 16.7k]
  ------------------
  658|      0|		return;
  659|  16.7k|	*dest = newf;
  660|       |
  661|  16.7k|	memcpy(&newf->path, &src->path, sizeof(struct sc_path));
  662|  16.7k|	memcpy(&newf->name, &src->name, sizeof(src->name));
  663|  16.7k|	newf->namelen = src->namelen;
  664|  16.7k|	newf->type    = src->type;
  665|  16.7k|	newf->shareable    = src->shareable;
  666|  16.7k|	newf->ef_structure = src->ef_structure;
  667|  16.7k|	newf->size    = src->size;
  668|  16.7k|	newf->id      = src->id;
  669|  16.7k|	newf->status  = src->status;
  670|   536k|	for (op = 0; op < SC_MAX_AC_OPS; op++) {
  ------------------
  |  |  198|   536k|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (670:15): [True: 519k, False: 16.7k]
  ------------------
  671|   519k|		newf->acl[op] = NULL;
  672|   519k|		e = sc_file_get_acl_entry(src, op);
  673|   519k|		if (e != NULL) {
  ------------------
  |  Branch (673:7): [True: 14.8k, False: 505k]
  ------------------
  674|  14.8k|			if (sc_file_add_acl_entry(newf, op, e->method, e->key_ref) < 0)
  ------------------
  |  Branch (674:8): [True: 0, False: 14.8k]
  ------------------
  675|      0|				goto err;
  676|  14.8k|		}
  677|   519k|	}
  678|  16.7k|	newf->record_length = src->record_length;
  679|  16.7k|	newf->record_count  = src->record_count;
  680|       |
  681|  16.7k|	if (sc_file_set_sec_attr(newf, src->sec_attr, src->sec_attr_len) < 0)
  ------------------
  |  Branch (681:6): [True: 0, False: 16.7k]
  ------------------
  682|      0|		goto err;
  683|  16.7k|	if (sc_file_set_prop_attr(newf, src->prop_attr, src->prop_attr_len) < 0)
  ------------------
  |  Branch (683:6): [True: 0, False: 16.7k]
  ------------------
  684|      0|		goto err;
  685|  16.7k|	if (sc_file_set_type_attr(newf, src->type_attr, src->type_attr_len) < 0)
  ------------------
  |  Branch (685:6): [True: 0, False: 16.7k]
  ------------------
  686|      0|		goto err;
  687|  16.7k|	if (sc_file_set_content(newf, src->encoded_content, src->encoded_content_len) < 0)
  ------------------
  |  Branch (687:6): [True: 0, False: 16.7k]
  ------------------
  688|      0|		goto err;
  689|  16.7k|	return;
  690|  16.7k|err:
  691|      0|	sc_file_free(newf);
  692|       |	*dest = NULL;
  693|      0|}
sc_file_set_sec_attr:
  697|  18.2k|{
  698|  18.2k|	u8 *tmp;
  699|  18.2k|	if (!sc_file_valid(file)) {
  ------------------
  |  Branch (699:6): [True: 0, False: 18.2k]
  ------------------
  700|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  701|      0|	}
  702|       |
  703|  18.2k|	if (sec_attr == NULL || sec_attr_len == 0) {
  ------------------
  |  Branch (703:6): [True: 16.7k, False: 1.49k]
  |  Branch (703:26): [True: 279, False: 1.21k]
  ------------------
  704|  17.0k|		if (file->sec_attr != NULL)
  ------------------
  |  Branch (704:7): [True: 67, False: 16.9k]
  ------------------
  705|     67|			free(file->sec_attr);
  706|  17.0k|		file->sec_attr = NULL;
  707|  17.0k|		file->sec_attr_len = 0;
  708|  17.0k|		return 0;
  709|  17.0k|	 }
  710|  1.21k|	tmp = (u8 *) realloc(file->sec_attr, sec_attr_len);
  711|  1.21k|	if (!tmp) {
  ------------------
  |  Branch (711:6): [True: 0, False: 1.21k]
  ------------------
  712|      0|		if (file->sec_attr)
  ------------------
  |  Branch (712:7): [True: 0, False: 0]
  ------------------
  713|      0|			free(file->sec_attr);
  714|      0|		file->sec_attr     = NULL;
  715|      0|		file->sec_attr_len = 0;
  716|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  717|      0|	}
  718|  1.21k|	file->sec_attr = tmp;
  719|  1.21k|	memcpy(file->sec_attr, sec_attr, sec_attr_len);
  720|  1.21k|	file->sec_attr_len = sec_attr_len;
  721|       |
  722|  1.21k|	return 0;
  723|  1.21k|}
sc_file_set_prop_attr:
  727|  18.0k|{
  728|  18.0k|	u8 *tmp;
  729|  18.0k|	if (!sc_file_valid(file)) {
  ------------------
  |  Branch (729:6): [True: 0, False: 18.0k]
  ------------------
  730|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  731|      0|	}
  732|       |
  733|  18.0k|	if (prop_attr == NULL || prop_attr_len == 0) {
  ------------------
  |  Branch (733:6): [True: 16.7k, False: 1.31k]
  |  Branch (733:27): [True: 450, False: 866]
  ------------------
  734|  17.2k|		if (file->prop_attr != NULL)
  ------------------
  |  Branch (734:7): [True: 87, False: 17.1k]
  ------------------
  735|     87|			free(file->prop_attr);
  736|  17.2k|		file->prop_attr = NULL;
  737|  17.2k|		file->prop_attr_len = 0;
  738|  17.2k|		return SC_SUCCESS;
  ------------------
  |  |   28|  17.2k|#define SC_SUCCESS				0
  ------------------
  739|  17.2k|	 }
  740|    866|	tmp = (u8 *) realloc(file->prop_attr, prop_attr_len);
  741|    866|	if (!tmp) {
  ------------------
  |  Branch (741:6): [True: 0, False: 866]
  ------------------
  742|      0|		if (file->prop_attr)
  ------------------
  |  Branch (742:7): [True: 0, False: 0]
  ------------------
  743|      0|			free(file->prop_attr);
  744|      0|		file->prop_attr = NULL;
  745|      0|		file->prop_attr_len = 0;
  746|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  747|      0|	}
  748|    866|	file->prop_attr = tmp;
  749|    866|	memcpy(file->prop_attr, prop_attr, prop_attr_len);
  750|    866|	file->prop_attr_len = prop_attr_len;
  751|       |
  752|    866|	return SC_SUCCESS;
  ------------------
  |  |   28|    866|#define SC_SUCCESS				0
  ------------------
  753|    866|}
sc_file_set_type_attr:
  757|  18.7k|{
  758|  18.7k|	u8 *tmp;
  759|  18.7k|	if (!sc_file_valid(file)) {
  ------------------
  |  Branch (759:6): [True: 0, False: 18.7k]
  ------------------
  760|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  761|      0|	}
  762|       |
  763|  18.7k|	if (type_attr == NULL || type_attr_len == 0) {
  ------------------
  |  Branch (763:6): [True: 15.9k, False: 2.80k]
  |  Branch (763:27): [True: 0, False: 2.80k]
  ------------------
  764|  15.9k|		if (file->type_attr != NULL)
  ------------------
  |  Branch (764:7): [True: 0, False: 15.9k]
  ------------------
  765|      0|			free(file->type_attr);
  766|  15.9k|		file->type_attr = NULL;
  767|  15.9k|		file->type_attr_len = 0;
  768|  15.9k|		return SC_SUCCESS;
  ------------------
  |  |   28|  15.9k|#define SC_SUCCESS				0
  ------------------
  769|  15.9k|	 }
  770|  2.80k|	tmp = (u8 *) realloc(file->type_attr, type_attr_len);
  771|  2.80k|	if (!tmp) {
  ------------------
  |  Branch (771:6): [True: 0, False: 2.80k]
  ------------------
  772|      0|		if (file->type_attr)
  ------------------
  |  Branch (772:7): [True: 0, False: 0]
  ------------------
  773|      0|			free(file->type_attr);
  774|      0|		file->type_attr = NULL;
  775|      0|		file->type_attr_len = 0;
  776|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  777|      0|	}
  778|  2.80k|	file->type_attr = tmp;
  779|  2.80k|	memcpy(file->type_attr, type_attr, type_attr_len);
  780|  2.80k|	file->type_attr_len = type_attr_len;
  781|       |
  782|  2.80k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.80k|#define SC_SUCCESS				0
  ------------------
  783|  2.80k|}
sc_file_set_content:
  788|  16.7k|{
  789|  16.7k|	u8 *tmp;
  790|  16.7k|	if (!sc_file_valid(file)) {
  ------------------
  |  Branch (790:6): [True: 0, False: 16.7k]
  ------------------
  791|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  792|      0|	}
  793|       |
  794|  16.7k|	if (content == NULL || content_len == 0) {
  ------------------
  |  Branch (794:6): [True: 16.7k, False: 0]
  |  Branch (794:25): [True: 0, False: 0]
  ------------------
  795|  16.7k|		if (file->encoded_content != NULL)
  ------------------
  |  Branch (795:7): [True: 0, False: 16.7k]
  ------------------
  796|      0|			free(file->encoded_content);
  797|  16.7k|		file->encoded_content = NULL;
  798|  16.7k|		file->encoded_content_len = 0;
  799|  16.7k|		return SC_SUCCESS;
  ------------------
  |  |   28|  16.7k|#define SC_SUCCESS				0
  ------------------
  800|  16.7k|	}
  801|       |
  802|      0|	tmp = (u8 *) realloc(file->encoded_content, content_len);
  803|      0|	if (!tmp) {
  ------------------
  |  Branch (803:6): [True: 0, False: 0]
  ------------------
  804|      0|		if (file->encoded_content)
  ------------------
  |  Branch (804:7): [True: 0, False: 0]
  ------------------
  805|      0|			free(file->encoded_content);
  806|      0|		file->encoded_content = NULL;
  807|      0|		file->encoded_content_len = 0;
  808|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  809|      0|	}
  810|       |
  811|      0|	file->encoded_content = tmp;
  812|      0|	memcpy(file->encoded_content, content, content_len);
  813|      0|	file->encoded_content_len = content_len;
  814|       |
  815|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  816|      0|}
sc_file_valid:
  819|   195k|int sc_file_valid(const sc_file_t *file) {
  820|   195k|	if (file == NULL)
  ------------------
  |  Branch (820:6): [True: 0, False: 195k]
  ------------------
  821|      0|		return 0;
  822|   195k|	return file->magic == SC_FILE_MAGIC;
  ------------------
  |  |   57|   195k|#define SC_FILE_MAGIC			0x14426950
  ------------------
  823|   195k|}
_sc_parse_atr:
  826|  16.4k|{
  827|  16.4k|	u8 *p = reader->atr.value;
  828|  16.4k|	int atr_len = (int) reader->atr.len;
  829|  16.4k|	int n_hist, x;
  830|  16.4k|	int tx[4] = {-1, -1, -1, -1};
  831|  16.4k|	int i, FI, DI;
  832|  16.4k|	const int Fi_table[] = {
  833|  16.4k|		372, 372, 558, 744, 1116, 1488, 1860, -1,
  834|  16.4k|		-1, 512, 768, 1024, 1536, 2048, -1, -1 };
  835|  16.4k|	const int f_table[] = {
  836|  16.4k|		40, 50, 60, 80, 120, 160, 200, -1,
  837|  16.4k|		-1, 50, 75, 100, 150, 200, -1, -1 };
  838|  16.4k|	const int Di_table[] = {
  839|  16.4k|		-1, 1, 2, 4, 8, 16, 32, -1,
  840|  16.4k|		12, 20, -1, -1, -1, -1, -1, -1 };
  841|       |
  842|  16.4k|	reader->atr_info.hist_bytes_len = 0;
  843|  16.4k|	reader->atr_info.hist_bytes = NULL;
  844|       |
  845|  16.4k|	if (atr_len == 0) {
  ------------------
  |  Branch (845:6): [True: 2.92k, False: 13.5k]
  ------------------
  846|  2.92k|		sc_log(reader->ctx, "empty ATR - card not present?\n");
  ------------------
  |  |   71|  2.92k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  847|  2.92k|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  2.92k|#define SC_ERROR_INTERNAL			-1400
  ------------------
  848|  2.92k|	}
  849|       |
  850|  13.5k|	if (p[0] != 0x3B && p[0] != 0x3F) {
  ------------------
  |  Branch (850:6): [True: 1.41k, False: 12.1k]
  |  Branch (850:22): [True: 1.26k, False: 148]
  ------------------
  851|  1.26k|		sc_log(reader->ctx, "invalid sync byte in ATR: 0x%02X\n", p[0]);
  ------------------
  |  |   71|  1.26k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  852|  1.26k|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  1.26k|#define SC_ERROR_INTERNAL			-1400
  ------------------
  853|  1.26k|	}
  854|  12.2k|	n_hist = p[1] & 0x0F;
  855|  12.2k|	x = p[1] >> 4;
  856|  12.2k|	p += 2;
  857|  12.2k|	atr_len -= 2;
  858|  60.7k|	for (i = 0; i < 4 && atr_len > 0; i++) {
  ------------------
  |  Branch (858:14): [True: 48.6k, False: 12.1k]
  |  Branch (858:23): [True: 48.5k, False: 135]
  ------------------
  859|  48.5k|                if (x & (1 << i)) {
  ------------------
  |  Branch (859:21): [True: 33.1k, False: 15.3k]
  ------------------
  860|  33.1k|                        tx[i] = *p;
  861|  33.1k|                        p++;
  862|  33.1k|                        atr_len--;
  863|  33.1k|                } else
  864|  15.3k|                        tx[i] = -1;
  865|  48.5k|        }
  866|  12.2k|	if (tx[0] >= 0) {
  ------------------
  |  Branch (866:6): [True: 10.3k, False: 1.91k]
  ------------------
  867|  10.3k|		reader->atr_info.FI = FI = tx[0] >> 4;
  868|  10.3k|		reader->atr_info.DI = DI = tx[0] & 0x0F;
  869|  10.3k|		reader->atr_info.Fi = Fi_table[FI];
  870|  10.3k|		reader->atr_info.f = f_table[FI];
  871|  10.3k|		reader->atr_info.Di = Di_table[DI];
  872|  10.3k|	} else {
  873|  1.91k|		reader->atr_info.Fi = -1;
  874|  1.91k|		reader->atr_info.f = -1;
  875|  1.91k|		reader->atr_info.Di = -1;
  876|  1.91k|	}
  877|  12.2k|	if (tx[2] >= 0)
  ------------------
  |  Branch (877:6): [True: 8.43k, False: 3.81k]
  ------------------
  878|  8.43k|		reader->atr_info.N = tx[3];
  879|  3.81k|	else
  880|  3.81k|		reader->atr_info.N = -1;
  881|  28.0k|	while (tx[3] > 0 && tx[3] & 0xF0 && atr_len > 0) {
  ------------------
  |  Branch (881:9): [True: 16.2k, False: 11.7k]
  |  Branch (881:22): [True: 15.8k, False: 421]
  |  Branch (881:38): [True: 15.7k, False: 71]
  ------------------
  882|  15.7k|		x = tx[3] >> 4;
  883|  78.8k|		for (i = 0; i < 4 && atr_len > 0; i++) {
  ------------------
  |  Branch (883:15): [True: 63.1k, False: 15.7k]
  |  Branch (883:24): [True: 63.0k, False: 47]
  ------------------
  884|  63.0k|	                if (x & (1 << i)) {
  ------------------
  |  Branch (884:22): [True: 24.3k, False: 38.7k]
  ------------------
  885|  24.3k|	                        tx[i] = *p;
  886|  24.3k|	                        p++;
  887|  24.3k|	                        atr_len--;
  888|  24.3k|	                } else
  889|  38.7k|	                        tx[i] = -1;
  890|  63.0k|		}
  891|  15.7k|	}
  892|  12.2k|	if (atr_len <= 0)
  ------------------
  |  Branch (892:6): [True: 218, False: 12.0k]
  ------------------
  893|    218|		return SC_SUCCESS;
  ------------------
  |  |   28|    218|#define SC_SUCCESS				0
  ------------------
  894|  12.0k|	if (n_hist > atr_len)
  ------------------
  |  Branch (894:6): [True: 802, False: 11.2k]
  ------------------
  895|    802|		n_hist = atr_len;
  896|  12.0k|	reader->atr_info.hist_bytes_len = n_hist;
  897|  12.0k|	reader->atr_info.hist_bytes = p;
  898|  12.0k|	return SC_SUCCESS;
  ------------------
  |  |   28|  12.0k|#define SC_SUCCESS				0
  ------------------
  899|  12.2k|}
sc_mem_secure_alloc:
  902|  53.4k|{
  903|  53.4k|	void *p;
  904|       |
  905|       |#ifdef _WIN32
  906|       |	p = VirtualAlloc(NULL, len, MEM_COMMIT, PAGE_READWRITE);
  907|       |	if (p != NULL) {
  908|       |		VirtualLock(p, len);
  909|       |	}
  910|       |#else
  911|  53.4k|	p = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
  912|  53.4k|	if (p != NULL) {
  ------------------
  |  Branch (912:6): [True: 53.4k, False: 0]
  ------------------
  913|  53.4k|		mlock(p, len);
  914|  53.4k|	}
  915|  53.4k|#endif
  916|       |
  917|  53.4k|	return p;
  918|  53.4k|}
sc_mem_secure_free:
  921|  53.4k|{
  922|       |#ifdef _WIN32
  923|       |	VirtualUnlock(ptr, len);
  924|       |	VirtualFree(ptr, 0, MEM_RELEASE);
  925|       |#else
  926|  53.4k|	munlock(ptr, len);
  927|  53.4k|	munmap(ptr, len);
  928|  53.4k|#endif
  929|  53.4k|}
sc_mem_clear:
  932|   114k|{
  933|   114k|	if (len > 0)   {
  ------------------
  |  Branch (933:6): [True: 114k, False: 684]
  ------------------
  934|       |#ifdef HAVE_MEMSET_S
  935|       |		memset_s(ptr, len, 0, len);
  936|       |#elif _WIN32
  937|       |		SecureZeroMemory(ptr, len);
  938|       |#elif HAVE_EXPLICIT_BZERO
  939|       |		explicit_bzero(ptr, len);
  940|       |#elif ENABLE_OPENSSL
  941|       |		OPENSSL_cleanse(ptr, len);
  942|       |#else
  943|       |		memset(ptr, 0, len);
  944|       |#endif
  945|   114k|	}
  946|   114k|}
sc_compacttlv_find_tag:
 1060|  1.31k|{
 1061|  1.31k|	if (buf != NULL) {
  ------------------
  |  Branch (1061:6): [True: 1.31k, False: 0]
  ------------------
 1062|  1.31k|		size_t idx;
 1063|  1.31k|		u8 plain_tag = tag & 0xF0;
 1064|  1.31k|		size_t expected_len = tag & 0x0F;
 1065|       |
 1066|  7.08k|		for (idx = 0; idx < len; idx++) {
  ------------------
  |  Branch (1066:17): [True: 6.18k, False: 897]
  ------------------
 1067|  6.18k|			u8 ctag = buf[idx] & 0xF0;
 1068|  6.18k|			size_t ctag_len = buf[idx] & 0x0F;
 1069|  6.18k|			if (ctag == plain_tag && idx + ctag_len < len &&
  ------------------
  |  Branch (1069:8): [True: 1.57k, False: 4.61k]
  |  Branch (1069:29): [True: 1.55k, False: 17]
  ------------------
 1070|  1.55k|					(expected_len == 0 || expected_len == ctag_len)) {
  ------------------
  |  Branch (1070:7): [True: 216, False: 1.34k]
  |  Branch (1070:28): [True: 199, False: 1.14k]
  ------------------
 1071|    415|				if (outlen != NULL)
  ------------------
  |  Branch (1071:9): [True: 216, False: 199]
  ------------------
 1072|    216|					*outlen = ctag_len;
 1073|    415|				return buf + (idx + 1);
 1074|    415|			}
 1075|  5.77k|			idx += ctag_len;
 1076|  5.77k|		}
 1077|  1.31k|	}
 1078|    897|	return NULL;
 1079|  1.31k|}
sc_mutex_create:
 1084|  32.8k|{
 1085|  32.8k|	if (ctx == NULL)
  ------------------
  |  Branch (1085:6): [True: 0, False: 32.8k]
  ------------------
 1086|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1087|  32.8k|	if (ctx->thread_ctx != NULL && ctx->thread_ctx->create_mutex != NULL)
  ------------------
  |  Branch (1087:6): [True: 0, False: 32.8k]
  |  Branch (1087:33): [True: 0, False: 0]
  ------------------
 1088|      0|		return ctx->thread_ctx->create_mutex(mutex);
 1089|  32.8k|	else
 1090|  32.8k|		return SC_SUCCESS;
  ------------------
  |  |   28|  32.8k|#define SC_SUCCESS				0
  ------------------
 1091|  32.8k|}
sc_mutex_lock:
 1094|  1.51M|{
 1095|  1.51M|	if (ctx == NULL)
  ------------------
  |  Branch (1095:6): [True: 0, False: 1.51M]
  ------------------
 1096|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1097|  1.51M|	if (ctx->thread_ctx != NULL && ctx->thread_ctx->lock_mutex != NULL)
  ------------------
  |  Branch (1097:6): [True: 0, False: 1.51M]
  |  Branch (1097:33): [True: 0, False: 0]
  ------------------
 1098|      0|		return ctx->thread_ctx->lock_mutex(mutex);
 1099|  1.51M|	else
 1100|  1.51M|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.51M|#define SC_SUCCESS				0
  ------------------
 1101|  1.51M|}
sc_mutex_unlock:
 1104|  1.51M|{
 1105|  1.51M|	if (ctx == NULL)
  ------------------
  |  Branch (1105:6): [True: 0, False: 1.51M]
  ------------------
 1106|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1107|  1.51M|	if (ctx->thread_ctx != NULL && ctx->thread_ctx->unlock_mutex != NULL)
  ------------------
  |  Branch (1107:6): [True: 0, False: 1.51M]
  |  Branch (1107:33): [True: 0, False: 0]
  ------------------
 1108|      0|		return ctx->thread_ctx->unlock_mutex(mutex);
 1109|  1.51M|	else
 1110|  1.51M|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.51M|#define SC_SUCCESS				0
  ------------------
 1111|  1.51M|}

sc_decipher:
   37|  3.01k|{
   38|  3.01k|	int r;
   39|       |
   40|  3.01k|	if (card == NULL) {
  ------------------
  |  Branch (40:6): [True: 0, False: 3.01k]
  ------------------
   41|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   42|      0|	}
   43|  3.01k|	if (crgram == NULL || out == NULL) {
  ------------------
  |  Branch (43:6): [True: 661, False: 2.34k]
  |  Branch (43:24): [True: 0, False: 2.34k]
  ------------------
   44|    661|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|    661|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    661|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    661|	int _ret = r; \
  |  |  |  |  155|    661|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 661, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    661|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    661|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 661, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    661|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    661|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    661|	return _ret; \
  |  |  |  |  163|    661|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   45|    661|	}
   46|  2.34k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  2.34k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.34k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.34k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.34k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   47|  2.34k|	if (card->ops->decipher == NULL)
  ------------------
  |  Branch (47:6): [True: 0, False: 2.34k]
  ------------------
   48|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   49|  2.34k|	r = card->ops->decipher(card, crgram, crgram_len, out, outlen);
   50|  2.34k|        SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  2.34k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.34k|	int _ret = r; \
  |  |  155|  2.34k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2.02k, False: 326]
  |  |  ------------------
  |  |  156|  2.02k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  1.85k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1.85k, False: 173]
  |  |  ------------------
  |  |  157|  2.02k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.02k|	} else { \
  |  |  159|    326|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|    326|			"returning with: %d\n", _ret); \
  |  |  161|    326|	} \
  |  |  162|  2.34k|	return _ret; \
  |  |  163|  2.34k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   51|  2.34k|}
sc_compute_signature:
   56|  5.99k|{
   57|  5.99k|	int r;
   58|       |
   59|  5.99k|	if (card == NULL) {
  ------------------
  |  Branch (59:6): [True: 0, False: 5.99k]
  ------------------
   60|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   61|      0|	}
   62|  5.99k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  5.99k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  5.99k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  5.99k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  5.99k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 5.99k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   63|  5.99k|	if (card->ops->compute_signature == NULL)
  ------------------
  |  Branch (63:6): [True: 0, False: 5.99k]
  ------------------
   64|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   65|  5.99k|	r = card->ops->compute_signature(card, data, datalen, out, outlen);
   66|  5.99k|        SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  5.99k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  5.99k|	int _ret = r; \
  |  |  155|  5.99k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 5.63k, False: 352]
  |  |  ------------------
  |  |  156|  5.63k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  5.39k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 5.39k, False: 241]
  |  |  ------------------
  |  |  157|  5.63k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  5.63k|	} else { \
  |  |  159|    352|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|    352|			"returning with: %d\n", _ret); \
  |  |  161|    352|	} \
  |  |  162|  5.99k|	return _ret; \
  |  |  163|  5.99k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   67|  5.99k|}
sc_set_security_env:
  102|  13.6k|{
  103|  13.6k|	int r;
  104|       |
  105|  13.6k|	if (card == NULL) {
  ------------------
  |  Branch (105:6): [True: 0, False: 13.6k]
  ------------------
  106|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  107|      0|	}
  108|  13.6k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  13.6k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.6k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  109|  13.6k|	if (card->ops->set_security_env == NULL)
  ------------------
  |  Branch (109:6): [True: 0, False: 13.6k]
  ------------------
  110|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  111|  13.6k|	r = card->ops->set_security_env(card, env, se_num);
  112|  13.6k|        SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  13.6k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  13.6k|	int _ret = r; \
  |  |  155|  13.6k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 13.6k, False: 0]
  |  |  ------------------
  |  |  156|  13.6k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  4.66k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 4.66k, False: 9.00k]
  |  |  ------------------
  |  |  157|  13.6k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  13.6k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  13.6k|	return _ret; \
  |  |  163|  13.6k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  113|  13.6k|}
sc_restore_security_env:
  116|     42|{
  117|     42|	int r;
  118|       |
  119|     42|	if (card == NULL) {
  ------------------
  |  Branch (119:6): [True: 0, False: 42]
  ------------------
  120|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  121|      0|	}
  122|     42|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     42|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     42|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     42|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     42|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  123|     42|	if (card->ops->restore_security_env == NULL)
  ------------------
  |  Branch (123:6): [True: 0, False: 42]
  ------------------
  124|      0|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  125|     42|	r = card->ops->restore_security_env(card, se_num);
  126|     42|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|     42|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     42|	int _ret = r; \
  |  |  155|     42|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 42, False: 0]
  |  |  ------------------
  |  |  156|     42|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 23, False: 19]
  |  |  ------------------
  |  |  157|     42|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     42|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     42|	return _ret; \
  |  |  163|     42|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  127|     42|}
sc_verify:
  131|  1.14k|{
  132|  1.14k|	struct sc_pin_cmd_data data;
  133|       |
  134|  1.14k|	memset(&data, 0, sizeof(data));
  135|  1.14k|	data.cmd = SC_PIN_CMD_VERIFY;
  ------------------
  |  |  415|  1.14k|#define SC_PIN_CMD_VERIFY	0
  ------------------
  136|  1.14k|	data.pin_type = type;
  137|  1.14k|	data.pin_reference = ref;
  138|  1.14k|	data.pin1.data = pin;
  139|  1.14k|	data.pin1.len = pinlen;
  140|       |
  141|  1.14k|	int r = sc_pin_cmd(card, &data);
  142|  1.14k|	if (tries_left)
  ------------------
  |  Branch (142:6): [True: 1.14k, False: 0]
  ------------------
  143|  1.14k|		*tries_left = data.pin1.tries_left;
  144|       |
  145|  1.14k|	return r;
  146|  1.14k|}
sc_pin_cmd:
  204|  11.2k|{
  205|  11.2k|	int r, debug;
  206|       |
  207|  11.2k|	if (card == NULL) {
  ------------------
  |  Branch (207:6): [True: 0, False: 11.2k]
  ------------------
  208|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  209|      0|	}
  210|  11.2k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  11.2k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  11.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  11.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  11.2k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 11.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|       |
  212|  11.2k|	debug = card->ctx->debug;
  213|  11.2k|	if (data->cmd != SC_PIN_CMD_GET_INFO
  ------------------
  |  |  418|  22.5k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (213:6): [True: 3.14k, False: 8.14k]
  ------------------
  214|  3.14k|			&& card->ctx->debug < SC_LOG_DEBUG_PIN) {
  ------------------
  |  Branch (214:7): [True: 3.14k, False: 0]
  ------------------
  215|  3.14k|		card->ctx->debug = 0;
  216|  3.14k|	}
  217|       |
  218|  11.2k|	if (card->ops->pin_cmd) {
  ------------------
  |  Branch (218:6): [True: 11.2k, False: 0]
  ------------------
  219|  11.2k|		r = card->ops->pin_cmd(card, data);
  220|  11.2k|	} else if (!(data->flags & SC_PIN_CMD_USE_PINPAD)) {
  ------------------
  |  |  421|      0|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  |  Branch (220:13): [True: 0, False: 0]
  ------------------
  221|       |		/* Card driver doesn't support new style pin_cmd, fall
  222|       |		 * back to old interface */
  223|       |
  224|      0|		r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  225|      0|		switch (data->cmd) {
  ------------------
  |  Branch (225:11): [True: 0, False: 0]
  ------------------
  226|      0|		case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (226:3): [True: 0, False: 0]
  ------------------
  227|      0|			if (card->ops->verify != NULL)
  ------------------
  |  Branch (227:8): [True: 0, False: 0]
  ------------------
  228|      0|				r = card->ops->verify(card,
  229|      0|					data->pin_type,
  230|      0|					data->pin_reference,
  231|      0|					data->pin1.data,
  232|      0|					(size_t) data->pin1.len,
  233|      0|					&data->pin1.tries_left);
  234|      0|			break;
  235|      0|		case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (235:3): [True: 0, False: 0]
  ------------------
  236|      0|			if (card->ops->change_reference_data != NULL)
  ------------------
  |  Branch (236:8): [True: 0, False: 0]
  ------------------
  237|      0|				r = card->ops->change_reference_data(card,
  238|      0|					data->pin_type,
  239|      0|					data->pin_reference,
  240|      0|					data->pin1.data,
  241|      0|					(size_t) data->pin1.len,
  242|      0|					data->pin2.data,
  243|      0|					(size_t) data->pin2.len,
  244|      0|					&data->pin1.tries_left);
  245|      0|			break;
  246|      0|		case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (246:3): [True: 0, False: 0]
  ------------------
  247|      0|			if (card->ops->reset_retry_counter != NULL)
  ------------------
  |  Branch (247:8): [True: 0, False: 0]
  ------------------
  248|      0|				r = card->ops->reset_retry_counter(card,
  249|      0|					data->pin_type,
  250|      0|					data->pin_reference,
  251|      0|					data->pin1.data,
  252|      0|					(size_t) data->pin1.len,
  253|      0|					data->pin2.data,
  254|      0|					(size_t) data->pin2.len);
  255|      0|			break;
  256|      0|		}
  257|      0|		if (r == SC_ERROR_NOT_SUPPORTED)
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  |  Branch (257:7): [True: 0, False: 0]
  ------------------
  258|      0|			sc_log(card->ctx,  "unsupported PIN operation (%d)",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  259|      0|					data->cmd);
  260|      0|	} else {
  261|      0|		sc_log(card->ctx,  "Use of pin pad not supported by card driver");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  262|      0|		r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  263|      0|	}
  264|  11.2k|	card->ctx->debug = debug;
  265|       |
  266|  11.2k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  11.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  11.2k|	int _ret = r; \
  |  |  155|  11.2k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 11.2k, False: 0]
  |  |  ------------------
  |  |  156|  11.2k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|  7.34k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 7.34k, False: 3.94k]
  |  |  ------------------
  |  |  157|  11.2k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  11.2k|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|  11.2k|	return _ret; \
  |  |  163|  11.2k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  267|  11.2k|}
sc_build_pin:
  281|  2.42k|{
  282|  2.42k|	size_t i = 0, j, pin_len = pin->len;
  283|       |
  284|  2.42k|	if (pin->max_length && pin_len > pin->max_length)
  ------------------
  |  Branch (284:6): [True: 2.18k, False: 243]
  |  Branch (284:25): [True: 0, False: 2.18k]
  ------------------
  285|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  286|       |
  287|  2.42k|	if (pin->encoding == SC_PIN_ENCODING_GLP) {
  ------------------
  |  |  427|  2.42k|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (287:6): [True: 42, False: 2.38k]
  ------------------
  288|    118|		while (pin_len > 0 && pin->data[pin_len - 1] == 0xFF)
  ------------------
  |  Branch (288:10): [True: 112, False: 6]
  |  Branch (288:25): [True: 76, False: 36]
  ------------------
  289|     76|			pin_len--;
  290|     42|		if (pin_len > 12)
  ------------------
  |  Branch (290:7): [True: 6, False: 36]
  ------------------
  291|      6|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      6|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  292|    104|		for (i = 0; i < pin_len; i++) {
  ------------------
  |  Branch (292:15): [True: 87, False: 17]
  ------------------
  293|     87|			if (pin->data[i] < '0' || pin->data[i] > '9')
  ------------------
  |  Branch (293:8): [True: 8, False: 79]
  |  Branch (293:30): [True: 11, False: 68]
  ------------------
  294|     19|				return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     19|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  295|     87|		}
  296|     17|		buf[0] = 0x20 | (u8) pin_len;
  297|     17|		buf++;
  298|     17|		buflen--;
  299|     17|	}
  300|       |
  301|       |	/* PIN given by application, encode if required */
  302|  2.39k|	if (pin->encoding == SC_PIN_ENCODING_ASCII) {
  ------------------
  |  |  425|  2.39k|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  |  Branch (302:6): [True: 2.34k, False: 50]
  ------------------
  303|  2.34k|		if (pin_len > buflen)
  ------------------
  |  Branch (303:7): [True: 18, False: 2.33k]
  ------------------
  304|     18|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|     18|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  305|  2.33k|		memcpy(buf, pin->data, pin_len);
  306|  2.33k|		i = pin_len;
  307|  2.33k|	} else if (pin->encoding == SC_PIN_ENCODING_BCD || pin->encoding == SC_PIN_ENCODING_GLP) {
  ------------------
  |  |  426|    100|#define SC_PIN_ENCODING_BCD	1
  ------------------
              	} else if (pin->encoding == SC_PIN_ENCODING_BCD || pin->encoding == SC_PIN_ENCODING_GLP) {
  ------------------
  |  |  427|     17|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (307:13): [True: 33, False: 17]
  |  Branch (307:53): [True: 17, False: 0]
  ------------------
  308|     50|		if (pin_len > 2 * buflen)
  ------------------
  |  Branch (308:7): [True: 0, False: 50]
  ------------------
  309|      0|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  310|    333|		for (i = j = 0; j < pin_len; j++) {
  ------------------
  |  Branch (310:19): [True: 300, False: 33]
  ------------------
  311|    300|			if (!isdigit(pin->data[j])) {
  ------------------
  |  Branch (311:8): [True: 17, False: 283]
  ------------------
  312|     17|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     17|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  313|     17|			}
  314|    283|			buf[i] <<= 4;
  315|    283|			buf[i] |= pin->data[j] & 0xf;
  316|    283|			if (j & 1)
  ------------------
  |  Branch (316:8): [True: 132, False: 151]
  ------------------
  317|    132|				i++;
  318|    283|		}
  319|     33|		if (j & 1) {
  ------------------
  |  Branch (319:7): [True: 13, False: 20]
  ------------------
  320|     13|			buf[i] <<= 4;
  321|     13|			buf[i] |= pin->pad_char & 0xf;
  322|     13|			i++;
  323|     13|		}
  324|     33|	}
  325|       |
  326|       |	/* Pad to maximum PIN length if requested */
  327|  2.36k|	if (pad || pin->encoding == SC_PIN_ENCODING_GLP) {
  ------------------
  |  |  427|    986|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (327:6): [True: 1.37k, False: 986]
  |  Branch (327:13): [True: 0, False: 986]
  ------------------
  328|  1.37k|		size_t pad_length = pin->pad_length;
  329|  1.37k|		u8     pad_char   = pin->encoding == SC_PIN_ENCODING_GLP ? 0xFF : pin->pad_char;
  ------------------
  |  |  427|  1.37k|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (329:23): [True: 17, False: 1.36k]
  ------------------
  330|       |
  331|  1.37k|		if (pin->encoding == SC_PIN_ENCODING_BCD)
  ------------------
  |  |  426|  1.37k|#define SC_PIN_ENCODING_BCD	1
  ------------------
  |  Branch (331:7): [True: 16, False: 1.36k]
  ------------------
  332|     16|			pad_length >>= 1;
  333|  1.37k|		if (pin->encoding == SC_PIN_ENCODING_GLP)
  ------------------
  |  |  427|  1.37k|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (333:7): [True: 17, False: 1.36k]
  ------------------
  334|     17|			pad_length = 8;
  335|       |
  336|  1.37k|		if (pad_length > buflen)
  ------------------
  |  Branch (336:7): [True: 0, False: 1.37k]
  ------------------
  337|      0|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  338|       |
  339|  1.37k|		if (pad_length && i < pad_length) {
  ------------------
  |  Branch (339:7): [True: 1.17k, False: 199]
  |  Branch (339:21): [True: 527, False: 651]
  ------------------
  340|    527|			memset(buf + i, pad_char, pad_length - i);
  341|    527|			i = pad_length;
  342|    527|		}
  343|  1.37k|	}
  344|       |
  345|  2.36k|	return (int)i;
  346|  2.36k|}

sc_simpletlv_put_tag:
   43|    361|{
   44|    361|	u8 *p = out;
   45|       |
   46|    361|	if (outlen < 2 || (outlen < 4 && datalen >= 0xff))
  ------------------
  |  Branch (46:6): [True: 0, False: 361]
  |  Branch (46:21): [True: 25, False: 336]
  |  Branch (46:35): [True: 0, False: 25]
  ------------------
   47|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   48|       |
   49|       |	/* tag is just number between 0x01 and 0xFE */
   50|    361|	if (tag == 0x00 || tag == 0xff)
  ------------------
  |  Branch (50:6): [True: 108, False: 253]
  |  Branch (50:21): [True: 39, False: 214]
  ------------------
   51|    147|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    147|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   52|    214|	if (datalen > 0xffff) {
  ------------------
  |  Branch (52:6): [True: 0, False: 214]
  ------------------
   53|       |		/* we can't store more than two bytes in Simple TLV */
   54|      0|		return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
   55|      0|	}
   56|       |
   57|    214|	*p++ = tag; /* tag is single byte */
   58|    214|	if (datalen < 0xff) {
  ------------------
  |  Branch (58:6): [True: 188, False: 26]
  ------------------
   59|       |		/* short value up to 255 */
   60|    188|		*p++ = (u8)datalen; /* is in the second byte */
   61|    188|	} else {
   62|       |		/* longer values up to 65535 */
   63|     26|		*p++ = (u8)0xff; /* first byte is 0xff */
   64|     26|		*p++ = (u8)datalen & 0xff;
   65|     26|		*p++ = (u8)(datalen >> 8) & 0xff; /* LE */
   66|     26|	}
   67|    214|	if (ptr != NULL)
  ------------------
  |  Branch (67:6): [True: 214, False: 0]
  ------------------
   68|    214|		*ptr = p;
   69|    214|	return SC_SUCCESS;
  ------------------
  |  |   28|    214|#define SC_SUCCESS				0
  ------------------
   70|    214|}
sc_simpletlv_read_tag:
   77|  62.4k|{
   78|  62.4k|	u8 tag;
   79|  62.4k|	size_t left = buflen, len;
   80|  62.4k|	const u8 *p = *buf;
   81|       |
   82|  62.4k|	*buf = NULL;
   83|       |
   84|  62.4k|	if (left < 2) {
  ------------------
  |  Branch (84:6): [True: 406, False: 61.9k]
  ------------------
   85|    406|		return SC_ERROR_INVALID_TLV_OBJECT;
  ------------------
  |  |   98|    406|#define SC_ERROR_INVALID_TLV_OBJECT		-1417
  ------------------
   86|    406|	}
   87|  61.9k|	tag = *p;
   88|  61.9k|	p++;
   89|  61.9k|	len = *p;
   90|  61.9k|	p++;
   91|  61.9k|	left -= 2;
   92|       |
   93|  61.9k|	if (len == 0xff) {
  ------------------
  |  Branch (93:6): [True: 1.37k, False: 60.6k]
  ------------------
   94|       |		/* don't crash on bad data */
   95|  1.37k|		if (left < 2) {
  ------------------
  |  Branch (95:7): [True: 103, False: 1.27k]
  ------------------
   96|    103|			return SC_ERROR_INVALID_TLV_OBJECT;
  ------------------
  |  |   98|    103|#define SC_ERROR_INVALID_TLV_OBJECT		-1417
  ------------------
   97|    103|		}
   98|       |		/* skip two bytes (the size) */
   99|  1.27k|		len = lebytes2ushort(p);
  100|  1.27k|		p += 2;
  101|  1.27k|		left -= 2;
  102|  1.27k|	}
  103|       |
  104|  61.8k|	*tag_out = tag;
  105|  61.8k|	*taglen = len;
  106|  61.8k|	*buf = p;
  107|       |
  108|  61.8k|	if (len > left)
  ------------------
  |  Branch (108:6): [True: 5.70k, False: 56.1k]
  ------------------
  109|  5.70k|		return SC_ERROR_TLV_END_OF_CONTENTS;
  ------------------
  |  |   99|  5.70k|#define SC_ERROR_TLV_END_OF_CONTENTS	-1418
  ------------------
  110|       |
  111|  56.1k|	return SC_SUCCESS;
  ------------------
  |  |   28|  56.1k|#define SC_SUCCESS				0
  ------------------
  112|  61.8k|}

sc_sm_parse_answer:
   45|  4.35k|{
   46|  4.35k|	struct sc_asn1_entry asn1_sm_response[4];
   47|  4.35k|	unsigned char data[SC_MAX_APDU_BUFFER_SIZE];
   48|  4.35k|	size_t data_len = sizeof(data);
   49|  4.35k|	unsigned char status[2] = {0, 0};
   50|  4.35k|	size_t status_len = sizeof(status);
   51|  4.35k|	unsigned char mac[8];
   52|  4.35k|	size_t mac_len = sizeof(mac);
   53|  4.35k|	int rv;
   54|       |
   55|  4.35k|	if (!resp_data || !resp_len || !out)
  ------------------
  |  Branch (55:6): [True: 0, False: 4.35k]
  |  Branch (55:20): [True: 0, False: 4.35k]
  |  Branch (55:33): [True: 0, False: 4.35k]
  ------------------
   56|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   57|       |
   58|  4.35k|	sc_copy_asn1_entry(c_asn1_sm_response, asn1_sm_response);
   59|       |
   60|  4.35k|	sc_format_asn1_entry(asn1_sm_response + 0, data, &data_len, 0);
   61|  4.35k|	sc_format_asn1_entry(asn1_sm_response + 1, status, &status_len, 0);
   62|  4.35k|	sc_format_asn1_entry(asn1_sm_response + 2, mac, &mac_len, 0);
   63|       |
   64|  4.35k|	rv = sc_asn1_decode(card->ctx, asn1_sm_response, resp_data, resp_len, NULL, NULL);
   65|  4.35k|	if (rv)
  ------------------
  |  Branch (65:6): [True: 4.19k, False: 165]
  ------------------
   66|  4.19k|		return rv;
   67|       |
   68|    165|	if (asn1_sm_response[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|    165|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (68:6): [True: 35, False: 130]
  ------------------
   69|     35|		if (data_len > sizeof(out->data))
  ------------------
  |  Branch (69:7): [True: 0, False: 35]
  ------------------
   70|      0|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
   71|     35|		memcpy(out->data, data, data_len);
   72|     35|		out->data_len = data_len;
   73|     35|	}
   74|    165|	if (asn1_sm_response[1].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|    165|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (74:6): [True: 165, False: 0]
  ------------------
   75|    165|		if (!status[0])
  ------------------
  |  Branch (75:7): [True: 42, False: 123]
  ------------------
   76|     42|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     42|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
   77|    123|		out->sw1 = status[0];
   78|    123|		out->sw2 = status[1];
   79|    123|	}
   80|    123|	if (asn1_sm_response[2].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|    123|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (80:6): [True: 123, False: 0]
  ------------------
   81|    123|		memcpy(out->mac, mac, mac_len);
   82|    123|		out->mac_len = mac_len;
   83|    123|	}
   84|       |
   85|    123|	return SC_SUCCESS;
  ------------------
  |  |   28|    123|#define SC_SUCCESS				0
  ------------------
   86|    165|}
sc_sm_update_apdu_response:
   99|  4.35k|{
  100|  4.35k|	struct sm_card_response sm_resp;
  101|  4.35k|	int r;
  102|       |
  103|  4.35k|	if (!apdu)
  ------------------
  |  Branch (103:6): [True: 0, False: 4.35k]
  ------------------
  104|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  105|  4.35k|	else if (!resp_data || !resp_len)
  ------------------
  |  Branch (105:11): [True: 0, False: 4.35k]
  |  Branch (105:25): [True: 0, False: 4.35k]
  ------------------
  106|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  107|       |
  108|  4.35k|	memset(&sm_resp, 0, sizeof(sm_resp));
  109|  4.35k|	r = sc_sm_parse_answer(card, resp_data, resp_len, &sm_resp);
  110|  4.35k|	if (r)
  ------------------
  |  Branch (110:6): [True: 4.23k, False: 123]
  ------------------
  111|  4.23k|		return r;
  112|       |
  113|    123|	if (sm_resp.mac_len)   {
  ------------------
  |  Branch (113:6): [True: 42, False: 81]
  ------------------
  114|     42|		if (sm_resp.mac_len > sizeof(apdu->mac))
  ------------------
  |  Branch (114:7): [True: 0, False: 42]
  ------------------
  115|      0|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  116|     42|		memcpy(apdu->mac, sm_resp.mac, sm_resp.mac_len);
  117|     42|		apdu->mac_len = sm_resp.mac_len;
  118|     42|	}
  119|       |
  120|    123|	apdu->sw1 = sm_resp.sw1;
  121|    123|	apdu->sw2 = sm_resp.sw2;
  122|       |
  123|    123|	return SC_SUCCESS;
  ------------------
  |  |   28|    123|#define SC_SUCCESS				0
  ------------------
  124|    123|}
sc_sm_single_transmit:
  128|  1.79k|{
  129|  1.79k|	struct sc_context *ctx  = card->ctx;
  130|  1.79k|	struct sc_apdu *sm_apdu = NULL;
  131|  1.79k|	int rv;
  132|       |
  133|  1.79k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.79k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.79k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.79k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.79k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|  1.79k|	sc_log(ctx, "SM_MODE:%X", card->sm_ctx.sm_mode);
  ------------------
  |  |   71|  1.79k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  135|  1.79k|	if (!card->sm_ctx.ops.get_sm_apdu || !card->sm_ctx.ops.free_sm_apdu)
  ------------------
  |  Branch (135:6): [True: 0, False: 1.79k]
  |  Branch (135:39): [True: 0, False: 1.79k]
  ------------------
  136|  1.79k|		LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|       |
  138|       |	/* get SM encoded APDU */
  139|  1.79k|	rv = card->sm_ctx.ops.get_sm_apdu(card, apdu, &sm_apdu);
  140|  1.79k|	if (rv == SC_ERROR_SM_NOT_APPLIED)   {
  ------------------
  |  |  125|  1.79k|#define SC_ERROR_SM_NOT_APPLIED			-1610
  ------------------
  |  Branch (140:6): [True: 0, False: 1.79k]
  ------------------
  141|       |		/* SM wrap of this APDU is ignored by card driver.
  142|       |		 * Send plain APDU to the reader driver */
  143|      0|		rv = card->reader->ops->transmit(card->reader, apdu);
  144|      0|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  145|  1.79k|	} else {
  146|  1.79k|		if (rv < 0)
  ------------------
  |  Branch (146:7): [True: 0, False: 1.79k]
  ------------------
  147|      0|			sc_sm_stop(card);
  148|  1.79k|	}
  149|  1.79k|	LOG_TEST_RET(ctx, rv, "get SM APDU error");
  ------------------
  |  |  174|  1.79k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.79k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.79k|	int _ret = (r); \
  |  |  |  |  168|  1.79k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 1.79k]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|  1.79k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  150|       |
  151|       |	/* check if SM APDU is still valid */
  152|  1.79k|	rv = sc_check_apdu(card, sm_apdu);
  153|  1.79k|	if (rv < 0)   {
  ------------------
  |  Branch (153:6): [True: 0, False: 1.79k]
  ------------------
  154|      0|		card->sm_ctx.ops.free_sm_apdu(card, apdu, &sm_apdu);
  155|      0|		sc_sm_stop(card);
  156|      0|		LOG_TEST_RET(ctx, rv, "cannot validate SM encoded APDU");
  ------------------
  |  |  174|      0|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|      0|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|      0|	int _ret = (r); \
  |  |  |  |  168|      0|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|      0|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|      0|		return _ret; \
  |  |  |  |  172|      0|	} \
  |  |  |  |  173|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|      0|	}
  158|       |
  159|       |	/* send APDU flagged as NO_SM */
  160|  1.79k|	sm_apdu->flags |= SC_APDU_FLAGS_NO_SM | SC_APDU_FLAGS_NO_RETRY_WL;
  ------------------
  |  |  314|  1.79k|#define SC_APDU_FLAGS_NO_SM		0x00000008UL
  ------------------
              	sm_apdu->flags |= SC_APDU_FLAGS_NO_SM | SC_APDU_FLAGS_NO_RETRY_WL;
  ------------------
  |  |  312|  1.79k|#define SC_APDU_FLAGS_NO_RETRY_WL	0x00000004UL
  ------------------
  161|  1.79k|	rv = sc_transmit_apdu(card, sm_apdu);
  162|  1.79k|	if (rv < 0) {
  ------------------
  |  Branch (162:6): [True: 17, False: 1.78k]
  ------------------
  163|     17|		card->sm_ctx.ops.free_sm_apdu(card, apdu, &sm_apdu);
  164|     17|		sc_sm_stop(card);
  165|     17|		LOG_TEST_RET(ctx, rv, "unable to transmit APDU");
  ------------------
  |  |  174|     17|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     17|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     17|	int _ret = (r); \
  |  |  |  |  168|     17|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     17|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     17|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     17|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     17|		return _ret; \
  |  |  |  |  172|     17|	} \
  |  |  |  |  173|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  166|     17|	}
  167|       |
  168|       |	/* decode SM answer and free temporary SM related data */
  169|  1.78k|	rv = card->sm_ctx.ops.free_sm_apdu(card, apdu, &sm_apdu);
  170|  1.78k|	if (rv < 0)
  ------------------
  |  Branch (170:6): [True: 545, False: 1.23k]
  ------------------
  171|    545|		sc_sm_stop(card);
  172|       |
  173|  1.78k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  1.78k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.78k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.78k|	int _ret = r; \
  |  |  |  |  155|  1.78k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.78k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.78k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    545|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 545, False: 1.23k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.78k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.78k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|  1.78k|	return _ret; \
  |  |  |  |  163|  1.78k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|  1.78k|}
sc_sm_stop:
  178|    810|{
  179|    810|    int r = SC_SUCCESS;
  ------------------
  |  |   28|    810|#define SC_SUCCESS				0
  ------------------
  180|       |
  181|    810|    if (card) {
  ------------------
  |  Branch (181:9): [True: 810, False: 0]
  ------------------
  182|    810|        if (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT
  ------------------
  |  |   47|  1.62k|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (182:13): [True: 562, False: 248]
  ------------------
  183|    562|                && card->sm_ctx.ops.close)
  ------------------
  |  Branch (183:20): [True: 0, False: 562]
  ------------------
  184|      0|            r = card->sm_ctx.ops.close(card);
  185|    810|        card->sm_ctx.sm_mode = SM_MODE_NONE;
  ------------------
  |  |   43|    810|#define SM_MODE_NONE		0x0
  ------------------
  186|    810|    }
  187|       |
  188|    810|    return r;
  189|    810|}

scconf_parse_token:
  251|   164k|{
  252|   164k|	scconf_item *item;
  253|   164k|	size_t len;
  254|       |
  255|   164k|	if (parser->error) {
  ------------------
  |  Branch (255:6): [True: 0, False: 164k]
  ------------------
  256|       |		/* fatal error */
  257|      0|		return;
  258|      0|	}
  259|   164k|	switch (token_type) {
  ------------------
  |  Branch (259:10): [True: 164k, False: 0]
  ------------------
  260|      0|	case TOKEN_TYPE_NEWLINE:
  ------------------
  |  |   32|      0|#define TOKEN_TYPE_NEWLINE	1
  ------------------
  |  Branch (260:2): [True: 0, False: 164k]
  ------------------
  261|      0|		parser->line++;
  262|      0|		if (parser->last_token_type != TOKEN_TYPE_NEWLINE) {
  ------------------
  |  |   32|      0|#define TOKEN_TYPE_NEWLINE	1
  ------------------
  |  Branch (262:7): [True: 0, False: 0]
  ------------------
  263|      0|			break;
  264|      0|		}
  265|       |		/* fall through - treat empty lines as comments */
  266|      0|	case TOKEN_TYPE_COMMENT:
  ------------------
  |  |   31|      0|#define TOKEN_TYPE_COMMENT	0
  ------------------
  |  Branch (266:2): [True: 0, False: 164k]
  ------------------
  267|      0|		item = scconf_item_add_internal(parser, SCCONF_ITEM_TYPE_COMMENT);
  ------------------
  |  |   42|      0|#define SCCONF_ITEM_TYPE_COMMENT	0	/* key = NULL, comment */
  ------------------
  268|      0|		if (!item) {
  ------------------
  |  Branch (268:7): [True: 0, False: 0]
  ------------------
  269|      0|			return;
  270|      0|		}
  271|      0|		item->value.comment = token ? strdup(token) : NULL;
  ------------------
  |  Branch (271:25): [True: 0, False: 0]
  ------------------
  272|      0|		break;
  273|  82.2k|	case TOKEN_TYPE_STRING:
  ------------------
  |  |   33|  82.2k|#define TOKEN_TYPE_STRING	2
  ------------------
  |  Branch (273:2): [True: 82.2k, False: 82.2k]
  ------------------
  274|  82.2k|		{
  275|  82.2k|			char *stoken = NULL;
  276|       |
  277|  82.2k|			if ((parser->state & (STATE_VALUE | STATE_SET)) ==
  ------------------
  |  |   37|  82.2k|#define STATE_VALUE	0x02
  ------------------
              			if ((parser->state & (STATE_VALUE | STATE_SET)) ==
  ------------------
  |  |   38|  82.2k|#define STATE_SET	0x10
  ------------------
  |  Branch (277:8): [True: 0, False: 82.2k]
  ------------------
  278|  82.2k|			    (STATE_VALUE | STATE_SET)) {
  ------------------
  |  |   37|  82.2k|#define STATE_VALUE	0x02
  ------------------
              			    (STATE_VALUE | STATE_SET)) {
  ------------------
  |  |   38|  82.2k|#define STATE_SET	0x10
  ------------------
  279|      0|				scconf_parse_warning_expect(parser, ";");
  280|      0|				scconf_parse_reset_state(parser);
  281|      0|			}
  282|  82.2k|			if (token && *token == '"') {
  ------------------
  |  Branch (282:8): [True: 82.2k, False: 0]
  |  Branch (282:17): [True: 0, False: 82.2k]
  ------------------
  283|       |				/* quoted string, remove them */
  284|      0|				token++;
  285|      0|				len = strlen(token);
  286|      0|				if (len < 1 || token[len - 1] != '"') {
  ------------------
  |  Branch (286:9): [True: 0, False: 0]
  |  Branch (286:20): [True: 0, False: 0]
  ------------------
  287|      0|					scconf_parse_warning_expect(parser, "\"");
  288|      0|				} else {
  289|       |					/* stoken */
  290|      0|					stoken = strdup(token);
  291|      0|					if (stoken) {
  ------------------
  |  Branch (291:10): [True: 0, False: 0]
  ------------------
  292|      0|						stoken[len - 1] = '\0';
  293|      0|					}
  294|      0|				}
  295|      0|			}
  296|  82.2k|			if (!stoken) {
  ------------------
  |  Branch (296:8): [True: 82.2k, False: 0]
  ------------------
  297|  82.2k|				stoken = token ? strdup(token) : NULL;
  ------------------
  |  Branch (297:14): [True: 82.2k, False: 0]
  ------------------
  298|  82.2k|			}
  299|  82.2k|			if (parser->state == 0) {
  ------------------
  |  Branch (299:8): [True: 32.8k, False: 49.3k]
  ------------------
  300|       |				/* key */
  301|  32.8k|				parser->key = stoken ? strdup(stoken) : NULL;
  ------------------
  |  Branch (301:19): [True: 32.8k, False: 0]
  ------------------
  302|  32.8k|				parser->state = STATE_NAME;
  ------------------
  |  |   36|  32.8k|#define STATE_NAME	0x01
  ------------------
  303|  49.3k|			} else if (parser->state == STATE_NAME) {
  ------------------
  |  |   36|  49.3k|#define STATE_NAME	0x01
  ------------------
  |  Branch (303:15): [True: 16.4k, False: 32.8k]
  ------------------
  304|       |				/* name */
  305|  16.4k|				parser->state |= STATE_SET;
  ------------------
  |  |   38|  16.4k|#define STATE_SET	0x10
  ------------------
  306|  16.4k|				scconf_list_add(&parser->name, stoken);
  307|  32.8k|			} else if (parser->state == STATE_VALUE && parser->current_item->type == SCCONF_ITEM_TYPE_VALUE) {
  ------------------
  |  |   37|  65.7k|#define STATE_VALUE	0x02
  ------------------
              			} else if (parser->state == STATE_VALUE && parser->current_item->type == SCCONF_ITEM_TYPE_VALUE) {
  ------------------
  |  |   44|  32.8k|#define SCCONF_ITEM_TYPE_VALUE		2	/* key = key, list */
  ------------------
  |  Branch (307:15): [True: 32.8k, False: 0]
  |  Branch (307:47): [True: 32.8k, False: 0]
  ------------------
  308|       |				/* value */
  309|  32.8k|				parser->state |= STATE_SET;
  ------------------
  |  |   38|  32.8k|#define STATE_SET	0x10
  ------------------
  310|  32.8k|				scconf_list_add(&parser->current_item->value.list,
  311|  32.8k|						      stoken);
  312|  32.8k|			} else {
  313|       |				/* error */
  314|      0|				scconf_parse_error_not_expect(parser, stoken);
  315|      0|			}
  316|  82.2k|			if (stoken) {
  ------------------
  |  Branch (316:8): [True: 82.2k, False: 0]
  ------------------
  317|  82.2k|				free(stoken);
  318|  82.2k|			}
  319|  82.2k|			stoken = NULL;
  320|  82.2k|		}
  321|  82.2k|		break;
  322|  82.2k|	case TOKEN_TYPE_PUNCT:
  ------------------
  |  |   34|  82.2k|#define TOKEN_TYPE_PUNCT	3
  ------------------
  |  Branch (322:2): [True: 82.2k, False: 82.2k]
  ------------------
  323|  82.2k|		switch (*token) {
  324|  16.4k|		case '{':
  ------------------
  |  Branch (324:3): [True: 16.4k, False: 65.7k]
  ------------------
  325|  16.4k|			if ((parser->state & STATE_NAME) == 0) {
  ------------------
  |  |   36|  16.4k|#define STATE_NAME	0x01
  ------------------
  |  Branch (325:8): [True: 0, False: 16.4k]
  ------------------
  326|      0|				scconf_parse_error_not_expect(parser, "{");
  327|      0|				break;
  328|      0|			}
  329|  16.4k|			parser->nested_blocks++;
  330|  16.4k|			scconf_block_add_internal(parser);
  331|  16.4k|			scconf_parse_reset_state(parser);
  332|  16.4k|			break;
  333|  16.4k|		case '}':
  ------------------
  |  Branch (333:3): [True: 16.4k, False: 65.7k]
  ------------------
  334|  16.4k|			parser->nested_blocks--;
  335|  16.4k|			if (parser->state != 0) {
  ------------------
  |  Branch (335:8): [True: 0, False: 16.4k]
  ------------------
  336|      0|				if ((parser->state & STATE_VALUE) == 0 ||
  ------------------
  |  |   37|      0|#define STATE_VALUE	0x02
  ------------------
  |  Branch (336:9): [True: 0, False: 0]
  ------------------
  337|      0|				    (parser->state & STATE_SET) == 0) {
  ------------------
  |  |   38|      0|#define STATE_SET	0x10
  ------------------
  |  Branch (337:9): [True: 0, False: 0]
  ------------------
  338|      0|					scconf_parse_error_not_expect(parser,
  339|      0|								      "}");
  340|      0|					break;
  341|      0|				}
  342|       |				/* foo = bar } */
  343|      0|				scconf_parse_warning_expect(parser, ";");
  344|      0|				scconf_parse_reset_state(parser);
  345|      0|			}
  346|  16.4k|			if (!parser->block->parent) {
  ------------------
  |  Branch (346:8): [True: 0, False: 16.4k]
  ------------------
  347|       |				/* too many '}' */
  348|      0|				scconf_parse_error(parser,
  349|      0|						   "missing matching '{'");
  350|      0|				break;
  351|      0|			}
  352|  16.4k|			scconf_parse_parent(parser);
  353|  16.4k|			break;
  354|  16.4k|		case ',':
  ------------------
  |  Branch (354:3): [True: 16.4k, False: 65.7k]
  ------------------
  355|  16.4k|			if ((parser->state & (STATE_NAME | STATE_VALUE)) == 0) {
  ------------------
  |  |   36|  16.4k|#define STATE_NAME	0x01
  ------------------
              			if ((parser->state & (STATE_NAME | STATE_VALUE)) == 0) {
  ------------------
  |  |   37|  16.4k|#define STATE_VALUE	0x02
  ------------------
  |  Branch (355:8): [True: 0, False: 16.4k]
  ------------------
  356|      0|				scconf_parse_error_not_expect(parser, ",");
  357|      0|			}
  358|  16.4k|			parser->state &= ~STATE_SET;
  ------------------
  |  |   38|  16.4k|#define STATE_SET	0x10
  ------------------
  359|  16.4k|			break;
  360|  16.4k|		case '=':
  ------------------
  |  Branch (360:3): [True: 16.4k, False: 65.7k]
  ------------------
  361|  16.4k|			if ((parser->state & STATE_NAME) == 0) {
  ------------------
  |  |   36|  16.4k|#define STATE_NAME	0x01
  ------------------
  |  Branch (361:8): [True: 0, False: 16.4k]
  ------------------
  362|      0|				scconf_parse_error_not_expect(parser, "=");
  363|      0|				break;
  364|      0|			}
  365|  16.4k|			scconf_item_add_internal(parser, SCCONF_ITEM_TYPE_VALUE);
  ------------------
  |  |   44|  16.4k|#define SCCONF_ITEM_TYPE_VALUE		2	/* key = key, list */
  ------------------
  366|  16.4k|			parser->state = STATE_VALUE;
  ------------------
  |  |   37|  16.4k|#define STATE_VALUE	0x02
  ------------------
  367|  16.4k|			break;
  368|  16.4k|		case ';':
  ------------------
  |  Branch (368:3): [True: 16.4k, False: 65.7k]
  ------------------
  369|  16.4k|			scconf_parse_reset_state(parser);
  370|  16.4k|			break;
  371|      0|		default:
  ------------------
  |  Branch (371:3): [True: 0, False: 82.2k]
  ------------------
  372|      0|			snprintf(parser->emesg, sizeof(parser->emesg),
  373|      0|				"Line %d: bad token ignoring\n",
  374|      0|				parser->line);
  375|  82.2k|		}
  376|  82.2k|		break;
  377|   164k|	}
  378|       |
  379|   164k|	parser->last_token_type = token_type;
  380|   164k|}
scconf_parse:
  383|  16.4k|{
  384|  16.4k|	static char buffer[256];
  385|  16.4k|	scconf_parser p;
  386|  16.4k|	int r = 1;
  387|       |
  388|  16.4k|	memset(&p, 0, sizeof(p));
  389|  16.4k|	p.config = config;
  390|  16.4k|	p.block = config->root;
  391|  16.4k|	p.line = 1;
  392|  16.4k|	p.nested_blocks = 0;
  393|       |
  394|  16.4k|	if (!scconf_lex_parse(&p, config->filename)) {
  ------------------
  |  Branch (394:6): [True: 16.4k, False: 0]
  ------------------
  395|  16.4k|		snprintf(buffer, sizeof(buffer),
  396|  16.4k|				"Unable to open \"%s\": %s",
  397|  16.4k|				config->filename, strerror(errno));
  398|  16.4k|		r = -1;
  399|  16.4k|	} else if (p.error) {
  ------------------
  |  Branch (399:13): [True: 0, False: 0]
  ------------------
  400|      0|		strlcpy(buffer, p.emesg, sizeof(buffer));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  401|      0|		r = 0;
  402|      0|	} else {
  403|      0|		r = 1;
  404|      0|	}
  405|       |
  406|  16.4k|	if (r <= 0)
  ------------------
  |  Branch (406:6): [True: 16.4k, False: 0]
  ------------------
  407|  16.4k|		config->errmsg = buffer;
  408|  16.4k|	return r;
  409|  16.4k|}
scconf_parse_string:
  412|  16.4k|{
  413|  16.4k|	static char buffer[256];
  414|  16.4k|	scconf_parser p;
  415|  16.4k|	int r;
  416|       |
  417|  16.4k|	memset(&p, 0, sizeof(p));
  418|  16.4k|	p.config = config;
  419|  16.4k|	p.block = config->root;
  420|  16.4k|	p.line = 1;
  421|  16.4k|	p.nested_blocks = 0;
  422|       |
  423|  16.4k|	if (!scconf_lex_parse_string(&p, string)) {
  ------------------
  |  Branch (423:6): [True: 0, False: 16.4k]
  ------------------
  424|      0|		snprintf(buffer, sizeof(buffer),
  425|      0|				"Failed to parse configuration string");
  426|      0|		r = -1;
  427|  16.4k|	} else if (p.error) {
  ------------------
  |  Branch (427:13): [True: 0, False: 16.4k]
  ------------------
  428|      0|		strlcpy(buffer, p.emesg, sizeof(buffer));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  429|      0|		r = 0;
  430|  16.4k|	} else {
  431|  16.4k|		r = 1;
  432|  16.4k|	}
  433|       |
  434|  16.4k|	scconf_parse_reset_state(&p);
  435|       |
  436|  16.4k|	if (r <= 0)
  ------------------
  |  Branch (436:6): [True: 0, False: 16.4k]
  ------------------
  437|      0|		config->errmsg = buffer;
  438|  16.4k|	return r;
  439|  16.4k|}
parse.c:scconf_item_add_internal:
   95|  32.8k|{
   96|  32.8k|	scconf_item *item;
   97|       |
   98|  32.8k|	if (type == SCCONF_ITEM_TYPE_VALUE) {
  ------------------
  |  |   44|  32.8k|#define SCCONF_ITEM_TYPE_VALUE		2	/* key = key, list */
  ------------------
  |  Branch (98:6): [True: 16.4k, False: 16.4k]
  ------------------
   99|       |		/* if item with same key already exists, use it */
  100|  16.4k|		item = scconf_item_find(parser);
  101|  16.4k|		if (item) {
  ------------------
  |  Branch (101:7): [True: 0, False: 16.4k]
  ------------------
  102|      0|			free(parser->key);
  103|      0|			parser->key = NULL;
  104|      0|			parser->current_item = item;
  105|      0|			return item;
  106|      0|		}
  107|  16.4k|	}
  108|  32.8k|	item = calloc(1, sizeof(scconf_item));
  109|  32.8k|	if (!item) {
  ------------------
  |  Branch (109:6): [True: 0, False: 32.8k]
  ------------------
  110|      0|		return NULL;
  111|      0|	}
  112|  32.8k|	item->type = type;
  113|       |
  114|  32.8k|	item->key = parser->key;
  115|  32.8k|	parser->key = NULL;
  116|       |
  117|  32.8k|	if (parser->last_item) {
  ------------------
  |  Branch (117:6): [True: 0, False: 32.8k]
  ------------------
  118|      0|		parser->last_item->next = item;
  119|  32.8k|	} else {
  120|  32.8k|		parser->block->items = item;
  121|  32.8k|	}
  122|  32.8k|	parser->current_item = parser->last_item = item;
  123|  32.8k|	return item;
  124|  32.8k|}
parse.c:scconf_item_find:
   81|  16.4k|{
   82|  16.4k|	scconf_item *item;
   83|       |
   84|  16.4k|	for (item = parser->block->items; item; item = item->next) {
  ------------------
  |  Branch (84:36): [True: 0, False: 16.4k]
  ------------------
   85|      0|		if (item && item->type == SCCONF_ITEM_TYPE_VALUE
  ------------------
  |  |   44|      0|#define SCCONF_ITEM_TYPE_VALUE		2	/* key = key, list */
  ------------------
  |  Branch (85:7): [True: 0, False: 0]
  |  Branch (85:15): [True: 0, False: 0]
  ------------------
   86|      0|			   	&& item->key && parser->key
  ------------------
  |  Branch (86:11): [True: 0, False: 0]
  |  Branch (86:24): [True: 0, False: 0]
  ------------------
   87|      0|			   	&& strcasecmp(item->key, parser->key) == 0) {
  ------------------
  |  Branch (87:11): [True: 0, False: 0]
  ------------------
   88|      0|			return item;
   89|      0|		}
   90|      0|	}
   91|  16.4k|	return item;
   92|  16.4k|}
parse.c:scconf_block_add_internal:
  173|  16.4k|{
  174|  16.4k|	scconf_block *block;
  175|  16.4k|	scconf_item *item;
  176|       |
  177|  16.4k|	item = scconf_item_add_internal(parser, SCCONF_ITEM_TYPE_BLOCK);
  ------------------
  |  |   43|  16.4k|#define SCCONF_ITEM_TYPE_BLOCK		1	/* key = key, block */
  ------------------
  178|  16.4k|	if (!item) {
  ------------------
  |  Branch (178:6): [True: 0, False: 16.4k]
  ------------------
  179|      0|		return;
  180|      0|	}
  181|       |
  182|  16.4k|	block = calloc(1, sizeof(scconf_block));
  183|  16.4k|	if (!block) {
  ------------------
  |  Branch (183:6): [True: 0, False: 16.4k]
  ------------------
  184|      0|		return;
  185|      0|	}
  186|  16.4k|	block->parent = parser->block;
  187|  16.4k|	item->value.block = block;
  188|       |
  189|  16.4k|	if (!parser->name) {
  ------------------
  |  Branch (189:6): [True: 0, False: 16.4k]
  ------------------
  190|      0|		scconf_list_add(&parser->name, "");
  191|      0|	}
  192|  16.4k|	block->name = parser->name;
  193|  16.4k|	parser->name = NULL;
  194|       |
  195|  16.4k|	parser->block = block;
  196|       |	parser->last_item = NULL;
  197|  16.4k|}
parse.c:scconf_parse_reset_state:
  231|  49.3k|{
  232|  49.3k|	if (parser) {
  ------------------
  |  Branch (232:6): [True: 49.3k, False: 0]
  ------------------
  233|  49.3k|		if (parser->key) {
  ------------------
  |  Branch (233:7): [True: 0, False: 49.3k]
  ------------------
  234|      0|			free(parser->key);
  235|      0|		}
  236|  49.3k|		scconf_list_destroy(parser->name);
  237|       |
  238|  49.3k|		parser->key = NULL;
  239|       |		parser->name = NULL;
  240|  49.3k|		parser->state = 0;
  241|  49.3k|	}
  242|  49.3k|}
parse.c:scconf_parse_parent:
  219|  16.4k|{
  220|  16.4k|	parser->block = parser->block->parent;
  221|       |
  222|  16.4k|	parser->last_item = parser->block->items;
  223|  16.4k|	if (parser->last_item) {
  ------------------
  |  Branch (223:6): [True: 16.4k, False: 0]
  ------------------
  224|  16.4k|		while (parser->last_item->next) {
  ------------------
  |  Branch (224:10): [True: 0, False: 16.4k]
  ------------------
  225|      0|			parser->last_item = parser->last_item->next;
  226|      0|		}
  227|  16.4k|	}
  228|  16.4k|}

scconf_new:
   37|  16.4k|{
   38|  16.4k|	scconf_context *config;
   39|       |
   40|  16.4k|	config = calloc(1, sizeof(scconf_context));
   41|  16.4k|	if (!config) {
  ------------------
  |  Branch (41:6): [True: 0, False: 16.4k]
  ------------------
   42|      0|		return NULL;
   43|      0|	}
   44|  16.4k|	config->filename = filename ? strdup(filename) : NULL;
  ------------------
  |  Branch (44:21): [True: 16.4k, False: 0]
  ------------------
   45|  16.4k|	config->root = calloc(1, sizeof(scconf_block));
   46|  16.4k|	if (!config->root) {
  ------------------
  |  Branch (46:6): [True: 0, False: 16.4k]
  ------------------
   47|      0|		if (config->filename) {
  ------------------
  |  Branch (47:7): [True: 0, False: 0]
  ------------------
   48|      0|			free(config->filename);
   49|      0|		}
   50|      0|		free(config);
   51|      0|		return NULL;
   52|      0|	}
   53|  16.4k|	return config;
   54|  16.4k|}
scconf_free:
   57|  16.4k|{
   58|  16.4k|	if (config) {
  ------------------
  |  Branch (58:6): [True: 16.4k, False: 0]
  ------------------
   59|  16.4k|		scconf_block_destroy(config->root);
   60|  16.4k|		if (config->filename) {
  ------------------
  |  Branch (60:7): [True: 16.4k, False: 0]
  ------------------
   61|  16.4k|			free(config->filename);
   62|  16.4k|		}
   63|  16.4k|		free(config);
   64|  16.4k|	}
   65|  16.4k|}
scconf_find_blocks:
   87|   854k|{
   88|   854k|	scconf_block **blocks = NULL, **tmp;
   89|   854k|	int alloc_size, size;
   90|   854k|	scconf_item *item;
   91|       |
   92|   854k|	if (!block) {
  ------------------
  |  Branch (92:6): [True: 49.3k, False: 805k]
  ------------------
   93|  49.3k|		block = config->root;
   94|  49.3k|	}
   95|   854k|	if (!item_name) {
  ------------------
  |  Branch (95:6): [True: 0, False: 854k]
  ------------------
   96|      0|		return NULL;
   97|      0|	}
   98|   854k|	size = 0;
   99|   854k|	alloc_size = 10;
  100|   854k|	tmp = (scconf_block **) realloc(blocks, sizeof(scconf_block *) * alloc_size);
  101|   854k|	if (!tmp) {
  ------------------
  |  Branch (101:6): [True: 0, False: 854k]
  ------------------
  102|      0|		free(blocks);
  103|      0|		return NULL;
  104|      0|	}
  105|   854k|	blocks = tmp;
  106|       |
  107|  1.70M|	for (item = block->items; item; item = item->next) {
  ------------------
  |  Branch (107:28): [True: 854k, False: 854k]
  ------------------
  108|   854k|		if (item->type == SCCONF_ITEM_TYPE_BLOCK &&
  ------------------
  |  |   43|  1.70M|#define SCCONF_ITEM_TYPE_BLOCK		1	/* key = key, block */
  ------------------
  |  Branch (108:7): [True: 49.3k, False: 805k]
  ------------------
  109|  49.3k|		    strcasecmp(item_name, item->key) == 0) {
  ------------------
  |  Branch (109:7): [True: 49.3k, False: 0]
  ------------------
  110|  49.3k|			if (!item->value.block)
  ------------------
  |  Branch (110:8): [True: 0, False: 49.3k]
  ------------------
  111|      0|				continue;
  112|  49.3k|			if (key && strcasecmp(key, item->value.block->name->data)) {
  ------------------
  |  Branch (112:8): [True: 49.3k, False: 0]
  |  Branch (112:15): [True: 32.8k, False: 16.4k]
  ------------------
  113|  32.8k|				continue;
  114|  32.8k|			}
  115|  16.4k|			if (size + 1 >= alloc_size) {
  ------------------
  |  Branch (115:8): [True: 0, False: 16.4k]
  ------------------
  116|      0|				alloc_size *= 2;
  117|      0|				tmp = (scconf_block **) realloc(blocks, sizeof(scconf_block *) * alloc_size);
  118|      0|				if (!tmp) {
  ------------------
  |  Branch (118:9): [True: 0, False: 0]
  ------------------
  119|      0|					free(blocks);
  120|      0|					return NULL;
  121|      0|				}
  122|      0|				blocks = tmp;
  123|      0|			}
  124|  16.4k|			blocks[size++] = item->value.block;
  125|  16.4k|		}
  126|   854k|	}
  127|   854k|	blocks[size] = NULL;
  128|   854k|	return blocks;
  129|   854k|}
scconf_find_list:
  132|   145k|{
  133|   145k|	scconf_item *item;
  134|       |
  135|   145k|	if (!block)
  ------------------
  |  Branch (135:6): [True: 30.8k, False: 115k]
  ------------------
  136|  30.8k|		return NULL;
  137|       |
  138|   213k|	for (item = block->items; item; item = item->next)
  ------------------
  |  Branch (138:28): [True: 115k, False: 98.6k]
  ------------------
  139|   115k|		if (item->type == SCCONF_ITEM_TYPE_VALUE && strcasecmp(option, item->key) == 0)
  ------------------
  |  |   44|   230k|#define SCCONF_ITEM_TYPE_VALUE		2	/* key = key, list */
  ------------------
  |  Branch (139:7): [True: 115k, False: 0]
  |  Branch (139:47): [True: 16.4k, False: 98.6k]
  ------------------
  140|  16.4k|			return item->value.list;
  141|  98.6k|	return NULL;
  142|   115k|}
scconf_get_str:
  145|  36.9k|{
  146|  36.9k|	const scconf_list *list;
  147|       |
  148|  36.9k|	list = scconf_find_list(block, option);
  149|  36.9k|	if (!list)
  ------------------
  |  Branch (149:6): [True: 36.9k, False: 0]
  ------------------
  150|  36.9k|		return def;
  151|       |
  152|       |	/* ignore non 'auto-configured' values */
  153|      0|	if (*list->data == '@' && *(list->data + strlen(list->data) - 1) == '@')
  ------------------
  |  Branch (153:6): [True: 0, False: 0]
  |  Branch (153:28): [True: 0, False: 0]
  ------------------
  154|      0|		return def;
  155|       |
  156|      0|	return list->data;
  157|      0|}
scconf_get_int:
  160|  16.4k|{
  161|  16.4k|	const scconf_list *list;
  162|  16.4k|	long res;
  163|       |
  164|  16.4k|	list = scconf_find_list(block, option);
  165|  16.4k|	if (!list) {
  ------------------
  |  Branch (165:6): [True: 16.4k, False: 0]
  ------------------
  166|  16.4k|		return def;
  167|  16.4k|	}
  168|      0|	res = strtol(list->data, NULL, 0);
  169|      0|	if (res <= INT_MAX) {
  ------------------
  |  Branch (169:6): [True: 0, False: 0]
  ------------------
  170|      0|		return (int)res;
  171|      0|	}
  172|      0|	return def;
  173|      0|}
scconf_get_bool:
  176|  76.0k|{
  177|  76.0k|	const scconf_list *list;
  178|       |
  179|  76.0k|	list = scconf_find_list(block, option);
  180|  76.0k|	if (!list) {
  ------------------
  |  Branch (180:6): [True: 76.0k, False: 0]
  ------------------
  181|  76.0k|		return def;
  182|  76.0k|	}
  183|      0|	return toupper((int) *list->data) == 'T' || toupper((int) *list->data) == 'Y';
  ------------------
  |  Branch (183:9): [True: 0, False: 0]
  |  Branch (183:46): [True: 0, False: 0]
  ------------------
  184|  76.0k|}
scconf_item_destroy:
  257|  32.8k|{
  258|  32.8k|	scconf_item *next;
  259|       |
  260|  65.7k|	while (item) {
  ------------------
  |  Branch (260:9): [True: 32.8k, False: 32.8k]
  ------------------
  261|  32.8k|		next = item->next;
  262|       |
  263|  32.8k|		switch (item->type) {
  ------------------
  |  Branch (263:11): [True: 32.8k, False: 0]
  ------------------
  264|      0|		case SCCONF_ITEM_TYPE_COMMENT:
  ------------------
  |  |   42|      0|#define SCCONF_ITEM_TYPE_COMMENT	0	/* key = NULL, comment */
  ------------------
  |  Branch (264:3): [True: 0, False: 32.8k]
  ------------------
  265|      0|			if (item->value.comment) {
  ------------------
  |  Branch (265:8): [True: 0, False: 0]
  ------------------
  266|      0|				free(item->value.comment);
  267|      0|			}
  268|      0|			item->value.comment = NULL;
  269|      0|			break;
  270|  16.4k|		case SCCONF_ITEM_TYPE_BLOCK:
  ------------------
  |  |   43|  16.4k|#define SCCONF_ITEM_TYPE_BLOCK		1	/* key = key, block */
  ------------------
  |  Branch (270:3): [True: 16.4k, False: 16.4k]
  ------------------
  271|  16.4k|			scconf_block_destroy(item->value.block);
  272|  16.4k|			break;
  273|  16.4k|		case SCCONF_ITEM_TYPE_VALUE:
  ------------------
  |  |   44|  16.4k|#define SCCONF_ITEM_TYPE_VALUE		2	/* key = key, list */
  ------------------
  |  Branch (273:3): [True: 16.4k, False: 16.4k]
  ------------------
  274|  16.4k|			scconf_list_destroy(item->value.list);
  275|  16.4k|			break;
  276|  32.8k|		}
  277|       |
  278|  32.8k|		if (item->key) {
  ------------------
  |  Branch (278:7): [True: 32.8k, False: 0]
  ------------------
  279|  32.8k|			free(item->key);
  280|  32.8k|		}
  281|       |		item->key = NULL;
  282|  32.8k|		free(item);
  283|  32.8k|		item = next;
  284|  32.8k|	}
  285|  32.8k|}
scconf_block_destroy:
  310|  32.8k|{
  311|  32.8k|	if (block) {
  ------------------
  |  Branch (311:6): [True: 32.8k, False: 0]
  ------------------
  312|  32.8k|		scconf_list_destroy(block->name);
  313|  32.8k|		scconf_item_destroy(block->items);
  314|  32.8k|		free(block);
  315|  32.8k|	}
  316|  32.8k|}
scconf_list_add:
  319|  49.3k|{
  320|  49.3k|	scconf_list *rec, **tmp;
  321|       |
  322|  49.3k|	rec = calloc(1, sizeof(scconf_list));
  323|  49.3k|	if (!rec) {
  ------------------
  |  Branch (323:6): [True: 0, False: 49.3k]
  ------------------
  324|      0|		return NULL;
  325|      0|	}
  326|  49.3k|	rec->data = value ? strdup(value) : NULL;
  ------------------
  |  Branch (326:14): [True: 49.3k, False: 0]
  ------------------
  327|       |
  328|  49.3k|	if (!*list) {
  ------------------
  |  Branch (328:6): [True: 32.8k, False: 16.4k]
  ------------------
  329|  32.8k|		*list = rec;
  330|  32.8k|	} else {
  331|  32.8k|		for (tmp = list; *tmp; tmp = &(*tmp)->next);
  ------------------
  |  Branch (331:20): [True: 16.4k, False: 16.4k]
  ------------------
  332|  16.4k|		*tmp = rec;
  333|  16.4k|	}
  334|  49.3k|	return rec;
  335|  49.3k|}
scconf_list_destroy:
  350|  98.6k|{
  351|  98.6k|	scconf_list *next;
  352|       |
  353|   147k|	while (list) {
  ------------------
  |  Branch (353:9): [True: 49.3k, False: 98.6k]
  ------------------
  354|  49.3k|		next = list->next;
  355|  49.3k|		if (list->data) {
  ------------------
  |  Branch (355:7): [True: 49.3k, False: 0]
  ------------------
  356|  49.3k|			free(list->data);
  357|  49.3k|		}
  358|  49.3k|		free(list);
  359|  49.3k|		list = next;
  360|  49.3k|	}
  361|  98.6k|}

scconf_lex_parse:
  181|  16.4k|{
  182|  16.4k|	FILE *fp;
  183|  16.4k|	BUFHAN bhan;
  184|  16.4k|	int ret;
  185|       |
  186|  16.4k|	fp = fopen(filename, "r");
  187|  16.4k|	if (!fp) {
  ------------------
  |  Branch (187:6): [True: 16.4k, False: 0]
  ------------------
  188|  16.4k|		parser->error = 1;
  189|  16.4k|		snprintf(parser->emesg, sizeof(parser->emesg),
  190|  16.4k|			 "File %s can't be opened\n", filename);
  191|  16.4k|		return 0;
  192|  16.4k|	}
  193|      0|	buf_init(&bhan, fp, (char *) NULL);
  194|      0|	ret = scconf_lex_engine(parser, &bhan);
  195|      0|	fclose(fp);
  196|      0|	return ret;
  197|  16.4k|}
scconf_lex_parse_string:
  200|  16.4k|{
  201|  16.4k|	BUFHAN bhan;
  202|  16.4k|	int ret;
  203|       |
  204|       |	buf_init(&bhan, (FILE *) NULL, string);
  205|  16.4k|	ret = scconf_lex_engine(parser, &bhan);
  206|  16.4k|	return ret;
  207|  16.4k|}
sclex.c:buf_init:
   44|  16.4k|{
   45|  16.4k|	bp->fp = fp;
   46|  16.4k|	bp->saved_char = 0;
   47|  16.4k|	bp->buf = malloc(256);
   48|  16.4k|	if (bp->buf) {
  ------------------
  |  Branch (48:6): [True: 16.4k, False: 0]
  ------------------
   49|  16.4k|		bp->bufmax = 256;
   50|  16.4k|		bp->buf[0] = '\0';
   51|  16.4k|	} else
   52|      0|		bp->bufmax = 0;
   53|  16.4k|	bp->bufcur = 0;
   54|  16.4k|	bp->saved_string = saved_string;
   55|  16.4k|}
sclex.c:scconf_lex_engine:
  126|  16.4k|{
  127|  16.4k|	int this_char;
  128|       |
  129|   295k|	while (1) {
  ------------------
  |  Branch (129:9): [True: 295k, Folded]
  ------------------
  130|   295k|		switch (this_char = buf_nextch(bp)) {
  131|      0|		case '#':
  ------------------
  |  Branch (131:3): [True: 0, False: 295k]
  ------------------
  132|       |			/* comment till end of line */
  133|      0|			buf_eat_till(bp, '#', "\r\n");
  134|      0|			scconf_parse_token(parser, TOKEN_TYPE_COMMENT, bp->buf);
  ------------------
  |  |   31|      0|#define TOKEN_TYPE_COMMENT	0
  ------------------
  135|      0|			buf_zero(bp);
  136|      0|			continue;
  137|      0|		case '\n':
  ------------------
  |  Branch (137:3): [True: 0, False: 295k]
  ------------------
  138|      0|			scconf_parse_token(parser, TOKEN_TYPE_NEWLINE, NULL);
  ------------------
  |  |   32|      0|#define TOKEN_TYPE_NEWLINE	1
  ------------------
  139|      0|			continue;
  140|   115k|		case ' ':
  ------------------
  |  Branch (140:3): [True: 115k, False: 180k]
  ------------------
  141|   115k|		case '\t':
  ------------------
  |  Branch (141:3): [True: 0, False: 295k]
  ------------------
  142|   115k|		case '\r':
  ------------------
  |  Branch (142:3): [True: 0, False: 295k]
  ------------------
  143|       |			/* eat up whitespace */
  144|   115k|			continue;
  145|  16.4k|		case ',':
  ------------------
  |  Branch (145:3): [True: 16.4k, False: 279k]
  ------------------
  146|  32.8k|		case '{':
  ------------------
  |  Branch (146:3): [True: 16.4k, False: 279k]
  ------------------
  147|  32.8k|			if (parser->nested_blocks >= DEPTH_LIMIT) {
  ------------------
  |  |   36|  32.8k|#define DEPTH_LIMIT 16
  ------------------
  |  Branch (147:8): [True: 0, False: 32.8k]
  ------------------
  148|       |				/* reached the limit, this whole block */
  149|      0|				scconf_skip_block(parser);
  150|      0|				continue;
  151|      0|			}
  152|       |			/* fall through */
  153|  49.3k|		case '}':
  ------------------
  |  Branch (153:3): [True: 16.4k, False: 279k]
  ------------------
  154|  65.7k|		case '=':
  ------------------
  |  Branch (154:3): [True: 16.4k, False: 279k]
  ------------------
  155|  82.2k|		case ';':
  ------------------
  |  Branch (155:3): [True: 16.4k, False: 279k]
  ------------------
  156|  82.2k|			buf_addch(bp, (char) this_char);
  157|  82.2k|			scconf_parse_token(parser, TOKEN_TYPE_PUNCT, bp->buf);
  ------------------
  |  |   34|  82.2k|#define TOKEN_TYPE_PUNCT	3
  ------------------
  158|  82.2k|			buf_zero(bp);
  159|  82.2k|			continue;
  160|      0|		case '"':
  ------------------
  |  Branch (160:3): [True: 0, False: 295k]
  ------------------
  161|      0|			buf_eat_till(bp, (char) this_char, "\"\r\n");
  162|      0|			buf_addch(bp, (char) buf_nextch(bp));
  163|      0|			scconf_parse_token(parser, TOKEN_TYPE_STRING, bp->buf);
  ------------------
  |  |   33|      0|#define TOKEN_TYPE_STRING	2
  ------------------
  164|      0|			buf_zero(bp);
  165|      0|			continue;
  166|  16.4k|		case EOF:
  ------------------
  |  Branch (166:3): [True: 16.4k, False: 279k]
  ------------------
  167|  16.4k|			break;
  168|  82.2k|		default:
  ------------------
  |  Branch (168:3): [True: 82.2k, False: 213k]
  ------------------
  169|  82.2k|			buf_eat_till(bp, (char) this_char, ";, \t\r\n");
  170|  82.2k|			scconf_parse_token(parser, TOKEN_TYPE_STRING, bp->buf);
  ------------------
  |  |   33|  82.2k|#define TOKEN_TYPE_STRING	2
  ------------------
  171|  82.2k|			buf_zero(bp);
  172|  82.2k|			continue;
  173|   295k|		}
  174|  16.4k|		break;
  175|   295k|	}
  176|  16.4k|	buf_finished(bp);
  177|  16.4k|	return 1;
  178|  16.4k|}
sclex.c:buf_nextch:
   73|   838k|{
   74|   838k|	int saved;
   75|       |
   76|   838k|	if (bp->saved_char) {
  ------------------
  |  Branch (76:6): [True: 82.2k, False: 756k]
  ------------------
   77|  82.2k|		saved = bp->saved_char;
   78|  82.2k|		bp->saved_char = 0;
   79|  82.2k|		return saved;
   80|  82.2k|	}
   81|   756k|	if (bp->saved_string) {
  ------------------
  |  Branch (81:6): [True: 756k, False: 0]
  ------------------
   82|   756k|		if (*(bp->saved_string) == '\0')
  ------------------
  |  Branch (82:7): [True: 16.4k, False: 739k]
  ------------------
   83|  16.4k|			return EOF;
   84|   739k|		saved = (unsigned char) (*(bp->saved_string++));
   85|   739k|		return saved;
   86|   756k|	} else {
   87|      0|		saved = fgetc(bp->fp);
   88|      0|		return saved;
   89|      0|	}
   90|   756k|}
sclex.c:buf_eat_till:
  101|  82.2k|{
  102|  82.2k|	int i;
  103|       |
  104|  82.2k|	if (start) {
  ------------------
  |  Branch (104:6): [True: 82.2k, False: 0]
  ------------------
  105|  82.2k|		buf_addch(bp, start);
  106|  82.2k|	}
  107|   542k|	while (1) {
  ------------------
  |  Branch (107:9): [True: 542k, Folded]
  ------------------
  108|   542k|		i = buf_nextch(bp);
  109|   542k|		if (i == EOF)
  ------------------
  |  Branch (109:7): [True: 0, False: 542k]
  ------------------
  110|      0|			return;
  111|   542k|		if (strchr(end, i)) {
  ------------------
  |  Branch (111:7): [True: 82.2k, False: 460k]
  ------------------
  112|  82.2k|			bp->saved_char = i;
  113|  82.2k|			return;
  114|  82.2k|		}
  115|   460k|		buf_addch(bp, (char) i);
  116|   460k|	}
  117|  82.2k|}
sclex.c:buf_zero:
  120|   164k|{
  121|   164k|	bp->bufcur = 0;
  122|   164k|	bp->buf[0] = '\0';
  123|   164k|}
sclex.c:buf_addch:
   58|   624k|{
   59|   624k|	if (bp->bufcur + 1 >= bp->bufmax) {
  ------------------
  |  Branch (59:6): [True: 0, False: 624k]
  ------------------
   60|      0|		char *p = (char *) realloc(bp->buf, bp->bufmax + 256);
   61|      0|		if (!p)
  ------------------
  |  Branch (61:7): [True: 0, False: 0]
  ------------------
   62|      0|			return;
   63|      0|		bp->bufmax += 256;
   64|      0|		bp->buf = p;
   65|      0|	}
   66|   624k|	if (bp->buf) {
  ------------------
  |  Branch (66:6): [True: 624k, False: 0]
  ------------------
   67|   624k|		bp->buf[bp->bufcur++] = ch;
   68|   624k|		bp->buf[bp->bufcur] = '\0';
   69|   624k|	}
   70|   624k|}
sclex.c:buf_finished:
   93|  16.4k|{
   94|  16.4k|	if (bp->buf) {
  ------------------
  |  Branch (94:6): [True: 16.4k, False: 0]
  ------------------
   95|  16.4k|		free(bp->buf);
   96|       |		bp->buf = NULL;
   97|  16.4k|	}
   98|  16.4k|}

LLVMFuzzerTestOneInput:
   31|  16.4k|{
   32|  16.4k|    struct sc_context *ctx = NULL;
   33|  16.4k|    struct sc_card *card = NULL;
   34|  16.4k|    struct sc_pkcs15_card *p15card = NULL;
   35|  16.4k|    struct sc_reader *reader = NULL;
   36|  16.4k|    struct sc_pkcs15_object *obj;
   37|       |
   38|  16.4k|    sc_establish_context(&ctx, "fuzz");
   39|  16.4k|    if (!ctx)
  ------------------
  |  Branch (39:9): [True: 0, False: 16.4k]
  ------------------
   40|      0|        return 0;
   41|       |
   42|  16.4k|    if (fuzz_connect_card(ctx, &card, &reader, Data, Size) != SC_SUCCESS)
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (42:9): [True: 3.07k, False: 13.3k]
  ------------------
   43|  3.07k|        goto err;
   44|       |
   45|  13.3k|    if (SC_SUCCESS == sc_pkcs15_bind(card, NULL, &p15card)
  ------------------
  |  |   28|  13.3k|#define SC_SUCCESS				0
  ------------------
  |  Branch (45:9): [True: 5.97k, False: 7.39k]
  ------------------
   46|  5.97k|        && p15card) {
  ------------------
  |  Branch (46:12): [True: 5.97k, False: 0]
  ------------------
   47|  5.97k|        const uint8_t *in, *param;
   48|  5.97k|        uint16_t in_len, param_len;
   49|  5.97k|        fuzz_get_chunk(reader, &in, &in_len);
   50|  5.97k|        fuzz_get_chunk(reader, &param, &param_len);
   51|  47.2k|        for (obj = p15card->obj_list; obj != NULL; obj = obj->next) {
  ------------------
  |  Branch (51:39): [True: 41.2k, False: 5.97k]
  ------------------
   52|  41.2k|            u8 buf[0xFFFF];
   53|  41.2k|            size_t i;
   54|       |
   55|  41.2k|            int decipher_flags[] = {SC_ALGORITHM_RSA_RAW,
  ------------------
  |  |  102|  41.2k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
   56|  41.2k|                SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02, SC_ALGORITHM_RSA_PAD_ANSI,
  ------------------
  |  |  110|  41.2k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
                              SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02, SC_ALGORITHM_RSA_PAD_ANSI,
  ------------------
  |  |  105|  41.2k|#define SC_ALGORITHM_RSA_PAD_ANSI	0x00000004
  ------------------
   57|  41.2k|                SC_ALGORITHM_RSA_PAD_ISO9796};
  ------------------
  |  |  106|  41.2k|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
   58|   206k|            for (i = 0; i < sizeof decipher_flags/sizeof *decipher_flags; i++) {
  ------------------
  |  Branch (58:25): [True: 165k, False: 41.2k]
  ------------------
   59|   165k|                sc_pkcs15_decipher(p15card, obj, decipher_flags[i],
   60|   165k|                        in, in_len, buf, sizeof buf, NULL);
   61|   165k|            }
   62|       |
   63|  41.2k|            i = sizeof buf;
   64|  41.2k|            sc_pkcs15_derive(p15card, obj, 0,
   65|  41.2k|                    in, in_len, buf, &i);
   66|       |
   67|  41.2k|            int wrap_flags[] = {0, SC_ALGORITHM_AES_ECB, SC_ALGORITHM_AES_CBC_PAD,
  ------------------
  |  |  206|  41.2k|#define SC_ALGORITHM_AES_ECB		 0x01000000
  ------------------
                          int wrap_flags[] = {0, SC_ALGORITHM_AES_ECB, SC_ALGORITHM_AES_CBC_PAD,
  ------------------
  |  |  208|  41.2k|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
   68|  41.2k|                SC_ALGORITHM_AES_CBC};
  ------------------
  |  |  207|  41.2k|#define SC_ALGORITHM_AES_CBC		 0x02000000
  ------------------
   69|   206k|            for (i = 0; i < sizeof wrap_flags/sizeof *wrap_flags; i++) {
  ------------------
  |  Branch (69:25): [True: 165k, False: 41.2k]
  ------------------
   70|       |                /* see `pkcs15_create_secret_key` in
   71|       |                 * `src/pkcs11/framework-pkc15.c` for creating a temporary
   72|       |                 * secret key for wrapping/unwrapping */
   73|   165k|                size_t l = sizeof buf;
   74|   165k|                struct sc_pkcs15_object target_key;
   75|   165k|                struct sc_pkcs15_skey_info skey_info;
   76|   165k|                uint16_t len;
   77|   165k|                memset(&target_key, 0, sizeof target_key);
   78|   165k|                memset(&skey_info, 0, sizeof skey_info);
   79|   165k|                target_key.type = SC_PKCS15_TYPE_SKEY;
  ------------------
  |  |  432|   165k|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
   80|   165k|                target_key.flags = 2; /* TODO not sure what these mean */
   81|   165k|                target_key.session_object = 1;
   82|   165k|                target_key.data = &skey_info;
   83|   165k|                skey_info.usage = SC_PKCS15_PRKEY_USAGE_UNWRAP | SC_PKCS15_PRKEY_USAGE_WRAP
  ------------------
  |  |  310|   165k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
                              skey_info.usage = SC_PKCS15_PRKEY_USAGE_UNWRAP | SC_PKCS15_PRKEY_USAGE_WRAP
  ------------------
  |  |  309|   165k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
   84|   165k|                    | SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT;
  ------------------
  |  |  305|   165k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
                                  | SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_DECRYPT;
  ------------------
  |  |  306|   165k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
   85|   165k|                skey_info.native = 0; /* card can not use this */
   86|   165k|                skey_info.access_flags = 0; /* looks like not needed */
   87|   165k|                skey_info.key_type = 0x1fUL; /* CKK_AES */
   88|   165k|                skey_info.value_len = 128;
   89|   165k|                fuzz_get_chunk(reader, (const u8 **) &skey_info.data.value, &len);
   90|   165k|                skey_info.data.len = len;
   91|       |
   92|   165k|                sc_pkcs15_unwrap(p15card, obj, &target_key, wrap_flags[i],
   93|   165k|                        in, in_len, param, param_len);
   94|   165k|                sc_pkcs15_wrap(p15card, obj, &target_key, wrap_flags[i],
   95|   165k|                        buf, &l, in, in_len);
   96|   165k|            }
   97|       |
   98|  41.2k|            int signature_flags[] = {SC_ALGORITHM_RSA_RAW,
  ------------------
  |  |  102|  41.2k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
   99|  41.2k|                SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01, SC_ALGORITHM_RSA_PAD_ANSI,
  ------------------
  |  |  109|  41.2k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
                              SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01, SC_ALGORITHM_RSA_PAD_ANSI,
  ------------------
  |  |  105|  41.2k|#define SC_ALGORITHM_RSA_PAD_ANSI	0x00000004
  ------------------
  100|  41.2k|                SC_ALGORITHM_RSA_PAD_ISO9796,
  ------------------
  |  |  106|  41.2k|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  101|  41.2k|                SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA1,
  ------------------
  |  |  107|  41.2k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
                              SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA1,
  ------------------
  |  |  145|  41.2k|#define SC_ALGORITHM_MGF1_SHA1		0x00100000
  ------------------
  102|  41.2k|                SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA256,
  ------------------
  |  |  107|  41.2k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
                              SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA256,
  ------------------
  |  |  146|  41.2k|#define SC_ALGORITHM_MGF1_SHA256	0x00200000
  ------------------
  103|  41.2k|                SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA384,
  ------------------
  |  |  107|  41.2k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
                              SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA384,
  ------------------
  |  |  147|  41.2k|#define SC_ALGORITHM_MGF1_SHA384	0x00400000
  ------------------
  104|  41.2k|                SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA512,
  ------------------
  |  |  107|  41.2k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
                              SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA512,
  ------------------
  |  |  148|  41.2k|#define SC_ALGORITHM_MGF1_SHA512	0x00800000
  ------------------
  105|  41.2k|                SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA224,
  ------------------
  |  |  107|  41.2k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
                              SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_MGF1_SHA224,
  ------------------
  |  |  149|  41.2k|#define SC_ALGORITHM_MGF1_SHA224	0x01000000
  ------------------
  106|  41.2k|                SC_ALGORITHM_ECDSA_RAW, SC_ALGORITHM_ECDSA_HASH_SHA1,
  ------------------
  |  |  174|  41.2k|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
                              SC_ALGORITHM_ECDSA_RAW, SC_ALGORITHM_ECDSA_HASH_SHA1,
  ------------------
  |  |  176|  41.2k|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|  41.2k|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
  107|  41.2k|                SC_ALGORITHM_ECDSA_HASH_SHA224, SC_ALGORITHM_ECDSA_HASH_SHA256,
  ------------------
  |  |  177|  41.2k|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  ------------------
  |  |  |  |  141|  41.2k|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  ------------------
  ------------------
                              SC_ALGORITHM_ECDSA_HASH_SHA224, SC_ALGORITHM_ECDSA_HASH_SHA256,
  ------------------
  |  |  178|  41.2k|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  ------------------
  |  |  |  |  138|  41.2k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  108|  41.2k|                SC_ALGORITHM_ECDSA_HASH_SHA384, SC_ALGORITHM_ECDSA_HASH_SHA512,
  ------------------
  |  |  179|  41.2k|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  ------------------
  |  |  |  |  139|  41.2k|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  ------------------
  ------------------
                              SC_ALGORITHM_ECDSA_HASH_SHA384, SC_ALGORITHM_ECDSA_HASH_SHA512,
  ------------------
  |  |  180|  41.2k|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  ------------------
  |  |  |  |  140|  41.2k|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  ------------------
  ------------------
  109|  41.2k|                SC_ALGORITHM_GOSTR3410_RAW, SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411,
  ------------------
  |  |  156|  41.2k|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  ------------------
                              SC_ALGORITHM_GOSTR3410_RAW, SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411,
  ------------------
  |  |  158|  41.2k|#define SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411	0x00080000
  ------------------
  110|  41.2k|                SC_ALGORITHM_GOSTR3410_HASHES,
  ------------------
  |  |  159|  41.2k|#define SC_ALGORITHM_GOSTR3410_HASHES		0x000A0000
  ------------------
  111|  41.2k|            };
  112|   784k|            for (i = 0; i < sizeof signature_flags/sizeof *signature_flags; i++) {
  ------------------
  |  Branch (112:25): [True: 743k, False: 41.2k]
  ------------------
  113|   743k|                sc_pkcs15_compute_signature(p15card, obj, signature_flags[i],
  114|   743k|                        in, in_len, buf, sizeof buf, NULL);
  115|   743k|            }
  116|       |
  117|  41.2k|            if (obj->type == SC_PKCS15_TYPE_AUTH_PIN) {
  ------------------
  |  |  445|  41.2k|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
  |  Branch (117:17): [True: 7.15k, False: 34.1k]
  ------------------
  118|  7.15k|                sc_pkcs15_verify_pin(p15card, obj, in, in_len);
  119|  7.15k|                sc_pkcs15_change_pin(p15card, obj, in, in_len, param, param_len);
  120|  7.15k|                sc_pkcs15_unblock_pin(p15card, obj, in, in_len, param, param_len);
  121|  7.15k|                sc_pkcs15_get_pin_info(p15card, obj);
  122|  7.15k|            }
  123|  41.2k|        }
  124|  5.97k|        sc_pkcs15_card_free(p15card);
  125|  5.97k|    }
  126|       |
  127|  16.4k|err:
  128|  16.4k|    sc_disconnect_card(card);
  129|  16.4k|    sc_release_context(ctx);
  130|       |
  131|  16.4k|    return 0;
  132|  13.3k|}

fuzz_get_chunk:
   36|   810k|{
   37|   810k|    struct driver_data *data;
   38|   810k|    uint16_t c_size;
   39|   810k|    const uint8_t *c;
   40|       |
   41|   810k|    if (chunk)
  ------------------
  |  Branch (41:9): [True: 810k, False: 0]
  ------------------
   42|   810k|        *chunk = NULL;
   43|   810k|    if (chunk_size)
  ------------------
  |  Branch (43:9): [True: 810k, False: 0]
  ------------------
   44|   810k|        *chunk_size = 0;
   45|       |
   46|   810k|    if (!chunk || !chunk_size || !reader) {
  ------------------
  |  Branch (46:9): [True: 0, False: 810k]
  |  Branch (46:19): [True: 0, False: 810k]
  |  Branch (46:34): [True: 0, False: 810k]
  ------------------
   47|      0|        if (reader)
  ------------------
  |  Branch (47:13): [True: 0, False: 0]
  ------------------
   48|      0|            sc_debug(reader->ctx, SC_LOG_DEBUG_VERBOSE_TOOL, "Invalid Arguments");
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   49|      0|        return;
   50|      0|    }
   51|   810k|    data = reader->drv_data;
   52|   810k|    if (!data || !data->Data || data->Size < sizeof c_size) {
  ------------------
  |  Branch (52:9): [True: 0, False: 810k]
  |  Branch (52:18): [True: 0, False: 810k]
  |  Branch (52:33): [True: 317k, False: 493k]
  ------------------
   53|   317k|        sc_debug(reader->ctx, SC_LOG_DEBUG_VERBOSE_TOOL, "Invalid Arguments");
  ------------------
  |  |   70|   317k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   54|   317k|        return;
   55|   317k|    }
   56|       |    /* parse the length of the returned data on two bytes */
   57|   493k|    c_size = *((uint16_t *) data->Data);
   58|       |    /* consume two bytes from the fuzzing data */
   59|   493k|    data->Size -= sizeof c_size;
   60|   493k|    data->Data += sizeof c_size;
   61|       |
   62|   493k|    if (data->Size < c_size) {
  ------------------
  |  Branch (62:9): [True: 13.3k, False: 479k]
  ------------------
   63|  13.3k|        c_size = data->Size;
   64|  13.3k|    }
   65|       |
   66|       |    /* consume the bytes from the fuzzing data */
   67|   493k|    c = data->Data;
   68|   493k|    data->Size -= c_size;
   69|   493k|    data->Data += c_size;
   70|       |
   71|   493k|    sc_debug_hex(reader->ctx, SC_LOG_DEBUG_VERBOSE_TOOL,
  ------------------
  |  |  127|   493k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   72|   493k|        "Returning fuzzing chunk", c, c_size);
   73|       |
   74|   493k|    *chunk = c;
   75|   493k|    *chunk_size = c_size;
   76|   493k|}
sc_get_fuzz_driver:
  150|  16.4k|{
  151|  16.4k|    fuzz_ops.release = fuzz_reader_release;
  152|  16.4k|    fuzz_ops.connect = fuzz_reader_connect;
  153|  16.4k|    fuzz_ops.disconnect = fuzz_reader_disconnect;
  154|  16.4k|    fuzz_ops.transmit = fuzz_reader_transmit;
  155|  16.4k|    fuzz_ops.lock = fuzz_reader_lock;
  156|  16.4k|    fuzz_ops.unlock = fuzz_reader_unlock;
  157|  16.4k|    return &fuzz_drv;
  158|  16.4k|}
fuzz_add_reader:
  161|  16.4k|{
  162|  16.4k|    sc_reader_t	*reader;
  163|  16.4k|    struct driver_data *data;
  164|  16.4k|    char name[64] = {0};
  165|       |
  166|  16.4k|    if (!(reader = calloc(1, sizeof(*reader)))
  ------------------
  |  Branch (166:9): [True: 0, False: 16.4k]
  ------------------
  167|  16.4k|            || !(data = (calloc(1, sizeof(*data))))) {
  ------------------
  |  Branch (167:16): [True: 0, False: 16.4k]
  ------------------
  168|      0|        free(reader);
  169|      0|        return;
  170|      0|    }
  171|       |
  172|  16.4k|    data->Data = Data;
  173|  16.4k|    data->Size = Size;
  174|       |
  175|  16.4k|    reader->driver = &fuzz_drv;
  176|  16.4k|    reader->ops = &fuzz_ops;
  177|  16.4k|    reader->drv_data = data;
  178|  16.4k|    snprintf(name, sizeof name - 1, "%zu random byte%s reader (%p)",
  179|  16.4k|            Size, Size == 1 ? "" : "s", Data);
  ------------------
  |  Branch (179:19): [True: 2, False: 16.4k]
  ------------------
  180|  16.4k|    reader->name = strdup(name);
  181|       |
  182|  16.4k|    reader->ctx = ctx;
  183|  16.4k|    list_append(&ctx->readers, reader);
  184|  16.4k|}
fuzz_connect_card:
  188|  16.4k|{
  189|  16.4k|    struct sc_reader *reader = NULL;
  190|       |
  191|       |    /* Erase possible readers from ctx */
  192|  16.4k|    while (list_size(&ctx->readers)) {
  ------------------
  |  Branch (192:12): [True: 0, False: 16.4k]
  ------------------
  193|      0|        sc_reader_t *rdr = (sc_reader_t *) list_get_at(&ctx->readers, 0);
  194|      0|        _sc_delete_reader(ctx, rdr);
  195|      0|    }
  196|  16.4k|    if (ctx->reader_driver->ops->finish != NULL)
  ------------------
  |  Branch (196:9): [True: 16.4k, False: 0]
  ------------------
  197|  16.4k|        ctx->reader_driver->ops->finish(ctx);
  198|       |
  199|       |    /* Create virtual reader */
  200|  16.4k|    ctx->reader_driver = sc_get_fuzz_driver();
  201|  16.4k|    fuzz_add_reader(ctx, data, size);
  202|  16.4k|    reader = sc_ctx_get_reader(ctx, 0);
  203|       |
  204|       |    /* Connect card */
  205|  16.4k|    if (sc_connect_card(reader, card))
  ------------------
  |  Branch (205:9): [True: 3.07k, False: 13.3k]
  ------------------
  206|  3.07k|        return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  3.07k|#define SC_ERROR_INTERNAL			-1400
  ------------------
  207|       |
  208|  13.3k|    if (reader_out)
  ------------------
  |  Branch (208:9): [True: 13.3k, False: 0]
  ------------------
  209|  13.3k|        *reader_out = reader;
  210|       |
  211|  13.3k|    return SC_SUCCESS;
  ------------------
  |  |   28|  13.3k|#define SC_SUCCESS				0
  ------------------
  212|  16.4k|}
fuzzer_reader.c:fuzz_reader_release:
   79|  16.4k|{
   80|  16.4k|    if (reader) {
  ------------------
  |  Branch (80:9): [True: 16.4k, False: 0]
  ------------------
   81|  16.4k|        free(reader->drv_data);
   82|  16.4k|        reader->drv_data = NULL;
   83|  16.4k|    }
   84|       |
   85|  16.4k|    return SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
   86|  16.4k|}
fuzzer_reader.c:fuzz_reader_connect:
   89|  16.4k|{
   90|  16.4k|    uint16_t chunk_size;
   91|  16.4k|    const uint8_t *chunk;
   92|       |
   93|  16.4k|    fuzz_get_chunk(reader, &chunk, &chunk_size);
   94|       |
   95|  16.4k|    if (chunk_size > SC_MAX_ATR_SIZE)
  ------------------
  |  |   41|  16.4k|#define SC_MAX_ATR_SIZE			33
  ------------------
  |  Branch (95:9): [True: 12, False: 16.4k]
  ------------------
   96|     12|        chunk_size = SC_MAX_ATR_SIZE;
  ------------------
  |  |   41|     12|#define SC_MAX_ATR_SIZE			33
  ------------------
   97|  16.4k|    else
   98|  16.4k|        reader->atr.len = chunk_size;
   99|       |
  100|  16.4k|    if (chunk_size > 0)
  ------------------
  |  Branch (100:9): [True: 13.5k, False: 2.91k]
  ------------------
  101|  13.5k|        memcpy(reader->atr.value, chunk, chunk_size);
  102|       |
  103|  16.4k|    return SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  104|  16.4k|}
fuzzer_reader.c:fuzz_reader_disconnect:
  107|  16.4k|{
  108|  16.4k|    return SC_SUCCESS;
  ------------------
  |  |   28|  16.4k|#define SC_SUCCESS				0
  ------------------
  109|  16.4k|}
fuzzer_reader.c:fuzz_reader_transmit:
  112|   617k|{
  113|   617k|    const uint8_t *chunk;
  114|   617k|    uint16_t chunk_size;
  115|       |
  116|   617k|    fuzz_get_chunk(reader, &chunk, &chunk_size);
  117|       |
  118|   617k|    if (chunk_size >= 2) {
  ------------------
  |  Branch (118:9): [True: 348k, False: 268k]
  ------------------
  119|       |        /* set the SW1 and SW2 status bytes (the last two bytes of
  120|       |         * the response */
  121|   348k|        apdu->sw1 = (unsigned int)chunk[chunk_size - 2];
  122|   348k|        apdu->sw2 = (unsigned int)chunk[chunk_size - 1];
  123|   348k|        chunk_size -= 2;
  124|       |        /* set output length and copy the returned data if necessary */
  125|   348k|        if (chunk_size <= apdu->resplen)
  ------------------
  |  Branch (125:13): [True: 327k, False: 20.3k]
  ------------------
  126|   327k|            apdu->resplen = chunk_size;
  127|       |
  128|   348k|        if (apdu->resplen != 0)
  ------------------
  |  Branch (128:13): [True: 233k, False: 115k]
  ------------------
  129|   233k|            memcpy(apdu->resp, chunk, apdu->resplen);
  130|   348k|    } else {
  131|   268k|        apdu->sw1 = 0x6D;
  132|   268k|        apdu->sw2 = 0x00;
  133|   268k|        apdu->resplen = 0;
  134|   268k|    }
  135|       |
  136|   617k|    return SC_SUCCESS;
  ------------------
  |  |   28|   617k|#define SC_SUCCESS				0
  ------------------
  137|   617k|}
fuzzer_reader.c:fuzz_reader_lock:
  140|   290k|{
  141|   290k|    return 0;
  142|   290k|}
fuzzer_reader.c:fuzz_reader_unlock:
  145|   290k|{
  146|   290k|    return 0;
  147|   290k|}

sc_notify:
  526|     75|void sc_notify(const char *title, const char *text) {}
sc_notify_id:
  528|  1.79k|		struct sc_pkcs15_card *p15card, enum ui_str id) {}

